1 | [ Jul 15 19:54:13 Enabled. ] | ||
2 | [ Jul 15 19:54:13 Rereading configuration. ] | ||
3 | [ Jul 15 19:54:14 Rereading configuration. ] | ||
4 | [ Jul 15 19:54:20 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 19:54:20 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 19:54:20.943169 [ 1 ] {} <Information> Application: Will watch for the process with pid 24184 | ||
33 | 2024.07.15 19:54:20.943681 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.07.15 19:54:21.195826 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24184 | ||
35 | 2024.07.15 19:54:21.196555 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.07.15 19:54:21.197244 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.07.15 19:54:21.283821 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.07.15 19:54:21.424363 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.07.15 19:54:21.424448 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.07.15 19:54:21.424482 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.07.15 19:54:21.424598 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.07.15 19:54:21.424945 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.07.15 19:54:21.426449 [ 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 19:54:21.426942 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.07.15 19:54:21.427794 [ 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 19:54:21.427820 [ 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 19:54:21.427834 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.07.15 19:54:21.428016 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.07.15 19:54:21.428861 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.07.15 19:54:21.433489 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.07.15 19:54:21.434616 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.07.15 19:54:21.435984 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.07.15 19:54:21.436050 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.07.15 19:54:21.437567 [ 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 19:54:21.437836 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.07.15 19:54:21.442034 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.07.15 19:54:21.442719 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.07.15 19:54:21.444229 [ 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 19:54:21.445074 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.07.15 19:54:21.445461 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.07.15 19:54:21.445823 [ 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 19:54:21.447285 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.07.15 19:54:21.447310 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.07.15 19:54:21.447369 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.07.15 19:54:21.447460 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.07.15 19:54:21.522848 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.07.15 19:54:21.522913 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000188174 sec | ||
74 | 2024.07.15 19:54:21.522953 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.07.15 19:54:21.522965 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.07.15 19:54:21.524174 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.07.15 19:54:21.525308 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.07.15 19:54:21.525415 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.07.15 19:54:21.525447 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.07.15 19:54:21.525486 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.07.15 19:54:21.525499 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.07.15 19:54:21.525557 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.07.15 19:54:21.525570 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.07.15 19:54:21.525607 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.07.15 19:54:21.525675 [ 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 19:54:21.525691 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.07.15 19:54:21.525731 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.07.15 19:54:21.525771 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.07.15 19:54:21.525806 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.07.15 19:54:21.525853 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.07.15 19:54:21.525895 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.07.15 19:54:21.525923 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.07.15 19:54:21.525963 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.07.15 19:54:21.567823 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.07.15 19:54:21.594917 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.07.15 19:54:21.594999 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000114993 sec | ||
97 | 2024.07.15 19:54:21.595023 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.07.15 19:54:21.595077 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.07.15 19:54:21.595113 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.07.15 19:54:21.595443 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.07.15 19:54:21.595593 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.07.15 19:54:21.595613 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.07.15 19:54:21.595671 [ 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 19:54:21.595688 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.07.15 19:54:21.687847 [ 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 19:54:21.894057 [ 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 19:54:21.894116 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.07.15 19:54:22.055838 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.07.15 19:54:22.056068 [ 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 19:54:22.057006 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.427e-05 sec. | ||
111 | 2024.07.15 19:54:22.057320 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.07.15 19:54:22.057406 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.07.15 19:54:22.057465 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.07.15 19:54:22.057485 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.07.15 19:54:22.182674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.07.15 19:54:22.182852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.07.15 19:54:22.182894 [ 3 ] {} <Debug> HTTP-Session: 27cf7e57-af7b-417f-97b2-042c35743d04 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
118 | 2024.07.15 19:54:22.182924 [ 3 ] {} <Debug> HTTP-Session: 27cf7e57-af7b-417f-97b2-042c35743d04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.07.15 19:54:22.182944 [ 3 ] {} <Debug> HTTP-Session: 27cf7e57-af7b-417f-97b2-042c35743d04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.07.15 19:54:22.183026 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.07.15 19:54:22.183060 [ 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 19:54:22.183083 [ 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 19:54:22.183148 [ 3 ] {} <Trace> HTTP-Session: 27cf7e57-af7b-417f-97b2-042c35743d04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.07.15 19:54:22.184224 [ 3 ] {226bf574-d30e-4b5e-b5e6-110fcbcd98c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.07.15 19:54:22.222381 [ 3 ] {226bf574-d30e-4b5e-b5e6-110fcbcd98c6} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58658) (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 19:54:22.223110 [ 3 ] {226bf574-d30e-4b5e-b5e6-110fcbcd98c6} <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 19:54:22.224482 [ 3 ] {} <Debug> HTTP-Session: 27cf7e57-af7b-417f-97b2-042c35743d04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.07.15 19:54:22.224908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.07.15 19:54:22.224977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.07.15 19:54:22.225002 [ 3 ] {} <Debug> HTTP-Session: 814ffa06-f81b-4e77-bde5-7d619dc7bc79 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
179 | 2024.07.15 19:54:22.225029 [ 3 ] {} <Debug> HTTP-Session: 814ffa06-f81b-4e77-bde5-7d619dc7bc79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.07.15 19:54:22.225043 [ 3 ] {} <Debug> HTTP-Session: 814ffa06-f81b-4e77-bde5-7d619dc7bc79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.07.15 19:54:22.225089 [ 3 ] {} <Trace> HTTP-Session: 814ffa06-f81b-4e77-bde5-7d619dc7bc79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.07.15 19:54:22.226204 [ 3 ] {9e0c24f5-8754-4901-8d5e-027408a74e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.07.15 19:54:22.226326 [ 3 ] {9e0c24f5-8754-4901-8d5e-027408a74e92} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.07.15 19:54:22.228346 [ 3 ] {9e0c24f5-8754-4901-8d5e-027408a74e92} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.07.15 19:54:22.231118 [ 3 ] {9e0c24f5-8754-4901-8d5e-027408a74e92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.07.15 19:54:22.237203 [ 3 ] {9e0c24f5-8754-4901-8d5e-027408a74e92} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.07.15 19:54:22.237240 [ 3 ] {9e0c24f5-8754-4901-8d5e-027408a74e92} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.07.15 19:54:22.237263 [ 3 ] {} <Debug> HTTP-Session: 814ffa06-f81b-4e77-bde5-7d619dc7bc79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.07.15 19:54:22.240469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.07.15 19:54:22.240541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.07.15 19:54:22.240570 [ 3 ] {} <Debug> HTTP-Session: b2e4c41c-4f6e-4936-8035-4796a39a9600 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
192 | 2024.07.15 19:54:22.240592 [ 3 ] {} <Debug> HTTP-Session: b2e4c41c-4f6e-4936-8035-4796a39a9600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.07.15 19:54:22.240612 [ 3 ] {} <Debug> HTTP-Session: b2e4c41c-4f6e-4936-8035-4796a39a9600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.07.15 19:54:22.240659 [ 3 ] {} <Trace> HTTP-Session: b2e4c41c-4f6e-4936-8035-4796a39a9600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.07.15 19:54:22.240823 [ 3 ] {455d8175-496c-4c54-8647-f38f17509063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.07.15 19:54:22.241129 [ 3 ] {455d8175-496c-4c54-8647-f38f17509063} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58658) (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 19:54:22.241272 [ 3 ] {455d8175-496c-4c54-8647-f38f17509063} <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 19:54:22.241451 [ 3 ] {} <Debug> HTTP-Session: b2e4c41c-4f6e-4936-8035-4796a39a9600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.07.15 19:54:22.241768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.07.15 19:54:22.241821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.07.15 19:54:22.241839 [ 3 ] {} <Debug> HTTP-Session: 6f31691e-6668-4054-bd78-8a98afd33bc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
250 | 2024.07.15 19:54:22.241861 [ 3 ] {} <Debug> HTTP-Session: 6f31691e-6668-4054-bd78-8a98afd33bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.07.15 19:54:22.241878 [ 3 ] {} <Debug> HTTP-Session: 6f31691e-6668-4054-bd78-8a98afd33bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.07.15 19:54:22.241909 [ 3 ] {} <Trace> HTTP-Session: 6f31691e-6668-4054-bd78-8a98afd33bc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.07.15 19:54:22.242082 [ 3 ] {993d0bb5-e21b-4ac0-b0e5-71e280bd6158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.07.15 19:54:22.242247 [ 3 ] {993d0bb5-e21b-4ac0-b0e5-71e280bd6158} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.07.15 19:54:22.242269 [ 3 ] {} <Debug> HTTP-Session: 6f31691e-6668-4054-bd78-8a98afd33bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.07.15 19:54:22.242902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.07.15 19:54:22.242954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.07.15 19:54:22.242977 [ 3 ] {} <Debug> HTTP-Session: 81b55dc4-e84a-4c12-a31a-08435bce6e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
259 | 2024.07.15 19:54:22.242993 [ 3 ] {} <Debug> HTTP-Session: 81b55dc4-e84a-4c12-a31a-08435bce6e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.07.15 19:54:22.243009 [ 3 ] {} <Debug> HTTP-Session: 81b55dc4-e84a-4c12-a31a-08435bce6e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.07.15 19:54:22.243042 [ 3 ] {} <Trace> HTTP-Session: 81b55dc4-e84a-4c12-a31a-08435bce6e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.07.15 19:54:22.243129 [ 3 ] {fc6e0f2d-e716-479f-96da-fac41b384351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.07.15 19:54:22.243184 [ 3 ] {fc6e0f2d-e716-479f-96da-fac41b384351} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.07.15 19:54:22.250816 [ 3 ] {fc6e0f2d-e716-479f-96da-fac41b384351} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.07.15 19:54:22.250853 [ 3 ] {fc6e0f2d-e716-479f-96da-fac41b384351} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4821e-05 sec | ||
266 | 2024.07.15 19:54:22.250871 [ 3 ] {fc6e0f2d-e716-479f-96da-fac41b384351} <Trace> ReferentialDeps: No tables | ||
267 | 2024.07.15 19:54:22.250892 [ 3 ] {fc6e0f2d-e716-479f-96da-fac41b384351} <Trace> LoadingDeps: No tables | ||
268 | 2024.07.15 19:54:22.250919 [ 3 ] {fc6e0f2d-e716-479f-96da-fac41b384351} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.07.15 19:54:22.251070 [ 3 ] {fc6e0f2d-e716-479f-96da-fac41b384351} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.07.15 19:54:22.251097 [ 3 ] {} <Debug> HTTP-Session: 81b55dc4-e84a-4c12-a31a-08435bce6e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.07.15 19:54:22.251246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.07.15 19:54:22.251307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.07.15 19:54:22.251329 [ 3 ] {} <Debug> HTTP-Session: 9abb5619-8cb9-4b5b-97b6-b713c52cb6c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
274 | 2024.07.15 19:54:22.251355 [ 3 ] {} <Debug> HTTP-Session: 9abb5619-8cb9-4b5b-97b6-b713c52cb6c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.07.15 19:54:22.251378 [ 3 ] {} <Debug> HTTP-Session: 9abb5619-8cb9-4b5b-97b6-b713c52cb6c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.07.15 19:54:22.251413 [ 3 ] {} <Trace> HTTP-Session: 9abb5619-8cb9-4b5b-97b6-b713c52cb6c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.07.15 19:54:22.251581 [ 3 ] {abda9c9e-387a-4aa2-8c17-5d23f18f4ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) /* 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 19:54:22.251638 [ 3 ] {abda9c9e-387a-4aa2-8c17-5d23f18f4ecb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.07.15 19:54:22.255997 [ 3 ] {abda9c9e-387a-4aa2-8c17-5d23f18f4ecb} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.07.15 19:54:22.264484 [ 3 ] {abda9c9e-387a-4aa2-8c17-5d23f18f4ecb} <Debug> oximeter.version (7c5d18c4-0ec6-431b-8eb7-b25735357cea): Loading data parts | ||
282 | 2024.07.15 19:54:22.265111 [ 3 ] {abda9c9e-387a-4aa2-8c17-5d23f18f4ecb} <Debug> oximeter.version (7c5d18c4-0ec6-431b-8eb7-b25735357cea): There are no data parts | ||
283 | 2024.07.15 19:54:22.275859 [ 3 ] {abda9c9e-387a-4aa2-8c17-5d23f18f4ecb} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.07.15 19:54:22.275884 [ 3 ] {} <Debug> HTTP-Session: 9abb5619-8cb9-4b5b-97b6-b713c52cb6c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.07.15 19:54:22.276020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.07.15 19:54:22.276071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.07.15 19:54:22.276095 [ 3 ] {} <Debug> HTTP-Session: 1e4c9bb2-7c9f-4a5d-b866-c8c02fd6f88f Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
288 | 2024.07.15 19:54:22.276110 [ 3 ] {} <Debug> HTTP-Session: 1e4c9bb2-7c9f-4a5d-b866-c8c02fd6f88f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.07.15 19:54:22.276126 [ 3 ] {} <Debug> HTTP-Session: 1e4c9bb2-7c9f-4a5d-b866-c8c02fd6f88f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.07.15 19:54:22.276160 [ 3 ] {} <Trace> HTTP-Session: 1e4c9bb2-7c9f-4a5d-b866-c8c02fd6f88f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.07.15 19:54:22.276355 [ 3 ] {a9c34ec0-f086-4c2c-bc13-47a4d10ee29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) /* 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 19:54:22.276409 [ 3 ] {a9c34ec0-f086-4c2c-bc13-47a4d10ee29c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.07.15 19:54:22.289867 [ 3 ] {a9c34ec0-f086-4c2c-bc13-47a4d10ee29c} <Debug> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Loading data parts | ||
304 | 2024.07.15 19:54:22.290052 [ 3 ] {a9c34ec0-f086-4c2c-bc13-47a4d10ee29c} <Debug> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): There are no data parts | ||
305 | 2024.07.15 19:54:22.299032 [ 3 ] {a9c34ec0-f086-4c2c-bc13-47a4d10ee29c} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.07.15 19:54:22.299058 [ 3 ] {} <Debug> HTTP-Session: 1e4c9bb2-7c9f-4a5d-b866-c8c02fd6f88f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.07.15 19:54:22.299198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.07.15 19:54:22.299250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.07.15 19:54:22.299272 [ 3 ] {} <Debug> HTTP-Session: 3a6736d7-bc9b-4edf-9b8c-6a998c17ef0f Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
310 | 2024.07.15 19:54:22.299289 [ 3 ] {} <Debug> HTTP-Session: 3a6736d7-bc9b-4edf-9b8c-6a998c17ef0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.07.15 19:54:22.299305 [ 3 ] {} <Debug> HTTP-Session: 3a6736d7-bc9b-4edf-9b8c-6a998c17ef0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.07.15 19:54:22.299337 [ 3 ] {} <Trace> HTTP-Session: 3a6736d7-bc9b-4edf-9b8c-6a998c17ef0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.07.15 19:54:22.299514 [ 3 ] {bd840045-74c8-4cf8-b48f-b04179a66751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.299562 [ 3 ] {bd840045-74c8-4cf8-b48f-b04179a66751} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.07.15 19:54:22.311450 [ 3 ] {bd840045-74c8-4cf8-b48f-b04179a66751} <Debug> oximeter.measurements_i8 (cf7fc8f6-4391-4cc9-94b1-136d1e103b52): Loading data parts | ||
316 | 2024.07.15 19:54:22.311610 [ 3 ] {bd840045-74c8-4cf8-b48f-b04179a66751} <Debug> oximeter.measurements_i8 (cf7fc8f6-4391-4cc9-94b1-136d1e103b52): There are no data parts | ||
317 | 2024.07.15 19:54:22.322313 [ 3 ] {bd840045-74c8-4cf8-b48f-b04179a66751} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.07.15 19:54:22.322346 [ 3 ] {} <Debug> HTTP-Session: 3a6736d7-bc9b-4edf-9b8c-6a998c17ef0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.07.15 19:54:22.322473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.07.15 19:54:22.322525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.07.15 19:54:22.322549 [ 3 ] {} <Debug> HTTP-Session: fcf9319a-4b02-4fb5-973d-1f48b299e825 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
322 | 2024.07.15 19:54:22.322564 [ 3 ] {} <Debug> HTTP-Session: fcf9319a-4b02-4fb5-973d-1f48b299e825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.07.15 19:54:22.322580 [ 3 ] {} <Debug> HTTP-Session: fcf9319a-4b02-4fb5-973d-1f48b299e825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.07.15 19:54:22.322613 [ 3 ] {} <Trace> HTTP-Session: fcf9319a-4b02-4fb5-973d-1f48b299e825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.07.15 19:54:22.322781 [ 3 ] {56dcf250-49ee-4e98-8b3e-6d7d4a0d9427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.322831 [ 3 ] {56dcf250-49ee-4e98-8b3e-6d7d4a0d9427} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.07.15 19:54:22.343986 [ 3 ] {56dcf250-49ee-4e98-8b3e-6d7d4a0d9427} <Debug> oximeter.measurements_u8 (8f372129-3401-4dbb-a728-937d8b76119c): Loading data parts | ||
328 | 2024.07.15 19:54:22.344268 [ 3 ] {56dcf250-49ee-4e98-8b3e-6d7d4a0d9427} <Debug> oximeter.measurements_u8 (8f372129-3401-4dbb-a728-937d8b76119c): There are no data parts | ||
329 | 2024.07.15 19:54:22.359030 [ 3 ] {56dcf250-49ee-4e98-8b3e-6d7d4a0d9427} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.07.15 19:54:22.359060 [ 3 ] {} <Debug> HTTP-Session: fcf9319a-4b02-4fb5-973d-1f48b299e825 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.07.15 19:54:22.359205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.07.15 19:54:22.359268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.07.15 19:54:22.359298 [ 3 ] {} <Debug> HTTP-Session: 706652bf-b45e-4008-95e5-57b618812889 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
334 | 2024.07.15 19:54:22.359318 [ 3 ] {} <Debug> HTTP-Session: 706652bf-b45e-4008-95e5-57b618812889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.07.15 19:54:22.359347 [ 3 ] {} <Debug> HTTP-Session: 706652bf-b45e-4008-95e5-57b618812889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.07.15 19:54:22.359387 [ 3 ] {} <Trace> HTTP-Session: 706652bf-b45e-4008-95e5-57b618812889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.07.15 19:54:22.359600 [ 3 ] {69f70d62-3bb5-424e-a15f-33bbbe1748ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.359663 [ 3 ] {69f70d62-3bb5-424e-a15f-33bbbe1748ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.07.15 19:54:22.369329 [ 3 ] {69f70d62-3bb5-424e-a15f-33bbbe1748ba} <Debug> oximeter.measurements_i16 (8b166882-cddb-448c-a981-5a7d1a22a6b4): Loading data parts | ||
340 | 2024.07.15 19:54:22.369523 [ 3 ] {69f70d62-3bb5-424e-a15f-33bbbe1748ba} <Debug> oximeter.measurements_i16 (8b166882-cddb-448c-a981-5a7d1a22a6b4): There are no data parts | ||
341 | 2024.07.15 19:54:22.392771 [ 3 ] {69f70d62-3bb5-424e-a15f-33bbbe1748ba} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.07.15 19:54:22.392805 [ 3 ] {} <Debug> HTTP-Session: 706652bf-b45e-4008-95e5-57b618812889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.07.15 19:54:22.392948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.07.15 19:54:22.392999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.07.15 19:54:22.393023 [ 3 ] {} <Debug> HTTP-Session: 61a507ca-8dca-4861-a78c-c51ff13663f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
346 | 2024.07.15 19:54:22.393039 [ 3 ] {} <Debug> HTTP-Session: 61a507ca-8dca-4861-a78c-c51ff13663f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.07.15 19:54:22.393055 [ 3 ] {} <Debug> HTTP-Session: 61a507ca-8dca-4861-a78c-c51ff13663f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.07.15 19:54:22.393089 [ 3 ] {} <Trace> HTTP-Session: 61a507ca-8dca-4861-a78c-c51ff13663f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.07.15 19:54:22.393258 [ 3 ] {ca9ae6a9-8660-4a54-8860-63011ca34cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.393310 [ 3 ] {ca9ae6a9-8660-4a54-8860-63011ca34cdb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.07.15 19:54:22.419311 [ 3 ] {ca9ae6a9-8660-4a54-8860-63011ca34cdb} <Debug> oximeter.measurements_u16 (66efe60b-f4a9-4f8e-af94-9ceb6b864eb0): Loading data parts | ||
352 | 2024.07.15 19:54:22.419484 [ 3 ] {ca9ae6a9-8660-4a54-8860-63011ca34cdb} <Debug> oximeter.measurements_u16 (66efe60b-f4a9-4f8e-af94-9ceb6b864eb0): There are no data parts | ||
353 | 2024.07.15 19:54:22.433886 [ 3 ] {ca9ae6a9-8660-4a54-8860-63011ca34cdb} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.07.15 19:54:22.433919 [ 3 ] {} <Debug> HTTP-Session: 61a507ca-8dca-4861-a78c-c51ff13663f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.07.15 19:54:22.434058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.07.15 19:54:22.434113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.07.15 19:54:22.434140 [ 3 ] {} <Debug> HTTP-Session: 635514e6-fea2-41ad-b8f9-7ef870f6e2a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
358 | 2024.07.15 19:54:22.434163 [ 3 ] {} <Debug> HTTP-Session: 635514e6-fea2-41ad-b8f9-7ef870f6e2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.07.15 19:54:22.434176 [ 3 ] {} <Debug> HTTP-Session: 635514e6-fea2-41ad-b8f9-7ef870f6e2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.07.15 19:54:22.434211 [ 3 ] {} <Trace> HTTP-Session: 635514e6-fea2-41ad-b8f9-7ef870f6e2a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.07.15 19:54:22.434390 [ 3 ] {340ec1b0-4e63-4775-91b2-32dae464e95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.434442 [ 3 ] {340ec1b0-4e63-4775-91b2-32dae464e95f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.07.15 19:54:22.457082 [ 3 ] {340ec1b0-4e63-4775-91b2-32dae464e95f} <Debug> oximeter.measurements_i32 (67b6abfc-ea1f-4f88-8e7d-e0e33014b074): Loading data parts | ||
364 | 2024.07.15 19:54:22.457305 [ 3 ] {340ec1b0-4e63-4775-91b2-32dae464e95f} <Debug> oximeter.measurements_i32 (67b6abfc-ea1f-4f88-8e7d-e0e33014b074): There are no data parts | ||
365 | 2024.07.15 19:54:22.492993 [ 3 ] {340ec1b0-4e63-4775-91b2-32dae464e95f} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.07.15 19:54:22.493034 [ 3 ] {} <Debug> HTTP-Session: 635514e6-fea2-41ad-b8f9-7ef870f6e2a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.07.15 19:54:22.493199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.07.15 19:54:22.493264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.07.15 19:54:22.493297 [ 3 ] {} <Debug> HTTP-Session: 8290537f-0d98-468b-8cc5-11358c8cfdf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
370 | 2024.07.15 19:54:22.493316 [ 3 ] {} <Debug> HTTP-Session: 8290537f-0d98-468b-8cc5-11358c8cfdf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.07.15 19:54:22.493338 [ 3 ] {} <Debug> HTTP-Session: 8290537f-0d98-468b-8cc5-11358c8cfdf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.07.15 19:54:22.493381 [ 3 ] {} <Trace> HTTP-Session: 8290537f-0d98-468b-8cc5-11358c8cfdf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.07.15 19:54:22.493595 [ 3 ] {ce6161fb-8882-4c47-b83f-b8dc8f6efde2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.493659 [ 3 ] {ce6161fb-8882-4c47-b83f-b8dc8f6efde2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.07.15 19:54:22.503724 [ 3 ] {ce6161fb-8882-4c47-b83f-b8dc8f6efde2} <Debug> oximeter.measurements_u32 (bcdcf2f1-1d7c-442b-9253-10fda701fa0f): Loading data parts | ||
376 | 2024.07.15 19:54:22.503901 [ 3 ] {ce6161fb-8882-4c47-b83f-b8dc8f6efde2} <Debug> oximeter.measurements_u32 (bcdcf2f1-1d7c-442b-9253-10fda701fa0f): There are no data parts | ||
377 | 2024.07.15 19:54:22.509412 [ 3 ] {ce6161fb-8882-4c47-b83f-b8dc8f6efde2} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.07.15 19:54:22.509475 [ 3 ] {} <Debug> HTTP-Session: 8290537f-0d98-468b-8cc5-11358c8cfdf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.07.15 19:54:22.509703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.07.15 19:54:22.509787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.07.15 19:54:22.509812 [ 3 ] {} <Debug> HTTP-Session: 5cba9cfd-57c5-4a99-b7ab-b9e0706c0f42 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
382 | 2024.07.15 19:54:22.509833 [ 3 ] {} <Debug> HTTP-Session: 5cba9cfd-57c5-4a99-b7ab-b9e0706c0f42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.07.15 19:54:22.509846 [ 3 ] {} <Debug> HTTP-Session: 5cba9cfd-57c5-4a99-b7ab-b9e0706c0f42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.07.15 19:54:22.509881 [ 3 ] {} <Trace> HTTP-Session: 5cba9cfd-57c5-4a99-b7ab-b9e0706c0f42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.07.15 19:54:22.510065 [ 3 ] {a091d5ed-4906-495f-8125-cf9289425ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.510123 [ 3 ] {a091d5ed-4906-495f-8125-cf9289425ffd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.07.15 19:54:22.534502 [ 3 ] {a091d5ed-4906-495f-8125-cf9289425ffd} <Debug> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Loading data parts | ||
388 | 2024.07.15 19:54:22.534684 [ 3 ] {a091d5ed-4906-495f-8125-cf9289425ffd} <Debug> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): There are no data parts | ||
389 | 2024.07.15 19:54:22.554355 [ 3 ] {a091d5ed-4906-495f-8125-cf9289425ffd} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.07.15 19:54:22.554402 [ 3 ] {} <Debug> HTTP-Session: 5cba9cfd-57c5-4a99-b7ab-b9e0706c0f42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.07.15 19:54:22.554666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.07.15 19:54:22.554768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.07.15 19:54:22.554800 [ 3 ] {} <Debug> HTTP-Session: 9616485c-a283-483f-8d95-78200779bb4d Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
394 | 2024.07.15 19:54:22.554828 [ 3 ] {} <Debug> HTTP-Session: 9616485c-a283-483f-8d95-78200779bb4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.07.15 19:54:22.554846 [ 3 ] {} <Debug> HTTP-Session: 9616485c-a283-483f-8d95-78200779bb4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.07.15 19:54:22.554926 [ 3 ] {} <Trace> HTTP-Session: 9616485c-a283-483f-8d95-78200779bb4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.07.15 19:54:22.555234 [ 3 ] {fdc884a6-85fc-4ed7-9953-5cffbbe788c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.555310 [ 3 ] {fdc884a6-85fc-4ed7-9953-5cffbbe788c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.07.15 19:54:22.583167 [ 3 ] {fdc884a6-85fc-4ed7-9953-5cffbbe788c2} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Loading data parts | ||
400 | 2024.07.15 19:54:22.583366 [ 3 ] {fdc884a6-85fc-4ed7-9953-5cffbbe788c2} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): There are no data parts | ||
401 | 2024.07.15 19:54:22.617410 [ 3 ] {fdc884a6-85fc-4ed7-9953-5cffbbe788c2} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.07.15 19:54:22.617448 [ 3 ] {} <Debug> HTTP-Session: 9616485c-a283-483f-8d95-78200779bb4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.07.15 19:54:22.617592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.07.15 19:54:22.617641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.07.15 19:54:22.617672 [ 3 ] {} <Debug> HTTP-Session: ed892088-9510-4d4c-beb6-14f32f23b545 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
406 | 2024.07.15 19:54:22.617699 [ 3 ] {} <Debug> HTTP-Session: ed892088-9510-4d4c-beb6-14f32f23b545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.07.15 19:54:22.617715 [ 3 ] {} <Debug> HTTP-Session: ed892088-9510-4d4c-beb6-14f32f23b545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.07.15 19:54:22.617759 [ 3 ] {} <Trace> HTTP-Session: ed892088-9510-4d4c-beb6-14f32f23b545 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.07.15 19:54:22.617941 [ 3 ] {8cc6e107-0322-44a2-9330-708d719ed7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.618003 [ 3 ] {8cc6e107-0322-44a2-9330-708d719ed7f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.07.15 19:54:22.633652 [ 3 ] {8cc6e107-0322-44a2-9330-708d719ed7f9} <Debug> oximeter.measurements_f32 (4084cab3-9efc-4976-863c-2614deb74039): Loading data parts | ||
412 | 2024.07.15 19:54:22.634016 [ 3 ] {8cc6e107-0322-44a2-9330-708d719ed7f9} <Debug> oximeter.measurements_f32 (4084cab3-9efc-4976-863c-2614deb74039): There are no data parts | ||
413 | 2024.07.15 19:54:22.645081 [ 3 ] {8cc6e107-0322-44a2-9330-708d719ed7f9} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.07.15 19:54:22.645130 [ 3 ] {} <Debug> HTTP-Session: ed892088-9510-4d4c-beb6-14f32f23b545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.07.15 19:54:22.645357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.07.15 19:54:22.645473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.07.15 19:54:22.645510 [ 3 ] {} <Debug> HTTP-Session: 4d80493b-060e-4210-87b1-30d8d2ea02f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
418 | 2024.07.15 19:54:22.645554 [ 3 ] {} <Debug> HTTP-Session: 4d80493b-060e-4210-87b1-30d8d2ea02f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.07.15 19:54:22.645590 [ 3 ] {} <Debug> HTTP-Session: 4d80493b-060e-4210-87b1-30d8d2ea02f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.07.15 19:54:22.645651 [ 3 ] {} <Trace> HTTP-Session: 4d80493b-060e-4210-87b1-30d8d2ea02f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.07.15 19:54:22.645890 [ 3 ] {e5a49363-4595-4ab9-97fa-1a3094f6d7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.645950 [ 3 ] {e5a49363-4595-4ab9-97fa-1a3094f6d7cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.07.15 19:54:22.658200 [ 3 ] {e5a49363-4595-4ab9-97fa-1a3094f6d7cd} <Debug> oximeter.measurements_f64 (f2eedde5-b759-4c40-99f0-62238b746828): Loading data parts | ||
424 | 2024.07.15 19:54:22.658393 [ 3 ] {e5a49363-4595-4ab9-97fa-1a3094f6d7cd} <Debug> oximeter.measurements_f64 (f2eedde5-b759-4c40-99f0-62238b746828): There are no data parts | ||
425 | 2024.07.15 19:54:22.692177 [ 3 ] {e5a49363-4595-4ab9-97fa-1a3094f6d7cd} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.07.15 19:54:22.692250 [ 3 ] {} <Debug> HTTP-Session: 4d80493b-060e-4210-87b1-30d8d2ea02f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.07.15 19:54:22.692426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.07.15 19:54:22.692486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.07.15 19:54:22.692511 [ 3 ] {} <Debug> HTTP-Session: 25f54287-a512-407e-91f3-f2b1450f5ef6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
430 | 2024.07.15 19:54:22.692537 [ 3 ] {} <Debug> HTTP-Session: 25f54287-a512-407e-91f3-f2b1450f5ef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.07.15 19:54:22.692551 [ 3 ] {} <Debug> HTTP-Session: 25f54287-a512-407e-91f3-f2b1450f5ef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.07.15 19:54:22.692588 [ 3 ] {} <Trace> HTTP-Session: 25f54287-a512-407e-91f3-f2b1450f5ef6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.07.15 19:54:22.692779 [ 3 ] {bdfcd76c-b609-4a32-83ec-a141b45361c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.692841 [ 3 ] {bdfcd76c-b609-4a32-83ec-a141b45361c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.07.15 19:54:22.698253 [ 3 ] {bdfcd76c-b609-4a32-83ec-a141b45361c2} <Debug> oximeter.measurements_string (e24b8a51-b3f9-4c12-957e-739fb8945021): Loading data parts | ||
436 | 2024.07.15 19:54:22.698438 [ 3 ] {bdfcd76c-b609-4a32-83ec-a141b45361c2} <Debug> oximeter.measurements_string (e24b8a51-b3f9-4c12-957e-739fb8945021): There are no data parts | ||
437 | 2024.07.15 19:54:22.744101 [ 3 ] {bdfcd76c-b609-4a32-83ec-a141b45361c2} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.07.15 19:54:22.744130 [ 3 ] {} <Debug> HTTP-Session: 25f54287-a512-407e-91f3-f2b1450f5ef6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.07.15 19:54:22.744324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.07.15 19:54:22.744394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.07.15 19:54:22.744415 [ 3 ] {} <Debug> HTTP-Session: c177cf35-ff20-4938-8f4b-3f9ae30836bf Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
442 | 2024.07.15 19:54:22.744443 [ 3 ] {} <Debug> HTTP-Session: c177cf35-ff20-4938-8f4b-3f9ae30836bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.07.15 19:54:22.744472 [ 3 ] {} <Debug> HTTP-Session: c177cf35-ff20-4938-8f4b-3f9ae30836bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.07.15 19:54:22.744507 [ 3 ] {} <Trace> HTTP-Session: c177cf35-ff20-4938-8f4b-3f9ae30836bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.07.15 19:54:22.744706 [ 3 ] {92fddc3f-a249-458c-a726-7a67777d4384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.744779 [ 3 ] {92fddc3f-a249-458c-a726-7a67777d4384} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.07.15 19:54:22.771863 [ 3 ] {92fddc3f-a249-458c-a726-7a67777d4384} <Debug> oximeter.measurements_bytes (6bfe853a-74c1-4258-b150-8bc1883178f3): Loading data parts | ||
455 | 2024.07.15 19:54:22.772039 [ 3 ] {92fddc3f-a249-458c-a726-7a67777d4384} <Debug> oximeter.measurements_bytes (6bfe853a-74c1-4258-b150-8bc1883178f3): There are no data parts | ||
456 | 2024.07.15 19:54:22.843403 [ 3 ] {92fddc3f-a249-458c-a726-7a67777d4384} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.07.15 19:54:22.843433 [ 3 ] {} <Debug> HTTP-Session: c177cf35-ff20-4938-8f4b-3f9ae30836bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.07.15 19:54:22.843609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.07.15 19:54:22.843683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.07.15 19:54:22.843712 [ 3 ] {} <Debug> HTTP-Session: 8a210c9a-2b88-4da3-8b56-aa0d45530a3c Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
461 | 2024.07.15 19:54:22.843729 [ 3 ] {} <Debug> HTTP-Session: 8a210c9a-2b88-4da3-8b56-aa0d45530a3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.07.15 19:54:22.843752 [ 3 ] {} <Debug> HTTP-Session: 8a210c9a-2b88-4da3-8b56-aa0d45530a3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.07.15 19:54:22.843784 [ 3 ] {} <Trace> HTTP-Session: 8a210c9a-2b88-4da3-8b56-aa0d45530a3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.07.15 19:54:22.843996 [ 3 ] {ac65b655-53d2-4ef8-a911-d3445bdd311f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:22.844058 [ 3 ] {ac65b655-53d2-4ef8-a911-d3445bdd311f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.07.15 19:54:22.972563 [ 3 ] {ac65b655-53d2-4ef8-a911-d3445bdd311f} <Debug> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Loading data parts | ||
467 | 2024.07.15 19:54:22.972920 [ 3 ] {ac65b655-53d2-4ef8-a911-d3445bdd311f} <Debug> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): There are no data parts | ||
468 | 2024.07.15 19:54:23.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.43 MiB, peak 161.15 MiB, free memory in arenas 0.00 B, will set to 170.92 MiB (RSS), difference: 11.49 MiB | ||
469 | 2024.07.15 19:54:23.033579 [ 3 ] {ac65b655-53d2-4ef8-a911-d3445bdd311f} <Debug> DynamicQueryHandler: Done processing query | ||
470 | 2024.07.15 19:54:23.033674 [ 3 ] {} <Debug> HTTP-Session: 8a210c9a-2b88-4da3-8b56-aa0d45530a3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.07.15 19:54:23.033901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
472 | 2024.07.15 19:54:23.033981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
473 | 2024.07.15 19:54:23.034013 [ 3 ] {} <Debug> HTTP-Session: 2655969d-1c6d-45db-aa26-09991e1ee69b Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
474 | 2024.07.15 19:54:23.034041 [ 3 ] {} <Debug> HTTP-Session: 2655969d-1c6d-45db-aa26-09991e1ee69b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.07.15 19:54:23.034055 [ 3 ] {} <Debug> HTTP-Session: 2655969d-1c6d-45db-aa26-09991e1ee69b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
476 | 2024.07.15 19:54:23.034108 [ 3 ] {} <Trace> HTTP-Session: 2655969d-1c6d-45db-aa26-09991e1ee69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
477 | 2024.07.15 19:54:23.034393 [ 3 ] {84560437-4d9b-4ed9-b34b-d87fbfe5c734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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) | ||
478 | 2024.07.15 19:54:23.034492 [ 3 ] {84560437-4d9b-4ed9-b34b-d87fbfe5c734} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
479 | 2024.07.15 19:54:23.085821 [ 3 ] {84560437-4d9b-4ed9-b34b-d87fbfe5c734} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Loading data parts | ||
480 | 2024.07.15 19:54:23.086179 [ 3 ] {84560437-4d9b-4ed9-b34b-d87fbfe5c734} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): There are no data parts | ||
481 | 2024.07.15 19:54:23.136591 [ 3 ] {84560437-4d9b-4ed9-b34b-d87fbfe5c734} <Debug> DynamicQueryHandler: Done processing query | ||
482 | 2024.07.15 19:54:23.136618 [ 3 ] {} <Debug> HTTP-Session: 2655969d-1c6d-45db-aa26-09991e1ee69b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.07.15 19:54:23.136783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
484 | 2024.07.15 19:54:23.136868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
485 | 2024.07.15 19:54:23.136889 [ 3 ] {} <Debug> HTTP-Session: 8c65009d-7c88-4ea2-9800-9c107454780c Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
486 | 2024.07.15 19:54:23.136919 [ 3 ] {} <Debug> HTTP-Session: 8c65009d-7c88-4ea2-9800-9c107454780c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.07.15 19:54:23.136944 [ 3 ] {} <Debug> HTTP-Session: 8c65009d-7c88-4ea2-9800-9c107454780c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
488 | 2024.07.15 19:54:23.136980 [ 3 ] {} <Trace> HTTP-Session: 8c65009d-7c88-4ea2-9800-9c107454780c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
489 | 2024.07.15 19:54:23.137194 [ 3 ] {187cabb1-d474-4d4b-acb4-5f0b6b99c0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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) | ||
490 | 2024.07.15 19:54:23.137269 [ 3 ] {187cabb1-d474-4d4b-acb4-5f0b6b99c0dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
491 | 2024.07.15 19:54:23.164365 [ 3 ] {187cabb1-d474-4d4b-acb4-5f0b6b99c0dc} <Debug> oximeter.measurements_cumulativef32 (e91f3bb0-a55f-4f00-94a2-c82283b08366): Loading data parts | ||
492 | 2024.07.15 19:54:23.164547 [ 3 ] {187cabb1-d474-4d4b-acb4-5f0b6b99c0dc} <Debug> oximeter.measurements_cumulativef32 (e91f3bb0-a55f-4f00-94a2-c82283b08366): There are no data parts | ||
493 | 2024.07.15 19:54:23.189561 [ 3 ] {187cabb1-d474-4d4b-acb4-5f0b6b99c0dc} <Debug> DynamicQueryHandler: Done processing query | ||
494 | 2024.07.15 19:54:23.189612 [ 3 ] {} <Debug> HTTP-Session: 8c65009d-7c88-4ea2-9800-9c107454780c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.07.15 19:54:23.189778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
496 | 2024.07.15 19:54:23.189914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
497 | 2024.07.15 19:54:23.189955 [ 3 ] {} <Debug> HTTP-Session: fe1e0445-de7f-4b8c-a23d-411861655dc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
498 | 2024.07.15 19:54:23.189976 [ 3 ] {} <Debug> HTTP-Session: fe1e0445-de7f-4b8c-a23d-411861655dc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.07.15 19:54:23.190005 [ 3 ] {} <Debug> HTTP-Session: fe1e0445-de7f-4b8c-a23d-411861655dc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
500 | 2024.07.15 19:54:23.190061 [ 3 ] {} <Trace> HTTP-Session: fe1e0445-de7f-4b8c-a23d-411861655dc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
501 | 2024.07.15 19:54:23.190309 [ 3 ] {e1331aac-5a93-47aa-aacd-8d892689b5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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) | ||
502 | 2024.07.15 19:54:23.190401 [ 3 ] {e1331aac-5a93-47aa-aacd-8d892689b5a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
503 | 2024.07.15 19:54:23.249079 [ 3 ] {e1331aac-5a93-47aa-aacd-8d892689b5a2} <Debug> oximeter.measurements_cumulativef64 (03e38039-2c6f-4072-b479-bb52357e1c98): Loading data parts | ||
504 | 2024.07.15 19:54:23.249299 [ 3 ] {e1331aac-5a93-47aa-aacd-8d892689b5a2} <Debug> oximeter.measurements_cumulativef64 (03e38039-2c6f-4072-b479-bb52357e1c98): There are no data parts | ||
505 | 2024.07.15 19:54:23.271571 [ 3 ] {e1331aac-5a93-47aa-aacd-8d892689b5a2} <Debug> DynamicQueryHandler: Done processing query | ||
506 | 2024.07.15 19:54:23.271606 [ 3 ] {} <Debug> HTTP-Session: fe1e0445-de7f-4b8c-a23d-411861655dc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
507 | 2024.07.15 19:54:23.271750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
508 | 2024.07.15 19:54:23.271804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
509 | 2024.07.15 19:54:23.271832 [ 3 ] {} <Debug> HTTP-Session: a17ffc72-72d7-4ad0-918c-91abd027dc64 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
510 | 2024.07.15 19:54:23.271864 [ 3 ] {} <Debug> HTTP-Session: a17ffc72-72d7-4ad0-918c-91abd027dc64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.07.15 19:54:23.271877 [ 3 ] {} <Debug> HTTP-Session: a17ffc72-72d7-4ad0-918c-91abd027dc64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.07.15 19:54:23.271918 [ 3 ] {} <Trace> HTTP-Session: a17ffc72-72d7-4ad0-918c-91abd027dc64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
513 | 2024.07.15 19:54:23.272186 [ 3 ] {965c047b-b290-4602-b172-349fcd7e1992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
514 | * NOTE: Array types cannot be Nullable, see | ||
515 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
516 | * for more details. | ||
517 | * | ||
518 | * This means we need to use empty arrays to indicate a missing value. This | ||
519 | * is unfortunate, and at this point relies on the fact that an | ||
520 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
521 | * to figure out another way to represent missing samples here. | ||
522 | */ | ||
523 | 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) | ||
524 | 2024.07.15 19:54:23.272254 [ 3 ] {965c047b-b290-4602-b172-349fcd7e1992} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
525 | 2024.07.15 19:54:23.297496 [ 3 ] {965c047b-b290-4602-b172-349fcd7e1992} <Debug> oximeter.measurements_histogrami8 (8d9b4931-0835-4c18-98b1-978e914997d7): Loading data parts | ||
526 | 2024.07.15 19:54:23.297686 [ 3 ] {965c047b-b290-4602-b172-349fcd7e1992} <Debug> oximeter.measurements_histogrami8 (8d9b4931-0835-4c18-98b1-978e914997d7): There are no data parts | ||
527 | 2024.07.15 19:54:23.303198 [ 3 ] {965c047b-b290-4602-b172-349fcd7e1992} <Debug> DynamicQueryHandler: Done processing query | ||
528 | 2024.07.15 19:54:23.303272 [ 3 ] {} <Debug> HTTP-Session: a17ffc72-72d7-4ad0-918c-91abd027dc64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.07.15 19:54:23.303533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
530 | 2024.07.15 19:54:23.303645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
531 | 2024.07.15 19:54:23.303701 [ 3 ] {} <Debug> HTTP-Session: b86b7293-3957-4f92-8020-44434812e9ab Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
532 | 2024.07.15 19:54:23.303741 [ 3 ] {} <Debug> HTTP-Session: b86b7293-3957-4f92-8020-44434812e9ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.07.15 19:54:23.303786 [ 3 ] {} <Debug> HTTP-Session: b86b7293-3957-4f92-8020-44434812e9ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
534 | 2024.07.15 19:54:23.303881 [ 3 ] {} <Trace> HTTP-Session: b86b7293-3957-4f92-8020-44434812e9ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
535 | 2024.07.15 19:54:23.304290 [ 3 ] {cb4f45c7-601d-43d0-ae11-74c63f5e022b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
536 | 2024.07.15 19:54:23.304370 [ 3 ] {cb4f45c7-601d-43d0-ae11-74c63f5e022b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
537 | 2024.07.15 19:54:23.322240 [ 3 ] {cb4f45c7-601d-43d0-ae11-74c63f5e022b} <Debug> oximeter.measurements_histogramu8 (43accbe2-204c-4b88-9091-7200328b0b74): Loading data parts | ||
538 | 2024.07.15 19:54:23.322445 [ 3 ] {cb4f45c7-601d-43d0-ae11-74c63f5e022b} <Debug> oximeter.measurements_histogramu8 (43accbe2-204c-4b88-9091-7200328b0b74): There are no data parts | ||
539 | 2024.07.15 19:54:23.334355 [ 3 ] {cb4f45c7-601d-43d0-ae11-74c63f5e022b} <Debug> DynamicQueryHandler: Done processing query | ||
540 | 2024.07.15 19:54:23.334394 [ 3 ] {} <Debug> HTTP-Session: b86b7293-3957-4f92-8020-44434812e9ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.07.15 19:54:23.334559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
542 | 2024.07.15 19:54:23.334624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
543 | 2024.07.15 19:54:23.334656 [ 3 ] {} <Debug> HTTP-Session: e6a16f6a-9d33-4ca2-a5ab-7669428700b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
544 | 2024.07.15 19:54:23.334690 [ 3 ] {} <Debug> HTTP-Session: e6a16f6a-9d33-4ca2-a5ab-7669428700b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.07.15 19:54:23.334707 [ 3 ] {} <Debug> HTTP-Session: e6a16f6a-9d33-4ca2-a5ab-7669428700b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
546 | 2024.07.15 19:54:23.334751 [ 3 ] {} <Trace> HTTP-Session: e6a16f6a-9d33-4ca2-a5ab-7669428700b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
547 | 2024.07.15 19:54:23.334998 [ 3 ] {58898461-522e-4e7e-a10d-7cb888689c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
548 | 2024.07.15 19:54:23.335064 [ 3 ] {58898461-522e-4e7e-a10d-7cb888689c16} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
549 | 2024.07.15 19:54:23.357491 [ 3 ] {58898461-522e-4e7e-a10d-7cb888689c16} <Debug> oximeter.measurements_histogrami16 (552f4e3e-e1da-47e0-9ba2-63a3da51c0fc): Loading data parts | ||
550 | 2024.07.15 19:54:23.357846 [ 3 ] {58898461-522e-4e7e-a10d-7cb888689c16} <Debug> oximeter.measurements_histogrami16 (552f4e3e-e1da-47e0-9ba2-63a3da51c0fc): There are no data parts | ||
551 | 2024.07.15 19:54:23.368774 [ 3 ] {58898461-522e-4e7e-a10d-7cb888689c16} <Debug> DynamicQueryHandler: Done processing query | ||
552 | 2024.07.15 19:54:23.368815 [ 3 ] {} <Debug> HTTP-Session: e6a16f6a-9d33-4ca2-a5ab-7669428700b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.07.15 19:54:23.368962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
554 | 2024.07.15 19:54:23.369016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
555 | 2024.07.15 19:54:23.369047 [ 3 ] {} <Debug> HTTP-Session: 34876aeb-bc22-4815-af86-83f3d078a7b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
556 | 2024.07.15 19:54:23.369063 [ 3 ] {} <Debug> HTTP-Session: 34876aeb-bc22-4815-af86-83f3d078a7b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.07.15 19:54:23.369083 [ 3 ] {} <Debug> HTTP-Session: 34876aeb-bc22-4815-af86-83f3d078a7b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
558 | 2024.07.15 19:54:23.369119 [ 3 ] {} <Trace> HTTP-Session: 34876aeb-bc22-4815-af86-83f3d078a7b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
559 | 2024.07.15 19:54:23.369367 [ 3 ] {61606749-fbd4-4d76-abed-2b9fef98d794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
560 | 2024.07.15 19:54:23.369432 [ 3 ] {61606749-fbd4-4d76-abed-2b9fef98d794} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
561 | 2024.07.15 19:54:23.381190 [ 3 ] {61606749-fbd4-4d76-abed-2b9fef98d794} <Debug> oximeter.measurements_histogramu16 (78adbf73-e0c6-4e46-85eb-f3b68df78f4b): Loading data parts | ||
562 | 2024.07.15 19:54:23.381396 [ 3 ] {61606749-fbd4-4d76-abed-2b9fef98d794} <Debug> oximeter.measurements_histogramu16 (78adbf73-e0c6-4e46-85eb-f3b68df78f4b): There are no data parts | ||
563 | 2024.07.15 19:54:23.392786 [ 3 ] {61606749-fbd4-4d76-abed-2b9fef98d794} <Debug> DynamicQueryHandler: Done processing query | ||
564 | 2024.07.15 19:54:23.392854 [ 3 ] {} <Debug> HTTP-Session: 34876aeb-bc22-4815-af86-83f3d078a7b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.07.15 19:54:23.393063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
566 | 2024.07.15 19:54:23.393113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
567 | 2024.07.15 19:54:23.393146 [ 3 ] {} <Debug> HTTP-Session: 8a0c23f7-caef-4386-a0ce-87746d3c7086 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
568 | 2024.07.15 19:54:23.393174 [ 3 ] {} <Debug> HTTP-Session: 8a0c23f7-caef-4386-a0ce-87746d3c7086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.07.15 19:54:23.393187 [ 3 ] {} <Debug> HTTP-Session: 8a0c23f7-caef-4386-a0ce-87746d3c7086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
570 | 2024.07.15 19:54:23.393227 [ 3 ] {} <Trace> HTTP-Session: 8a0c23f7-caef-4386-a0ce-87746d3c7086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
571 | 2024.07.15 19:54:23.393495 [ 3 ] {7f0d3080-337a-4b00-9771-a171e0c9e71b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
572 | 2024.07.15 19:54:23.393579 [ 3 ] {7f0d3080-337a-4b00-9771-a171e0c9e71b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
573 | 2024.07.15 19:54:23.414092 [ 3 ] {7f0d3080-337a-4b00-9771-a171e0c9e71b} <Debug> oximeter.measurements_histogrami32 (aa084d2c-1810-4a1f-a87b-fbf429d83cbf): Loading data parts | ||
574 | 2024.07.15 19:54:23.414400 [ 3 ] {7f0d3080-337a-4b00-9771-a171e0c9e71b} <Debug> oximeter.measurements_histogrami32 (aa084d2c-1810-4a1f-a87b-fbf429d83cbf): There are no data parts | ||
575 | 2024.07.15 19:54:23.419086 [ 3 ] {7f0d3080-337a-4b00-9771-a171e0c9e71b} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.07.15 19:54:23.419112 [ 3 ] {} <Debug> HTTP-Session: 8a0c23f7-caef-4386-a0ce-87746d3c7086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.07.15 19:54:23.419234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.07.15 19:54:23.419297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.07.15 19:54:23.419317 [ 3 ] {} <Debug> HTTP-Session: 31c9bc35-0c8f-44dd-9849-cca1c0d0f5a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
580 | 2024.07.15 19:54:23.419351 [ 3 ] {} <Debug> HTTP-Session: 31c9bc35-0c8f-44dd-9849-cca1c0d0f5a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.07.15 19:54:23.419365 [ 3 ] {} <Debug> HTTP-Session: 31c9bc35-0c8f-44dd-9849-cca1c0d0f5a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.07.15 19:54:23.419402 [ 3 ] {} <Trace> HTTP-Session: 31c9bc35-0c8f-44dd-9849-cca1c0d0f5a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.07.15 19:54:23.419651 [ 3 ] {90a733e1-cb67-4250-96ca-27d3e4f9dc76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
584 | 2024.07.15 19:54:23.419719 [ 3 ] {90a733e1-cb67-4250-96ca-27d3e4f9dc76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.07.15 19:54:23.442113 [ 3 ] {90a733e1-cb67-4250-96ca-27d3e4f9dc76} <Debug> oximeter.measurements_histogramu32 (136f2950-bd36-4858-a04f-eb5ec8f739b6): Loading data parts | ||
586 | 2024.07.15 19:54:23.442318 [ 3 ] {90a733e1-cb67-4250-96ca-27d3e4f9dc76} <Debug> oximeter.measurements_histogramu32 (136f2950-bd36-4858-a04f-eb5ec8f739b6): There are no data parts | ||
587 | 2024.07.15 19:54:23.458353 [ 3 ] {90a733e1-cb67-4250-96ca-27d3e4f9dc76} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.07.15 19:54:23.458420 [ 3 ] {} <Debug> HTTP-Session: 31c9bc35-0c8f-44dd-9849-cca1c0d0f5a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.07.15 19:54:23.458699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.07.15 19:54:23.458810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.07.15 19:54:23.458871 [ 3 ] {} <Debug> HTTP-Session: f7f451f7-e8d7-45e1-aa0c-98e149d871e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
592 | 2024.07.15 19:54:23.458924 [ 3 ] {} <Debug> HTTP-Session: f7f451f7-e8d7-45e1-aa0c-98e149d871e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.07.15 19:54:23.458954 [ 3 ] {} <Debug> HTTP-Session: f7f451f7-e8d7-45e1-aa0c-98e149d871e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.07.15 19:54:23.459034 [ 3 ] {} <Trace> HTTP-Session: f7f451f7-e8d7-45e1-aa0c-98e149d871e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.07.15 19:54:23.459334 [ 3 ] {a64dd1ea-ec2a-478d-9ddd-cb0d1a1b3bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
596 | 2024.07.15 19:54:23.459399 [ 3 ] {a64dd1ea-ec2a-478d-9ddd-cb0d1a1b3bf4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.07.15 19:54:23.467025 [ 3 ] {a64dd1ea-ec2a-478d-9ddd-cb0d1a1b3bf4} <Debug> oximeter.measurements_histogrami64 (1a2806d6-52ae-4896-bce8-10df18390bb9): Loading data parts | ||
598 | 2024.07.15 19:54:23.467402 [ 3 ] {a64dd1ea-ec2a-478d-9ddd-cb0d1a1b3bf4} <Debug> oximeter.measurements_histogrami64 (1a2806d6-52ae-4896-bce8-10df18390bb9): There are no data parts | ||
599 | 2024.07.15 19:54:23.470462 [ 3 ] {a64dd1ea-ec2a-478d-9ddd-cb0d1a1b3bf4} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.07.15 19:54:23.470492 [ 3 ] {} <Debug> HTTP-Session: f7f451f7-e8d7-45e1-aa0c-98e149d871e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.07.15 19:54:23.470632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.07.15 19:54:23.470697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.07.15 19:54:23.470719 [ 3 ] {} <Debug> HTTP-Session: 19759e0a-3bf1-4f71-8631-726b9ed40339 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
604 | 2024.07.15 19:54:23.470742 [ 3 ] {} <Debug> HTTP-Session: 19759e0a-3bf1-4f71-8631-726b9ed40339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.07.15 19:54:23.470767 [ 3 ] {} <Debug> HTTP-Session: 19759e0a-3bf1-4f71-8631-726b9ed40339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.07.15 19:54:23.470797 [ 3 ] {} <Trace> HTTP-Session: 19759e0a-3bf1-4f71-8631-726b9ed40339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.07.15 19:54:23.471043 [ 3 ] {abd01cfa-64af-4f3f-9900-604b3bf16df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
608 | 2024.07.15 19:54:23.471112 [ 3 ] {abd01cfa-64af-4f3f-9900-604b3bf16df8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.07.15 19:54:23.491743 [ 3 ] {abd01cfa-64af-4f3f-9900-604b3bf16df8} <Debug> oximeter.measurements_histogramu64 (148bed7a-8b20-4a27-8e42-66b9a5145c0b): Loading data parts | ||
610 | 2024.07.15 19:54:23.491927 [ 3 ] {abd01cfa-64af-4f3f-9900-604b3bf16df8} <Debug> oximeter.measurements_histogramu64 (148bed7a-8b20-4a27-8e42-66b9a5145c0b): There are no data parts | ||
611 | 2024.07.15 19:54:23.494883 [ 3 ] {abd01cfa-64af-4f3f-9900-604b3bf16df8} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.07.15 19:54:23.494909 [ 3 ] {} <Debug> HTTP-Session: 19759e0a-3bf1-4f71-8631-726b9ed40339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.07.15 19:54:23.495057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.07.15 19:54:23.495112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.07.15 19:54:23.495131 [ 3 ] {} <Debug> HTTP-Session: 7715d4df-de1e-4cb6-8ab2-b1a6b2f98e3f Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
616 | 2024.07.15 19:54:23.495154 [ 3 ] {} <Debug> HTTP-Session: 7715d4df-de1e-4cb6-8ab2-b1a6b2f98e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.07.15 19:54:23.495167 [ 3 ] {} <Debug> HTTP-Session: 7715d4df-de1e-4cb6-8ab2-b1a6b2f98e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.07.15 19:54:23.495203 [ 3 ] {} <Trace> HTTP-Session: 7715d4df-de1e-4cb6-8ab2-b1a6b2f98e3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.07.15 19:54:23.495449 [ 3 ] {ca71fcff-b4d7-402c-9229-4abe2fe056d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
620 | 2024.07.15 19:54:23.495514 [ 3 ] {ca71fcff-b4d7-402c-9229-4abe2fe056d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.07.15 19:54:23.507693 [ 3 ] {ca71fcff-b4d7-402c-9229-4abe2fe056d7} <Debug> oximeter.measurements_histogramf32 (bf02c459-ff6e-4d19-8742-bbdc53ad2c50): Loading data parts | ||
622 | 2024.07.15 19:54:23.507912 [ 3 ] {ca71fcff-b4d7-402c-9229-4abe2fe056d7} <Debug> oximeter.measurements_histogramf32 (bf02c459-ff6e-4d19-8742-bbdc53ad2c50): There are no data parts | ||
623 | 2024.07.15 19:54:23.518617 [ 3 ] {ca71fcff-b4d7-402c-9229-4abe2fe056d7} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.07.15 19:54:23.518648 [ 3 ] {} <Debug> HTTP-Session: 7715d4df-de1e-4cb6-8ab2-b1a6b2f98e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.07.15 19:54:23.518872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.07.15 19:54:23.518943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.07.15 19:54:23.518962 [ 3 ] {} <Debug> HTTP-Session: aee11372-6b17-4b68-b752-230fd1678676 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
628 | 2024.07.15 19:54:23.518991 [ 3 ] {} <Debug> HTTP-Session: aee11372-6b17-4b68-b752-230fd1678676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.07.15 19:54:23.519017 [ 3 ] {} <Debug> HTTP-Session: aee11372-6b17-4b68-b752-230fd1678676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.07.15 19:54:23.519048 [ 3 ] {} <Trace> HTTP-Session: aee11372-6b17-4b68-b752-230fd1678676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.07.15 19:54:23.519301 [ 3 ] {f2def057-512f-487a-999f-73f2e826ef7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
632 | 2024.07.15 19:54:23.519387 [ 3 ] {f2def057-512f-487a-999f-73f2e826ef7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.07.15 19:54:23.530873 [ 3 ] {f2def057-512f-487a-999f-73f2e826ef7b} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Loading data parts | ||
634 | 2024.07.15 19:54:23.531164 [ 3 ] {f2def057-512f-487a-999f-73f2e826ef7b} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): There are no data parts | ||
635 | 2024.07.15 19:54:23.542110 [ 3 ] {f2def057-512f-487a-999f-73f2e826ef7b} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.07.15 19:54:23.542159 [ 3 ] {} <Debug> HTTP-Session: aee11372-6b17-4b68-b752-230fd1678676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.07.15 19:54:23.542399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.07.15 19:54:23.542510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.07.15 19:54:23.542578 [ 3 ] {} <Debug> HTTP-Session: 45134de1-e6b0-440b-ba85-f7af483510ac Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
640 | 2024.07.15 19:54:23.542610 [ 3 ] {} <Debug> HTTP-Session: 45134de1-e6b0-440b-ba85-f7af483510ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.07.15 19:54:23.542655 [ 3 ] {} <Debug> HTTP-Session: 45134de1-e6b0-440b-ba85-f7af483510ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.07.15 19:54:23.542744 [ 3 ] {} <Trace> HTTP-Session: 45134de1-e6b0-440b-ba85-f7af483510ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.07.15 19:54:23.542908 [ 3 ] {73f2de5d-b804-4bc8-aa83-3a44e2a55c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) /* The field tables store named dimensions of each timeseries. | ||
644 | * | ||
645 | * As with the measurement tables, there is one field table for each field data | ||
646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
647 | * this behavior **must not** be relied upon for query correctness. | ||
648 | * | ||
649 | * The index for the fields differs from the measurements, however. Rows are | ||
650 | * sorted by timeseries name, then field name, field value, and finally | ||
651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
653 | * usually then used to look up measurements. | ||
654 | * | ||
655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
656 | * timeseries name and then key, since it would improve lookups where one | ||
657 | * already has the key. Realistically though, these tables are quite small and | ||
658 | * so performance benefits will be low in absolute terms. | ||
659 | */ | ||
660 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
661 | 2024.07.15 19:54:23.542974 [ 3 ] {73f2de5d-b804-4bc8-aa83-3a44e2a55c70} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.07.15 19:54:23.563119 [ 3 ] {73f2de5d-b804-4bc8-aa83-3a44e2a55c70} <Debug> oximeter.fields_bool (62c6baec-2248-478c-90fc-88b9af882d9c): Loading data parts | ||
663 | 2024.07.15 19:54:23.563419 [ 3 ] {73f2de5d-b804-4bc8-aa83-3a44e2a55c70} <Debug> oximeter.fields_bool (62c6baec-2248-478c-90fc-88b9af882d9c): There are no data parts | ||
664 | 2024.07.15 19:54:23.587064 [ 3 ] {73f2de5d-b804-4bc8-aa83-3a44e2a55c70} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.07.15 19:54:23.587131 [ 3 ] {} <Debug> HTTP-Session: 45134de1-e6b0-440b-ba85-f7af483510ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.07.15 19:54:23.587328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.07.15 19:54:23.587452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.07.15 19:54:23.587488 [ 3 ] {} <Debug> HTTP-Session: 1c3a7996-02cc-4939-b921-7d4f134bdda6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
669 | 2024.07.15 19:54:23.587518 [ 3 ] {} <Debug> HTTP-Session: 1c3a7996-02cc-4939-b921-7d4f134bdda6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.07.15 19:54:23.587564 [ 3 ] {} <Debug> HTTP-Session: 1c3a7996-02cc-4939-b921-7d4f134bdda6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.07.15 19:54:23.587641 [ 3 ] {} <Trace> HTTP-Session: 1c3a7996-02cc-4939-b921-7d4f134bdda6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.07.15 19:54:23.587856 [ 3 ] {18f033cb-545f-469c-a00f-ed724177bd3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
673 | 2024.07.15 19:54:23.587915 [ 3 ] {18f033cb-545f-469c-a00f-ed724177bd3e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.07.15 19:54:23.603451 [ 3 ] {18f033cb-545f-469c-a00f-ed724177bd3e} <Debug> oximeter.fields_i8 (93fe68d4-9e3b-4b17-a8fa-2ae4123e914e): Loading data parts | ||
675 | 2024.07.15 19:54:23.603731 [ 3 ] {18f033cb-545f-469c-a00f-ed724177bd3e} <Debug> oximeter.fields_i8 (93fe68d4-9e3b-4b17-a8fa-2ae4123e914e): There are no data parts | ||
676 | 2024.07.15 19:54:23.625118 [ 3 ] {18f033cb-545f-469c-a00f-ed724177bd3e} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.07.15 19:54:23.625163 [ 3 ] {} <Debug> HTTP-Session: 1c3a7996-02cc-4939-b921-7d4f134bdda6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.07.15 19:54:23.625323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.07.15 19:54:23.625391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.07.15 19:54:23.625424 [ 3 ] {} <Debug> HTTP-Session: 5a323252-9200-43f9-9e98-a7c104eb979e Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
681 | 2024.07.15 19:54:23.625453 [ 3 ] {} <Debug> HTTP-Session: 5a323252-9200-43f9-9e98-a7c104eb979e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.07.15 19:54:23.625470 [ 3 ] {} <Debug> HTTP-Session: 5a323252-9200-43f9-9e98-a7c104eb979e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.07.15 19:54:23.625514 [ 3 ] {} <Trace> HTTP-Session: 5a323252-9200-43f9-9e98-a7c104eb979e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.07.15 19:54:23.625729 [ 3 ] {6ab2af94-154e-4b29-a03b-9ec2ac5c63c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:23.625779 [ 3 ] {6ab2af94-154e-4b29-a03b-9ec2ac5c63c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.07.15 19:54:23.631035 [ 3 ] {6ab2af94-154e-4b29-a03b-9ec2ac5c63c1} <Debug> oximeter.fields_u8 (490fb45f-4004-401e-ae95-46fb2444ce6c): Loading data parts | ||
687 | 2024.07.15 19:54:23.631223 [ 3 ] {6ab2af94-154e-4b29-a03b-9ec2ac5c63c1} <Debug> oximeter.fields_u8 (490fb45f-4004-401e-ae95-46fb2444ce6c): There are no data parts | ||
688 | 2024.07.15 19:54:23.642024 [ 3 ] {6ab2af94-154e-4b29-a03b-9ec2ac5c63c1} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.07.15 19:54:23.642065 [ 3 ] {} <Debug> HTTP-Session: 5a323252-9200-43f9-9e98-a7c104eb979e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.07.15 19:54:23.642200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.07.15 19:54:23.642266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.07.15 19:54:23.642300 [ 3 ] {} <Debug> HTTP-Session: ee04311f-147d-40fe-bc69-f77f473b201b Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
693 | 2024.07.15 19:54:23.642321 [ 3 ] {} <Debug> HTTP-Session: ee04311f-147d-40fe-bc69-f77f473b201b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.07.15 19:54:23.642347 [ 3 ] {} <Debug> HTTP-Session: ee04311f-147d-40fe-bc69-f77f473b201b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.07.15 19:54:23.642399 [ 3 ] {} <Trace> HTTP-Session: ee04311f-147d-40fe-bc69-f77f473b201b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.07.15 19:54:23.642570 [ 3 ] {a513682d-ed93-41ca-95a9-835716dd6399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:23.642642 [ 3 ] {a513682d-ed93-41ca-95a9-835716dd6399} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.07.15 19:54:23.676085 [ 3 ] {a513682d-ed93-41ca-95a9-835716dd6399} <Debug> oximeter.fields_i16 (fa4b8bb7-5c65-4626-9db5-757275f071ba): Loading data parts | ||
699 | 2024.07.15 19:54:23.676271 [ 3 ] {a513682d-ed93-41ca-95a9-835716dd6399} <Debug> oximeter.fields_i16 (fa4b8bb7-5c65-4626-9db5-757275f071ba): There are no data parts | ||
700 | 2024.07.15 19:54:23.692097 [ 3 ] {a513682d-ed93-41ca-95a9-835716dd6399} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.07.15 19:54:23.692127 [ 3 ] {} <Debug> HTTP-Session: ee04311f-147d-40fe-bc69-f77f473b201b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.07.15 19:54:23.692277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.07.15 19:54:23.692342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.07.15 19:54:23.692364 [ 3 ] {} <Debug> HTTP-Session: ca7328fd-8e8a-4ac9-8122-702543776c87 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
705 | 2024.07.15 19:54:23.692392 [ 3 ] {} <Debug> HTTP-Session: ca7328fd-8e8a-4ac9-8122-702543776c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.07.15 19:54:23.692418 [ 3 ] {} <Debug> HTTP-Session: ca7328fd-8e8a-4ac9-8122-702543776c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.07.15 19:54:23.692456 [ 3 ] {} <Trace> HTTP-Session: ca7328fd-8e8a-4ac9-8122-702543776c87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.07.15 19:54:23.692633 [ 3 ] {fa2cbe52-b6bc-4d0c-8c60-7b254d27cc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:23.692699 [ 3 ] {fa2cbe52-b6bc-4d0c-8c60-7b254d27cc26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.07.15 19:54:23.714888 [ 3 ] {fa2cbe52-b6bc-4d0c-8c60-7b254d27cc26} <Debug> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Loading data parts | ||
711 | 2024.07.15 19:54:23.715089 [ 3 ] {fa2cbe52-b6bc-4d0c-8c60-7b254d27cc26} <Debug> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): There are no data parts | ||
712 | 2024.07.15 19:54:23.725169 [ 3 ] {fa2cbe52-b6bc-4d0c-8c60-7b254d27cc26} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.07.15 19:54:23.725236 [ 3 ] {} <Debug> HTTP-Session: ca7328fd-8e8a-4ac9-8122-702543776c87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.07.15 19:54:23.725489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.07.15 19:54:23.725595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.07.15 19:54:23.725634 [ 3 ] {} <Debug> HTTP-Session: 9777fa1e-0aa5-4b4a-8280-ec8b60cc5369 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
717 | 2024.07.15 19:54:23.725683 [ 3 ] {} <Debug> HTTP-Session: 9777fa1e-0aa5-4b4a-8280-ec8b60cc5369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.07.15 19:54:23.725709 [ 3 ] {} <Debug> HTTP-Session: 9777fa1e-0aa5-4b4a-8280-ec8b60cc5369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.07.15 19:54:23.725789 [ 3 ] {} <Trace> HTTP-Session: 9777fa1e-0aa5-4b4a-8280-ec8b60cc5369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.07.15 19:54:23.725940 [ 3 ] {6c6a539f-cf43-46c9-aec6-8c853548107b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:23.725994 [ 3 ] {6c6a539f-cf43-46c9-aec6-8c853548107b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.07.15 19:54:23.733357 [ 3 ] {6c6a539f-cf43-46c9-aec6-8c853548107b} <Debug> oximeter.fields_i32 (3a5beef0-ec3a-4eaf-ad0b-d738a8cd2466): Loading data parts | ||
723 | 2024.07.15 19:54:23.733539 [ 3 ] {6c6a539f-cf43-46c9-aec6-8c853548107b} <Debug> oximeter.fields_i32 (3a5beef0-ec3a-4eaf-ad0b-d738a8cd2466): There are no data parts | ||
724 | 2024.07.15 19:54:23.756383 [ 3 ] {6c6a539f-cf43-46c9-aec6-8c853548107b} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.07.15 19:54:23.756414 [ 3 ] {} <Debug> HTTP-Session: 9777fa1e-0aa5-4b4a-8280-ec8b60cc5369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.07.15 19:54:23.756564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.07.15 19:54:23.756638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.07.15 19:54:23.756662 [ 3 ] {} <Debug> HTTP-Session: e566d6ed-5489-4c3a-ac6b-d38774efef41 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
729 | 2024.07.15 19:54:23.756691 [ 3 ] {} <Debug> HTTP-Session: e566d6ed-5489-4c3a-ac6b-d38774efef41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.07.15 19:54:23.756709 [ 3 ] {} <Debug> HTTP-Session: e566d6ed-5489-4c3a-ac6b-d38774efef41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.07.15 19:54:23.756752 [ 3 ] {} <Trace> HTTP-Session: e566d6ed-5489-4c3a-ac6b-d38774efef41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.07.15 19:54:23.756899 [ 3 ] {5718c081-a3bf-4de0-81d4-24e7915767a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:23.756946 [ 3 ] {5718c081-a3bf-4de0-81d4-24e7915767a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.07.15 19:54:23.773816 [ 3 ] {5718c081-a3bf-4de0-81d4-24e7915767a2} <Debug> oximeter.fields_u32 (e54b2b56-e250-40fe-b5ff-49465a7a498d): Loading data parts | ||
735 | 2024.07.15 19:54:23.774085 [ 3 ] {5718c081-a3bf-4de0-81d4-24e7915767a2} <Debug> oximeter.fields_u32 (e54b2b56-e250-40fe-b5ff-49465a7a498d): There are no data parts | ||
736 | 2024.07.15 19:54:23.780442 [ 3 ] {5718c081-a3bf-4de0-81d4-24e7915767a2} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.07.15 19:54:23.780483 [ 3 ] {} <Debug> HTTP-Session: e566d6ed-5489-4c3a-ac6b-d38774efef41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.07.15 19:54:23.780616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.07.15 19:54:23.780687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.07.15 19:54:23.780742 [ 3 ] {} <Debug> HTTP-Session: b06dfb05-5872-451c-a530-2a121fb41e0b Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
741 | 2024.07.15 19:54:23.780760 [ 3 ] {} <Debug> HTTP-Session: b06dfb05-5872-451c-a530-2a121fb41e0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.07.15 19:54:23.780774 [ 3 ] {} <Debug> HTTP-Session: b06dfb05-5872-451c-a530-2a121fb41e0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.07.15 19:54:23.780812 [ 3 ] {} <Trace> HTTP-Session: b06dfb05-5872-451c-a530-2a121fb41e0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.07.15 19:54:23.780954 [ 3 ] {03beb2c6-7623-44f4-a914-a44a066a7fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:23.781002 [ 3 ] {03beb2c6-7623-44f4-a914-a44a066a7fc4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.07.15 19:54:23.789506 [ 3 ] {03beb2c6-7623-44f4-a914-a44a066a7fc4} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Loading data parts | ||
747 | 2024.07.15 19:54:23.789692 [ 3 ] {03beb2c6-7623-44f4-a914-a44a066a7fc4} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): There are no data parts | ||
748 | 2024.07.15 19:54:23.802622 [ 3 ] {03beb2c6-7623-44f4-a914-a44a066a7fc4} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.07.15 19:54:23.802654 [ 3 ] {} <Debug> HTTP-Session: b06dfb05-5872-451c-a530-2a121fb41e0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.07.15 19:54:23.802793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.07.15 19:54:23.802841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.07.15 19:54:23.802861 [ 3 ] {} <Debug> HTTP-Session: ae77bc94-4c7b-470e-b4b7-1008f2dd0610 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
753 | 2024.07.15 19:54:23.802878 [ 3 ] {} <Debug> HTTP-Session: ae77bc94-4c7b-470e-b4b7-1008f2dd0610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.07.15 19:54:23.802892 [ 3 ] {} <Debug> HTTP-Session: ae77bc94-4c7b-470e-b4b7-1008f2dd0610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.07.15 19:54:23.802924 [ 3 ] {} <Trace> HTTP-Session: ae77bc94-4c7b-470e-b4b7-1008f2dd0610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.07.15 19:54:23.803087 [ 3 ] {7c0269e2-3591-4c4a-a916-92b9272e71ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:23.803127 [ 3 ] {7c0269e2-3591-4c4a-a916-92b9272e71ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.07.15 19:54:23.812964 [ 3 ] {7c0269e2-3591-4c4a-a916-92b9272e71ff} <Debug> oximeter.fields_u64 (a327cab9-8f23-4726-8ff7-3f6c1bbc20bc): Loading data parts | ||
759 | 2024.07.15 19:54:23.813153 [ 3 ] {7c0269e2-3591-4c4a-a916-92b9272e71ff} <Debug> oximeter.fields_u64 (a327cab9-8f23-4726-8ff7-3f6c1bbc20bc): There are no data parts | ||
760 | 2024.07.15 19:54:23.821205 [ 3 ] {7c0269e2-3591-4c4a-a916-92b9272e71ff} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.07.15 19:54:23.821235 [ 3 ] {} <Debug> HTTP-Session: ae77bc94-4c7b-470e-b4b7-1008f2dd0610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.07.15 19:54:23.821380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.07.15 19:54:23.821437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.07.15 19:54:23.821461 [ 3 ] {} <Debug> HTTP-Session: 02e9fb9c-4e32-4c18-8ce0-3aa8428760ee Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
765 | 2024.07.15 19:54:23.821481 [ 3 ] {} <Debug> HTTP-Session: 02e9fb9c-4e32-4c18-8ce0-3aa8428760ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.07.15 19:54:23.821499 [ 3 ] {} <Debug> HTTP-Session: 02e9fb9c-4e32-4c18-8ce0-3aa8428760ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.07.15 19:54:23.821537 [ 3 ] {} <Trace> HTTP-Session: 02e9fb9c-4e32-4c18-8ce0-3aa8428760ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.07.15 19:54:23.821706 [ 3 ] {b84e86a9-5451-41ab-8fe5-4db5cae9aa0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:23.821754 [ 3 ] {b84e86a9-5451-41ab-8fe5-4db5cae9aa0b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.07.15 19:54:23.838074 [ 3 ] {b84e86a9-5451-41ab-8fe5-4db5cae9aa0b} <Debug> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Loading data parts | ||
771 | 2024.07.15 19:54:23.838273 [ 3 ] {b84e86a9-5451-41ab-8fe5-4db5cae9aa0b} <Debug> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): There are no data parts | ||
772 | 2024.07.15 19:54:23.851841 [ 3 ] {b84e86a9-5451-41ab-8fe5-4db5cae9aa0b} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.07.15 19:54:23.851874 [ 3 ] {} <Debug> HTTP-Session: 02e9fb9c-4e32-4c18-8ce0-3aa8428760ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.07.15 19:54:23.852052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.07.15 19:54:23.852113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.07.15 19:54:23.852137 [ 3 ] {} <Debug> HTTP-Session: 10a357a1-0ee5-48cf-86f1-baf3a43e353d Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
777 | 2024.07.15 19:54:23.852157 [ 3 ] {} <Debug> HTTP-Session: 10a357a1-0ee5-48cf-86f1-baf3a43e353d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.07.15 19:54:23.852174 [ 3 ] {} <Debug> HTTP-Session: 10a357a1-0ee5-48cf-86f1-baf3a43e353d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.07.15 19:54:23.852214 [ 3 ] {} <Trace> HTTP-Session: 10a357a1-0ee5-48cf-86f1-baf3a43e353d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.07.15 19:54:23.852393 [ 3 ] {eeaedfea-9b41-4227-9f34-01d093062438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:23.852441 [ 3 ] {eeaedfea-9b41-4227-9f34-01d093062438} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.07.15 19:54:23.874109 [ 3 ] {eeaedfea-9b41-4227-9f34-01d093062438} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Loading data parts | ||
783 | 2024.07.15 19:54:23.874297 [ 3 ] {eeaedfea-9b41-4227-9f34-01d093062438} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): There are no data parts | ||
784 | 2024.07.15 19:54:23.880462 [ 3 ] {eeaedfea-9b41-4227-9f34-01d093062438} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.07.15 19:54:23.880494 [ 3 ] {} <Debug> HTTP-Session: 10a357a1-0ee5-48cf-86f1-baf3a43e353d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.07.15 19:54:23.880697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.07.15 19:54:23.880759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.07.15 19:54:23.880785 [ 3 ] {} <Debug> HTTP-Session: 5f55c97b-6636-4d8d-9d80-4e9bf64d7a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
789 | 2024.07.15 19:54:23.880802 [ 3 ] {} <Debug> HTTP-Session: 5f55c97b-6636-4d8d-9d80-4e9bf64d7a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.07.15 19:54:23.880817 [ 3 ] {} <Debug> HTTP-Session: 5f55c97b-6636-4d8d-9d80-4e9bf64d7a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.07.15 19:54:23.880849 [ 3 ] {} <Trace> HTTP-Session: 5f55c97b-6636-4d8d-9d80-4e9bf64d7a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.07.15 19:54:23.880987 [ 3 ] {80fd7934-29f7-46fd-b355-9f6589d81889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) 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 19:54:23.881026 [ 3 ] {80fd7934-29f7-46fd-b355-9f6589d81889} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.07.15 19:54:23.914882 [ 3 ] {80fd7934-29f7-46fd-b355-9f6589d81889} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Loading data parts | ||
795 | 2024.07.15 19:54:23.915090 [ 3 ] {80fd7934-29f7-46fd-b355-9f6589d81889} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): There are no data parts | ||
796 | 2024.07.15 19:54:23.962572 [ 3 ] {80fd7934-29f7-46fd-b355-9f6589d81889} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.07.15 19:54:23.962602 [ 3 ] {} <Debug> HTTP-Session: 5f55c97b-6636-4d8d-9d80-4e9bf64d7a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.07.15 19:54:23.962784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.07.15 19:54:23.962843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.07.15 19:54:23.962863 [ 3 ] {} <Debug> HTTP-Session: ae11d9b1-38ec-497e-bb61-1cb991b07ff1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
801 | 2024.07.15 19:54:23.962883 [ 3 ] {} <Debug> HTTP-Session: ae11d9b1-38ec-497e-bb61-1cb991b07ff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.07.15 19:54:23.962898 [ 3 ] {} <Debug> HTTP-Session: ae11d9b1-38ec-497e-bb61-1cb991b07ff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.07.15 19:54:23.962936 [ 3 ] {} <Trace> HTTP-Session: ae11d9b1-38ec-497e-bb61-1cb991b07ff1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.07.15 19:54:23.963184 [ 3 ] {b35c3cc1-1d3a-4bb8-ae6e-bc6abf31c1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) /* 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 19:54:23.963248 [ 3 ] {b35c3cc1-1d3a-4bb8-ae6e-bc6abf31c1cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.07.15 19:54:24.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.03 MiB, peak 173.04 MiB, free memory in arenas 0.00 B, will set to 171.04 MiB (RSS), difference: -1.99 MiB | ||
810 | 2024.07.15 19:54:24.003403 [ 3 ] {b35c3cc1-1d3a-4bb8-ae6e-bc6abf31c1cb} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Loading data parts | ||
811 | 2024.07.15 19:54:24.003606 [ 3 ] {b35c3cc1-1d3a-4bb8-ae6e-bc6abf31c1cb} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): There are no data parts | ||
812 | 2024.07.15 19:54:24.015202 [ 3 ] {b35c3cc1-1d3a-4bb8-ae6e-bc6abf31c1cb} <Debug> DynamicQueryHandler: Done processing query | ||
813 | 2024.07.15 19:54:24.015228 [ 3 ] {} <Debug> HTTP-Session: ae11d9b1-38ec-497e-bb61-1cb991b07ff1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
814 | 2024.07.15 19:54:24.015410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58658, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
815 | 2024.07.15 19:54:24.015461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
816 | 2024.07.15 19:54:24.015480 [ 3 ] {} <Debug> HTTP-Session: 061d2378-6ca8-4f39-bacd-9238273b7e47 Authenticating user 'default' from [fd00:1122:3344:101::d]:58658 | ||
817 | 2024.07.15 19:54:24.015498 [ 3 ] {} <Debug> HTTP-Session: 061d2378-6ca8-4f39-bacd-9238273b7e47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.07.15 19:54:24.015513 [ 3 ] {} <Debug> HTTP-Session: 061d2378-6ca8-4f39-bacd-9238273b7e47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
819 | 2024.07.15 19:54:24.015547 [ 3 ] {} <Trace> HTTP-Session: 061d2378-6ca8-4f39-bacd-9238273b7e47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
820 | 2024.07.15 19:54:24.015727 [ 3 ] {1abd6513-d0b2-4502-ae2a-42d9fafe10f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58658) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
821 | 2024.07.15 19:54:24.017647 [ 3 ] {1abd6513-d0b2-4502-ae2a-42d9fafe10f1} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
822 | 2024.07.15 19:54:24.021837 [ 3 ] {1abd6513-d0b2-4502-ae2a-42d9fafe10f1} <Trace> oximeter.version (7c5d18c4-0ec6-431b-8eb7-b25735357cea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
823 | 2024.07.15 19:54:24.021875 [ 3 ] {1abd6513-d0b2-4502-ae2a-42d9fafe10f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
824 | 2024.07.15 19:54:24.026707 [ 3 ] {1abd6513-d0b2-4502-ae2a-42d9fafe10f1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
825 | 2024.07.15 19:54:24.027822 [ 3 ] {1abd6513-d0b2-4502-ae2a-42d9fafe10f1} <Trace> oximeter.version (7c5d18c4-0ec6-431b-8eb7-b25735357cea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
826 | 2024.07.15 19:54:24.028092 [ 3 ] {1abd6513-d0b2-4502-ae2a-42d9fafe10f1} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012451 sec., 80.31483414986748 rows/sec., 1.25 KiB/sec. | ||
827 | 2024.07.15 19:54:24.028257 [ 3 ] {1abd6513-d0b2-4502-ae2a-42d9fafe10f1} <Debug> DynamicQueryHandler: Done processing query | ||
828 | 2024.07.15 19:54:24.028280 [ 3 ] {1abd6513-d0b2-4502-ae2a-42d9fafe10f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
829 | 2024.07.15 19:54:24.028295 [ 3 ] {} <Debug> HTTP-Session: 061d2378-6ca8-4f39-bacd-9238273b7e47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
830 | 2024.07.15 19:54:25.000196 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.18 MiB, peak 175.32 MiB, free memory in arenas 0.00 B, will set to 173.74 MiB (RSS), difference: 3.56 MiB | ||
831 | 2024.07.15 19:54:36.447566 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
832 | 2024.07.15 19:54:36.447630 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
833 | 2024.07.15 19:54:44.036634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
834 | 2024.07.15 19:54:44.036770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
835 | 2024.07.15 19:54:44.036796 [ 3 ] {} <Debug> HTTP-Session: 3a8ce0d3-ad2f-4c1c-86bd-2392ae6acd2d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
836 | 2024.07.15 19:54:44.036821 [ 3 ] {} <Debug> HTTP-Session: 3a8ce0d3-ad2f-4c1c-86bd-2392ae6acd2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.07.15 19:54:44.036835 [ 3 ] {} <Debug> HTTP-Session: 3a8ce0d3-ad2f-4c1c-86bd-2392ae6acd2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
838 | 2024.07.15 19:54:44.036884 [ 3 ] {} <Trace> HTTP-Session: 3a8ce0d3-ad2f-4c1c-86bd-2392ae6acd2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
839 | 2024.07.15 19:54:44.037090 [ 3 ] {fc74a498-c98a-43c2-b72a-ebb4baa644ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
840 | 2024.07.15 19:54:44.039278 [ 3 ] {fc74a498-c98a-43c2-b72a-ebb4baa644ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
841 | 2024.07.15 19:54:44.041244 [ 3 ] {fc74a498-c98a-43c2-b72a-ebb4baa644ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
842 | 2024.07.15 19:54:44.046175 [ 3 ] {fc74a498-c98a-43c2-b72a-ebb4baa644ad} <Debug> DynamicQueryHandler: Done processing query | ||
843 | 2024.07.15 19:54:44.046208 [ 3 ] {fc74a498-c98a-43c2-b72a-ebb4baa644ad} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
844 | 2024.07.15 19:54:44.046229 [ 3 ] {} <Debug> HTTP-Session: 3a8ce0d3-ad2f-4c1c-86bd-2392ae6acd2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
845 | 2024.07.15 19:54:44.050423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
846 | 2024.07.15 19:54:44.050485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
847 | 2024.07.15 19:54:44.050508 [ 3 ] {} <Debug> HTTP-Session: 9e8cda3d-e690-4956-9024-92428553f9f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
848 | 2024.07.15 19:54:44.050531 [ 3 ] {} <Debug> HTTP-Session: 9e8cda3d-e690-4956-9024-92428553f9f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.07.15 19:54:44.050545 [ 3 ] {} <Debug> HTTP-Session: 9e8cda3d-e690-4956-9024-92428553f9f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
850 | 2024.07.15 19:54:44.050588 [ 3 ] {} <Trace> HTTP-Session: 9e8cda3d-e690-4956-9024-92428553f9f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
851 | 2024.07.15 19:54:44.050753 [ 3 ] {bfebd0be-33d1-414c-83f2-55bfc06b2ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
852 | 2024.07.15 19:54:44.066175 [ 3 ] {bfebd0be-33d1-414c-83f2-55bfc06b2ef5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
853 | 2024.07.15 19:54:44.066236 [ 3 ] {bfebd0be-33d1-414c-83f2-55bfc06b2ef5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
854 | 2024.07.15 19:54:44.069406 [ 3 ] {bfebd0be-33d1-414c-83f2-55bfc06b2ef5} <Debug> DynamicQueryHandler: Done processing query | ||
855 | 2024.07.15 19:54:44.069442 [ 3 ] {bfebd0be-33d1-414c-83f2-55bfc06b2ef5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
856 | 2024.07.15 19:54:44.069461 [ 3 ] {} <Debug> HTTP-Session: 9e8cda3d-e690-4956-9024-92428553f9f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
857 | 2024.07.15 19:54:44.069915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
858 | 2024.07.15 19:54:44.069979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
859 | 2024.07.15 19:54:44.070000 [ 3 ] {} <Debug> HTTP-Session: 00aa4c07-78c1-4b37-af0b-7876fe97a000 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
860 | 2024.07.15 19:54:44.070021 [ 3 ] {} <Debug> HTTP-Session: 00aa4c07-78c1-4b37-af0b-7876fe97a000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.07.15 19:54:44.070036 [ 3 ] {} <Debug> HTTP-Session: 00aa4c07-78c1-4b37-af0b-7876fe97a000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
862 | 2024.07.15 19:54:44.070075 [ 3 ] {} <Trace> HTTP-Session: 00aa4c07-78c1-4b37-af0b-7876fe97a000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
863 | 2024.07.15 19:54:44.070242 [ 3 ] {1682ef23-2943-4754-a2f9-df335d14282d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
864 | 2024.07.15 19:54:44.070638 [ 3 ] {1682ef23-2943-4754-a2f9-df335d14282d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
865 | 2024.07.15 19:54:44.070699 [ 3 ] {1682ef23-2943-4754-a2f9-df335d14282d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
866 | 2024.07.15 19:54:44.071675 [ 3 ] {1682ef23-2943-4754-a2f9-df335d14282d} <Debug> DynamicQueryHandler: Done processing query | ||
867 | 2024.07.15 19:54:44.071707 [ 3 ] {1682ef23-2943-4754-a2f9-df335d14282d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
868 | 2024.07.15 19:54:44.071723 [ 3 ] {} <Debug> HTTP-Session: 00aa4c07-78c1-4b37-af0b-7876fe97a000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
869 | 2024.07.15 19:54:44.072031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
870 | 2024.07.15 19:54:44.072080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
871 | 2024.07.15 19:54:44.072099 [ 3 ] {} <Debug> HTTP-Session: 04fbf39e-c5b3-418f-927f-4934e05effa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
872 | 2024.07.15 19:54:44.072116 [ 3 ] {} <Debug> HTTP-Session: 04fbf39e-c5b3-418f-927f-4934e05effa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.07.15 19:54:44.072130 [ 3 ] {} <Debug> HTTP-Session: 04fbf39e-c5b3-418f-927f-4934e05effa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
874 | 2024.07.15 19:54:44.072161 [ 3 ] {} <Trace> HTTP-Session: 04fbf39e-c5b3-418f-927f-4934e05effa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
875 | 2024.07.15 19:54:44.072280 [ 3 ] {08d3a32e-cca2-4243-8e21-e51690a382bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
876 | 2024.07.15 19:54:44.072610 [ 3 ] {08d3a32e-cca2-4243-8e21-e51690a382bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
877 | 2024.07.15 19:54:44.072668 [ 3 ] {08d3a32e-cca2-4243-8e21-e51690a382bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
878 | 2024.07.15 19:54:44.073503 [ 3 ] {08d3a32e-cca2-4243-8e21-e51690a382bd} <Debug> DynamicQueryHandler: Done processing query | ||
879 | 2024.07.15 19:54:44.073528 [ 3 ] {08d3a32e-cca2-4243-8e21-e51690a382bd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
880 | 2024.07.15 19:54:44.073544 [ 3 ] {} <Debug> HTTP-Session: 04fbf39e-c5b3-418f-927f-4934e05effa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
881 | 2024.07.15 19:54:44.073776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
882 | 2024.07.15 19:54:44.073823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
883 | 2024.07.15 19:54:44.073841 [ 3 ] {} <Debug> HTTP-Session: d05a7d7b-ecf6-45e4-b36a-f32888ff7fa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
884 | 2024.07.15 19:54:44.073858 [ 3 ] {} <Debug> HTTP-Session: d05a7d7b-ecf6-45e4-b36a-f32888ff7fa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.07.15 19:54:44.073871 [ 3 ] {} <Debug> HTTP-Session: d05a7d7b-ecf6-45e4-b36a-f32888ff7fa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
886 | 2024.07.15 19:54:44.073900 [ 3 ] {} <Trace> HTTP-Session: d05a7d7b-ecf6-45e4-b36a-f32888ff7fa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
887 | 2024.07.15 19:54:44.074019 [ 3 ] {b7341d53-3769-4264-8d37-934e16d5205c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
888 | 2024.07.15 19:54:44.074333 [ 3 ] {b7341d53-3769-4264-8d37-934e16d5205c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
889 | 2024.07.15 19:54:44.074382 [ 3 ] {b7341d53-3769-4264-8d37-934e16d5205c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
890 | 2024.07.15 19:54:44.075269 [ 3 ] {b7341d53-3769-4264-8d37-934e16d5205c} <Debug> DynamicQueryHandler: Done processing query | ||
891 | 2024.07.15 19:54:44.075293 [ 3 ] {b7341d53-3769-4264-8d37-934e16d5205c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
892 | 2024.07.15 19:54:44.075309 [ 3 ] {} <Debug> HTTP-Session: d05a7d7b-ecf6-45e4-b36a-f32888ff7fa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
893 | 2024.07.15 19:54:44.075533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
894 | 2024.07.15 19:54:44.075579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
895 | 2024.07.15 19:54:44.075597 [ 3 ] {} <Debug> HTTP-Session: d8969d54-823b-488b-8a3e-eb2fdd66d3e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
896 | 2024.07.15 19:54:44.075614 [ 3 ] {} <Debug> HTTP-Session: d8969d54-823b-488b-8a3e-eb2fdd66d3e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.07.15 19:54:44.075628 [ 3 ] {} <Debug> HTTP-Session: d8969d54-823b-488b-8a3e-eb2fdd66d3e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
898 | 2024.07.15 19:54:44.075657 [ 3 ] {} <Trace> HTTP-Session: d8969d54-823b-488b-8a3e-eb2fdd66d3e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
899 | 2024.07.15 19:54:44.075786 [ 3 ] {17cbf34d-752a-4d93-b56c-07cd47996b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
900 | 2024.07.15 19:54:44.076106 [ 3 ] {17cbf34d-752a-4d93-b56c-07cd47996b2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
901 | 2024.07.15 19:54:44.076157 [ 3 ] {17cbf34d-752a-4d93-b56c-07cd47996b2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
902 | 2024.07.15 19:54:44.077135 [ 3 ] {17cbf34d-752a-4d93-b56c-07cd47996b2d} <Debug> DynamicQueryHandler: Done processing query | ||
903 | 2024.07.15 19:54:44.077160 [ 3 ] {17cbf34d-752a-4d93-b56c-07cd47996b2d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
904 | 2024.07.15 19:54:44.077175 [ 3 ] {} <Debug> HTTP-Session: d8969d54-823b-488b-8a3e-eb2fdd66d3e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
905 | 2024.07.15 19:54:44.077387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
906 | 2024.07.15 19:54:44.077433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
907 | 2024.07.15 19:54:44.077451 [ 3 ] {} <Debug> HTTP-Session: fc6105c0-39cf-4429-8787-6d8887eaa572 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
908 | 2024.07.15 19:54:44.077467 [ 3 ] {} <Debug> HTTP-Session: fc6105c0-39cf-4429-8787-6d8887eaa572 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
909 | 2024.07.15 19:54:44.077480 [ 3 ] {} <Debug> HTTP-Session: fc6105c0-39cf-4429-8787-6d8887eaa572 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
910 | 2024.07.15 19:54:44.077511 [ 3 ] {} <Trace> HTTP-Session: fc6105c0-39cf-4429-8787-6d8887eaa572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
911 | 2024.07.15 19:54:44.077635 [ 3 ] {d6c89bef-79f8-4756-88a8-4aff8a8b7c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
912 | 2024.07.15 19:54:44.077972 [ 3 ] {d6c89bef-79f8-4756-88a8-4aff8a8b7c78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
913 | 2024.07.15 19:54:44.078027 [ 3 ] {d6c89bef-79f8-4756-88a8-4aff8a8b7c78} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
914 | 2024.07.15 19:54:44.078935 [ 3 ] {d6c89bef-79f8-4756-88a8-4aff8a8b7c78} <Debug> DynamicQueryHandler: Done processing query | ||
915 | 2024.07.15 19:54:44.078966 [ 3 ] {d6c89bef-79f8-4756-88a8-4aff8a8b7c78} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
916 | 2024.07.15 19:54:44.078986 [ 3 ] {} <Debug> HTTP-Session: fc6105c0-39cf-4429-8787-6d8887eaa572 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
917 | 2024.07.15 19:54:44.079288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
918 | 2024.07.15 19:54:44.079354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
919 | 2024.07.15 19:54:44.079379 [ 3 ] {} <Debug> HTTP-Session: ff5ef7ff-c734-4539-9d54-09c98006e5db Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
920 | 2024.07.15 19:54:44.079400 [ 3 ] {} <Debug> HTTP-Session: ff5ef7ff-c734-4539-9d54-09c98006e5db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
921 | 2024.07.15 19:54:44.079419 [ 3 ] {} <Debug> HTTP-Session: ff5ef7ff-c734-4539-9d54-09c98006e5db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
922 | 2024.07.15 19:54:44.079457 [ 3 ] {} <Trace> HTTP-Session: ff5ef7ff-c734-4539-9d54-09c98006e5db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
923 | 2024.07.15 19:54:44.079608 [ 3 ] {1b86ba02-f39f-4a1c-848a-84a9f2dd1d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
924 | 2024.07.15 19:54:44.080017 [ 3 ] {1b86ba02-f39f-4a1c-848a-84a9f2dd1d50} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
925 | 2024.07.15 19:54:44.080081 [ 3 ] {1b86ba02-f39f-4a1c-848a-84a9f2dd1d50} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
926 | 2024.07.15 19:54:44.081095 [ 3 ] {1b86ba02-f39f-4a1c-848a-84a9f2dd1d50} <Debug> DynamicQueryHandler: Done processing query | ||
927 | 2024.07.15 19:54:44.081122 [ 3 ] {1b86ba02-f39f-4a1c-848a-84a9f2dd1d50} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
928 | 2024.07.15 19:54:44.081138 [ 3 ] {} <Debug> HTTP-Session: ff5ef7ff-c734-4539-9d54-09c98006e5db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
929 | 2024.07.15 19:54:44.081350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
930 | 2024.07.15 19:54:44.081402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
931 | 2024.07.15 19:54:44.081428 [ 3 ] {} <Debug> HTTP-Session: 8db9fb5c-8e5a-4651-9e38-ba1c4dab10ef Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
932 | 2024.07.15 19:54:44.081445 [ 3 ] {} <Debug> HTTP-Session: 8db9fb5c-8e5a-4651-9e38-ba1c4dab10ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
933 | 2024.07.15 19:54:44.081460 [ 3 ] {} <Debug> HTTP-Session: 8db9fb5c-8e5a-4651-9e38-ba1c4dab10ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
934 | 2024.07.15 19:54:44.081491 [ 3 ] {} <Trace> HTTP-Session: 8db9fb5c-8e5a-4651-9e38-ba1c4dab10ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
935 | 2024.07.15 19:54:44.081622 [ 3 ] {3486cb66-18e1-423b-b0c4-cad8b1675ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
936 | 2024.07.15 19:54:44.081974 [ 3 ] {3486cb66-18e1-423b-b0c4-cad8b1675ebe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
937 | 2024.07.15 19:54:44.082028 [ 3 ] {3486cb66-18e1-423b-b0c4-cad8b1675ebe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
938 | 2024.07.15 19:54:44.082987 [ 3 ] {3486cb66-18e1-423b-b0c4-cad8b1675ebe} <Debug> DynamicQueryHandler: Done processing query | ||
939 | 2024.07.15 19:54:44.083024 [ 3 ] {3486cb66-18e1-423b-b0c4-cad8b1675ebe} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
940 | 2024.07.15 19:54:44.083045 [ 3 ] {} <Debug> HTTP-Session: 8db9fb5c-8e5a-4651-9e38-ba1c4dab10ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
941 | 2024.07.15 19:54:44.083302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
942 | 2024.07.15 19:54:44.083357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
943 | 2024.07.15 19:54:44.083378 [ 3 ] {} <Debug> HTTP-Session: 4e692759-25c7-40d4-b188-7d7378697cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
944 | 2024.07.15 19:54:44.083395 [ 3 ] {} <Debug> HTTP-Session: 4e692759-25c7-40d4-b188-7d7378697cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
945 | 2024.07.15 19:54:44.083408 [ 3 ] {} <Debug> HTTP-Session: 4e692759-25c7-40d4-b188-7d7378697cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
946 | 2024.07.15 19:54:44.083440 [ 3 ] {} <Trace> HTTP-Session: 4e692759-25c7-40d4-b188-7d7378697cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
947 | 2024.07.15 19:54:44.083567 [ 3 ] {d5cd8563-680c-44c3-b1e3-18fe198de6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
948 | 2024.07.15 19:54:44.083921 [ 3 ] {d5cd8563-680c-44c3-b1e3-18fe198de6ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
949 | 2024.07.15 19:54:44.083975 [ 3 ] {d5cd8563-680c-44c3-b1e3-18fe198de6ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
950 | 2024.07.15 19:54:44.084947 [ 3 ] {d5cd8563-680c-44c3-b1e3-18fe198de6ca} <Debug> DynamicQueryHandler: Done processing query | ||
951 | 2024.07.15 19:54:44.084972 [ 3 ] {d5cd8563-680c-44c3-b1e3-18fe198de6ca} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
952 | 2024.07.15 19:54:44.084989 [ 3 ] {} <Debug> HTTP-Session: 4e692759-25c7-40d4-b188-7d7378697cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
953 | 2024.07.15 19:54:44.085216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
954 | 2024.07.15 19:54:44.085265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
955 | 2024.07.15 19:54:44.085284 [ 3 ] {} <Debug> HTTP-Session: 5dbd119b-6ae5-471f-a7b7-138ab705c1eb Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
956 | 2024.07.15 19:54:44.085301 [ 3 ] {} <Debug> HTTP-Session: 5dbd119b-6ae5-471f-a7b7-138ab705c1eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
957 | 2024.07.15 19:54:44.085315 [ 3 ] {} <Debug> HTTP-Session: 5dbd119b-6ae5-471f-a7b7-138ab705c1eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
958 | 2024.07.15 19:54:44.085346 [ 3 ] {} <Trace> HTTP-Session: 5dbd119b-6ae5-471f-a7b7-138ab705c1eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
959 | 2024.07.15 19:54:44.085476 [ 3 ] {a93c9b1e-e5c8-430a-aedd-c2a1523251e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
960 | 2024.07.15 19:54:44.085822 [ 3 ] {a93c9b1e-e5c8-430a-aedd-c2a1523251e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
961 | 2024.07.15 19:54:44.085875 [ 3 ] {a93c9b1e-e5c8-430a-aedd-c2a1523251e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
962 | 2024.07.15 19:54:44.086816 [ 3 ] {a93c9b1e-e5c8-430a-aedd-c2a1523251e3} <Debug> DynamicQueryHandler: Done processing query | ||
963 | 2024.07.15 19:54:44.086843 [ 3 ] {a93c9b1e-e5c8-430a-aedd-c2a1523251e3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
964 | 2024.07.15 19:54:44.086859 [ 3 ] {} <Debug> HTTP-Session: 5dbd119b-6ae5-471f-a7b7-138ab705c1eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
965 | 2024.07.15 19:54:44.087094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
966 | 2024.07.15 19:54:44.087140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
967 | 2024.07.15 19:54:44.087159 [ 3 ] {} <Debug> HTTP-Session: 00b4fc5f-f2a4-4b8b-bed4-69dc9b501c92 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
968 | 2024.07.15 19:54:44.087176 [ 3 ] {} <Debug> HTTP-Session: 00b4fc5f-f2a4-4b8b-bed4-69dc9b501c92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.07.15 19:54:44.087190 [ 3 ] {} <Debug> HTTP-Session: 00b4fc5f-f2a4-4b8b-bed4-69dc9b501c92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
970 | 2024.07.15 19:54:44.087221 [ 3 ] {} <Trace> HTTP-Session: 00b4fc5f-f2a4-4b8b-bed4-69dc9b501c92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
971 | 2024.07.15 19:54:44.087349 [ 3 ] {5a471151-62e5-4391-8e69-f1f5b56c4736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
972 | 2024.07.15 19:54:44.087691 [ 3 ] {5a471151-62e5-4391-8e69-f1f5b56c4736} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
973 | 2024.07.15 19:54:44.087744 [ 3 ] {5a471151-62e5-4391-8e69-f1f5b56c4736} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
974 | 2024.07.15 19:54:44.088614 [ 3 ] {5a471151-62e5-4391-8e69-f1f5b56c4736} <Debug> DynamicQueryHandler: Done processing query | ||
975 | 2024.07.15 19:54:44.088639 [ 3 ] {5a471151-62e5-4391-8e69-f1f5b56c4736} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
976 | 2024.07.15 19:54:44.088658 [ 3 ] {} <Debug> HTTP-Session: 00b4fc5f-f2a4-4b8b-bed4-69dc9b501c92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
977 | 2024.07.15 19:54:44.088913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
978 | 2024.07.15 19:54:44.088960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
979 | 2024.07.15 19:54:44.088979 [ 3 ] {} <Debug> HTTP-Session: 9fe4aa5a-5b5c-4875-be68-5c774a2e1025 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
980 | 2024.07.15 19:54:44.088996 [ 3 ] {} <Debug> HTTP-Session: 9fe4aa5a-5b5c-4875-be68-5c774a2e1025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.07.15 19:54:44.089010 [ 3 ] {} <Debug> HTTP-Session: 9fe4aa5a-5b5c-4875-be68-5c774a2e1025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
982 | 2024.07.15 19:54:44.089040 [ 3 ] {} <Trace> HTTP-Session: 9fe4aa5a-5b5c-4875-be68-5c774a2e1025 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
983 | 2024.07.15 19:54:44.089169 [ 3 ] {f81a4fd4-cd98-422a-bd0a-ce2cd88451b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
984 | 2024.07.15 19:54:44.089515 [ 3 ] {f81a4fd4-cd98-422a-bd0a-ce2cd88451b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
985 | 2024.07.15 19:54:44.089568 [ 3 ] {f81a4fd4-cd98-422a-bd0a-ce2cd88451b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
986 | 2024.07.15 19:54:44.090481 [ 3 ] {f81a4fd4-cd98-422a-bd0a-ce2cd88451b1} <Debug> DynamicQueryHandler: Done processing query | ||
987 | 2024.07.15 19:54:44.090507 [ 3 ] {f81a4fd4-cd98-422a-bd0a-ce2cd88451b1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
988 | 2024.07.15 19:54:44.090524 [ 3 ] {} <Debug> HTTP-Session: 9fe4aa5a-5b5c-4875-be68-5c774a2e1025 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
989 | 2024.07.15 19:54:44.090727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
990 | 2024.07.15 19:54:44.090774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
991 | 2024.07.15 19:54:44.090793 [ 3 ] {} <Debug> HTTP-Session: 03f2bf40-65ab-4edf-bfbd-c7fc3cc8d0ca Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
992 | 2024.07.15 19:54:44.090810 [ 3 ] {} <Debug> HTTP-Session: 03f2bf40-65ab-4edf-bfbd-c7fc3cc8d0ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
993 | 2024.07.15 19:54:44.090824 [ 3 ] {} <Debug> HTTP-Session: 03f2bf40-65ab-4edf-bfbd-c7fc3cc8d0ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
994 | 2024.07.15 19:54:44.090853 [ 3 ] {} <Trace> HTTP-Session: 03f2bf40-65ab-4edf-bfbd-c7fc3cc8d0ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
995 | 2024.07.15 19:54:44.090980 [ 3 ] {064e97d5-f648-46b6-aceb-274a7f779d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
996 | 2024.07.15 19:54:44.091318 [ 3 ] {064e97d5-f648-46b6-aceb-274a7f779d08} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
997 | 2024.07.15 19:54:44.091369 [ 3 ] {064e97d5-f648-46b6-aceb-274a7f779d08} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
998 | 2024.07.15 19:54:44.092188 [ 3 ] {064e97d5-f648-46b6-aceb-274a7f779d08} <Debug> DynamicQueryHandler: Done processing query | ||
999 | 2024.07.15 19:54:44.092214 [ 3 ] {064e97d5-f648-46b6-aceb-274a7f779d08} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1000 | 2024.07.15 19:54:44.092230 [ 3 ] {} <Debug> HTTP-Session: 03f2bf40-65ab-4edf-bfbd-c7fc3cc8d0ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1001 | 2024.07.15 19:54:44.095048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1002 | 2024.07.15 19:54:44.095103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1003 | 2024.07.15 19:54:44.095124 [ 3 ] {} <Debug> HTTP-Session: 0d6cd569-909a-40ca-bb15-2e2eb7a5999d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1004 | 2024.07.15 19:54:44.095142 [ 3 ] {} <Debug> HTTP-Session: 0d6cd569-909a-40ca-bb15-2e2eb7a5999d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.07.15 19:54:44.095156 [ 3 ] {} <Debug> HTTP-Session: 0d6cd569-909a-40ca-bb15-2e2eb7a5999d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1006 | 2024.07.15 19:54:44.095188 [ 3 ] {} <Trace> HTTP-Session: 0d6cd569-909a-40ca-bb15-2e2eb7a5999d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1007 | 2024.07.15 19:54:44.095308 [ 3 ] {761f3f36-9167-4621-8d5d-c7d26fe2f63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1008 | 2024.07.15 19:54:44.095354 [ 3 ] {761f3f36-9167-4621-8d5d-c7d26fe2f63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1009 | 2024.07.15 19:54:44.095610 [ 3 ] {761f3f36-9167-4621-8d5d-c7d26fe2f63c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1010 | 2024.07.15 19:54:44.098226 [ 3 ] {761f3f36-9167-4621-8d5d-c7d26fe2f63c} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1011 | 2024.07.15 19:54:44.098275 [ 3 ] {761f3f36-9167-4621-8d5d-c7d26fe2f63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1012 | 2024.07.15 19:54:44.099005 [ 3 ] {761f3f36-9167-4621-8d5d-c7d26fe2f63c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1013 | 2024.07.15 19:54:44.099382 [ 3 ] {761f3f36-9167-4621-8d5d-c7d26fe2f63c} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1014 | 2024.07.15 19:54:44.099533 [ 3 ] {761f3f36-9167-4621-8d5d-c7d26fe2f63c} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.00427 sec., 3278.6885245901635 rows/sec., 470.44 KiB/sec. | ||
1015 | 2024.07.15 19:54:44.099845 [ 3 ] {761f3f36-9167-4621-8d5d-c7d26fe2f63c} <Debug> DynamicQueryHandler: Done processing query | ||
1016 | 2024.07.15 19:54:44.099869 [ 3 ] {761f3f36-9167-4621-8d5d-c7d26fe2f63c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1017 | 2024.07.15 19:54:44.099885 [ 3 ] {} <Debug> HTTP-Session: 0d6cd569-909a-40ca-bb15-2e2eb7a5999d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1018 | 2024.07.15 19:54:44.100004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1019 | 2024.07.15 19:54:44.100052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1020 | 2024.07.15 19:54:44.100070 [ 3 ] {} <Debug> HTTP-Session: 65e8f87f-177a-4c16-9464-1652263cc0be Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1021 | 2024.07.15 19:54:44.100087 [ 3 ] {} <Debug> HTTP-Session: 65e8f87f-177a-4c16-9464-1652263cc0be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.07.15 19:54:44.100101 [ 3 ] {} <Debug> HTTP-Session: 65e8f87f-177a-4c16-9464-1652263cc0be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.07.15 19:54:44.100131 [ 3 ] {} <Trace> HTTP-Session: 65e8f87f-177a-4c16-9464-1652263cc0be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1024 | 2024.07.15 19:54:44.100239 [ 3 ] {1d6df24d-0764-4aad-acb3-ea84e0d7917c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1025 | 2024.07.15 19:54:44.100282 [ 3 ] {1d6df24d-0764-4aad-acb3-ea84e0d7917c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1026 | 2024.07.15 19:54:44.100426 [ 3 ] {1d6df24d-0764-4aad-acb3-ea84e0d7917c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1027 | 2024.07.15 19:54:44.106974 [ 3 ] {1d6df24d-0764-4aad-acb3-ea84e0d7917c} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1028 | 2024.07.15 19:54:44.107016 [ 3 ] {1d6df24d-0764-4aad-acb3-ea84e0d7917c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1029 | 2024.07.15 19:54:44.107346 [ 3 ] {1d6df24d-0764-4aad-acb3-ea84e0d7917c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1030 | 2024.07.15 19:54:44.107667 [ 3 ] {1d6df24d-0764-4aad-acb3-ea84e0d7917c} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1031 | 2024.07.15 19:54:44.107817 [ 3 ] {1d6df24d-0764-4aad-acb3-ea84e0d7917c} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.007604 sec., 3419.2530247238296 rows/sec., 260.32 KiB/sec. | ||
1032 | 2024.07.15 19:54:44.108106 [ 3 ] {1d6df24d-0764-4aad-acb3-ea84e0d7917c} <Debug> DynamicQueryHandler: Done processing query | ||
1033 | 2024.07.15 19:54:44.108131 [ 3 ] {1d6df24d-0764-4aad-acb3-ea84e0d7917c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1034 | 2024.07.15 19:54:44.108148 [ 3 ] {} <Debug> HTTP-Session: 65e8f87f-177a-4c16-9464-1652263cc0be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1035 | 2024.07.15 19:54:44.108286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1036 | 2024.07.15 19:54:44.108335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1037 | 2024.07.15 19:54:44.108354 [ 3 ] {} <Debug> HTTP-Session: f9de2e8c-58ec-471a-9267-955c9a5bed70 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1038 | 2024.07.15 19:54:44.108371 [ 3 ] {} <Debug> HTTP-Session: f9de2e8c-58ec-471a-9267-955c9a5bed70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.07.15 19:54:44.108385 [ 3 ] {} <Debug> HTTP-Session: f9de2e8c-58ec-471a-9267-955c9a5bed70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.07.15 19:54:44.108416 [ 3 ] {} <Trace> HTTP-Session: f9de2e8c-58ec-471a-9267-955c9a5bed70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1041 | 2024.07.15 19:54:44.108525 [ 3 ] {c1cc276c-a328-4c55-920b-11f84d37e280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1042 | 2024.07.15 19:54:44.108569 [ 3 ] {c1cc276c-a328-4c55-920b-11f84d37e280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1043 | 2024.07.15 19:54:44.109256 [ 3 ] {c1cc276c-a328-4c55-920b-11f84d37e280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1044 | 2024.07.15 19:54:44.109605 [ 3 ] {c1cc276c-a328-4c55-920b-11f84d37e280} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1045 | 2024.07.15 19:54:44.109643 [ 3 ] {c1cc276c-a328-4c55-920b-11f84d37e280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1046 | 2024.07.15 19:54:44.110520 [ 3 ] {c1cc276c-a328-4c55-920b-11f84d37e280} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1047 | 2024.07.15 19:54:44.110848 [ 3 ] {c1cc276c-a328-4c55-920b-11f84d37e280} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1048 | 2024.07.15 19:54:44.111011 [ 3 ] {c1cc276c-a328-4c55-920b-11f84d37e280} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002513 sec., 11142.061281337048 rows/sec., 889.90 KiB/sec. | ||
1049 | 2024.07.15 19:54:44.111293 [ 3 ] {c1cc276c-a328-4c55-920b-11f84d37e280} <Debug> DynamicQueryHandler: Done processing query | ||
1050 | 2024.07.15 19:54:44.111318 [ 3 ] {c1cc276c-a328-4c55-920b-11f84d37e280} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1051 | 2024.07.15 19:54:44.111335 [ 3 ] {} <Debug> HTTP-Session: f9de2e8c-58ec-471a-9267-955c9a5bed70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1052 | 2024.07.15 19:54:44.111469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 11485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1053 | 2024.07.15 19:54:44.111518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1054 | 2024.07.15 19:54:44.111538 [ 3 ] {} <Debug> HTTP-Session: f61ef123-663f-4511-90e0-e5a1e18ccb50 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1055 | 2024.07.15 19:54:44.111556 [ 3 ] {} <Debug> HTTP-Session: f61ef123-663f-4511-90e0-e5a1e18ccb50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1056 | 2024.07.15 19:54:44.111569 [ 3 ] {} <Debug> HTTP-Session: f61ef123-663f-4511-90e0-e5a1e18ccb50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1057 | 2024.07.15 19:54:44.111600 [ 3 ] {} <Trace> HTTP-Session: f61ef123-663f-4511-90e0-e5a1e18ccb50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1058 | 2024.07.15 19:54:44.111727 [ 3 ] {c05410a3-a194-4b6e-8aa5-ce8f8d82b9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1059 | 2024.07.15 19:54:44.111776 [ 3 ] {c05410a3-a194-4b6e-8aa5-ce8f8d82b9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1060 | 2024.07.15 19:54:44.111936 [ 3 ] {c05410a3-a194-4b6e-8aa5-ce8f8d82b9c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1061 | 2024.07.15 19:54:44.114677 [ 3 ] {c05410a3-a194-4b6e-8aa5-ce8f8d82b9c9} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1062 | 2024.07.15 19:54:44.114721 [ 3 ] {c05410a3-a194-4b6e-8aa5-ce8f8d82b9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1063 | 2024.07.15 19:54:44.118966 [ 3 ] {c05410a3-a194-4b6e-8aa5-ce8f8d82b9c9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1064 | 2024.07.15 19:54:44.119304 [ 3 ] {c05410a3-a194-4b6e-8aa5-ce8f8d82b9c9} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1065 | 2024.07.15 19:54:44.119446 [ 3 ] {c05410a3-a194-4b6e-8aa5-ce8f8d82b9c9} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.007757 sec., 7734.9490782519015 rows/sec., 549.15 KiB/sec. | ||
1066 | 2024.07.15 19:54:44.119752 [ 3 ] {c05410a3-a194-4b6e-8aa5-ce8f8d82b9c9} <Debug> DynamicQueryHandler: Done processing query | ||
1067 | 2024.07.15 19:54:44.119777 [ 3 ] {c05410a3-a194-4b6e-8aa5-ce8f8d82b9c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1068 | 2024.07.15 19:54:44.119793 [ 3 ] {} <Debug> HTTP-Session: f61ef123-663f-4511-90e0-e5a1e18ccb50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1069 | 2024.07.15 19:54:44.119919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 2799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1070 | 2024.07.15 19:54:44.119965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1071 | 2024.07.15 19:54:44.119984 [ 3 ] {} <Debug> HTTP-Session: b63d1705-a96f-4a75-b0d6-4bba49fe4677 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1072 | 2024.07.15 19:54:44.120000 [ 3 ] {} <Debug> HTTP-Session: b63d1705-a96f-4a75-b0d6-4bba49fe4677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1073 | 2024.07.15 19:54:44.120015 [ 3 ] {} <Debug> HTTP-Session: b63d1705-a96f-4a75-b0d6-4bba49fe4677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1074 | 2024.07.15 19:54:44.120046 [ 3 ] {} <Trace> HTTP-Session: b63d1705-a96f-4a75-b0d6-4bba49fe4677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1075 | 2024.07.15 19:54:44.120146 [ 3 ] {bf18b073-cec5-4ecc-a141-8d472247d029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1076 | 2024.07.15 19:54:44.120192 [ 3 ] {bf18b073-cec5-4ecc-a141-8d472247d029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1077 | 2024.07.15 19:54:44.120337 [ 3 ] {bf18b073-cec5-4ecc-a141-8d472247d029} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1078 | 2024.07.15 19:54:44.120614 [ 3 ] {bf18b073-cec5-4ecc-a141-8d472247d029} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1079 | 2024.07.15 19:54:44.120650 [ 3 ] {bf18b073-cec5-4ecc-a141-8d472247d029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1080 | 2024.07.15 19:54:44.121019 [ 3 ] {bf18b073-cec5-4ecc-a141-8d472247d029} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1081 | 2024.07.15 19:54:44.121337 [ 3 ] {bf18b073-cec5-4ecc-a141-8d472247d029} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1082 | 2024.07.15 19:54:44.121480 [ 3 ] {bf18b073-cec5-4ecc-a141-8d472247d029} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001356 sec., 13274.336283185841 rows/sec., 931.19 KiB/sec. | ||
1083 | 2024.07.15 19:54:44.121643 [ 3 ] {bf18b073-cec5-4ecc-a141-8d472247d029} <Debug> DynamicQueryHandler: Done processing query | ||
1084 | 2024.07.15 19:54:44.121668 [ 3 ] {bf18b073-cec5-4ecc-a141-8d472247d029} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1085 | 2024.07.15 19:54:44.121684 [ 3 ] {} <Debug> HTTP-Session: b63d1705-a96f-4a75-b0d6-4bba49fe4677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1086 | 2024.07.15 19:54:49.034920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1087 | 2024.07.15 19:54:49.035054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1088 | 2024.07.15 19:54:49.035083 [ 3 ] {} <Debug> HTTP-Session: 442e54b2-faa0-44b7-bf01-0d28b9e66546 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1089 | 2024.07.15 19:54:49.035110 [ 3 ] {} <Debug> HTTP-Session: 442e54b2-faa0-44b7-bf01-0d28b9e66546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1090 | 2024.07.15 19:54:49.035129 [ 3 ] {} <Debug> HTTP-Session: 442e54b2-faa0-44b7-bf01-0d28b9e66546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1091 | 2024.07.15 19:54:49.035185 [ 3 ] {} <Trace> HTTP-Session: 442e54b2-faa0-44b7-bf01-0d28b9e66546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1092 | 2024.07.15 19:54:49.035429 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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) | ||
1093 | 2024.07.15 19:54:49.035879 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1094 | 2024.07.15 19:54:49.037904 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <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 | ||
1095 | 2024.07.15 19:54:49.038256 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1096 | 2024.07.15 19:54:49.044068 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1097 | 2024.07.15 19:54:49.049967 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1098 | 2024.07.15 19:54:49.052985 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1099 | 2024.07.15 19:54:49.053106 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (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 | ||
1100 | 2024.07.15 19:54:49.053133 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1101 | 2024.07.15 19:54:49.053273 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <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'))" | ||
1102 | 2024.07.15 19:54:49.053306 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1103 | 2024.07.15 19:54:49.065020 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.029696 sec., 471.4439655172414 rows/sec., 19.24 KiB/sec. | ||
1104 | 2024.07.15 19:54:49.065356 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Debug> DynamicQueryHandler: Done processing query | ||
1105 | 2024.07.15 19:54:49.065388 [ 3 ] {f33f3cee-fa0e-474a-a3fe-b02718ab5098} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1106 | 2024.07.15 19:54:49.065410 [ 3 ] {} <Debug> HTTP-Session: 442e54b2-faa0-44b7-bf01-0d28b9e66546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1107 | 2024.07.15 19:54:49.066579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1108 | 2024.07.15 19:54:49.066633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1109 | 2024.07.15 19:54:49.066654 [ 3 ] {} <Debug> HTTP-Session: f1c5853a-d74c-457d-a554-b284713afa67 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1110 | 2024.07.15 19:54:49.066672 [ 3 ] {} <Debug> HTTP-Session: f1c5853a-d74c-457d-a554-b284713afa67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1111 | 2024.07.15 19:54:49.066686 [ 3 ] {} <Debug> HTTP-Session: f1c5853a-d74c-457d-a554-b284713afa67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1112 | 2024.07.15 19:54:49.066725 [ 3 ] {} <Trace> HTTP-Session: f1c5853a-d74c-457d-a554-b284713afa67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1113 | 2024.07.15 19:54:49.066879 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1114 | 2024.07.15 19:54:49.067146 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1115 | 2024.07.15 19:54:49.067185 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1116 | 2024.07.15 19:54:49.067429 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1117 | 2024.07.15 19:54:49.067496 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1118 | 2024.07.15 19:54:49.067635 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1119 | 2024.07.15 19:54:49.067669 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1120 | 2024.07.15 19:54:49.067694 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (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 | ||
1121 | 2024.07.15 19:54:49.067711 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1122 | 2024.07.15 19:54:49.067752 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1123 | 2024.07.15 19:54:49.067773 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1124 | 2024.07.15 19:54:49.068586 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001758 sec., 7963.5949943117175 rows/sec., 324.97 KiB/sec. | ||
1125 | 2024.07.15 19:54:49.068820 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Debug> DynamicQueryHandler: Done processing query | ||
1126 | 2024.07.15 19:54:49.068845 [ 3 ] {6644986a-2bdd-4d9d-973c-5401301ff8eb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1127 | 2024.07.15 19:54:49.068862 [ 3 ] {} <Debug> HTTP-Session: f1c5853a-d74c-457d-a554-b284713afa67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1128 | 2024.07.15 19:54:49.069171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1129 | 2024.07.15 19:54:49.069224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1130 | 2024.07.15 19:54:49.069244 [ 3 ] {} <Debug> HTTP-Session: 8c3a6b2b-8bd2-469b-abaa-a32e902b5db0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1131 | 2024.07.15 19:54:49.069261 [ 3 ] {} <Debug> HTTP-Session: 8c3a6b2b-8bd2-469b-abaa-a32e902b5db0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1132 | 2024.07.15 19:54:49.069275 [ 3 ] {} <Debug> HTTP-Session: 8c3a6b2b-8bd2-469b-abaa-a32e902b5db0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1133 | 2024.07.15 19:54:49.069308 [ 3 ] {} <Trace> HTTP-Session: 8c3a6b2b-8bd2-469b-abaa-a32e902b5db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1134 | 2024.07.15 19:54:49.069451 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1135 | 2024.07.15 19:54:49.069707 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1136 | 2024.07.15 19:54:49.069743 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1137 | 2024.07.15 19:54:49.069994 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1138 | 2024.07.15 19:54:49.070061 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1139 | 2024.07.15 19:54:49.070202 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1140 | 2024.07.15 19:54:49.070236 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1141 | 2024.07.15 19:54:49.070258 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (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 | ||
1142 | 2024.07.15 19:54:49.070275 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1143 | 2024.07.15 19:54:49.070315 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1144 | 2024.07.15 19:54:49.070337 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1145 | 2024.07.15 19:54:49.071201 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001813 sec., 7722.007722007722 rows/sec., 315.11 KiB/sec. | ||
1146 | 2024.07.15 19:54:49.071441 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Debug> DynamicQueryHandler: Done processing query | ||
1147 | 2024.07.15 19:54:49.071467 [ 3 ] {e3483106-593d-4ac2-b223-3d931e8a1bc1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1148 | 2024.07.15 19:54:49.071485 [ 3 ] {} <Debug> HTTP-Session: 8c3a6b2b-8bd2-469b-abaa-a32e902b5db0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.07.15 19:54:49.071684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1150 | 2024.07.15 19:54:49.071733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1151 | 2024.07.15 19:54:49.071753 [ 3 ] {} <Debug> HTTP-Session: 11550bc4-90f4-471c-9608-de07e9f8af8d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1152 | 2024.07.15 19:54:49.071771 [ 3 ] {} <Debug> HTTP-Session: 11550bc4-90f4-471c-9608-de07e9f8af8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.07.15 19:54:49.071785 [ 3 ] {} <Debug> HTTP-Session: 11550bc4-90f4-471c-9608-de07e9f8af8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1154 | 2024.07.15 19:54:49.071818 [ 3 ] {} <Trace> HTTP-Session: 11550bc4-90f4-471c-9608-de07e9f8af8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1155 | 2024.07.15 19:54:49.071956 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1156 | 2024.07.15 19:54:49.072207 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1157 | 2024.07.15 19:54:49.072245 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1158 | 2024.07.15 19:54:49.072485 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1159 | 2024.07.15 19:54:49.072548 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1160 | 2024.07.15 19:54:49.072680 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1161 | 2024.07.15 19:54:49.072713 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1162 | 2024.07.15 19:54:49.072736 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (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 | ||
1163 | 2024.07.15 19:54:49.072753 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1164 | 2024.07.15 19:54:49.072794 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1165 | 2024.07.15 19:54:49.072815 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1166 | 2024.07.15 19:54:49.073597 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001702 sec., 8225.616921269095 rows/sec., 335.66 KiB/sec. | ||
1167 | 2024.07.15 19:54:49.073836 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Debug> DynamicQueryHandler: Done processing query | ||
1168 | 2024.07.15 19:54:49.073860 [ 3 ] {3dac6f8a-bf9e-4e8e-80d5-c25dbcd28305} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1169 | 2024.07.15 19:54:49.073877 [ 3 ] {} <Debug> HTTP-Session: 11550bc4-90f4-471c-9608-de07e9f8af8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1170 | 2024.07.15 19:54:49.076308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1171 | 2024.07.15 19:54:49.076366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1172 | 2024.07.15 19:54:49.076389 [ 3 ] {} <Debug> HTTP-Session: 5d03cbe6-e0d7-43c0-95e7-869753f8d761 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1173 | 2024.07.15 19:54:49.076410 [ 3 ] {} <Debug> HTTP-Session: 5d03cbe6-e0d7-43c0-95e7-869753f8d761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1174 | 2024.07.15 19:54:49.076427 [ 3 ] {} <Debug> HTTP-Session: 5d03cbe6-e0d7-43c0-95e7-869753f8d761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1175 | 2024.07.15 19:54:49.076465 [ 3 ] {} <Trace> HTTP-Session: 5d03cbe6-e0d7-43c0-95e7-869753f8d761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1176 | 2024.07.15 19:54:49.076595 [ 3 ] {0c19a19c-03cc-41bb-8523-22b212b75912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1177 | 2024.07.15 19:54:49.076654 [ 3 ] {0c19a19c-03cc-41bb-8523-22b212b75912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1178 | 2024.07.15 19:54:49.076851 [ 3 ] {0c19a19c-03cc-41bb-8523-22b212b75912} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1179 | 2024.07.15 19:54:49.077258 [ 3 ] {0c19a19c-03cc-41bb-8523-22b212b75912} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1180 | 2024.07.15 19:54:49.077304 [ 3 ] {0c19a19c-03cc-41bb-8523-22b212b75912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1181 | 2024.07.15 19:54:49.077800 [ 3 ] {0c19a19c-03cc-41bb-8523-22b212b75912} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1182 | 2024.07.15 19:54:49.078114 [ 3 ] {0c19a19c-03cc-41bb-8523-22b212b75912} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1183 | 2024.07.15 19:54:49.078290 [ 3 ] {0c19a19c-03cc-41bb-8523-22b212b75912} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001734 sec., 2306.8050749711647 rows/sec., 249.49 KiB/sec. | ||
1184 | 2024.07.15 19:54:49.078588 [ 3 ] {0c19a19c-03cc-41bb-8523-22b212b75912} <Debug> DynamicQueryHandler: Done processing query | ||
1185 | 2024.07.15 19:54:49.078614 [ 3 ] {0c19a19c-03cc-41bb-8523-22b212b75912} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1186 | 2024.07.15 19:54:49.078630 [ 3 ] {} <Debug> HTTP-Session: 5d03cbe6-e0d7-43c0-95e7-869753f8d761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1187 | 2024.07.15 19:54:49.078757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1188 | 2024.07.15 19:54:49.078805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1189 | 2024.07.15 19:54:49.078824 [ 3 ] {} <Debug> HTTP-Session: 9d2dd54d-c8fd-4577-b013-f3b863c0f2e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1190 | 2024.07.15 19:54:49.078840 [ 3 ] {} <Debug> HTTP-Session: 9d2dd54d-c8fd-4577-b013-f3b863c0f2e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1191 | 2024.07.15 19:54:49.078854 [ 3 ] {} <Debug> HTTP-Session: 9d2dd54d-c8fd-4577-b013-f3b863c0f2e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1192 | 2024.07.15 19:54:49.078885 [ 3 ] {} <Trace> HTTP-Session: 9d2dd54d-c8fd-4577-b013-f3b863c0f2e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1193 | 2024.07.15 19:54:49.078984 [ 3 ] {33fc4531-351a-4534-b0a5-7668f7df4078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1194 | 2024.07.15 19:54:49.079027 [ 3 ] {33fc4531-351a-4534-b0a5-7668f7df4078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1195 | 2024.07.15 19:54:49.079170 [ 3 ] {33fc4531-351a-4534-b0a5-7668f7df4078} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1196 | 2024.07.15 19:54:49.080036 [ 3 ] {33fc4531-351a-4534-b0a5-7668f7df4078} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1197 | 2024.07.15 19:54:49.080073 [ 3 ] {33fc4531-351a-4534-b0a5-7668f7df4078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1198 | 2024.07.15 19:54:49.080391 [ 3 ] {33fc4531-351a-4534-b0a5-7668f7df4078} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1199 | 2024.07.15 19:54:49.080697 [ 3 ] {33fc4531-351a-4534-b0a5-7668f7df4078} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1200 | 2024.07.15 19:54:49.080815 [ 3 ] {33fc4531-351a-4534-b0a5-7668f7df4078} <Debug> executeQuery: Read 12 rows, 996.00 B in 0.001858 sec., 6458.557588805166 rows/sec., 523.50 KiB/sec. | ||
1201 | 2024.07.15 19:54:49.081092 [ 3 ] {33fc4531-351a-4534-b0a5-7668f7df4078} <Debug> DynamicQueryHandler: Done processing query | ||
1202 | 2024.07.15 19:54:49.081117 [ 3 ] {33fc4531-351a-4534-b0a5-7668f7df4078} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1203 | 2024.07.15 19:54:49.081133 [ 3 ] {} <Debug> HTTP-Session: 9d2dd54d-c8fd-4577-b013-f3b863c0f2e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1204 | 2024.07.15 19:54:49.081297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1205 | 2024.07.15 19:54:49.081345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1206 | 2024.07.15 19:54:49.081365 [ 3 ] {} <Debug> HTTP-Session: f47dae7e-564b-4336-a47e-c5e3750893b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1207 | 2024.07.15 19:54:49.081382 [ 3 ] {} <Debug> HTTP-Session: f47dae7e-564b-4336-a47e-c5e3750893b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1208 | 2024.07.15 19:54:49.081395 [ 3 ] {} <Debug> HTTP-Session: f47dae7e-564b-4336-a47e-c5e3750893b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1209 | 2024.07.15 19:54:49.081426 [ 3 ] {} <Trace> HTTP-Session: f47dae7e-564b-4336-a47e-c5e3750893b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1210 | 2024.07.15 19:54:49.081541 [ 3 ] {7bb36bcf-d99b-42a2-aba3-559386aa4de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1211 | 2024.07.15 19:54:49.081584 [ 3 ] {7bb36bcf-d99b-42a2-aba3-559386aa4de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1212 | 2024.07.15 19:54:49.081723 [ 3 ] {7bb36bcf-d99b-42a2-aba3-559386aa4de9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1213 | 2024.07.15 19:54:49.082060 [ 3 ] {7bb36bcf-d99b-42a2-aba3-559386aa4de9} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1214 | 2024.07.15 19:54:49.082096 [ 3 ] {7bb36bcf-d99b-42a2-aba3-559386aa4de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1215 | 2024.07.15 19:54:49.082402 [ 3 ] {7bb36bcf-d99b-42a2-aba3-559386aa4de9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1216 | 2024.07.15 19:54:49.082714 [ 3 ] {7bb36bcf-d99b-42a2-aba3-559386aa4de9} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1217 | 2024.07.15 19:54:49.082833 [ 3 ] {7bb36bcf-d99b-42a2-aba3-559386aa4de9} <Debug> executeQuery: Read 62 rows, 5.26 KiB in 0.001331 sec., 46581.51765589782 rows/sec., 3.86 MiB/sec. | ||
1218 | 2024.07.15 19:54:49.082993 [ 3 ] {7bb36bcf-d99b-42a2-aba3-559386aa4de9} <Debug> DynamicQueryHandler: Done processing query | ||
1219 | 2024.07.15 19:54:49.083018 [ 3 ] {7bb36bcf-d99b-42a2-aba3-559386aa4de9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1220 | 2024.07.15 19:54:49.083034 [ 3 ] {} <Debug> HTTP-Session: f47dae7e-564b-4336-a47e-c5e3750893b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1221 | 2024.07.15 19:54:49.083153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 8017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1222 | 2024.07.15 19:54:49.083202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1223 | 2024.07.15 19:54:49.083221 [ 3 ] {} <Debug> HTTP-Session: 72c8a4bd-0f3c-4764-b3fb-a714461ff633 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1224 | 2024.07.15 19:54:49.083238 [ 3 ] {} <Debug> HTTP-Session: 72c8a4bd-0f3c-4764-b3fb-a714461ff633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1225 | 2024.07.15 19:54:49.083252 [ 3 ] {} <Debug> HTTP-Session: 72c8a4bd-0f3c-4764-b3fb-a714461ff633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1226 | 2024.07.15 19:54:49.083282 [ 3 ] {} <Trace> HTTP-Session: 72c8a4bd-0f3c-4764-b3fb-a714461ff633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1227 | 2024.07.15 19:54:49.083394 [ 3 ] {4fd75939-dbc7-4f0f-a46d-154c296113a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1228 | 2024.07.15 19:54:49.083437 [ 3 ] {4fd75939-dbc7-4f0f-a46d-154c296113a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1229 | 2024.07.15 19:54:49.083559 [ 3 ] {4fd75939-dbc7-4f0f-a46d-154c296113a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1230 | 2024.07.15 19:54:49.083876 [ 3 ] {4fd75939-dbc7-4f0f-a46d-154c296113a6} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1231 | 2024.07.15 19:54:49.083912 [ 3 ] {4fd75939-dbc7-4f0f-a46d-154c296113a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1232 | 2024.07.15 19:54:49.084205 [ 3 ] {4fd75939-dbc7-4f0f-a46d-154c296113a6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1233 | 2024.07.15 19:54:49.084503 [ 3 ] {4fd75939-dbc7-4f0f-a46d-154c296113a6} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1234 | 2024.07.15 19:54:49.084626 [ 3 ] {4fd75939-dbc7-4f0f-a46d-154c296113a6} <Debug> executeQuery: Read 47 rows, 3.77 KiB in 0.001273 sec., 36920.65985860173 rows/sec., 2.89 MiB/sec. | ||
1235 | 2024.07.15 19:54:49.084785 [ 3 ] {4fd75939-dbc7-4f0f-a46d-154c296113a6} <Debug> DynamicQueryHandler: Done processing query | ||
1236 | 2024.07.15 19:54:49.084810 [ 3 ] {4fd75939-dbc7-4f0f-a46d-154c296113a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1237 | 2024.07.15 19:54:49.084826 [ 3 ] {} <Debug> HTTP-Session: 72c8a4bd-0f3c-4764-b3fb-a714461ff633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1238 | 2024.07.15 19:54:49.085028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1239 | 2024.07.15 19:54:49.085102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1240 | 2024.07.15 19:54:49.085128 [ 3 ] {} <Debug> HTTP-Session: 2d9b3e28-6d0c-40a2-8ff6-f9695a8135fc Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1241 | 2024.07.15 19:54:49.085149 [ 3 ] {} <Debug> HTTP-Session: 2d9b3e28-6d0c-40a2-8ff6-f9695a8135fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1242 | 2024.07.15 19:54:49.085167 [ 3 ] {} <Debug> HTTP-Session: 2d9b3e28-6d0c-40a2-8ff6-f9695a8135fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1243 | 2024.07.15 19:54:49.085205 [ 3 ] {} <Trace> HTTP-Session: 2d9b3e28-6d0c-40a2-8ff6-f9695a8135fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1244 | 2024.07.15 19:54:49.085375 [ 3 ] {32bddf0e-7ef1-4f44-8b74-7e4735c21376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1245 | 2024.07.15 19:54:49.085431 [ 3 ] {32bddf0e-7ef1-4f44-8b74-7e4735c21376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1246 | 2024.07.15 19:54:49.085583 [ 3 ] {32bddf0e-7ef1-4f44-8b74-7e4735c21376} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1247 | 2024.07.15 19:54:49.085931 [ 3 ] {32bddf0e-7ef1-4f44-8b74-7e4735c21376} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1248 | 2024.07.15 19:54:49.085967 [ 3 ] {32bddf0e-7ef1-4f44-8b74-7e4735c21376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1249 | 2024.07.15 19:54:49.086349 [ 3 ] {32bddf0e-7ef1-4f44-8b74-7e4735c21376} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1250 | 2024.07.15 19:54:49.086705 [ 3 ] {32bddf0e-7ef1-4f44-8b74-7e4735c21376} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1251 | 2024.07.15 19:54:49.086841 [ 3 ] {32bddf0e-7ef1-4f44-8b74-7e4735c21376} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001536 sec., 65104.166666666664 rows/sec., 4.51 MiB/sec. | ||
1252 | 2024.07.15 19:54:49.087018 [ 3 ] {32bddf0e-7ef1-4f44-8b74-7e4735c21376} <Debug> DynamicQueryHandler: Done processing query | ||
1253 | 2024.07.15 19:54:49.087042 [ 3 ] {32bddf0e-7ef1-4f44-8b74-7e4735c21376} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1254 | 2024.07.15 19:54:49.087058 [ 3 ] {} <Debug> HTTP-Session: 2d9b3e28-6d0c-40a2-8ff6-f9695a8135fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1255 | 2024.07.15 19:54:49.087194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 19160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1256 | 2024.07.15 19:54:49.087243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1257 | 2024.07.15 19:54:49.087263 [ 3 ] {} <Debug> HTTP-Session: 92ad6252-28a8-4558-b054-ec46b9d889d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1258 | 2024.07.15 19:54:49.087280 [ 3 ] {} <Debug> HTTP-Session: 92ad6252-28a8-4558-b054-ec46b9d889d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1259 | 2024.07.15 19:54:49.087295 [ 3 ] {} <Debug> HTTP-Session: 92ad6252-28a8-4558-b054-ec46b9d889d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.07.15 19:54:49.087326 [ 3 ] {} <Trace> HTTP-Session: 92ad6252-28a8-4558-b054-ec46b9d889d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1261 | 2024.07.15 19:54:49.087514 [ 3 ] {08f038cc-4166-4869-afbf-28646070ca8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1262 | 2024.07.15 19:54:49.087578 [ 3 ] {08f038cc-4166-4869-afbf-28646070ca8a} <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 | ||
1263 | 2024.07.15 19:54:49.087988 [ 3 ] {08f038cc-4166-4869-afbf-28646070ca8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1264 | 2024.07.15 19:54:49.090592 [ 3 ] {08f038cc-4166-4869-afbf-28646070ca8a} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1265 | 2024.07.15 19:54:49.090636 [ 3 ] {08f038cc-4166-4869-afbf-28646070ca8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1266 | 2024.07.15 19:54:49.094267 [ 3 ] {08f038cc-4166-4869-afbf-28646070ca8a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1267 | 2024.07.15 19:54:49.094765 [ 3 ] {08f038cc-4166-4869-afbf-28646070ca8a} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1268 | 2024.07.15 19:54:49.094916 [ 3 ] {08f038cc-4166-4869-afbf-28646070ca8a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007508 sec., 1598.2951518380394 rows/sec., 2.86 MiB/sec. | ||
1269 | 2024.07.15 19:54:49.095201 [ 3 ] {08f038cc-4166-4869-afbf-28646070ca8a} <Debug> DynamicQueryHandler: Done processing query | ||
1270 | 2024.07.15 19:54:49.095226 [ 3 ] {08f038cc-4166-4869-afbf-28646070ca8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
1271 | 2024.07.15 19:54:49.095242 [ 3 ] {} <Debug> HTTP-Session: 92ad6252-28a8-4558-b054-ec46b9d889d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1272 | 2024.07.15 19:54:49.095371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1273 | 2024.07.15 19:54:49.095420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1274 | 2024.07.15 19:54:49.095439 [ 3 ] {} <Debug> HTTP-Session: 6de7308b-0c23-48ad-a41b-300f77101613 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1275 | 2024.07.15 19:54:49.095455 [ 3 ] {} <Debug> HTTP-Session: 6de7308b-0c23-48ad-a41b-300f77101613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1276 | 2024.07.15 19:54:49.095469 [ 3 ] {} <Debug> HTTP-Session: 6de7308b-0c23-48ad-a41b-300f77101613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1277 | 2024.07.15 19:54:49.095501 [ 3 ] {} <Trace> HTTP-Session: 6de7308b-0c23-48ad-a41b-300f77101613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1278 | 2024.07.15 19:54:49.095596 [ 3 ] {99f368ae-32a5-4790-b399-bd5cdf7f5d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1279 | 2024.07.15 19:54:49.095640 [ 3 ] {99f368ae-32a5-4790-b399-bd5cdf7f5d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1280 | 2024.07.15 19:54:49.095766 [ 3 ] {99f368ae-32a5-4790-b399-bd5cdf7f5d05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1281 | 2024.07.15 19:54:49.096079 [ 3 ] {99f368ae-32a5-4790-b399-bd5cdf7f5d05} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1282 | 2024.07.15 19:54:49.096115 [ 3 ] {99f368ae-32a5-4790-b399-bd5cdf7f5d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1283 | 2024.07.15 19:54:49.096480 [ 3 ] {99f368ae-32a5-4790-b399-bd5cdf7f5d05} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1284 | 2024.07.15 19:54:49.096851 [ 3 ] {99f368ae-32a5-4790-b399-bd5cdf7f5d05} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1285 | 2024.07.15 19:54:49.096990 [ 3 ] {99f368ae-32a5-4790-b399-bd5cdf7f5d05} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.00142 sec., 8450.704225352112 rows/sec., 636.83 KiB/sec. | ||
1286 | 2024.07.15 19:54:49.097248 [ 3 ] {99f368ae-32a5-4790-b399-bd5cdf7f5d05} <Debug> DynamicQueryHandler: Done processing query | ||
1287 | 2024.07.15 19:54:49.097272 [ 3 ] {99f368ae-32a5-4790-b399-bd5cdf7f5d05} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1288 | 2024.07.15 19:54:49.097288 [ 3 ] {} <Debug> HTTP-Session: 6de7308b-0c23-48ad-a41b-300f77101613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1289 | 2024.07.15 19:54:49.097411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 4627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1290 | 2024.07.15 19:54:49.097459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1291 | 2024.07.15 19:54:49.097478 [ 3 ] {} <Debug> HTTP-Session: 8490df9e-5010-4fbc-84e8-4fbbdeb58e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1292 | 2024.07.15 19:54:49.097494 [ 3 ] {} <Debug> HTTP-Session: 8490df9e-5010-4fbc-84e8-4fbbdeb58e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1293 | 2024.07.15 19:54:49.097508 [ 3 ] {} <Debug> HTTP-Session: 8490df9e-5010-4fbc-84e8-4fbbdeb58e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1294 | 2024.07.15 19:54:49.097540 [ 3 ] {} <Trace> HTTP-Session: 8490df9e-5010-4fbc-84e8-4fbbdeb58e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1295 | 2024.07.15 19:54:49.097646 [ 3 ] {d0c43a17-9ec2-4822-a685-26c115d01133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1296 | 2024.07.15 19:54:49.097701 [ 3 ] {d0c43a17-9ec2-4822-a685-26c115d01133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1297 | 2024.07.15 19:54:49.097864 [ 3 ] {d0c43a17-9ec2-4822-a685-26c115d01133} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1298 | 2024.07.15 19:54:49.098201 [ 3 ] {d0c43a17-9ec2-4822-a685-26c115d01133} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1299 | 2024.07.15 19:54:49.098236 [ 3 ] {d0c43a17-9ec2-4822-a685-26c115d01133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
1300 | 2024.07.15 19:54:49.098586 [ 3 ] {d0c43a17-9ec2-4822-a685-26c115d01133} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1301 | 2024.07.15 19:54:49.098903 [ 3 ] {d0c43a17-9ec2-4822-a685-26c115d01133} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1302 | 2024.07.15 19:54:49.099020 [ 3 ] {d0c43a17-9ec2-4822-a685-26c115d01133} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001409 sec., 21291.696238466997 rows/sec., 1.46 MiB/sec. | ||
1303 | 2024.07.15 19:54:49.099177 [ 3 ] {d0c43a17-9ec2-4822-a685-26c115d01133} <Debug> DynamicQueryHandler: Done processing query | ||
1304 | 2024.07.15 19:54:49.099201 [ 3 ] {d0c43a17-9ec2-4822-a685-26c115d01133} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1305 | 2024.07.15 19:54:49.099217 [ 3 ] {} <Debug> HTTP-Session: 8490df9e-5010-4fbc-84e8-4fbbdeb58e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1306 | 2024.07.15 19:54:51.447719 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1307 | 2024.07.15 19:54:51.447790 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1308 | 2024.07.15 19:54:54.036802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1309 | 2024.07.15 19:54:54.036938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1310 | 2024.07.15 19:54:54.036973 [ 3 ] {} <Debug> HTTP-Session: ba5079db-ef1e-4129-a907-8d8c649e4451 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1311 | 2024.07.15 19:54:54.037005 [ 3 ] {} <Debug> HTTP-Session: ba5079db-ef1e-4129-a907-8d8c649e4451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1312 | 2024.07.15 19:54:54.037028 [ 3 ] {} <Debug> HTTP-Session: ba5079db-ef1e-4129-a907-8d8c649e4451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1313 | 2024.07.15 19:54:54.037096 [ 3 ] {} <Trace> HTTP-Session: ba5079db-ef1e-4129-a907-8d8c649e4451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1314 | 2024.07.15 19:54:54.037305 [ 3 ] {88ef72e3-19e1-4f9d-b998-68792390d283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1315 | 2024.07.15 19:54:54.037372 [ 3 ] {88ef72e3-19e1-4f9d-b998-68792390d283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1316 | 2024.07.15 19:54:54.037558 [ 3 ] {88ef72e3-19e1-4f9d-b998-68792390d283} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1317 | 2024.07.15 19:54:54.038051 [ 3 ] {88ef72e3-19e1-4f9d-b998-68792390d283} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1318 | 2024.07.15 19:54:54.038094 [ 3 ] {88ef72e3-19e1-4f9d-b998-68792390d283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1319 | 2024.07.15 19:54:54.038456 [ 3 ] {88ef72e3-19e1-4f9d-b998-68792390d283} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1320 | 2024.07.15 19:54:54.038801 [ 3 ] {88ef72e3-19e1-4f9d-b998-68792390d283} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1321 | 2024.07.15 19:54:54.038953 [ 3 ] {88ef72e3-19e1-4f9d-b998-68792390d283} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.00171 sec., 30409.3567251462 rows/sec., 2.31 MiB/sec. | ||
1322 | 2024.07.15 19:54:54.039162 [ 3 ] {88ef72e3-19e1-4f9d-b998-68792390d283} <Debug> DynamicQueryHandler: Done processing query | ||
1323 | 2024.07.15 19:54:54.039188 [ 3 ] {88ef72e3-19e1-4f9d-b998-68792390d283} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1324 | 2024.07.15 19:54:54.039205 [ 3 ] {} <Debug> HTTP-Session: ba5079db-ef1e-4129-a907-8d8c649e4451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1325 | 2024.07.15 19:54:54.039388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1326 | 2024.07.15 19:54:54.039437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1327 | 2024.07.15 19:54:54.039457 [ 3 ] {} <Debug> HTTP-Session: 657c25ca-294d-4836-bd94-02d036d20a9b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1328 | 2024.07.15 19:54:54.039474 [ 3 ] {} <Debug> HTTP-Session: 657c25ca-294d-4836-bd94-02d036d20a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1329 | 2024.07.15 19:54:54.039488 [ 3 ] {} <Debug> HTTP-Session: 657c25ca-294d-4836-bd94-02d036d20a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1330 | 2024.07.15 19:54:54.039520 [ 3 ] {} <Trace> HTTP-Session: 657c25ca-294d-4836-bd94-02d036d20a9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1331 | 2024.07.15 19:54:54.039632 [ 3 ] {a311bdf5-597f-4a60-99f5-95a2b88129dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1332 | 2024.07.15 19:54:54.039675 [ 3 ] {a311bdf5-597f-4a60-99f5-95a2b88129dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1333 | 2024.07.15 19:54:54.039803 [ 3 ] {a311bdf5-597f-4a60-99f5-95a2b88129dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1334 | 2024.07.15 19:54:54.040160 [ 3 ] {a311bdf5-597f-4a60-99f5-95a2b88129dc} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1335 | 2024.07.15 19:54:54.040197 [ 3 ] {a311bdf5-597f-4a60-99f5-95a2b88129dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1336 | 2024.07.15 19:54:54.040537 [ 3 ] {a311bdf5-597f-4a60-99f5-95a2b88129dc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1337 | 2024.07.15 19:54:54.040857 [ 3 ] {a311bdf5-597f-4a60-99f5-95a2b88129dc} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1338 | 2024.07.15 19:54:54.041005 [ 3 ] {a311bdf5-597f-4a60-99f5-95a2b88129dc} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001399 sec., 40028.59185132237 rows/sec., 3.12 MiB/sec. | ||
1339 | 2024.07.15 19:54:54.041177 [ 3 ] {a311bdf5-597f-4a60-99f5-95a2b88129dc} <Debug> DynamicQueryHandler: Done processing query | ||
1340 | 2024.07.15 19:54:54.041202 [ 3 ] {a311bdf5-597f-4a60-99f5-95a2b88129dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1341 | 2024.07.15 19:54:54.041218 [ 3 ] {} <Debug> HTTP-Session: 657c25ca-294d-4836-bd94-02d036d20a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1342 | 2024.07.15 19:54:54.041400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 21006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1343 | 2024.07.15 19:54:54.041448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1344 | 2024.07.15 19:54:54.041467 [ 3 ] {} <Debug> HTTP-Session: f56638e3-dadb-4f01-b9c8-adb9fe11b5a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1345 | 2024.07.15 19:54:54.041484 [ 3 ] {} <Debug> HTTP-Session: f56638e3-dadb-4f01-b9c8-adb9fe11b5a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1346 | 2024.07.15 19:54:54.041497 [ 3 ] {} <Debug> HTTP-Session: f56638e3-dadb-4f01-b9c8-adb9fe11b5a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1347 | 2024.07.15 19:54:54.041528 [ 3 ] {} <Trace> HTTP-Session: f56638e3-dadb-4f01-b9c8-adb9fe11b5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1348 | 2024.07.15 19:54:54.041662 [ 3 ] {b205d8c7-a325-4640-9ff1-a2b38e1762f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1349 | 2024.07.15 19:54:54.041710 [ 3 ] {b205d8c7-a325-4640-9ff1-a2b38e1762f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1350 | 2024.07.15 19:54:54.041852 [ 3 ] {b205d8c7-a325-4640-9ff1-a2b38e1762f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1351 | 2024.07.15 19:54:54.042215 [ 3 ] {b205d8c7-a325-4640-9ff1-a2b38e1762f9} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1352 | 2024.07.15 19:54:54.042250 [ 3 ] {b205d8c7-a325-4640-9ff1-a2b38e1762f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1353 | 2024.07.15 19:54:54.042629 [ 3 ] {b205d8c7-a325-4640-9ff1-a2b38e1762f9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1354 | 2024.07.15 19:54:54.042967 [ 3 ] {b205d8c7-a325-4640-9ff1-a2b38e1762f9} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1355 | 2024.07.15 19:54:54.043105 [ 3 ] {b205d8c7-a325-4640-9ff1-a2b38e1762f9} <Debug> executeQuery: Read 110 rows, 7.81 KiB in 0.001494 sec., 73627.84471218205 rows/sec., 5.10 MiB/sec. | ||
1356 | 2024.07.15 19:54:54.043407 [ 3 ] {b205d8c7-a325-4640-9ff1-a2b38e1762f9} <Debug> DynamicQueryHandler: Done processing query | ||
1357 | 2024.07.15 19:54:54.043432 [ 3 ] {b205d8c7-a325-4640-9ff1-a2b38e1762f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1358 | 2024.07.15 19:54:54.043448 [ 3 ] {} <Debug> HTTP-Session: f56638e3-dadb-4f01-b9c8-adb9fe11b5a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1359 | 2024.07.15 19:54:54.043582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 5239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1360 | 2024.07.15 19:54:54.043630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1361 | 2024.07.15 19:54:54.043649 [ 3 ] {} <Debug> HTTP-Session: 19137397-297a-4fa5-9b36-7643bf517554 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1362 | 2024.07.15 19:54:54.043666 [ 3 ] {} <Debug> HTTP-Session: 19137397-297a-4fa5-9b36-7643bf517554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1363 | 2024.07.15 19:54:54.043681 [ 3 ] {} <Debug> HTTP-Session: 19137397-297a-4fa5-9b36-7643bf517554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1364 | 2024.07.15 19:54:54.043712 [ 3 ] {} <Trace> HTTP-Session: 19137397-297a-4fa5-9b36-7643bf517554 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1365 | 2024.07.15 19:54:54.043825 [ 3 ] {c85f1bd9-4ef6-4af0-b56b-76b2614c5495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1366 | 2024.07.15 19:54:54.043871 [ 3 ] {c85f1bd9-4ef6-4af0-b56b-76b2614c5495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1367 | 2024.07.15 19:54:54.044014 [ 3 ] {c85f1bd9-4ef6-4af0-b56b-76b2614c5495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1368 | 2024.07.15 19:54:54.044314 [ 3 ] {c85f1bd9-4ef6-4af0-b56b-76b2614c5495} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1369 | 2024.07.15 19:54:54.044350 [ 3 ] {c85f1bd9-4ef6-4af0-b56b-76b2614c5495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1370 | 2024.07.15 19:54:54.044723 [ 3 ] {c85f1bd9-4ef6-4af0-b56b-76b2614c5495} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1371 | 2024.07.15 19:54:54.045054 [ 3 ] {c85f1bd9-4ef6-4af0-b56b-76b2614c5495} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1372 | 2024.07.15 19:54:54.045202 [ 3 ] {c85f1bd9-4ef6-4af0-b56b-76b2614c5495} <Debug> executeQuery: Read 34 rows, 2.39 KiB in 0.001417 sec., 23994.354269583626 rows/sec., 1.64 MiB/sec. | ||
1373 | 2024.07.15 19:54:54.045365 [ 3 ] {c85f1bd9-4ef6-4af0-b56b-76b2614c5495} <Debug> DynamicQueryHandler: Done processing query | ||
1374 | 2024.07.15 19:54:54.045389 [ 3 ] {c85f1bd9-4ef6-4af0-b56b-76b2614c5495} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1375 | 2024.07.15 19:54:54.045404 [ 3 ] {} <Debug> HTTP-Session: 19137397-297a-4fa5-9b36-7643bf517554 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1376 | 2024.07.15 19:54:59.040393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1377 | 2024.07.15 19:54:59.040521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1378 | 2024.07.15 19:54:59.040546 [ 3 ] {} <Debug> HTTP-Session: 7e44f9d3-48bf-466f-8972-191d087e507b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1379 | 2024.07.15 19:54:59.040571 [ 3 ] {} <Debug> HTTP-Session: 7e44f9d3-48bf-466f-8972-191d087e507b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1380 | 2024.07.15 19:54:59.040586 [ 3 ] {} <Debug> HTTP-Session: 7e44f9d3-48bf-466f-8972-191d087e507b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1381 | 2024.07.15 19:54:59.040636 [ 3 ] {} <Trace> HTTP-Session: 7e44f9d3-48bf-466f-8972-191d087e507b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1382 | 2024.07.15 19:54:59.040819 [ 3 ] {af4ca69c-a54f-4e87-8615-f00f308390a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1383 | 2024.07.15 19:54:59.040887 [ 3 ] {af4ca69c-a54f-4e87-8615-f00f308390a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1384 | 2024.07.15 19:54:59.041078 [ 3 ] {af4ca69c-a54f-4e87-8615-f00f308390a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1385 | 2024.07.15 19:54:59.041527 [ 3 ] {af4ca69c-a54f-4e87-8615-f00f308390a8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1386 | 2024.07.15 19:54:59.041574 [ 3 ] {af4ca69c-a54f-4e87-8615-f00f308390a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1387 | 2024.07.15 19:54:59.041973 [ 3 ] {af4ca69c-a54f-4e87-8615-f00f308390a8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1388 | 2024.07.15 19:54:59.042302 [ 3 ] {af4ca69c-a54f-4e87-8615-f00f308390a8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1389 | 2024.07.15 19:54:59.042442 [ 3 ] {af4ca69c-a54f-4e87-8615-f00f308390a8} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001679 sec., 14294.22275163788 rows/sec., 1.13 MiB/sec. | ||
1390 | 2024.07.15 19:54:59.042656 [ 3 ] {af4ca69c-a54f-4e87-8615-f00f308390a8} <Debug> DynamicQueryHandler: Done processing query | ||
1391 | 2024.07.15 19:54:59.042684 [ 3 ] {af4ca69c-a54f-4e87-8615-f00f308390a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1392 | 2024.07.15 19:54:59.042700 [ 3 ] {} <Debug> HTTP-Session: 7e44f9d3-48bf-466f-8972-191d087e507b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1393 | 2024.07.15 19:54:59.042878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1394 | 2024.07.15 19:54:59.042936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1395 | 2024.07.15 19:54:59.042957 [ 3 ] {} <Debug> HTTP-Session: 27a9a456-8088-40fd-9783-bc2d854bd4e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1396 | 2024.07.15 19:54:59.042975 [ 3 ] {} <Debug> HTTP-Session: 27a9a456-8088-40fd-9783-bc2d854bd4e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1397 | 2024.07.15 19:54:59.042989 [ 3 ] {} <Debug> HTTP-Session: 27a9a456-8088-40fd-9783-bc2d854bd4e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1398 | 2024.07.15 19:54:59.043025 [ 3 ] {} <Trace> HTTP-Session: 27a9a456-8088-40fd-9783-bc2d854bd4e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1399 | 2024.07.15 19:54:59.043169 [ 3 ] {b6d53347-35e5-47dd-ab6e-695a4ae28748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1400 | 2024.07.15 19:54:59.043216 [ 3 ] {b6d53347-35e5-47dd-ab6e-695a4ae28748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1401 | 2024.07.15 19:54:59.043349 [ 3 ] {b6d53347-35e5-47dd-ab6e-695a4ae28748} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1402 | 2024.07.15 19:54:59.043780 [ 3 ] {b6d53347-35e5-47dd-ab6e-695a4ae28748} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1403 | 2024.07.15 19:54:59.043818 [ 3 ] {b6d53347-35e5-47dd-ab6e-695a4ae28748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1404 | 2024.07.15 19:54:59.044191 [ 3 ] {b6d53347-35e5-47dd-ab6e-695a4ae28748} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1405 | 2024.07.15 19:54:59.044515 [ 3 ] {b6d53347-35e5-47dd-ab6e-695a4ae28748} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1406 | 2024.07.15 19:54:59.044643 [ 3 ] {b6d53347-35e5-47dd-ab6e-695a4ae28748} <Debug> executeQuery: Read 124 rows, 10.55 KiB in 0.001535 sec., 80781.75895765473 rows/sec., 6.71 MiB/sec. | ||
1407 | 2024.07.15 19:54:59.044813 [ 3 ] {b6d53347-35e5-47dd-ab6e-695a4ae28748} <Debug> DynamicQueryHandler: Done processing query | ||
1408 | 2024.07.15 19:54:59.044839 [ 3 ] {b6d53347-35e5-47dd-ab6e-695a4ae28748} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1409 | 2024.07.15 19:54:59.044855 [ 3 ] {} <Debug> HTTP-Session: 27a9a456-8088-40fd-9783-bc2d854bd4e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1410 | 2024.07.15 19:54:59.045066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1411 | 2024.07.15 19:54:59.045119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1412 | 2024.07.15 19:54:59.045140 [ 3 ] {} <Debug> HTTP-Session: 9abb75a1-0787-46dd-8aec-40ea62328d3c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1413 | 2024.07.15 19:54:59.045183 [ 3 ] {} <Debug> HTTP-Session: 9abb75a1-0787-46dd-8aec-40ea62328d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1414 | 2024.07.15 19:54:59.045198 [ 3 ] {} <Debug> HTTP-Session: 9abb75a1-0787-46dd-8aec-40ea62328d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1415 | 2024.07.15 19:54:59.045232 [ 3 ] {} <Trace> HTTP-Session: 9abb75a1-0787-46dd-8aec-40ea62328d3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1416 | 2024.07.15 19:54:59.045395 [ 3 ] {f5caea23-f2e3-4007-bfbd-90cb20df1bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1417 | 2024.07.15 19:54:59.045442 [ 3 ] {f5caea23-f2e3-4007-bfbd-90cb20df1bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1418 | 2024.07.15 19:54:59.045569 [ 3 ] {f5caea23-f2e3-4007-bfbd-90cb20df1bd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1419 | 2024.07.15 19:54:59.045933 [ 3 ] {f5caea23-f2e3-4007-bfbd-90cb20df1bd3} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1420 | 2024.07.15 19:54:59.045971 [ 3 ] {f5caea23-f2e3-4007-bfbd-90cb20df1bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1421 | 2024.07.15 19:54:59.046287 [ 3 ] {f5caea23-f2e3-4007-bfbd-90cb20df1bd3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1422 | 2024.07.15 19:54:59.046619 [ 3 ] {f5caea23-f2e3-4007-bfbd-90cb20df1bd3} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1423 | 2024.07.15 19:54:59.046753 [ 3 ] {f5caea23-f2e3-4007-bfbd-90cb20df1bd3} <Debug> executeQuery: Read 85 rows, 6.82 KiB in 0.001441 sec., 58986.81471200555 rows/sec., 4.62 MiB/sec. | ||
1424 | 2024.07.15 19:54:59.046919 [ 3 ] {f5caea23-f2e3-4007-bfbd-90cb20df1bd3} <Debug> DynamicQueryHandler: Done processing query | ||
1425 | 2024.07.15 19:54:59.046943 [ 3 ] {f5caea23-f2e3-4007-bfbd-90cb20df1bd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1426 | 2024.07.15 19:54:59.046959 [ 3 ] {} <Debug> HTTP-Session: 9abb75a1-0787-46dd-8aec-40ea62328d3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1427 | 2024.07.15 19:54:59.047172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1428 | 2024.07.15 19:54:59.047222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1429 | 2024.07.15 19:54:59.047240 [ 3 ] {} <Debug> HTTP-Session: a2a1721f-a52b-45db-b6b8-8093feb5e2a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1430 | 2024.07.15 19:54:59.047256 [ 3 ] {} <Debug> HTTP-Session: a2a1721f-a52b-45db-b6b8-8093feb5e2a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1431 | 2024.07.15 19:54:59.047270 [ 3 ] {} <Debug> HTTP-Session: a2a1721f-a52b-45db-b6b8-8093feb5e2a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1432 | 2024.07.15 19:54:59.047302 [ 3 ] {} <Trace> HTTP-Session: a2a1721f-a52b-45db-b6b8-8093feb5e2a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1433 | 2024.07.15 19:54:59.047499 [ 3 ] {adfa5860-9838-41bc-b00d-aa342b2387e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1434 | 2024.07.15 19:54:59.047546 [ 3 ] {adfa5860-9838-41bc-b00d-aa342b2387e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1435 | 2024.07.15 19:54:59.047690 [ 3 ] {adfa5860-9838-41bc-b00d-aa342b2387e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1436 | 2024.07.15 19:54:59.048073 [ 3 ] {adfa5860-9838-41bc-b00d-aa342b2387e2} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1437 | 2024.07.15 19:54:59.048108 [ 3 ] {adfa5860-9838-41bc-b00d-aa342b2387e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1438 | 2024.07.15 19:54:59.048533 [ 3 ] {adfa5860-9838-41bc-b00d-aa342b2387e2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1439 | 2024.07.15 19:54:59.048865 [ 3 ] {adfa5860-9838-41bc-b00d-aa342b2387e2} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1440 | 2024.07.15 19:54:59.048979 [ 3 ] {adfa5860-9838-41bc-b00d-aa342b2387e2} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001619 sec., 92649.78381717109 rows/sec., 6.42 MiB/sec. | ||
1441 | 2024.07.15 19:54:59.049249 [ 3 ] {adfa5860-9838-41bc-b00d-aa342b2387e2} <Debug> DynamicQueryHandler: Done processing query | ||
1442 | 2024.07.15 19:54:59.049273 [ 3 ] {adfa5860-9838-41bc-b00d-aa342b2387e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1443 | 2024.07.15 19:54:59.049288 [ 3 ] {} <Debug> HTTP-Session: a2a1721f-a52b-45db-b6b8-8093feb5e2a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1444 | 2024.07.15 19:54:59.049503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38381, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1445 | 2024.07.15 19:54:59.049548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1446 | 2024.07.15 19:54:59.049566 [ 3 ] {} <Debug> HTTP-Session: ee83b180-7532-4177-a204-f887e9fd8475 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1447 | 2024.07.15 19:54:59.049581 [ 3 ] {} <Debug> HTTP-Session: ee83b180-7532-4177-a204-f887e9fd8475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.07.15 19:54:59.049594 [ 3 ] {} <Debug> HTTP-Session: ee83b180-7532-4177-a204-f887e9fd8475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1449 | 2024.07.15 19:54:59.049688 [ 3 ] {} <Trace> HTTP-Session: ee83b180-7532-4177-a204-f887e9fd8475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1450 | 2024.07.15 19:54:59.050349 [ 3 ] {b4e29288-7642-482f-a93d-3458da9f6b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1451 | 2024.07.15 19:54:59.050423 [ 3 ] {b4e29288-7642-482f-a93d-3458da9f6b22} <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 | ||
1452 | 2024.07.15 19:54:59.050824 [ 3 ] {b4e29288-7642-482f-a93d-3458da9f6b22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1453 | 2024.07.15 19:54:59.051468 [ 3 ] {b4e29288-7642-482f-a93d-3458da9f6b22} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1454 | 2024.07.15 19:54:59.051503 [ 3 ] {b4e29288-7642-482f-a93d-3458da9f6b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1455 | 2024.07.15 19:54:59.052093 [ 3 ] {b4e29288-7642-482f-a93d-3458da9f6b22} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1456 | 2024.07.15 19:54:59.052495 [ 3 ] {b4e29288-7642-482f-a93d-3458da9f6b22} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1457 | 2024.07.15 19:54:59.052648 [ 3 ] {b4e29288-7642-482f-a93d-3458da9f6b22} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002863 sec., 8382.815228780999 rows/sec., 15.02 MiB/sec. | ||
1458 | 2024.07.15 19:54:59.053092 [ 3 ] {b4e29288-7642-482f-a93d-3458da9f6b22} <Debug> DynamicQueryHandler: Done processing query | ||
1459 | 2024.07.15 19:54:59.053116 [ 3 ] {b4e29288-7642-482f-a93d-3458da9f6b22} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1460 | 2024.07.15 19:54:59.053132 [ 3 ] {} <Debug> HTTP-Session: ee83b180-7532-4177-a204-f887e9fd8475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1461 | 2024.07.15 19:54:59.053277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1462 | 2024.07.15 19:54:59.053324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1463 | 2024.07.15 19:54:59.053342 [ 3 ] {} <Debug> HTTP-Session: 48c0ca4b-a395-407b-bfed-fde67ca7b543 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1464 | 2024.07.15 19:54:59.053359 [ 3 ] {} <Debug> HTTP-Session: 48c0ca4b-a395-407b-bfed-fde67ca7b543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1465 | 2024.07.15 19:54:59.053373 [ 3 ] {} <Debug> HTTP-Session: 48c0ca4b-a395-407b-bfed-fde67ca7b543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1466 | 2024.07.15 19:54:59.053403 [ 3 ] {} <Trace> HTTP-Session: 48c0ca4b-a395-407b-bfed-fde67ca7b543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1467 | 2024.07.15 19:54:59.053501 [ 3 ] {39a4680f-44da-4a89-8edd-35ecfd3dfbf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1468 | 2024.07.15 19:54:59.053544 [ 3 ] {39a4680f-44da-4a89-8edd-35ecfd3dfbf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1469 | 2024.07.15 19:54:59.053676 [ 3 ] {39a4680f-44da-4a89-8edd-35ecfd3dfbf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1470 | 2024.07.15 19:54:59.053979 [ 3 ] {39a4680f-44da-4a89-8edd-35ecfd3dfbf9} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1471 | 2024.07.15 19:54:59.054014 [ 3 ] {39a4680f-44da-4a89-8edd-35ecfd3dfbf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1472 | 2024.07.15 19:54:59.054354 [ 3 ] {39a4680f-44da-4a89-8edd-35ecfd3dfbf9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1473 | 2024.07.15 19:54:59.054679 [ 3 ] {39a4680f-44da-4a89-8edd-35ecfd3dfbf9} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1474 | 2024.07.15 19:54:59.054800 [ 3 ] {39a4680f-44da-4a89-8edd-35ecfd3dfbf9} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 341.24 KiB/sec. | ||
1475 | 2024.07.15 19:54:59.054960 [ 3 ] {39a4680f-44da-4a89-8edd-35ecfd3dfbf9} <Debug> DynamicQueryHandler: Done processing query | ||
1476 | 2024.07.15 19:54:59.054984 [ 3 ] {39a4680f-44da-4a89-8edd-35ecfd3dfbf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1477 | 2024.07.15 19:54:59.054999 [ 3 ] {} <Debug> HTTP-Session: 48c0ca4b-a395-407b-bfed-fde67ca7b543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1478 | 2024.07.15 19:54:59.055134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1479 | 2024.07.15 19:54:59.055182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1480 | 2024.07.15 19:54:59.055200 [ 3 ] {} <Debug> HTTP-Session: 25ad7de6-1599-4f17-a258-57c625b814df Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1481 | 2024.07.15 19:54:59.055216 [ 3 ] {} <Debug> HTTP-Session: 25ad7de6-1599-4f17-a258-57c625b814df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1482 | 2024.07.15 19:54:59.055230 [ 3 ] {} <Debug> HTTP-Session: 25ad7de6-1599-4f17-a258-57c625b814df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1483 | 2024.07.15 19:54:59.055260 [ 3 ] {} <Trace> HTTP-Session: 25ad7de6-1599-4f17-a258-57c625b814df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1484 | 2024.07.15 19:54:59.055365 [ 3 ] {aad6e734-863e-42b9-b1e9-d8c3d01cfd5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1485 | 2024.07.15 19:54:59.055406 [ 3 ] {aad6e734-863e-42b9-b1e9-d8c3d01cfd5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1486 | 2024.07.15 19:54:59.055531 [ 3 ] {aad6e734-863e-42b9-b1e9-d8c3d01cfd5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1487 | 2024.07.15 19:54:59.055817 [ 3 ] {aad6e734-863e-42b9-b1e9-d8c3d01cfd5f} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1488 | 2024.07.15 19:54:59.055852 [ 3 ] {aad6e734-863e-42b9-b1e9-d8c3d01cfd5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1489 | 2024.07.15 19:54:59.056193 [ 3 ] {aad6e734-863e-42b9-b1e9-d8c3d01cfd5f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1490 | 2024.07.15 19:54:59.056510 [ 3 ] {aad6e734-863e-42b9-b1e9-d8c3d01cfd5f} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1491 | 2024.07.15 19:54:59.056628 [ 3 ] {aad6e734-863e-42b9-b1e9-d8c3d01cfd5f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001296 sec., 38580.246913580246 rows/sec., 2.65 MiB/sec. | ||
1492 | 2024.07.15 19:54:59.056793 [ 3 ] {aad6e734-863e-42b9-b1e9-d8c3d01cfd5f} <Debug> DynamicQueryHandler: Done processing query | ||
1493 | 2024.07.15 19:54:59.056817 [ 3 ] {aad6e734-863e-42b9-b1e9-d8c3d01cfd5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1494 | 2024.07.15 19:54:59.056832 [ 3 ] {} <Debug> HTTP-Session: 25ad7de6-1599-4f17-a258-57c625b814df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1495 | 2024.07.15 19:55:04.038983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1496 | 2024.07.15 19:55:04.039118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1497 | 2024.07.15 19:55:04.039146 [ 3 ] {} <Debug> HTTP-Session: b182b189-8599-4b5e-a7a1-54d96fa03840 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1498 | 2024.07.15 19:55:04.039175 [ 3 ] {} <Debug> HTTP-Session: b182b189-8599-4b5e-a7a1-54d96fa03840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1499 | 2024.07.15 19:55:04.039194 [ 3 ] {} <Debug> HTTP-Session: b182b189-8599-4b5e-a7a1-54d96fa03840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1500 | 2024.07.15 19:55:04.039250 [ 3 ] {} <Trace> HTTP-Session: b182b189-8599-4b5e-a7a1-54d96fa03840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1501 | 2024.07.15 19:55:04.039463 [ 3 ] {28ab7abc-77e0-47cd-889a-0151e6c7fdaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1502 | 2024.07.15 19:55:04.039538 [ 3 ] {28ab7abc-77e0-47cd-889a-0151e6c7fdaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1503 | 2024.07.15 19:55:04.039755 [ 3 ] {28ab7abc-77e0-47cd-889a-0151e6c7fdaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1504 | 2024.07.15 19:55:04.040249 [ 3 ] {28ab7abc-77e0-47cd-889a-0151e6c7fdaa} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1505 | 2024.07.15 19:55:04.040290 [ 3 ] {28ab7abc-77e0-47cd-889a-0151e6c7fdaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1506 | 2024.07.15 19:55:04.040642 [ 3 ] {28ab7abc-77e0-47cd-889a-0151e6c7fdaa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1507 | 2024.07.15 19:55:04.040974 [ 3 ] {28ab7abc-77e0-47cd-889a-0151e6c7fdaa} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1508 | 2024.07.15 19:55:04.041143 [ 3 ] {28ab7abc-77e0-47cd-889a-0151e6c7fdaa} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001745 sec., 29799.42693409742 rows/sec., 2.26 MiB/sec. | ||
1509 | 2024.07.15 19:55:04.041343 [ 3 ] {28ab7abc-77e0-47cd-889a-0151e6c7fdaa} <Debug> DynamicQueryHandler: Done processing query | ||
1510 | 2024.07.15 19:55:04.041370 [ 3 ] {28ab7abc-77e0-47cd-889a-0151e6c7fdaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1511 | 2024.07.15 19:55:04.041387 [ 3 ] {} <Debug> HTTP-Session: b182b189-8599-4b5e-a7a1-54d96fa03840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1512 | 2024.07.15 19:55:04.041548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1513 | 2024.07.15 19:55:04.041598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1514 | 2024.07.15 19:55:04.041617 [ 3 ] {} <Debug> HTTP-Session: 816083fb-7e5d-444a-a307-93150225ee12 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1515 | 2024.07.15 19:55:04.041634 [ 3 ] {} <Debug> HTTP-Session: 816083fb-7e5d-444a-a307-93150225ee12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1516 | 2024.07.15 19:55:04.041648 [ 3 ] {} <Debug> HTTP-Session: 816083fb-7e5d-444a-a307-93150225ee12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1517 | 2024.07.15 19:55:04.041679 [ 3 ] {} <Trace> HTTP-Session: 816083fb-7e5d-444a-a307-93150225ee12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1518 | 2024.07.15 19:55:04.041794 [ 3 ] {b93677ca-6f52-4185-a9fe-ff87d91e6aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1519 | 2024.07.15 19:55:04.041838 [ 3 ] {b93677ca-6f52-4185-a9fe-ff87d91e6aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1520 | 2024.07.15 19:55:04.041966 [ 3 ] {b93677ca-6f52-4185-a9fe-ff87d91e6aa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1521 | 2024.07.15 19:55:04.042330 [ 3 ] {b93677ca-6f52-4185-a9fe-ff87d91e6aa6} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1522 | 2024.07.15 19:55:04.042367 [ 3 ] {b93677ca-6f52-4185-a9fe-ff87d91e6aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1523 | 2024.07.15 19:55:04.042681 [ 3 ] {b93677ca-6f52-4185-a9fe-ff87d91e6aa6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1524 | 2024.07.15 19:55:04.042991 [ 3 ] {b93677ca-6f52-4185-a9fe-ff87d91e6aa6} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1525 | 2024.07.15 19:55:04.043147 [ 3 ] {b93677ca-6f52-4185-a9fe-ff87d91e6aa6} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001379 sec., 40609.137055837564 rows/sec., 3.17 MiB/sec. | ||
1526 | 2024.07.15 19:55:04.043313 [ 3 ] {b93677ca-6f52-4185-a9fe-ff87d91e6aa6} <Debug> DynamicQueryHandler: Done processing query | ||
1527 | 2024.07.15 19:55:04.043338 [ 3 ] {b93677ca-6f52-4185-a9fe-ff87d91e6aa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1528 | 2024.07.15 19:55:04.043355 [ 3 ] {} <Debug> HTTP-Session: 816083fb-7e5d-444a-a307-93150225ee12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1529 | 2024.07.15 19:55:04.043725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1530 | 2024.07.15 19:55:04.043782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1531 | 2024.07.15 19:55:04.043802 [ 3 ] {} <Debug> HTTP-Session: f9aa630d-9a57-4675-9cb6-93b6476cf9a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1532 | 2024.07.15 19:55:04.043820 [ 3 ] {} <Debug> HTTP-Session: f9aa630d-9a57-4675-9cb6-93b6476cf9a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1533 | 2024.07.15 19:55:04.043836 [ 3 ] {} <Debug> HTTP-Session: f9aa630d-9a57-4675-9cb6-93b6476cf9a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1534 | 2024.07.15 19:55:04.043868 [ 3 ] {} <Trace> HTTP-Session: f9aa630d-9a57-4675-9cb6-93b6476cf9a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1535 | 2024.07.15 19:55:04.044016 [ 3 ] {8afc073b-3402-4a25-b4ff-1aa7c6576f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1536 | 2024.07.15 19:55:04.044062 [ 3 ] {8afc073b-3402-4a25-b4ff-1aa7c6576f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1537 | 2024.07.15 19:55:04.044207 [ 3 ] {8afc073b-3402-4a25-b4ff-1aa7c6576f66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1538 | 2024.07.15 19:55:04.044619 [ 3 ] {8afc073b-3402-4a25-b4ff-1aa7c6576f66} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1539 | 2024.07.15 19:55:04.044655 [ 3 ] {8afc073b-3402-4a25-b4ff-1aa7c6576f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1540 | 2024.07.15 19:55:04.045056 [ 3 ] {8afc073b-3402-4a25-b4ff-1aa7c6576f66} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1541 | 2024.07.15 19:55:04.045405 [ 3 ] {8afc073b-3402-4a25-b4ff-1aa7c6576f66} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1542 | 2024.07.15 19:55:04.045556 [ 3 ] {8afc073b-3402-4a25-b4ff-1aa7c6576f66} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001596 sec., 93984.96240601504 rows/sec., 6.52 MiB/sec. | ||
1543 | 2024.07.15 19:55:04.045735 [ 3 ] {8afc073b-3402-4a25-b4ff-1aa7c6576f66} <Debug> DynamicQueryHandler: Done processing query | ||
1544 | 2024.07.15 19:55:04.045759 [ 3 ] {8afc073b-3402-4a25-b4ff-1aa7c6576f66} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1545 | 2024.07.15 19:55:04.045775 [ 3 ] {} <Debug> HTTP-Session: f9aa630d-9a57-4675-9cb6-93b6476cf9a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1546 | 2024.07.15 19:55:04.045930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1547 | 2024.07.15 19:55:04.045979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1548 | 2024.07.15 19:55:04.045998 [ 3 ] {} <Debug> HTTP-Session: 2059f898-42ad-4a3a-bb00-2dfd0d0884b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1549 | 2024.07.15 19:55:04.046014 [ 3 ] {} <Debug> HTTP-Session: 2059f898-42ad-4a3a-bb00-2dfd0d0884b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1550 | 2024.07.15 19:55:04.046028 [ 3 ] {} <Debug> HTTP-Session: 2059f898-42ad-4a3a-bb00-2dfd0d0884b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1551 | 2024.07.15 19:55:04.046059 [ 3 ] {} <Trace> HTTP-Session: 2059f898-42ad-4a3a-bb00-2dfd0d0884b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1552 | 2024.07.15 19:55:04.046174 [ 3 ] {c37ec3a5-7b31-43b6-b367-aa2c76c6bf79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1553 | 2024.07.15 19:55:04.046218 [ 3 ] {c37ec3a5-7b31-43b6-b367-aa2c76c6bf79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1554 | 2024.07.15 19:55:04.046345 [ 3 ] {c37ec3a5-7b31-43b6-b367-aa2c76c6bf79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1555 | 2024.07.15 19:55:04.046705 [ 3 ] {c37ec3a5-7b31-43b6-b367-aa2c76c6bf79} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1556 | 2024.07.15 19:55:04.046742 [ 3 ] {c37ec3a5-7b31-43b6-b367-aa2c76c6bf79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1557 | 2024.07.15 19:55:04.047097 [ 3 ] {c37ec3a5-7b31-43b6-b367-aa2c76c6bf79} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1558 | 2024.07.15 19:55:04.047422 [ 3 ] {c37ec3a5-7b31-43b6-b367-aa2c76c6bf79} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1559 | 2024.07.15 19:55:04.047581 [ 3 ] {c37ec3a5-7b31-43b6-b367-aa2c76c6bf79} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001439 sec., 34746.35163307853 rows/sec., 2.38 MiB/sec. | ||
1560 | 2024.07.15 19:55:04.047849 [ 3 ] {c37ec3a5-7b31-43b6-b367-aa2c76c6bf79} <Debug> DynamicQueryHandler: Done processing query | ||
1561 | 2024.07.15 19:55:04.047874 [ 3 ] {c37ec3a5-7b31-43b6-b367-aa2c76c6bf79} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1562 | 2024.07.15 19:55:04.047891 [ 3 ] {} <Debug> HTTP-Session: 2059f898-42ad-4a3a-bb00-2dfd0d0884b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1563 | 2024.07.15 19:55:06.448054 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1564 | 2024.07.15 19:55:06.448133 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1565 | 2024.07.15 19:55:09.040533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1566 | 2024.07.15 19:55:09.040643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1567 | 2024.07.15 19:55:09.040668 [ 3 ] {} <Debug> HTTP-Session: 8bd81f4f-7ef5-46ce-80ba-57e1d89f4870 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1568 | 2024.07.15 19:55:09.040693 [ 3 ] {} <Debug> HTTP-Session: 8bd81f4f-7ef5-46ce-80ba-57e1d89f4870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1569 | 2024.07.15 19:55:09.040708 [ 3 ] {} <Debug> HTTP-Session: 8bd81f4f-7ef5-46ce-80ba-57e1d89f4870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1570 | 2024.07.15 19:55:09.040757 [ 3 ] {} <Trace> HTTP-Session: 8bd81f4f-7ef5-46ce-80ba-57e1d89f4870 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1571 | 2024.07.15 19:55:09.040944 [ 3 ] {fb6f42f6-d58e-43ab-81d3-e2ad31fd6e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1572 | 2024.07.15 19:55:09.041015 [ 3 ] {fb6f42f6-d58e-43ab-81d3-e2ad31fd6e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1573 | 2024.07.15 19:55:09.041209 [ 3 ] {fb6f42f6-d58e-43ab-81d3-e2ad31fd6e01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1574 | 2024.07.15 19:55:09.041659 [ 3 ] {fb6f42f6-d58e-43ab-81d3-e2ad31fd6e01} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1575 | 2024.07.15 19:55:09.041701 [ 3 ] {fb6f42f6-d58e-43ab-81d3-e2ad31fd6e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1576 | 2024.07.15 19:55:09.042064 [ 3 ] {fb6f42f6-d58e-43ab-81d3-e2ad31fd6e01} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1577 | 2024.07.15 19:55:09.042399 [ 3 ] {fb6f42f6-d58e-43ab-81d3-e2ad31fd6e01} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1578 | 2024.07.15 19:55:09.042550 [ 3 ] {fb6f42f6-d58e-43ab-81d3-e2ad31fd6e01} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001658 sec., 14475.271411338963 rows/sec., 1.15 MiB/sec. | ||
1579 | 2024.07.15 19:55:09.042768 [ 3 ] {fb6f42f6-d58e-43ab-81d3-e2ad31fd6e01} <Debug> DynamicQueryHandler: Done processing query | ||
1580 | 2024.07.15 19:55:09.042796 [ 3 ] {fb6f42f6-d58e-43ab-81d3-e2ad31fd6e01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1581 | 2024.07.15 19:55:09.042814 [ 3 ] {} <Debug> HTTP-Session: 8bd81f4f-7ef5-46ce-80ba-57e1d89f4870 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1582 | 2024.07.15 19:55:09.043018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1583 | 2024.07.15 19:55:09.043067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1584 | 2024.07.15 19:55:09.043087 [ 3 ] {} <Debug> HTTP-Session: c43c8706-adf0-4fe9-9f6e-00dda1928d67 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1585 | 2024.07.15 19:55:09.043104 [ 3 ] {} <Debug> HTTP-Session: c43c8706-adf0-4fe9-9f6e-00dda1928d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1586 | 2024.07.15 19:55:09.043118 [ 3 ] {} <Debug> HTTP-Session: c43c8706-adf0-4fe9-9f6e-00dda1928d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1587 | 2024.07.15 19:55:09.043150 [ 3 ] {} <Trace> HTTP-Session: c43c8706-adf0-4fe9-9f6e-00dda1928d67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1588 | 2024.07.15 19:55:09.043285 [ 3 ] {aacacd87-f516-4c55-85d2-b6a29f2968f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1589 | 2024.07.15 19:55:09.043328 [ 3 ] {aacacd87-f516-4c55-85d2-b6a29f2968f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1590 | 2024.07.15 19:55:09.043455 [ 3 ] {aacacd87-f516-4c55-85d2-b6a29f2968f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1591 | 2024.07.15 19:55:09.043882 [ 3 ] {aacacd87-f516-4c55-85d2-b6a29f2968f1} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1592 | 2024.07.15 19:55:09.043919 [ 3 ] {aacacd87-f516-4c55-85d2-b6a29f2968f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1593 | 2024.07.15 19:55:09.044240 [ 3 ] {aacacd87-f516-4c55-85d2-b6a29f2968f1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1594 | 2024.07.15 19:55:09.044559 [ 3 ] {aacacd87-f516-4c55-85d2-b6a29f2968f1} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1595 | 2024.07.15 19:55:09.044705 [ 3 ] {aacacd87-f516-4c55-85d2-b6a29f2968f1} <Debug> executeQuery: Read 124 rows, 10.55 KiB in 0.001468 sec., 84468.66485013625 rows/sec., 7.02 MiB/sec. | ||
1596 | 2024.07.15 19:55:09.044717 [ 86 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1597 | 2024.07.15 19:55:09.044820 [ 86 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1598 | 2024.07.15 19:55:09.044860 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1599 | 2024.07.15 19:55:09.044940 [ 3 ] {aacacd87-f516-4c55-85d2-b6a29f2968f1} <Debug> DynamicQueryHandler: Done processing query | ||
1600 | 2024.07.15 19:55:09.044984 [ 3 ] {aacacd87-f516-4c55-85d2-b6a29f2968f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1601 | 2024.07.15 19:55:09.045006 [ 3 ] {} <Debug> HTTP-Session: c43c8706-adf0-4fe9-9f6e-00dda1928d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1602 | 2024.07.15 19:55:09.045169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1603 | 2024.07.15 19:55:09.045218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1604 | 2024.07.15 19:55:09.045237 [ 3 ] {} <Debug> HTTP-Session: 33b43d79-6f99-41d0-ae98-6d9a2f2872ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1605 | 2024.07.15 19:55:09.045253 [ 3 ] {} <Debug> HTTP-Session: 33b43d79-6f99-41d0-ae98-6d9a2f2872ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1606 | 2024.07.15 19:55:09.045266 [ 3 ] {} <Debug> HTTP-Session: 33b43d79-6f99-41d0-ae98-6d9a2f2872ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1607 | 2024.07.15 19:55:09.045297 [ 3 ] {} <Trace> HTTP-Session: 33b43d79-6f99-41d0-ae98-6d9a2f2872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1608 | 2024.07.15 19:55:09.045416 [ 3 ] {890dfcad-8e4d-4278-a464-ab075cafbff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1609 | 2024.07.15 19:55:09.045460 [ 3 ] {890dfcad-8e4d-4278-a464-ab075cafbff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1610 | 2024.07.15 19:55:09.045601 [ 3 ] {890dfcad-8e4d-4278-a464-ab075cafbff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1611 | 2024.07.15 19:55:09.045960 [ 3 ] {890dfcad-8e4d-4278-a464-ab075cafbff1} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1612 | 2024.07.15 19:55:09.045997 [ 3 ] {890dfcad-8e4d-4278-a464-ab075cafbff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1613 | 2024.07.15 19:55:09.046300 [ 3 ] {890dfcad-8e4d-4278-a464-ab075cafbff1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1614 | 2024.07.15 19:55:09.046627 [ 3 ] {890dfcad-8e4d-4278-a464-ab075cafbff1} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1615 | 2024.07.15 19:55:09.046773 [ 3 ] {890dfcad-8e4d-4278-a464-ab075cafbff1} <Debug> executeQuery: Read 80 rows, 6.39 KiB in 0.001389 sec., 57595.39236861051 rows/sec., 4.50 MiB/sec. | ||
1616 | 2024.07.15 19:55:09.046776 [ 86 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1617 | 2024.07.15 19:55:09.046865 [ 86 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1618 | 2024.07.15 19:55:09.046922 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1619 | 2024.07.15 19:55:09.047032 [ 3 ] {890dfcad-8e4d-4278-a464-ab075cafbff1} <Debug> DynamicQueryHandler: Done processing query | ||
1620 | 2024.07.15 19:55:09.047064 [ 3 ] {890dfcad-8e4d-4278-a464-ab075cafbff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1621 | 2024.07.15 19:55:09.047109 [ 3 ] {} <Debug> HTTP-Session: 33b43d79-6f99-41d0-ae98-6d9a2f2872ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1622 | 2024.07.15 19:55:09.047323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1623 | 2024.07.15 19:55:09.047375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1624 | 2024.07.15 19:55:09.047394 [ 3 ] {} <Debug> HTTP-Session: 185075a0-6ea2-4e71-808d-385111ed85d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1625 | 2024.07.15 19:55:09.047412 [ 3 ] {} <Debug> HTTP-Session: 185075a0-6ea2-4e71-808d-385111ed85d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1626 | 2024.07.15 19:55:09.047426 [ 3 ] {} <Debug> HTTP-Session: 185075a0-6ea2-4e71-808d-385111ed85d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1627 | 2024.07.15 19:55:09.047458 [ 3 ] {} <Trace> HTTP-Session: 185075a0-6ea2-4e71-808d-385111ed85d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1628 | 2024.07.15 19:55:09.047604 [ 3 ] {0d9a4352-bfa1-4f59-8301-edc917586fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1629 | 2024.07.15 19:55:09.047651 [ 3 ] {0d9a4352-bfa1-4f59-8301-edc917586fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1630 | 2024.07.15 19:55:09.047814 [ 3 ] {0d9a4352-bfa1-4f59-8301-edc917586fa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1631 | 2024.07.15 19:55:09.048216 [ 3 ] {0d9a4352-bfa1-4f59-8301-edc917586fa0} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1632 | 2024.07.15 19:55:09.048252 [ 3 ] {0d9a4352-bfa1-4f59-8301-edc917586fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1633 | 2024.07.15 19:55:09.048637 [ 3 ] {0d9a4352-bfa1-4f59-8301-edc917586fa0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1634 | 2024.07.15 19:55:09.049069 [ 3 ] {0d9a4352-bfa1-4f59-8301-edc917586fa0} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1635 | 2024.07.15 19:55:09.049226 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1636 | 2024.07.15 19:55:09.049234 [ 3 ] {0d9a4352-bfa1-4f59-8301-edc917586fa0} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001683 sec., 89126.559714795 rows/sec., 6.18 MiB/sec. | ||
1637 | 2024.07.15 19:55:09.049286 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1638 | 2024.07.15 19:55:09.049354 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1639 | 2024.07.15 19:55:09.049579 [ 3 ] {0d9a4352-bfa1-4f59-8301-edc917586fa0} <Debug> DynamicQueryHandler: Done processing query | ||
1640 | 2024.07.15 19:55:09.049613 [ 3 ] {0d9a4352-bfa1-4f59-8301-edc917586fa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1641 | 2024.07.15 19:55:09.049630 [ 3 ] {} <Debug> HTTP-Session: 185075a0-6ea2-4e71-808d-385111ed85d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1642 | 2024.07.15 19:55:09.049813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1643 | 2024.07.15 19:55:09.049862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1644 | 2024.07.15 19:55:09.049881 [ 3 ] {} <Debug> HTTP-Session: 15392222-423d-4fea-b65d-a184b6b644b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1645 | 2024.07.15 19:55:09.049897 [ 3 ] {} <Debug> HTTP-Session: 15392222-423d-4fea-b65d-a184b6b644b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1646 | 2024.07.15 19:55:09.049911 [ 3 ] {} <Debug> HTTP-Session: 15392222-423d-4fea-b65d-a184b6b644b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1647 | 2024.07.15 19:55:09.049942 [ 3 ] {} <Trace> HTTP-Session: 15392222-423d-4fea-b65d-a184b6b644b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1648 | 2024.07.15 19:55:09.050287 [ 3 ] {20e0cf5d-3ad2-4000-8159-7926e9bb296d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1649 | 2024.07.15 19:55:09.050362 [ 3 ] {20e0cf5d-3ad2-4000-8159-7926e9bb296d} <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 | ||
1650 | 2024.07.15 19:55:09.050783 [ 3 ] {20e0cf5d-3ad2-4000-8159-7926e9bb296d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1651 | 2024.07.15 19:55:09.051021 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
1652 | 2024.07.15 19:55:09.051042 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
1653 | 2024.07.15 19:55:09.051048 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
1654 | 2024.07.15 19:55:09.051754 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1655 | 2024.07.15 19:55:09.051942 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1656 | 2024.07.15 19:55:09.051965 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
1657 | 2024.07.15 19:55:09.052130 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
1658 | 2024.07.15 19:55:09.052592 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 62 rows starting from the beginning of the part | ||
1659 | 2024.07.15 19:55:09.053036 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 47 rows starting from the beginning of the part | ||
1660 | 2024.07.15 19:55:09.053343 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
1661 | 2024.07.15 19:55:09.053728 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
1662 | 2024.07.15 19:55:09.054005 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 124 rows starting from the beginning of the part | ||
1663 | 2024.07.15 19:55:09.054538 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 85 rows starting from the beginning of the part | ||
1664 | 2024.07.15 19:55:09.054735 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
1665 | 2024.07.15 19:55:09.055355 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
1666 | 2024.07.15 19:55:09.055387 [ 3 ] {20e0cf5d-3ad2-4000-8159-7926e9bb296d} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1667 | 2024.07.15 19:55:09.055482 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 124 rows starting from the beginning of the part | ||
1668 | 2024.07.15 19:55:09.055582 [ 3 ] {20e0cf5d-3ad2-4000-8159-7926e9bb296d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1669 | 2024.07.15 19:55:09.056103 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 80 rows starting from the beginning of the part | ||
1670 | 2024.07.15 19:55:09.057803 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1671 | 2024.07.15 19:55:09.058068 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part | ||
1672 | 2024.07.15 19:55:09.059764 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
1673 | 2024.07.15 19:55:09.060425 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part | ||
1674 | 2024.07.15 19:55:09.061020 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part | ||
1675 | 2024.07.15 19:55:09.061881 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part | ||
1676 | 2024.07.15 19:55:09.062438 [ 3 ] {20e0cf5d-3ad2-4000-8159-7926e9bb296d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1677 | 2024.07.15 19:55:09.064026 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part | ||
1678 | 2024.07.15 19:55:09.064349 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 4 columns (4 merged, 0 gathered) in 0.019375905 sec., 22708.616707193807 rows/sec., 1.84 MiB/sec. | ||
1679 | 2024.07.15 19:55:09.064708 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1680 | 2024.07.15 19:55:09.066571 [ 3 ] {20e0cf5d-3ad2-4000-8159-7926e9bb296d} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1681 | 2024.07.15 19:55:09.066879 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 4 columns (4 merged, 0 gathered) in 0.017950886 sec., 19609.05996506245 rows/sec., 1.53 MiB/sec. | ||
1682 | 2024.07.15 19:55:09.067257 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_6_1} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1683 | 2024.07.15 19:55:09.067408 [ 3 ] {20e0cf5d-3ad2-4000-8159-7926e9bb296d} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.017356 sec., 1382.807098409772 rows/sec., 2.48 MiB/sec. | ||
1684 | 2024.07.15 19:55:09.067599 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_6_1} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1685 | 2024.07.15 19:55:09.067846 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1686 | 2024.07.15 19:55:09.067879 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
1687 | 2024.07.15 19:55:09.068702 [ 3 ] {20e0cf5d-3ad2-4000-8159-7926e9bb296d} <Debug> DynamicQueryHandler: Done processing query | ||
1688 | 2024.07.15 19:55:09.068795 [ 3 ] {20e0cf5d-3ad2-4000-8159-7926e9bb296d} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1689 | 2024.07.15 19:55:09.068855 [ 3 ] {} <Debug> HTTP-Session: 15392222-423d-4fea-b65d-a184b6b644b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1690 | 2024.07.15 19:55:09.069161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1691 | 2024.07.15 19:55:09.069292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1692 | 2024.07.15 19:55:09.069388 [ 3 ] {} <Debug> HTTP-Session: d00f55ad-5fd9-41d8-b649-c3795afa2480 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1693 | 2024.07.15 19:55:09.069427 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_6_1} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1694 | 2024.07.15 19:55:09.069457 [ 3 ] {} <Debug> HTTP-Session: d00f55ad-5fd9-41d8-b649-c3795afa2480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1695 | 2024.07.15 19:55:09.069516 [ 3 ] {} <Debug> HTTP-Session: d00f55ad-5fd9-41d8-b649-c3795afa2480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1696 | 2024.07.15 19:55:09.069659 [ 3 ] {} <Trace> HTTP-Session: d00f55ad-5fd9-41d8-b649-c3795afa2480 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1697 | 2024.07.15 19:55:09.069753 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_6_1} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1698 | 2024.07.15 19:55:09.070033 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1699 | 2024.07.15 19:55:09.070075 [ 3 ] {c888a81c-8d5e-4965-bf81-be33f6a3cac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1700 | 2024.07.15 19:55:09.070203 [ 3 ] {c888a81c-8d5e-4965-bf81-be33f6a3cac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1701 | 2024.07.15 19:55:09.070946 [ 3 ] {c888a81c-8d5e-4965-bf81-be33f6a3cac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1702 | 2024.07.15 19:55:09.073940 [ 3 ] {c888a81c-8d5e-4965-bf81-be33f6a3cac5} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1703 | 2024.07.15 19:55:09.073954 [ 187 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 5 columns (5 merged, 0 gathered) in 0.024471906 sec., 29421.492547413345 rows/sec., 2.04 MiB/sec. | ||
1704 | 2024.07.15 19:55:09.073979 [ 3 ] {c888a81c-8d5e-4965-bf81-be33f6a3cac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1705 | 2024.07.15 19:55:09.074203 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1706 | 2024.07.15 19:55:09.074716 [ 3 ] {c888a81c-8d5e-4965-bf81-be33f6a3cac5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1707 | 2024.07.15 19:55:09.075083 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1708 | 2024.07.15 19:55:09.075251 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1709 | 2024.07.15 19:55:09.075428 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
1710 | 2024.07.15 19:55:09.075475 [ 3 ] {c888a81c-8d5e-4965-bf81-be33f6a3cac5} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1711 | 2024.07.15 19:55:09.075663 [ 86 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1712 | 2024.07.15 19:55:09.075667 [ 3 ] {c888a81c-8d5e-4965-bf81-be33f6a3cac5} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005778 sec., 8653.513326410522 rows/sec., 607.61 KiB/sec. | ||
1713 | 2024.07.15 19:55:09.075713 [ 86 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1714 | 2024.07.15 19:55:09.075787 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
1715 | 2024.07.15 19:55:09.075955 [ 187 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
1716 | 2024.07.15 19:55:09.076002 [ 3 ] {c888a81c-8d5e-4965-bf81-be33f6a3cac5} <Debug> DynamicQueryHandler: Done processing query | ||
1717 | 2024.07.15 19:55:09.076039 [ 3 ] {c888a81c-8d5e-4965-bf81-be33f6a3cac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1718 | 2024.07.15 19:55:09.076068 [ 3 ] {} <Debug> HTTP-Session: d00f55ad-5fd9-41d8-b649-c3795afa2480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1719 | 2024.07.15 19:55:09.076108 [ 187 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1720 | 2024.07.15 19:55:09.076141 [ 187 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
1721 | 2024.07.15 19:55:09.076206 [ 187 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
1722 | 2024.07.15 19:55:09.076393 [ 187 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 34 rows starting from the beginning of the part | ||
1723 | 2024.07.15 19:55:09.076581 [ 187 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
1724 | 2024.07.15 19:55:09.076785 [ 187 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
1725 | 2024.07.15 19:55:09.076959 [ 187 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
1726 | 2024.07.15 19:55:09.078090 [ 186 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 232 rows, containing 4 columns (4 merged, 0 gathered) in 0.002203193 sec., 105301.71437545418 rows/sec., 7.22 MiB/sec. | ||
1727 | 2024.07.15 19:55:09.078266 [ 196 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1728 | 2024.07.15 19:55:09.078711 [ 196 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_6_1} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1729 | 2024.07.15 19:55:09.078798 [ 196 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_6_1} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1730 | 2024.07.15 19:55:09.078894 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1731 | 2024.07.15 19:55:14.039405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1732 | 2024.07.15 19:55:14.039535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1733 | 2024.07.15 19:55:14.039561 [ 3 ] {} <Debug> HTTP-Session: d2d3e9c0-206c-482b-aecf-19df6778842d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1734 | 2024.07.15 19:55:14.039586 [ 3 ] {} <Debug> HTTP-Session: d2d3e9c0-206c-482b-aecf-19df6778842d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1735 | 2024.07.15 19:55:14.039601 [ 3 ] {} <Debug> HTTP-Session: d2d3e9c0-206c-482b-aecf-19df6778842d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1736 | 2024.07.15 19:55:14.039651 [ 3 ] {} <Trace> HTTP-Session: d2d3e9c0-206c-482b-aecf-19df6778842d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1737 | 2024.07.15 19:55:14.039856 [ 3 ] {51d6c883-4224-42ba-9bc5-4976b60dda4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1738 | 2024.07.15 19:55:14.039936 [ 3 ] {51d6c883-4224-42ba-9bc5-4976b60dda4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1739 | 2024.07.15 19:55:14.040158 [ 3 ] {51d6c883-4224-42ba-9bc5-4976b60dda4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1740 | 2024.07.15 19:55:14.040674 [ 3 ] {51d6c883-4224-42ba-9bc5-4976b60dda4c} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1741 | 2024.07.15 19:55:14.040716 [ 3 ] {51d6c883-4224-42ba-9bc5-4976b60dda4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1742 | 2024.07.15 19:55:14.041092 [ 3 ] {51d6c883-4224-42ba-9bc5-4976b60dda4c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1743 | 2024.07.15 19:55:14.041436 [ 3 ] {51d6c883-4224-42ba-9bc5-4976b60dda4c} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1744 | 2024.07.15 19:55:14.041583 [ 3 ] {51d6c883-4224-42ba-9bc5-4976b60dda4c} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001794 sec., 28985.507246376812 rows/sec., 2.20 MiB/sec. | ||
1745 | 2024.07.15 19:55:14.041805 [ 3 ] {51d6c883-4224-42ba-9bc5-4976b60dda4c} <Debug> DynamicQueryHandler: Done processing query | ||
1746 | 2024.07.15 19:55:14.041832 [ 3 ] {51d6c883-4224-42ba-9bc5-4976b60dda4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1747 | 2024.07.15 19:55:14.041849 [ 3 ] {} <Debug> HTTP-Session: d2d3e9c0-206c-482b-aecf-19df6778842d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1748 | 2024.07.15 19:55:14.042016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1749 | 2024.07.15 19:55:14.042065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1750 | 2024.07.15 19:55:14.042085 [ 3 ] {} <Debug> HTTP-Session: 58ea95e9-4378-40ca-b154-bdba7a036b0f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1751 | 2024.07.15 19:55:14.042101 [ 3 ] {} <Debug> HTTP-Session: 58ea95e9-4378-40ca-b154-bdba7a036b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1752 | 2024.07.15 19:55:14.042116 [ 3 ] {} <Debug> HTTP-Session: 58ea95e9-4378-40ca-b154-bdba7a036b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1753 | 2024.07.15 19:55:14.042148 [ 3 ] {} <Trace> HTTP-Session: 58ea95e9-4378-40ca-b154-bdba7a036b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1754 | 2024.07.15 19:55:14.042267 [ 3 ] {e525f54b-826b-4dc8-b73b-706bd542e16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1755 | 2024.07.15 19:55:14.042312 [ 3 ] {e525f54b-826b-4dc8-b73b-706bd542e16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1756 | 2024.07.15 19:55:14.042441 [ 3 ] {e525f54b-826b-4dc8-b73b-706bd542e16c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1757 | 2024.07.15 19:55:14.042808 [ 3 ] {e525f54b-826b-4dc8-b73b-706bd542e16c} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1758 | 2024.07.15 19:55:14.042843 [ 3 ] {e525f54b-826b-4dc8-b73b-706bd542e16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1759 | 2024.07.15 19:55:14.043160 [ 3 ] {e525f54b-826b-4dc8-b73b-706bd542e16c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1760 | 2024.07.15 19:55:14.043474 [ 3 ] {e525f54b-826b-4dc8-b73b-706bd542e16c} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1761 | 2024.07.15 19:55:14.043636 [ 3 ] {e525f54b-826b-4dc8-b73b-706bd542e16c} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001402 sec., 39942.93865905848 rows/sec., 3.12 MiB/sec. | ||
1762 | 2024.07.15 19:55:14.043807 [ 3 ] {e525f54b-826b-4dc8-b73b-706bd542e16c} <Debug> DynamicQueryHandler: Done processing query | ||
1763 | 2024.07.15 19:55:14.043831 [ 3 ] {e525f54b-826b-4dc8-b73b-706bd542e16c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1764 | 2024.07.15 19:55:14.043848 [ 3 ] {} <Debug> HTTP-Session: 58ea95e9-4378-40ca-b154-bdba7a036b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1765 | 2024.07.15 19:55:14.044060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1766 | 2024.07.15 19:55:14.044110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1767 | 2024.07.15 19:55:14.044129 [ 3 ] {} <Debug> HTTP-Session: 383531ac-b67e-4305-be4f-af326fb1576f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1768 | 2024.07.15 19:55:14.044146 [ 3 ] {} <Debug> HTTP-Session: 383531ac-b67e-4305-be4f-af326fb1576f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1769 | 2024.07.15 19:55:14.044160 [ 3 ] {} <Debug> HTTP-Session: 383531ac-b67e-4305-be4f-af326fb1576f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1770 | 2024.07.15 19:55:14.044191 [ 3 ] {} <Trace> HTTP-Session: 383531ac-b67e-4305-be4f-af326fb1576f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1771 | 2024.07.15 19:55:14.044334 [ 3 ] {3e6b6bc8-9442-4c84-a9c6-280438f6cf91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1772 | 2024.07.15 19:55:14.044381 [ 3 ] {3e6b6bc8-9442-4c84-a9c6-280438f6cf91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1773 | 2024.07.15 19:55:14.044526 [ 3 ] {3e6b6bc8-9442-4c84-a9c6-280438f6cf91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1774 | 2024.07.15 19:55:14.044947 [ 3 ] {3e6b6bc8-9442-4c84-a9c6-280438f6cf91} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1775 | 2024.07.15 19:55:14.044983 [ 3 ] {3e6b6bc8-9442-4c84-a9c6-280438f6cf91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1776 | 2024.07.15 19:55:14.045432 [ 3 ] {3e6b6bc8-9442-4c84-a9c6-280438f6cf91} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1777 | 2024.07.15 19:55:14.045798 [ 3 ] {3e6b6bc8-9442-4c84-a9c6-280438f6cf91} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1778 | 2024.07.15 19:55:14.045964 [ 3 ] {3e6b6bc8-9442-4c84-a9c6-280438f6cf91} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001688 sec., 88862.55924170616 rows/sec., 6.16 MiB/sec. | ||
1779 | 2024.07.15 19:55:14.046277 [ 3 ] {3e6b6bc8-9442-4c84-a9c6-280438f6cf91} <Debug> DynamicQueryHandler: Done processing query | ||
1780 | 2024.07.15 19:55:14.046303 [ 3 ] {3e6b6bc8-9442-4c84-a9c6-280438f6cf91} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1781 | 2024.07.15 19:55:14.046319 [ 3 ] {} <Debug> HTTP-Session: 383531ac-b67e-4305-be4f-af326fb1576f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.07.15 19:55:14.046454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1783 | 2024.07.15 19:55:14.046504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1784 | 2024.07.15 19:55:14.046524 [ 3 ] {} <Debug> HTTP-Session: 7db5ecfc-8ef5-45fc-841a-924f1a0d4fa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1785 | 2024.07.15 19:55:14.046541 [ 3 ] {} <Debug> HTTP-Session: 7db5ecfc-8ef5-45fc-841a-924f1a0d4fa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1786 | 2024.07.15 19:55:14.046555 [ 3 ] {} <Debug> HTTP-Session: 7db5ecfc-8ef5-45fc-841a-924f1a0d4fa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1787 | 2024.07.15 19:55:14.046586 [ 3 ] {} <Trace> HTTP-Session: 7db5ecfc-8ef5-45fc-841a-924f1a0d4fa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1788 | 2024.07.15 19:55:14.046709 [ 3 ] {6515a7ac-91eb-4d04-bbce-459bc2c0255c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1789 | 2024.07.15 19:55:14.046768 [ 3 ] {6515a7ac-91eb-4d04-bbce-459bc2c0255c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1790 | 2024.07.15 19:55:14.046916 [ 3 ] {6515a7ac-91eb-4d04-bbce-459bc2c0255c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1791 | 2024.07.15 19:55:14.047254 [ 3 ] {6515a7ac-91eb-4d04-bbce-459bc2c0255c} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1792 | 2024.07.15 19:55:14.047290 [ 3 ] {6515a7ac-91eb-4d04-bbce-459bc2c0255c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1793 | 2024.07.15 19:55:14.047666 [ 3 ] {6515a7ac-91eb-4d04-bbce-459bc2c0255c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1794 | 2024.07.15 19:55:14.048006 [ 3 ] {6515a7ac-91eb-4d04-bbce-459bc2c0255c} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1795 | 2024.07.15 19:55:14.048174 [ 3 ] {6515a7ac-91eb-4d04-bbce-459bc2c0255c} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001506 sec., 33200.531208499335 rows/sec., 2.28 MiB/sec. | ||
1796 | 2024.07.15 19:55:14.048370 [ 3 ] {6515a7ac-91eb-4d04-bbce-459bc2c0255c} <Debug> DynamicQueryHandler: Done processing query | ||
1797 | 2024.07.15 19:55:14.048408 [ 3 ] {6515a7ac-91eb-4d04-bbce-459bc2c0255c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1798 | 2024.07.15 19:55:14.048430 [ 3 ] {} <Debug> HTTP-Session: 7db5ecfc-8ef5-45fc-841a-924f1a0d4fa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1799 | 2024.07.15 19:55:19.041567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1800 | 2024.07.15 19:55:19.041708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1801 | 2024.07.15 19:55:19.041733 [ 3 ] {} <Debug> HTTP-Session: 698748a2-a4d0-4ea6-ad39-ea28b0132939 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1802 | 2024.07.15 19:55:19.041759 [ 3 ] {} <Debug> HTTP-Session: 698748a2-a4d0-4ea6-ad39-ea28b0132939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1803 | 2024.07.15 19:55:19.041774 [ 3 ] {} <Debug> HTTP-Session: 698748a2-a4d0-4ea6-ad39-ea28b0132939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1804 | 2024.07.15 19:55:19.041825 [ 3 ] {} <Trace> HTTP-Session: 698748a2-a4d0-4ea6-ad39-ea28b0132939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1805 | 2024.07.15 19:55:19.042010 [ 3 ] {39fee0cb-41e8-4dcd-8fac-7b0c1000d112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1806 | 2024.07.15 19:55:19.042077 [ 3 ] {39fee0cb-41e8-4dcd-8fac-7b0c1000d112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1807 | 2024.07.15 19:55:19.042296 [ 3 ] {39fee0cb-41e8-4dcd-8fac-7b0c1000d112} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1808 | 2024.07.15 19:55:19.042815 [ 3 ] {39fee0cb-41e8-4dcd-8fac-7b0c1000d112} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1809 | 2024.07.15 19:55:19.042864 [ 3 ] {39fee0cb-41e8-4dcd-8fac-7b0c1000d112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1810 | 2024.07.15 19:55:19.043244 [ 3 ] {39fee0cb-41e8-4dcd-8fac-7b0c1000d112} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1811 | 2024.07.15 19:55:19.043587 [ 3 ] {39fee0cb-41e8-4dcd-8fac-7b0c1000d112} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1812 | 2024.07.15 19:55:19.043764 [ 3 ] {39fee0cb-41e8-4dcd-8fac-7b0c1000d112} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001814 sec., 13230.429988974642 rows/sec., 1.05 MiB/sec. | ||
1813 | 2024.07.15 19:55:19.043971 [ 3 ] {39fee0cb-41e8-4dcd-8fac-7b0c1000d112} <Debug> DynamicQueryHandler: Done processing query | ||
1814 | 2024.07.15 19:55:19.044003 [ 3 ] {39fee0cb-41e8-4dcd-8fac-7b0c1000d112} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1815 | 2024.07.15 19:55:19.044020 [ 3 ] {} <Debug> HTTP-Session: 698748a2-a4d0-4ea6-ad39-ea28b0132939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1816 | 2024.07.15 19:55:19.044215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1817 | 2024.07.15 19:55:19.044265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1818 | 2024.07.15 19:55:19.044286 [ 3 ] {} <Debug> HTTP-Session: 570fc961-1e91-48f1-b4b0-e95a3662f8c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1819 | 2024.07.15 19:55:19.044303 [ 3 ] {} <Debug> HTTP-Session: 570fc961-1e91-48f1-b4b0-e95a3662f8c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1820 | 2024.07.15 19:55:19.044317 [ 3 ] {} <Debug> HTTP-Session: 570fc961-1e91-48f1-b4b0-e95a3662f8c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1821 | 2024.07.15 19:55:19.044348 [ 3 ] {} <Trace> HTTP-Session: 570fc961-1e91-48f1-b4b0-e95a3662f8c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1822 | 2024.07.15 19:55:19.044485 [ 3 ] {3e6bb60a-9faf-4594-94c8-59bcd035c4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1823 | 2024.07.15 19:55:19.044529 [ 3 ] {3e6bb60a-9faf-4594-94c8-59bcd035c4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1824 | 2024.07.15 19:55:19.044657 [ 3 ] {3e6bb60a-9faf-4594-94c8-59bcd035c4e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1825 | 2024.07.15 19:55:19.045090 [ 3 ] {3e6bb60a-9faf-4594-94c8-59bcd035c4e5} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1826 | 2024.07.15 19:55:19.045129 [ 3 ] {3e6bb60a-9faf-4594-94c8-59bcd035c4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1827 | 2024.07.15 19:55:19.045446 [ 3 ] {3e6bb60a-9faf-4594-94c8-59bcd035c4e5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1828 | 2024.07.15 19:55:19.045759 [ 3 ] {3e6bb60a-9faf-4594-94c8-59bcd035c4e5} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1829 | 2024.07.15 19:55:19.045925 [ 3 ] {3e6bb60a-9faf-4594-94c8-59bcd035c4e5} <Debug> executeQuery: Read 124 rows, 10.55 KiB in 0.001489 sec., 83277.36736064473 rows/sec., 6.92 MiB/sec. | ||
1830 | 2024.07.15 19:55:19.046119 [ 3 ] {3e6bb60a-9faf-4594-94c8-59bcd035c4e5} <Debug> DynamicQueryHandler: Done processing query | ||
1831 | 2024.07.15 19:55:19.046144 [ 3 ] {3e6bb60a-9faf-4594-94c8-59bcd035c4e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1832 | 2024.07.15 19:55:19.046160 [ 3 ] {} <Debug> HTTP-Session: 570fc961-1e91-48f1-b4b0-e95a3662f8c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1833 | 2024.07.15 19:55:19.046314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1834 | 2024.07.15 19:55:19.046361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1835 | 2024.07.15 19:55:19.046381 [ 3 ] {} <Debug> HTTP-Session: c3ece400-adf0-4a4a-81ca-fd44c7889980 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1836 | 2024.07.15 19:55:19.046397 [ 3 ] {} <Debug> HTTP-Session: c3ece400-adf0-4a4a-81ca-fd44c7889980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1837 | 2024.07.15 19:55:19.046411 [ 3 ] {} <Debug> HTTP-Session: c3ece400-adf0-4a4a-81ca-fd44c7889980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1838 | 2024.07.15 19:55:19.046443 [ 3 ] {} <Trace> HTTP-Session: c3ece400-adf0-4a4a-81ca-fd44c7889980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1839 | 2024.07.15 19:55:19.046565 [ 3 ] {aac2ce3a-3149-4e8e-8528-41824dfa86ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1840 | 2024.07.15 19:55:19.046608 [ 3 ] {aac2ce3a-3149-4e8e-8528-41824dfa86ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1841 | 2024.07.15 19:55:19.046733 [ 3 ] {aac2ce3a-3149-4e8e-8528-41824dfa86ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1842 | 2024.07.15 19:55:19.047092 [ 3 ] {aac2ce3a-3149-4e8e-8528-41824dfa86ff} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1843 | 2024.07.15 19:55:19.047129 [ 3 ] {aac2ce3a-3149-4e8e-8528-41824dfa86ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1844 | 2024.07.15 19:55:19.047438 [ 3 ] {aac2ce3a-3149-4e8e-8528-41824dfa86ff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1845 | 2024.07.15 19:55:19.047766 [ 3 ] {aac2ce3a-3149-4e8e-8528-41824dfa86ff} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1846 | 2024.07.15 19:55:19.047925 [ 3 ] {aac2ce3a-3149-4e8e-8528-41824dfa86ff} <Debug> executeQuery: Read 80 rows, 6.39 KiB in 0.001405 sec., 56939.50177935943 rows/sec., 4.44 MiB/sec. | ||
1847 | 2024.07.15 19:55:19.048092 [ 3 ] {aac2ce3a-3149-4e8e-8528-41824dfa86ff} <Debug> DynamicQueryHandler: Done processing query | ||
1848 | 2024.07.15 19:55:19.048121 [ 3 ] {aac2ce3a-3149-4e8e-8528-41824dfa86ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1849 | 2024.07.15 19:55:19.048137 [ 3 ] {} <Debug> HTTP-Session: c3ece400-adf0-4a4a-81ca-fd44c7889980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1850 | 2024.07.15 19:55:19.048331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1851 | 2024.07.15 19:55:19.048379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1852 | 2024.07.15 19:55:19.048400 [ 3 ] {} <Debug> HTTP-Session: 843b352e-7c66-4dfc-bb74-edccab6180a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1853 | 2024.07.15 19:55:19.048417 [ 3 ] {} <Debug> HTTP-Session: 843b352e-7c66-4dfc-bb74-edccab6180a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1854 | 2024.07.15 19:55:19.048431 [ 3 ] {} <Debug> HTTP-Session: 843b352e-7c66-4dfc-bb74-edccab6180a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1855 | 2024.07.15 19:55:19.048464 [ 3 ] {} <Trace> HTTP-Session: 843b352e-7c66-4dfc-bb74-edccab6180a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1856 | 2024.07.15 19:55:19.048610 [ 3 ] {bfad110d-0268-4673-a82f-457d8b0cba7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1857 | 2024.07.15 19:55:19.048657 [ 3 ] {bfad110d-0268-4673-a82f-457d8b0cba7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1858 | 2024.07.15 19:55:19.048805 [ 3 ] {bfad110d-0268-4673-a82f-457d8b0cba7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1859 | 2024.07.15 19:55:19.049221 [ 3 ] {bfad110d-0268-4673-a82f-457d8b0cba7a} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1860 | 2024.07.15 19:55:19.049258 [ 3 ] {bfad110d-0268-4673-a82f-457d8b0cba7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1861 | 2024.07.15 19:55:19.049641 [ 3 ] {bfad110d-0268-4673-a82f-457d8b0cba7a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1862 | 2024.07.15 19:55:19.049982 [ 3 ] {bfad110d-0268-4673-a82f-457d8b0cba7a} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1863 | 2024.07.15 19:55:19.050135 [ 3 ] {bfad110d-0268-4673-a82f-457d8b0cba7a} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001591 sec., 94280.32683846638 rows/sec., 6.54 MiB/sec. | ||
1864 | 2024.07.15 19:55:19.050307 [ 3 ] {bfad110d-0268-4673-a82f-457d8b0cba7a} <Debug> DynamicQueryHandler: Done processing query | ||
1865 | 2024.07.15 19:55:19.050332 [ 3 ] {bfad110d-0268-4673-a82f-457d8b0cba7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1866 | 2024.07.15 19:55:19.050349 [ 3 ] {} <Debug> HTTP-Session: 843b352e-7c66-4dfc-bb74-edccab6180a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1867 | 2024.07.15 19:55:19.050554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1868 | 2024.07.15 19:55:19.050602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1869 | 2024.07.15 19:55:19.050621 [ 3 ] {} <Debug> HTTP-Session: c136458d-7e64-4d3e-9977-a1dcb2ab63d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1870 | 2024.07.15 19:55:19.050639 [ 3 ] {} <Debug> HTTP-Session: c136458d-7e64-4d3e-9977-a1dcb2ab63d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1871 | 2024.07.15 19:55:19.050653 [ 3 ] {} <Debug> HTTP-Session: c136458d-7e64-4d3e-9977-a1dcb2ab63d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1872 | 2024.07.15 19:55:19.050684 [ 3 ] {} <Trace> HTTP-Session: c136458d-7e64-4d3e-9977-a1dcb2ab63d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1873 | 2024.07.15 19:55:19.050995 [ 3 ] {3f14e756-1999-4daa-b1c2-1cd19ba79487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1874 | 2024.07.15 19:55:19.051064 [ 3 ] {3f14e756-1999-4daa-b1c2-1cd19ba79487} <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 | ||
1875 | 2024.07.15 19:55:19.051477 [ 3 ] {3f14e756-1999-4daa-b1c2-1cd19ba79487} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1876 | 2024.07.15 19:55:19.052172 [ 3 ] {3f14e756-1999-4daa-b1c2-1cd19ba79487} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1877 | 2024.07.15 19:55:19.052209 [ 3 ] {3f14e756-1999-4daa-b1c2-1cd19ba79487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1878 | 2024.07.15 19:55:19.052853 [ 3 ] {3f14e756-1999-4daa-b1c2-1cd19ba79487} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1879 | 2024.07.15 19:55:19.053266 [ 3 ] {3f14e756-1999-4daa-b1c2-1cd19ba79487} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1880 | 2024.07.15 19:55:19.053457 [ 3 ] {3f14e756-1999-4daa-b1c2-1cd19ba79487} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00268 sec., 8955.223880597016 rows/sec., 16.05 MiB/sec. | ||
1881 | 2024.07.15 19:55:19.053733 [ 3 ] {3f14e756-1999-4daa-b1c2-1cd19ba79487} <Debug> DynamicQueryHandler: Done processing query | ||
1882 | 2024.07.15 19:55:19.053759 [ 3 ] {3f14e756-1999-4daa-b1c2-1cd19ba79487} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1883 | 2024.07.15 19:55:19.053775 [ 3 ] {} <Debug> HTTP-Session: c136458d-7e64-4d3e-9977-a1dcb2ab63d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1884 | 2024.07.15 19:55:19.053903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1885 | 2024.07.15 19:55:19.053951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1886 | 2024.07.15 19:55:19.053970 [ 3 ] {} <Debug> HTTP-Session: 5cdd3fce-34b0-4723-a235-33cd5754285d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1887 | 2024.07.15 19:55:19.053986 [ 3 ] {} <Debug> HTTP-Session: 5cdd3fce-34b0-4723-a235-33cd5754285d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1888 | 2024.07.15 19:55:19.054000 [ 3 ] {} <Debug> HTTP-Session: 5cdd3fce-34b0-4723-a235-33cd5754285d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1889 | 2024.07.15 19:55:19.054031 [ 3 ] {} <Trace> HTTP-Session: 5cdd3fce-34b0-4723-a235-33cd5754285d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1890 | 2024.07.15 19:55:19.054138 [ 3 ] {4e1e6329-d0ee-4143-959e-8b5ee1a500a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1891 | 2024.07.15 19:55:19.054182 [ 3 ] {4e1e6329-d0ee-4143-959e-8b5ee1a500a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1892 | 2024.07.15 19:55:19.054309 [ 3 ] {4e1e6329-d0ee-4143-959e-8b5ee1a500a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1893 | 2024.07.15 19:55:19.054615 [ 3 ] {4e1e6329-d0ee-4143-959e-8b5ee1a500a8} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1894 | 2024.07.15 19:55:19.054651 [ 3 ] {4e1e6329-d0ee-4143-959e-8b5ee1a500a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1895 | 2024.07.15 19:55:19.055009 [ 3 ] {4e1e6329-d0ee-4143-959e-8b5ee1a500a8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1896 | 2024.07.15 19:55:19.055329 [ 3 ] {4e1e6329-d0ee-4143-959e-8b5ee1a500a8} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1897 | 2024.07.15 19:55:19.055484 [ 3 ] {4e1e6329-d0ee-4143-959e-8b5ee1a500a8} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001377 sec., 36310.82062454612 rows/sec., 2.49 MiB/sec. | ||
1898 | 2024.07.15 19:55:19.055689 [ 3 ] {4e1e6329-d0ee-4143-959e-8b5ee1a500a8} <Debug> DynamicQueryHandler: Done processing query | ||
1899 | 2024.07.15 19:55:19.055713 [ 3 ] {4e1e6329-d0ee-4143-959e-8b5ee1a500a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1900 | 2024.07.15 19:55:19.055729 [ 3 ] {} <Debug> HTTP-Session: 5cdd3fce-34b0-4723-a235-33cd5754285d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1901 | 2024.07.15 19:55:21.448412 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1902 | 2024.07.15 19:55:21.448476 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1903 | 2024.07.15 19:55:24.039343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1904 | 2024.07.15 19:55:24.039453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1905 | 2024.07.15 19:55:24.039478 [ 3 ] {} <Debug> HTTP-Session: b9c78d9f-f155-49a7-b82b-469eeaa438f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1906 | 2024.07.15 19:55:24.039503 [ 3 ] {} <Debug> HTTP-Session: b9c78d9f-f155-49a7-b82b-469eeaa438f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1907 | 2024.07.15 19:55:24.039517 [ 3 ] {} <Debug> HTTP-Session: b9c78d9f-f155-49a7-b82b-469eeaa438f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1908 | 2024.07.15 19:55:24.039567 [ 3 ] {} <Trace> HTTP-Session: b9c78d9f-f155-49a7-b82b-469eeaa438f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1909 | 2024.07.15 19:55:24.039765 [ 3 ] {10174d03-2cde-4525-b017-3be91f287a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1910 | 2024.07.15 19:55:24.039831 [ 3 ] {10174d03-2cde-4525-b017-3be91f287a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1911 | 2024.07.15 19:55:24.040016 [ 3 ] {10174d03-2cde-4525-b017-3be91f287a24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1912 | 2024.07.15 19:55:24.040493 [ 3 ] {10174d03-2cde-4525-b017-3be91f287a24} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1913 | 2024.07.15 19:55:24.040535 [ 3 ] {10174d03-2cde-4525-b017-3be91f287a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1914 | 2024.07.15 19:55:24.040910 [ 3 ] {10174d03-2cde-4525-b017-3be91f287a24} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1915 | 2024.07.15 19:55:24.041249 [ 3 ] {10174d03-2cde-4525-b017-3be91f287a24} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1916 | 2024.07.15 19:55:24.041402 [ 3 ] {10174d03-2cde-4525-b017-3be91f287a24} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.0017 sec., 30588.23529411765 rows/sec., 2.32 MiB/sec. | ||
1917 | 2024.07.15 19:55:24.041890 [ 3 ] {10174d03-2cde-4525-b017-3be91f287a24} <Debug> DynamicQueryHandler: Done processing query | ||
1918 | 2024.07.15 19:55:24.041919 [ 3 ] {10174d03-2cde-4525-b017-3be91f287a24} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1919 | 2024.07.15 19:55:24.041935 [ 3 ] {} <Debug> HTTP-Session: b9c78d9f-f155-49a7-b82b-469eeaa438f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1920 | 2024.07.15 19:55:24.042121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1921 | 2024.07.15 19:55:24.042177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1922 | 2024.07.15 19:55:24.042196 [ 3 ] {} <Debug> HTTP-Session: 45ec6839-fd97-4b51-a460-dd24e9ab170e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1923 | 2024.07.15 19:55:24.042213 [ 3 ] {} <Debug> HTTP-Session: 45ec6839-fd97-4b51-a460-dd24e9ab170e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1924 | 2024.07.15 19:55:24.042227 [ 3 ] {} <Debug> HTTP-Session: 45ec6839-fd97-4b51-a460-dd24e9ab170e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1925 | 2024.07.15 19:55:24.042261 [ 3 ] {} <Trace> HTTP-Session: 45ec6839-fd97-4b51-a460-dd24e9ab170e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1926 | 2024.07.15 19:55:24.042388 [ 3 ] {7c6e2ec2-e189-46bf-bd30-d9b2f225cc62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1927 | 2024.07.15 19:55:24.042433 [ 3 ] {7c6e2ec2-e189-46bf-bd30-d9b2f225cc62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1928 | 2024.07.15 19:55:24.042587 [ 3 ] {7c6e2ec2-e189-46bf-bd30-d9b2f225cc62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1929 | 2024.07.15 19:55:24.042943 [ 3 ] {7c6e2ec2-e189-46bf-bd30-d9b2f225cc62} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1930 | 2024.07.15 19:55:24.042980 [ 3 ] {7c6e2ec2-e189-46bf-bd30-d9b2f225cc62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1931 | 2024.07.15 19:55:24.043289 [ 3 ] {7c6e2ec2-e189-46bf-bd30-d9b2f225cc62} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1932 | 2024.07.15 19:55:24.043600 [ 3 ] {7c6e2ec2-e189-46bf-bd30-d9b2f225cc62} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1933 | 2024.07.15 19:55:24.043754 [ 3 ] {7c6e2ec2-e189-46bf-bd30-d9b2f225cc62} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001405 sec., 39857.6512455516 rows/sec., 3.11 MiB/sec. | ||
1934 | 2024.07.15 19:55:24.043960 [ 3 ] {7c6e2ec2-e189-46bf-bd30-d9b2f225cc62} <Debug> DynamicQueryHandler: Done processing query | ||
1935 | 2024.07.15 19:55:24.043983 [ 3 ] {7c6e2ec2-e189-46bf-bd30-d9b2f225cc62} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1936 | 2024.07.15 19:55:24.043999 [ 3 ] {} <Debug> HTTP-Session: 45ec6839-fd97-4b51-a460-dd24e9ab170e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1937 | 2024.07.15 19:55:24.044195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1938 | 2024.07.15 19:55:24.044245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1939 | 2024.07.15 19:55:24.044263 [ 3 ] {} <Debug> HTTP-Session: f121b169-1a96-4bcc-b720-70a5a9a3cde6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1940 | 2024.07.15 19:55:24.044285 [ 3 ] {} <Debug> HTTP-Session: f121b169-1a96-4bcc-b720-70a5a9a3cde6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1941 | 2024.07.15 19:55:24.044299 [ 3 ] {} <Debug> HTTP-Session: f121b169-1a96-4bcc-b720-70a5a9a3cde6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1942 | 2024.07.15 19:55:24.044331 [ 3 ] {} <Trace> HTTP-Session: f121b169-1a96-4bcc-b720-70a5a9a3cde6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1943 | 2024.07.15 19:55:24.044513 [ 3 ] {827ea3a2-eaf2-4ac6-8b30-1d9e86ef6283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1944 | 2024.07.15 19:55:24.044561 [ 3 ] {827ea3a2-eaf2-4ac6-8b30-1d9e86ef6283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1945 | 2024.07.15 19:55:24.044706 [ 3 ] {827ea3a2-eaf2-4ac6-8b30-1d9e86ef6283} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1946 | 2024.07.15 19:55:24.045103 [ 3 ] {827ea3a2-eaf2-4ac6-8b30-1d9e86ef6283} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1947 | 2024.07.15 19:55:24.045140 [ 3 ] {827ea3a2-eaf2-4ac6-8b30-1d9e86ef6283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1948 | 2024.07.15 19:55:24.045531 [ 3 ] {827ea3a2-eaf2-4ac6-8b30-1d9e86ef6283} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1949 | 2024.07.15 19:55:24.045869 [ 3 ] {827ea3a2-eaf2-4ac6-8b30-1d9e86ef6283} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1950 | 2024.07.15 19:55:24.046042 [ 3 ] {827ea3a2-eaf2-4ac6-8b30-1d9e86ef6283} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001597 sec., 93926.1114589856 rows/sec., 6.51 MiB/sec. | ||
1951 | 2024.07.15 19:55:24.046552 [ 3 ] {827ea3a2-eaf2-4ac6-8b30-1d9e86ef6283} <Debug> DynamicQueryHandler: Done processing query | ||
1952 | 2024.07.15 19:55:24.046576 [ 3 ] {827ea3a2-eaf2-4ac6-8b30-1d9e86ef6283} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1953 | 2024.07.15 19:55:24.046592 [ 3 ] {} <Debug> HTTP-Session: f121b169-1a96-4bcc-b720-70a5a9a3cde6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1954 | 2024.07.15 19:55:24.046727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1955 | 2024.07.15 19:55:24.046777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1956 | 2024.07.15 19:55:24.046797 [ 3 ] {} <Debug> HTTP-Session: 11b3cc44-e4f1-46de-a00c-f5382deac9f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1957 | 2024.07.15 19:55:24.046815 [ 3 ] {} <Debug> HTTP-Session: 11b3cc44-e4f1-46de-a00c-f5382deac9f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1958 | 2024.07.15 19:55:24.046829 [ 3 ] {} <Debug> HTTP-Session: 11b3cc44-e4f1-46de-a00c-f5382deac9f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1959 | 2024.07.15 19:55:24.046863 [ 3 ] {} <Trace> HTTP-Session: 11b3cc44-e4f1-46de-a00c-f5382deac9f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1960 | 2024.07.15 19:55:24.046983 [ 3 ] {f98545c4-fa46-4d83-bd96-191f90b10a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1961 | 2024.07.15 19:55:24.047028 [ 3 ] {f98545c4-fa46-4d83-bd96-191f90b10a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1962 | 2024.07.15 19:55:24.047166 [ 3 ] {f98545c4-fa46-4d83-bd96-191f90b10a48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1963 | 2024.07.15 19:55:24.048032 [ 3 ] {f98545c4-fa46-4d83-bd96-191f90b10a48} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1964 | 2024.07.15 19:55:24.048067 [ 3 ] {f98545c4-fa46-4d83-bd96-191f90b10a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1965 | 2024.07.15 19:55:24.048433 [ 3 ] {f98545c4-fa46-4d83-bd96-191f90b10a48} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1966 | 2024.07.15 19:55:24.048762 [ 3 ] {f98545c4-fa46-4d83-bd96-191f90b10a48} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1967 | 2024.07.15 19:55:24.048891 [ 3 ] {f98545c4-fa46-4d83-bd96-191f90b10a48} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001953 sec., 25601.63850486431 rows/sec., 1.76 MiB/sec. | ||
1968 | 2024.07.15 19:55:24.049097 [ 3 ] {f98545c4-fa46-4d83-bd96-191f90b10a48} <Debug> DynamicQueryHandler: Done processing query | ||
1969 | 2024.07.15 19:55:24.049121 [ 3 ] {f98545c4-fa46-4d83-bd96-191f90b10a48} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1970 | 2024.07.15 19:55:24.049137 [ 3 ] {} <Debug> HTTP-Session: 11b3cc44-e4f1-46de-a00c-f5382deac9f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1971 | 2024.07.15 19:55:29.039943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1972 | 2024.07.15 19:55:29.040059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1973 | 2024.07.15 19:55:29.040083 [ 3 ] {} <Debug> HTTP-Session: 1f340f67-de55-4de0-9066-9aea571a8a65 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1974 | 2024.07.15 19:55:29.040106 [ 3 ] {} <Debug> HTTP-Session: 1f340f67-de55-4de0-9066-9aea571a8a65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1975 | 2024.07.15 19:55:29.040121 [ 3 ] {} <Debug> HTTP-Session: 1f340f67-de55-4de0-9066-9aea571a8a65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1976 | 2024.07.15 19:55:29.040172 [ 3 ] {} <Trace> HTTP-Session: 1f340f67-de55-4de0-9066-9aea571a8a65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1977 | 2024.07.15 19:55:29.040352 [ 3 ] {160bfa7a-056f-47f4-b64e-ef1321e344d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1978 | 2024.07.15 19:55:29.040421 [ 3 ] {160bfa7a-056f-47f4-b64e-ef1321e344d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1979 | 2024.07.15 19:55:29.040621 [ 3 ] {160bfa7a-056f-47f4-b64e-ef1321e344d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1980 | 2024.07.15 19:55:29.041089 [ 3 ] {160bfa7a-056f-47f4-b64e-ef1321e344d8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1981 | 2024.07.15 19:55:29.041127 [ 3 ] {160bfa7a-056f-47f4-b64e-ef1321e344d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1982 | 2024.07.15 19:55:29.041486 [ 3 ] {160bfa7a-056f-47f4-b64e-ef1321e344d8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1983 | 2024.07.15 19:55:29.041854 [ 3 ] {160bfa7a-056f-47f4-b64e-ef1321e344d8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1984 | 2024.07.15 19:55:29.042020 [ 3 ] {160bfa7a-056f-47f4-b64e-ef1321e344d8} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001718 sec., 13969.732246798603 rows/sec., 1.11 MiB/sec. | ||
1985 | 2024.07.15 19:55:29.042319 [ 3 ] {160bfa7a-056f-47f4-b64e-ef1321e344d8} <Debug> DynamicQueryHandler: Done processing query | ||
1986 | 2024.07.15 19:55:29.042346 [ 3 ] {160bfa7a-056f-47f4-b64e-ef1321e344d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1987 | 2024.07.15 19:55:29.042363 [ 3 ] {} <Debug> HTTP-Session: 1f340f67-de55-4de0-9066-9aea571a8a65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1988 | 2024.07.15 19:55:29.042546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1989 | 2024.07.15 19:55:29.042596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1990 | 2024.07.15 19:55:29.042615 [ 3 ] {} <Debug> HTTP-Session: 018580c6-695c-44ea-acfb-4170b61947bb Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
1991 | 2024.07.15 19:55:29.042633 [ 3 ] {} <Debug> HTTP-Session: 018580c6-695c-44ea-acfb-4170b61947bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1992 | 2024.07.15 19:55:29.042647 [ 3 ] {} <Debug> HTTP-Session: 018580c6-695c-44ea-acfb-4170b61947bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1993 | 2024.07.15 19:55:29.042677 [ 3 ] {} <Trace> HTTP-Session: 018580c6-695c-44ea-acfb-4170b61947bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1994 | 2024.07.15 19:55:29.042856 [ 3 ] {a040584d-0f0b-4fd3-aeb5-e67bb431f665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1995 | 2024.07.15 19:55:29.042902 [ 3 ] {a040584d-0f0b-4fd3-aeb5-e67bb431f665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1996 | 2024.07.15 19:55:29.043049 [ 3 ] {a040584d-0f0b-4fd3-aeb5-e67bb431f665} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1997 | 2024.07.15 19:55:29.043461 [ 3 ] {a040584d-0f0b-4fd3-aeb5-e67bb431f665} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1998 | 2024.07.15 19:55:29.043499 [ 3 ] {a040584d-0f0b-4fd3-aeb5-e67bb431f665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
1999 | 2024.07.15 19:55:29.043822 [ 3 ] {a040584d-0f0b-4fd3-aeb5-e67bb431f665} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2000 | 2024.07.15 19:55:29.044143 [ 3 ] {a040584d-0f0b-4fd3-aeb5-e67bb431f665} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2001 | 2024.07.15 19:55:29.044293 [ 3 ] {a040584d-0f0b-4fd3-aeb5-e67bb431f665} <Debug> executeQuery: Read 124 rows, 10.55 KiB in 0.001527 sec., 81204.97707924034 rows/sec., 6.75 MiB/sec. | ||
2002 | 2024.07.15 19:55:29.044496 [ 3 ] {a040584d-0f0b-4fd3-aeb5-e67bb431f665} <Debug> DynamicQueryHandler: Done processing query | ||
2003 | 2024.07.15 19:55:29.044520 [ 3 ] {a040584d-0f0b-4fd3-aeb5-e67bb431f665} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2004 | 2024.07.15 19:55:29.044536 [ 3 ] {} <Debug> HTTP-Session: 018580c6-695c-44ea-acfb-4170b61947bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2005 | 2024.07.15 19:55:29.044675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2006 | 2024.07.15 19:55:29.044723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2007 | 2024.07.15 19:55:29.044742 [ 3 ] {} <Debug> HTTP-Session: b405c5f5-2637-439a-8204-a23670b7976c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2008 | 2024.07.15 19:55:29.044758 [ 3 ] {} <Debug> HTTP-Session: b405c5f5-2637-439a-8204-a23670b7976c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2009 | 2024.07.15 19:55:29.044773 [ 3 ] {} <Debug> HTTP-Session: b405c5f5-2637-439a-8204-a23670b7976c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2010 | 2024.07.15 19:55:29.044804 [ 3 ] {} <Trace> HTTP-Session: b405c5f5-2637-439a-8204-a23670b7976c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2011 | 2024.07.15 19:55:29.044927 [ 3 ] {ed91b030-5d81-453b-a05f-6304fdc92c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2012 | 2024.07.15 19:55:29.044969 [ 3 ] {ed91b030-5d81-453b-a05f-6304fdc92c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2013 | 2024.07.15 19:55:29.045092 [ 3 ] {ed91b030-5d81-453b-a05f-6304fdc92c6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2014 | 2024.07.15 19:55:29.045438 [ 3 ] {ed91b030-5d81-453b-a05f-6304fdc92c6c} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2015 | 2024.07.15 19:55:29.045475 [ 3 ] {ed91b030-5d81-453b-a05f-6304fdc92c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
2016 | 2024.07.15 19:55:29.045784 [ 3 ] {ed91b030-5d81-453b-a05f-6304fdc92c6c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2017 | 2024.07.15 19:55:29.046094 [ 3 ] {ed91b030-5d81-453b-a05f-6304fdc92c6c} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2018 | 2024.07.15 19:55:29.046250 [ 3 ] {ed91b030-5d81-453b-a05f-6304fdc92c6c} <Debug> executeQuery: Read 80 rows, 6.39 KiB in 0.001359 sec., 58866.81383370125 rows/sec., 4.60 MiB/sec. | ||
2019 | 2024.07.15 19:55:29.046535 [ 3 ] {ed91b030-5d81-453b-a05f-6304fdc92c6c} <Debug> DynamicQueryHandler: Done processing query | ||
2020 | 2024.07.15 19:55:29.046559 [ 3 ] {ed91b030-5d81-453b-a05f-6304fdc92c6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2021 | 2024.07.15 19:55:29.046575 [ 3 ] {} <Debug> HTTP-Session: b405c5f5-2637-439a-8204-a23670b7976c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2022 | 2024.07.15 19:55:29.046740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2023 | 2024.07.15 19:55:29.046789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2024 | 2024.07.15 19:55:29.046809 [ 3 ] {} <Debug> HTTP-Session: 6f49dadd-8e91-4602-a79a-63e4a1e19d19 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2025 | 2024.07.15 19:55:29.046826 [ 3 ] {} <Debug> HTTP-Session: 6f49dadd-8e91-4602-a79a-63e4a1e19d19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2026 | 2024.07.15 19:55:29.046840 [ 3 ] {} <Debug> HTTP-Session: 6f49dadd-8e91-4602-a79a-63e4a1e19d19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2027 | 2024.07.15 19:55:29.046870 [ 3 ] {} <Trace> HTTP-Session: 6f49dadd-8e91-4602-a79a-63e4a1e19d19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2028 | 2024.07.15 19:55:29.047020 [ 3 ] {236b0699-626c-4d64-8a58-ede6d839afe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2029 | 2024.07.15 19:55:29.047066 [ 3 ] {236b0699-626c-4d64-8a58-ede6d839afe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2030 | 2024.07.15 19:55:29.047230 [ 3 ] {236b0699-626c-4d64-8a58-ede6d839afe2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2031 | 2024.07.15 19:55:29.047646 [ 3 ] {236b0699-626c-4d64-8a58-ede6d839afe2} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2032 | 2024.07.15 19:55:29.047682 [ 3 ] {236b0699-626c-4d64-8a58-ede6d839afe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
2033 | 2024.07.15 19:55:29.048103 [ 3 ] {236b0699-626c-4d64-8a58-ede6d839afe2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2034 | 2024.07.15 19:55:29.048464 [ 3 ] {236b0699-626c-4d64-8a58-ede6d839afe2} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2035 | 2024.07.15 19:55:29.048619 [ 3 ] {236b0699-626c-4d64-8a58-ede6d839afe2} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001663 sec., 90198.43656043295 rows/sec., 6.25 MiB/sec. | ||
2036 | 2024.07.15 19:55:29.048787 [ 3 ] {236b0699-626c-4d64-8a58-ede6d839afe2} <Debug> DynamicQueryHandler: Done processing query | ||
2037 | 2024.07.15 19:55:29.048812 [ 3 ] {236b0699-626c-4d64-8a58-ede6d839afe2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2038 | 2024.07.15 19:55:29.048827 [ 3 ] {} <Debug> HTTP-Session: 6f49dadd-8e91-4602-a79a-63e4a1e19d19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2039 | 2024.07.15 19:55:29.048968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2040 | 2024.07.15 19:55:29.049016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2041 | 2024.07.15 19:55:29.049034 [ 3 ] {} <Debug> HTTP-Session: dbef19d0-732f-497d-86e8-41e4094c4b4c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2042 | 2024.07.15 19:55:29.049050 [ 3 ] {} <Debug> HTTP-Session: dbef19d0-732f-497d-86e8-41e4094c4b4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2043 | 2024.07.15 19:55:29.049064 [ 3 ] {} <Debug> HTTP-Session: dbef19d0-732f-497d-86e8-41e4094c4b4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2044 | 2024.07.15 19:55:29.049094 [ 3 ] {} <Trace> HTTP-Session: dbef19d0-732f-497d-86e8-41e4094c4b4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2045 | 2024.07.15 19:55:29.049369 [ 3 ] {7f728778-1733-4f3a-870e-9fbc6c789cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2046 | 2024.07.15 19:55:29.049432 [ 3 ] {7f728778-1733-4f3a-870e-9fbc6c789cc3} <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 | ||
2047 | 2024.07.15 19:55:29.049846 [ 3 ] {7f728778-1733-4f3a-870e-9fbc6c789cc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2048 | 2024.07.15 19:55:29.050487 [ 3 ] {7f728778-1733-4f3a-870e-9fbc6c789cc3} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2049 | 2024.07.15 19:55:29.050522 [ 3 ] {7f728778-1733-4f3a-870e-9fbc6c789cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
2050 | 2024.07.15 19:55:29.051189 [ 3 ] {7f728778-1733-4f3a-870e-9fbc6c789cc3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2051 | 2024.07.15 19:55:29.051589 [ 3 ] {7f728778-1733-4f3a-870e-9fbc6c789cc3} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2052 | 2024.07.15 19:55:29.051795 [ 3 ] {7f728778-1733-4f3a-870e-9fbc6c789cc3} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00261 sec., 9195.402298850575 rows/sec., 16.48 MiB/sec. | ||
2053 | 2024.07.15 19:55:29.052104 [ 3 ] {7f728778-1733-4f3a-870e-9fbc6c789cc3} <Debug> DynamicQueryHandler: Done processing query | ||
2054 | 2024.07.15 19:55:29.052127 [ 3 ] {7f728778-1733-4f3a-870e-9fbc6c789cc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2055 | 2024.07.15 19:55:29.052143 [ 3 ] {} <Debug> HTTP-Session: dbef19d0-732f-497d-86e8-41e4094c4b4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2056 | 2024.07.15 19:55:29.052283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2057 | 2024.07.15 19:55:29.052331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2058 | 2024.07.15 19:55:29.052349 [ 3 ] {} <Debug> HTTP-Session: d1f95d39-923f-4378-ae19-4e1d43827400 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2059 | 2024.07.15 19:55:29.052366 [ 3 ] {} <Debug> HTTP-Session: d1f95d39-923f-4378-ae19-4e1d43827400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2060 | 2024.07.15 19:55:29.052380 [ 3 ] {} <Debug> HTTP-Session: d1f95d39-923f-4378-ae19-4e1d43827400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2061 | 2024.07.15 19:55:29.052410 [ 3 ] {} <Trace> HTTP-Session: d1f95d39-923f-4378-ae19-4e1d43827400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2062 | 2024.07.15 19:55:29.052513 [ 3 ] {f4006f2b-ac4d-4911-8c6e-80b315864c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2063 | 2024.07.15 19:55:29.052555 [ 3 ] {f4006f2b-ac4d-4911-8c6e-80b315864c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2064 | 2024.07.15 19:55:29.052678 [ 3 ] {f4006f2b-ac4d-4911-8c6e-80b315864c02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2065 | 2024.07.15 19:55:29.052984 [ 3 ] {f4006f2b-ac4d-4911-8c6e-80b315864c02} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2066 | 2024.07.15 19:55:29.053019 [ 3 ] {f4006f2b-ac4d-4911-8c6e-80b315864c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
2067 | 2024.07.15 19:55:29.053364 [ 3 ] {f4006f2b-ac4d-4911-8c6e-80b315864c02} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2068 | 2024.07.15 19:55:29.053689 [ 3 ] {f4006f2b-ac4d-4911-8c6e-80b315864c02} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2069 | 2024.07.15 19:55:29.053849 [ 3 ] {f4006f2b-ac4d-4911-8c6e-80b315864c02} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001362 sec., 36710.71953010279 rows/sec., 2.52 MiB/sec. | ||
2070 | 2024.07.15 19:55:29.054124 [ 3 ] {f4006f2b-ac4d-4911-8c6e-80b315864c02} <Debug> DynamicQueryHandler: Done processing query | ||
2071 | 2024.07.15 19:55:29.054148 [ 3 ] {f4006f2b-ac4d-4911-8c6e-80b315864c02} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2072 | 2024.07.15 19:55:29.054164 [ 3 ] {} <Debug> HTTP-Session: d1f95d39-923f-4378-ae19-4e1d43827400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2073 | 2024.07.15 19:55:34.039106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2074 | 2024.07.15 19:55:34.039252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2075 | 2024.07.15 19:55:34.039283 [ 3 ] {} <Debug> HTTP-Session: 8f860ca1-9e8a-476a-84d3-555043cbfa87 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2076 | 2024.07.15 19:55:34.039312 [ 3 ] {} <Debug> HTTP-Session: 8f860ca1-9e8a-476a-84d3-555043cbfa87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2077 | 2024.07.15 19:55:34.039331 [ 3 ] {} <Debug> HTTP-Session: 8f860ca1-9e8a-476a-84d3-555043cbfa87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2078 | 2024.07.15 19:55:34.039387 [ 3 ] {} <Trace> HTTP-Session: 8f860ca1-9e8a-476a-84d3-555043cbfa87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2079 | 2024.07.15 19:55:34.039613 [ 3 ] {51fea245-bc33-4869-9883-b254d345b256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2080 | 2024.07.15 19:55:34.039691 [ 3 ] {51fea245-bc33-4869-9883-b254d345b256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2081 | 2024.07.15 19:55:34.039910 [ 3 ] {51fea245-bc33-4869-9883-b254d345b256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2082 | 2024.07.15 19:55:34.040394 [ 3 ] {51fea245-bc33-4869-9883-b254d345b256} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2083 | 2024.07.15 19:55:34.040445 [ 3 ] {51fea245-bc33-4869-9883-b254d345b256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2084 | 2024.07.15 19:55:34.040855 [ 3 ] {51fea245-bc33-4869-9883-b254d345b256} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2085 | 2024.07.15 19:55:34.041281 [ 3 ] {51fea245-bc33-4869-9883-b254d345b256} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2086 | 2024.07.15 19:55:34.041487 [ 3 ] {51fea245-bc33-4869-9883-b254d345b256} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001941 sec., 26790.31427099433 rows/sec., 2.03 MiB/sec. | ||
2087 | 2024.07.15 19:55:34.041507 [ 58 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2088 | 2024.07.15 19:55:34.041602 [ 58 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2089 | 2024.07.15 19:55:34.041646 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2090 | 2024.07.15 19:55:34.041880 [ 3 ] {51fea245-bc33-4869-9883-b254d345b256} <Debug> DynamicQueryHandler: Done processing query | ||
2091 | 2024.07.15 19:55:34.041911 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
2092 | 2024.07.15 19:55:34.041974 [ 3 ] {51fea245-bc33-4869-9883-b254d345b256} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2093 | 2024.07.15 19:55:34.042066 [ 3 ] {} <Debug> HTTP-Session: 8f860ca1-9e8a-476a-84d3-555043cbfa87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2094 | 2024.07.15 19:55:34.042228 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2095 | 2024.07.15 19:55:34.042266 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 124 rows starting from the beginning of the part | ||
2096 | 2024.07.15 19:55:34.042335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2097 | 2024.07.15 19:55:34.042351 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part | ||
2098 | 2024.07.15 19:55:34.042514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2099 | 2024.07.15 19:55:34.042634 [ 3 ] {} <Debug> HTTP-Session: 6205bef9-1a30-4f8a-ab6c-4f8d8e112f7f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2100 | 2024.07.15 19:55:34.042663 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 124 rows starting from the beginning of the part | ||
2101 | 2024.07.15 19:55:34.042729 [ 3 ] {} <Debug> HTTP-Session: 6205bef9-1a30-4f8a-ab6c-4f8d8e112f7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2102 | 2024.07.15 19:55:34.042846 [ 3 ] {} <Debug> HTTP-Session: 6205bef9-1a30-4f8a-ab6c-4f8d8e112f7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2103 | 2024.07.15 19:55:34.043081 [ 3 ] {} <Trace> HTTP-Session: 6205bef9-1a30-4f8a-ab6c-4f8d8e112f7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2104 | 2024.07.15 19:55:34.043099 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part | ||
2105 | 2024.07.15 19:55:34.043372 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 124 rows starting from the beginning of the part | ||
2106 | 2024.07.15 19:55:34.043571 [ 3 ] {6f54a1b7-0e4d-4ad5-a2a7-d2521d35afef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2107 | 2024.07.15 19:55:34.043749 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 52 rows starting from the beginning of the part | ||
2108 | 2024.07.15 19:55:34.043788 [ 3 ] {6f54a1b7-0e4d-4ad5-a2a7-d2521d35afef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2109 | 2024.07.15 19:55:34.044472 [ 3 ] {6f54a1b7-0e4d-4ad5-a2a7-d2521d35afef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2110 | 2024.07.15 19:55:34.045106 [ 3 ] {6f54a1b7-0e4d-4ad5-a2a7-d2521d35afef} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2111 | 2024.07.15 19:55:34.045151 [ 3 ] {6f54a1b7-0e4d-4ad5-a2a7-d2521d35afef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2112 | 2024.07.15 19:55:34.045644 [ 186 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 4 columns (4 merged, 0 gathered) in 0.003906698 sec., 135152.49963012242 rows/sec., 10.94 MiB/sec. | ||
2113 | 2024.07.15 19:55:34.045680 [ 3 ] {6f54a1b7-0e4d-4ad5-a2a7-d2521d35afef} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2114 | 2024.07.15 19:55:34.045914 [ 186 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2115 | 2024.07.15 19:55:34.046380 [ 3 ] {6f54a1b7-0e4d-4ad5-a2a7-d2521d35afef} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2116 | 2024.07.15 19:55:34.046705 [ 58 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2117 | 2024.07.15 19:55:34.046738 [ 3 ] {6f54a1b7-0e4d-4ad5-a2a7-d2521d35afef} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.0034 sec., 16470.58823529412 rows/sec., 1.28 MiB/sec. | ||
2118 | 2024.07.15 19:55:34.046792 [ 58 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2119 | 2024.07.15 19:55:34.046877 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2120 | 2024.07.15 19:55:34.046948 [ 186 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2121 | 2024.07.15 19:55:34.047352 [ 3 ] {6f54a1b7-0e4d-4ad5-a2a7-d2521d35afef} <Debug> DynamicQueryHandler: Done processing query | ||
2122 | 2024.07.15 19:55:34.047372 [ 186 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_11_2} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2123 | 2024.07.15 19:55:34.047482 [ 3 ] {6f54a1b7-0e4d-4ad5-a2a7-d2521d35afef} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2124 | 2024.07.15 19:55:34.047584 [ 3 ] {} <Debug> HTTP-Session: 6205bef9-1a30-4f8a-ab6c-4f8d8e112f7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2125 | 2024.07.15 19:55:34.047562 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
2126 | 2024.07.15 19:55:34.047771 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
2127 | 2024.07.15 19:55:34.047948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2128 | 2024.07.15 19:55:34.047977 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2129 | 2024.07.15 19:55:34.048030 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 90 rows starting from the beginning of the part | ||
2130 | 2024.07.15 19:55:34.048053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2131 | 2024.07.15 19:55:34.048191 [ 3 ] {} <Debug> HTTP-Session: ab1bd2b4-037a-4032-a247-2142cb327892 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2132 | 2024.07.15 19:55:34.048248 [ 3 ] {} <Debug> HTTP-Session: ab1bd2b4-037a-4032-a247-2142cb327892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2133 | 2024.07.15 19:55:34.048325 [ 3 ] {} <Debug> HTTP-Session: ab1bd2b4-037a-4032-a247-2142cb327892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2134 | 2024.07.15 19:55:34.048403 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
2135 | 2024.07.15 19:55:34.048440 [ 3 ] {} <Trace> HTTP-Session: ab1bd2b4-037a-4032-a247-2142cb327892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2136 | 2024.07.15 19:55:34.048627 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 80 rows starting from the beginning of the part | ||
2137 | 2024.07.15 19:55:34.048870 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
2138 | 2024.07.15 19:55:34.049054 [ 3 ] {e99cff64-4c5c-4ef5-ac3a-cd2f6677621a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2139 | 2024.07.15 19:55:34.049103 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 80 rows starting from the beginning of the part | ||
2140 | 2024.07.15 19:55:34.049236 [ 3 ] {e99cff64-4c5c-4ef5-ac3a-cd2f6677621a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2141 | 2024.07.15 19:55:34.049509 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2142 | 2024.07.15 19:55:34.050275 [ 3 ] {e99cff64-4c5c-4ef5-ac3a-cd2f6677621a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2143 | 2024.07.15 19:55:34.051225 [ 3 ] {e99cff64-4c5c-4ef5-ac3a-cd2f6677621a} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2144 | 2024.07.15 19:55:34.051294 [ 3 ] {e99cff64-4c5c-4ef5-ac3a-cd2f6677621a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2145 | 2024.07.15 19:55:34.052331 [ 187 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 418 rows, containing 4 columns (4 merged, 0 gathered) in 0.005221764 sec., 80049.57711608567 rows/sec., 6.25 MiB/sec. | ||
2146 | 2024.07.15 19:55:34.052416 [ 3 ] {e99cff64-4c5c-4ef5-ac3a-cd2f6677621a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2147 | 2024.07.15 19:55:34.052547 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2148 | 2024.07.15 19:55:34.053268 [ 3 ] {e99cff64-4c5c-4ef5-ac3a-cd2f6677621a} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2149 | 2024.07.15 19:55:34.053503 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2150 | 2024.07.15 19:55:34.053520 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_11_2} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2151 | 2024.07.15 19:55:34.053564 [ 3 ] {e99cff64-4c5c-4ef5-ac3a-cd2f6677621a} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.004792 sec., 31302.170283806343 rows/sec., 2.17 MiB/sec. | ||
2152 | 2024.07.15 19:55:34.053583 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2153 | 2024.07.15 19:55:34.053669 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2154 | 2024.07.15 19:55:34.054128 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_11_2} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2155 | 2024.07.15 19:55:34.054248 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
2156 | 2024.07.15 19:55:34.054412 [ 3 ] {e99cff64-4c5c-4ef5-ac3a-cd2f6677621a} <Debug> DynamicQueryHandler: Done processing query | ||
2157 | 2024.07.15 19:55:34.054511 [ 3 ] {e99cff64-4c5c-4ef5-ac3a-cd2f6677621a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2158 | 2024.07.15 19:55:34.054593 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2159 | 2024.07.15 19:55:34.054615 [ 3 ] {} <Debug> HTTP-Session: ab1bd2b4-037a-4032-a247-2142cb327892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2160 | 2024.07.15 19:55:34.054807 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2161 | 2024.07.15 19:55:34.054874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2162 | 2024.07.15 19:55:34.054885 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 720 rows starting from the beginning of the part | ||
2163 | 2024.07.15 19:55:34.054946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2164 | 2024.07.15 19:55:34.054984 [ 3 ] {} <Debug> HTTP-Session: 52820149-064c-43bf-9982-93659162d9f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2165 | 2024.07.15 19:55:34.055070 [ 3 ] {} <Debug> HTTP-Session: 52820149-064c-43bf-9982-93659162d9f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2166 | 2024.07.15 19:55:34.055131 [ 3 ] {} <Debug> HTTP-Session: 52820149-064c-43bf-9982-93659162d9f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2167 | 2024.07.15 19:55:34.055155 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part | ||
2168 | 2024.07.15 19:55:34.055255 [ 3 ] {} <Trace> HTTP-Session: 52820149-064c-43bf-9982-93659162d9f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2169 | 2024.07.15 19:55:34.055454 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 150 rows starting from the beginning of the part | ||
2170 | 2024.07.15 19:55:34.055733 [ 3 ] {17e3bb5b-f19b-49f5-9d23-73393d1218b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2171 | 2024.07.15 19:55:34.055790 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 150 rows starting from the beginning of the part | ||
2172 | 2024.07.15 19:55:34.055894 [ 3 ] {17e3bb5b-f19b-49f5-9d23-73393d1218b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2173 | 2024.07.15 19:55:34.056069 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 150 rows starting from the beginning of the part | ||
2174 | 2024.07.15 19:55:34.056483 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 150 rows starting from the beginning of the part | ||
2175 | 2024.07.15 19:55:34.057137 [ 3 ] {17e3bb5b-f19b-49f5-9d23-73393d1218b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2176 | 2024.07.15 19:55:34.057834 [ 3 ] {17e3bb5b-f19b-49f5-9d23-73393d1218b1} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2177 | 2024.07.15 19:55:34.057891 [ 3 ] {17e3bb5b-f19b-49f5-9d23-73393d1218b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2178 | 2024.07.15 19:55:34.058985 [ 3 ] {17e3bb5b-f19b-49f5-9d23-73393d1218b1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2179 | 2024.07.15 19:55:34.059762 [ 3 ] {17e3bb5b-f19b-49f5-9d23-73393d1218b1} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2180 | 2024.07.15 19:55:34.060010 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1470 rows, containing 5 columns (5 merged, 0 gathered) in 0.006182543 sec., 237766.23955547094 rows/sec., 16.48 MiB/sec. | ||
2181 | 2024.07.15 19:55:34.060098 [ 58 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2182 | 2024.07.15 19:55:34.060156 [ 3 ] {17e3bb5b-f19b-49f5-9d23-73393d1218b1} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.004655 sec., 10741.138560687432 rows/sec., 754.19 KiB/sec. | ||
2183 | 2024.07.15 19:55:34.060169 [ 58 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2184 | 2024.07.15 19:55:34.060238 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2185 | 2024.07.15 19:55:34.060428 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2186 | 2024.07.15 19:55:34.060681 [ 3 ] {17e3bb5b-f19b-49f5-9d23-73393d1218b1} <Debug> DynamicQueryHandler: Done processing query | ||
2187 | 2024.07.15 19:55:34.060765 [ 3 ] {17e3bb5b-f19b-49f5-9d23-73393d1218b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2188 | 2024.07.15 19:55:34.060853 [ 3 ] {} <Debug> HTTP-Session: 52820149-064c-43bf-9982-93659162d9f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2189 | 2024.07.15 19:55:34.061032 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
2190 | 2024.07.15 19:55:34.061689 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2191 | 2024.07.15 19:55:34.061772 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 232 rows starting from the beginning of the part | ||
2192 | 2024.07.15 19:55:34.061970 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
2193 | 2024.07.15 19:55:34.062215 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2194 | 2024.07.15 19:55:34.062370 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
2195 | 2024.07.15 19:55:34.062517 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2196 | 2024.07.15 19:55:34.062622 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part | ||
2197 | 2024.07.15 19:55:34.062820 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
2198 | 2024.07.15 19:55:34.062935 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part | ||
2199 | 2024.07.15 19:55:34.063042 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 50 rows starting from the beginning of the part | ||
2200 | 2024.07.15 19:55:34.064275 [ 192 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 4 columns (4 merged, 0 gathered) in 0.003868697 sec., 124589.75205346917 rows/sec., 8.54 MiB/sec. | ||
2201 | 2024.07.15 19:55:34.064451 [ 186 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2202 | 2024.07.15 19:55:34.064852 [ 186 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2203 | 2024.07.15 19:55:34.064939 [ 186 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_11_2} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2204 | 2024.07.15 19:55:34.065025 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2205 | 2024.07.15 19:55:36.448525 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2206 | 2024.07.15 19:55:36.448604 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2207 | 2024.07.15 19:55:39.037206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2208 | 2024.07.15 19:55:39.037314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2209 | 2024.07.15 19:55:39.037338 [ 3 ] {} <Debug> HTTP-Session: 25ed13d9-c210-4da6-8d31-261cf530c75d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2210 | 2024.07.15 19:55:39.037362 [ 3 ] {} <Debug> HTTP-Session: 25ed13d9-c210-4da6-8d31-261cf530c75d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2211 | 2024.07.15 19:55:39.037377 [ 3 ] {} <Debug> HTTP-Session: 25ed13d9-c210-4da6-8d31-261cf530c75d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2212 | 2024.07.15 19:55:39.037426 [ 3 ] {} <Trace> HTTP-Session: 25ed13d9-c210-4da6-8d31-261cf530c75d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2213 | 2024.07.15 19:55:39.037654 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
2214 | 2024.07.15 19:55:39.038008 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2215 | 2024.07.15 19:55:39.038049 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
2216 | 2024.07.15 19:55:39.038341 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2217 | 2024.07.15 19:55:39.038419 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2218 | 2024.07.15 19:55:39.038585 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
2219 | 2024.07.15 19:55:39.038725 [ 252 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2220 | 2024.07.15 19:55:39.038742 [ 255 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2221 | 2024.07.15 19:55:39.038900 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (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 | ||
2222 | 2024.07.15 19:55:39.038929 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2223 | 2024.07.15 19:55:39.041183 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2224 | 2024.07.15 19:55:39.043350 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2225 | 2024.07.15 19:55:39.043425 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
2226 | 2024.07.15 19:55:39.043481 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
2227 | 2024.07.15 19:55:39.045457 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.007901 sec., 2278.192633843817 rows/sec., 95.67 KiB/sec. | ||
2228 | 2024.07.15 19:55:39.045802 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Debug> DynamicQueryHandler: Done processing query | ||
2229 | 2024.07.15 19:55:39.045828 [ 3 ] {d86f4e2c-99b9-4fe5-bf78-d73c54cbd482} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2230 | 2024.07.15 19:55:39.045845 [ 3 ] {} <Debug> HTTP-Session: 25ed13d9-c210-4da6-8d31-261cf530c75d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2231 | 2024.07.15 19:55:39.049380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2232 | 2024.07.15 19:55:39.049430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2233 | 2024.07.15 19:55:39.049449 [ 3 ] {} <Debug> HTTP-Session: fbaceb95-8c5b-4f08-9009-051ce22ae9f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2234 | 2024.07.15 19:55:39.049467 [ 3 ] {} <Debug> HTTP-Session: fbaceb95-8c5b-4f08-9009-051ce22ae9f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2235 | 2024.07.15 19:55:39.049481 [ 3 ] {} <Debug> HTTP-Session: fbaceb95-8c5b-4f08-9009-051ce22ae9f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2236 | 2024.07.15 19:55:39.049512 [ 3 ] {} <Trace> HTTP-Session: fbaceb95-8c5b-4f08-9009-051ce22ae9f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2237 | 2024.07.15 19:55:39.049619 [ 3 ] {9a4b82d6-f404-4a3d-9cd0-20347df47d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2238 | 2024.07.15 19:55:39.049665 [ 3 ] {9a4b82d6-f404-4a3d-9cd0-20347df47d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2239 | 2024.07.15 19:55:39.049836 [ 3 ] {9a4b82d6-f404-4a3d-9cd0-20347df47d2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2240 | 2024.07.15 19:55:39.050169 [ 3 ] {9a4b82d6-f404-4a3d-9cd0-20347df47d2a} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2241 | 2024.07.15 19:55:39.050206 [ 3 ] {9a4b82d6-f404-4a3d-9cd0-20347df47d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2242 | 2024.07.15 19:55:39.050688 [ 3 ] {9a4b82d6-f404-4a3d-9cd0-20347df47d2a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2243 | 2024.07.15 19:55:39.051015 [ 3 ] {9a4b82d6-f404-4a3d-9cd0-20347df47d2a} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2244 | 2024.07.15 19:55:39.051150 [ 3 ] {9a4b82d6-f404-4a3d-9cd0-20347df47d2a} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001566 sec., 638.5696040868455 rows/sec., 144.68 KiB/sec. | ||
2245 | 2024.07.15 19:55:39.051461 [ 3 ] {9a4b82d6-f404-4a3d-9cd0-20347df47d2a} <Debug> DynamicQueryHandler: Done processing query | ||
2246 | 2024.07.15 19:55:39.051486 [ 3 ] {9a4b82d6-f404-4a3d-9cd0-20347df47d2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2247 | 2024.07.15 19:55:39.051501 [ 3 ] {} <Debug> HTTP-Session: fbaceb95-8c5b-4f08-9009-051ce22ae9f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2248 | 2024.07.15 19:55:39.051630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2249 | 2024.07.15 19:55:39.051678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2250 | 2024.07.15 19:55:39.051697 [ 3 ] {} <Debug> HTTP-Session: 3bdb6e1e-c023-449b-866a-36cc4decea05 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2251 | 2024.07.15 19:55:39.051714 [ 3 ] {} <Debug> HTTP-Session: 3bdb6e1e-c023-449b-866a-36cc4decea05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2252 | 2024.07.15 19:55:39.051728 [ 3 ] {} <Debug> HTTP-Session: 3bdb6e1e-c023-449b-866a-36cc4decea05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2253 | 2024.07.15 19:55:39.051757 [ 3 ] {} <Trace> HTTP-Session: 3bdb6e1e-c023-449b-866a-36cc4decea05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2254 | 2024.07.15 19:55:39.051859 [ 3 ] {08459aa9-b842-4fd0-a0b6-c3094029b7b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2255 | 2024.07.15 19:55:39.051901 [ 3 ] {08459aa9-b842-4fd0-a0b6-c3094029b7b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2256 | 2024.07.15 19:55:39.052046 [ 3 ] {08459aa9-b842-4fd0-a0b6-c3094029b7b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2257 | 2024.07.15 19:55:39.052346 [ 3 ] {08459aa9-b842-4fd0-a0b6-c3094029b7b8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2258 | 2024.07.15 19:55:39.052382 [ 3 ] {08459aa9-b842-4fd0-a0b6-c3094029b7b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2259 | 2024.07.15 19:55:39.052690 [ 3 ] {08459aa9-b842-4fd0-a0b6-c3094029b7b8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2260 | 2024.07.15 19:55:39.052995 [ 3 ] {08459aa9-b842-4fd0-a0b6-c3094029b7b8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2261 | 2024.07.15 19:55:39.053108 [ 55 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2262 | 2024.07.15 19:55:39.053119 [ 3 ] {08459aa9-b842-4fd0-a0b6-c3094029b7b8} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001289 sec., 18619.084561675718 rows/sec., 1.47 MiB/sec. | ||
2263 | 2024.07.15 19:55:39.053159 [ 55 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2264 | 2024.07.15 19:55:39.053200 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2265 | 2024.07.15 19:55:39.053345 [ 3 ] {08459aa9-b842-4fd0-a0b6-c3094029b7b8} <Debug> DynamicQueryHandler: Done processing query | ||
2266 | 2024.07.15 19:55:39.053375 [ 3 ] {08459aa9-b842-4fd0-a0b6-c3094029b7b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2267 | 2024.07.15 19:55:39.053369 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
2268 | 2024.07.15 19:55:39.053400 [ 3 ] {} <Debug> HTTP-Session: 3bdb6e1e-c023-449b-866a-36cc4decea05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2269 | 2024.07.15 19:55:39.053618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2270 | 2024.07.15 19:55:39.053635 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2271 | 2024.07.15 19:55:39.053713 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
2272 | 2024.07.15 19:55:39.053715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2273 | 2024.07.15 19:55:39.053772 [ 3 ] {} <Debug> HTTP-Session: c07ac119-2170-46a5-ae00-363b9445bbfa Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2274 | 2024.07.15 19:55:39.053826 [ 3 ] {} <Debug> HTTP-Session: c07ac119-2170-46a5-ae00-363b9445bbfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2275 | 2024.07.15 19:55:39.053891 [ 3 ] {} <Debug> HTTP-Session: c07ac119-2170-46a5-ae00-363b9445bbfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2276 | 2024.07.15 19:55:39.053970 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
2277 | 2024.07.15 19:55:39.054001 [ 3 ] {} <Trace> HTTP-Session: c07ac119-2170-46a5-ae00-363b9445bbfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2278 | 2024.07.15 19:55:39.054213 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
2279 | 2024.07.15 19:55:39.054344 [ 3 ] {05c730c0-b091-4734-ae2c-53fcb51a22c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2280 | 2024.07.15 19:55:39.054579 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
2281 | 2024.07.15 19:55:39.054590 [ 3 ] {05c730c0-b091-4734-ae2c-53fcb51a22c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2282 | 2024.07.15 19:55:39.054852 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
2283 | 2024.07.15 19:55:39.055141 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
2284 | 2024.07.15 19:55:39.055793 [ 3 ] {05c730c0-b091-4734-ae2c-53fcb51a22c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2285 | 2024.07.15 19:55:39.056502 [ 3 ] {05c730c0-b091-4734-ae2c-53fcb51a22c2} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2286 | 2024.07.15 19:55:39.056569 [ 3 ] {05c730c0-b091-4734-ae2c-53fcb51a22c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2287 | 2024.07.15 19:55:39.057579 [ 192 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 4 columns (4 merged, 0 gathered) in 0.004286886 sec., 30791.58158159559 rows/sec., 2.44 MiB/sec. | ||
2288 | 2024.07.15 19:55:39.057645 [ 3 ] {05c730c0-b091-4734-ae2c-53fcb51a22c2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2289 | 2024.07.15 19:55:39.057875 [ 192 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2290 | 2024.07.15 19:55:39.058442 [ 3 ] {05c730c0-b091-4734-ae2c-53fcb51a22c2} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2291 | 2024.07.15 19:55:39.058615 [ 192 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_6_1} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2292 | 2024.07.15 19:55:39.058790 [ 3 ] {05c730c0-b091-4734-ae2c-53fcb51a22c2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004552 sec., 439.3673110720563 rows/sec., 35.83 KiB/sec. | ||
2293 | 2024.07.15 19:55:39.059073 [ 192 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_6_1} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2294 | 2024.07.15 19:55:39.059246 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2295 | 2024.07.15 19:55:39.059257 [ 3 ] {05c730c0-b091-4734-ae2c-53fcb51a22c2} <Debug> DynamicQueryHandler: Done processing query | ||
2296 | 2024.07.15 19:55:39.059309 [ 3 ] {05c730c0-b091-4734-ae2c-53fcb51a22c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2297 | 2024.07.15 19:55:39.059326 [ 3 ] {} <Debug> HTTP-Session: c07ac119-2170-46a5-ae00-363b9445bbfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2298 | 2024.07.15 19:55:39.059459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2299 | 2024.07.15 19:55:39.059510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2300 | 2024.07.15 19:55:39.059529 [ 3 ] {} <Debug> HTTP-Session: 15678735-dfe0-4d47-9e57-d843cb091dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2301 | 2024.07.15 19:55:39.059546 [ 3 ] {} <Debug> HTTP-Session: 15678735-dfe0-4d47-9e57-d843cb091dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2302 | 2024.07.15 19:55:39.059560 [ 3 ] {} <Debug> HTTP-Session: 15678735-dfe0-4d47-9e57-d843cb091dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2303 | 2024.07.15 19:55:39.059594 [ 3 ] {} <Trace> HTTP-Session: 15678735-dfe0-4d47-9e57-d843cb091dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2304 | 2024.07.15 19:55:39.059745 [ 3 ] {576fe2e6-6d12-4d54-bf9c-3e6f3ba7a199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2305 | 2024.07.15 19:55:39.059788 [ 3 ] {576fe2e6-6d12-4d54-bf9c-3e6f3ba7a199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2306 | 2024.07.15 19:55:39.059935 [ 3 ] {576fe2e6-6d12-4d54-bf9c-3e6f3ba7a199} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2307 | 2024.07.15 19:55:39.060308 [ 3 ] {576fe2e6-6d12-4d54-bf9c-3e6f3ba7a199} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2308 | 2024.07.15 19:55:39.060344 [ 3 ] {576fe2e6-6d12-4d54-bf9c-3e6f3ba7a199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2309 | 2024.07.15 19:55:39.060683 [ 3 ] {576fe2e6-6d12-4d54-bf9c-3e6f3ba7a199} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2310 | 2024.07.15 19:55:39.061014 [ 3 ] {576fe2e6-6d12-4d54-bf9c-3e6f3ba7a199} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2311 | 2024.07.15 19:55:39.061147 [ 3 ] {576fe2e6-6d12-4d54-bf9c-3e6f3ba7a199} <Debug> executeQuery: Read 125 rows, 10.63 KiB in 0.001475 sec., 84745.76271186442 rows/sec., 7.04 MiB/sec. | ||
2312 | 2024.07.15 19:55:39.061306 [ 3 ] {576fe2e6-6d12-4d54-bf9c-3e6f3ba7a199} <Debug> DynamicQueryHandler: Done processing query | ||
2313 | 2024.07.15 19:55:39.061329 [ 3 ] {576fe2e6-6d12-4d54-bf9c-3e6f3ba7a199} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2314 | 2024.07.15 19:55:39.061346 [ 3 ] {} <Debug> HTTP-Session: 15678735-dfe0-4d47-9e57-d843cb091dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.07.15 19:55:39.061460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2316 | 2024.07.15 19:55:39.061508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2317 | 2024.07.15 19:55:39.061526 [ 3 ] {} <Debug> HTTP-Session: 79c04642-bc35-44cf-9471-cb75e04fae49 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2318 | 2024.07.15 19:55:39.061543 [ 3 ] {} <Debug> HTTP-Session: 79c04642-bc35-44cf-9471-cb75e04fae49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2319 | 2024.07.15 19:55:39.061557 [ 3 ] {} <Debug> HTTP-Session: 79c04642-bc35-44cf-9471-cb75e04fae49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2320 | 2024.07.15 19:55:39.061588 [ 3 ] {} <Trace> HTTP-Session: 79c04642-bc35-44cf-9471-cb75e04fae49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2321 | 2024.07.15 19:55:39.061681 [ 3 ] {889eff03-8538-4b89-b9bb-97e411d6339b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2322 | 2024.07.15 19:55:39.061721 [ 3 ] {889eff03-8538-4b89-b9bb-97e411d6339b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2323 | 2024.07.15 19:55:39.061845 [ 3 ] {889eff03-8538-4b89-b9bb-97e411d6339b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2324 | 2024.07.15 19:55:39.064615 [ 3 ] {889eff03-8538-4b89-b9bb-97e411d6339b} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2325 | 2024.07.15 19:55:39.064658 [ 3 ] {889eff03-8538-4b89-b9bb-97e411d6339b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2326 | 2024.07.15 19:55:39.065010 [ 3 ] {889eff03-8538-4b89-b9bb-97e411d6339b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2327 | 2024.07.15 19:55:39.065331 [ 3 ] {889eff03-8538-4b89-b9bb-97e411d6339b} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2328 | 2024.07.15 19:55:39.065452 [ 3 ] {889eff03-8538-4b89-b9bb-97e411d6339b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003796 sec., 526.8703898840886 rows/sec., 36.79 KiB/sec. | ||
2329 | 2024.07.15 19:55:39.065610 [ 3 ] {889eff03-8538-4b89-b9bb-97e411d6339b} <Debug> DynamicQueryHandler: Done processing query | ||
2330 | 2024.07.15 19:55:39.065634 [ 3 ] {889eff03-8538-4b89-b9bb-97e411d6339b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2331 | 2024.07.15 19:55:39.065650 [ 3 ] {} <Debug> HTTP-Session: 79c04642-bc35-44cf-9471-cb75e04fae49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2332 | 2024.07.15 19:55:39.065781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2333 | 2024.07.15 19:55:39.065828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2334 | 2024.07.15 19:55:39.065846 [ 3 ] {} <Debug> HTTP-Session: 939eb8a8-94f8-4bb8-aa55-6e5ff30019cb Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2335 | 2024.07.15 19:55:39.065863 [ 3 ] {} <Debug> HTTP-Session: 939eb8a8-94f8-4bb8-aa55-6e5ff30019cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2336 | 2024.07.15 19:55:39.065877 [ 3 ] {} <Debug> HTTP-Session: 939eb8a8-94f8-4bb8-aa55-6e5ff30019cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2337 | 2024.07.15 19:55:39.065907 [ 3 ] {} <Trace> HTTP-Session: 939eb8a8-94f8-4bb8-aa55-6e5ff30019cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2338 | 2024.07.15 19:55:39.066026 [ 3 ] {5a63d44a-202d-4927-a6a8-12a8c5793391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2339 | 2024.07.15 19:55:39.066071 [ 3 ] {5a63d44a-202d-4927-a6a8-12a8c5793391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2340 | 2024.07.15 19:55:39.066192 [ 3 ] {5a63d44a-202d-4927-a6a8-12a8c5793391} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2341 | 2024.07.15 19:55:39.066535 [ 3 ] {5a63d44a-202d-4927-a6a8-12a8c5793391} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2342 | 2024.07.15 19:55:39.066571 [ 3 ] {5a63d44a-202d-4927-a6a8-12a8c5793391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2343 | 2024.07.15 19:55:39.066892 [ 3 ] {5a63d44a-202d-4927-a6a8-12a8c5793391} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2344 | 2024.07.15 19:55:39.067209 [ 3 ] {5a63d44a-202d-4927-a6a8-12a8c5793391} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2345 | 2024.07.15 19:55:39.067343 [ 3 ] {5a63d44a-202d-4927-a6a8-12a8c5793391} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001363 sec., 60161.40865737344 rows/sec., 4.70 MiB/sec. | ||
2346 | 2024.07.15 19:55:39.067503 [ 3 ] {5a63d44a-202d-4927-a6a8-12a8c5793391} <Debug> DynamicQueryHandler: Done processing query | ||
2347 | 2024.07.15 19:55:39.067527 [ 3 ] {5a63d44a-202d-4927-a6a8-12a8c5793391} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2348 | 2024.07.15 19:55:39.067545 [ 3 ] {} <Debug> HTTP-Session: 939eb8a8-94f8-4bb8-aa55-6e5ff30019cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2349 | 2024.07.15 19:55:39.067729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2350 | 2024.07.15 19:55:39.067778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2351 | 2024.07.15 19:55:39.067798 [ 3 ] {} <Debug> HTTP-Session: 49fa7709-2864-4855-bbca-43c2bbb60a4e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2352 | 2024.07.15 19:55:39.067816 [ 3 ] {} <Debug> HTTP-Session: 49fa7709-2864-4855-bbca-43c2bbb60a4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2353 | 2024.07.15 19:55:39.067830 [ 3 ] {} <Debug> HTTP-Session: 49fa7709-2864-4855-bbca-43c2bbb60a4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2354 | 2024.07.15 19:55:39.067860 [ 3 ] {} <Trace> HTTP-Session: 49fa7709-2864-4855-bbca-43c2bbb60a4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2355 | 2024.07.15 19:55:39.068020 [ 3 ] {1e943f57-209c-4dbf-9319-08e914768a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2356 | 2024.07.15 19:55:39.068065 [ 3 ] {1e943f57-209c-4dbf-9319-08e914768a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2357 | 2024.07.15 19:55:39.068201 [ 3 ] {1e943f57-209c-4dbf-9319-08e914768a6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2358 | 2024.07.15 19:55:39.068576 [ 3 ] {1e943f57-209c-4dbf-9319-08e914768a6a} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2359 | 2024.07.15 19:55:39.068612 [ 3 ] {1e943f57-209c-4dbf-9319-08e914768a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2360 | 2024.07.15 19:55:39.069054 [ 3 ] {1e943f57-209c-4dbf-9319-08e914768a6a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2361 | 2024.07.15 19:55:39.069418 [ 3 ] {1e943f57-209c-4dbf-9319-08e914768a6a} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2362 | 2024.07.15 19:55:39.069547 [ 3 ] {1e943f57-209c-4dbf-9319-08e914768a6a} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001613 sec., 93614.38313701177 rows/sec., 6.49 MiB/sec. | ||
2363 | 2024.07.15 19:55:39.069710 [ 3 ] {1e943f57-209c-4dbf-9319-08e914768a6a} <Debug> DynamicQueryHandler: Done processing query | ||
2364 | 2024.07.15 19:55:39.069735 [ 3 ] {1e943f57-209c-4dbf-9319-08e914768a6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2365 | 2024.07.15 19:55:39.069750 [ 3 ] {} <Debug> HTTP-Session: 49fa7709-2864-4855-bbca-43c2bbb60a4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.07.15 19:55:39.069931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2367 | 2024.07.15 19:55:39.069978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2368 | 2024.07.15 19:55:39.069997 [ 3 ] {} <Debug> HTTP-Session: a3e9cda9-0def-4dc8-807e-ccd047459eef Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2369 | 2024.07.15 19:55:39.070014 [ 3 ] {} <Debug> HTTP-Session: a3e9cda9-0def-4dc8-807e-ccd047459eef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2370 | 2024.07.15 19:55:39.070036 [ 3 ] {} <Debug> HTTP-Session: a3e9cda9-0def-4dc8-807e-ccd047459eef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2371 | 2024.07.15 19:55:39.070077 [ 3 ] {} <Trace> HTTP-Session: a3e9cda9-0def-4dc8-807e-ccd047459eef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2372 | 2024.07.15 19:55:39.070474 [ 3 ] {a3dae523-e67e-4836-a807-6c25ffc2d333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2373 | 2024.07.15 19:55:39.070555 [ 3 ] {a3dae523-e67e-4836-a807-6c25ffc2d333} <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 | ||
2374 | 2024.07.15 19:55:39.071045 [ 3 ] {a3dae523-e67e-4836-a807-6c25ffc2d333} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2375 | 2024.07.15 19:55:39.071672 [ 3 ] {a3dae523-e67e-4836-a807-6c25ffc2d333} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2376 | 2024.07.15 19:55:39.071708 [ 3 ] {a3dae523-e67e-4836-a807-6c25ffc2d333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2377 | 2024.07.15 19:55:39.072306 [ 3 ] {a3dae523-e67e-4836-a807-6c25ffc2d333} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2378 | 2024.07.15 19:55:39.072702 [ 3 ] {a3dae523-e67e-4836-a807-6c25ffc2d333} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2379 | 2024.07.15 19:55:39.072828 [ 55 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2380 | 2024.07.15 19:55:39.072850 [ 3 ] {a3dae523-e67e-4836-a807-6c25ffc2d333} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002673 sec., 8978.675645342311 rows/sec., 16.09 MiB/sec. | ||
2381 | 2024.07.15 19:55:39.072879 [ 55 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2382 | 2024.07.15 19:55:39.072927 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2383 | 2024.07.15 19:55:39.073263 [ 201 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
2384 | 2024.07.15 19:55:39.073332 [ 3 ] {a3dae523-e67e-4836-a807-6c25ffc2d333} <Debug> DynamicQueryHandler: Done processing query | ||
2385 | 2024.07.15 19:55:39.073381 [ 3 ] {a3dae523-e67e-4836-a807-6c25ffc2d333} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2386 | 2024.07.15 19:55:39.073430 [ 3 ] {} <Debug> HTTP-Session: a3e9cda9-0def-4dc8-807e-ccd047459eef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2387 | 2024.07.15 19:55:39.073623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2388 | 2024.07.15 19:55:39.073739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2389 | 2024.07.15 19:55:39.073803 [ 3 ] {} <Debug> HTTP-Session: 7cde0c4c-89c0-43ef-97ab-3dd33aaa3e0d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2390 | 2024.07.15 19:55:39.073859 [ 3 ] {} <Debug> HTTP-Session: 7cde0c4c-89c0-43ef-97ab-3dd33aaa3e0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2391 | 2024.07.15 19:55:39.073902 [ 3 ] {} <Debug> HTTP-Session: 7cde0c4c-89c0-43ef-97ab-3dd33aaa3e0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2392 | 2024.07.15 19:55:39.074006 [ 3 ] {} <Trace> HTTP-Session: 7cde0c4c-89c0-43ef-97ab-3dd33aaa3e0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2393 | 2024.07.15 19:55:39.074102 [ 201 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2394 | 2024.07.15 19:55:39.074307 [ 201 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
2395 | 2024.07.15 19:55:39.074316 [ 3 ] {e817d5f3-a67e-4a3b-b96a-c948988abd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2396 | 2024.07.15 19:55:39.074438 [ 3 ] {e817d5f3-a67e-4a3b-b96a-c948988abd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2397 | 2024.07.15 19:55:39.075087 [ 201 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
2398 | 2024.07.15 19:55:39.075313 [ 3 ] {e817d5f3-a67e-4a3b-b96a-c948988abd6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2399 | 2024.07.15 19:55:39.075779 [ 201 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
2400 | 2024.07.15 19:55:39.076421 [ 201 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
2401 | 2024.07.15 19:55:39.076629 [ 3 ] {e817d5f3-a67e-4a3b-b96a-c948988abd6d} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2402 | 2024.07.15 19:55:39.076730 [ 3 ] {e817d5f3-a67e-4a3b-b96a-c948988abd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2403 | 2024.07.15 19:55:39.077074 [ 201 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
2404 | 2024.07.15 19:55:39.077659 [ 201 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
2405 | 2024.07.15 19:55:39.078231 [ 3 ] {e817d5f3-a67e-4a3b-b96a-c948988abd6d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2406 | 2024.07.15 19:55:39.079023 [ 3 ] {e817d5f3-a67e-4a3b-b96a-c948988abd6d} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2407 | 2024.07.15 19:55:39.079482 [ 3 ] {e817d5f3-a67e-4a3b-b96a-c948988abd6d} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005293 sec., 9446.438692612885 rows/sec., 663.28 KiB/sec. | ||
2408 | 2024.07.15 19:55:39.079832 [ 3 ] {e817d5f3-a67e-4a3b-b96a-c948988abd6d} <Debug> DynamicQueryHandler: Done processing query | ||
2409 | 2024.07.15 19:55:39.079898 [ 3 ] {e817d5f3-a67e-4a3b-b96a-c948988abd6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2410 | 2024.07.15 19:55:39.079954 [ 3 ] {} <Debug> HTTP-Session: 7cde0c4c-89c0-43ef-97ab-3dd33aaa3e0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2411 | 2024.07.15 19:55:39.082075 [ 192 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 19 columns (19 merged, 0 gathered) in 0.00901161 sec., 14647.771042022458 rows/sec., 26.25 MiB/sec. | ||
2412 | 2024.07.15 19:55:39.082585 [ 192 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2413 | 2024.07.15 19:55:39.083526 [ 192 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2414 | 2024.07.15 19:55:39.083647 [ 192 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2415 | 2024.07.15 19:55:39.083850 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
2416 | 2024.07.15 19:55:44.040912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2417 | 2024.07.15 19:55:44.041053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2418 | 2024.07.15 19:55:44.041083 [ 3 ] {} <Debug> HTTP-Session: 960f8716-6128-4730-9f89-2d2c2e00664d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2419 | 2024.07.15 19:55:44.041114 [ 3 ] {} <Debug> HTTP-Session: 960f8716-6128-4730-9f89-2d2c2e00664d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2420 | 2024.07.15 19:55:44.041132 [ 3 ] {} <Debug> HTTP-Session: 960f8716-6128-4730-9f89-2d2c2e00664d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2421 | 2024.07.15 19:55:44.041187 [ 3 ] {} <Trace> HTTP-Session: 960f8716-6128-4730-9f89-2d2c2e00664d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2422 | 2024.07.15 19:55:44.041382 [ 3 ] {c2133e59-e21e-422c-b793-df36acf81e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2423 | 2024.07.15 19:55:44.041460 [ 3 ] {c2133e59-e21e-422c-b793-df36acf81e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2424 | 2024.07.15 19:55:44.041675 [ 3 ] {c2133e59-e21e-422c-b793-df36acf81e2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2425 | 2024.07.15 19:55:44.042149 [ 3 ] {c2133e59-e21e-422c-b793-df36acf81e2c} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2426 | 2024.07.15 19:55:44.042200 [ 3 ] {c2133e59-e21e-422c-b793-df36acf81e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2427 | 2024.07.15 19:55:44.042639 [ 3 ] {c2133e59-e21e-422c-b793-df36acf81e2c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2428 | 2024.07.15 19:55:44.043051 [ 3 ] {c2133e59-e21e-422c-b793-df36acf81e2c} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2429 | 2024.07.15 19:55:44.043222 [ 3 ] {c2133e59-e21e-422c-b793-df36acf81e2c} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001897 sec., 3162.88877174486 rows/sec., 256.37 KiB/sec. | ||
2430 | 2024.07.15 19:55:44.043466 [ 3 ] {c2133e59-e21e-422c-b793-df36acf81e2c} <Debug> DynamicQueryHandler: Done processing query | ||
2431 | 2024.07.15 19:55:44.043497 [ 3 ] {c2133e59-e21e-422c-b793-df36acf81e2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2432 | 2024.07.15 19:55:44.043518 [ 3 ] {} <Debug> HTTP-Session: 960f8716-6128-4730-9f89-2d2c2e00664d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2433 | 2024.07.15 19:55:44.043706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2434 | 2024.07.15 19:55:44.043788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2435 | 2024.07.15 19:55:44.043822 [ 3 ] {} <Debug> HTTP-Session: 35cb0b57-ca8b-4c60-b6a2-e3048a08f26d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2436 | 2024.07.15 19:55:44.043852 [ 3 ] {} <Debug> HTTP-Session: 35cb0b57-ca8b-4c60-b6a2-e3048a08f26d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2437 | 2024.07.15 19:55:44.043876 [ 3 ] {} <Debug> HTTP-Session: 35cb0b57-ca8b-4c60-b6a2-e3048a08f26d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2438 | 2024.07.15 19:55:44.043927 [ 3 ] {} <Trace> HTTP-Session: 35cb0b57-ca8b-4c60-b6a2-e3048a08f26d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2439 | 2024.07.15 19:55:44.044070 [ 3 ] {868630ee-a76c-40ae-b876-4ea1c2755ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2440 | 2024.07.15 19:55:44.044138 [ 3 ] {868630ee-a76c-40ae-b876-4ea1c2755ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2441 | 2024.07.15 19:55:44.044310 [ 3 ] {868630ee-a76c-40ae-b876-4ea1c2755ee1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2442 | 2024.07.15 19:55:44.044636 [ 3 ] {868630ee-a76c-40ae-b876-4ea1c2755ee1} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2443 | 2024.07.15 19:55:44.044679 [ 3 ] {868630ee-a76c-40ae-b876-4ea1c2755ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2444 | 2024.07.15 19:55:44.045037 [ 3 ] {868630ee-a76c-40ae-b876-4ea1c2755ee1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2445 | 2024.07.15 19:55:44.045456 [ 3 ] {868630ee-a76c-40ae-b876-4ea1c2755ee1} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2446 | 2024.07.15 19:55:44.045602 [ 3 ] {868630ee-a76c-40ae-b876-4ea1c2755ee1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001568 sec., 1275.5102040816328 rows/sec., 104.01 KiB/sec. | ||
2447 | 2024.07.15 19:55:44.045925 [ 3 ] {868630ee-a76c-40ae-b876-4ea1c2755ee1} <Debug> DynamicQueryHandler: Done processing query | ||
2448 | 2024.07.15 19:55:44.045959 [ 3 ] {868630ee-a76c-40ae-b876-4ea1c2755ee1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2449 | 2024.07.15 19:55:44.045980 [ 3 ] {} <Debug> HTTP-Session: 35cb0b57-ca8b-4c60-b6a2-e3048a08f26d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2450 | 2024.07.15 19:55:44.046145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 10082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2451 | 2024.07.15 19:55:44.046211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2452 | 2024.07.15 19:55:44.046234 [ 3 ] {} <Debug> HTTP-Session: 09d0104a-6452-4166-81c5-ef392f53e214 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2453 | 2024.07.15 19:55:44.046251 [ 3 ] {} <Debug> HTTP-Session: 09d0104a-6452-4166-81c5-ef392f53e214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2454 | 2024.07.15 19:55:44.046268 [ 3 ] {} <Debug> HTTP-Session: 09d0104a-6452-4166-81c5-ef392f53e214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2455 | 2024.07.15 19:55:44.046309 [ 3 ] {} <Trace> HTTP-Session: 09d0104a-6452-4166-81c5-ef392f53e214 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2456 | 2024.07.15 19:55:44.046458 [ 3 ] {dcff2ac5-c38a-4673-8ce7-664b69dc8271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2457 | 2024.07.15 19:55:44.046512 [ 3 ] {dcff2ac5-c38a-4673-8ce7-664b69dc8271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2458 | 2024.07.15 19:55:44.046675 [ 3 ] {dcff2ac5-c38a-4673-8ce7-664b69dc8271} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2459 | 2024.07.15 19:55:44.047080 [ 3 ] {dcff2ac5-c38a-4673-8ce7-664b69dc8271} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2460 | 2024.07.15 19:55:44.047123 [ 3 ] {dcff2ac5-c38a-4673-8ce7-664b69dc8271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2461 | 2024.07.15 19:55:44.047662 [ 3 ] {dcff2ac5-c38a-4673-8ce7-664b69dc8271} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2462 | 2024.07.15 19:55:44.048066 [ 3 ] {dcff2ac5-c38a-4673-8ce7-664b69dc8271} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2463 | 2024.07.15 19:55:44.048215 [ 3 ] {dcff2ac5-c38a-4673-8ce7-664b69dc8271} <Debug> executeQuery: Read 71 rows, 5.75 KiB in 0.001812 sec., 39183.22295805739 rows/sec., 3.10 MiB/sec. | ||
2464 | 2024.07.15 19:55:44.048465 [ 3 ] {dcff2ac5-c38a-4673-8ce7-664b69dc8271} <Debug> DynamicQueryHandler: Done processing query | ||
2465 | 2024.07.15 19:55:44.048500 [ 3 ] {dcff2ac5-c38a-4673-8ce7-664b69dc8271} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2466 | 2024.07.15 19:55:44.048522 [ 3 ] {} <Debug> HTTP-Session: 09d0104a-6452-4166-81c5-ef392f53e214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2467 | 2024.07.15 19:55:44.048687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2468 | 2024.07.15 19:55:44.048751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2469 | 2024.07.15 19:55:44.048776 [ 3 ] {} <Debug> HTTP-Session: dc2ae691-0498-4eca-b983-f761870b1009 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2470 | 2024.07.15 19:55:44.048803 [ 3 ] {} <Debug> HTTP-Session: dc2ae691-0498-4eca-b983-f761870b1009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2471 | 2024.07.15 19:55:44.048822 [ 3 ] {} <Debug> HTTP-Session: dc2ae691-0498-4eca-b983-f761870b1009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2472 | 2024.07.15 19:55:44.048859 [ 3 ] {} <Trace> HTTP-Session: dc2ae691-0498-4eca-b983-f761870b1009 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2473 | 2024.07.15 19:55:44.048969 [ 3 ] {d1011773-ca7e-4269-9c38-8aea0bd30860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2474 | 2024.07.15 19:55:44.049020 [ 3 ] {d1011773-ca7e-4269-9c38-8aea0bd30860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2475 | 2024.07.15 19:55:44.049161 [ 3 ] {d1011773-ca7e-4269-9c38-8aea0bd30860} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2476 | 2024.07.15 19:55:44.049479 [ 3 ] {d1011773-ca7e-4269-9c38-8aea0bd30860} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2477 | 2024.07.15 19:55:44.049521 [ 3 ] {d1011773-ca7e-4269-9c38-8aea0bd30860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2478 | 2024.07.15 19:55:44.049893 [ 3 ] {d1011773-ca7e-4269-9c38-8aea0bd30860} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2479 | 2024.07.15 19:55:44.050255 [ 3 ] {d1011773-ca7e-4269-9c38-8aea0bd30860} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2480 | 2024.07.15 19:55:44.050397 [ 3 ] {d1011773-ca7e-4269-9c38-8aea0bd30860} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001458 sec., 1371.7421124828531 rows/sec., 95.78 KiB/sec. | ||
2481 | 2024.07.15 19:55:44.050582 [ 3 ] {d1011773-ca7e-4269-9c38-8aea0bd30860} <Debug> DynamicQueryHandler: Done processing query | ||
2482 | 2024.07.15 19:55:44.050613 [ 3 ] {d1011773-ca7e-4269-9c38-8aea0bd30860} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2483 | 2024.07.15 19:55:44.050631 [ 3 ] {} <Debug> HTTP-Session: dc2ae691-0498-4eca-b983-f761870b1009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2484 | 2024.07.15 19:55:44.050798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 12410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2485 | 2024.07.15 19:55:44.050857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2486 | 2024.07.15 19:55:44.050879 [ 3 ] {} <Debug> HTTP-Session: 73e4a885-9a88-4d1b-9b9b-dd0d05662454 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2487 | 2024.07.15 19:55:44.050896 [ 3 ] {} <Debug> HTTP-Session: 73e4a885-9a88-4d1b-9b9b-dd0d05662454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2488 | 2024.07.15 19:55:44.050913 [ 3 ] {} <Debug> HTTP-Session: 73e4a885-9a88-4d1b-9b9b-dd0d05662454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2489 | 2024.07.15 19:55:44.050951 [ 3 ] {} <Trace> HTTP-Session: 73e4a885-9a88-4d1b-9b9b-dd0d05662454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2490 | 2024.07.15 19:55:44.051087 [ 3 ] {0691f4e8-2e1b-4784-a508-a31e5928319f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2491 | 2024.07.15 19:55:44.051136 [ 3 ] {0691f4e8-2e1b-4784-a508-a31e5928319f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2492 | 2024.07.15 19:55:44.051287 [ 3 ] {0691f4e8-2e1b-4784-a508-a31e5928319f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2493 | 2024.07.15 19:55:44.051647 [ 3 ] {0691f4e8-2e1b-4784-a508-a31e5928319f} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2494 | 2024.07.15 19:55:44.051687 [ 3 ] {0691f4e8-2e1b-4784-a508-a31e5928319f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2495 | 2024.07.15 19:55:44.052069 [ 3 ] {0691f4e8-2e1b-4784-a508-a31e5928319f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2496 | 2024.07.15 19:55:44.052419 [ 3 ] {0691f4e8-2e1b-4784-a508-a31e5928319f} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2497 | 2024.07.15 19:55:44.052557 [ 3 ] {0691f4e8-2e1b-4784-a508-a31e5928319f} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001517 sec., 48121.29202373105 rows/sec., 3.76 MiB/sec. | ||
2498 | 2024.07.15 19:55:44.052912 [ 3 ] {0691f4e8-2e1b-4784-a508-a31e5928319f} <Debug> DynamicQueryHandler: Done processing query | ||
2499 | 2024.07.15 19:55:44.052941 [ 3 ] {0691f4e8-2e1b-4784-a508-a31e5928319f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2500 | 2024.07.15 19:55:44.052961 [ 3 ] {} <Debug> HTTP-Session: 73e4a885-9a88-4d1b-9b9b-dd0d05662454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2501 | 2024.07.15 19:55:44.053181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2502 | 2024.07.15 19:55:44.053241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2503 | 2024.07.15 19:55:44.053262 [ 3 ] {} <Debug> HTTP-Session: 253bcb89-d17d-48c6-92e5-52a22a58ea17 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2504 | 2024.07.15 19:55:44.053282 [ 3 ] {} <Debug> HTTP-Session: 253bcb89-d17d-48c6-92e5-52a22a58ea17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2505 | 2024.07.15 19:55:44.053296 [ 3 ] {} <Debug> HTTP-Session: 253bcb89-d17d-48c6-92e5-52a22a58ea17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2506 | 2024.07.15 19:55:44.053333 [ 3 ] {} <Trace> HTTP-Session: 253bcb89-d17d-48c6-92e5-52a22a58ea17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2507 | 2024.07.15 19:55:44.053512 [ 3 ] {4bea42d7-ceb1-41d5-ace9-d88d4b82805a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2508 | 2024.07.15 19:55:44.053568 [ 3 ] {4bea42d7-ceb1-41d5-ace9-d88d4b82805a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2509 | 2024.07.15 19:55:44.053754 [ 3 ] {4bea42d7-ceb1-41d5-ace9-d88d4b82805a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2510 | 2024.07.15 19:55:44.054184 [ 3 ] {4bea42d7-ceb1-41d5-ace9-d88d4b82805a} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2511 | 2024.07.15 19:55:44.054225 [ 3 ] {4bea42d7-ceb1-41d5-ace9-d88d4b82805a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2512 | 2024.07.15 19:55:44.054707 [ 3 ] {4bea42d7-ceb1-41d5-ace9-d88d4b82805a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2513 | 2024.07.15 19:55:44.055112 [ 3 ] {4bea42d7-ceb1-41d5-ace9-d88d4b82805a} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2514 | 2024.07.15 19:55:44.055255 [ 3 ] {4bea42d7-ceb1-41d5-ace9-d88d4b82805a} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001826 sec., 82694.41401971523 rows/sec., 5.73 MiB/sec. | ||
2515 | 2024.07.15 19:55:44.055448 [ 3 ] {4bea42d7-ceb1-41d5-ace9-d88d4b82805a} <Debug> DynamicQueryHandler: Done processing query | ||
2516 | 2024.07.15 19:55:44.055476 [ 3 ] {4bea42d7-ceb1-41d5-ace9-d88d4b82805a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2517 | 2024.07.15 19:55:44.055495 [ 3 ] {} <Debug> HTTP-Session: 253bcb89-d17d-48c6-92e5-52a22a58ea17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2518 | 2024.07.15 19:55:44.055651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2519 | 2024.07.15 19:55:44.055719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2520 | 2024.07.15 19:55:44.055750 [ 3 ] {} <Debug> HTTP-Session: 785b9dbc-f0d1-431f-9511-bd3e7cd0ff30 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2521 | 2024.07.15 19:55:44.055767 [ 3 ] {} <Debug> HTTP-Session: 785b9dbc-f0d1-431f-9511-bd3e7cd0ff30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2522 | 2024.07.15 19:55:44.055784 [ 3 ] {} <Debug> HTTP-Session: 785b9dbc-f0d1-431f-9511-bd3e7cd0ff30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2523 | 2024.07.15 19:55:44.055818 [ 3 ] {} <Trace> HTTP-Session: 785b9dbc-f0d1-431f-9511-bd3e7cd0ff30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2524 | 2024.07.15 19:55:44.055994 [ 3 ] {d73147af-4a15-4ca6-af49-ef78d3198790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2525 | 2024.07.15 19:55:44.056066 [ 3 ] {d73147af-4a15-4ca6-af49-ef78d3198790} <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 | ||
2526 | 2024.07.15 19:55:44.056490 [ 3 ] {d73147af-4a15-4ca6-af49-ef78d3198790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2527 | 2024.07.15 19:55:44.057073 [ 3 ] {d73147af-4a15-4ca6-af49-ef78d3198790} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2528 | 2024.07.15 19:55:44.057116 [ 3 ] {d73147af-4a15-4ca6-af49-ef78d3198790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2529 | 2024.07.15 19:55:44.057805 [ 3 ] {d73147af-4a15-4ca6-af49-ef78d3198790} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2530 | 2024.07.15 19:55:44.058382 [ 3 ] {d73147af-4a15-4ca6-af49-ef78d3198790} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2531 | 2024.07.15 19:55:44.058547 [ 3 ] {d73147af-4a15-4ca6-af49-ef78d3198790} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002644 sec., 2269.28895612708 rows/sec., 4.07 MiB/sec. | ||
2532 | 2024.07.15 19:55:44.058922 [ 3 ] {d73147af-4a15-4ca6-af49-ef78d3198790} <Debug> DynamicQueryHandler: Done processing query | ||
2533 | 2024.07.15 19:55:44.058952 [ 3 ] {d73147af-4a15-4ca6-af49-ef78d3198790} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
2534 | 2024.07.15 19:55:44.058971 [ 3 ] {} <Debug> HTTP-Session: 785b9dbc-f0d1-431f-9511-bd3e7cd0ff30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2535 | 2024.07.15 19:55:44.059114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2536 | 2024.07.15 19:55:44.059171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2537 | 2024.07.15 19:55:44.059193 [ 3 ] {} <Debug> HTTP-Session: 64dabca4-0721-49dd-a88b-611a97f3e4d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2538 | 2024.07.15 19:55:44.059210 [ 3 ] {} <Debug> HTTP-Session: 64dabca4-0721-49dd-a88b-611a97f3e4d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2539 | 2024.07.15 19:55:44.059228 [ 3 ] {} <Debug> HTTP-Session: 64dabca4-0721-49dd-a88b-611a97f3e4d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2540 | 2024.07.15 19:55:44.059262 [ 3 ] {} <Trace> HTTP-Session: 64dabca4-0721-49dd-a88b-611a97f3e4d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2541 | 2024.07.15 19:55:44.059378 [ 3 ] {4b6d9ba2-d3f7-40e2-ac26-224b44febf82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2542 | 2024.07.15 19:55:44.059429 [ 3 ] {4b6d9ba2-d3f7-40e2-ac26-224b44febf82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2543 | 2024.07.15 19:55:44.059572 [ 3 ] {4b6d9ba2-d3f7-40e2-ac26-224b44febf82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2544 | 2024.07.15 19:55:44.059876 [ 3 ] {4b6d9ba2-d3f7-40e2-ac26-224b44febf82} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2545 | 2024.07.15 19:55:44.059916 [ 3 ] {4b6d9ba2-d3f7-40e2-ac26-224b44febf82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2546 | 2024.07.15 19:55:44.060327 [ 3 ] {4b6d9ba2-d3f7-40e2-ac26-224b44febf82} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2547 | 2024.07.15 19:55:44.060709 [ 3 ] {4b6d9ba2-d3f7-40e2-ac26-224b44febf82} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2548 | 2024.07.15 19:55:44.060853 [ 3 ] {4b6d9ba2-d3f7-40e2-ac26-224b44febf82} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001506 sec., 5976.095617529881 rows/sec., 422.14 KiB/sec. | ||
2549 | 2024.07.15 19:55:44.061143 [ 3 ] {4b6d9ba2-d3f7-40e2-ac26-224b44febf82} <Debug> DynamicQueryHandler: Done processing query | ||
2550 | 2024.07.15 19:55:44.061171 [ 3 ] {4b6d9ba2-d3f7-40e2-ac26-224b44febf82} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2551 | 2024.07.15 19:55:44.061190 [ 3 ] {} <Debug> HTTP-Session: 64dabca4-0721-49dd-a88b-611a97f3e4d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2552 | 2024.07.15 19:55:44.061330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2553 | 2024.07.15 19:55:44.061385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2554 | 2024.07.15 19:55:44.061405 [ 3 ] {} <Debug> HTTP-Session: 67e53541-537d-4026-99c5-bd822070bc86 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2555 | 2024.07.15 19:55:44.061425 [ 3 ] {} <Debug> HTTP-Session: 67e53541-537d-4026-99c5-bd822070bc86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2556 | 2024.07.15 19:55:44.061442 [ 3 ] {} <Debug> HTTP-Session: 67e53541-537d-4026-99c5-bd822070bc86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2557 | 2024.07.15 19:55:44.061475 [ 3 ] {} <Trace> HTTP-Session: 67e53541-537d-4026-99c5-bd822070bc86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2558 | 2024.07.15 19:55:44.061597 [ 3 ] {09a26ede-899f-4619-a49f-914306625dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2559 | 2024.07.15 19:55:44.061652 [ 3 ] {09a26ede-899f-4619-a49f-914306625dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2560 | 2024.07.15 19:55:44.061808 [ 3 ] {09a26ede-899f-4619-a49f-914306625dce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2561 | 2024.07.15 19:55:44.062141 [ 3 ] {09a26ede-899f-4619-a49f-914306625dce} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2562 | 2024.07.15 19:55:44.062181 [ 3 ] {09a26ede-899f-4619-a49f-914306625dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2563 | 2024.07.15 19:55:44.062584 [ 3 ] {09a26ede-899f-4619-a49f-914306625dce} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2564 | 2024.07.15 19:55:44.062967 [ 3 ] {09a26ede-899f-4619-a49f-914306625dce} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2565 | 2024.07.15 19:55:44.063106 [ 3 ] {09a26ede-899f-4619-a49f-914306625dce} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001547 sec., 32320.620555914673 rows/sec., 2.22 MiB/sec. | ||
2566 | 2024.07.15 19:55:44.063286 [ 3 ] {09a26ede-899f-4619-a49f-914306625dce} <Debug> DynamicQueryHandler: Done processing query | ||
2567 | 2024.07.15 19:55:44.063314 [ 3 ] {09a26ede-899f-4619-a49f-914306625dce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2568 | 2024.07.15 19:55:44.063331 [ 3 ] {} <Debug> HTTP-Session: 67e53541-537d-4026-99c5-bd822070bc86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2569 | 2024.07.15 19:55:49.040854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2570 | 2024.07.15 19:55:49.040990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2571 | 2024.07.15 19:55:49.041019 [ 3 ] {} <Debug> HTTP-Session: 6128232f-bdb9-474d-91d0-9abe463a887d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2572 | 2024.07.15 19:55:49.041047 [ 3 ] {} <Debug> HTTP-Session: 6128232f-bdb9-474d-91d0-9abe463a887d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2573 | 2024.07.15 19:55:49.041066 [ 3 ] {} <Debug> HTTP-Session: 6128232f-bdb9-474d-91d0-9abe463a887d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2574 | 2024.07.15 19:55:49.041120 [ 3 ] {} <Trace> HTTP-Session: 6128232f-bdb9-474d-91d0-9abe463a887d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2575 | 2024.07.15 19:55:49.041321 [ 3 ] {afba350a-11f4-4324-a956-64b519aa9fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2576 | 2024.07.15 19:55:49.041403 [ 3 ] {afba350a-11f4-4324-a956-64b519aa9fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2577 | 2024.07.15 19:55:49.041594 [ 3 ] {afba350a-11f4-4324-a956-64b519aa9fdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2578 | 2024.07.15 19:55:49.042104 [ 3 ] {afba350a-11f4-4324-a956-64b519aa9fdd} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2579 | 2024.07.15 19:55:49.042144 [ 3 ] {afba350a-11f4-4324-a956-64b519aa9fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2580 | 2024.07.15 19:55:49.042497 [ 3 ] {afba350a-11f4-4324-a956-64b519aa9fdd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2581 | 2024.07.15 19:55:49.042819 [ 3 ] {afba350a-11f4-4324-a956-64b519aa9fdd} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2582 | 2024.07.15 19:55:49.042979 [ 3 ] {afba350a-11f4-4324-a956-64b519aa9fdd} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001717 sec., 13977.868375072801 rows/sec., 1.11 MiB/sec. | ||
2583 | 2024.07.15 19:55:49.043182 [ 3 ] {afba350a-11f4-4324-a956-64b519aa9fdd} <Debug> DynamicQueryHandler: Done processing query | ||
2584 | 2024.07.15 19:55:49.043209 [ 3 ] {afba350a-11f4-4324-a956-64b519aa9fdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2585 | 2024.07.15 19:55:49.043225 [ 3 ] {} <Debug> HTTP-Session: 6128232f-bdb9-474d-91d0-9abe463a887d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2586 | 2024.07.15 19:55:49.043422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2587 | 2024.07.15 19:55:49.043471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2588 | 2024.07.15 19:55:49.043491 [ 3 ] {} <Debug> HTTP-Session: 84a31784-549b-4a96-bdc0-774430eaa5f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2589 | 2024.07.15 19:55:49.043508 [ 3 ] {} <Debug> HTTP-Session: 84a31784-549b-4a96-bdc0-774430eaa5f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2590 | 2024.07.15 19:55:49.043522 [ 3 ] {} <Debug> HTTP-Session: 84a31784-549b-4a96-bdc0-774430eaa5f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2591 | 2024.07.15 19:55:49.043553 [ 3 ] {} <Trace> HTTP-Session: 84a31784-549b-4a96-bdc0-774430eaa5f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2592 | 2024.07.15 19:55:49.043682 [ 3 ] {b171e7b4-8b97-464d-9271-d8ec3101cd29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2593 | 2024.07.15 19:55:49.043725 [ 3 ] {b171e7b4-8b97-464d-9271-d8ec3101cd29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2594 | 2024.07.15 19:55:49.043850 [ 3 ] {b171e7b4-8b97-464d-9271-d8ec3101cd29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2595 | 2024.07.15 19:55:49.044259 [ 3 ] {b171e7b4-8b97-464d-9271-d8ec3101cd29} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2596 | 2024.07.15 19:55:49.044296 [ 3 ] {b171e7b4-8b97-464d-9271-d8ec3101cd29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2597 | 2024.07.15 19:55:49.044602 [ 3 ] {b171e7b4-8b97-464d-9271-d8ec3101cd29} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2598 | 2024.07.15 19:55:49.044895 [ 3 ] {b171e7b4-8b97-464d-9271-d8ec3101cd29} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2599 | 2024.07.15 19:55:49.045049 [ 3 ] {b171e7b4-8b97-464d-9271-d8ec3101cd29} <Debug> executeQuery: Read 124 rows, 10.55 KiB in 0.001421 sec., 87262.49120337791 rows/sec., 7.25 MiB/sec. | ||
2600 | 2024.07.15 19:55:49.045198 [ 3 ] {b171e7b4-8b97-464d-9271-d8ec3101cd29} <Debug> DynamicQueryHandler: Done processing query | ||
2601 | 2024.07.15 19:55:49.045228 [ 3 ] {b171e7b4-8b97-464d-9271-d8ec3101cd29} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2602 | 2024.07.15 19:55:49.045244 [ 3 ] {} <Debug> HTTP-Session: 84a31784-549b-4a96-bdc0-774430eaa5f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2603 | 2024.07.15 19:55:49.045388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2604 | 2024.07.15 19:55:49.045434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2605 | 2024.07.15 19:55:49.045453 [ 3 ] {} <Debug> HTTP-Session: 9869577b-176c-4061-902c-5ed87c73fb90 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2606 | 2024.07.15 19:55:49.045470 [ 3 ] {} <Debug> HTTP-Session: 9869577b-176c-4061-902c-5ed87c73fb90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2607 | 2024.07.15 19:55:49.045486 [ 3 ] {} <Debug> HTTP-Session: 9869577b-176c-4061-902c-5ed87c73fb90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2608 | 2024.07.15 19:55:49.045516 [ 3 ] {} <Trace> HTTP-Session: 9869577b-176c-4061-902c-5ed87c73fb90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2609 | 2024.07.15 19:55:49.045628 [ 3 ] {a4c7eb7e-5a5d-4bd6-8f7a-1177c57dcdeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2610 | 2024.07.15 19:55:49.045672 [ 3 ] {a4c7eb7e-5a5d-4bd6-8f7a-1177c57dcdeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2611 | 2024.07.15 19:55:49.045795 [ 3 ] {a4c7eb7e-5a5d-4bd6-8f7a-1177c57dcdeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2612 | 2024.07.15 19:55:49.046139 [ 3 ] {a4c7eb7e-5a5d-4bd6-8f7a-1177c57dcdeb} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2613 | 2024.07.15 19:55:49.046175 [ 3 ] {a4c7eb7e-5a5d-4bd6-8f7a-1177c57dcdeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2614 | 2024.07.15 19:55:49.046473 [ 3 ] {a4c7eb7e-5a5d-4bd6-8f7a-1177c57dcdeb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2615 | 2024.07.15 19:55:49.046782 [ 3 ] {a4c7eb7e-5a5d-4bd6-8f7a-1177c57dcdeb} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2616 | 2024.07.15 19:55:49.046933 [ 3 ] {a4c7eb7e-5a5d-4bd6-8f7a-1177c57dcdeb} <Debug> executeQuery: Read 80 rows, 6.39 KiB in 0.001337 sec., 59835.45250560957 rows/sec., 4.67 MiB/sec. | ||
2617 | 2024.07.15 19:55:49.047090 [ 3 ] {a4c7eb7e-5a5d-4bd6-8f7a-1177c57dcdeb} <Debug> DynamicQueryHandler: Done processing query | ||
2618 | 2024.07.15 19:55:49.047114 [ 3 ] {a4c7eb7e-5a5d-4bd6-8f7a-1177c57dcdeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2619 | 2024.07.15 19:55:49.047130 [ 3 ] {} <Debug> HTTP-Session: 9869577b-176c-4061-902c-5ed87c73fb90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2620 | 2024.07.15 19:55:49.047274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2621 | 2024.07.15 19:55:49.047322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2622 | 2024.07.15 19:55:49.047341 [ 3 ] {} <Debug> HTTP-Session: a3da2875-cbcd-4433-995c-452e9d72b46e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2623 | 2024.07.15 19:55:49.047358 [ 3 ] {} <Debug> HTTP-Session: a3da2875-cbcd-4433-995c-452e9d72b46e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2624 | 2024.07.15 19:55:49.047372 [ 3 ] {} <Debug> HTTP-Session: a3da2875-cbcd-4433-995c-452e9d72b46e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2625 | 2024.07.15 19:55:49.047402 [ 3 ] {} <Trace> HTTP-Session: a3da2875-cbcd-4433-995c-452e9d72b46e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2626 | 2024.07.15 19:55:49.047537 [ 3 ] {f99b5e17-a1f6-44a4-bb84-d1432c6af538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2627 | 2024.07.15 19:55:49.047584 [ 3 ] {f99b5e17-a1f6-44a4-bb84-d1432c6af538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2628 | 2024.07.15 19:55:49.047728 [ 3 ] {f99b5e17-a1f6-44a4-bb84-d1432c6af538} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2629 | 2024.07.15 19:55:49.048130 [ 3 ] {f99b5e17-a1f6-44a4-bb84-d1432c6af538} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2630 | 2024.07.15 19:55:49.048178 [ 3 ] {f99b5e17-a1f6-44a4-bb84-d1432c6af538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2631 | 2024.07.15 19:55:49.048622 [ 3 ] {f99b5e17-a1f6-44a4-bb84-d1432c6af538} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2632 | 2024.07.15 19:55:49.048964 [ 3 ] {f99b5e17-a1f6-44a4-bb84-d1432c6af538} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2633 | 2024.07.15 19:55:49.049127 [ 3 ] {f99b5e17-a1f6-44a4-bb84-d1432c6af538} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001645 sec., 91185.41033434651 rows/sec., 6.32 MiB/sec. | ||
2634 | 2024.07.15 19:55:49.049288 [ 3 ] {f99b5e17-a1f6-44a4-bb84-d1432c6af538} <Debug> DynamicQueryHandler: Done processing query | ||
2635 | 2024.07.15 19:55:49.049313 [ 3 ] {f99b5e17-a1f6-44a4-bb84-d1432c6af538} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2636 | 2024.07.15 19:55:49.049329 [ 3 ] {} <Debug> HTTP-Session: a3da2875-cbcd-4433-995c-452e9d72b46e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2637 | 2024.07.15 19:55:49.049523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2638 | 2024.07.15 19:55:49.049571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2639 | 2024.07.15 19:55:49.049590 [ 3 ] {} <Debug> HTTP-Session: 5804ccba-e4f4-45f2-952b-a749828543a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2640 | 2024.07.15 19:55:49.049607 [ 3 ] {} <Debug> HTTP-Session: 5804ccba-e4f4-45f2-952b-a749828543a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2641 | 2024.07.15 19:55:49.049622 [ 3 ] {} <Debug> HTTP-Session: 5804ccba-e4f4-45f2-952b-a749828543a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2642 | 2024.07.15 19:55:49.049652 [ 3 ] {} <Trace> HTTP-Session: 5804ccba-e4f4-45f2-952b-a749828543a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2643 | 2024.07.15 19:55:49.049928 [ 3 ] {38761cda-265e-4a18-889a-9ac43c96732a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2644 | 2024.07.15 19:55:49.049993 [ 3 ] {38761cda-265e-4a18-889a-9ac43c96732a} <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 | ||
2645 | 2024.07.15 19:55:49.050409 [ 3 ] {38761cda-265e-4a18-889a-9ac43c96732a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2646 | 2024.07.15 19:55:49.051035 [ 3 ] {38761cda-265e-4a18-889a-9ac43c96732a} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2647 | 2024.07.15 19:55:49.051072 [ 3 ] {38761cda-265e-4a18-889a-9ac43c96732a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2648 | 2024.07.15 19:55:49.051755 [ 3 ] {38761cda-265e-4a18-889a-9ac43c96732a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2649 | 2024.07.15 19:55:49.052186 [ 3 ] {38761cda-265e-4a18-889a-9ac43c96732a} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2650 | 2024.07.15 19:55:49.052370 [ 3 ] {38761cda-265e-4a18-889a-9ac43c96732a} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002636 sec., 9104.704097116844 rows/sec., 16.32 MiB/sec. | ||
2651 | 2024.07.15 19:55:49.052599 [ 3 ] {38761cda-265e-4a18-889a-9ac43c96732a} <Debug> DynamicQueryHandler: Done processing query | ||
2652 | 2024.07.15 19:55:49.052623 [ 3 ] {38761cda-265e-4a18-889a-9ac43c96732a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2653 | 2024.07.15 19:55:49.052639 [ 3 ] {} <Debug> HTTP-Session: 5804ccba-e4f4-45f2-952b-a749828543a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2654 | 2024.07.15 19:55:49.052769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2655 | 2024.07.15 19:55:49.052820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2656 | 2024.07.15 19:55:49.052844 [ 3 ] {} <Debug> HTTP-Session: ba8317c3-6333-4fb5-add8-652a01d289f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2657 | 2024.07.15 19:55:49.052862 [ 3 ] {} <Debug> HTTP-Session: ba8317c3-6333-4fb5-add8-652a01d289f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2658 | 2024.07.15 19:55:49.052876 [ 3 ] {} <Debug> HTTP-Session: ba8317c3-6333-4fb5-add8-652a01d289f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2659 | 2024.07.15 19:55:49.052906 [ 3 ] {} <Trace> HTTP-Session: ba8317c3-6333-4fb5-add8-652a01d289f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2660 | 2024.07.15 19:55:49.053013 [ 3 ] {e47657b1-226d-40fb-b303-a4d2f4572214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2661 | 2024.07.15 19:55:49.053056 [ 3 ] {e47657b1-226d-40fb-b303-a4d2f4572214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2662 | 2024.07.15 19:55:49.053187 [ 3 ] {e47657b1-226d-40fb-b303-a4d2f4572214} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2663 | 2024.07.15 19:55:49.053470 [ 3 ] {e47657b1-226d-40fb-b303-a4d2f4572214} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2664 | 2024.07.15 19:55:49.053507 [ 3 ] {e47657b1-226d-40fb-b303-a4d2f4572214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2665 | 2024.07.15 19:55:49.053865 [ 3 ] {e47657b1-226d-40fb-b303-a4d2f4572214} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2666 | 2024.07.15 19:55:49.054189 [ 3 ] {e47657b1-226d-40fb-b303-a4d2f4572214} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2667 | 2024.07.15 19:55:49.054354 [ 3 ] {e47657b1-226d-40fb-b303-a4d2f4572214} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001367 sec., 36576.4447695684 rows/sec., 2.51 MiB/sec. | ||
2668 | 2024.07.15 19:55:49.054656 [ 3 ] {e47657b1-226d-40fb-b303-a4d2f4572214} <Debug> DynamicQueryHandler: Done processing query | ||
2669 | 2024.07.15 19:55:49.054682 [ 3 ] {e47657b1-226d-40fb-b303-a4d2f4572214} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2670 | 2024.07.15 19:55:49.054697 [ 3 ] {} <Debug> HTTP-Session: ba8317c3-6333-4fb5-add8-652a01d289f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2671 | 2024.07.15 19:55:51.448655 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2672 | 2024.07.15 19:55:51.448724 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2673 | 2024.07.15 19:55:54.039019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2674 | 2024.07.15 19:55:54.039139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2675 | 2024.07.15 19:55:54.039166 [ 3 ] {} <Debug> HTTP-Session: 12773f3e-9b52-424b-b7f7-3a76de2cf48f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2676 | 2024.07.15 19:55:54.039191 [ 3 ] {} <Debug> HTTP-Session: 12773f3e-9b52-424b-b7f7-3a76de2cf48f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2677 | 2024.07.15 19:55:54.039205 [ 3 ] {} <Debug> HTTP-Session: 12773f3e-9b52-424b-b7f7-3a76de2cf48f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.07.15 19:55:54.039256 [ 3 ] {} <Trace> HTTP-Session: 12773f3e-9b52-424b-b7f7-3a76de2cf48f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2679 | 2024.07.15 19:55:54.039449 [ 3 ] {ff704849-c7f7-46a1-b334-24560def5176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2680 | 2024.07.15 19:55:54.039518 [ 3 ] {ff704849-c7f7-46a1-b334-24560def5176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2681 | 2024.07.15 19:55:54.039710 [ 3 ] {ff704849-c7f7-46a1-b334-24560def5176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2682 | 2024.07.15 19:55:54.040144 [ 3 ] {ff704849-c7f7-46a1-b334-24560def5176} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2683 | 2024.07.15 19:55:54.040196 [ 3 ] {ff704849-c7f7-46a1-b334-24560def5176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2684 | 2024.07.15 19:55:54.040581 [ 3 ] {ff704849-c7f7-46a1-b334-24560def5176} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2685 | 2024.07.15 19:55:54.040927 [ 3 ] {ff704849-c7f7-46a1-b334-24560def5176} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2686 | 2024.07.15 19:55:54.041111 [ 3 ] {ff704849-c7f7-46a1-b334-24560def5176} <Debug> executeQuery: Read 6 rows, 498.00 B in 0.001707 sec., 3514.93848857645 rows/sec., 284.90 KiB/sec. | ||
2687 | 2024.07.15 19:55:54.041352 [ 3 ] {ff704849-c7f7-46a1-b334-24560def5176} <Debug> DynamicQueryHandler: Done processing query | ||
2688 | 2024.07.15 19:55:54.041382 [ 3 ] {ff704849-c7f7-46a1-b334-24560def5176} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2689 | 2024.07.15 19:55:54.041400 [ 3 ] {} <Debug> HTTP-Session: 12773f3e-9b52-424b-b7f7-3a76de2cf48f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2690 | 2024.07.15 19:55:54.041564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2691 | 2024.07.15 19:55:54.041624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2692 | 2024.07.15 19:55:54.041645 [ 3 ] {} <Debug> HTTP-Session: d1fa85e3-ba1d-41a8-8e66-a49f62a91fe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2693 | 2024.07.15 19:55:54.041665 [ 3 ] {} <Debug> HTTP-Session: d1fa85e3-ba1d-41a8-8e66-a49f62a91fe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2694 | 2024.07.15 19:55:54.041680 [ 3 ] {} <Debug> HTTP-Session: d1fa85e3-ba1d-41a8-8e66-a49f62a91fe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2695 | 2024.07.15 19:55:54.041718 [ 3 ] {} <Trace> HTTP-Session: d1fa85e3-ba1d-41a8-8e66-a49f62a91fe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2696 | 2024.07.15 19:55:54.041829 [ 3 ] {5cd527f5-b619-429e-b411-b85b3691f0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2697 | 2024.07.15 19:55:54.041879 [ 3 ] {5cd527f5-b619-429e-b411-b85b3691f0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2698 | 2024.07.15 19:55:54.042025 [ 3 ] {5cd527f5-b619-429e-b411-b85b3691f0b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2699 | 2024.07.15 19:55:54.042326 [ 3 ] {5cd527f5-b619-429e-b411-b85b3691f0b0} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2700 | 2024.07.15 19:55:54.042364 [ 3 ] {5cd527f5-b619-429e-b411-b85b3691f0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2701 | 2024.07.15 19:55:54.042670 [ 3 ] {5cd527f5-b619-429e-b411-b85b3691f0b0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2702 | 2024.07.15 19:55:54.042994 [ 3 ] {5cd527f5-b619-429e-b411-b85b3691f0b0} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2703 | 2024.07.15 19:55:54.043158 [ 3 ] {5cd527f5-b619-429e-b411-b85b3691f0b0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001346 sec., 1485.8841010401188 rows/sec., 121.16 KiB/sec. | ||
2704 | 2024.07.15 19:55:54.043438 [ 3 ] {5cd527f5-b619-429e-b411-b85b3691f0b0} <Debug> DynamicQueryHandler: Done processing query | ||
2705 | 2024.07.15 19:55:54.043463 [ 3 ] {5cd527f5-b619-429e-b411-b85b3691f0b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2706 | 2024.07.15 19:55:54.043479 [ 3 ] {} <Debug> HTTP-Session: d1fa85e3-ba1d-41a8-8e66-a49f62a91fe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2707 | 2024.07.15 19:55:54.043625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 10082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2708 | 2024.07.15 19:55:54.043675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2709 | 2024.07.15 19:55:54.043694 [ 3 ] {} <Debug> HTTP-Session: 7b10858a-7ed3-4c5e-b4a3-fc68bf6a3563 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2710 | 2024.07.15 19:55:54.043710 [ 3 ] {} <Debug> HTTP-Session: 7b10858a-7ed3-4c5e-b4a3-fc68bf6a3563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2711 | 2024.07.15 19:55:54.043724 [ 3 ] {} <Debug> HTTP-Session: 7b10858a-7ed3-4c5e-b4a3-fc68bf6a3563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.07.15 19:55:54.043758 [ 3 ] {} <Trace> HTTP-Session: 7b10858a-7ed3-4c5e-b4a3-fc68bf6a3563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2713 | 2024.07.15 19:55:54.043882 [ 3 ] {c1967b10-2d7d-4c5a-9321-b06ebb10fb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2714 | 2024.07.15 19:55:54.043933 [ 3 ] {c1967b10-2d7d-4c5a-9321-b06ebb10fb29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2715 | 2024.07.15 19:55:54.044099 [ 3 ] {c1967b10-2d7d-4c5a-9321-b06ebb10fb29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2716 | 2024.07.15 19:55:54.044443 [ 3 ] {c1967b10-2d7d-4c5a-9321-b06ebb10fb29} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2717 | 2024.07.15 19:55:54.044482 [ 3 ] {c1967b10-2d7d-4c5a-9321-b06ebb10fb29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2718 | 2024.07.15 19:55:54.044791 [ 3 ] {c1967b10-2d7d-4c5a-9321-b06ebb10fb29} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2719 | 2024.07.15 19:55:54.045125 [ 3 ] {c1967b10-2d7d-4c5a-9321-b06ebb10fb29} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2720 | 2024.07.15 19:55:54.045288 [ 3 ] {c1967b10-2d7d-4c5a-9321-b06ebb10fb29} <Debug> executeQuery: Read 71 rows, 5.75 KiB in 0.001446 sec., 49100.968188105115 rows/sec., 3.88 MiB/sec. | ||
2721 | 2024.07.15 19:55:54.045455 [ 3 ] {c1967b10-2d7d-4c5a-9321-b06ebb10fb29} <Debug> DynamicQueryHandler: Done processing query | ||
2722 | 2024.07.15 19:55:54.045479 [ 3 ] {c1967b10-2d7d-4c5a-9321-b06ebb10fb29} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2723 | 2024.07.15 19:55:54.045494 [ 3 ] {} <Debug> HTTP-Session: 7b10858a-7ed3-4c5e-b4a3-fc68bf6a3563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2724 | 2024.07.15 19:55:54.045606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2725 | 2024.07.15 19:55:54.045655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2726 | 2024.07.15 19:55:54.045675 [ 3 ] {} <Debug> HTTP-Session: e72cc611-fd67-4618-85d0-541bef06c589 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2727 | 2024.07.15 19:55:54.045692 [ 3 ] {} <Debug> HTTP-Session: e72cc611-fd67-4618-85d0-541bef06c589 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2728 | 2024.07.15 19:55:54.045709 [ 3 ] {} <Debug> HTTP-Session: e72cc611-fd67-4618-85d0-541bef06c589 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2729 | 2024.07.15 19:55:54.045750 [ 3 ] {} <Trace> HTTP-Session: e72cc611-fd67-4618-85d0-541bef06c589 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2730 | 2024.07.15 19:55:54.045846 [ 3 ] {dedd177b-1768-4819-81f1-dd7e57e60691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2731 | 2024.07.15 19:55:54.045890 [ 3 ] {dedd177b-1768-4819-81f1-dd7e57e60691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2732 | 2024.07.15 19:55:54.046014 [ 3 ] {dedd177b-1768-4819-81f1-dd7e57e60691} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2733 | 2024.07.15 19:55:54.046342 [ 3 ] {dedd177b-1768-4819-81f1-dd7e57e60691} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2734 | 2024.07.15 19:55:54.046378 [ 3 ] {dedd177b-1768-4819-81f1-dd7e57e60691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2735 | 2024.07.15 19:55:54.046678 [ 3 ] {dedd177b-1768-4819-81f1-dd7e57e60691} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2736 | 2024.07.15 19:55:54.046991 [ 3 ] {dedd177b-1768-4819-81f1-dd7e57e60691} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2737 | 2024.07.15 19:55:54.047143 [ 3 ] {dedd177b-1768-4819-81f1-dd7e57e60691} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00132 sec., 1515.1515151515152 rows/sec., 105.79 KiB/sec. | ||
2738 | 2024.07.15 19:55:54.047398 [ 3 ] {dedd177b-1768-4819-81f1-dd7e57e60691} <Debug> DynamicQueryHandler: Done processing query | ||
2739 | 2024.07.15 19:55:54.047422 [ 3 ] {dedd177b-1768-4819-81f1-dd7e57e60691} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2740 | 2024.07.15 19:55:54.047438 [ 3 ] {} <Debug> HTTP-Session: e72cc611-fd67-4618-85d0-541bef06c589 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2741 | 2024.07.15 19:55:54.047574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 10883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2742 | 2024.07.15 19:55:54.047621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2743 | 2024.07.15 19:55:54.047639 [ 3 ] {} <Debug> HTTP-Session: b1c0d792-593f-4154-9668-7e80bb011725 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2744 | 2024.07.15 19:55:54.047656 [ 3 ] {} <Debug> HTTP-Session: b1c0d792-593f-4154-9668-7e80bb011725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2745 | 2024.07.15 19:55:54.047670 [ 3 ] {} <Debug> HTTP-Session: b1c0d792-593f-4154-9668-7e80bb011725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2746 | 2024.07.15 19:55:54.047701 [ 3 ] {} <Trace> HTTP-Session: b1c0d792-593f-4154-9668-7e80bb011725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2747 | 2024.07.15 19:55:54.047815 [ 3 ] {0ed530d1-fa37-4763-add4-ce51b6fb55ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2748 | 2024.07.15 19:55:54.047859 [ 3 ] {0ed530d1-fa37-4763-add4-ce51b6fb55ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2749 | 2024.07.15 19:55:54.047999 [ 3 ] {0ed530d1-fa37-4763-add4-ce51b6fb55ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2750 | 2024.07.15 19:55:54.048338 [ 3 ] {0ed530d1-fa37-4763-add4-ce51b6fb55ca} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2751 | 2024.07.15 19:55:54.048374 [ 3 ] {0ed530d1-fa37-4763-add4-ce51b6fb55ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2752 | 2024.07.15 19:55:54.048705 [ 3 ] {0ed530d1-fa37-4763-add4-ce51b6fb55ca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2753 | 2024.07.15 19:55:54.049000 [ 3 ] {0ed530d1-fa37-4763-add4-ce51b6fb55ca} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2754 | 2024.07.15 19:55:54.049146 [ 3 ] {0ed530d1-fa37-4763-add4-ce51b6fb55ca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001361 sec., 47024.24687729611 rows/sec., 3.67 MiB/sec. | ||
2755 | 2024.07.15 19:55:54.049313 [ 3 ] {0ed530d1-fa37-4763-add4-ce51b6fb55ca} <Debug> DynamicQueryHandler: Done processing query | ||
2756 | 2024.07.15 19:55:54.049337 [ 3 ] {0ed530d1-fa37-4763-add4-ce51b6fb55ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2757 | 2024.07.15 19:55:54.049352 [ 3 ] {} <Debug> HTTP-Session: b1c0d792-593f-4154-9668-7e80bb011725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2758 | 2024.07.15 19:55:54.049513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2759 | 2024.07.15 19:55:54.049560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2760 | 2024.07.15 19:55:54.049579 [ 3 ] {} <Debug> HTTP-Session: 0aba5a61-8bda-4fc3-af6b-366454ae45d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2761 | 2024.07.15 19:55:54.049594 [ 3 ] {} <Debug> HTTP-Session: 0aba5a61-8bda-4fc3-af6b-366454ae45d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2762 | 2024.07.15 19:55:54.049609 [ 3 ] {} <Debug> HTTP-Session: 0aba5a61-8bda-4fc3-af6b-366454ae45d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2763 | 2024.07.15 19:55:54.049640 [ 3 ] {} <Trace> HTTP-Session: 0aba5a61-8bda-4fc3-af6b-366454ae45d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2764 | 2024.07.15 19:55:54.049891 [ 3 ] {48f2e0d4-b1f7-44d8-9371-b9e824b63d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2765 | 2024.07.15 19:55:54.049939 [ 3 ] {48f2e0d4-b1f7-44d8-9371-b9e824b63d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2766 | 2024.07.15 19:55:54.050082 [ 3 ] {48f2e0d4-b1f7-44d8-9371-b9e824b63d3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2767 | 2024.07.15 19:55:54.050460 [ 3 ] {48f2e0d4-b1f7-44d8-9371-b9e824b63d3f} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2768 | 2024.07.15 19:55:54.050495 [ 3 ] {48f2e0d4-b1f7-44d8-9371-b9e824b63d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2769 | 2024.07.15 19:55:54.050876 [ 3 ] {48f2e0d4-b1f7-44d8-9371-b9e824b63d3f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2770 | 2024.07.15 19:55:54.051204 [ 3 ] {48f2e0d4-b1f7-44d8-9371-b9e824b63d3f} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2771 | 2024.07.15 19:55:54.051324 [ 3 ] {48f2e0d4-b1f7-44d8-9371-b9e824b63d3f} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001606 sec., 94022.41594022416 rows/sec., 6.52 MiB/sec. | ||
2772 | 2024.07.15 19:55:54.051522 [ 3 ] {48f2e0d4-b1f7-44d8-9371-b9e824b63d3f} <Debug> DynamicQueryHandler: Done processing query | ||
2773 | 2024.07.15 19:55:54.051546 [ 3 ] {48f2e0d4-b1f7-44d8-9371-b9e824b63d3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2774 | 2024.07.15 19:55:54.051561 [ 3 ] {} <Debug> HTTP-Session: 0aba5a61-8bda-4fc3-af6b-366454ae45d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2775 | 2024.07.15 19:55:54.051710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2776 | 2024.07.15 19:55:54.051757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2777 | 2024.07.15 19:55:54.051775 [ 3 ] {} <Debug> HTTP-Session: 735b2b90-4b5c-4396-a7d1-74c5b67b65a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2778 | 2024.07.15 19:55:54.051791 [ 3 ] {} <Debug> HTTP-Session: 735b2b90-4b5c-4396-a7d1-74c5b67b65a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2779 | 2024.07.15 19:55:54.051804 [ 3 ] {} <Debug> HTTP-Session: 735b2b90-4b5c-4396-a7d1-74c5b67b65a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.07.15 19:55:54.051836 [ 3 ] {} <Trace> HTTP-Session: 735b2b90-4b5c-4396-a7d1-74c5b67b65a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2781 | 2024.07.15 19:55:54.051984 [ 3 ] {9d9e30b8-2630-45e7-b3c9-094011c9e6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2782 | 2024.07.15 19:55:54.052049 [ 3 ] {9d9e30b8-2630-45e7-b3c9-094011c9e6d9} <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 | ||
2783 | 2024.07.15 19:55:54.052454 [ 3 ] {9d9e30b8-2630-45e7-b3c9-094011c9e6d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2784 | 2024.07.15 19:55:54.052964 [ 3 ] {9d9e30b8-2630-45e7-b3c9-094011c9e6d9} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2785 | 2024.07.15 19:55:54.052999 [ 3 ] {9d9e30b8-2630-45e7-b3c9-094011c9e6d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2786 | 2024.07.15 19:55:54.053685 [ 3 ] {9d9e30b8-2630-45e7-b3c9-094011c9e6d9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2787 | 2024.07.15 19:55:54.054097 [ 3 ] {9d9e30b8-2630-45e7-b3c9-094011c9e6d9} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2788 | 2024.07.15 19:55:54.054312 [ 3 ] {9d9e30b8-2630-45e7-b3c9-094011c9e6d9} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.00239 sec., 2510.460251046025 rows/sec., 4.50 MiB/sec. | ||
2789 | 2024.07.15 19:55:54.054773 [ 3 ] {9d9e30b8-2630-45e7-b3c9-094011c9e6d9} <Debug> DynamicQueryHandler: Done processing query | ||
2790 | 2024.07.15 19:55:54.054797 [ 3 ] {9d9e30b8-2630-45e7-b3c9-094011c9e6d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
2791 | 2024.07.15 19:55:54.054813 [ 3 ] {} <Debug> HTTP-Session: 735b2b90-4b5c-4396-a7d1-74c5b67b65a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2792 | 2024.07.15 19:55:54.054927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2793 | 2024.07.15 19:55:54.054974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2794 | 2024.07.15 19:55:54.054994 [ 3 ] {} <Debug> HTTP-Session: 511ee0f0-9673-48e6-ab19-60d4ab257f15 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2795 | 2024.07.15 19:55:54.055010 [ 3 ] {} <Debug> HTTP-Session: 511ee0f0-9673-48e6-ab19-60d4ab257f15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2796 | 2024.07.15 19:55:54.055023 [ 3 ] {} <Debug> HTTP-Session: 511ee0f0-9673-48e6-ab19-60d4ab257f15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2797 | 2024.07.15 19:55:54.055054 [ 3 ] {} <Trace> HTTP-Session: 511ee0f0-9673-48e6-ab19-60d4ab257f15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2798 | 2024.07.15 19:55:54.055160 [ 3 ] {9b299cb3-e956-4ade-b478-7040781b29f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2799 | 2024.07.15 19:55:54.055205 [ 3 ] {9b299cb3-e956-4ade-b478-7040781b29f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2800 | 2024.07.15 19:55:54.055339 [ 3 ] {9b299cb3-e956-4ade-b478-7040781b29f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2801 | 2024.07.15 19:55:54.055624 [ 3 ] {9b299cb3-e956-4ade-b478-7040781b29f3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2802 | 2024.07.15 19:55:54.055659 [ 3 ] {9b299cb3-e956-4ade-b478-7040781b29f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2803 | 2024.07.15 19:55:54.056026 [ 3 ] {9b299cb3-e956-4ade-b478-7040781b29f3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2804 | 2024.07.15 19:55:54.056353 [ 3 ] {9b299cb3-e956-4ade-b478-7040781b29f3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2805 | 2024.07.15 19:55:54.056515 [ 3 ] {9b299cb3-e956-4ade-b478-7040781b29f3} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001382 sec., 36179.4500723589 rows/sec., 2.48 MiB/sec. | ||
2806 | 2024.07.15 19:55:54.056678 [ 3 ] {9b299cb3-e956-4ade-b478-7040781b29f3} <Debug> DynamicQueryHandler: Done processing query | ||
2807 | 2024.07.15 19:55:54.056703 [ 3 ] {9b299cb3-e956-4ade-b478-7040781b29f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2808 | 2024.07.15 19:55:54.056718 [ 3 ] {} <Debug> HTTP-Session: 511ee0f0-9673-48e6-ab19-60d4ab257f15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2809 | 2024.07.15 19:55:59.040102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2810 | 2024.07.15 19:55:59.040231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2811 | 2024.07.15 19:55:59.040255 [ 3 ] {} <Debug> HTTP-Session: 6e8cbb1a-b5ab-4746-af67-df30e5bca05f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2812 | 2024.07.15 19:55:59.040279 [ 3 ] {} <Debug> HTTP-Session: 6e8cbb1a-b5ab-4746-af67-df30e5bca05f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2813 | 2024.07.15 19:55:59.040294 [ 3 ] {} <Debug> HTTP-Session: 6e8cbb1a-b5ab-4746-af67-df30e5bca05f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2814 | 2024.07.15 19:55:59.040341 [ 3 ] {} <Trace> HTTP-Session: 6e8cbb1a-b5ab-4746-af67-df30e5bca05f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2815 | 2024.07.15 19:55:59.040525 [ 3 ] {35b91850-deab-465a-a183-b57a3d5b9101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2816 | 2024.07.15 19:55:59.040591 [ 3 ] {35b91850-deab-465a-a183-b57a3d5b9101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2817 | 2024.07.15 19:55:59.040777 [ 3 ] {35b91850-deab-465a-a183-b57a3d5b9101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2818 | 2024.07.15 19:55:59.041234 [ 3 ] {35b91850-deab-465a-a183-b57a3d5b9101} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2819 | 2024.07.15 19:55:59.041300 [ 3 ] {35b91850-deab-465a-a183-b57a3d5b9101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2820 | 2024.07.15 19:55:59.041671 [ 3 ] {35b91850-deab-465a-a183-b57a3d5b9101} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2821 | 2024.07.15 19:55:59.042045 [ 3 ] {35b91850-deab-465a-a183-b57a3d5b9101} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2822 | 2024.07.15 19:55:59.042205 [ 3 ] {35b91850-deab-465a-a183-b57a3d5b9101} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001738 sec., 13808.97583429229 rows/sec., 1.09 MiB/sec. | ||
2823 | 2024.07.15 19:55:59.042435 [ 3 ] {35b91850-deab-465a-a183-b57a3d5b9101} <Debug> DynamicQueryHandler: Done processing query | ||
2824 | 2024.07.15 19:55:59.042470 [ 3 ] {35b91850-deab-465a-a183-b57a3d5b9101} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2825 | 2024.07.15 19:55:59.042493 [ 3 ] {} <Debug> HTTP-Session: 6e8cbb1a-b5ab-4746-af67-df30e5bca05f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2826 | 2024.07.15 19:55:59.042686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2827 | 2024.07.15 19:55:59.042742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2828 | 2024.07.15 19:55:59.042762 [ 3 ] {} <Debug> HTTP-Session: 071d4cca-e2da-41b1-9342-a1fa04963d04 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2829 | 2024.07.15 19:55:59.042778 [ 3 ] {} <Debug> HTTP-Session: 071d4cca-e2da-41b1-9342-a1fa04963d04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2830 | 2024.07.15 19:55:59.042818 [ 3 ] {} <Debug> HTTP-Session: 071d4cca-e2da-41b1-9342-a1fa04963d04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2831 | 2024.07.15 19:55:59.042851 [ 3 ] {} <Trace> HTTP-Session: 071d4cca-e2da-41b1-9342-a1fa04963d04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2832 | 2024.07.15 19:55:59.042998 [ 3 ] {6c6c8acf-fb9f-46a6-bbf1-2afcddc21f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2833 | 2024.07.15 19:55:59.043042 [ 3 ] {6c6c8acf-fb9f-46a6-bbf1-2afcddc21f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2834 | 2024.07.15 19:55:59.043172 [ 3 ] {6c6c8acf-fb9f-46a6-bbf1-2afcddc21f63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2835 | 2024.07.15 19:55:59.043580 [ 3 ] {6c6c8acf-fb9f-46a6-bbf1-2afcddc21f63} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2836 | 2024.07.15 19:55:59.043616 [ 3 ] {6c6c8acf-fb9f-46a6-bbf1-2afcddc21f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2837 | 2024.07.15 19:55:59.043931 [ 3 ] {6c6c8acf-fb9f-46a6-bbf1-2afcddc21f63} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2838 | 2024.07.15 19:55:59.044230 [ 3 ] {6c6c8acf-fb9f-46a6-bbf1-2afcddc21f63} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2839 | 2024.07.15 19:55:59.044370 [ 3 ] {6c6c8acf-fb9f-46a6-bbf1-2afcddc21f63} <Debug> executeQuery: Read 124 rows, 10.55 KiB in 0.001437 sec., 86290.88378566458 rows/sec., 7.17 MiB/sec. | ||
2840 | 2024.07.15 19:55:59.044387 [ 30 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2841 | 2024.07.15 19:55:59.044490 [ 30 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2842 | 2024.07.15 19:55:59.044528 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2843 | 2024.07.15 19:55:59.044612 [ 3 ] {6c6c8acf-fb9f-46a6-bbf1-2afcddc21f63} <Debug> DynamicQueryHandler: Done processing query | ||
2844 | 2024.07.15 19:55:59.044663 [ 3 ] {6c6c8acf-fb9f-46a6-bbf1-2afcddc21f63} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2845 | 2024.07.15 19:55:59.044731 [ 3 ] {} <Debug> HTTP-Session: 071d4cca-e2da-41b1-9342-a1fa04963d04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2846 | 2024.07.15 19:55:59.044799 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
2847 | 2024.07.15 19:55:59.044935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2848 | 2024.07.15 19:55:59.045057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2849 | 2024.07.15 19:55:59.045073 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2850 | 2024.07.15 19:55:59.045095 [ 3 ] {} <Debug> HTTP-Session: 19f4002b-5a6e-4a9c-baed-a272fde1214b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2851 | 2024.07.15 19:55:59.045141 [ 3 ] {} <Debug> HTTP-Session: 19f4002b-5a6e-4a9c-baed-a272fde1214b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2852 | 2024.07.15 19:55:59.045142 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 124 rows starting from the beginning of the part | ||
2853 | 2024.07.15 19:55:59.045165 [ 3 ] {} <Debug> HTTP-Session: 19f4002b-5a6e-4a9c-baed-a272fde1214b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2854 | 2024.07.15 19:55:59.045250 [ 3 ] {} <Trace> HTTP-Session: 19f4002b-5a6e-4a9c-baed-a272fde1214b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2855 | 2024.07.15 19:55:59.045364 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 125 rows starting from the beginning of the part | ||
2856 | 2024.07.15 19:55:59.045620 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 71 rows starting from the beginning of the part | ||
2857 | 2024.07.15 19:55:59.045721 [ 3 ] {981201b2-3841-4c57-b76c-f7879855e9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2858 | 2024.07.15 19:55:59.045955 [ 3 ] {981201b2-3841-4c57-b76c-f7879855e9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2859 | 2024.07.15 19:55:59.045964 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 124 rows starting from the beginning of the part | ||
2860 | 2024.07.15 19:55:59.046267 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 71 rows starting from the beginning of the part | ||
2861 | 2024.07.15 19:55:59.046576 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 124 rows starting from the beginning of the part | ||
2862 | 2024.07.15 19:55:59.047085 [ 3 ] {981201b2-3841-4c57-b76c-f7879855e9dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2863 | 2024.07.15 19:55:59.047978 [ 3 ] {981201b2-3841-4c57-b76c-f7879855e9dc} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2864 | 2024.07.15 19:55:59.048042 [ 3 ] {981201b2-3841-4c57-b76c-f7879855e9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2865 | 2024.07.15 19:55:59.049302 [ 3 ] {981201b2-3841-4c57-b76c-f7879855e9dc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2866 | 2024.07.15 19:55:59.049756 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 639 rows, containing 4 columns (4 merged, 0 gathered) in 0.005115782 sec., 124907.5898855737 rows/sec., 10.27 MiB/sec. | ||
2867 | 2024.07.15 19:55:59.050004 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2868 | 2024.07.15 19:55:59.050459 [ 3 ] {981201b2-3841-4c57-b76c-f7879855e9dc} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2869 | 2024.07.15 19:55:59.050831 [ 30 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2870 | 2024.07.15 19:55:59.050909 [ 3 ] {981201b2-3841-4c57-b76c-f7879855e9dc} <Debug> executeQuery: Read 80 rows, 6.39 KiB in 0.005356 sec., 14936.519790888724 rows/sec., 1.17 MiB/sec. | ||
2871 | 2024.07.15 19:55:59.050935 [ 30 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2872 | 2024.07.15 19:55:59.051033 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2873 | 2024.07.15 19:55:59.051216 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2874 | 2024.07.15 19:55:59.051499 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
2875 | 2024.07.15 19:55:59.051525 [ 3 ] {981201b2-3841-4c57-b76c-f7879855e9dc} <Debug> DynamicQueryHandler: Done processing query | ||
2876 | 2024.07.15 19:55:59.051577 [ 201 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_16_3} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2877 | 2024.07.15 19:55:59.051605 [ 3 ] {981201b2-3841-4c57-b76c-f7879855e9dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2878 | 2024.07.15 19:55:59.051658 [ 3 ] {} <Debug> HTTP-Session: 19f4002b-5a6e-4a9c-baed-a272fde1214b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2879 | 2024.07.15 19:55:59.051838 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2880 | 2024.07.15 19:55:59.051868 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2881 | 2024.07.15 19:55:59.051929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2882 | 2024.07.15 19:55:59.051928 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 90 rows starting from the beginning of the part | ||
2883 | 2024.07.15 19:55:59.051994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2884 | 2024.07.15 19:55:59.052052 [ 3 ] {} <Debug> HTTP-Session: f743ef8a-b1e1-4289-af5c-b810f37dada2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2885 | 2024.07.15 19:55:59.052140 [ 3 ] {} <Debug> HTTP-Session: f743ef8a-b1e1-4289-af5c-b810f37dada2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2886 | 2024.07.15 19:55:59.052155 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
2887 | 2024.07.15 19:55:59.052178 [ 3 ] {} <Debug> HTTP-Session: f743ef8a-b1e1-4289-af5c-b810f37dada2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2888 | 2024.07.15 19:55:59.052303 [ 3 ] {} <Trace> HTTP-Session: f743ef8a-b1e1-4289-af5c-b810f37dada2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2889 | 2024.07.15 19:55:59.052470 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 73 rows starting from the beginning of the part | ||
2890 | 2024.07.15 19:55:59.052759 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 80 rows starting from the beginning of the part | ||
2891 | 2024.07.15 19:55:59.052818 [ 3 ] {31652528-cf7f-4aa3-8ffc-cd454280b7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2892 | 2024.07.15 19:55:59.053033 [ 3 ] {31652528-cf7f-4aa3-8ffc-cd454280b7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2893 | 2024.07.15 19:55:59.053079 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
2894 | 2024.07.15 19:55:59.053485 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 80 rows starting from the beginning of the part | ||
2895 | 2024.07.15 19:55:59.054162 [ 3 ] {31652528-cf7f-4aa3-8ffc-cd454280b7cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2896 | 2024.07.15 19:55:59.054865 [ 3 ] {31652528-cf7f-4aa3-8ffc-cd454280b7cb} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2897 | 2024.07.15 19:55:59.054914 [ 3 ] {31652528-cf7f-4aa3-8ffc-cd454280b7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2898 | 2024.07.15 19:55:59.055493 [ 194 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 469 rows, containing 4 columns (4 merged, 0 gathered) in 0.004273715 sec., 109740.58869157163 rows/sec., 8.57 MiB/sec. | ||
2899 | 2024.07.15 19:55:59.055603 [ 3 ] {31652528-cf7f-4aa3-8ffc-cd454280b7cb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2900 | 2024.07.15 19:55:59.055768 [ 194 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2901 | 2024.07.15 19:55:59.056519 [ 3 ] {31652528-cf7f-4aa3-8ffc-cd454280b7cb} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2902 | 2024.07.15 19:55:59.056796 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2903 | 2024.07.15 19:55:59.056832 [ 3 ] {31652528-cf7f-4aa3-8ffc-cd454280b7cb} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.004292 sec., 34948.741845293574 rows/sec., 2.42 MiB/sec. | ||
2904 | 2024.07.15 19:55:59.056841 [ 194 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2905 | 2024.07.15 19:55:59.056880 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2906 | 2024.07.15 19:55:59.056978 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2907 | 2024.07.15 19:55:59.057273 [ 194 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_16_3} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2908 | 2024.07.15 19:55:59.057637 [ 3 ] {31652528-cf7f-4aa3-8ffc-cd454280b7cb} <Debug> DynamicQueryHandler: Done processing query | ||
2909 | 2024.07.15 19:55:59.057729 [ 3 ] {31652528-cf7f-4aa3-8ffc-cd454280b7cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2910 | 2024.07.15 19:55:59.057812 [ 3 ] {} <Debug> HTTP-Session: f743ef8a-b1e1-4289-af5c-b810f37dada2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2911 | 2024.07.15 19:55:59.057948 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2912 | 2024.07.15 19:55:59.058016 [ 199 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
2913 | 2024.07.15 19:55:59.058092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2914 | 2024.07.15 19:55:59.058163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2915 | 2024.07.15 19:55:59.058193 [ 199 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2916 | 2024.07.15 19:55:59.058197 [ 3 ] {} <Debug> HTTP-Session: 0e65db6f-3ea1-46c6-835c-b449d36e98e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2917 | 2024.07.15 19:55:59.058232 [ 3 ] {} <Debug> HTTP-Session: 0e65db6f-3ea1-46c6-835c-b449d36e98e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2918 | 2024.07.15 19:55:59.058236 [ 199 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1470 rows starting from the beginning of the part | ||
2919 | 2024.07.15 19:55:59.058250 [ 3 ] {} <Debug> HTTP-Session: 0e65db6f-3ea1-46c6-835c-b449d36e98e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2920 | 2024.07.15 19:55:59.058306 [ 3 ] {} <Trace> HTTP-Session: 0e65db6f-3ea1-46c6-835c-b449d36e98e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2921 | 2024.07.15 19:55:59.058437 [ 199 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 151 rows starting from the beginning of the part | ||
2922 | 2024.07.15 19:55:59.058733 [ 199 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 151 rows starting from the beginning of the part | ||
2923 | 2024.07.15 19:55:59.058894 [ 199 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 150 rows starting from the beginning of the part | ||
2924 | 2024.07.15 19:55:59.059053 [ 3 ] {16d27f29-935b-48b2-a777-e618d106dfbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2925 | 2024.07.15 19:55:59.059258 [ 199 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 151 rows starting from the beginning of the part | ||
2926 | 2024.07.15 19:55:59.059425 [ 3 ] {16d27f29-935b-48b2-a777-e618d106dfbf} <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 | ||
2927 | 2024.07.15 19:55:59.059665 [ 199 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 150 rows starting from the beginning of the part | ||
2928 | 2024.07.15 19:55:59.060946 [ 3 ] {16d27f29-935b-48b2-a777-e618d106dfbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2929 | 2024.07.15 19:55:59.062304 [ 3 ] {16d27f29-935b-48b2-a777-e618d106dfbf} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2930 | 2024.07.15 19:55:59.062320 [ 199 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2223 rows, containing 5 columns (5 merged, 0 gathered) in 0.005156322 sec., 431121.2527068713 rows/sec., 29.89 MiB/sec. | ||
2931 | 2024.07.15 19:55:59.062352 [ 3 ] {16d27f29-935b-48b2-a777-e618d106dfbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2932 | 2024.07.15 19:55:59.062710 [ 194 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2933 | 2024.07.15 19:55:59.063771 [ 3 ] {16d27f29-935b-48b2-a777-e618d106dfbf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2934 | 2024.07.15 19:55:59.063860 [ 194 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2935 | 2024.07.15 19:55:59.064028 [ 194 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2936 | 2024.07.15 19:55:59.064324 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
2937 | 2024.07.15 19:55:59.064617 [ 3 ] {16d27f29-935b-48b2-a777-e618d106dfbf} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2938 | 2024.07.15 19:55:59.064836 [ 3 ] {16d27f29-935b-48b2-a777-e618d106dfbf} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.006317 sec., 3799.271806237138 rows/sec., 6.81 MiB/sec. | ||
2939 | 2024.07.15 19:55:59.065193 [ 3 ] {16d27f29-935b-48b2-a777-e618d106dfbf} <Debug> DynamicQueryHandler: Done processing query | ||
2940 | 2024.07.15 19:55:59.065218 [ 3 ] {16d27f29-935b-48b2-a777-e618d106dfbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2941 | 2024.07.15 19:55:59.065234 [ 3 ] {} <Debug> HTTP-Session: 0e65db6f-3ea1-46c6-835c-b449d36e98e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2942 | 2024.07.15 19:55:59.065364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2943 | 2024.07.15 19:55:59.065413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2944 | 2024.07.15 19:55:59.065432 [ 3 ] {} <Debug> HTTP-Session: 284abf63-563a-472d-b544-4afc033c9f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2945 | 2024.07.15 19:55:59.065449 [ 3 ] {} <Debug> HTTP-Session: 284abf63-563a-472d-b544-4afc033c9f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2946 | 2024.07.15 19:55:59.065462 [ 3 ] {} <Debug> HTTP-Session: 284abf63-563a-472d-b544-4afc033c9f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2947 | 2024.07.15 19:55:59.065493 [ 3 ] {} <Trace> HTTP-Session: 284abf63-563a-472d-b544-4afc033c9f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2948 | 2024.07.15 19:55:59.065605 [ 3 ] {623ee67d-393a-475f-8088-38629b2c0c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2949 | 2024.07.15 19:55:59.065651 [ 3 ] {623ee67d-393a-475f-8088-38629b2c0c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2950 | 2024.07.15 19:55:59.065785 [ 3 ] {623ee67d-393a-475f-8088-38629b2c0c1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2951 | 2024.07.15 19:55:59.066101 [ 3 ] {623ee67d-393a-475f-8088-38629b2c0c1f} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2952 | 2024.07.15 19:55:59.066138 [ 3 ] {623ee67d-393a-475f-8088-38629b2c0c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2953 | 2024.07.15 19:55:59.066501 [ 3 ] {623ee67d-393a-475f-8088-38629b2c0c1f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2954 | 2024.07.15 19:55:59.066835 [ 3 ] {623ee67d-393a-475f-8088-38629b2c0c1f} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2955 | 2024.07.15 19:55:59.066992 [ 3 ] {623ee67d-393a-475f-8088-38629b2c0c1f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001411 sec., 35435.86109142452 rows/sec., 2.43 MiB/sec. | ||
2956 | 2024.07.15 19:55:59.066993 [ 30 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2957 | 2024.07.15 19:55:59.067071 [ 30 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2958 | 2024.07.15 19:55:59.067105 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
2959 | 2024.07.15 19:55:59.067256 [ 3 ] {623ee67d-393a-475f-8088-38629b2c0c1f} <Debug> DynamicQueryHandler: Done processing query | ||
2960 | 2024.07.15 19:55:59.067304 [ 3 ] {623ee67d-393a-475f-8088-38629b2c0c1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2961 | 2024.07.15 19:55:59.067319 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
2962 | 2024.07.15 19:55:59.067334 [ 3 ] {} <Debug> HTTP-Session: 284abf63-563a-472d-b544-4afc033c9f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2963 | 2024.07.15 19:55:59.067541 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2964 | 2024.07.15 19:55:59.067592 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 482 rows starting from the beginning of the part | ||
2965 | 2024.07.15 19:55:59.067694 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part | ||
2966 | 2024.07.15 19:55:59.067778 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part | ||
2967 | 2024.07.15 19:55:59.067985 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part | ||
2968 | 2024.07.15 19:55:59.068068 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part | ||
2969 | 2024.07.15 19:55:59.068192 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 50 rows starting from the beginning of the part | ||
2970 | 2024.07.15 19:55:59.069348 [ 194 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 4 columns (4 merged, 0 gathered) in 0.002132933 sec., 343189.4016361508 rows/sec., 23.53 MiB/sec. | ||
2971 | 2024.07.15 19:55:59.069521 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2972 | 2024.07.15 19:55:59.069940 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2973 | 2024.07.15 19:55:59.070032 [ 188 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_16_3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2974 | 2024.07.15 19:55:59.070118 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2975 | 2024.07.15 19:56:04.037165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2976 | 2024.07.15 19:56:04.037307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2977 | 2024.07.15 19:56:04.037333 [ 3 ] {} <Debug> HTTP-Session: 67116845-8d3b-43c8-807b-f70f61aa4ede Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
2978 | 2024.07.15 19:56:04.037358 [ 3 ] {} <Debug> HTTP-Session: 67116845-8d3b-43c8-807b-f70f61aa4ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2979 | 2024.07.15 19:56:04.037373 [ 3 ] {} <Debug> HTTP-Session: 67116845-8d3b-43c8-807b-f70f61aa4ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2980 | 2024.07.15 19:56:04.037426 [ 3 ] {} <Trace> HTTP-Session: 67116845-8d3b-43c8-807b-f70f61aa4ede Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2981 | 2024.07.15 19:56:04.037663 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
2982 | 2024.07.15 19:56:04.038047 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2983 | 2024.07.15 19:56:04.038090 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
2984 | 2024.07.15 19:56:04.038401 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2985 | 2024.07.15 19:56:04.038485 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2986 | 2024.07.15 19:56:04.038668 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
2987 | 2024.07.15 19:56:04.038887 [ 260 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2988 | 2024.07.15 19:56:04.038887 [ 252 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2989 | 2024.07.15 19:56:04.038910 [ 259 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2990 | 2024.07.15 19:56:04.039158 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2991 | 2024.07.15 19:56:04.039208 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2992 | 2024.07.15 19:56:04.039326 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2993 | 2024.07.15 19:56:04.039354 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2994 | 2024.07.15 19:56:04.039408 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2995 | 2024.07.15 19:56:04.039464 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2996 | 2024.07.15 19:56:04.040803 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00324 sec., 5555.555555555556 rows/sec., 233.29 KiB/sec. | ||
2997 | 2024.07.15 19:56:04.041177 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Debug> DynamicQueryHandler: Done processing query | ||
2998 | 2024.07.15 19:56:04.041203 [ 3 ] {90a84c44-e89f-4c8e-9ca7-22cd277dbffd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2999 | 2024.07.15 19:56:04.041220 [ 3 ] {} <Debug> HTTP-Session: 67116845-8d3b-43c8-807b-f70f61aa4ede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3000 | 2024.07.15 19:56:04.041455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3001 | 2024.07.15 19:56:04.041506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3002 | 2024.07.15 19:56:04.041528 [ 3 ] {} <Debug> HTTP-Session: d82f8282-c6e9-43ba-8f3c-07d286a81725 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3003 | 2024.07.15 19:56:04.041545 [ 3 ] {} <Debug> HTTP-Session: d82f8282-c6e9-43ba-8f3c-07d286a81725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3004 | 2024.07.15 19:56:04.041560 [ 3 ] {} <Debug> HTTP-Session: d82f8282-c6e9-43ba-8f3c-07d286a81725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.07.15 19:56:04.041592 [ 3 ] {} <Trace> HTTP-Session: d82f8282-c6e9-43ba-8f3c-07d286a81725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3006 | 2024.07.15 19:56:04.041750 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
3007 | 2024.07.15 19:56:04.042036 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3008 | 2024.07.15 19:56:04.042078 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections')" moved to PREWHERE | ||
3009 | 2024.07.15 19:56:04.042342 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3010 | 2024.07.15 19:56:04.042407 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3011 | 2024.07.15 19:56:04.042545 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
3012 | 2024.07.15 19:56:04.042620 [ 258 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3013 | 2024.07.15 19:56:04.042674 [ 256 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3014 | 2024.07.15 19:56:04.042711 [ 255 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3015 | 2024.07.15 19:56:04.042838 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3016 | 2024.07.15 19:56:04.042868 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3017 | 2024.07.15 19:56:04.042952 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3018 | 2024.07.15 19:56:04.042983 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3019 | 2024.07.15 19:56:04.043025 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections'))" | ||
3020 | 2024.07.15 19:56:04.043064 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections'))" | ||
3021 | 2024.07.15 19:56:04.044330 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002653 sec., 6784.771956275914 rows/sec., 284.91 KiB/sec. | ||
3022 | 2024.07.15 19:56:04.044631 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Debug> DynamicQueryHandler: Done processing query | ||
3023 | 2024.07.15 19:56:04.044658 [ 3 ] {bde43693-1da7-4008-9e9f-65fc65e48c36} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3024 | 2024.07.15 19:56:04.044676 [ 3 ] {} <Debug> HTTP-Session: d82f8282-c6e9-43ba-8f3c-07d286a81725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3025 | 2024.07.15 19:56:04.045143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3026 | 2024.07.15 19:56:04.045193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3027 | 2024.07.15 19:56:04.045213 [ 3 ] {} <Debug> HTTP-Session: ccabd16d-0207-4e94-8671-425678712f2d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3028 | 2024.07.15 19:56:04.045230 [ 3 ] {} <Debug> HTTP-Session: ccabd16d-0207-4e94-8671-425678712f2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3029 | 2024.07.15 19:56:04.045244 [ 3 ] {} <Debug> HTTP-Session: ccabd16d-0207-4e94-8671-425678712f2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3030 | 2024.07.15 19:56:04.045275 [ 3 ] {} <Trace> HTTP-Session: ccabd16d-0207-4e94-8671-425678712f2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3031 | 2024.07.15 19:56:04.045414 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
3032 | 2024.07.15 19:56:04.045683 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3033 | 2024.07.15 19:56:04.045723 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <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', 'oximeter_collector:collections')" moved to PREWHERE | ||
3034 | 2024.07.15 19:56:04.045985 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3035 | 2024.07.15 19:56:04.046049 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3036 | 2024.07.15 19:56:04.046185 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
3037 | 2024.07.15 19:56:04.046342 [ 260 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3038 | 2024.07.15 19:56:04.046345 [ 252 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3039 | 2024.07.15 19:56:04.046358 [ 255 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3040 | 2024.07.15 19:56:04.046494 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3041 | 2024.07.15 19:56:04.046523 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3042 | 2024.07.15 19:56:04.046605 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3043 | 2024.07.15 19:56:04.046625 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3044 | 2024.07.15 19:56:04.046663 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <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', 'oximeter_collector:collections'))" | ||
3045 | 2024.07.15 19:56:04.046701 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <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', 'oximeter_collector:collections'))" | ||
3046 | 2024.07.15 19:56:04.048026 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00267 sec., 6741.573033707865 rows/sec., 283.09 KiB/sec. | ||
3047 | 2024.07.15 19:56:04.048431 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Debug> DynamicQueryHandler: Done processing query | ||
3048 | 2024.07.15 19:56:04.048466 [ 3 ] {2c7723e7-1834-4857-b746-5d5ee240ee5d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3049 | 2024.07.15 19:56:04.048492 [ 3 ] {} <Debug> HTTP-Session: ccabd16d-0207-4e94-8671-425678712f2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3050 | 2024.07.15 19:56:04.048890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3051 | 2024.07.15 19:56:04.048950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3052 | 2024.07.15 19:56:04.048970 [ 3 ] {} <Debug> HTTP-Session: 91b106ab-36b4-4ffc-a31f-10d148d758d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3053 | 2024.07.15 19:56:04.048988 [ 3 ] {} <Debug> HTTP-Session: 91b106ab-36b4-4ffc-a31f-10d148d758d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3054 | 2024.07.15 19:56:04.049002 [ 3 ] {} <Debug> HTTP-Session: 91b106ab-36b4-4ffc-a31f-10d148d758d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3055 | 2024.07.15 19:56:04.049036 [ 3 ] {} <Trace> HTTP-Session: 91b106ab-36b4-4ffc-a31f-10d148d758d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3056 | 2024.07.15 19:56:04.049185 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
3057 | 2024.07.15 19:56:04.049454 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3058 | 2024.07.15 19:56:04.049497 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <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', 'oximeter_collector:collections', 'switch_table:capacity')" moved to PREWHERE | ||
3059 | 2024.07.15 19:56:04.049772 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3060 | 2024.07.15 19:56:04.049842 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3061 | 2024.07.15 19:56:04.049978 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
3062 | 2024.07.15 19:56:04.050101 [ 258 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3063 | 2024.07.15 19:56:04.050118 [ 256 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3064 | 2024.07.15 19:56:04.050144 [ 255 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3065 | 2024.07.15 19:56:04.050260 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3066 | 2024.07.15 19:56:04.050288 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3067 | 2024.07.15 19:56:04.050369 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3068 | 2024.07.15 19:56:04.050393 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3069 | 2024.07.15 19:56:04.050452 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <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', 'oximeter_collector:collections', 'switch_table:capacity'))" | ||
3070 | 2024.07.15 19:56:04.050492 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <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', 'oximeter_collector:collections', 'switch_table:capacity'))" | ||
3071 | 2024.07.15 19:56:04.051844 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002724 sec., 6607.929515418503 rows/sec., 277.48 KiB/sec. | ||
3072 | 2024.07.15 19:56:04.052156 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Debug> DynamicQueryHandler: Done processing query | ||
3073 | 2024.07.15 19:56:04.052182 [ 3 ] {28a37f5e-8ef5-4828-91c9-a8ddf4d5de6d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3074 | 2024.07.15 19:56:04.052199 [ 3 ] {} <Debug> HTTP-Session: 91b106ab-36b4-4ffc-a31f-10d148d758d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3075 | 2024.07.15 19:56:04.052520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3076 | 2024.07.15 19:56:04.052570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3077 | 2024.07.15 19:56:04.052591 [ 3 ] {} <Debug> HTTP-Session: 3a7d6750-3854-4b5d-8070-528e825531b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3078 | 2024.07.15 19:56:04.052607 [ 3 ] {} <Debug> HTTP-Session: 3a7d6750-3854-4b5d-8070-528e825531b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3079 | 2024.07.15 19:56:04.052621 [ 3 ] {} <Debug> HTTP-Session: 3a7d6750-3854-4b5d-8070-528e825531b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3080 | 2024.07.15 19:56:04.052652 [ 3 ] {} <Trace> HTTP-Session: 3a7d6750-3854-4b5d-8070-528e825531b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3081 | 2024.07.15 19:56:04.052798 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
3082 | 2024.07.15 19:56:04.053071 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3083 | 2024.07.15 19:56:04.053116 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
3084 | 2024.07.15 19:56:04.053377 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3085 | 2024.07.15 19:56:04.053443 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3086 | 2024.07.15 19:56:04.053579 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
3087 | 2024.07.15 19:56:04.053728 [ 260 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3088 | 2024.07.15 19:56:04.053745 [ 258 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3089 | 2024.07.15 19:56:04.053749 [ 255 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3090 | 2024.07.15 19:56:04.053890 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3091 | 2024.07.15 19:56:04.053936 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3092 | 2024.07.15 19:56:04.054039 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3093 | 2024.07.15 19:56:04.054066 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3094 | 2024.07.15 19:56:04.054116 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
3095 | 2024.07.15 19:56:04.054168 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
3096 | 2024.07.15 19:56:04.055475 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002743 sec., 6562.158220925993 rows/sec., 275.56 KiB/sec. | ||
3097 | 2024.07.15 19:56:04.055783 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Debug> DynamicQueryHandler: Done processing query | ||
3098 | 2024.07.15 19:56:04.055810 [ 3 ] {dcae18f5-e254-4b3a-bac3-26490b3e4eb9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3099 | 2024.07.15 19:56:04.055828 [ 3 ] {} <Debug> HTTP-Session: 3a7d6750-3854-4b5d-8070-528e825531b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.07.15 19:56:04.056079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3101 | 2024.07.15 19:56:04.056129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3102 | 2024.07.15 19:56:04.056150 [ 3 ] {} <Debug> HTTP-Session: b51ef3ee-5bf5-49d2-8bd0-7a10c94b8ea2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3103 | 2024.07.15 19:56:04.056167 [ 3 ] {} <Debug> HTTP-Session: b51ef3ee-5bf5-49d2-8bd0-7a10c94b8ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3104 | 2024.07.15 19:56:04.056181 [ 3 ] {} <Debug> HTTP-Session: b51ef3ee-5bf5-49d2-8bd0-7a10c94b8ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3105 | 2024.07.15 19:56:04.056213 [ 3 ] {} <Trace> HTTP-Session: b51ef3ee-5bf5-49d2-8bd0-7a10c94b8ea2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3106 | 2024.07.15 19:56:04.056358 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
3107 | 2024.07.15 19:56:04.056636 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3108 | 2024.07.15 19:56:04.056679 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
3109 | 2024.07.15 19:56:04.056966 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3110 | 2024.07.15 19:56:04.057049 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3111 | 2024.07.15 19:56:04.057217 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
3112 | 2024.07.15 19:56:04.057533 [ 260 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3113 | 2024.07.15 19:56:04.057599 [ 260 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3114 | 2024.07.15 19:56:04.057646 [ 260 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3115 | 2024.07.15 19:56:04.059132 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3116 | 2024.07.15 19:56:04.059177 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3117 | 2024.07.15 19:56:04.059263 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3118 | 2024.07.15 19:56:04.059284 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3119 | 2024.07.15 19:56:04.059325 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
3120 | 2024.07.15 19:56:04.059368 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
3121 | 2024.07.15 19:56:04.060648 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.004357 sec., 4131.282992885013 rows/sec., 173.48 KiB/sec. | ||
3122 | 2024.07.15 19:56:04.060945 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Debug> DynamicQueryHandler: Done processing query | ||
3123 | 2024.07.15 19:56:04.060969 [ 3 ] {088828be-e2eb-4024-a9a9-8c471e18289e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3124 | 2024.07.15 19:56:04.060986 [ 3 ] {} <Debug> HTTP-Session: b51ef3ee-5bf5-49d2-8bd0-7a10c94b8ea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3125 | 2024.07.15 19:56:04.061270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3126 | 2024.07.15 19:56:04.061318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3127 | 2024.07.15 19:56:04.061337 [ 3 ] {} <Debug> HTTP-Session: 231f22c4-d266-47ba-9d79-75e59feecb61 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3128 | 2024.07.15 19:56:04.061353 [ 3 ] {} <Debug> HTTP-Session: 231f22c4-d266-47ba-9d79-75e59feecb61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3129 | 2024.07.15 19:56:04.061368 [ 3 ] {} <Debug> HTTP-Session: 231f22c4-d266-47ba-9d79-75e59feecb61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3130 | 2024.07.15 19:56:04.061399 [ 3 ] {} <Trace> HTTP-Session: 231f22c4-d266-47ba-9d79-75e59feecb61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3131 | 2024.07.15 19:56:04.061545 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
3132 | 2024.07.15 19:56:04.061820 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3133 | 2024.07.15 19:56:04.061864 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
3134 | 2024.07.15 19:56:04.062133 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3135 | 2024.07.15 19:56:04.062211 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3136 | 2024.07.15 19:56:04.062403 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
3137 | 2024.07.15 19:56:04.062533 [ 260 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3138 | 2024.07.15 19:56:04.062563 [ 252 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3139 | 2024.07.15 19:56:04.062579 [ 259 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3140 | 2024.07.15 19:56:04.062708 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3141 | 2024.07.15 19:56:04.062740 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3142 | 2024.07.15 19:56:04.062844 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3143 | 2024.07.15 19:56:04.062870 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3144 | 2024.07.15 19:56:04.062922 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
3145 | 2024.07.15 19:56:04.062978 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
3146 | 2024.07.15 19:56:04.064361 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00288 sec., 6250 rows/sec., 262.45 KiB/sec. | ||
3147 | 2024.07.15 19:56:04.064721 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Debug> DynamicQueryHandler: Done processing query | ||
3148 | 2024.07.15 19:56:04.064751 [ 3 ] {b5bc1e9f-f2f1-42f7-9b53-f6db1f438bcf} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3149 | 2024.07.15 19:56:04.064779 [ 3 ] {} <Debug> HTTP-Session: 231f22c4-d266-47ba-9d79-75e59feecb61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3150 | 2024.07.15 19:56:04.065029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3151 | 2024.07.15 19:56:04.065079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3152 | 2024.07.15 19:56:04.065098 [ 3 ] {} <Debug> HTTP-Session: ff4f79f1-9d5e-4cc8-94e3-a8c54e22cfbb Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3153 | 2024.07.15 19:56:04.065114 [ 3 ] {} <Debug> HTTP-Session: ff4f79f1-9d5e-4cc8-94e3-a8c54e22cfbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3154 | 2024.07.15 19:56:04.065130 [ 3 ] {} <Debug> HTTP-Session: ff4f79f1-9d5e-4cc8-94e3-a8c54e22cfbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3155 | 2024.07.15 19:56:04.065162 [ 3 ] {} <Trace> HTTP-Session: ff4f79f1-9d5e-4cc8-94e3-a8c54e22cfbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3156 | 2024.07.15 19:56:04.065311 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3157 | 2024.07.15 19:56:04.065603 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3158 | 2024.07.15 19:56:04.065647 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
3159 | 2024.07.15 19:56:04.065923 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3160 | 2024.07.15 19:56:04.065988 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3161 | 2024.07.15 19:56:04.066124 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
3162 | 2024.07.15 19:56:04.066273 [ 256 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3163 | 2024.07.15 19:56:04.066272 [ 260 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3164 | 2024.07.15 19:56:04.066295 [ 255 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3165 | 2024.07.15 19:56:04.066428 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3166 | 2024.07.15 19:56:04.066457 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3167 | 2024.07.15 19:56:04.066540 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3168 | 2024.07.15 19:56:04.066560 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3169 | 2024.07.15 19:56:04.066599 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
3170 | 2024.07.15 19:56:04.066640 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
3171 | 2024.07.15 19:56:04.067972 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002729 sec., 6595.8226456577495 rows/sec., 276.97 KiB/sec. | ||
3172 | 2024.07.15 19:56:04.068270 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Debug> DynamicQueryHandler: Done processing query | ||
3173 | 2024.07.15 19:56:04.068294 [ 3 ] {5b763822-67f0-4445-abc4-bdc1203dabeb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3174 | 2024.07.15 19:56:04.068311 [ 3 ] {} <Debug> HTTP-Session: ff4f79f1-9d5e-4cc8-94e3-a8c54e22cfbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3175 | 2024.07.15 19:56:04.068556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3176 | 2024.07.15 19:56:04.068611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3177 | 2024.07.15 19:56:04.068631 [ 3 ] {} <Debug> HTTP-Session: 1a329698-3df8-4822-8e5c-0d15631b81a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3178 | 2024.07.15 19:56:04.068649 [ 3 ] {} <Debug> HTTP-Session: 1a329698-3df8-4822-8e5c-0d15631b81a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3179 | 2024.07.15 19:56:04.068663 [ 3 ] {} <Debug> HTTP-Session: 1a329698-3df8-4822-8e5c-0d15631b81a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3180 | 2024.07.15 19:56:04.068694 [ 3 ] {} <Trace> HTTP-Session: 1a329698-3df8-4822-8e5c-0d15631b81a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3181 | 2024.07.15 19:56:04.068840 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3182 | 2024.07.15 19:56:04.069115 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3183 | 2024.07.15 19:56:04.069158 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
3184 | 2024.07.15 19:56:04.069435 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3185 | 2024.07.15 19:56:04.069500 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3186 | 2024.07.15 19:56:04.069638 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
3187 | 2024.07.15 19:56:04.069780 [ 260 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3188 | 2024.07.15 19:56:04.069785 [ 258 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3189 | 2024.07.15 19:56:04.069808 [ 259 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3190 | 2024.07.15 19:56:04.069948 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3191 | 2024.07.15 19:56:04.069976 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3192 | 2024.07.15 19:56:04.070052 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3193 | 2024.07.15 19:56:04.070071 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3194 | 2024.07.15 19:56:04.070109 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
3195 | 2024.07.15 19:56:04.070150 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
3196 | 2024.07.15 19:56:04.071451 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002678 sec., 6721.433905899926 rows/sec., 282.25 KiB/sec. | ||
3197 | 2024.07.15 19:56:04.071742 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Debug> DynamicQueryHandler: Done processing query | ||
3198 | 2024.07.15 19:56:04.071768 [ 3 ] {c365c681-ba9d-4d2f-b5c8-803863a63d55} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3199 | 2024.07.15 19:56:04.071786 [ 3 ] {} <Debug> HTTP-Session: 1a329698-3df8-4822-8e5c-0d15631b81a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3200 | 2024.07.15 19:56:04.072047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3201 | 2024.07.15 19:56:04.072095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3202 | 2024.07.15 19:56:04.072117 [ 3 ] {} <Debug> HTTP-Session: e95b9d23-bb95-471a-b6ee-7610f78f2163 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3203 | 2024.07.15 19:56:04.072135 [ 3 ] {} <Debug> HTTP-Session: e95b9d23-bb95-471a-b6ee-7610f78f2163 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3204 | 2024.07.15 19:56:04.072151 [ 3 ] {} <Debug> HTTP-Session: e95b9d23-bb95-471a-b6ee-7610f78f2163 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3205 | 2024.07.15 19:56:04.072183 [ 3 ] {} <Trace> HTTP-Session: e95b9d23-bb95-471a-b6ee-7610f78f2163 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3206 | 2024.07.15 19:56:04.072330 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', '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) | ||
3207 | 2024.07.15 19:56:04.072609 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3208 | 2024.07.15 19:56:04.072655 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <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', 'oximeter_collector:collections', '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 | ||
3209 | 2024.07.15 19:56:04.072940 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3210 | 2024.07.15 19:56:04.073006 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3211 | 2024.07.15 19:56:04.073146 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
3212 | 2024.07.15 19:56:04.073312 [ 256 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3213 | 2024.07.15 19:56:04.073339 [ 255 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3214 | 2024.07.15 19:56:04.073320 [ 258 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3215 | 2024.07.15 19:56:04.073459 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3216 | 2024.07.15 19:56:04.073485 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3217 | 2024.07.15 19:56:04.073565 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3218 | 2024.07.15 19:56:04.073585 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3219 | 2024.07.15 19:56:04.073624 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3220 | 2024.07.15 19:56:04.073665 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <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', 'oximeter_collector:collections', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3221 | 2024.07.15 19:56:04.074884 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002622 sec., 6864.988558352402 rows/sec., 288.28 KiB/sec. | ||
3222 | 2024.07.15 19:56:04.075205 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Debug> DynamicQueryHandler: Done processing query | ||
3223 | 2024.07.15 19:56:04.075230 [ 3 ] {88ca65f4-aee6-411a-b18e-dc1f04ec2562} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3224 | 2024.07.15 19:56:04.075247 [ 3 ] {} <Debug> HTTP-Session: e95b9d23-bb95-471a-b6ee-7610f78f2163 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3225 | 2024.07.15 19:56:04.075482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3226 | 2024.07.15 19:56:04.075547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3227 | 2024.07.15 19:56:04.075576 [ 3 ] {} <Debug> HTTP-Session: 969bfbcf-d78a-418e-93f5-44503ebf14b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3228 | 2024.07.15 19:56:04.075599 [ 3 ] {} <Debug> HTTP-Session: 969bfbcf-d78a-418e-93f5-44503ebf14b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3229 | 2024.07.15 19:56:04.075621 [ 3 ] {} <Debug> HTTP-Session: 969bfbcf-d78a-418e-93f5-44503ebf14b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3230 | 2024.07.15 19:56:04.075663 [ 3 ] {} <Trace> HTTP-Session: 969bfbcf-d78a-418e-93f5-44503ebf14b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3231 | 2024.07.15 19:56:04.075834 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', '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) | ||
3232 | 2024.07.15 19:56:04.076118 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3233 | 2024.07.15 19:56:04.076162 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <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', 'oximeter_collector:collections', '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 | ||
3234 | 2024.07.15 19:56:04.076461 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3235 | 2024.07.15 19:56:04.076528 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3236 | 2024.07.15 19:56:04.076663 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
3237 | 2024.07.15 19:56:04.076771 [ 258 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3238 | 2024.07.15 19:56:04.076797 [ 260 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3239 | 2024.07.15 19:56:04.076826 [ 255 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3240 | 2024.07.15 19:56:04.076930 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3241 | 2024.07.15 19:56:04.076959 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3242 | 2024.07.15 19:56:04.077037 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3243 | 2024.07.15 19:56:04.077056 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3244 | 2024.07.15 19:56:04.077096 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <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', 'oximeter_collector:collections', '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'))" | ||
3245 | 2024.07.15 19:56:04.077137 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <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', 'oximeter_collector:collections', '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'))" | ||
3246 | 2024.07.15 19:56:04.078369 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002627 sec., 6851.922344880091 rows/sec., 287.73 KiB/sec. | ||
3247 | 2024.07.15 19:56:04.078671 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Debug> DynamicQueryHandler: Done processing query | ||
3248 | 2024.07.15 19:56:04.078696 [ 3 ] {08300cdb-0644-4852-befa-eddc5e67c500} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3249 | 2024.07.15 19:56:04.078713 [ 3 ] {} <Debug> HTTP-Session: 969bfbcf-d78a-418e-93f5-44503ebf14b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3250 | 2024.07.15 19:56:04.084970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3251 | 2024.07.15 19:56:04.085026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3252 | 2024.07.15 19:56:04.085050 [ 3 ] {} <Debug> HTTP-Session: 3e8e4c7f-3ee3-4990-9704-51612ea5ba19 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3253 | 2024.07.15 19:56:04.085071 [ 3 ] {} <Debug> HTTP-Session: 3e8e4c7f-3ee3-4990-9704-51612ea5ba19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3254 | 2024.07.15 19:56:04.085088 [ 3 ] {} <Debug> HTTP-Session: 3e8e4c7f-3ee3-4990-9704-51612ea5ba19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3255 | 2024.07.15 19:56:04.085126 [ 3 ] {} <Trace> HTTP-Session: 3e8e4c7f-3ee3-4990-9704-51612ea5ba19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3256 | 2024.07.15 19:56:04.085302 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', '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) | ||
3257 | 2024.07.15 19:56:04.085644 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3258 | 2024.07.15 19:56:04.085699 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <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', 'oximeter_collector:collections', '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 | ||
3259 | 2024.07.15 19:56:04.086004 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3260 | 2024.07.15 19:56:04.086068 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3261 | 2024.07.15 19:56:04.086204 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
3262 | 2024.07.15 19:56:04.086354 [ 256 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3263 | 2024.07.15 19:56:04.086382 [ 260 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3264 | 2024.07.15 19:56:04.086387 [ 255 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3265 | 2024.07.15 19:56:04.086525 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
3266 | 2024.07.15 19:56:04.086555 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3267 | 2024.07.15 19:56:04.086637 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3268 | 2024.07.15 19:56:04.086657 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
3269 | 2024.07.15 19:56:04.086696 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <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', 'oximeter_collector:collections', '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'))" | ||
3270 | 2024.07.15 19:56:04.086737 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <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', 'oximeter_collector:collections', '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'))" | ||
3271 | 2024.07.15 19:56:04.087985 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002772 sec., 6493.506493506493 rows/sec., 272.68 KiB/sec. | ||
3272 | 2024.07.15 19:56:04.088281 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Debug> DynamicQueryHandler: Done processing query | ||
3273 | 2024.07.15 19:56:04.088304 [ 3 ] {b3513ca9-d8ad-4295-b7b8-124614818eb7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
3274 | 2024.07.15 19:56:04.088321 [ 3 ] {} <Debug> HTTP-Session: 3e8e4c7f-3ee3-4990-9704-51612ea5ba19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3275 | 2024.07.15 19:56:04.091941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3276 | 2024.07.15 19:56:04.091998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3277 | 2024.07.15 19:56:04.092021 [ 3 ] {} <Debug> HTTP-Session: 002cae9c-16c1-40c7-b781-5080a5cc610d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3278 | 2024.07.15 19:56:04.092041 [ 3 ] {} <Debug> HTTP-Session: 002cae9c-16c1-40c7-b781-5080a5cc610d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3279 | 2024.07.15 19:56:04.092058 [ 3 ] {} <Debug> HTTP-Session: 002cae9c-16c1-40c7-b781-5080a5cc610d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3280 | 2024.07.15 19:56:04.092096 [ 3 ] {} <Trace> HTTP-Session: 002cae9c-16c1-40c7-b781-5080a5cc610d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3281 | 2024.07.15 19:56:04.092252 [ 3 ] {4bc003ee-8fd5-4e25-9555-77d12a1adc95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3282 | 2024.07.15 19:56:04.092307 [ 3 ] {4bc003ee-8fd5-4e25-9555-77d12a1adc95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3283 | 2024.07.15 19:56:04.092509 [ 3 ] {4bc003ee-8fd5-4e25-9555-77d12a1adc95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3284 | 2024.07.15 19:56:04.092914 [ 3 ] {4bc003ee-8fd5-4e25-9555-77d12a1adc95} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3285 | 2024.07.15 19:56:04.092954 [ 3 ] {4bc003ee-8fd5-4e25-9555-77d12a1adc95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3286 | 2024.07.15 19:56:04.093438 [ 3 ] {4bc003ee-8fd5-4e25-9555-77d12a1adc95} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3287 | 2024.07.15 19:56:04.093749 [ 3 ] {4bc003ee-8fd5-4e25-9555-77d12a1adc95} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3288 | 2024.07.15 19:56:04.093894 [ 3 ] {4bc003ee-8fd5-4e25-9555-77d12a1adc95} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.0017 sec., 7058.823529411765 rows/sec., 952.44 KiB/sec. | ||
3289 | 2024.07.15 19:56:04.094198 [ 3 ] {4bc003ee-8fd5-4e25-9555-77d12a1adc95} <Debug> DynamicQueryHandler: Done processing query | ||
3290 | 2024.07.15 19:56:04.094223 [ 3 ] {4bc003ee-8fd5-4e25-9555-77d12a1adc95} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3291 | 2024.07.15 19:56:04.094267 [ 3 ] {} <Debug> HTTP-Session: 002cae9c-16c1-40c7-b781-5080a5cc610d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3292 | 2024.07.15 19:56:04.094402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3293 | 2024.07.15 19:56:04.094449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3294 | 2024.07.15 19:56:04.094468 [ 3 ] {} <Debug> HTTP-Session: 9501dfc3-c10a-400e-8ef4-9a65ac4fe8bb Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3295 | 2024.07.15 19:56:04.094485 [ 3 ] {} <Debug> HTTP-Session: 9501dfc3-c10a-400e-8ef4-9a65ac4fe8bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3296 | 2024.07.15 19:56:04.094499 [ 3 ] {} <Debug> HTTP-Session: 9501dfc3-c10a-400e-8ef4-9a65ac4fe8bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3297 | 2024.07.15 19:56:04.094530 [ 3 ] {} <Trace> HTTP-Session: 9501dfc3-c10a-400e-8ef4-9a65ac4fe8bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3298 | 2024.07.15 19:56:04.094636 [ 3 ] {8ebfec56-3e94-498e-863d-646100890f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3299 | 2024.07.15 19:56:04.094679 [ 3 ] {8ebfec56-3e94-498e-863d-646100890f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3300 | 2024.07.15 19:56:04.094827 [ 3 ] {8ebfec56-3e94-498e-863d-646100890f77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3301 | 2024.07.15 19:56:04.095128 [ 3 ] {8ebfec56-3e94-498e-863d-646100890f77} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3302 | 2024.07.15 19:56:04.095189 [ 3 ] {8ebfec56-3e94-498e-863d-646100890f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3303 | 2024.07.15 19:56:04.095497 [ 3 ] {8ebfec56-3e94-498e-863d-646100890f77} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3304 | 2024.07.15 19:56:04.095800 [ 3 ] {8ebfec56-3e94-498e-863d-646100890f77} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3305 | 2024.07.15 19:56:04.095959 [ 32 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3306 | 2024.07.15 19:56:04.095967 [ 3 ] {8ebfec56-3e94-498e-863d-646100890f77} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001354 sec., 8862.629246676514 rows/sec., 610.17 KiB/sec. | ||
3307 | 2024.07.15 19:56:04.096037 [ 32 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3308 | 2024.07.15 19:56:04.096105 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3309 | 2024.07.15 19:56:04.096287 [ 3 ] {8ebfec56-3e94-498e-863d-646100890f77} <Debug> DynamicQueryHandler: Done processing query | ||
3310 | 2024.07.15 19:56:04.096314 [ 198 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
3311 | 2024.07.15 19:56:04.096326 [ 3 ] {8ebfec56-3e94-498e-863d-646100890f77} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3312 | 2024.07.15 19:56:04.096382 [ 3 ] {} <Debug> HTTP-Session: 9501dfc3-c10a-400e-8ef4-9a65ac4fe8bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3313 | 2024.07.15 19:56:04.096516 [ 198 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3314 | 2024.07.15 19:56:04.096559 [ 198 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 24 rows starting from the beginning of the part | ||
3315 | 2024.07.15 19:56:04.096610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 26485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3316 | 2024.07.15 19:56:04.096741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3317 | 2024.07.15 19:56:04.096782 [ 198 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
3318 | 2024.07.15 19:56:04.096817 [ 3 ] {} <Debug> HTTP-Session: ad68a6b7-0930-4bb3-a174-dbf8b220f500 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3319 | 2024.07.15 19:56:04.096894 [ 3 ] {} <Debug> HTTP-Session: ad68a6b7-0930-4bb3-a174-dbf8b220f500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3320 | 2024.07.15 19:56:04.096968 [ 3 ] {} <Debug> HTTP-Session: ad68a6b7-0930-4bb3-a174-dbf8b220f500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3321 | 2024.07.15 19:56:04.097112 [ 198 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
3322 | 2024.07.15 19:56:04.097133 [ 3 ] {} <Trace> HTTP-Session: ad68a6b7-0930-4bb3-a174-dbf8b220f500 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3323 | 2024.07.15 19:56:04.097384 [ 198 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
3324 | 2024.07.15 19:56:04.097601 [ 3 ] {535d29d2-2dff-425f-8962-9229c9b4f232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3325 | 2024.07.15 19:56:04.097670 [ 198 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
3326 | 2024.07.15 19:56:04.097810 [ 3 ] {535d29d2-2dff-425f-8962-9229c9b4f232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3327 | 2024.07.15 19:56:04.098083 [ 198 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
3328 | 2024.07.15 19:56:04.099310 [ 3 ] {535d29d2-2dff-425f-8962-9229c9b4f232} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3329 | 2024.07.15 19:56:04.100308 [ 3 ] {535d29d2-2dff-425f-8962-9229c9b4f232} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3330 | 2024.07.15 19:56:04.100368 [ 3 ] {535d29d2-2dff-425f-8962-9229c9b4f232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3331 | 2024.07.15 19:56:04.101245 [ 3 ] {535d29d2-2dff-425f-8962-9229c9b4f232} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3332 | 2024.07.15 19:56:04.101364 [ 188 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005136472 sec., 18689.87118006289 rows/sec., 1.45 MiB/sec. | ||
3333 | 2024.07.15 19:56:04.101636 [ 188 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3334 | 2024.07.15 19:56:04.101862 [ 3 ] {535d29d2-2dff-425f-8962-9229c9b4f232} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3335 | 2024.07.15 19:56:04.102339 [ 3 ] {535d29d2-2dff-425f-8962-9229c9b4f232} <Debug> executeQuery: Read 175 rows, 15.83 KiB in 0.004959 sec., 35289.372857430935 rows/sec., 3.12 MiB/sec. | ||
3336 | 2024.07.15 19:56:04.102649 [ 188 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_11_2} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3337 | 2024.07.15 19:56:04.102701 [ 3 ] {535d29d2-2dff-425f-8962-9229c9b4f232} <Debug> DynamicQueryHandler: Done processing query | ||
3338 | 2024.07.15 19:56:04.102763 [ 3 ] {535d29d2-2dff-425f-8962-9229c9b4f232} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3339 | 2024.07.15 19:56:04.102794 [ 3 ] {} <Debug> HTTP-Session: ad68a6b7-0930-4bb3-a174-dbf8b220f500 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3340 | 2024.07.15 19:56:04.102837 [ 188 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_11_2} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3341 | 2024.07.15 19:56:04.102949 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3342 | 2024.07.15 19:56:04.103162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 61254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3343 | 2024.07.15 19:56:04.103220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3344 | 2024.07.15 19:56:04.103240 [ 3 ] {} <Debug> HTTP-Session: 8bdb4e5d-5644-468b-8ae4-4cf10646fad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3345 | 2024.07.15 19:56:04.103256 [ 3 ] {} <Debug> HTTP-Session: 8bdb4e5d-5644-468b-8ae4-4cf10646fad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3346 | 2024.07.15 19:56:04.103271 [ 3 ] {} <Debug> HTTP-Session: 8bdb4e5d-5644-468b-8ae4-4cf10646fad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3347 | 2024.07.15 19:56:04.103304 [ 3 ] {} <Trace> HTTP-Session: 8bdb4e5d-5644-468b-8ae4-4cf10646fad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3348 | 2024.07.15 19:56:04.103543 [ 3 ] {068b7a41-0d43-4efe-963e-eed70cebe18d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3349 | 2024.07.15 19:56:04.103590 [ 3 ] {068b7a41-0d43-4efe-963e-eed70cebe18d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3350 | 2024.07.15 19:56:04.103743 [ 3 ] {068b7a41-0d43-4efe-963e-eed70cebe18d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3351 | 2024.07.15 19:56:04.104294 [ 3 ] {068b7a41-0d43-4efe-963e-eed70cebe18d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3352 | 2024.07.15 19:56:04.104332 [ 3 ] {068b7a41-0d43-4efe-963e-eed70cebe18d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3353 | 2024.07.15 19:56:04.104664 [ 3 ] {068b7a41-0d43-4efe-963e-eed70cebe18d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3354 | 2024.07.15 19:56:04.104973 [ 3 ] {068b7a41-0d43-4efe-963e-eed70cebe18d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3355 | 2024.07.15 19:56:04.105127 [ 3 ] {068b7a41-0d43-4efe-963e-eed70cebe18d} <Debug> executeQuery: Read 380 rows, 27.31 KiB in 0.001713 sec., 221833.0414477525 rows/sec., 15.57 MiB/sec. | ||
3356 | 2024.07.15 19:56:04.105297 [ 3 ] {068b7a41-0d43-4efe-963e-eed70cebe18d} <Debug> DynamicQueryHandler: Done processing query | ||
3357 | 2024.07.15 19:56:04.105322 [ 3 ] {068b7a41-0d43-4efe-963e-eed70cebe18d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3358 | 2024.07.15 19:56:04.105338 [ 3 ] {} <Debug> HTTP-Session: 8bdb4e5d-5644-468b-8ae4-4cf10646fad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3359 | 2024.07.15 19:56:04.105464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3360 | 2024.07.15 19:56:04.105513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3361 | 2024.07.15 19:56:04.105531 [ 3 ] {} <Debug> HTTP-Session: a139fd77-a396-4bf3-871a-aecf887f3d92 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3362 | 2024.07.15 19:56:04.105548 [ 3 ] {} <Debug> HTTP-Session: a139fd77-a396-4bf3-871a-aecf887f3d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3363 | 2024.07.15 19:56:04.105561 [ 3 ] {} <Debug> HTTP-Session: a139fd77-a396-4bf3-871a-aecf887f3d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3364 | 2024.07.15 19:56:04.105592 [ 3 ] {} <Trace> HTTP-Session: a139fd77-a396-4bf3-871a-aecf887f3d92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3365 | 2024.07.15 19:56:04.105688 [ 3 ] {3b0fddf3-df5e-4090-b066-55cb1097e062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3366 | 2024.07.15 19:56:04.105732 [ 3 ] {3b0fddf3-df5e-4090-b066-55cb1097e062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3367 | 2024.07.15 19:56:04.105862 [ 3 ] {3b0fddf3-df5e-4090-b066-55cb1097e062} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3368 | 2024.07.15 19:56:04.106137 [ 3 ] {3b0fddf3-df5e-4090-b066-55cb1097e062} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3369 | 2024.07.15 19:56:04.106173 [ 3 ] {3b0fddf3-df5e-4090-b066-55cb1097e062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3370 | 2024.07.15 19:56:04.106527 [ 3 ] {3b0fddf3-df5e-4090-b066-55cb1097e062} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3371 | 2024.07.15 19:56:04.106851 [ 3 ] {3b0fddf3-df5e-4090-b066-55cb1097e062} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3372 | 2024.07.15 19:56:04.107020 [ 3 ] {3b0fddf3-df5e-4090-b066-55cb1097e062} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001349 sec., 4447.739065974796 rows/sec., 191.11 KiB/sec. | ||
3373 | 2024.07.15 19:56:04.107288 [ 3 ] {3b0fddf3-df5e-4090-b066-55cb1097e062} <Debug> DynamicQueryHandler: Done processing query | ||
3374 | 2024.07.15 19:56:04.107313 [ 3 ] {3b0fddf3-df5e-4090-b066-55cb1097e062} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3375 | 2024.07.15 19:56:04.107328 [ 3 ] {} <Debug> HTTP-Session: a139fd77-a396-4bf3-871a-aecf887f3d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3376 | 2024.07.15 19:56:04.107484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3377 | 2024.07.15 19:56:04.107532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3378 | 2024.07.15 19:56:04.107551 [ 3 ] {} <Debug> HTTP-Session: 59928638-9b43-460c-9750-0aa252cadf1b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3379 | 2024.07.15 19:56:04.107567 [ 3 ] {} <Debug> HTTP-Session: 59928638-9b43-460c-9750-0aa252cadf1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3380 | 2024.07.15 19:56:04.107580 [ 3 ] {} <Debug> HTTP-Session: 59928638-9b43-460c-9750-0aa252cadf1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3381 | 2024.07.15 19:56:04.107611 [ 3 ] {} <Trace> HTTP-Session: 59928638-9b43-460c-9750-0aa252cadf1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3382 | 2024.07.15 19:56:04.107746 [ 3 ] {3be57221-9f66-464d-8e0e-5d2c857a2842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3383 | 2024.07.15 19:56:04.107799 [ 3 ] {3be57221-9f66-464d-8e0e-5d2c857a2842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3384 | 2024.07.15 19:56:04.107960 [ 3 ] {3be57221-9f66-464d-8e0e-5d2c857a2842} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3385 | 2024.07.15 19:56:04.108290 [ 3 ] {3be57221-9f66-464d-8e0e-5d2c857a2842} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3386 | 2024.07.15 19:56:04.108325 [ 3 ] {3be57221-9f66-464d-8e0e-5d2c857a2842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3387 | 2024.07.15 19:56:04.108674 [ 3 ] {3be57221-9f66-464d-8e0e-5d2c857a2842} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3388 | 2024.07.15 19:56:04.109017 [ 3 ] {3be57221-9f66-464d-8e0e-5d2c857a2842} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3389 | 2024.07.15 19:56:04.109146 [ 3 ] {3be57221-9f66-464d-8e0e-5d2c857a2842} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001455 sec., 52920.962199312715 rows/sec., 3.26 MiB/sec. | ||
3390 | 2024.07.15 19:56:04.109407 [ 3 ] {3be57221-9f66-464d-8e0e-5d2c857a2842} <Debug> DynamicQueryHandler: Done processing query | ||
3391 | 2024.07.15 19:56:04.109431 [ 3 ] {3be57221-9f66-464d-8e0e-5d2c857a2842} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3392 | 2024.07.15 19:56:04.109447 [ 3 ] {} <Debug> HTTP-Session: 59928638-9b43-460c-9750-0aa252cadf1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3393 | 2024.07.15 19:56:04.109592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3394 | 2024.07.15 19:56:04.109640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3395 | 2024.07.15 19:56:04.109658 [ 3 ] {} <Debug> HTTP-Session: 87c3b1bf-91e7-4e0b-b3eb-9b9da188d73d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3396 | 2024.07.15 19:56:04.109675 [ 3 ] {} <Debug> HTTP-Session: 87c3b1bf-91e7-4e0b-b3eb-9b9da188d73d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3397 | 2024.07.15 19:56:04.109688 [ 3 ] {} <Debug> HTTP-Session: 87c3b1bf-91e7-4e0b-b3eb-9b9da188d73d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3398 | 2024.07.15 19:56:04.109719 [ 3 ] {} <Trace> HTTP-Session: 87c3b1bf-91e7-4e0b-b3eb-9b9da188d73d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3399 | 2024.07.15 19:56:04.109899 [ 3 ] {618d32df-45e5-44e8-bb80-94e37fdf45e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3400 | 2024.07.15 19:56:04.109945 [ 3 ] {618d32df-45e5-44e8-bb80-94e37fdf45e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3401 | 2024.07.15 19:56:04.110108 [ 3 ] {618d32df-45e5-44e8-bb80-94e37fdf45e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3402 | 2024.07.15 19:56:04.110473 [ 3 ] {618d32df-45e5-44e8-bb80-94e37fdf45e3} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3403 | 2024.07.15 19:56:04.110509 [ 3 ] {618d32df-45e5-44e8-bb80-94e37fdf45e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3404 | 2024.07.15 19:56:04.110872 [ 3 ] {618d32df-45e5-44e8-bb80-94e37fdf45e3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3405 | 2024.07.15 19:56:04.111201 [ 3 ] {618d32df-45e5-44e8-bb80-94e37fdf45e3} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3406 | 2024.07.15 19:56:04.111321 [ 3 ] {618d32df-45e5-44e8-bb80-94e37fdf45e3} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001523 sec., 98489.8227183191 rows/sec., 6.83 MiB/sec. | ||
3407 | 2024.07.15 19:56:04.111487 [ 3 ] {618d32df-45e5-44e8-bb80-94e37fdf45e3} <Debug> DynamicQueryHandler: Done processing query | ||
3408 | 2024.07.15 19:56:04.111512 [ 3 ] {618d32df-45e5-44e8-bb80-94e37fdf45e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3409 | 2024.07.15 19:56:04.111528 [ 3 ] {} <Debug> HTTP-Session: 87c3b1bf-91e7-4e0b-b3eb-9b9da188d73d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3410 | 2024.07.15 19:56:04.111651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3411 | 2024.07.15 19:56:04.111698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3412 | 2024.07.15 19:56:04.111717 [ 3 ] {} <Debug> HTTP-Session: 83daa6b4-5bb4-47b1-913c-098112c1cd1f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3413 | 2024.07.15 19:56:04.111733 [ 3 ] {} <Debug> HTTP-Session: 83daa6b4-5bb4-47b1-913c-098112c1cd1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3414 | 2024.07.15 19:56:04.111748 [ 3 ] {} <Debug> HTTP-Session: 83daa6b4-5bb4-47b1-913c-098112c1cd1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3415 | 2024.07.15 19:56:04.111780 [ 3 ] {} <Trace> HTTP-Session: 83daa6b4-5bb4-47b1-913c-098112c1cd1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3416 | 2024.07.15 19:56:04.111937 [ 3 ] {6fdaf409-13e8-44ee-9d98-0a7174e3aeb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3417 | 2024.07.15 19:56:04.112001 [ 3 ] {6fdaf409-13e8-44ee-9d98-0a7174e3aeb1} <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 | ||
3418 | 2024.07.15 19:56:04.112414 [ 3 ] {6fdaf409-13e8-44ee-9d98-0a7174e3aeb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3419 | 2024.07.15 19:56:04.112904 [ 3 ] {6fdaf409-13e8-44ee-9d98-0a7174e3aeb1} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3420 | 2024.07.15 19:56:04.112939 [ 3 ] {6fdaf409-13e8-44ee-9d98-0a7174e3aeb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3421 | 2024.07.15 19:56:04.113502 [ 3 ] {6fdaf409-13e8-44ee-9d98-0a7174e3aeb1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3422 | 2024.07.15 19:56:04.113901 [ 3 ] {6fdaf409-13e8-44ee-9d98-0a7174e3aeb1} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3423 | 2024.07.15 19:56:04.114033 [ 31 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3424 | 2024.07.15 19:56:04.114050 [ 3 ] {6fdaf409-13e8-44ee-9d98-0a7174e3aeb1} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002198 sec., 2729.75432211101 rows/sec., 4.89 MiB/sec. | ||
3425 | 2024.07.15 19:56:04.114087 [ 31 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3426 | 2024.07.15 19:56:04.114137 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3427 | 2024.07.15 19:56:04.114423 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
3428 | 2024.07.15 19:56:04.114464 [ 3 ] {6fdaf409-13e8-44ee-9d98-0a7174e3aeb1} <Debug> DynamicQueryHandler: Done processing query | ||
3429 | 2024.07.15 19:56:04.114506 [ 3 ] {6fdaf409-13e8-44ee-9d98-0a7174e3aeb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3430 | 2024.07.15 19:56:04.114544 [ 3 ] {} <Debug> HTTP-Session: 83daa6b4-5bb4-47b1-913c-098112c1cd1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3431 | 2024.07.15 19:56:04.114725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3432 | 2024.07.15 19:56:04.114839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3433 | 2024.07.15 19:56:04.114895 [ 3 ] {} <Debug> HTTP-Session: c6b644f4-fa2b-4f24-b70e-e0b81971d1f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3434 | 2024.07.15 19:56:04.114945 [ 3 ] {} <Debug> HTTP-Session: c6b644f4-fa2b-4f24-b70e-e0b81971d1f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3435 | 2024.07.15 19:56:04.114986 [ 3 ] {} <Debug> HTTP-Session: c6b644f4-fa2b-4f24-b70e-e0b81971d1f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3436 | 2024.07.15 19:56:04.115074 [ 3 ] {} <Trace> HTTP-Session: c6b644f4-fa2b-4f24-b70e-e0b81971d1f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3437 | 2024.07.15 19:56:04.115170 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3438 | 2024.07.15 19:56:04.115336 [ 3 ] {6a536db6-9580-49b3-8629-e12161f492db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3439 | 2024.07.15 19:56:04.115346 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 132 rows starting from the beginning of the part | ||
3440 | 2024.07.15 19:56:04.115425 [ 3 ] {6a536db6-9580-49b3-8629-e12161f492db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3441 | 2024.07.15 19:56:04.116171 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
3442 | 2024.07.15 19:56:04.116322 [ 3 ] {6a536db6-9580-49b3-8629-e12161f492db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3443 | 2024.07.15 19:56:04.116893 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
3444 | 2024.07.15 19:56:04.117534 [ 3 ] {6a536db6-9580-49b3-8629-e12161f492db} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3445 | 2024.07.15 19:56:04.117629 [ 3 ] {6a536db6-9580-49b3-8629-e12161f492db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3446 | 2024.07.15 19:56:04.117648 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
3447 | 2024.07.15 19:56:04.118306 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
3448 | 2024.07.15 19:56:04.118957 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
3449 | 2024.07.15 19:56:04.119014 [ 3 ] {6a536db6-9580-49b3-8629-e12161f492db} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3450 | 2024.07.15 19:56:04.120118 [ 3 ] {6a536db6-9580-49b3-8629-e12161f492db} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3451 | 2024.07.15 19:56:04.120492 [ 3 ] {6a536db6-9580-49b3-8629-e12161f492db} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005248 sec., 4382.621951219512 rows/sec., 237.07 KiB/sec. | ||
3452 | 2024.07.15 19:56:04.120941 [ 3 ] {6a536db6-9580-49b3-8629-e12161f492db} <Debug> DynamicQueryHandler: Done processing query | ||
3453 | 2024.07.15 19:56:04.120992 [ 3 ] {6a536db6-9580-49b3-8629-e12161f492db} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3454 | 2024.07.15 19:56:04.121024 [ 3 ] {} <Debug> HTTP-Session: c6b644f4-fa2b-4f24-b70e-e0b81971d1f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3455 | 2024.07.15 19:56:04.121213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3456 | 2024.07.15 19:56:04.121330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3457 | 2024.07.15 19:56:04.121387 [ 3 ] {} <Debug> HTTP-Session: 0462a64f-2e22-40af-ab57-899322d6b50b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3458 | 2024.07.15 19:56:04.121434 [ 3 ] {} <Debug> HTTP-Session: 0462a64f-2e22-40af-ab57-899322d6b50b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3459 | 2024.07.15 19:56:04.121483 [ 3 ] {} <Debug> HTTP-Session: 0462a64f-2e22-40af-ab57-899322d6b50b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3460 | 2024.07.15 19:56:04.121564 [ 3 ] {} <Trace> HTTP-Session: 0462a64f-2e22-40af-ab57-899322d6b50b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3461 | 2024.07.15 19:56:04.121808 [ 3 ] {57affbad-7901-4d96-9938-cee3385e212c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3462 | 2024.07.15 19:56:04.121930 [ 3 ] {57affbad-7901-4d96-9938-cee3385e212c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3463 | 2024.07.15 19:56:04.122610 [ 3 ] {57affbad-7901-4d96-9938-cee3385e212c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3464 | 2024.07.15 19:56:04.123401 [ 3 ] {57affbad-7901-4d96-9938-cee3385e212c} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3465 | 2024.07.15 19:56:04.123472 [ 3 ] {57affbad-7901-4d96-9938-cee3385e212c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3466 | 2024.07.15 19:56:04.124538 [ 3 ] {57affbad-7901-4d96-9938-cee3385e212c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3467 | 2024.07.15 19:56:04.125525 [ 3 ] {57affbad-7901-4d96-9938-cee3385e212c} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3468 | 2024.07.15 19:56:04.125778 [ 3 ] {57affbad-7901-4d96-9938-cee3385e212c} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.004035 sec., 12391.573729863692 rows/sec., 870.07 KiB/sec. | ||
3469 | 2024.07.15 19:56:04.125958 [ 3 ] {57affbad-7901-4d96-9938-cee3385e212c} <Debug> DynamicQueryHandler: Done processing query | ||
3470 | 2024.07.15 19:56:04.125983 [ 3 ] {57affbad-7901-4d96-9938-cee3385e212c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3471 | 2024.07.15 19:56:04.125999 [ 3 ] {} <Debug> HTTP-Session: 0462a64f-2e22-40af-ab57-899322d6b50b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3472 | 2024.07.15 19:56:04.128466 [ 195 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 19 columns (19 merged, 0 gathered) in 0.014208063 sec., 13935.749018004777 rows/sec., 24.97 MiB/sec. | ||
3473 | 2024.07.15 19:56:04.128868 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3474 | 2024.07.15 19:56:04.129422 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3475 | 2024.07.15 19:56:04.129507 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3476 | 2024.07.15 19:56:04.129619 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
3477 | 2024.07.15 19:56:06.448965 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3478 | 2024.07.15 19:56:06.449031 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3479 | 2024.07.15 19:56:09.040412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3480 | 2024.07.15 19:56:09.040519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3481 | 2024.07.15 19:56:09.040543 [ 3 ] {} <Debug> HTTP-Session: 47d30257-f81c-4dbb-b2f5-ad294111a258 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3482 | 2024.07.15 19:56:09.040567 [ 3 ] {} <Debug> HTTP-Session: 47d30257-f81c-4dbb-b2f5-ad294111a258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3483 | 2024.07.15 19:56:09.040583 [ 3 ] {} <Debug> HTTP-Session: 47d30257-f81c-4dbb-b2f5-ad294111a258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3484 | 2024.07.15 19:56:09.040629 [ 3 ] {} <Trace> HTTP-Session: 47d30257-f81c-4dbb-b2f5-ad294111a258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3485 | 2024.07.15 19:56:09.040821 [ 3 ] {747acf65-5dd9-41bd-9894-9b830b9cacd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3486 | 2024.07.15 19:56:09.040884 [ 3 ] {747acf65-5dd9-41bd-9894-9b830b9cacd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3487 | 2024.07.15 19:56:09.041066 [ 3 ] {747acf65-5dd9-41bd-9894-9b830b9cacd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3488 | 2024.07.15 19:56:09.041514 [ 3 ] {747acf65-5dd9-41bd-9894-9b830b9cacd1} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3489 | 2024.07.15 19:56:09.041557 [ 3 ] {747acf65-5dd9-41bd-9894-9b830b9cacd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3490 | 2024.07.15 19:56:09.041944 [ 3 ] {747acf65-5dd9-41bd-9894-9b830b9cacd1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3491 | 2024.07.15 19:56:09.042293 [ 3 ] {747acf65-5dd9-41bd-9894-9b830b9cacd1} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3492 | 2024.07.15 19:56:09.042449 [ 3 ] {747acf65-5dd9-41bd-9894-9b830b9cacd1} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001685 sec., 14243.323442136498 rows/sec., 1.13 MiB/sec. | ||
3493 | 2024.07.15 19:56:09.042671 [ 3 ] {747acf65-5dd9-41bd-9894-9b830b9cacd1} <Debug> DynamicQueryHandler: Done processing query | ||
3494 | 2024.07.15 19:56:09.042697 [ 3 ] {747acf65-5dd9-41bd-9894-9b830b9cacd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3495 | 2024.07.15 19:56:09.042721 [ 3 ] {} <Debug> HTTP-Session: 47d30257-f81c-4dbb-b2f5-ad294111a258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3496 | 2024.07.15 19:56:09.042886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3497 | 2024.07.15 19:56:09.042944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3498 | 2024.07.15 19:56:09.042963 [ 3 ] {} <Debug> HTTP-Session: be971b00-1ca6-44f4-bf10-04b1dcc08b11 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3499 | 2024.07.15 19:56:09.042982 [ 3 ] {} <Debug> HTTP-Session: be971b00-1ca6-44f4-bf10-04b1dcc08b11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3500 | 2024.07.15 19:56:09.042996 [ 3 ] {} <Debug> HTTP-Session: be971b00-1ca6-44f4-bf10-04b1dcc08b11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3501 | 2024.07.15 19:56:09.043031 [ 3 ] {} <Trace> HTTP-Session: be971b00-1ca6-44f4-bf10-04b1dcc08b11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3502 | 2024.07.15 19:56:09.043175 [ 3 ] {edaf5097-8c72-4335-94bb-6f99a778bf75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3503 | 2024.07.15 19:56:09.043223 [ 3 ] {edaf5097-8c72-4335-94bb-6f99a778bf75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3504 | 2024.07.15 19:56:09.043358 [ 3 ] {edaf5097-8c72-4335-94bb-6f99a778bf75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3505 | 2024.07.15 19:56:09.043755 [ 3 ] {edaf5097-8c72-4335-94bb-6f99a778bf75} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3506 | 2024.07.15 19:56:09.043795 [ 3 ] {edaf5097-8c72-4335-94bb-6f99a778bf75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3507 | 2024.07.15 19:56:09.044123 [ 3 ] {edaf5097-8c72-4335-94bb-6f99a778bf75} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3508 | 2024.07.15 19:56:09.044438 [ 3 ] {edaf5097-8c72-4335-94bb-6f99a778bf75} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3509 | 2024.07.15 19:56:09.044603 [ 3 ] {edaf5097-8c72-4335-94bb-6f99a778bf75} <Debug> executeQuery: Read 124 rows, 10.55 KiB in 0.001478 sec., 83897.15832205684 rows/sec., 6.97 MiB/sec. | ||
3510 | 2024.07.15 19:56:09.044943 [ 3 ] {edaf5097-8c72-4335-94bb-6f99a778bf75} <Debug> DynamicQueryHandler: Done processing query | ||
3511 | 2024.07.15 19:56:09.044968 [ 3 ] {edaf5097-8c72-4335-94bb-6f99a778bf75} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3512 | 2024.07.15 19:56:09.044984 [ 3 ] {} <Debug> HTTP-Session: be971b00-1ca6-44f4-bf10-04b1dcc08b11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3513 | 2024.07.15 19:56:09.045154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3514 | 2024.07.15 19:56:09.045207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3515 | 2024.07.15 19:56:09.045227 [ 3 ] {} <Debug> HTTP-Session: b3a31c05-9242-4a4a-8b22-a4559123ca8f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3516 | 2024.07.15 19:56:09.045244 [ 3 ] {} <Debug> HTTP-Session: b3a31c05-9242-4a4a-8b22-a4559123ca8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3517 | 2024.07.15 19:56:09.045258 [ 3 ] {} <Debug> HTTP-Session: b3a31c05-9242-4a4a-8b22-a4559123ca8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3518 | 2024.07.15 19:56:09.045290 [ 3 ] {} <Trace> HTTP-Session: b3a31c05-9242-4a4a-8b22-a4559123ca8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3519 | 2024.07.15 19:56:09.045413 [ 3 ] {4e8f5382-b090-42c1-9dc3-69a457d48dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3520 | 2024.07.15 19:56:09.045458 [ 3 ] {4e8f5382-b090-42c1-9dc3-69a457d48dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3521 | 2024.07.15 19:56:09.045610 [ 3 ] {4e8f5382-b090-42c1-9dc3-69a457d48dd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3522 | 2024.07.15 19:56:09.045958 [ 3 ] {4e8f5382-b090-42c1-9dc3-69a457d48dd3} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3523 | 2024.07.15 19:56:09.045995 [ 3 ] {4e8f5382-b090-42c1-9dc3-69a457d48dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3524 | 2024.07.15 19:56:09.046328 [ 3 ] {4e8f5382-b090-42c1-9dc3-69a457d48dd3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3525 | 2024.07.15 19:56:09.046644 [ 3 ] {4e8f5382-b090-42c1-9dc3-69a457d48dd3} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3526 | 2024.07.15 19:56:09.046798 [ 3 ] {4e8f5382-b090-42c1-9dc3-69a457d48dd3} <Debug> executeQuery: Read 80 rows, 6.39 KiB in 0.001421 sec., 56298.38142153413 rows/sec., 4.39 MiB/sec. | ||
3527 | 2024.07.15 19:56:09.047072 [ 3 ] {4e8f5382-b090-42c1-9dc3-69a457d48dd3} <Debug> DynamicQueryHandler: Done processing query | ||
3528 | 2024.07.15 19:56:09.047105 [ 3 ] {4e8f5382-b090-42c1-9dc3-69a457d48dd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3529 | 2024.07.15 19:56:09.047121 [ 3 ] {} <Debug> HTTP-Session: b3a31c05-9242-4a4a-8b22-a4559123ca8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3530 | 2024.07.15 19:56:09.047299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3531 | 2024.07.15 19:56:09.047349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3532 | 2024.07.15 19:56:09.047369 [ 3 ] {} <Debug> HTTP-Session: bb25196c-3b68-49fd-bffb-1c7877a419c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3533 | 2024.07.15 19:56:09.047391 [ 3 ] {} <Debug> HTTP-Session: bb25196c-3b68-49fd-bffb-1c7877a419c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3534 | 2024.07.15 19:56:09.047405 [ 3 ] {} <Debug> HTTP-Session: bb25196c-3b68-49fd-bffb-1c7877a419c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3535 | 2024.07.15 19:56:09.047436 [ 3 ] {} <Trace> HTTP-Session: bb25196c-3b68-49fd-bffb-1c7877a419c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3536 | 2024.07.15 19:56:09.047592 [ 3 ] {6b61a885-6954-4ecf-a5ac-f4aea4c7df0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3537 | 2024.07.15 19:56:09.047638 [ 3 ] {6b61a885-6954-4ecf-a5ac-f4aea4c7df0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3538 | 2024.07.15 19:56:09.047805 [ 3 ] {6b61a885-6954-4ecf-a5ac-f4aea4c7df0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3539 | 2024.07.15 19:56:09.048283 [ 3 ] {6b61a885-6954-4ecf-a5ac-f4aea4c7df0c} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3540 | 2024.07.15 19:56:09.048320 [ 3 ] {6b61a885-6954-4ecf-a5ac-f4aea4c7df0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3541 | 2024.07.15 19:56:09.048719 [ 3 ] {6b61a885-6954-4ecf-a5ac-f4aea4c7df0c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3542 | 2024.07.15 19:56:09.049081 [ 3 ] {6b61a885-6954-4ecf-a5ac-f4aea4c7df0c} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3543 | 2024.07.15 19:56:09.049244 [ 3 ] {6b61a885-6954-4ecf-a5ac-f4aea4c7df0c} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001723 sec., 87057.45792222867 rows/sec., 6.04 MiB/sec. | ||
3544 | 2024.07.15 19:56:09.049420 [ 3 ] {6b61a885-6954-4ecf-a5ac-f4aea4c7df0c} <Debug> DynamicQueryHandler: Done processing query | ||
3545 | 2024.07.15 19:56:09.049444 [ 3 ] {6b61a885-6954-4ecf-a5ac-f4aea4c7df0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3546 | 2024.07.15 19:56:09.049459 [ 3 ] {} <Debug> HTTP-Session: bb25196c-3b68-49fd-bffb-1c7877a419c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3547 | 2024.07.15 19:56:09.049663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3548 | 2024.07.15 19:56:09.049713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3549 | 2024.07.15 19:56:09.049732 [ 3 ] {} <Debug> HTTP-Session: 3231cd7b-ba14-4fee-8712-ea30f434809f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3550 | 2024.07.15 19:56:09.049754 [ 3 ] {} <Debug> HTTP-Session: 3231cd7b-ba14-4fee-8712-ea30f434809f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3551 | 2024.07.15 19:56:09.049768 [ 3 ] {} <Debug> HTTP-Session: 3231cd7b-ba14-4fee-8712-ea30f434809f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3552 | 2024.07.15 19:56:09.049799 [ 3 ] {} <Trace> HTTP-Session: 3231cd7b-ba14-4fee-8712-ea30f434809f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3553 | 2024.07.15 19:56:09.050083 [ 3 ] {7d14af10-dafb-4cd5-85d4-3e41c02e7007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3554 | 2024.07.15 19:56:09.050154 [ 3 ] {7d14af10-dafb-4cd5-85d4-3e41c02e7007} <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 | ||
3555 | 2024.07.15 19:56:09.050563 [ 3 ] {7d14af10-dafb-4cd5-85d4-3e41c02e7007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3556 | 2024.07.15 19:56:09.051270 [ 3 ] {7d14af10-dafb-4cd5-85d4-3e41c02e7007} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3557 | 2024.07.15 19:56:09.051307 [ 3 ] {7d14af10-dafb-4cd5-85d4-3e41c02e7007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3558 | 2024.07.15 19:56:09.051940 [ 3 ] {7d14af10-dafb-4cd5-85d4-3e41c02e7007} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3559 | 2024.07.15 19:56:09.052355 [ 3 ] {7d14af10-dafb-4cd5-85d4-3e41c02e7007} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3560 | 2024.07.15 19:56:09.052538 [ 3 ] {7d14af10-dafb-4cd5-85d4-3e41c02e7007} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002651 sec., 9053.187476423991 rows/sec., 16.22 MiB/sec. | ||
3561 | 2024.07.15 19:56:09.052764 [ 3 ] {7d14af10-dafb-4cd5-85d4-3e41c02e7007} <Debug> DynamicQueryHandler: Done processing query | ||
3562 | 2024.07.15 19:56:09.052788 [ 3 ] {7d14af10-dafb-4cd5-85d4-3e41c02e7007} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3563 | 2024.07.15 19:56:09.052804 [ 3 ] {} <Debug> HTTP-Session: 3231cd7b-ba14-4fee-8712-ea30f434809f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3564 | 2024.07.15 19:56:09.052939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3565 | 2024.07.15 19:56:09.052987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3566 | 2024.07.15 19:56:09.053012 [ 3 ] {} <Debug> HTTP-Session: 41f16997-4a3f-4590-bebf-cb01c8785de4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3567 | 2024.07.15 19:56:09.053028 [ 3 ] {} <Debug> HTTP-Session: 41f16997-4a3f-4590-bebf-cb01c8785de4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3568 | 2024.07.15 19:56:09.053041 [ 3 ] {} <Debug> HTTP-Session: 41f16997-4a3f-4590-bebf-cb01c8785de4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3569 | 2024.07.15 19:56:09.053071 [ 3 ] {} <Trace> HTTP-Session: 41f16997-4a3f-4590-bebf-cb01c8785de4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3570 | 2024.07.15 19:56:09.053190 [ 3 ] {0d2d8af8-b207-415e-bfc6-4841469db875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3571 | 2024.07.15 19:56:09.053234 [ 3 ] {0d2d8af8-b207-415e-bfc6-4841469db875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3572 | 2024.07.15 19:56:09.053365 [ 3 ] {0d2d8af8-b207-415e-bfc6-4841469db875} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3573 | 2024.07.15 19:56:09.053733 [ 3 ] {0d2d8af8-b207-415e-bfc6-4841469db875} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3574 | 2024.07.15 19:56:09.053769 [ 3 ] {0d2d8af8-b207-415e-bfc6-4841469db875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
3575 | 2024.07.15 19:56:09.054134 [ 3 ] {0d2d8af8-b207-415e-bfc6-4841469db875} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3576 | 2024.07.15 19:56:09.054467 [ 3 ] {0d2d8af8-b207-415e-bfc6-4841469db875} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3577 | 2024.07.15 19:56:09.054621 [ 3 ] {0d2d8af8-b207-415e-bfc6-4841469db875} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001461 sec., 34223.134839151266 rows/sec., 2.35 MiB/sec. | ||
3578 | 2024.07.15 19:56:09.054920 [ 3 ] {0d2d8af8-b207-415e-bfc6-4841469db875} <Debug> DynamicQueryHandler: Done processing query | ||
3579 | 2024.07.15 19:56:09.054945 [ 3 ] {0d2d8af8-b207-415e-bfc6-4841469db875} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3580 | 2024.07.15 19:56:09.054962 [ 3 ] {} <Debug> HTTP-Session: 41f16997-4a3f-4590-bebf-cb01c8785de4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3581 | 2024.07.15 19:56:14.044621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3582 | 2024.07.15 19:56:14.044748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3583 | 2024.07.15 19:56:14.044774 [ 3 ] {} <Debug> HTTP-Session: ad7a41c2-bd09-42ef-9254-73f701bace58 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3584 | 2024.07.15 19:56:14.044797 [ 3 ] {} <Debug> HTTP-Session: ad7a41c2-bd09-42ef-9254-73f701bace58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3585 | 2024.07.15 19:56:14.044812 [ 3 ] {} <Debug> HTTP-Session: ad7a41c2-bd09-42ef-9254-73f701bace58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3586 | 2024.07.15 19:56:14.044860 [ 3 ] {} <Trace> HTTP-Session: ad7a41c2-bd09-42ef-9254-73f701bace58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3587 | 2024.07.15 19:56:14.045057 [ 3 ] {349ca832-5895-4db0-a768-923923f94018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3588 | 2024.07.15 19:56:14.045124 [ 3 ] {349ca832-5895-4db0-a768-923923f94018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3589 | 2024.07.15 19:56:14.045314 [ 3 ] {349ca832-5895-4db0-a768-923923f94018} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3590 | 2024.07.15 19:56:14.045753 [ 3 ] {349ca832-5895-4db0-a768-923923f94018} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3591 | 2024.07.15 19:56:14.045792 [ 3 ] {349ca832-5895-4db0-a768-923923f94018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3592 | 2024.07.15 19:56:14.046155 [ 3 ] {349ca832-5895-4db0-a768-923923f94018} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3593 | 2024.07.15 19:56:14.046492 [ 3 ] {349ca832-5895-4db0-a768-923923f94018} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3594 | 2024.07.15 19:56:14.046631 [ 3 ] {349ca832-5895-4db0-a768-923923f94018} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001631 sec., 7357.449417535254 rows/sec., 506.54 KiB/sec. | ||
3595 | 2024.07.15 19:56:14.046825 [ 3 ] {349ca832-5895-4db0-a768-923923f94018} <Debug> DynamicQueryHandler: Done processing query | ||
3596 | 2024.07.15 19:56:14.046850 [ 3 ] {349ca832-5895-4db0-a768-923923f94018} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3597 | 2024.07.15 19:56:14.046867 [ 3 ] {} <Debug> HTTP-Session: ad7a41c2-bd09-42ef-9254-73f701bace58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3598 | 2024.07.15 19:56:14.047053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 26485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3599 | 2024.07.15 19:56:14.047101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3600 | 2024.07.15 19:56:14.047121 [ 3 ] {} <Debug> HTTP-Session: 04fc4210-5dd2-4021-8d22-cb0c94fbcb86 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3601 | 2024.07.15 19:56:14.047137 [ 3 ] {} <Debug> HTTP-Session: 04fc4210-5dd2-4021-8d22-cb0c94fbcb86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3602 | 2024.07.15 19:56:14.047152 [ 3 ] {} <Debug> HTTP-Session: 04fc4210-5dd2-4021-8d22-cb0c94fbcb86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3603 | 2024.07.15 19:56:14.047183 [ 3 ] {} <Trace> HTTP-Session: 04fc4210-5dd2-4021-8d22-cb0c94fbcb86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3604 | 2024.07.15 19:56:14.047325 [ 3 ] {6dcb4ca6-f75d-4999-a268-f1e1df8e13cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3605 | 2024.07.15 19:56:14.047367 [ 3 ] {6dcb4ca6-f75d-4999-a268-f1e1df8e13cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3606 | 2024.07.15 19:56:14.047489 [ 3 ] {6dcb4ca6-f75d-4999-a268-f1e1df8e13cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3607 | 2024.07.15 19:56:14.047938 [ 3 ] {6dcb4ca6-f75d-4999-a268-f1e1df8e13cb} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3608 | 2024.07.15 19:56:14.047974 [ 3 ] {6dcb4ca6-f75d-4999-a268-f1e1df8e13cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3609 | 2024.07.15 19:56:14.048300 [ 3 ] {6dcb4ca6-f75d-4999-a268-f1e1df8e13cb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3610 | 2024.07.15 19:56:14.048624 [ 3 ] {6dcb4ca6-f75d-4999-a268-f1e1df8e13cb} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3611 | 2024.07.15 19:56:14.048759 [ 3 ] {6dcb4ca6-f75d-4999-a268-f1e1df8e13cb} <Debug> executeQuery: Read 175 rows, 15.83 KiB in 0.001499 sec., 116744.49633088727 rows/sec., 10.31 MiB/sec. | ||
3612 | 2024.07.15 19:56:14.048918 [ 3 ] {6dcb4ca6-f75d-4999-a268-f1e1df8e13cb} <Debug> DynamicQueryHandler: Done processing query | ||
3613 | 2024.07.15 19:56:14.048943 [ 3 ] {6dcb4ca6-f75d-4999-a268-f1e1df8e13cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3614 | 2024.07.15 19:56:14.048963 [ 3 ] {} <Debug> HTTP-Session: 04fc4210-5dd2-4021-8d22-cb0c94fbcb86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3615 | 2024.07.15 19:56:14.049275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 61254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3616 | 2024.07.15 19:56:14.049326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3617 | 2024.07.15 19:56:14.049346 [ 3 ] {} <Debug> HTTP-Session: 8c1448c8-6127-4dd9-8b71-a2f70f400898 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3618 | 2024.07.15 19:56:14.049363 [ 3 ] {} <Debug> HTTP-Session: 8c1448c8-6127-4dd9-8b71-a2f70f400898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3619 | 2024.07.15 19:56:14.049377 [ 3 ] {} <Debug> HTTP-Session: 8c1448c8-6127-4dd9-8b71-a2f70f400898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3620 | 2024.07.15 19:56:14.049407 [ 3 ] {} <Trace> HTTP-Session: 8c1448c8-6127-4dd9-8b71-a2f70f400898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3621 | 2024.07.15 19:56:14.049615 [ 3 ] {c56230a7-4115-4507-b5b5-a28a9b4b8d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3622 | 2024.07.15 19:56:14.049657 [ 3 ] {c56230a7-4115-4507-b5b5-a28a9b4b8d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3623 | 2024.07.15 19:56:14.049780 [ 3 ] {c56230a7-4115-4507-b5b5-a28a9b4b8d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3624 | 2024.07.15 19:56:14.050307 [ 3 ] {c56230a7-4115-4507-b5b5-a28a9b4b8d47} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3625 | 2024.07.15 19:56:14.050342 [ 3 ] {c56230a7-4115-4507-b5b5-a28a9b4b8d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3626 | 2024.07.15 19:56:14.050670 [ 3 ] {c56230a7-4115-4507-b5b5-a28a9b4b8d47} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3627 | 2024.07.15 19:56:14.050983 [ 3 ] {c56230a7-4115-4507-b5b5-a28a9b4b8d47} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3628 | 2024.07.15 19:56:14.051112 [ 3 ] {c56230a7-4115-4507-b5b5-a28a9b4b8d47} <Debug> executeQuery: Read 380 rows, 27.31 KiB in 0.001606 sec., 236612.70236612702 rows/sec., 16.61 MiB/sec. | ||
3629 | 2024.07.15 19:56:14.051272 [ 3 ] {c56230a7-4115-4507-b5b5-a28a9b4b8d47} <Debug> DynamicQueryHandler: Done processing query | ||
3630 | 2024.07.15 19:56:14.051296 [ 3 ] {c56230a7-4115-4507-b5b5-a28a9b4b8d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3631 | 2024.07.15 19:56:14.051311 [ 3 ] {} <Debug> HTTP-Session: 8c1448c8-6127-4dd9-8b71-a2f70f400898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3632 | 2024.07.15 19:56:14.051442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3633 | 2024.07.15 19:56:14.051497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3634 | 2024.07.15 19:56:14.051517 [ 3 ] {} <Debug> HTTP-Session: 77824bc2-e724-455d-bf50-6eda8ec9e408 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3635 | 2024.07.15 19:56:14.051533 [ 3 ] {} <Debug> HTTP-Session: 77824bc2-e724-455d-bf50-6eda8ec9e408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3636 | 2024.07.15 19:56:14.051547 [ 3 ] {} <Debug> HTTP-Session: 77824bc2-e724-455d-bf50-6eda8ec9e408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3637 | 2024.07.15 19:56:14.051578 [ 3 ] {} <Trace> HTTP-Session: 77824bc2-e724-455d-bf50-6eda8ec9e408 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3638 | 2024.07.15 19:56:14.051673 [ 3 ] {bf57f3b9-0f42-409b-9938-c9d0debee959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3639 | 2024.07.15 19:56:14.051718 [ 3 ] {bf57f3b9-0f42-409b-9938-c9d0debee959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3640 | 2024.07.15 19:56:14.051843 [ 3 ] {bf57f3b9-0f42-409b-9938-c9d0debee959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3641 | 2024.07.15 19:56:14.052111 [ 3 ] {bf57f3b9-0f42-409b-9938-c9d0debee959} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3642 | 2024.07.15 19:56:14.052146 [ 3 ] {bf57f3b9-0f42-409b-9938-c9d0debee959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3643 | 2024.07.15 19:56:14.052512 [ 3 ] {bf57f3b9-0f42-409b-9938-c9d0debee959} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3644 | 2024.07.15 19:56:14.052847 [ 3 ] {bf57f3b9-0f42-409b-9938-c9d0debee959} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3645 | 2024.07.15 19:56:14.052968 [ 3 ] {bf57f3b9-0f42-409b-9938-c9d0debee959} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 195.46 KiB/sec. | ||
3646 | 2024.07.15 19:56:14.053255 [ 3 ] {bf57f3b9-0f42-409b-9938-c9d0debee959} <Debug> DynamicQueryHandler: Done processing query | ||
3647 | 2024.07.15 19:56:14.053279 [ 3 ] {bf57f3b9-0f42-409b-9938-c9d0debee959} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3648 | 2024.07.15 19:56:14.053295 [ 3 ] {} <Debug> HTTP-Session: 77824bc2-e724-455d-bf50-6eda8ec9e408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3649 | 2024.07.15 19:56:14.053425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3650 | 2024.07.15 19:56:14.053477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3651 | 2024.07.15 19:56:14.053496 [ 3 ] {} <Debug> HTTP-Session: 96ec017b-3885-4879-939a-597119de9dc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3652 | 2024.07.15 19:56:14.053513 [ 3 ] {} <Debug> HTTP-Session: 96ec017b-3885-4879-939a-597119de9dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3653 | 2024.07.15 19:56:14.053527 [ 3 ] {} <Debug> HTTP-Session: 96ec017b-3885-4879-939a-597119de9dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3654 | 2024.07.15 19:56:14.053558 [ 3 ] {} <Trace> HTTP-Session: 96ec017b-3885-4879-939a-597119de9dc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3655 | 2024.07.15 19:56:14.053677 [ 3 ] {2b40501d-5fc2-4717-94db-347cb5cbb10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3656 | 2024.07.15 19:56:14.053726 [ 3 ] {2b40501d-5fc2-4717-94db-347cb5cbb10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3657 | 2024.07.15 19:56:14.053887 [ 3 ] {2b40501d-5fc2-4717-94db-347cb5cbb10b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3658 | 2024.07.15 19:56:14.054216 [ 3 ] {2b40501d-5fc2-4717-94db-347cb5cbb10b} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3659 | 2024.07.15 19:56:14.054251 [ 3 ] {2b40501d-5fc2-4717-94db-347cb5cbb10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3660 | 2024.07.15 19:56:14.054617 [ 3 ] {2b40501d-5fc2-4717-94db-347cb5cbb10b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3661 | 2024.07.15 19:56:14.054973 [ 3 ] {2b40501d-5fc2-4717-94db-347cb5cbb10b} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3662 | 2024.07.15 19:56:14.055102 [ 3 ] {2b40501d-5fc2-4717-94db-347cb5cbb10b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00147 sec., 52380.95238095238 rows/sec., 3.23 MiB/sec. | ||
3663 | 2024.07.15 19:56:14.055274 [ 3 ] {2b40501d-5fc2-4717-94db-347cb5cbb10b} <Debug> DynamicQueryHandler: Done processing query | ||
3664 | 2024.07.15 19:56:14.055298 [ 3 ] {2b40501d-5fc2-4717-94db-347cb5cbb10b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3665 | 2024.07.15 19:56:14.055314 [ 3 ] {} <Debug> HTTP-Session: 96ec017b-3885-4879-939a-597119de9dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3666 | 2024.07.15 19:56:14.055486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3667 | 2024.07.15 19:56:14.055535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3668 | 2024.07.15 19:56:14.055560 [ 3 ] {} <Debug> HTTP-Session: 52edbd39-5cf7-4b8c-8725-1dee2841d00a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3669 | 2024.07.15 19:56:14.055577 [ 3 ] {} <Debug> HTTP-Session: 52edbd39-5cf7-4b8c-8725-1dee2841d00a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3670 | 2024.07.15 19:56:14.055591 [ 3 ] {} <Debug> HTTP-Session: 52edbd39-5cf7-4b8c-8725-1dee2841d00a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3671 | 2024.07.15 19:56:14.055621 [ 3 ] {} <Trace> HTTP-Session: 52edbd39-5cf7-4b8c-8725-1dee2841d00a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3672 | 2024.07.15 19:56:14.055795 [ 3 ] {00cc0701-3a7d-4d5e-8af4-5d742c28620c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3673 | 2024.07.15 19:56:14.055839 [ 3 ] {00cc0701-3a7d-4d5e-8af4-5d742c28620c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3674 | 2024.07.15 19:56:14.055980 [ 3 ] {00cc0701-3a7d-4d5e-8af4-5d742c28620c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3675 | 2024.07.15 19:56:14.056387 [ 3 ] {00cc0701-3a7d-4d5e-8af4-5d742c28620c} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3676 | 2024.07.15 19:56:14.056423 [ 3 ] {00cc0701-3a7d-4d5e-8af4-5d742c28620c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3677 | 2024.07.15 19:56:14.056800 [ 3 ] {00cc0701-3a7d-4d5e-8af4-5d742c28620c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3678 | 2024.07.15 19:56:14.057140 [ 3 ] {00cc0701-3a7d-4d5e-8af4-5d742c28620c} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3679 | 2024.07.15 19:56:14.057274 [ 3 ] {00cc0701-3a7d-4d5e-8af4-5d742c28620c} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001577 sec., 95117.31135066581 rows/sec., 6.59 MiB/sec. | ||
3680 | 2024.07.15 19:56:14.057438 [ 3 ] {00cc0701-3a7d-4d5e-8af4-5d742c28620c} <Debug> DynamicQueryHandler: Done processing query | ||
3681 | 2024.07.15 19:56:14.057463 [ 3 ] {00cc0701-3a7d-4d5e-8af4-5d742c28620c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3682 | 2024.07.15 19:56:14.057478 [ 3 ] {} <Debug> HTTP-Session: 52edbd39-5cf7-4b8c-8725-1dee2841d00a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3683 | 2024.07.15 19:56:14.057616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3684 | 2024.07.15 19:56:14.057671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3685 | 2024.07.15 19:56:14.057697 [ 3 ] {} <Debug> HTTP-Session: 76dcb3a5-2acf-455d-8b40-640a1d1fc0a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3686 | 2024.07.15 19:56:14.057720 [ 3 ] {} <Debug> HTTP-Session: 76dcb3a5-2acf-455d-8b40-640a1d1fc0a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3687 | 2024.07.15 19:56:14.057734 [ 3 ] {} <Debug> HTTP-Session: 76dcb3a5-2acf-455d-8b40-640a1d1fc0a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3688 | 2024.07.15 19:56:14.057763 [ 3 ] {} <Trace> HTTP-Session: 76dcb3a5-2acf-455d-8b40-640a1d1fc0a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3689 | 2024.07.15 19:56:14.057943 [ 3 ] {a98c97ee-ad3e-4113-8b11-495731f2a7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3690 | 2024.07.15 19:56:14.058011 [ 3 ] {a98c97ee-ad3e-4113-8b11-495731f2a7d6} <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 | ||
3691 | 2024.07.15 19:56:14.058425 [ 3 ] {a98c97ee-ad3e-4113-8b11-495731f2a7d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3692 | 2024.07.15 19:56:14.058917 [ 3 ] {a98c97ee-ad3e-4113-8b11-495731f2a7d6} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3693 | 2024.07.15 19:56:14.058951 [ 3 ] {a98c97ee-ad3e-4113-8b11-495731f2a7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3694 | 2024.07.15 19:56:14.059548 [ 3 ] {a98c97ee-ad3e-4113-8b11-495731f2a7d6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3695 | 2024.07.15 19:56:14.059969 [ 3 ] {a98c97ee-ad3e-4113-8b11-495731f2a7d6} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3696 | 2024.07.15 19:56:14.060117 [ 3 ] {a98c97ee-ad3e-4113-8b11-495731f2a7d6} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002275 sec., 2637.362637362637 rows/sec., 4.73 MiB/sec. | ||
3697 | 2024.07.15 19:56:14.060339 [ 3 ] {a98c97ee-ad3e-4113-8b11-495731f2a7d6} <Debug> DynamicQueryHandler: Done processing query | ||
3698 | 2024.07.15 19:56:14.060363 [ 3 ] {a98c97ee-ad3e-4113-8b11-495731f2a7d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3699 | 2024.07.15 19:56:14.060378 [ 3 ] {} <Debug> HTTP-Session: 76dcb3a5-2acf-455d-8b40-640a1d1fc0a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3700 | 2024.07.15 19:56:14.060500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3701 | 2024.07.15 19:56:14.060548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3702 | 2024.07.15 19:56:14.060568 [ 3 ] {} <Debug> HTTP-Session: 444a05f6-fc50-4e01-be94-33d937c93eec Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3703 | 2024.07.15 19:56:14.060585 [ 3 ] {} <Debug> HTTP-Session: 444a05f6-fc50-4e01-be94-33d937c93eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3704 | 2024.07.15 19:56:14.060599 [ 3 ] {} <Debug> HTTP-Session: 444a05f6-fc50-4e01-be94-33d937c93eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3705 | 2024.07.15 19:56:14.060631 [ 3 ] {} <Trace> HTTP-Session: 444a05f6-fc50-4e01-be94-33d937c93eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3706 | 2024.07.15 19:56:14.060741 [ 3 ] {99a9219d-ab93-4d67-9d24-892aa9b0dba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3707 | 2024.07.15 19:56:14.060785 [ 3 ] {99a9219d-ab93-4d67-9d24-892aa9b0dba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3708 | 2024.07.15 19:56:14.060914 [ 3 ] {99a9219d-ab93-4d67-9d24-892aa9b0dba7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3709 | 2024.07.15 19:56:14.061225 [ 3 ] {99a9219d-ab93-4d67-9d24-892aa9b0dba7} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3710 | 2024.07.15 19:56:14.061260 [ 3 ] {99a9219d-ab93-4d67-9d24-892aa9b0dba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3711 | 2024.07.15 19:56:14.061623 [ 3 ] {99a9219d-ab93-4d67-9d24-892aa9b0dba7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3712 | 2024.07.15 19:56:14.061951 [ 3 ] {99a9219d-ab93-4d67-9d24-892aa9b0dba7} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3713 | 2024.07.15 19:56:14.062081 [ 3 ] {99a9219d-ab93-4d67-9d24-892aa9b0dba7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001369 sec., 16800.584368151936 rows/sec., 908.80 KiB/sec. | ||
3714 | 2024.07.15 19:56:14.062334 [ 3 ] {99a9219d-ab93-4d67-9d24-892aa9b0dba7} <Debug> DynamicQueryHandler: Done processing query | ||
3715 | 2024.07.15 19:56:14.062363 [ 3 ] {99a9219d-ab93-4d67-9d24-892aa9b0dba7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3716 | 2024.07.15 19:56:14.062379 [ 3 ] {} <Debug> HTTP-Session: 444a05f6-fc50-4e01-be94-33d937c93eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3717 | 2024.07.15 19:56:14.062505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3718 | 2024.07.15 19:56:14.062557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3719 | 2024.07.15 19:56:14.062577 [ 3 ] {} <Debug> HTTP-Session: 50260508-1b66-4b6a-a6dc-3ed8e86a1522 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3720 | 2024.07.15 19:56:14.062594 [ 3 ] {} <Debug> HTTP-Session: 50260508-1b66-4b6a-a6dc-3ed8e86a1522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3721 | 2024.07.15 19:56:14.062608 [ 3 ] {} <Debug> HTTP-Session: 50260508-1b66-4b6a-a6dc-3ed8e86a1522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3722 | 2024.07.15 19:56:14.062638 [ 3 ] {} <Trace> HTTP-Session: 50260508-1b66-4b6a-a6dc-3ed8e86a1522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3723 | 2024.07.15 19:56:14.062751 [ 3 ] {2c95e6f6-dc0c-41a7-8b24-282e8cc066b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3724 | 2024.07.15 19:56:14.062797 [ 3 ] {2c95e6f6-dc0c-41a7-8b24-282e8cc066b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3725 | 2024.07.15 19:56:14.062944 [ 3 ] {2c95e6f6-dc0c-41a7-8b24-282e8cc066b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3726 | 2024.07.15 19:56:14.063239 [ 3 ] {2c95e6f6-dc0c-41a7-8b24-282e8cc066b2} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3727 | 2024.07.15 19:56:14.063277 [ 3 ] {2c95e6f6-dc0c-41a7-8b24-282e8cc066b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3728 | 2024.07.15 19:56:14.063644 [ 3 ] {2c95e6f6-dc0c-41a7-8b24-282e8cc066b2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3729 | 2024.07.15 19:56:14.063986 [ 3 ] {2c95e6f6-dc0c-41a7-8b24-282e8cc066b2} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3730 | 2024.07.15 19:56:14.064114 [ 3 ] {2c95e6f6-dc0c-41a7-8b24-282e8cc066b2} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001397 sec., 35790.980672870435 rows/sec., 2.45 MiB/sec. | ||
3731 | 2024.07.15 19:56:14.064277 [ 3 ] {2c95e6f6-dc0c-41a7-8b24-282e8cc066b2} <Debug> DynamicQueryHandler: Done processing query | ||
3732 | 2024.07.15 19:56:14.064308 [ 3 ] {2c95e6f6-dc0c-41a7-8b24-282e8cc066b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3733 | 2024.07.15 19:56:14.064332 [ 3 ] {} <Debug> HTTP-Session: 50260508-1b66-4b6a-a6dc-3ed8e86a1522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3734 | 2024.07.15 19:56:19.040218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3735 | 2024.07.15 19:56:19.040339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3736 | 2024.07.15 19:56:19.040364 [ 3 ] {} <Debug> HTTP-Session: 608b5ed0-552c-48d1-a97a-cf11d2a9f9e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3737 | 2024.07.15 19:56:19.040388 [ 3 ] {} <Debug> HTTP-Session: 608b5ed0-552c-48d1-a97a-cf11d2a9f9e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3738 | 2024.07.15 19:56:19.040402 [ 3 ] {} <Debug> HTTP-Session: 608b5ed0-552c-48d1-a97a-cf11d2a9f9e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3739 | 2024.07.15 19:56:19.040448 [ 3 ] {} <Trace> HTTP-Session: 608b5ed0-552c-48d1-a97a-cf11d2a9f9e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3740 | 2024.07.15 19:56:19.040628 [ 3 ] {b77444c3-00fd-498a-bb5f-da8ad9d15a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3741 | 2024.07.15 19:56:19.040689 [ 3 ] {b77444c3-00fd-498a-bb5f-da8ad9d15a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3742 | 2024.07.15 19:56:19.040873 [ 3 ] {b77444c3-00fd-498a-bb5f-da8ad9d15a4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3743 | 2024.07.15 19:56:19.041299 [ 3 ] {b77444c3-00fd-498a-bb5f-da8ad9d15a4c} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3744 | 2024.07.15 19:56:19.041337 [ 3 ] {b77444c3-00fd-498a-bb5f-da8ad9d15a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3745 | 2024.07.15 19:56:19.041712 [ 3 ] {b77444c3-00fd-498a-bb5f-da8ad9d15a4c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3746 | 2024.07.15 19:56:19.042040 [ 3 ] {b77444c3-00fd-498a-bb5f-da8ad9d15a4c} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3747 | 2024.07.15 19:56:19.042185 [ 3 ] {b77444c3-00fd-498a-bb5f-da8ad9d15a4c} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001614 sec., 14869.888475836431 rows/sec., 1.18 MiB/sec. | ||
3748 | 2024.07.15 19:56:19.042359 [ 3 ] {b77444c3-00fd-498a-bb5f-da8ad9d15a4c} <Debug> DynamicQueryHandler: Done processing query | ||
3749 | 2024.07.15 19:56:19.042384 [ 3 ] {b77444c3-00fd-498a-bb5f-da8ad9d15a4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3750 | 2024.07.15 19:56:19.042400 [ 3 ] {} <Debug> HTTP-Session: 608b5ed0-552c-48d1-a97a-cf11d2a9f9e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3751 | 2024.07.15 19:56:19.042555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3752 | 2024.07.15 19:56:19.042605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3753 | 2024.07.15 19:56:19.042626 [ 3 ] {} <Debug> HTTP-Session: aaa45d3c-ad2a-43bf-a66e-1aa7075987f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3754 | 2024.07.15 19:56:19.042643 [ 3 ] {} <Debug> HTTP-Session: aaa45d3c-ad2a-43bf-a66e-1aa7075987f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3755 | 2024.07.15 19:56:19.042659 [ 3 ] {} <Debug> HTTP-Session: aaa45d3c-ad2a-43bf-a66e-1aa7075987f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3756 | 2024.07.15 19:56:19.042690 [ 3 ] {} <Trace> HTTP-Session: aaa45d3c-ad2a-43bf-a66e-1aa7075987f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3757 | 2024.07.15 19:56:19.042831 [ 3 ] {1c948db4-8994-4bfc-ac41-877a1c854fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3758 | 2024.07.15 19:56:19.042873 [ 3 ] {1c948db4-8994-4bfc-ac41-877a1c854fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3759 | 2024.07.15 19:56:19.042998 [ 3 ] {1c948db4-8994-4bfc-ac41-877a1c854fdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3760 | 2024.07.15 19:56:19.043390 [ 3 ] {1c948db4-8994-4bfc-ac41-877a1c854fdc} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3761 | 2024.07.15 19:56:19.043426 [ 3 ] {1c948db4-8994-4bfc-ac41-877a1c854fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3762 | 2024.07.15 19:56:19.043742 [ 3 ] {1c948db4-8994-4bfc-ac41-877a1c854fdc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3763 | 2024.07.15 19:56:19.044045 [ 3 ] {1c948db4-8994-4bfc-ac41-877a1c854fdc} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3764 | 2024.07.15 19:56:19.044170 [ 3 ] {1c948db4-8994-4bfc-ac41-877a1c854fdc} <Debug> executeQuery: Read 124 rows, 10.55 KiB in 0.001395 sec., 88888.88888888889 rows/sec., 7.39 MiB/sec. | ||
3765 | 2024.07.15 19:56:19.044329 [ 3 ] {1c948db4-8994-4bfc-ac41-877a1c854fdc} <Debug> DynamicQueryHandler: Done processing query | ||
3766 | 2024.07.15 19:56:19.044352 [ 3 ] {1c948db4-8994-4bfc-ac41-877a1c854fdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3767 | 2024.07.15 19:56:19.044368 [ 3 ] {} <Debug> HTTP-Session: aaa45d3c-ad2a-43bf-a66e-1aa7075987f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3768 | 2024.07.15 19:56:19.044541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3769 | 2024.07.15 19:56:19.044591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3770 | 2024.07.15 19:56:19.044610 [ 3 ] {} <Debug> HTTP-Session: f99b8f30-095d-4d5c-8092-883e6df2fee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3771 | 2024.07.15 19:56:19.044626 [ 3 ] {} <Debug> HTTP-Session: f99b8f30-095d-4d5c-8092-883e6df2fee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3772 | 2024.07.15 19:56:19.044641 [ 3 ] {} <Debug> HTTP-Session: f99b8f30-095d-4d5c-8092-883e6df2fee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3773 | 2024.07.15 19:56:19.044673 [ 3 ] {} <Trace> HTTP-Session: f99b8f30-095d-4d5c-8092-883e6df2fee4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3774 | 2024.07.15 19:56:19.044787 [ 3 ] {f03cf96b-6238-4baa-91ba-063f044e7953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3775 | 2024.07.15 19:56:19.044829 [ 3 ] {f03cf96b-6238-4baa-91ba-063f044e7953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3776 | 2024.07.15 19:56:19.044958 [ 3 ] {f03cf96b-6238-4baa-91ba-063f044e7953} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3777 | 2024.07.15 19:56:19.045262 [ 3 ] {f03cf96b-6238-4baa-91ba-063f044e7953} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3778 | 2024.07.15 19:56:19.045297 [ 3 ] {f03cf96b-6238-4baa-91ba-063f044e7953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3779 | 2024.07.15 19:56:19.045598 [ 3 ] {f03cf96b-6238-4baa-91ba-063f044e7953} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3780 | 2024.07.15 19:56:19.045908 [ 3 ] {f03cf96b-6238-4baa-91ba-063f044e7953} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3781 | 2024.07.15 19:56:19.046037 [ 3 ] {f03cf96b-6238-4baa-91ba-063f044e7953} <Debug> executeQuery: Read 80 rows, 6.39 KiB in 0.001292 sec., 61919.50464396285 rows/sec., 4.83 MiB/sec. | ||
3782 | 2024.07.15 19:56:19.046305 [ 3 ] {f03cf96b-6238-4baa-91ba-063f044e7953} <Debug> DynamicQueryHandler: Done processing query | ||
3783 | 2024.07.15 19:56:19.046357 [ 3 ] {f03cf96b-6238-4baa-91ba-063f044e7953} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3784 | 2024.07.15 19:56:19.046375 [ 3 ] {} <Debug> HTTP-Session: f99b8f30-095d-4d5c-8092-883e6df2fee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3785 | 2024.07.15 19:56:19.046556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3786 | 2024.07.15 19:56:19.046606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3787 | 2024.07.15 19:56:19.046626 [ 3 ] {} <Debug> HTTP-Session: 839b4502-3f58-4ebf-a96e-c63a128ba8ac Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3788 | 2024.07.15 19:56:19.046643 [ 3 ] {} <Debug> HTTP-Session: 839b4502-3f58-4ebf-a96e-c63a128ba8ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3789 | 2024.07.15 19:56:19.046658 [ 3 ] {} <Debug> HTTP-Session: 839b4502-3f58-4ebf-a96e-c63a128ba8ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3790 | 2024.07.15 19:56:19.046688 [ 3 ] {} <Trace> HTTP-Session: 839b4502-3f58-4ebf-a96e-c63a128ba8ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3791 | 2024.07.15 19:56:19.046836 [ 3 ] {1fc85efe-74f4-4be7-9322-43a3f12c37db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3792 | 2024.07.15 19:56:19.046885 [ 3 ] {1fc85efe-74f4-4be7-9322-43a3f12c37db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3793 | 2024.07.15 19:56:19.047054 [ 3 ] {1fc85efe-74f4-4be7-9322-43a3f12c37db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3794 | 2024.07.15 19:56:19.047433 [ 3 ] {1fc85efe-74f4-4be7-9322-43a3f12c37db} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3795 | 2024.07.15 19:56:19.047467 [ 3 ] {1fc85efe-74f4-4be7-9322-43a3f12c37db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3796 | 2024.07.15 19:56:19.047850 [ 3 ] {1fc85efe-74f4-4be7-9322-43a3f12c37db} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3797 | 2024.07.15 19:56:19.048194 [ 3 ] {1fc85efe-74f4-4be7-9322-43a3f12c37db} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3798 | 2024.07.15 19:56:19.048320 [ 3 ] {1fc85efe-74f4-4be7-9322-43a3f12c37db} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001551 sec., 96711.79883945841 rows/sec., 6.71 MiB/sec. | ||
3799 | 2024.07.15 19:56:19.048482 [ 3 ] {1fc85efe-74f4-4be7-9322-43a3f12c37db} <Debug> DynamicQueryHandler: Done processing query | ||
3800 | 2024.07.15 19:56:19.048506 [ 3 ] {1fc85efe-74f4-4be7-9322-43a3f12c37db} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3801 | 2024.07.15 19:56:19.048522 [ 3 ] {} <Debug> HTTP-Session: 839b4502-3f58-4ebf-a96e-c63a128ba8ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3802 | 2024.07.15 19:56:19.048726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3803 | 2024.07.15 19:56:19.048774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3804 | 2024.07.15 19:56:19.048794 [ 3 ] {} <Debug> HTTP-Session: 559b7e5e-d760-4681-a19c-ca7d1553aad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3805 | 2024.07.15 19:56:19.048811 [ 3 ] {} <Debug> HTTP-Session: 559b7e5e-d760-4681-a19c-ca7d1553aad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3806 | 2024.07.15 19:56:19.048825 [ 3 ] {} <Debug> HTTP-Session: 559b7e5e-d760-4681-a19c-ca7d1553aad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.07.15 19:56:19.048855 [ 3 ] {} <Trace> HTTP-Session: 559b7e5e-d760-4681-a19c-ca7d1553aad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3808 | 2024.07.15 19:56:19.049122 [ 3 ] {bb4c7f7d-6296-48a0-bf46-48743b290775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3809 | 2024.07.15 19:56:19.049186 [ 3 ] {bb4c7f7d-6296-48a0-bf46-48743b290775} <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 | ||
3810 | 2024.07.15 19:56:19.049586 [ 3 ] {bb4c7f7d-6296-48a0-bf46-48743b290775} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3811 | 2024.07.15 19:56:19.050340 [ 3 ] {bb4c7f7d-6296-48a0-bf46-48743b290775} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3812 | 2024.07.15 19:56:19.050377 [ 3 ] {bb4c7f7d-6296-48a0-bf46-48743b290775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3813 | 2024.07.15 19:56:19.050987 [ 3 ] {bb4c7f7d-6296-48a0-bf46-48743b290775} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3814 | 2024.07.15 19:56:19.051401 [ 3 ] {bb4c7f7d-6296-48a0-bf46-48743b290775} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3815 | 2024.07.15 19:56:19.051549 [ 3 ] {bb4c7f7d-6296-48a0-bf46-48743b290775} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002612 sec., 9188.361408882081 rows/sec., 16.47 MiB/sec. | ||
3816 | 2024.07.15 19:56:19.051763 [ 3 ] {bb4c7f7d-6296-48a0-bf46-48743b290775} <Debug> DynamicQueryHandler: Done processing query | ||
3817 | 2024.07.15 19:56:19.051790 [ 3 ] {bb4c7f7d-6296-48a0-bf46-48743b290775} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3818 | 2024.07.15 19:56:19.051805 [ 3 ] {} <Debug> HTTP-Session: 559b7e5e-d760-4681-a19c-ca7d1553aad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3819 | 2024.07.15 19:56:19.051938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3820 | 2024.07.15 19:56:19.051988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3821 | 2024.07.15 19:56:19.052007 [ 3 ] {} <Debug> HTTP-Session: 8200364e-c2a4-45fc-ad90-b1d0da0de01f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3822 | 2024.07.15 19:56:19.052025 [ 3 ] {} <Debug> HTTP-Session: 8200364e-c2a4-45fc-ad90-b1d0da0de01f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3823 | 2024.07.15 19:56:19.052038 [ 3 ] {} <Debug> HTTP-Session: 8200364e-c2a4-45fc-ad90-b1d0da0de01f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3824 | 2024.07.15 19:56:19.052072 [ 3 ] {} <Trace> HTTP-Session: 8200364e-c2a4-45fc-ad90-b1d0da0de01f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3825 | 2024.07.15 19:56:19.052186 [ 3 ] {4ffa353f-0ffa-4e06-ac25-dd7b9a0f4cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3826 | 2024.07.15 19:56:19.052231 [ 3 ] {4ffa353f-0ffa-4e06-ac25-dd7b9a0f4cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3827 | 2024.07.15 19:56:19.052366 [ 3 ] {4ffa353f-0ffa-4e06-ac25-dd7b9a0f4cab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3828 | 2024.07.15 19:56:19.052665 [ 3 ] {4ffa353f-0ffa-4e06-ac25-dd7b9a0f4cab} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3829 | 2024.07.15 19:56:19.052701 [ 3 ] {4ffa353f-0ffa-4e06-ac25-dd7b9a0f4cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3830 | 2024.07.15 19:56:19.053058 [ 3 ] {4ffa353f-0ffa-4e06-ac25-dd7b9a0f4cab} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3831 | 2024.07.15 19:56:19.053377 [ 3 ] {4ffa353f-0ffa-4e06-ac25-dd7b9a0f4cab} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3832 | 2024.07.15 19:56:19.053506 [ 3 ] {4ffa353f-0ffa-4e06-ac25-dd7b9a0f4cab} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001363 sec., 36683.78576669112 rows/sec., 2.52 MiB/sec. | ||
3833 | 2024.07.15 19:56:19.053678 [ 3 ] {4ffa353f-0ffa-4e06-ac25-dd7b9a0f4cab} <Debug> DynamicQueryHandler: Done processing query | ||
3834 | 2024.07.15 19:56:19.053704 [ 3 ] {4ffa353f-0ffa-4e06-ac25-dd7b9a0f4cab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3835 | 2024.07.15 19:56:19.053723 [ 3 ] {} <Debug> HTTP-Session: 8200364e-c2a4-45fc-ad90-b1d0da0de01f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3836 | 2024.07.15 19:56:21.449073 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3837 | 2024.07.15 19:56:21.449146 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3838 | 2024.07.15 19:56:23.001428 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000984199 sec. | ||
3839 | 2024.07.15 19:56:24.043951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3840 | 2024.07.15 19:56:24.044065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3841 | 2024.07.15 19:56:24.044091 [ 3 ] {} <Debug> HTTP-Session: 5dad3b4d-9c19-4bb0-8bcc-be3621df90c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3842 | 2024.07.15 19:56:24.044116 [ 3 ] {} <Debug> HTTP-Session: 5dad3b4d-9c19-4bb0-8bcc-be3621df90c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3843 | 2024.07.15 19:56:24.044131 [ 3 ] {} <Debug> HTTP-Session: 5dad3b4d-9c19-4bb0-8bcc-be3621df90c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3844 | 2024.07.15 19:56:24.044182 [ 3 ] {} <Trace> HTTP-Session: 5dad3b4d-9c19-4bb0-8bcc-be3621df90c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3845 | 2024.07.15 19:56:24.044376 [ 3 ] {1b3d8d4e-1ed9-4aaa-8e0e-9d9661fccc37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3846 | 2024.07.15 19:56:24.044444 [ 3 ] {1b3d8d4e-1ed9-4aaa-8e0e-9d9661fccc37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3847 | 2024.07.15 19:56:24.044639 [ 3 ] {1b3d8d4e-1ed9-4aaa-8e0e-9d9661fccc37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3848 | 2024.07.15 19:56:24.045088 [ 3 ] {1b3d8d4e-1ed9-4aaa-8e0e-9d9661fccc37} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3849 | 2024.07.15 19:56:24.045130 [ 3 ] {1b3d8d4e-1ed9-4aaa-8e0e-9d9661fccc37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3850 | 2024.07.15 19:56:24.045487 [ 3 ] {1b3d8d4e-1ed9-4aaa-8e0e-9d9661fccc37} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3851 | 2024.07.15 19:56:24.045817 [ 3 ] {1b3d8d4e-1ed9-4aaa-8e0e-9d9661fccc37} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3852 | 2024.07.15 19:56:24.045966 [ 3 ] {1b3d8d4e-1ed9-4aaa-8e0e-9d9661fccc37} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001646 sec., 7290.400972053463 rows/sec., 501.93 KiB/sec. | ||
3853 | 2024.07.15 19:56:24.046257 [ 3 ] {1b3d8d4e-1ed9-4aaa-8e0e-9d9661fccc37} <Debug> DynamicQueryHandler: Done processing query | ||
3854 | 2024.07.15 19:56:24.046283 [ 3 ] {1b3d8d4e-1ed9-4aaa-8e0e-9d9661fccc37} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3855 | 2024.07.15 19:56:24.046300 [ 3 ] {} <Debug> HTTP-Session: 5dad3b4d-9c19-4bb0-8bcc-be3621df90c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3856 | 2024.07.15 19:56:24.046488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 26485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3857 | 2024.07.15 19:56:24.046537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3858 | 2024.07.15 19:56:24.046556 [ 3 ] {} <Debug> HTTP-Session: 4cb31927-6e00-498d-8f06-b3d901b36a6a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3859 | 2024.07.15 19:56:24.046573 [ 3 ] {} <Debug> HTTP-Session: 4cb31927-6e00-498d-8f06-b3d901b36a6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3860 | 2024.07.15 19:56:24.046587 [ 3 ] {} <Debug> HTTP-Session: 4cb31927-6e00-498d-8f06-b3d901b36a6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3861 | 2024.07.15 19:56:24.046620 [ 3 ] {} <Trace> HTTP-Session: 4cb31927-6e00-498d-8f06-b3d901b36a6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3862 | 2024.07.15 19:56:24.046762 [ 3 ] {f0511dea-a085-464c-8686-1090bb842ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3863 | 2024.07.15 19:56:24.046808 [ 3 ] {f0511dea-a085-464c-8686-1090bb842ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3864 | 2024.07.15 19:56:24.046955 [ 3 ] {f0511dea-a085-464c-8686-1090bb842ad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3865 | 2024.07.15 19:56:24.047385 [ 3 ] {f0511dea-a085-464c-8686-1090bb842ad5} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3866 | 2024.07.15 19:56:24.047422 [ 3 ] {f0511dea-a085-464c-8686-1090bb842ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3867 | 2024.07.15 19:56:24.047778 [ 3 ] {f0511dea-a085-464c-8686-1090bb842ad5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3868 | 2024.07.15 19:56:24.048117 [ 3 ] {f0511dea-a085-464c-8686-1090bb842ad5} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3869 | 2024.07.15 19:56:24.048275 [ 3 ] {f0511dea-a085-464c-8686-1090bb842ad5} <Debug> executeQuery: Read 175 rows, 15.83 KiB in 0.001569 sec., 111536.01019757807 rows/sec., 9.85 MiB/sec. | ||
3870 | 2024.07.15 19:56:24.048284 [ 85 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3871 | 2024.07.15 19:56:24.048389 [ 85 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3872 | 2024.07.15 19:56:24.048435 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3873 | 2024.07.15 19:56:24.048533 [ 3 ] {f0511dea-a085-464c-8686-1090bb842ad5} <Debug> DynamicQueryHandler: Done processing query | ||
3874 | 2024.07.15 19:56:24.048633 [ 3 ] {f0511dea-a085-464c-8686-1090bb842ad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3875 | 2024.07.15 19:56:24.048728 [ 3 ] {} <Debug> HTTP-Session: 4cb31927-6e00-498d-8f06-b3d901b36a6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3876 | 2024.07.15 19:56:24.048745 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
3877 | 2024.07.15 19:56:24.048937 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3878 | 2024.07.15 19:56:24.048993 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 145 rows starting from the beginning of the part | ||
3879 | 2024.07.15 19:56:24.048997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 61254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3880 | 2024.07.15 19:56:24.049145 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 175 rows starting from the beginning of the part | ||
3881 | 2024.07.15 19:56:24.049164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3882 | 2024.07.15 19:56:24.049253 [ 3 ] {} <Debug> HTTP-Session: 42b9a805-6c66-47b0-9028-ae8446025698 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3883 | 2024.07.15 19:56:24.049361 [ 3 ] {} <Debug> HTTP-Session: 42b9a805-6c66-47b0-9028-ae8446025698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3884 | 2024.07.15 19:56:24.049424 [ 3 ] {} <Debug> HTTP-Session: 42b9a805-6c66-47b0-9028-ae8446025698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3885 | 2024.07.15 19:56:24.049419 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 124 rows starting from the beginning of the part | ||
3886 | 2024.07.15 19:56:24.049532 [ 3 ] {} <Trace> HTTP-Session: 42b9a805-6c66-47b0-9028-ae8446025698 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3887 | 2024.07.15 19:56:24.049795 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 175 rows starting from the beginning of the part | ||
3888 | 2024.07.15 19:56:24.049960 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 124 rows starting from the beginning of the part | ||
3889 | 2024.07.15 19:56:24.050161 [ 3 ] {fa64bd1c-a1ee-47b5-96a9-d9052a19262a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3890 | 2024.07.15 19:56:24.050192 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 175 rows starting from the beginning of the part | ||
3891 | 2024.07.15 19:56:24.050311 [ 3 ] {fa64bd1c-a1ee-47b5-96a9-d9052a19262a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3892 | 2024.07.15 19:56:24.050899 [ 3 ] {fa64bd1c-a1ee-47b5-96a9-d9052a19262a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3893 | 2024.07.15 19:56:24.052090 [ 3 ] {fa64bd1c-a1ee-47b5-96a9-d9052a19262a} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3894 | 2024.07.15 19:56:24.052162 [ 3 ] {fa64bd1c-a1ee-47b5-96a9-d9052a19262a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3895 | 2024.07.15 19:56:24.052797 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 4 columns (4 merged, 0 gathered) in 0.004286846 sec., 214143.4518524808 rows/sec., 18.45 MiB/sec. | ||
3896 | 2024.07.15 19:56:24.052893 [ 3 ] {fa64bd1c-a1ee-47b5-96a9-d9052a19262a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3897 | 2024.07.15 19:56:24.052983 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3898 | 2024.07.15 19:56:24.053690 [ 3 ] {fa64bd1c-a1ee-47b5-96a9-d9052a19262a} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3899 | 2024.07.15 19:56:24.053852 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3900 | 2024.07.15 19:56:24.053972 [ 100 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3901 | 2024.07.15 19:56:24.054053 [ 3 ] {fa64bd1c-a1ee-47b5-96a9-d9052a19262a} <Debug> executeQuery: Read 380 rows, 27.31 KiB in 0.004163 sec., 91280.32668748498 rows/sec., 6.41 MiB/sec. | ||
3902 | 2024.07.15 19:56:24.054068 [ 100 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3903 | 2024.07.15 19:56:24.054137 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_21_4} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3904 | 2024.07.15 19:56:24.054150 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3905 | 2024.07.15 19:56:24.054585 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
3906 | 2024.07.15 19:56:24.054607 [ 3 ] {fa64bd1c-a1ee-47b5-96a9-d9052a19262a} <Debug> DynamicQueryHandler: Done processing query | ||
3907 | 2024.07.15 19:56:24.054693 [ 3 ] {fa64bd1c-a1ee-47b5-96a9-d9052a19262a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3908 | 2024.07.15 19:56:24.054736 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
3909 | 2024.07.15 19:56:24.054759 [ 3 ] {} <Debug> HTTP-Session: 42b9a805-6c66-47b0-9028-ae8446025698 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3910 | 2024.07.15 19:56:24.055004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3911 | 2024.07.15 19:56:24.055014 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3912 | 2024.07.15 19:56:24.055059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3913 | 2024.07.15 19:56:24.055051 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 110 rows starting from the beginning of the part | ||
3914 | 2024.07.15 19:56:24.055082 [ 3 ] {} <Debug> HTTP-Session: c9803ec6-075b-4b88-a8d0-64b2d9b6ee61 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3915 | 2024.07.15 19:56:24.055102 [ 3 ] {} <Debug> HTTP-Session: c9803ec6-075b-4b88-a8d0-64b2d9b6ee61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3916 | 2024.07.15 19:56:24.055121 [ 3 ] {} <Debug> HTTP-Session: c9803ec6-075b-4b88-a8d0-64b2d9b6ee61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3917 | 2024.07.15 19:56:24.055223 [ 3 ] {} <Trace> HTTP-Session: c9803ec6-075b-4b88-a8d0-64b2d9b6ee61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3918 | 2024.07.15 19:56:24.055266 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 380 rows starting from the beginning of the part | ||
3919 | 2024.07.15 19:56:24.055567 [ 3 ] {54c0b003-7dc1-4191-af59-ad6253cdaad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3920 | 2024.07.15 19:56:24.055594 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 80 rows starting from the beginning of the part | ||
3921 | 2024.07.15 19:56:24.055738 [ 3 ] {54c0b003-7dc1-4191-af59-ad6253cdaad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3922 | 2024.07.15 19:56:24.055918 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 380 rows starting from the beginning of the part | ||
3923 | 2024.07.15 19:56:24.056277 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 80 rows starting from the beginning of the part | ||
3924 | 2024.07.15 19:56:24.056667 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 380 rows starting from the beginning of the part | ||
3925 | 2024.07.15 19:56:24.056998 [ 3 ] {54c0b003-7dc1-4191-af59-ad6253cdaad1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3926 | 2024.07.15 19:56:24.057569 [ 3 ] {54c0b003-7dc1-4191-af59-ad6253cdaad1} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3927 | 2024.07.15 19:56:24.057619 [ 3 ] {54c0b003-7dc1-4191-af59-ad6253cdaad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3928 | 2024.07.15 19:56:24.058178 [ 3 ] {54c0b003-7dc1-4191-af59-ad6253cdaad1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3929 | 2024.07.15 19:56:24.058603 [ 3 ] {54c0b003-7dc1-4191-af59-ad6253cdaad1} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3930 | 2024.07.15 19:56:24.058612 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 4 columns (4 merged, 0 gathered) in 0.004273505 sec., 329939.9439102095 rows/sec., 23.66 MiB/sec. | ||
3931 | 2024.07.15 19:56:24.058869 [ 3 ] {54c0b003-7dc1-4191-af59-ad6253cdaad1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003454 sec., 1737.1163867979155 rows/sec., 74.64 KiB/sec. | ||
3932 | 2024.07.15 19:56:24.059041 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3933 | 2024.07.15 19:56:24.059340 [ 3 ] {54c0b003-7dc1-4191-af59-ad6253cdaad1} <Debug> DynamicQueryHandler: Done processing query | ||
3934 | 2024.07.15 19:56:24.059374 [ 3 ] {54c0b003-7dc1-4191-af59-ad6253cdaad1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3935 | 2024.07.15 19:56:24.059407 [ 3 ] {} <Debug> HTTP-Session: c9803ec6-075b-4b88-a8d0-64b2d9b6ee61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3936 | 2024.07.15 19:56:24.059604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3937 | 2024.07.15 19:56:24.059679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3938 | 2024.07.15 19:56:24.059708 [ 3 ] {} <Debug> HTTP-Session: e9f70c7c-acf5-495a-9eb0-2f68ab97f359 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3939 | 2024.07.15 19:56:24.059737 [ 3 ] {} <Debug> HTTP-Session: e9f70c7c-acf5-495a-9eb0-2f68ab97f359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3940 | 2024.07.15 19:56:24.059765 [ 3 ] {} <Debug> HTTP-Session: e9f70c7c-acf5-495a-9eb0-2f68ab97f359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3941 | 2024.07.15 19:56:24.059827 [ 3 ] {} <Trace> HTTP-Session: e9f70c7c-acf5-495a-9eb0-2f68ab97f359 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3942 | 2024.07.15 19:56:24.059848 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3943 | 2024.07.15 19:56:24.060020 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_21_4} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3944 | 2024.07.15 19:56:24.060063 [ 3 ] {af861f57-e7f5-4fbd-9474-e13441c97227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3945 | 2024.07.15 19:56:24.060170 [ 3 ] {af861f57-e7f5-4fbd-9474-e13441c97227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3946 | 2024.07.15 19:56:24.060179 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3947 | 2024.07.15 19:56:24.060382 [ 3 ] {af861f57-e7f5-4fbd-9474-e13441c97227} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3948 | 2024.07.15 19:56:24.060735 [ 3 ] {af861f57-e7f5-4fbd-9474-e13441c97227} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3949 | 2024.07.15 19:56:24.060773 [ 3 ] {af861f57-e7f5-4fbd-9474-e13441c97227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3950 | 2024.07.15 19:56:24.061138 [ 3 ] {af861f57-e7f5-4fbd-9474-e13441c97227} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3951 | 2024.07.15 19:56:24.061495 [ 3 ] {af861f57-e7f5-4fbd-9474-e13441c97227} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3952 | 2024.07.15 19:56:24.061654 [ 3 ] {af861f57-e7f5-4fbd-9474-e13441c97227} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001701 sec., 45267.489711934155 rows/sec., 2.79 MiB/sec. | ||
3953 | 2024.07.15 19:56:24.062106 [ 3 ] {af861f57-e7f5-4fbd-9474-e13441c97227} <Debug> DynamicQueryHandler: Done processing query | ||
3954 | 2024.07.15 19:56:24.062133 [ 3 ] {af861f57-e7f5-4fbd-9474-e13441c97227} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3955 | 2024.07.15 19:56:24.062150 [ 3 ] {} <Debug> HTTP-Session: e9f70c7c-acf5-495a-9eb0-2f68ab97f359 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3956 | 2024.07.15 19:56:24.062333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3957 | 2024.07.15 19:56:24.062382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3958 | 2024.07.15 19:56:24.062401 [ 3 ] {} <Debug> HTTP-Session: 53642fa4-951f-4c98-872c-592644dcd860 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3959 | 2024.07.15 19:56:24.062418 [ 3 ] {} <Debug> HTTP-Session: 53642fa4-951f-4c98-872c-592644dcd860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3960 | 2024.07.15 19:56:24.062431 [ 3 ] {} <Debug> HTTP-Session: 53642fa4-951f-4c98-872c-592644dcd860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3961 | 2024.07.15 19:56:24.062462 [ 3 ] {} <Trace> HTTP-Session: 53642fa4-951f-4c98-872c-592644dcd860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3962 | 2024.07.15 19:56:24.062640 [ 3 ] {eba993c6-1555-450e-85c7-10751edda2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3963 | 2024.07.15 19:56:24.062687 [ 3 ] {eba993c6-1555-450e-85c7-10751edda2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3964 | 2024.07.15 19:56:24.062856 [ 3 ] {eba993c6-1555-450e-85c7-10751edda2e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3965 | 2024.07.15 19:56:24.063235 [ 3 ] {eba993c6-1555-450e-85c7-10751edda2e3} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3966 | 2024.07.15 19:56:24.063274 [ 3 ] {eba993c6-1555-450e-85c7-10751edda2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3967 | 2024.07.15 19:56:24.063640 [ 3 ] {eba993c6-1555-450e-85c7-10751edda2e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3968 | 2024.07.15 19:56:24.063973 [ 3 ] {eba993c6-1555-450e-85c7-10751edda2e3} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3969 | 2024.07.15 19:56:24.064133 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3970 | 2024.07.15 19:56:24.064144 [ 3 ] {eba993c6-1555-450e-85c7-10751edda2e3} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001592 sec., 94221.10552763818 rows/sec., 6.53 MiB/sec. | ||
3971 | 2024.07.15 19:56:24.064188 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3972 | 2024.07.15 19:56:24.064255 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3973 | 2024.07.15 19:56:24.064570 [ 3 ] {eba993c6-1555-450e-85c7-10751edda2e3} <Debug> DynamicQueryHandler: Done processing query | ||
3974 | 2024.07.15 19:56:24.064696 [ 3 ] {eba993c6-1555-450e-85c7-10751edda2e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3975 | 2024.07.15 19:56:24.064769 [ 191 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
3976 | 2024.07.15 19:56:24.064816 [ 3 ] {} <Debug> HTTP-Session: 53642fa4-951f-4c98-872c-592644dcd860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3977 | 2024.07.15 19:56:24.065254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3978 | 2024.07.15 19:56:24.065518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3979 | 2024.07.15 19:56:24.065607 [ 3 ] {} <Debug> HTTP-Session: feb14611-999c-4662-b5e5-098dfeb112ff Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
3980 | 2024.07.15 19:56:24.065639 [ 3 ] {} <Debug> HTTP-Session: feb14611-999c-4662-b5e5-098dfeb112ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3981 | 2024.07.15 19:56:24.065645 [ 191 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3982 | 2024.07.15 19:56:24.065656 [ 3 ] {} <Debug> HTTP-Session: feb14611-999c-4662-b5e5-098dfeb112ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3983 | 2024.07.15 19:56:24.065691 [ 191 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2223 rows starting from the beginning of the part | ||
3984 | 2024.07.15 19:56:24.065707 [ 3 ] {} <Trace> HTTP-Session: feb14611-999c-4662-b5e5-098dfeb112ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3985 | 2024.07.15 19:56:24.065865 [ 191 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 150 rows starting from the beginning of the part | ||
3986 | 2024.07.15 19:56:24.066027 [ 3 ] {76389c67-4b13-4900-99cc-2002e0f4cc15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3987 | 2024.07.15 19:56:24.066255 [ 191 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 150 rows starting from the beginning of the part | ||
3988 | 2024.07.15 19:56:24.066373 [ 3 ] {76389c67-4b13-4900-99cc-2002e0f4cc15} <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 | ||
3989 | 2024.07.15 19:56:24.066677 [ 191 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 150 rows starting from the beginning of the part | ||
3990 | 2024.07.15 19:56:24.067101 [ 191 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 150 rows starting from the beginning of the part | ||
3991 | 2024.07.15 19:56:24.067444 [ 191 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 150 rows starting from the beginning of the part | ||
3992 | 2024.07.15 19:56:24.068470 [ 3 ] {76389c67-4b13-4900-99cc-2002e0f4cc15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3993 | 2024.07.15 19:56:24.069849 [ 3 ] {76389c67-4b13-4900-99cc-2002e0f4cc15} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3994 | 2024.07.15 19:56:24.070029 [ 3 ] {76389c67-4b13-4900-99cc-2002e0f4cc15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
3995 | 2024.07.15 19:56:24.070916 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2973 rows, containing 5 columns (5 merged, 0 gathered) in 0.00653571 sec., 454885.5441872421 rows/sec., 31.54 MiB/sec. | ||
3996 | 2024.07.15 19:56:24.071367 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3997 | 2024.07.15 19:56:24.071511 [ 3 ] {76389c67-4b13-4900-99cc-2002e0f4cc15} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3998 | 2024.07.15 19:56:24.072487 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3999 | 2024.07.15 19:56:24.072631 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4000 | 2024.07.15 19:56:24.072856 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
4001 | 2024.07.15 19:56:24.072936 [ 3 ] {76389c67-4b13-4900-99cc-2002e0f4cc15} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4002 | 2024.07.15 19:56:24.073185 [ 3 ] {76389c67-4b13-4900-99cc-2002e0f4cc15} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.007359 sec., 815.3281695882592 rows/sec., 1.46 MiB/sec. | ||
4003 | 2024.07.15 19:56:24.073504 [ 3 ] {76389c67-4b13-4900-99cc-2002e0f4cc15} <Debug> DynamicQueryHandler: Done processing query | ||
4004 | 2024.07.15 19:56:24.073565 [ 3 ] {76389c67-4b13-4900-99cc-2002e0f4cc15} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4005 | 2024.07.15 19:56:24.073586 [ 3 ] {} <Debug> HTTP-Session: feb14611-999c-4662-b5e5-098dfeb112ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4006 | 2024.07.15 19:56:24.073730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4007 | 2024.07.15 19:56:24.073789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4008 | 2024.07.15 19:56:24.073814 [ 3 ] {} <Debug> HTTP-Session: 148bd1b4-9977-459f-977d-69daef87dda7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4009 | 2024.07.15 19:56:24.073836 [ 3 ] {} <Debug> HTTP-Session: 148bd1b4-9977-459f-977d-69daef87dda7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4010 | 2024.07.15 19:56:24.073854 [ 3 ] {} <Debug> HTTP-Session: 148bd1b4-9977-459f-977d-69daef87dda7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4011 | 2024.07.15 19:56:24.073893 [ 3 ] {} <Trace> HTTP-Session: 148bd1b4-9977-459f-977d-69daef87dda7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4012 | 2024.07.15 19:56:24.074021 [ 3 ] {f565f29d-b72b-46ba-ae8c-c62d13ff8525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4013 | 2024.07.15 19:56:24.074074 [ 3 ] {f565f29d-b72b-46ba-ae8c-c62d13ff8525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4014 | 2024.07.15 19:56:24.074279 [ 3 ] {f565f29d-b72b-46ba-ae8c-c62d13ff8525} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4015 | 2024.07.15 19:56:24.074613 [ 3 ] {f565f29d-b72b-46ba-ae8c-c62d13ff8525} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4016 | 2024.07.15 19:56:24.074649 [ 3 ] {f565f29d-b72b-46ba-ae8c-c62d13ff8525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4017 | 2024.07.15 19:56:24.075021 [ 3 ] {f565f29d-b72b-46ba-ae8c-c62d13ff8525} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4018 | 2024.07.15 19:56:24.075341 [ 3 ] {f565f29d-b72b-46ba-ae8c-c62d13ff8525} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4019 | 2024.07.15 19:56:24.075490 [ 100 ] {} <Debug> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4020 | 2024.07.15 19:56:24.075500 [ 3 ] {f565f29d-b72b-46ba-ae8c-c62d13ff8525} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001512 sec., 15211.640211640211 rows/sec., 822.84 KiB/sec. | ||
4021 | 2024.07.15 19:56:24.075549 [ 100 ] {} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4022 | 2024.07.15 19:56:24.075615 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4023 | 2024.07.15 19:56:24.075939 [ 3 ] {f565f29d-b72b-46ba-ae8c-c62d13ff8525} <Debug> DynamicQueryHandler: Done processing query | ||
4024 | 2024.07.15 19:56:24.076043 [ 3 ] {f565f29d-b72b-46ba-ae8c-c62d13ff8525} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4025 | 2024.07.15 19:56:24.076163 [ 3 ] {} <Debug> HTTP-Session: 148bd1b4-9977-459f-977d-69daef87dda7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4026 | 2024.07.15 19:56:24.076199 [ 191 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
4027 | 2024.07.15 19:56:24.076409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4028 | 2024.07.15 19:56:24.076463 [ 191 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4029 | 2024.07.15 19:56:24.076474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4030 | 2024.07.15 19:56:24.076500 [ 191 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
4031 | 2024.07.15 19:56:24.076502 [ 3 ] {} <Debug> HTTP-Session: b700a23d-5218-40f5-bfbf-e15d36d27364 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4032 | 2024.07.15 19:56:24.076533 [ 3 ] {} <Debug> HTTP-Session: b700a23d-5218-40f5-bfbf-e15d36d27364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4033 | 2024.07.15 19:56:24.076566 [ 3 ] {} <Debug> HTTP-Session: b700a23d-5218-40f5-bfbf-e15d36d27364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4034 | 2024.07.15 19:56:24.076696 [ 191 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
4035 | 2024.07.15 19:56:24.076699 [ 3 ] {} <Trace> HTTP-Session: b700a23d-5218-40f5-bfbf-e15d36d27364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4036 | 2024.07.15 19:56:24.076976 [ 191 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
4037 | 2024.07.15 19:56:24.077100 [ 3 ] {7ac27caf-60f1-4f1f-8b1a-a9f4014ed51d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4038 | 2024.07.15 19:56:24.077306 [ 3 ] {7ac27caf-60f1-4f1f-8b1a-a9f4014ed51d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4039 | 2024.07.15 19:56:24.077321 [ 191 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
4040 | 2024.07.15 19:56:24.077638 [ 191 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
4041 | 2024.07.15 19:56:24.078035 [ 191 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
4042 | 2024.07.15 19:56:24.078625 [ 3 ] {7ac27caf-60f1-4f1f-8b1a-a9f4014ed51d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4043 | 2024.07.15 19:56:24.079090 [ 3 ] {7ac27caf-60f1-4f1f-8b1a-a9f4014ed51d} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4044 | 2024.07.15 19:56:24.079135 [ 3 ] {7ac27caf-60f1-4f1f-8b1a-a9f4014ed51d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4045 | 2024.07.15 19:56:24.079711 [ 3 ] {7ac27caf-60f1-4f1f-8b1a-a9f4014ed51d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4046 | 2024.07.15 19:56:24.079834 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004107542 sec., 23371.641726365793 rows/sec., 1.36 MiB/sec. | ||
4047 | 2024.07.15 19:56:24.080092 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4048 | 2024.07.15 19:56:24.080306 [ 3 ] {7ac27caf-60f1-4f1f-8b1a-a9f4014ed51d} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4049 | 2024.07.15 19:56:24.080562 [ 100 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4050 | 2024.07.15 19:56:24.080670 [ 100 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4051 | 2024.07.15 19:56:24.080760 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4052 | 2024.07.15 19:56:24.080763 [ 3 ] {7ac27caf-60f1-4f1f-8b1a-a9f4014ed51d} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00382 sec., 13089.005235602093 rows/sec., 919.04 KiB/sec. | ||
4053 | 2024.07.15 19:56:24.081224 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
4054 | 2024.07.15 19:56:24.081308 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_6_1} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4055 | 2024.07.15 19:56:24.081406 [ 3 ] {7ac27caf-60f1-4f1f-8b1a-a9f4014ed51d} <Debug> DynamicQueryHandler: Done processing query | ||
4056 | 2024.07.15 19:56:24.081493 [ 3 ] {7ac27caf-60f1-4f1f-8b1a-a9f4014ed51d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4057 | 2024.07.15 19:56:24.081578 [ 3 ] {} <Debug> HTTP-Session: b700a23d-5218-40f5-bfbf-e15d36d27364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4058 | 2024.07.15 19:56:24.081647 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4059 | 2024.07.15 19:56:24.081662 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_6_1} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4060 | 2024.07.15 19:56:24.081711 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 732 rows starting from the beginning of the part | ||
4061 | 2024.07.15 19:56:24.081883 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4062 | 2024.07.15 19:56:24.081981 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 50 rows starting from the beginning of the part | ||
4063 | 2024.07.15 19:56:24.082130 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 50 rows starting from the beginning of the part | ||
4064 | 2024.07.15 19:56:24.082270 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 50 rows starting from the beginning of the part | ||
4065 | 2024.07.15 19:56:24.082457 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 50 rows starting from the beginning of the part | ||
4066 | 2024.07.15 19:56:24.082602 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 50 rows starting from the beginning of the part | ||
4067 | 2024.07.15 19:56:24.083753 [ 193 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 982 rows, containing 4 columns (4 merged, 0 gathered) in 0.002865067 sec., 342749.401671933 rows/sec., 23.50 MiB/sec. | ||
4068 | 2024.07.15 19:56:24.083926 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4069 | 2024.07.15 19:56:24.084287 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4070 | 2024.07.15 19:56:24.084359 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_21_4} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4071 | 2024.07.15 19:56:24.084427 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
4072 | 2024.07.15 19:56:29.040486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4073 | 2024.07.15 19:56:29.040623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4074 | 2024.07.15 19:56:29.040652 [ 3 ] {} <Debug> HTTP-Session: eb8ecb16-313a-48a1-a184-9b467cfa62f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4075 | 2024.07.15 19:56:29.040680 [ 3 ] {} <Debug> HTTP-Session: eb8ecb16-313a-48a1-a184-9b467cfa62f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4076 | 2024.07.15 19:56:29.040698 [ 3 ] {} <Debug> HTTP-Session: eb8ecb16-313a-48a1-a184-9b467cfa62f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4077 | 2024.07.15 19:56:29.040752 [ 3 ] {} <Trace> HTTP-Session: eb8ecb16-313a-48a1-a184-9b467cfa62f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4078 | 2024.07.15 19:56:29.040959 [ 3 ] {d9dd0984-8e7a-454f-86e3-3edaed4d0164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4079 | 2024.07.15 19:56:29.041029 [ 3 ] {d9dd0984-8e7a-454f-86e3-3edaed4d0164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4080 | 2024.07.15 19:56:29.041241 [ 3 ] {d9dd0984-8e7a-454f-86e3-3edaed4d0164} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4081 | 2024.07.15 19:56:29.041767 [ 3 ] {d9dd0984-8e7a-454f-86e3-3edaed4d0164} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4082 | 2024.07.15 19:56:29.041810 [ 3 ] {d9dd0984-8e7a-454f-86e3-3edaed4d0164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4083 | 2024.07.15 19:56:29.042187 [ 3 ] {d9dd0984-8e7a-454f-86e3-3edaed4d0164} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4084 | 2024.07.15 19:56:29.042530 [ 3 ] {d9dd0984-8e7a-454f-86e3-3edaed4d0164} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4085 | 2024.07.15 19:56:29.042716 [ 3 ] {d9dd0984-8e7a-454f-86e3-3edaed4d0164} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001813 sec., 13237.72752344181 rows/sec., 1.05 MiB/sec. | ||
4086 | 2024.07.15 19:56:29.042716 [ 34 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4087 | 2024.07.15 19:56:29.042822 [ 34 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4088 | 2024.07.15 19:56:29.042883 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4089 | 2024.07.15 19:56:29.043058 [ 3 ] {d9dd0984-8e7a-454f-86e3-3edaed4d0164} <Debug> DynamicQueryHandler: Done processing query | ||
4090 | 2024.07.15 19:56:29.043143 [ 3 ] {d9dd0984-8e7a-454f-86e3-3edaed4d0164} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4091 | 2024.07.15 19:56:29.043167 [ 200 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
4092 | 2024.07.15 19:56:29.043214 [ 3 ] {} <Debug> HTTP-Session: eb8ecb16-313a-48a1-a184-9b467cfa62f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4093 | 2024.07.15 19:56:29.043446 [ 200 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4094 | 2024.07.15 19:56:29.043510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4095 | 2024.07.15 19:56:29.043517 [ 200 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
4096 | 2024.07.15 19:56:29.043612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4097 | 2024.07.15 19:56:29.043699 [ 3 ] {} <Debug> HTTP-Session: eb31279e-6fc3-42d3-8218-f36da5124733 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4098 | 2024.07.15 19:56:29.043794 [ 200 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
4099 | 2024.07.15 19:56:29.043810 [ 3 ] {} <Debug> HTTP-Session: eb31279e-6fc3-42d3-8218-f36da5124733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4100 | 2024.07.15 19:56:29.043867 [ 3 ] {} <Debug> HTTP-Session: eb31279e-6fc3-42d3-8218-f36da5124733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4101 | 2024.07.15 19:56:29.044027 [ 200 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
4102 | 2024.07.15 19:56:29.044070 [ 3 ] {} <Trace> HTTP-Session: eb31279e-6fc3-42d3-8218-f36da5124733 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4103 | 2024.07.15 19:56:29.044265 [ 200 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
4104 | 2024.07.15 19:56:29.044526 [ 200 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
4105 | 2024.07.15 19:56:29.044610 [ 3 ] {24a5ced3-c91e-4358-92c8-7fa8b198705c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4106 | 2024.07.15 19:56:29.044751 [ 200 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
4107 | 2024.07.15 19:56:29.044830 [ 3 ] {24a5ced3-c91e-4358-92c8-7fa8b198705c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4108 | 2024.07.15 19:56:29.045539 [ 3 ] {24a5ced3-c91e-4358-92c8-7fa8b198705c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4109 | 2024.07.15 19:56:29.046595 [ 3 ] {24a5ced3-c91e-4358-92c8-7fa8b198705c} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4110 | 2024.07.15 19:56:29.046667 [ 3 ] {24a5ced3-c91e-4358-92c8-7fa8b198705c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4111 | 2024.07.15 19:56:29.047577 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 4 columns (4 merged, 0 gathered) in 0.004596202 sec., 28719.36437954642 rows/sec., 2.18 MiB/sec. | ||
4112 | 2024.07.15 19:56:29.047613 [ 3 ] {24a5ced3-c91e-4358-92c8-7fa8b198705c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4113 | 2024.07.15 19:56:29.047747 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4114 | 2024.07.15 19:56:29.048089 [ 3 ] {24a5ced3-c91e-4358-92c8-7fa8b198705c} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4115 | 2024.07.15 19:56:29.048341 [ 3 ] {24a5ced3-c91e-4358-92c8-7fa8b198705c} <Debug> executeQuery: Read 124 rows, 10.55 KiB in 0.003979 sec., 31163.608946971603 rows/sec., 2.59 MiB/sec. | ||
4116 | 2024.07.15 19:56:29.048448 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_16_3} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4117 | 2024.07.15 19:56:29.048545 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_16_3} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4118 | 2024.07.15 19:56:29.048573 [ 3 ] {24a5ced3-c91e-4358-92c8-7fa8b198705c} <Debug> DynamicQueryHandler: Done processing query | ||
4119 | 2024.07.15 19:56:29.048617 [ 3 ] {24a5ced3-c91e-4358-92c8-7fa8b198705c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4120 | 2024.07.15 19:56:29.048646 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4121 | 2024.07.15 19:56:29.048646 [ 3 ] {} <Debug> HTTP-Session: eb31279e-6fc3-42d3-8218-f36da5124733 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4122 | 2024.07.15 19:56:29.048896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4123 | 2024.07.15 19:56:29.048950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4124 | 2024.07.15 19:56:29.048970 [ 3 ] {} <Debug> HTTP-Session: dd0387c0-ba18-418d-9499-c8e55587f5e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4125 | 2024.07.15 19:56:29.048987 [ 3 ] {} <Debug> HTTP-Session: dd0387c0-ba18-418d-9499-c8e55587f5e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4126 | 2024.07.15 19:56:29.049003 [ 3 ] {} <Debug> HTTP-Session: dd0387c0-ba18-418d-9499-c8e55587f5e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.07.15 19:56:29.049041 [ 3 ] {} <Trace> HTTP-Session: dd0387c0-ba18-418d-9499-c8e55587f5e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4128 | 2024.07.15 19:56:29.049176 [ 3 ] {a6b3a5b2-f175-4f41-bd7f-efca17928ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4129 | 2024.07.15 19:56:29.049221 [ 3 ] {a6b3a5b2-f175-4f41-bd7f-efca17928ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4130 | 2024.07.15 19:56:29.049353 [ 3 ] {a6b3a5b2-f175-4f41-bd7f-efca17928ff6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4131 | 2024.07.15 19:56:29.049696 [ 3 ] {a6b3a5b2-f175-4f41-bd7f-efca17928ff6} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4132 | 2024.07.15 19:56:29.049732 [ 3 ] {a6b3a5b2-f175-4f41-bd7f-efca17928ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4133 | 2024.07.15 19:56:29.050045 [ 3 ] {a6b3a5b2-f175-4f41-bd7f-efca17928ff6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4134 | 2024.07.15 19:56:29.050365 [ 3 ] {a6b3a5b2-f175-4f41-bd7f-efca17928ff6} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4135 | 2024.07.15 19:56:29.050535 [ 3 ] {a6b3a5b2-f175-4f41-bd7f-efca17928ff6} <Debug> executeQuery: Read 80 rows, 6.39 KiB in 0.001409 sec., 56777.85663591199 rows/sec., 4.43 MiB/sec. | ||
4136 | 2024.07.15 19:56:29.050864 [ 3 ] {a6b3a5b2-f175-4f41-bd7f-efca17928ff6} <Debug> DynamicQueryHandler: Done processing query | ||
4137 | 2024.07.15 19:56:29.050890 [ 3 ] {a6b3a5b2-f175-4f41-bd7f-efca17928ff6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4138 | 2024.07.15 19:56:29.050907 [ 3 ] {} <Debug> HTTP-Session: dd0387c0-ba18-418d-9499-c8e55587f5e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4139 | 2024.07.15 19:56:29.051098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4140 | 2024.07.15 19:56:29.051150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4141 | 2024.07.15 19:56:29.051171 [ 3 ] {} <Debug> HTTP-Session: 2eeca0b8-bf48-4c9c-a290-80f6541d172f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4142 | 2024.07.15 19:56:29.051188 [ 3 ] {} <Debug> HTTP-Session: 2eeca0b8-bf48-4c9c-a290-80f6541d172f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4143 | 2024.07.15 19:56:29.051204 [ 3 ] {} <Debug> HTTP-Session: 2eeca0b8-bf48-4c9c-a290-80f6541d172f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.07.15 19:56:29.051236 [ 3 ] {} <Trace> HTTP-Session: 2eeca0b8-bf48-4c9c-a290-80f6541d172f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4145 | 2024.07.15 19:56:29.051396 [ 3 ] {50ef7f66-8961-4a7b-b2aa-3131efa42136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4146 | 2024.07.15 19:56:29.051446 [ 3 ] {50ef7f66-8961-4a7b-b2aa-3131efa42136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4147 | 2024.07.15 19:56:29.051615 [ 3 ] {50ef7f66-8961-4a7b-b2aa-3131efa42136} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4148 | 2024.07.15 19:56:29.052006 [ 3 ] {50ef7f66-8961-4a7b-b2aa-3131efa42136} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4149 | 2024.07.15 19:56:29.052044 [ 3 ] {50ef7f66-8961-4a7b-b2aa-3131efa42136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4150 | 2024.07.15 19:56:29.052440 [ 3 ] {50ef7f66-8961-4a7b-b2aa-3131efa42136} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4151 | 2024.07.15 19:56:29.052789 [ 3 ] {50ef7f66-8961-4a7b-b2aa-3131efa42136} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4152 | 2024.07.15 19:56:29.052953 [ 3 ] {50ef7f66-8961-4a7b-b2aa-3131efa42136} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00163 sec., 92024.53987730062 rows/sec., 6.38 MiB/sec. | ||
4153 | 2024.07.15 19:56:29.053130 [ 3 ] {50ef7f66-8961-4a7b-b2aa-3131efa42136} <Debug> DynamicQueryHandler: Done processing query | ||
4154 | 2024.07.15 19:56:29.053155 [ 3 ] {50ef7f66-8961-4a7b-b2aa-3131efa42136} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4155 | 2024.07.15 19:56:29.053172 [ 3 ] {} <Debug> HTTP-Session: 2eeca0b8-bf48-4c9c-a290-80f6541d172f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4156 | 2024.07.15 19:56:29.053430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4157 | 2024.07.15 19:56:29.053480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4158 | 2024.07.15 19:56:29.053500 [ 3 ] {} <Debug> HTTP-Session: 9f9abc61-ed2d-401a-9a27-1c2b74777df3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4159 | 2024.07.15 19:56:29.053517 [ 3 ] {} <Debug> HTTP-Session: 9f9abc61-ed2d-401a-9a27-1c2b74777df3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4160 | 2024.07.15 19:56:29.053531 [ 3 ] {} <Debug> HTTP-Session: 9f9abc61-ed2d-401a-9a27-1c2b74777df3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.07.15 19:56:29.053563 [ 3 ] {} <Trace> HTTP-Session: 9f9abc61-ed2d-401a-9a27-1c2b74777df3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4162 | 2024.07.15 19:56:29.054183 [ 3 ] {1f47eac9-de31-4572-a611-07f00d29e07f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4163 | 2024.07.15 19:56:29.054249 [ 3 ] {1f47eac9-de31-4572-a611-07f00d29e07f} <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 | ||
4164 | 2024.07.15 19:56:29.054682 [ 3 ] {1f47eac9-de31-4572-a611-07f00d29e07f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4165 | 2024.07.15 19:56:29.055388 [ 3 ] {1f47eac9-de31-4572-a611-07f00d29e07f} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4166 | 2024.07.15 19:56:29.055424 [ 3 ] {1f47eac9-de31-4572-a611-07f00d29e07f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4167 | 2024.07.15 19:56:29.056051 [ 3 ] {1f47eac9-de31-4572-a611-07f00d29e07f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4168 | 2024.07.15 19:56:29.056465 [ 3 ] {1f47eac9-de31-4572-a611-07f00d29e07f} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4169 | 2024.07.15 19:56:29.056650 [ 34 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4170 | 2024.07.15 19:56:29.056670 [ 3 ] {1f47eac9-de31-4572-a611-07f00d29e07f} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.003009 sec., 7976.071784646062 rows/sec., 14.29 MiB/sec. | ||
4171 | 2024.07.15 19:56:29.056721 [ 34 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4172 | 2024.07.15 19:56:29.056794 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4173 | 2024.07.15 19:56:29.057094 [ 200 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
4174 | 2024.07.15 19:56:29.057232 [ 3 ] {1f47eac9-de31-4572-a611-07f00d29e07f} <Debug> DynamicQueryHandler: Done processing query | ||
4175 | 2024.07.15 19:56:29.057284 [ 3 ] {1f47eac9-de31-4572-a611-07f00d29e07f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4176 | 2024.07.15 19:56:29.057327 [ 3 ] {} <Debug> HTTP-Session: 9f9abc61-ed2d-401a-9a27-1c2b74777df3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4177 | 2024.07.15 19:56:29.057563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4178 | 2024.07.15 19:56:29.057691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4179 | 2024.07.15 19:56:29.057758 [ 3 ] {} <Debug> HTTP-Session: b33ade23-3e6b-46b1-bce6-ef0e2e38fdc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4180 | 2024.07.15 19:56:29.057772 [ 200 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4181 | 2024.07.15 19:56:29.057791 [ 3 ] {} <Debug> HTTP-Session: b33ade23-3e6b-46b1-bce6-ef0e2e38fdc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4182 | 2024.07.15 19:56:29.057847 [ 3 ] {} <Debug> HTTP-Session: b33ade23-3e6b-46b1-bce6-ef0e2e38fdc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4183 | 2024.07.15 19:56:29.057926 [ 200 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 198 rows starting from the beginning of the part | ||
4184 | 2024.07.15 19:56:29.057939 [ 3 ] {} <Trace> HTTP-Session: b33ade23-3e6b-46b1-bce6-ef0e2e38fdc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4185 | 2024.07.15 19:56:29.058321 [ 3 ] {4881fe6d-177a-445c-9d7a-fc0fdb0bf5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4186 | 2024.07.15 19:56:29.058504 [ 3 ] {4881fe6d-177a-445c-9d7a-fc0fdb0bf5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4187 | 2024.07.15 19:56:29.058577 [ 200 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
4188 | 2024.07.15 19:56:29.059426 [ 3 ] {4881fe6d-177a-445c-9d7a-fc0fdb0bf5cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4189 | 2024.07.15 19:56:29.059465 [ 200 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
4190 | 2024.07.15 19:56:29.059952 [ 200 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
4191 | 2024.07.15 19:56:29.060713 [ 3 ] {4881fe6d-177a-445c-9d7a-fc0fdb0bf5cb} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4192 | 2024.07.15 19:56:29.060737 [ 200 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
4193 | 2024.07.15 19:56:29.060785 [ 3 ] {4881fe6d-177a-445c-9d7a-fc0fdb0bf5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4194 | 2024.07.15 19:56:29.061322 [ 200 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
4195 | 2024.07.15 19:56:29.062272 [ 3 ] {4881fe6d-177a-445c-9d7a-fc0fdb0bf5cb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4196 | 2024.07.15 19:56:29.063232 [ 3 ] {4881fe6d-177a-445c-9d7a-fc0fdb0bf5cb} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4197 | 2024.07.15 19:56:29.063498 [ 3 ] {4881fe6d-177a-445c-9d7a-fc0fdb0bf5cb} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005387 sec., 9281.603861147205 rows/sec., 651.71 KiB/sec. | ||
4198 | 2024.07.15 19:56:29.063716 [ 3 ] {4881fe6d-177a-445c-9d7a-fc0fdb0bf5cb} <Debug> DynamicQueryHandler: Done processing query | ||
4199 | 2024.07.15 19:56:29.063753 [ 3 ] {4881fe6d-177a-445c-9d7a-fc0fdb0bf5cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4200 | 2024.07.15 19:56:29.063791 [ 3 ] {} <Debug> HTTP-Session: b33ade23-3e6b-46b1-bce6-ef0e2e38fdc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4201 | 2024.07.15 19:56:29.065924 [ 191 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 19 columns (19 merged, 0 gathered) in 0.008988028 sec., 31375.069147537146 rows/sec., 56.22 MiB/sec. | ||
4202 | 2024.07.15 19:56:29.066481 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4203 | 2024.07.15 19:56:29.067052 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4204 | 2024.07.15 19:56:29.067134 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4205 | 2024.07.15 19:56:29.067249 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. | ||
4206 | 2024.07.15 19:56:34.044476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4207 | 2024.07.15 19:56:34.044618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4208 | 2024.07.15 19:56:34.044650 [ 3 ] {} <Debug> HTTP-Session: 5a69c527-1e31-422d-87a4-83a4001ebf54 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4209 | 2024.07.15 19:56:34.044678 [ 3 ] {} <Debug> HTTP-Session: 5a69c527-1e31-422d-87a4-83a4001ebf54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4210 | 2024.07.15 19:56:34.044696 [ 3 ] {} <Debug> HTTP-Session: 5a69c527-1e31-422d-87a4-83a4001ebf54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4211 | 2024.07.15 19:56:34.044752 [ 3 ] {} <Trace> HTTP-Session: 5a69c527-1e31-422d-87a4-83a4001ebf54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4212 | 2024.07.15 19:56:34.044956 [ 3 ] {0f2b057e-0712-49fd-ac1b-e2861f4a2ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4213 | 2024.07.15 19:56:34.045029 [ 3 ] {0f2b057e-0712-49fd-ac1b-e2861f4a2ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4214 | 2024.07.15 19:56:34.045248 [ 3 ] {0f2b057e-0712-49fd-ac1b-e2861f4a2ead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4215 | 2024.07.15 19:56:34.045721 [ 3 ] {0f2b057e-0712-49fd-ac1b-e2861f4a2ead} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4216 | 2024.07.15 19:56:34.045766 [ 3 ] {0f2b057e-0712-49fd-ac1b-e2861f4a2ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4217 | 2024.07.15 19:56:34.046150 [ 3 ] {0f2b057e-0712-49fd-ac1b-e2861f4a2ead} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4218 | 2024.07.15 19:56:34.046496 [ 3 ] {0f2b057e-0712-49fd-ac1b-e2861f4a2ead} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4219 | 2024.07.15 19:56:34.046644 [ 3 ] {0f2b057e-0712-49fd-ac1b-e2861f4a2ead} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001754 sec., 6841.505131128849 rows/sec., 471.02 KiB/sec. | ||
4220 | 2024.07.15 19:56:34.046925 [ 3 ] {0f2b057e-0712-49fd-ac1b-e2861f4a2ead} <Debug> DynamicQueryHandler: Done processing query | ||
4221 | 2024.07.15 19:56:34.046955 [ 3 ] {0f2b057e-0712-49fd-ac1b-e2861f4a2ead} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4222 | 2024.07.15 19:56:34.046972 [ 3 ] {} <Debug> HTTP-Session: 5a69c527-1e31-422d-87a4-83a4001ebf54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4223 | 2024.07.15 19:56:34.047133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4224 | 2024.07.15 19:56:34.047190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4225 | 2024.07.15 19:56:34.047210 [ 3 ] {} <Debug> HTTP-Session: 04ac9d63-cc00-499e-ab4f-64970cf27efe Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4226 | 2024.07.15 19:56:34.047229 [ 3 ] {} <Debug> HTTP-Session: 04ac9d63-cc00-499e-ab4f-64970cf27efe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4227 | 2024.07.15 19:56:34.047243 [ 3 ] {} <Debug> HTTP-Session: 04ac9d63-cc00-499e-ab4f-64970cf27efe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4228 | 2024.07.15 19:56:34.047279 [ 3 ] {} <Trace> HTTP-Session: 04ac9d63-cc00-499e-ab4f-64970cf27efe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4229 | 2024.07.15 19:56:34.047389 [ 3 ] {45d8f4e9-2ca4-4648-ac24-eff4928368a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4230 | 2024.07.15 19:56:34.047435 [ 3 ] {45d8f4e9-2ca4-4648-ac24-eff4928368a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4231 | 2024.07.15 19:56:34.047566 [ 3 ] {45d8f4e9-2ca4-4648-ac24-eff4928368a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4232 | 2024.07.15 19:56:34.047886 [ 3 ] {45d8f4e9-2ca4-4648-ac24-eff4928368a9} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4233 | 2024.07.15 19:56:34.047924 [ 3 ] {45d8f4e9-2ca4-4648-ac24-eff4928368a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4234 | 2024.07.15 19:56:34.048226 [ 3 ] {45d8f4e9-2ca4-4648-ac24-eff4928368a9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4235 | 2024.07.15 19:56:34.048546 [ 3 ] {45d8f4e9-2ca4-4648-ac24-eff4928368a9} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4236 | 2024.07.15 19:56:34.048671 [ 3 ] {45d8f4e9-2ca4-4648-ac24-eff4928368a9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001312 sec., 3048.780487804878 rows/sec., 248.61 KiB/sec. | ||
4237 | 2024.07.15 19:56:34.048935 [ 3 ] {45d8f4e9-2ca4-4648-ac24-eff4928368a9} <Debug> DynamicQueryHandler: Done processing query | ||
4238 | 2024.07.15 19:56:34.048961 [ 3 ] {45d8f4e9-2ca4-4648-ac24-eff4928368a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4239 | 2024.07.15 19:56:34.048978 [ 3 ] {} <Debug> HTTP-Session: 04ac9d63-cc00-499e-ab4f-64970cf27efe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4240 | 2024.07.15 19:56:34.049145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 26753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4241 | 2024.07.15 19:56:34.049196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4242 | 2024.07.15 19:56:34.049215 [ 3 ] {} <Debug> HTTP-Session: e75e0bbb-af93-4853-8130-b260a61e7d4e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4243 | 2024.07.15 19:56:34.049232 [ 3 ] {} <Debug> HTTP-Session: e75e0bbb-af93-4853-8130-b260a61e7d4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4244 | 2024.07.15 19:56:34.049246 [ 3 ] {} <Debug> HTTP-Session: e75e0bbb-af93-4853-8130-b260a61e7d4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4245 | 2024.07.15 19:56:34.049279 [ 3 ] {} <Trace> HTTP-Session: e75e0bbb-af93-4853-8130-b260a61e7d4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4246 | 2024.07.15 19:56:34.049426 [ 3 ] {4b047b82-0352-40f1-8937-ecd1a95cd2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4247 | 2024.07.15 19:56:34.049470 [ 3 ] {4b047b82-0352-40f1-8937-ecd1a95cd2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4248 | 2024.07.15 19:56:34.049612 [ 3 ] {4b047b82-0352-40f1-8937-ecd1a95cd2a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4249 | 2024.07.15 19:56:34.050031 [ 3 ] {4b047b82-0352-40f1-8937-ecd1a95cd2a9} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4250 | 2024.07.15 19:56:34.050067 [ 3 ] {4b047b82-0352-40f1-8937-ecd1a95cd2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4251 | 2024.07.15 19:56:34.050392 [ 3 ] {4b047b82-0352-40f1-8937-ecd1a95cd2a9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4252 | 2024.07.15 19:56:34.050704 [ 3 ] {4b047b82-0352-40f1-8937-ecd1a95cd2a9} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4253 | 2024.07.15 19:56:34.050827 [ 3 ] {4b047b82-0352-40f1-8937-ecd1a95cd2a9} <Debug> executeQuery: Read 177 rows, 15.97 KiB in 0.001468 sec., 120572.20708446867 rows/sec., 10.63 MiB/sec. | ||
4254 | 2024.07.15 19:56:34.050990 [ 3 ] {4b047b82-0352-40f1-8937-ecd1a95cd2a9} <Debug> DynamicQueryHandler: Done processing query | ||
4255 | 2024.07.15 19:56:34.051015 [ 3 ] {4b047b82-0352-40f1-8937-ecd1a95cd2a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4256 | 2024.07.15 19:56:34.051031 [ 3 ] {} <Debug> HTTP-Session: e75e0bbb-af93-4853-8130-b260a61e7d4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4257 | 2024.07.15 19:56:34.051155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4258 | 2024.07.15 19:56:34.051203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4259 | 2024.07.15 19:56:34.051222 [ 3 ] {} <Debug> HTTP-Session: 0e213b7b-5b9c-4775-aad5-a47b268e3f26 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4260 | 2024.07.15 19:56:34.051240 [ 3 ] {} <Debug> HTTP-Session: 0e213b7b-5b9c-4775-aad5-a47b268e3f26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4261 | 2024.07.15 19:56:34.051254 [ 3 ] {} <Debug> HTTP-Session: 0e213b7b-5b9c-4775-aad5-a47b268e3f26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4262 | 2024.07.15 19:56:34.051285 [ 3 ] {} <Trace> HTTP-Session: 0e213b7b-5b9c-4775-aad5-a47b268e3f26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4263 | 2024.07.15 19:56:34.051380 [ 3 ] {95ec94ad-c9ac-450d-ad95-130cf3e2fe6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4264 | 2024.07.15 19:56:34.051422 [ 3 ] {95ec94ad-c9ac-450d-ad95-130cf3e2fe6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4265 | 2024.07.15 19:56:34.051547 [ 3 ] {95ec94ad-c9ac-450d-ad95-130cf3e2fe6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4266 | 2024.07.15 19:56:34.053723 [ 3 ] {95ec94ad-c9ac-450d-ad95-130cf3e2fe6f} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4267 | 2024.07.15 19:56:34.053757 [ 3 ] {95ec94ad-c9ac-450d-ad95-130cf3e2fe6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4268 | 2024.07.15 19:56:34.054051 [ 3 ] {95ec94ad-c9ac-450d-ad95-130cf3e2fe6f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4269 | 2024.07.15 19:56:34.054360 [ 3 ] {95ec94ad-c9ac-450d-ad95-130cf3e2fe6f} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4270 | 2024.07.15 19:56:34.054503 [ 3 ] {95ec94ad-c9ac-450d-ad95-130cf3e2fe6f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003148 sec., 1270.6480304955526 rows/sec., 88.72 KiB/sec. | ||
4271 | 2024.07.15 19:56:34.054721 [ 3 ] {95ec94ad-c9ac-450d-ad95-130cf3e2fe6f} <Debug> DynamicQueryHandler: Done processing query | ||
4272 | 2024.07.15 19:56:34.054745 [ 3 ] {95ec94ad-c9ac-450d-ad95-130cf3e2fe6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4273 | 2024.07.15 19:56:34.054762 [ 3 ] {} <Debug> HTTP-Session: 0e213b7b-5b9c-4775-aad5-a47b268e3f26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4274 | 2024.07.15 19:56:34.055082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 61940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4275 | 2024.07.15 19:56:34.055130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4276 | 2024.07.15 19:56:34.055150 [ 3 ] {} <Debug> HTTP-Session: a890a516-cd23-4cda-9b8d-35e770fe8157 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4277 | 2024.07.15 19:56:34.055166 [ 3 ] {} <Debug> HTTP-Session: a890a516-cd23-4cda-9b8d-35e770fe8157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4278 | 2024.07.15 19:56:34.055181 [ 3 ] {} <Debug> HTTP-Session: a890a516-cd23-4cda-9b8d-35e770fe8157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4279 | 2024.07.15 19:56:34.055213 [ 3 ] {} <Trace> HTTP-Session: a890a516-cd23-4cda-9b8d-35e770fe8157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4280 | 2024.07.15 19:56:34.055413 [ 3 ] {1801d1b0-0ec2-4c62-a4c6-3ce0b671e311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4281 | 2024.07.15 19:56:34.055455 [ 3 ] {1801d1b0-0ec2-4c62-a4c6-3ce0b671e311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4282 | 2024.07.15 19:56:34.055585 [ 3 ] {1801d1b0-0ec2-4c62-a4c6-3ce0b671e311} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4283 | 2024.07.15 19:56:34.056099 [ 3 ] {1801d1b0-0ec2-4c62-a4c6-3ce0b671e311} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4284 | 2024.07.15 19:56:34.056135 [ 3 ] {1801d1b0-0ec2-4c62-a4c6-3ce0b671e311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4285 | 2024.07.15 19:56:34.056453 [ 3 ] {1801d1b0-0ec2-4c62-a4c6-3ce0b671e311} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4286 | 2024.07.15 19:56:34.056760 [ 3 ] {1801d1b0-0ec2-4c62-a4c6-3ce0b671e311} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4287 | 2024.07.15 19:56:34.056899 [ 3 ] {1801d1b0-0ec2-4c62-a4c6-3ce0b671e311} <Debug> executeQuery: Read 384 rows, 27.64 KiB in 0.00159 sec., 241509.43396226416 rows/sec., 16.98 MiB/sec. | ||
4288 | 2024.07.15 19:56:34.057155 [ 3 ] {1801d1b0-0ec2-4c62-a4c6-3ce0b671e311} <Debug> DynamicQueryHandler: Done processing query | ||
4289 | 2024.07.15 19:56:34.057180 [ 3 ] {1801d1b0-0ec2-4c62-a4c6-3ce0b671e311} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4290 | 2024.07.15 19:56:34.057196 [ 3 ] {} <Debug> HTTP-Session: a890a516-cd23-4cda-9b8d-35e770fe8157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.07.15 19:56:34.057335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4292 | 2024.07.15 19:56:34.057385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4293 | 2024.07.15 19:56:34.057404 [ 3 ] {} <Debug> HTTP-Session: 5dc3965f-b7ba-41c7-befe-8f8f62917890 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4294 | 2024.07.15 19:56:34.057421 [ 3 ] {} <Debug> HTTP-Session: 5dc3965f-b7ba-41c7-befe-8f8f62917890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4295 | 2024.07.15 19:56:34.057436 [ 3 ] {} <Debug> HTTP-Session: 5dc3965f-b7ba-41c7-befe-8f8f62917890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4296 | 2024.07.15 19:56:34.057466 [ 3 ] {} <Trace> HTTP-Session: 5dc3965f-b7ba-41c7-befe-8f8f62917890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4297 | 2024.07.15 19:56:34.057568 [ 3 ] {116db9aa-4014-4cc1-96fd-aa772d60334f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4298 | 2024.07.15 19:56:34.057622 [ 3 ] {116db9aa-4014-4cc1-96fd-aa772d60334f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4299 | 2024.07.15 19:56:34.057770 [ 3 ] {116db9aa-4014-4cc1-96fd-aa772d60334f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4300 | 2024.07.15 19:56:34.058035 [ 3 ] {116db9aa-4014-4cc1-96fd-aa772d60334f} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4301 | 2024.07.15 19:56:34.058070 [ 3 ] {116db9aa-4014-4cc1-96fd-aa772d60334f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4302 | 2024.07.15 19:56:34.058442 [ 3 ] {116db9aa-4014-4cc1-96fd-aa772d60334f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4303 | 2024.07.15 19:56:34.058771 [ 3 ] {116db9aa-4014-4cc1-96fd-aa772d60334f} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4304 | 2024.07.15 19:56:34.058924 [ 3 ] {116db9aa-4014-4cc1-96fd-aa772d60334f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 187.64 KiB/sec. | ||
4305 | 2024.07.15 19:56:34.059092 [ 3 ] {116db9aa-4014-4cc1-96fd-aa772d60334f} <Debug> DynamicQueryHandler: Done processing query | ||
4306 | 2024.07.15 19:56:34.059116 [ 3 ] {116db9aa-4014-4cc1-96fd-aa772d60334f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4307 | 2024.07.15 19:56:34.059132 [ 3 ] {} <Debug> HTTP-Session: 5dc3965f-b7ba-41c7-befe-8f8f62917890 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4308 | 2024.07.15 19:56:34.059261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4309 | 2024.07.15 19:56:34.059309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4310 | 2024.07.15 19:56:34.059328 [ 3 ] {} <Debug> HTTP-Session: 8ff9a427-64de-4bad-80af-1672a3c840ae Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4311 | 2024.07.15 19:56:34.059344 [ 3 ] {} <Debug> HTTP-Session: 8ff9a427-64de-4bad-80af-1672a3c840ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4312 | 2024.07.15 19:56:34.059358 [ 3 ] {} <Debug> HTTP-Session: 8ff9a427-64de-4bad-80af-1672a3c840ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4313 | 2024.07.15 19:56:34.059390 [ 3 ] {} <Trace> HTTP-Session: 8ff9a427-64de-4bad-80af-1672a3c840ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4314 | 2024.07.15 19:56:34.059530 [ 3 ] {1c221ffb-093a-48e2-93af-33dc4385705d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4315 | 2024.07.15 19:56:34.059577 [ 3 ] {1c221ffb-093a-48e2-93af-33dc4385705d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4316 | 2024.07.15 19:56:34.059720 [ 3 ] {1c221ffb-093a-48e2-93af-33dc4385705d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4317 | 2024.07.15 19:56:34.060066 [ 3 ] {1c221ffb-093a-48e2-93af-33dc4385705d} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4318 | 2024.07.15 19:56:34.060102 [ 3 ] {1c221ffb-093a-48e2-93af-33dc4385705d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4319 | 2024.07.15 19:56:34.060471 [ 3 ] {1c221ffb-093a-48e2-93af-33dc4385705d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4320 | 2024.07.15 19:56:34.060811 [ 3 ] {1c221ffb-093a-48e2-93af-33dc4385705d} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4321 | 2024.07.15 19:56:34.060964 [ 3 ] {1c221ffb-093a-48e2-93af-33dc4385705d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001495 sec., 51505.01672240803 rows/sec., 3.17 MiB/sec. | ||
4322 | 2024.07.15 19:56:34.061137 [ 3 ] {1c221ffb-093a-48e2-93af-33dc4385705d} <Debug> DynamicQueryHandler: Done processing query | ||
4323 | 2024.07.15 19:56:34.061161 [ 3 ] {1c221ffb-093a-48e2-93af-33dc4385705d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4324 | 2024.07.15 19:56:34.061177 [ 3 ] {} <Debug> HTTP-Session: 8ff9a427-64de-4bad-80af-1672a3c840ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4325 | 2024.07.15 19:56:34.061338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 29022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4326 | 2024.07.15 19:56:34.061387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4327 | 2024.07.15 19:56:34.061406 [ 3 ] {} <Debug> HTTP-Session: b7b418ba-4426-44e1-8e6a-1b228ae020eb Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4328 | 2024.07.15 19:56:34.061422 [ 3 ] {} <Debug> HTTP-Session: b7b418ba-4426-44e1-8e6a-1b228ae020eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4329 | 2024.07.15 19:56:34.061436 [ 3 ] {} <Debug> HTTP-Session: b7b418ba-4426-44e1-8e6a-1b228ae020eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4330 | 2024.07.15 19:56:34.061467 [ 3 ] {} <Trace> HTTP-Session: b7b418ba-4426-44e1-8e6a-1b228ae020eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4331 | 2024.07.15 19:56:34.061624 [ 3 ] {0cd7723e-2375-4919-b10c-7334c757d132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4332 | 2024.07.15 19:56:34.061674 [ 3 ] {0cd7723e-2375-4919-b10c-7334c757d132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4333 | 2024.07.15 19:56:34.061820 [ 3 ] {0cd7723e-2375-4919-b10c-7334c757d132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4334 | 2024.07.15 19:56:34.062198 [ 3 ] {0cd7723e-2375-4919-b10c-7334c757d132} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4335 | 2024.07.15 19:56:34.062235 [ 3 ] {0cd7723e-2375-4919-b10c-7334c757d132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4336 | 2024.07.15 19:56:34.062606 [ 3 ] {0cd7723e-2375-4919-b10c-7334c757d132} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4337 | 2024.07.15 19:56:34.062965 [ 3 ] {0cd7723e-2375-4919-b10c-7334c757d132} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4338 | 2024.07.15 19:56:34.063122 [ 3 ] {0cd7723e-2375-4919-b10c-7334c757d132} <Debug> executeQuery: Read 152 rows, 10.79 KiB in 0.001565 sec., 97124.60063897763 rows/sec., 6.73 MiB/sec. | ||
4339 | 2024.07.15 19:56:34.063282 [ 3 ] {0cd7723e-2375-4919-b10c-7334c757d132} <Debug> DynamicQueryHandler: Done processing query | ||
4340 | 2024.07.15 19:56:34.063307 [ 3 ] {0cd7723e-2375-4919-b10c-7334c757d132} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4341 | 2024.07.15 19:56:34.063324 [ 3 ] {} <Debug> HTTP-Session: b7b418ba-4426-44e1-8e6a-1b228ae020eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4342 | 2024.07.15 19:56:34.063455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4343 | 2024.07.15 19:56:34.063503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4344 | 2024.07.15 19:56:34.063523 [ 3 ] {} <Debug> HTTP-Session: 69917183-07c5-496b-b4ed-c5f60b69b057 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4345 | 2024.07.15 19:56:34.063544 [ 3 ] {} <Debug> HTTP-Session: 69917183-07c5-496b-b4ed-c5f60b69b057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4346 | 2024.07.15 19:56:34.063558 [ 3 ] {} <Debug> HTTP-Session: 69917183-07c5-496b-b4ed-c5f60b69b057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4347 | 2024.07.15 19:56:34.063589 [ 3 ] {} <Trace> HTTP-Session: 69917183-07c5-496b-b4ed-c5f60b69b057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4348 | 2024.07.15 19:56:34.063736 [ 3 ] {d179e4ad-3a1e-44c8-87a7-b39195b007b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4349 | 2024.07.15 19:56:34.063800 [ 3 ] {d179e4ad-3a1e-44c8-87a7-b39195b007b1} <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 | ||
4350 | 2024.07.15 19:56:34.064202 [ 3 ] {d179e4ad-3a1e-44c8-87a7-b39195b007b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4351 | 2024.07.15 19:56:34.064706 [ 3 ] {d179e4ad-3a1e-44c8-87a7-b39195b007b1} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4352 | 2024.07.15 19:56:34.064743 [ 3 ] {d179e4ad-3a1e-44c8-87a7-b39195b007b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4353 | 2024.07.15 19:56:34.065334 [ 3 ] {d179e4ad-3a1e-44c8-87a7-b39195b007b1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4354 | 2024.07.15 19:56:34.065853 [ 3 ] {d179e4ad-3a1e-44c8-87a7-b39195b007b1} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4355 | 2024.07.15 19:56:34.066049 [ 3 ] {d179e4ad-3a1e-44c8-87a7-b39195b007b1} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002376 sec., 2525.252525252525 rows/sec., 4.53 MiB/sec. | ||
4356 | 2024.07.15 19:56:34.067091 [ 3 ] {d179e4ad-3a1e-44c8-87a7-b39195b007b1} <Debug> DynamicQueryHandler: Done processing query | ||
4357 | 2024.07.15 19:56:34.067120 [ 3 ] {d179e4ad-3a1e-44c8-87a7-b39195b007b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4358 | 2024.07.15 19:56:34.067138 [ 3 ] {} <Debug> HTTP-Session: 69917183-07c5-496b-b4ed-c5f60b69b057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4359 | 2024.07.15 19:56:34.067266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4360 | 2024.07.15 19:56:34.067316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4361 | 2024.07.15 19:56:34.067336 [ 3 ] {} <Debug> HTTP-Session: 763db8de-c73d-4d67-a789-1d9724ba633b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4362 | 2024.07.15 19:56:34.067353 [ 3 ] {} <Debug> HTTP-Session: 763db8de-c73d-4d67-a789-1d9724ba633b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4363 | 2024.07.15 19:56:34.067367 [ 3 ] {} <Debug> HTTP-Session: 763db8de-c73d-4d67-a789-1d9724ba633b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4364 | 2024.07.15 19:56:34.067401 [ 3 ] {} <Trace> HTTP-Session: 763db8de-c73d-4d67-a789-1d9724ba633b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4365 | 2024.07.15 19:56:34.067509 [ 3 ] {0cad1096-5656-4709-b81b-fa420cc51e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4366 | 2024.07.15 19:56:34.067558 [ 3 ] {0cad1096-5656-4709-b81b-fa420cc51e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4367 | 2024.07.15 19:56:34.067689 [ 3 ] {0cad1096-5656-4709-b81b-fa420cc51e07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4368 | 2024.07.15 19:56:34.067973 [ 3 ] {0cad1096-5656-4709-b81b-fa420cc51e07} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4369 | 2024.07.15 19:56:34.068010 [ 3 ] {0cad1096-5656-4709-b81b-fa420cc51e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4370 | 2024.07.15 19:56:34.068381 [ 3 ] {0cad1096-5656-4709-b81b-fa420cc51e07} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4371 | 2024.07.15 19:56:34.068739 [ 3 ] {0cad1096-5656-4709-b81b-fa420cc51e07} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4372 | 2024.07.15 19:56:34.068896 [ 3 ] {0cad1096-5656-4709-b81b-fa420cc51e07} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001408 sec., 16335.227272727274 rows/sec., 883.62 KiB/sec. | ||
4373 | 2024.07.15 19:56:34.069062 [ 3 ] {0cad1096-5656-4709-b81b-fa420cc51e07} <Debug> DynamicQueryHandler: Done processing query | ||
4374 | 2024.07.15 19:56:34.069088 [ 3 ] {0cad1096-5656-4709-b81b-fa420cc51e07} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4375 | 2024.07.15 19:56:34.069105 [ 3 ] {} <Debug> HTTP-Session: 763db8de-c73d-4d67-a789-1d9724ba633b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4376 | 2024.07.15 19:56:34.069227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4377 | 2024.07.15 19:56:34.069278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4378 | 2024.07.15 19:56:34.069299 [ 3 ] {} <Debug> HTTP-Session: f5f7e29b-0fb3-4243-b095-2f2c5b6ffd52 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4379 | 2024.07.15 19:56:34.069316 [ 3 ] {} <Debug> HTTP-Session: f5f7e29b-0fb3-4243-b095-2f2c5b6ffd52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4380 | 2024.07.15 19:56:34.069331 [ 3 ] {} <Debug> HTTP-Session: f5f7e29b-0fb3-4243-b095-2f2c5b6ffd52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4381 | 2024.07.15 19:56:34.069362 [ 3 ] {} <Trace> HTTP-Session: f5f7e29b-0fb3-4243-b095-2f2c5b6ffd52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4382 | 2024.07.15 19:56:34.069479 [ 3 ] {9d35c906-7acb-44d9-b13f-b60dfad01066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4383 | 2024.07.15 19:56:34.069527 [ 3 ] {9d35c906-7acb-44d9-b13f-b60dfad01066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4384 | 2024.07.15 19:56:34.069654 [ 3 ] {9d35c906-7acb-44d9-b13f-b60dfad01066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4385 | 2024.07.15 19:56:34.069949 [ 3 ] {9d35c906-7acb-44d9-b13f-b60dfad01066} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4386 | 2024.07.15 19:56:34.069985 [ 3 ] {9d35c906-7acb-44d9-b13f-b60dfad01066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
4387 | 2024.07.15 19:56:34.070360 [ 3 ] {9d35c906-7acb-44d9-b13f-b60dfad01066} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4388 | 2024.07.15 19:56:34.070700 [ 3 ] {9d35c906-7acb-44d9-b13f-b60dfad01066} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4389 | 2024.07.15 19:56:34.070855 [ 3 ] {9d35c906-7acb-44d9-b13f-b60dfad01066} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001409 sec., 35486.160397445 rows/sec., 2.43 MiB/sec. | ||
4390 | 2024.07.15 19:56:34.071252 [ 3 ] {9d35c906-7acb-44d9-b13f-b60dfad01066} <Debug> DynamicQueryHandler: Done processing query | ||
4391 | 2024.07.15 19:56:34.071285 [ 3 ] {9d35c906-7acb-44d9-b13f-b60dfad01066} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4392 | 2024.07.15 19:56:34.071310 [ 3 ] {} <Debug> HTTP-Session: f5f7e29b-0fb3-4243-b095-2f2c5b6ffd52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4393 | 2024.07.15 19:56:36.449186 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4394 | 2024.07.15 19:56:36.449248 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4395 | 2024.07.15 19:56:39.039786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4396 | 2024.07.15 19:56:39.039907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4397 | 2024.07.15 19:56:39.039937 [ 3 ] {} <Debug> HTTP-Session: ea60c68a-555e-4051-b72b-5a05d3a63069 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4398 | 2024.07.15 19:56:39.039965 [ 3 ] {} <Debug> HTTP-Session: ea60c68a-555e-4051-b72b-5a05d3a63069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4399 | 2024.07.15 19:56:39.039983 [ 3 ] {} <Debug> HTTP-Session: ea60c68a-555e-4051-b72b-5a05d3a63069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4400 | 2024.07.15 19:56:39.040039 [ 3 ] {} <Trace> HTTP-Session: ea60c68a-555e-4051-b72b-5a05d3a63069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4401 | 2024.07.15 19:56:39.040245 [ 3 ] {65cc2583-05a8-4ff2-abed-b6f92a48e988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4402 | 2024.07.15 19:56:39.040316 [ 3 ] {65cc2583-05a8-4ff2-abed-b6f92a48e988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4403 | 2024.07.15 19:56:39.040528 [ 3 ] {65cc2583-05a8-4ff2-abed-b6f92a48e988} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4404 | 2024.07.15 19:56:39.040976 [ 3 ] {65cc2583-05a8-4ff2-abed-b6f92a48e988} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4405 | 2024.07.15 19:56:39.041017 [ 3 ] {65cc2583-05a8-4ff2-abed-b6f92a48e988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4406 | 2024.07.15 19:56:39.041382 [ 3 ] {65cc2583-05a8-4ff2-abed-b6f92a48e988} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4407 | 2024.07.15 19:56:39.041717 [ 3 ] {65cc2583-05a8-4ff2-abed-b6f92a48e988} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4408 | 2024.07.15 19:56:39.041898 [ 3 ] {65cc2583-05a8-4ff2-abed-b6f92a48e988} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001714 sec., 14002.333722287047 rows/sec., 1.11 MiB/sec. | ||
4409 | 2024.07.15 19:56:39.042189 [ 3 ] {65cc2583-05a8-4ff2-abed-b6f92a48e988} <Debug> DynamicQueryHandler: Done processing query | ||
4410 | 2024.07.15 19:56:39.042228 [ 3 ] {65cc2583-05a8-4ff2-abed-b6f92a48e988} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4411 | 2024.07.15 19:56:39.042245 [ 3 ] {} <Debug> HTTP-Session: ea60c68a-555e-4051-b72b-5a05d3a63069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4412 | 2024.07.15 19:56:39.042404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4413 | 2024.07.15 19:56:39.042452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4414 | 2024.07.15 19:56:39.042471 [ 3 ] {} <Debug> HTTP-Session: dae24875-ed03-48d6-a5a8-61083bdaba4e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4415 | 2024.07.15 19:56:39.042488 [ 3 ] {} <Debug> HTTP-Session: dae24875-ed03-48d6-a5a8-61083bdaba4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4416 | 2024.07.15 19:56:39.042503 [ 3 ] {} <Debug> HTTP-Session: dae24875-ed03-48d6-a5a8-61083bdaba4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4417 | 2024.07.15 19:56:39.042534 [ 3 ] {} <Trace> HTTP-Session: dae24875-ed03-48d6-a5a8-61083bdaba4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4418 | 2024.07.15 19:56:39.042633 [ 3 ] {731f4968-587d-4a5b-aeff-96a3ea098ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4419 | 2024.07.15 19:56:39.042677 [ 3 ] {731f4968-587d-4a5b-aeff-96a3ea098ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4420 | 2024.07.15 19:56:39.042826 [ 3 ] {731f4968-587d-4a5b-aeff-96a3ea098ae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4421 | 2024.07.15 19:56:39.043119 [ 3 ] {731f4968-587d-4a5b-aeff-96a3ea098ae2} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4422 | 2024.07.15 19:56:39.043155 [ 3 ] {731f4968-587d-4a5b-aeff-96a3ea098ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4423 | 2024.07.15 19:56:39.043457 [ 3 ] {731f4968-587d-4a5b-aeff-96a3ea098ae2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4424 | 2024.07.15 19:56:39.043761 [ 3 ] {731f4968-587d-4a5b-aeff-96a3ea098ae2} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4425 | 2024.07.15 19:56:39.043925 [ 3 ] {731f4968-587d-4a5b-aeff-96a3ea098ae2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001308 sec., 1529.0519877675843 rows/sec., 124.68 KiB/sec. | ||
4426 | 2024.07.15 19:56:39.044191 [ 3 ] {731f4968-587d-4a5b-aeff-96a3ea098ae2} <Debug> DynamicQueryHandler: Done processing query | ||
4427 | 2024.07.15 19:56:39.044217 [ 3 ] {731f4968-587d-4a5b-aeff-96a3ea098ae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4428 | 2024.07.15 19:56:39.044233 [ 3 ] {} <Debug> HTTP-Session: dae24875-ed03-48d6-a5a8-61083bdaba4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4429 | 2024.07.15 19:56:39.044366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4430 | 2024.07.15 19:56:39.044414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4431 | 2024.07.15 19:56:39.044433 [ 3 ] {} <Debug> HTTP-Session: 962afe23-cf07-4aba-9784-ac5ddecb683a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4432 | 2024.07.15 19:56:39.044450 [ 3 ] {} <Debug> HTTP-Session: 962afe23-cf07-4aba-9784-ac5ddecb683a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4433 | 2024.07.15 19:56:39.044464 [ 3 ] {} <Debug> HTTP-Session: 962afe23-cf07-4aba-9784-ac5ddecb683a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4434 | 2024.07.15 19:56:39.044495 [ 3 ] {} <Trace> HTTP-Session: 962afe23-cf07-4aba-9784-ac5ddecb683a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4435 | 2024.07.15 19:56:39.044631 [ 3 ] {9caeb4f1-3856-422a-aeb6-568749c769b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4436 | 2024.07.15 19:56:39.044674 [ 3 ] {9caeb4f1-3856-422a-aeb6-568749c769b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4437 | 2024.07.15 19:56:39.044819 [ 3 ] {9caeb4f1-3856-422a-aeb6-568749c769b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4438 | 2024.07.15 19:56:39.045191 [ 3 ] {9caeb4f1-3856-422a-aeb6-568749c769b0} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4439 | 2024.07.15 19:56:39.045228 [ 3 ] {9caeb4f1-3856-422a-aeb6-568749c769b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4440 | 2024.07.15 19:56:39.045550 [ 3 ] {9caeb4f1-3856-422a-aeb6-568749c769b0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4441 | 2024.07.15 19:56:39.045850 [ 3 ] {9caeb4f1-3856-422a-aeb6-568749c769b0} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4442 | 2024.07.15 19:56:39.046007 [ 3 ] {9caeb4f1-3856-422a-aeb6-568749c769b0} <Debug> executeQuery: Read 125 rows, 10.63 KiB in 0.00143 sec., 87412.58741258741 rows/sec., 7.26 MiB/sec. | ||
4443 | 2024.07.15 19:56:39.046155 [ 3 ] {9caeb4f1-3856-422a-aeb6-568749c769b0} <Debug> DynamicQueryHandler: Done processing query | ||
4444 | 2024.07.15 19:56:39.046180 [ 3 ] {9caeb4f1-3856-422a-aeb6-568749c769b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4445 | 2024.07.15 19:56:39.046196 [ 3 ] {} <Debug> HTTP-Session: 962afe23-cf07-4aba-9784-ac5ddecb683a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4446 | 2024.07.15 19:56:39.046313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4447 | 2024.07.15 19:56:39.046358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4448 | 2024.07.15 19:56:39.046377 [ 3 ] {} <Debug> HTTP-Session: be84115e-7009-4c36-a21c-e4c82defcad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4449 | 2024.07.15 19:56:39.046393 [ 3 ] {} <Debug> HTTP-Session: be84115e-7009-4c36-a21c-e4c82defcad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4450 | 2024.07.15 19:56:39.046407 [ 3 ] {} <Debug> HTTP-Session: be84115e-7009-4c36-a21c-e4c82defcad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4451 | 2024.07.15 19:56:39.046437 [ 3 ] {} <Trace> HTTP-Session: be84115e-7009-4c36-a21c-e4c82defcad4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4452 | 2024.07.15 19:56:39.046529 [ 3 ] {f5effcf3-e6d4-41a4-9d82-6f1d18bb6cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4453 | 2024.07.15 19:56:39.046572 [ 3 ] {f5effcf3-e6d4-41a4-9d82-6f1d18bb6cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4454 | 2024.07.15 19:56:39.046698 [ 3 ] {f5effcf3-e6d4-41a4-9d82-6f1d18bb6cca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4455 | 2024.07.15 19:56:39.046956 [ 3 ] {f5effcf3-e6d4-41a4-9d82-6f1d18bb6cca} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4456 | 2024.07.15 19:56:39.046991 [ 3 ] {f5effcf3-e6d4-41a4-9d82-6f1d18bb6cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4457 | 2024.07.15 19:56:39.047276 [ 3 ] {f5effcf3-e6d4-41a4-9d82-6f1d18bb6cca} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4458 | 2024.07.15 19:56:39.047577 [ 3 ] {f5effcf3-e6d4-41a4-9d82-6f1d18bb6cca} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4459 | 2024.07.15 19:56:39.047732 [ 3 ] {f5effcf3-e6d4-41a4-9d82-6f1d18bb6cca} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001221 sec., 1638.001638001638 rows/sec., 114.37 KiB/sec. | ||
4460 | 2024.07.15 19:56:39.047891 [ 3 ] {f5effcf3-e6d4-41a4-9d82-6f1d18bb6cca} <Debug> DynamicQueryHandler: Done processing query | ||
4461 | 2024.07.15 19:56:39.047915 [ 3 ] {f5effcf3-e6d4-41a4-9d82-6f1d18bb6cca} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4462 | 2024.07.15 19:56:39.047930 [ 3 ] {} <Debug> HTTP-Session: be84115e-7009-4c36-a21c-e4c82defcad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4463 | 2024.07.15 19:56:39.048065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4464 | 2024.07.15 19:56:39.048111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4465 | 2024.07.15 19:56:39.048129 [ 3 ] {} <Debug> HTTP-Session: b0f005ec-a898-4271-9a9f-ff434bcd22cc Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4466 | 2024.07.15 19:56:39.048147 [ 3 ] {} <Debug> HTTP-Session: b0f005ec-a898-4271-9a9f-ff434bcd22cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4467 | 2024.07.15 19:56:39.048161 [ 3 ] {} <Debug> HTTP-Session: b0f005ec-a898-4271-9a9f-ff434bcd22cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4468 | 2024.07.15 19:56:39.048191 [ 3 ] {} <Trace> HTTP-Session: b0f005ec-a898-4271-9a9f-ff434bcd22cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4469 | 2024.07.15 19:56:39.048305 [ 3 ] {155cfef5-564a-426a-b4f5-0d9905871164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4470 | 2024.07.15 19:56:39.048347 [ 3 ] {155cfef5-564a-426a-b4f5-0d9905871164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4471 | 2024.07.15 19:56:39.048470 [ 3 ] {155cfef5-564a-426a-b4f5-0d9905871164} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4472 | 2024.07.15 19:56:39.048828 [ 3 ] {155cfef5-564a-426a-b4f5-0d9905871164} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4473 | 2024.07.15 19:56:39.048864 [ 3 ] {155cfef5-564a-426a-b4f5-0d9905871164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4474 | 2024.07.15 19:56:39.049164 [ 3 ] {155cfef5-564a-426a-b4f5-0d9905871164} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4475 | 2024.07.15 19:56:39.049466 [ 3 ] {155cfef5-564a-426a-b4f5-0d9905871164} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4476 | 2024.07.15 19:56:39.049615 [ 3 ] {155cfef5-564a-426a-b4f5-0d9905871164} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001342 sec., 61102.83159463487 rows/sec., 4.77 MiB/sec. | ||
4477 | 2024.07.15 19:56:39.049932 [ 3 ] {155cfef5-564a-426a-b4f5-0d9905871164} <Debug> DynamicQueryHandler: Done processing query | ||
4478 | 2024.07.15 19:56:39.049967 [ 3 ] {155cfef5-564a-426a-b4f5-0d9905871164} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4479 | 2024.07.15 19:56:39.049983 [ 3 ] {} <Debug> HTTP-Session: b0f005ec-a898-4271-9a9f-ff434bcd22cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4480 | 2024.07.15 19:56:39.050184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4481 | 2024.07.15 19:56:39.050233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4482 | 2024.07.15 19:56:39.050252 [ 3 ] {} <Debug> HTTP-Session: f7259454-0046-4fc7-a2dd-c70488f55f4b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4483 | 2024.07.15 19:56:39.050268 [ 3 ] {} <Debug> HTTP-Session: f7259454-0046-4fc7-a2dd-c70488f55f4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4484 | 2024.07.15 19:56:39.050282 [ 3 ] {} <Debug> HTTP-Session: f7259454-0046-4fc7-a2dd-c70488f55f4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4485 | 2024.07.15 19:56:39.050313 [ 3 ] {} <Trace> HTTP-Session: f7259454-0046-4fc7-a2dd-c70488f55f4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4486 | 2024.07.15 19:56:39.050466 [ 3 ] {4551696d-9c43-426a-9e47-9f8f6d131654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4487 | 2024.07.15 19:56:39.050515 [ 3 ] {4551696d-9c43-426a-9e47-9f8f6d131654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4488 | 2024.07.15 19:56:39.050682 [ 3 ] {4551696d-9c43-426a-9e47-9f8f6d131654} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4489 | 2024.07.15 19:56:39.051054 [ 3 ] {4551696d-9c43-426a-9e47-9f8f6d131654} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4490 | 2024.07.15 19:56:39.051089 [ 3 ] {4551696d-9c43-426a-9e47-9f8f6d131654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4491 | 2024.07.15 19:56:39.051469 [ 3 ] {4551696d-9c43-426a-9e47-9f8f6d131654} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4492 | 2024.07.15 19:56:39.051813 [ 3 ] {4551696d-9c43-426a-9e47-9f8f6d131654} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4493 | 2024.07.15 19:56:39.051970 [ 3 ] {4551696d-9c43-426a-9e47-9f8f6d131654} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001556 sec., 97043.70179948586 rows/sec., 6.73 MiB/sec. | ||
4494 | 2024.07.15 19:56:39.052142 [ 3 ] {4551696d-9c43-426a-9e47-9f8f6d131654} <Debug> DynamicQueryHandler: Done processing query | ||
4495 | 2024.07.15 19:56:39.052166 [ 3 ] {4551696d-9c43-426a-9e47-9f8f6d131654} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4496 | 2024.07.15 19:56:39.052182 [ 3 ] {} <Debug> HTTP-Session: f7259454-0046-4fc7-a2dd-c70488f55f4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4497 | 2024.07.15 19:56:39.052364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4498 | 2024.07.15 19:56:39.052411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4499 | 2024.07.15 19:56:39.052430 [ 3 ] {} <Debug> HTTP-Session: 4f006b33-6ecc-466b-83f4-f9ebafecc243 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4500 | 2024.07.15 19:56:39.052445 [ 3 ] {} <Debug> HTTP-Session: 4f006b33-6ecc-466b-83f4-f9ebafecc243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4501 | 2024.07.15 19:56:39.052459 [ 3 ] {} <Debug> HTTP-Session: 4f006b33-6ecc-466b-83f4-f9ebafecc243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4502 | 2024.07.15 19:56:39.052491 [ 3 ] {} <Trace> HTTP-Session: 4f006b33-6ecc-466b-83f4-f9ebafecc243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4503 | 2024.07.15 19:56:39.052777 [ 3 ] {1cebbd59-1d73-4bbf-a149-2a1b9b960eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4504 | 2024.07.15 19:56:39.052841 [ 3 ] {1cebbd59-1d73-4bbf-a149-2a1b9b960eb0} <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 | ||
4505 | 2024.07.15 19:56:39.053246 [ 3 ] {1cebbd59-1d73-4bbf-a149-2a1b9b960eb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4506 | 2024.07.15 19:56:39.053871 [ 3 ] {1cebbd59-1d73-4bbf-a149-2a1b9b960eb0} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4507 | 2024.07.15 19:56:39.053907 [ 3 ] {1cebbd59-1d73-4bbf-a149-2a1b9b960eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4508 | 2024.07.15 19:56:39.054512 [ 3 ] {1cebbd59-1d73-4bbf-a149-2a1b9b960eb0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4509 | 2024.07.15 19:56:39.054911 [ 3 ] {1cebbd59-1d73-4bbf-a149-2a1b9b960eb0} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4510 | 2024.07.15 19:56:39.055089 [ 3 ] {1cebbd59-1d73-4bbf-a149-2a1b9b960eb0} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002513 sec., 9550.33824114604 rows/sec., 17.11 MiB/sec. | ||
4511 | 2024.07.15 19:56:39.055302 [ 3 ] {1cebbd59-1d73-4bbf-a149-2a1b9b960eb0} <Debug> DynamicQueryHandler: Done processing query | ||
4512 | 2024.07.15 19:56:39.055326 [ 3 ] {1cebbd59-1d73-4bbf-a149-2a1b9b960eb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4513 | 2024.07.15 19:56:39.055342 [ 3 ] {} <Debug> HTTP-Session: 4f006b33-6ecc-466b-83f4-f9ebafecc243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4514 | 2024.07.15 19:56:39.055482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4515 | 2024.07.15 19:56:39.055530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4516 | 2024.07.15 19:56:39.055548 [ 3 ] {} <Debug> HTTP-Session: 0111f57b-e46b-47db-91d7-26ca1bbdc8ec Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4517 | 2024.07.15 19:56:39.055564 [ 3 ] {} <Debug> HTTP-Session: 0111f57b-e46b-47db-91d7-26ca1bbdc8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4518 | 2024.07.15 19:56:39.055578 [ 3 ] {} <Debug> HTTP-Session: 0111f57b-e46b-47db-91d7-26ca1bbdc8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4519 | 2024.07.15 19:56:39.055608 [ 3 ] {} <Trace> HTTP-Session: 0111f57b-e46b-47db-91d7-26ca1bbdc8ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4520 | 2024.07.15 19:56:39.055713 [ 3 ] {1ac15210-8b71-4512-b87e-90d917e2c22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4521 | 2024.07.15 19:56:39.055757 [ 3 ] {1ac15210-8b71-4512-b87e-90d917e2c22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4522 | 2024.07.15 19:56:39.055885 [ 3 ] {1ac15210-8b71-4512-b87e-90d917e2c22d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4523 | 2024.07.15 19:56:39.056165 [ 3 ] {1ac15210-8b71-4512-b87e-90d917e2c22d} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4524 | 2024.07.15 19:56:39.056201 [ 3 ] {1ac15210-8b71-4512-b87e-90d917e2c22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4525 | 2024.07.15 19:56:39.056551 [ 3 ] {1ac15210-8b71-4512-b87e-90d917e2c22d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4526 | 2024.07.15 19:56:39.056876 [ 3 ] {1ac15210-8b71-4512-b87e-90d917e2c22d} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4527 | 2024.07.15 19:56:39.057032 [ 3 ] {1ac15210-8b71-4512-b87e-90d917e2c22d} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001345 sec., 37174.72118959107 rows/sec., 2.55 MiB/sec. | ||
4528 | 2024.07.15 19:56:39.057197 [ 3 ] {1ac15210-8b71-4512-b87e-90d917e2c22d} <Debug> DynamicQueryHandler: Done processing query | ||
4529 | 2024.07.15 19:56:39.057222 [ 3 ] {1ac15210-8b71-4512-b87e-90d917e2c22d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4530 | 2024.07.15 19:56:39.057238 [ 3 ] {} <Debug> HTTP-Session: 0111f57b-e46b-47db-91d7-26ca1bbdc8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4531 | 2024.07.15 19:56:44.043824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4532 | 2024.07.15 19:56:44.043951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4533 | 2024.07.15 19:56:44.043975 [ 3 ] {} <Debug> HTTP-Session: d1eee3c2-77df-4840-b75f-bf3445207652 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4534 | 2024.07.15 19:56:44.043999 [ 3 ] {} <Debug> HTTP-Session: d1eee3c2-77df-4840-b75f-bf3445207652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4535 | 2024.07.15 19:56:44.044020 [ 3 ] {} <Debug> HTTP-Session: d1eee3c2-77df-4840-b75f-bf3445207652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4536 | 2024.07.15 19:56:44.044070 [ 3 ] {} <Trace> HTTP-Session: d1eee3c2-77df-4840-b75f-bf3445207652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4537 | 2024.07.15 19:56:44.044259 [ 3 ] {41638e9a-9c46-4562-8c7a-89f69e43c032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4538 | 2024.07.15 19:56:44.044324 [ 3 ] {41638e9a-9c46-4562-8c7a-89f69e43c032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4539 | 2024.07.15 19:56:44.044512 [ 3 ] {41638e9a-9c46-4562-8c7a-89f69e43c032} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4540 | 2024.07.15 19:56:44.044932 [ 3 ] {41638e9a-9c46-4562-8c7a-89f69e43c032} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4541 | 2024.07.15 19:56:44.044972 [ 3 ] {41638e9a-9c46-4562-8c7a-89f69e43c032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4542 | 2024.07.15 19:56:44.045334 [ 3 ] {41638e9a-9c46-4562-8c7a-89f69e43c032} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4543 | 2024.07.15 19:56:44.045672 [ 3 ] {41638e9a-9c46-4562-8c7a-89f69e43c032} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4544 | 2024.07.15 19:56:44.045829 [ 3 ] {41638e9a-9c46-4562-8c7a-89f69e43c032} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001624 sec., 7389.162561576355 rows/sec., 508.73 KiB/sec. | ||
4545 | 2024.07.15 19:56:44.046040 [ 3 ] {41638e9a-9c46-4562-8c7a-89f69e43c032} <Debug> DynamicQueryHandler: Done processing query | ||
4546 | 2024.07.15 19:56:44.046068 [ 3 ] {41638e9a-9c46-4562-8c7a-89f69e43c032} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4547 | 2024.07.15 19:56:44.046084 [ 3 ] {} <Debug> HTTP-Session: d1eee3c2-77df-4840-b75f-bf3445207652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4548 | 2024.07.15 19:56:44.046243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4549 | 2024.07.15 19:56:44.046291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4550 | 2024.07.15 19:56:44.046311 [ 3 ] {} <Debug> HTTP-Session: 4a1ef2c5-cf0e-49b1-8aa2-c3c33cc29781 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4551 | 2024.07.15 19:56:44.046327 [ 3 ] {} <Debug> HTTP-Session: 4a1ef2c5-cf0e-49b1-8aa2-c3c33cc29781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4552 | 2024.07.15 19:56:44.046342 [ 3 ] {} <Debug> HTTP-Session: 4a1ef2c5-cf0e-49b1-8aa2-c3c33cc29781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4553 | 2024.07.15 19:56:44.046372 [ 3 ] {} <Trace> HTTP-Session: 4a1ef2c5-cf0e-49b1-8aa2-c3c33cc29781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4554 | 2024.07.15 19:56:44.046469 [ 3 ] {66e9a3fe-49ac-4250-92e4-1ed1e7a0f918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4555 | 2024.07.15 19:56:44.046513 [ 3 ] {66e9a3fe-49ac-4250-92e4-1ed1e7a0f918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4556 | 2024.07.15 19:56:44.046646 [ 3 ] {66e9a3fe-49ac-4250-92e4-1ed1e7a0f918} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4557 | 2024.07.15 19:56:44.046933 [ 3 ] {66e9a3fe-49ac-4250-92e4-1ed1e7a0f918} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4558 | 2024.07.15 19:56:44.046971 [ 3 ] {66e9a3fe-49ac-4250-92e4-1ed1e7a0f918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4559 | 2024.07.15 19:56:44.047267 [ 3 ] {66e9a3fe-49ac-4250-92e4-1ed1e7a0f918} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4560 | 2024.07.15 19:56:44.047583 [ 3 ] {66e9a3fe-49ac-4250-92e4-1ed1e7a0f918} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4561 | 2024.07.15 19:56:44.047750 [ 3 ] {66e9a3fe-49ac-4250-92e4-1ed1e7a0f918} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 125.84 KiB/sec. | ||
4562 | 2024.07.15 19:56:44.047751 [ 88 ] {} <Debug> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4563 | 2024.07.15 19:56:44.047865 [ 88 ] {} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4564 | 2024.07.15 19:56:44.047908 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4565 | 2024.07.15 19:56:44.047992 [ 3 ] {66e9a3fe-49ac-4250-92e4-1ed1e7a0f918} <Debug> DynamicQueryHandler: Done processing query | ||
4566 | 2024.07.15 19:56:44.048072 [ 3 ] {66e9a3fe-49ac-4250-92e4-1ed1e7a0f918} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4567 | 2024.07.15 19:56:44.048111 [ 3 ] {} <Debug> HTTP-Session: 4a1ef2c5-cf0e-49b1-8aa2-c3c33cc29781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4568 | 2024.07.15 19:56:44.048127 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::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 | ||
4569 | 2024.07.15 19:56:44.048344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 26618, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4570 | 2024.07.15 19:56:44.048426 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4571 | 2024.07.15 19:56:44.048429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4572 | 2024.07.15 19:56:44.048461 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4573 | 2024.07.15 19:56:44.048465 [ 3 ] {} <Debug> HTTP-Session: 0fc5ac8c-8a9a-454f-85fb-495f3a852b5e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4574 | 2024.07.15 19:56:44.048492 [ 3 ] {} <Debug> HTTP-Session: 0fc5ac8c-8a9a-454f-85fb-495f3a852b5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4575 | 2024.07.15 19:56:44.048515 [ 3 ] {} <Debug> HTTP-Session: 0fc5ac8c-8a9a-454f-85fb-495f3a852b5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4576 | 2024.07.15 19:56:44.048545 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4577 | 2024.07.15 19:56:44.048616 [ 3 ] {} <Trace> HTTP-Session: 0fc5ac8c-8a9a-454f-85fb-495f3a852b5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4578 | 2024.07.15 19:56:44.048845 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4579 | 2024.07.15 19:56:44.049112 [ 3 ] {9f634111-0194-47f2-8ef7-5e76fd73260d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4580 | 2024.07.15 19:56:44.049165 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
4581 | 2024.07.15 19:56:44.049290 [ 3 ] {9f634111-0194-47f2-8ef7-5e76fd73260d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4582 | 2024.07.15 19:56:44.049654 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4583 | 2024.07.15 19:56:44.050058 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
4584 | 2024.07.15 19:56:44.050719 [ 3 ] {9f634111-0194-47f2-8ef7-5e76fd73260d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4585 | 2024.07.15 19:56:44.051309 [ 3 ] {9f634111-0194-47f2-8ef7-5e76fd73260d} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4586 | 2024.07.15 19:56:44.051352 [ 3 ] {9f634111-0194-47f2-8ef7-5e76fd73260d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4587 | 2024.07.15 19:56:44.051825 [ 196 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.003839016 sec., 3646.76781758659 rows/sec., 297.37 KiB/sec. | ||
4588 | 2024.07.15 19:56:44.051896 [ 3 ] {9f634111-0194-47f2-8ef7-5e76fd73260d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4589 | 2024.07.15 19:56:44.052155 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4590 | 2024.07.15 19:56:44.052454 [ 3 ] {9f634111-0194-47f2-8ef7-5e76fd73260d} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4591 | 2024.07.15 19:56:44.052895 [ 3 ] {9f634111-0194-47f2-8ef7-5e76fd73260d} <Debug> executeQuery: Read 176 rows, 15.90 KiB in 0.003993 sec., 44077.134986225894 rows/sec., 3.89 MiB/sec. | ||
4592 | 2024.07.15 19:56:44.053283 [ 3 ] {9f634111-0194-47f2-8ef7-5e76fd73260d} <Debug> DynamicQueryHandler: Done processing query | ||
4593 | 2024.07.15 19:56:44.053319 [ 3 ] {9f634111-0194-47f2-8ef7-5e76fd73260d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4594 | 2024.07.15 19:56:44.053359 [ 3 ] {} <Debug> HTTP-Session: 0fc5ac8c-8a9a-454f-85fb-495f3a852b5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4595 | 2024.07.15 19:56:44.053378 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4596 | 2024.07.15 19:56:44.053513 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_6_1} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4597 | 2024.07.15 19:56:44.053536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4598 | 2024.07.15 19:56:44.053643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4599 | 2024.07.15 19:56:44.053681 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4600 | 2024.07.15 19:56:44.053692 [ 3 ] {} <Debug> HTTP-Session: 3827644b-cdd9-4d62-b8d7-ca91407c3dc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4601 | 2024.07.15 19:56:44.053740 [ 3 ] {} <Debug> HTTP-Session: 3827644b-cdd9-4d62-b8d7-ca91407c3dc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4602 | 2024.07.15 19:56:44.053754 [ 3 ] {} <Debug> HTTP-Session: 3827644b-cdd9-4d62-b8d7-ca91407c3dc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4603 | 2024.07.15 19:56:44.053786 [ 3 ] {} <Trace> HTTP-Session: 3827644b-cdd9-4d62-b8d7-ca91407c3dc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4604 | 2024.07.15 19:56:44.053886 [ 3 ] {3306eb6f-1d53-465d-a243-164346db063a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4605 | 2024.07.15 19:56:44.053930 [ 3 ] {3306eb6f-1d53-465d-a243-164346db063a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4606 | 2024.07.15 19:56:44.054078 [ 3 ] {3306eb6f-1d53-465d-a243-164346db063a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4607 | 2024.07.15 19:56:44.054357 [ 3 ] {3306eb6f-1d53-465d-a243-164346db063a} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4608 | 2024.07.15 19:56:44.054392 [ 3 ] {3306eb6f-1d53-465d-a243-164346db063a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4609 | 2024.07.15 19:56:44.054691 [ 3 ] {3306eb6f-1d53-465d-a243-164346db063a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4610 | 2024.07.15 19:56:44.055000 [ 3 ] {3306eb6f-1d53-465d-a243-164346db063a} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4611 | 2024.07.15 19:56:44.055145 [ 88 ] {} <Debug> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4612 | 2024.07.15 19:56:44.055163 [ 3 ] {3306eb6f-1d53-465d-a243-164346db063a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001292 sec., 1547.9876160990711 rows/sec., 108.09 KiB/sec. | ||
4613 | 2024.07.15 19:56:44.055208 [ 88 ] {} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4614 | 2024.07.15 19:56:44.055275 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4615 | 2024.07.15 19:56:44.055429 [ 191 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::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 | ||
4616 | 2024.07.15 19:56:44.055472 [ 3 ] {3306eb6f-1d53-465d-a243-164346db063a} <Debug> DynamicQueryHandler: Done processing query | ||
4617 | 2024.07.15 19:56:44.055508 [ 3 ] {3306eb6f-1d53-465d-a243-164346db063a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4618 | 2024.07.15 19:56:44.055532 [ 3 ] {} <Debug> HTTP-Session: 3827644b-cdd9-4d62-b8d7-ca91407c3dc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4619 | 2024.07.15 19:56:44.055575 [ 191 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4620 | 2024.07.15 19:56:44.055604 [ 191 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4621 | 2024.07.15 19:56:44.055685 [ 191 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4622 | 2024.07.15 19:56:44.055927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 61595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4623 | 2024.07.15 19:56:44.055945 [ 191 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4624 | 2024.07.15 19:56:44.056089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4625 | 2024.07.15 19:56:44.056209 [ 3 ] {} <Debug> HTTP-Session: 77f3acee-35a2-4238-a0b1-06da5d558b37 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4626 | 2024.07.15 19:56:44.056269 [ 191 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
4627 | 2024.07.15 19:56:44.056281 [ 3 ] {} <Debug> HTTP-Session: 77f3acee-35a2-4238-a0b1-06da5d558b37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4628 | 2024.07.15 19:56:44.056342 [ 3 ] {} <Debug> HTTP-Session: 77f3acee-35a2-4238-a0b1-06da5d558b37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4629 | 2024.07.15 19:56:44.056505 [ 3 ] {} <Trace> HTTP-Session: 77f3acee-35a2-4238-a0b1-06da5d558b37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4630 | 2024.07.15 19:56:44.056597 [ 191 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4631 | 2024.07.15 19:56:44.056829 [ 191 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
4632 | 2024.07.15 19:56:44.057048 [ 3 ] {0422b5d9-89ed-45df-93d0-2227128cb9ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4633 | 2024.07.15 19:56:44.057190 [ 3 ] {0422b5d9-89ed-45df-93d0-2227128cb9ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4634 | 2024.07.15 19:56:44.057568 [ 3 ] {0422b5d9-89ed-45df-93d0-2227128cb9ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4635 | 2024.07.15 19:56:44.058497 [ 3 ] {0422b5d9-89ed-45df-93d0-2227128cb9ad} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4636 | 2024.07.15 19:56:44.058518 [ 196 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.003164914 sec., 4423.500922931871 rows/sec., 308.87 KiB/sec. | ||
4637 | 2024.07.15 19:56:44.058554 [ 3 ] {0422b5d9-89ed-45df-93d0-2227128cb9ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4638 | 2024.07.15 19:56:44.058684 [ 187 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4639 | 2024.07.15 19:56:44.058997 [ 3 ] {0422b5d9-89ed-45df-93d0-2227128cb9ad} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4640 | 2024.07.15 19:56:44.059182 [ 187 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4641 | 2024.07.15 19:56:44.059280 [ 187 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_6_1} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4642 | 2024.07.15 19:56:44.059364 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4643 | 2024.07.15 19:56:44.059421 [ 3 ] {0422b5d9-89ed-45df-93d0-2227128cb9ad} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4644 | 2024.07.15 19:56:44.059598 [ 3 ] {0422b5d9-89ed-45df-93d0-2227128cb9ad} <Debug> executeQuery: Read 382 rows, 27.48 KiB in 0.002843 sec., 134365.10728104116 rows/sec., 9.44 MiB/sec. | ||
4645 | 2024.07.15 19:56:44.059786 [ 3 ] {0422b5d9-89ed-45df-93d0-2227128cb9ad} <Debug> DynamicQueryHandler: Done processing query | ||
4646 | 2024.07.15 19:56:44.059815 [ 3 ] {0422b5d9-89ed-45df-93d0-2227128cb9ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4647 | 2024.07.15 19:56:44.059833 [ 3 ] {} <Debug> HTTP-Session: 77f3acee-35a2-4238-a0b1-06da5d558b37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4648 | 2024.07.15 19:56:44.059974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4649 | 2024.07.15 19:56:44.060024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4650 | 2024.07.15 19:56:44.060044 [ 3 ] {} <Debug> HTTP-Session: fdc2de85-a6e5-4601-9913-50d4f1f2780d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4651 | 2024.07.15 19:56:44.060062 [ 3 ] {} <Debug> HTTP-Session: fdc2de85-a6e5-4601-9913-50d4f1f2780d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4652 | 2024.07.15 19:56:44.060078 [ 3 ] {} <Debug> HTTP-Session: fdc2de85-a6e5-4601-9913-50d4f1f2780d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4653 | 2024.07.15 19:56:44.060110 [ 3 ] {} <Trace> HTTP-Session: fdc2de85-a6e5-4601-9913-50d4f1f2780d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4654 | 2024.07.15 19:56:44.060213 [ 3 ] {0f829ba6-90d2-4b42-b8ad-c5dc8d4f29c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4655 | 2024.07.15 19:56:44.060259 [ 3 ] {0f829ba6-90d2-4b42-b8ad-c5dc8d4f29c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4656 | 2024.07.15 19:56:44.060394 [ 3 ] {0f829ba6-90d2-4b42-b8ad-c5dc8d4f29c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4657 | 2024.07.15 19:56:44.060706 [ 3 ] {0f829ba6-90d2-4b42-b8ad-c5dc8d4f29c0} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4658 | 2024.07.15 19:56:44.060743 [ 3 ] {0f829ba6-90d2-4b42-b8ad-c5dc8d4f29c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4659 | 2024.07.15 19:56:44.061105 [ 3 ] {0f829ba6-90d2-4b42-b8ad-c5dc8d4f29c0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4660 | 2024.07.15 19:56:44.061427 [ 3 ] {0f829ba6-90d2-4b42-b8ad-c5dc8d4f29c0} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4661 | 2024.07.15 19:56:44.061587 [ 3 ] {0f829ba6-90d2-4b42-b8ad-c5dc8d4f29c0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 185.88 KiB/sec. | ||
4662 | 2024.07.15 19:56:44.061899 [ 3 ] {0f829ba6-90d2-4b42-b8ad-c5dc8d4f29c0} <Debug> DynamicQueryHandler: Done processing query | ||
4663 | 2024.07.15 19:56:44.061925 [ 3 ] {0f829ba6-90d2-4b42-b8ad-c5dc8d4f29c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4664 | 2024.07.15 19:56:44.061940 [ 3 ] {} <Debug> HTTP-Session: fdc2de85-a6e5-4601-9913-50d4f1f2780d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4665 | 2024.07.15 19:56:44.062062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4666 | 2024.07.15 19:56:44.062112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4667 | 2024.07.15 19:56:44.062131 [ 3 ] {} <Debug> HTTP-Session: 9d27529d-8172-4b5d-bd56-a3ca9126b04f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4668 | 2024.07.15 19:56:44.062148 [ 3 ] {} <Debug> HTTP-Session: 9d27529d-8172-4b5d-bd56-a3ca9126b04f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4669 | 2024.07.15 19:56:44.062162 [ 3 ] {} <Debug> HTTP-Session: 9d27529d-8172-4b5d-bd56-a3ca9126b04f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4670 | 2024.07.15 19:56:44.062193 [ 3 ] {} <Trace> HTTP-Session: 9d27529d-8172-4b5d-bd56-a3ca9126b04f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4671 | 2024.07.15 19:56:44.062332 [ 3 ] {2e2b504d-bc98-436c-a193-9e56a1aa8f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4672 | 2024.07.15 19:56:44.062382 [ 3 ] {2e2b504d-bc98-436c-a193-9e56a1aa8f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4673 | 2024.07.15 19:56:44.062547 [ 3 ] {2e2b504d-bc98-436c-a193-9e56a1aa8f0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4674 | 2024.07.15 19:56:44.062889 [ 3 ] {2e2b504d-bc98-436c-a193-9e56a1aa8f0d} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4675 | 2024.07.15 19:56:44.062925 [ 3 ] {2e2b504d-bc98-436c-a193-9e56a1aa8f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4676 | 2024.07.15 19:56:44.063285 [ 3 ] {2e2b504d-bc98-436c-a193-9e56a1aa8f0d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4677 | 2024.07.15 19:56:44.063620 [ 3 ] {2e2b504d-bc98-436c-a193-9e56a1aa8f0d} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4678 | 2024.07.15 19:56:44.063782 [ 3 ] {2e2b504d-bc98-436c-a193-9e56a1aa8f0d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001507 sec., 51094.8905109489 rows/sec., 3.15 MiB/sec. | ||
4679 | 2024.07.15 19:56:44.063954 [ 3 ] {2e2b504d-bc98-436c-a193-9e56a1aa8f0d} <Debug> DynamicQueryHandler: Done processing query | ||
4680 | 2024.07.15 19:56:44.063979 [ 3 ] {2e2b504d-bc98-436c-a193-9e56a1aa8f0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4681 | 2024.07.15 19:56:44.063994 [ 3 ] {} <Debug> HTTP-Session: 9d27529d-8172-4b5d-bd56-a3ca9126b04f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4682 | 2024.07.15 19:56:44.064164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4683 | 2024.07.15 19:56:44.064210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4684 | 2024.07.15 19:56:44.064229 [ 3 ] {} <Debug> HTTP-Session: d6eaa490-0e1a-4007-8066-2e5c816f5788 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4685 | 2024.07.15 19:56:44.064245 [ 3 ] {} <Debug> HTTP-Session: d6eaa490-0e1a-4007-8066-2e5c816f5788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4686 | 2024.07.15 19:56:44.064259 [ 3 ] {} <Debug> HTTP-Session: d6eaa490-0e1a-4007-8066-2e5c816f5788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4687 | 2024.07.15 19:56:44.064289 [ 3 ] {} <Trace> HTTP-Session: d6eaa490-0e1a-4007-8066-2e5c816f5788 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4688 | 2024.07.15 19:56:44.064438 [ 3 ] {9d0557a3-2ea3-4ec4-a7c4-b0916d171945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4689 | 2024.07.15 19:56:44.064485 [ 3 ] {9d0557a3-2ea3-4ec4-a7c4-b0916d171945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4690 | 2024.07.15 19:56:44.064628 [ 3 ] {9d0557a3-2ea3-4ec4-a7c4-b0916d171945} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4691 | 2024.07.15 19:56:44.065008 [ 3 ] {9d0557a3-2ea3-4ec4-a7c4-b0916d171945} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4692 | 2024.07.15 19:56:44.065044 [ 3 ] {9d0557a3-2ea3-4ec4-a7c4-b0916d171945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4693 | 2024.07.15 19:56:44.065406 [ 3 ] {9d0557a3-2ea3-4ec4-a7c4-b0916d171945} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4694 | 2024.07.15 19:56:44.065745 [ 3 ] {9d0557a3-2ea3-4ec4-a7c4-b0916d171945} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4695 | 2024.07.15 19:56:44.065914 [ 3 ] {9d0557a3-2ea3-4ec4-a7c4-b0916d171945} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001538 sec., 98179.45383615085 rows/sec., 6.81 MiB/sec. | ||
4696 | 2024.07.15 19:56:44.066238 [ 3 ] {9d0557a3-2ea3-4ec4-a7c4-b0916d171945} <Debug> DynamicQueryHandler: Done processing query | ||
4697 | 2024.07.15 19:56:44.066262 [ 3 ] {9d0557a3-2ea3-4ec4-a7c4-b0916d171945} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4698 | 2024.07.15 19:56:44.066278 [ 3 ] {} <Debug> HTTP-Session: d6eaa490-0e1a-4007-8066-2e5c816f5788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4699 | 2024.07.15 19:56:44.066439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4700 | 2024.07.15 19:56:44.066489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4701 | 2024.07.15 19:56:44.066508 [ 3 ] {} <Debug> HTTP-Session: 26d98dc5-dba9-47c7-af78-5e018e613df0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4702 | 2024.07.15 19:56:44.066524 [ 3 ] {} <Debug> HTTP-Session: 26d98dc5-dba9-47c7-af78-5e018e613df0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4703 | 2024.07.15 19:56:44.066538 [ 3 ] {} <Debug> HTTP-Session: 26d98dc5-dba9-47c7-af78-5e018e613df0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4704 | 2024.07.15 19:56:44.066570 [ 3 ] {} <Trace> HTTP-Session: 26d98dc5-dba9-47c7-af78-5e018e613df0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4705 | 2024.07.15 19:56:44.066733 [ 3 ] {b5453f9e-2c36-4eca-8fdb-7194d43027bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4706 | 2024.07.15 19:56:44.066806 [ 3 ] {b5453f9e-2c36-4eca-8fdb-7194d43027bd} <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 | ||
4707 | 2024.07.15 19:56:44.067216 [ 3 ] {b5453f9e-2c36-4eca-8fdb-7194d43027bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4708 | 2024.07.15 19:56:44.067715 [ 3 ] {b5453f9e-2c36-4eca-8fdb-7194d43027bd} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4709 | 2024.07.15 19:56:44.067751 [ 3 ] {b5453f9e-2c36-4eca-8fdb-7194d43027bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4710 | 2024.07.15 19:56:44.068347 [ 3 ] {b5453f9e-2c36-4eca-8fdb-7194d43027bd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4711 | 2024.07.15 19:56:44.068761 [ 3 ] {b5453f9e-2c36-4eca-8fdb-7194d43027bd} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4712 | 2024.07.15 19:56:44.068954 [ 3 ] {b5453f9e-2c36-4eca-8fdb-7194d43027bd} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002305 sec., 2603.036876355748 rows/sec., 4.66 MiB/sec. | ||
4713 | 2024.07.15 19:56:44.069189 [ 3 ] {b5453f9e-2c36-4eca-8fdb-7194d43027bd} <Debug> DynamicQueryHandler: Done processing query | ||
4714 | 2024.07.15 19:56:44.069215 [ 3 ] {b5453f9e-2c36-4eca-8fdb-7194d43027bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4715 | 2024.07.15 19:56:44.069231 [ 3 ] {} <Debug> HTTP-Session: 26d98dc5-dba9-47c7-af78-5e018e613df0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4716 | 2024.07.15 19:56:44.069354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4717 | 2024.07.15 19:56:44.069402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4718 | 2024.07.15 19:56:44.069447 [ 3 ] {} <Debug> HTTP-Session: 741a8e9b-ac5d-46fc-b904-d24ba06cf418 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4719 | 2024.07.15 19:56:44.069465 [ 3 ] {} <Debug> HTTP-Session: 741a8e9b-ac5d-46fc-b904-d24ba06cf418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4720 | 2024.07.15 19:56:44.069479 [ 3 ] {} <Debug> HTTP-Session: 741a8e9b-ac5d-46fc-b904-d24ba06cf418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4721 | 2024.07.15 19:56:44.069510 [ 3 ] {} <Trace> HTTP-Session: 741a8e9b-ac5d-46fc-b904-d24ba06cf418 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4722 | 2024.07.15 19:56:44.069613 [ 3 ] {12cd5920-e4a0-4c27-9137-ca5d1c63dc33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4723 | 2024.07.15 19:56:44.069657 [ 3 ] {12cd5920-e4a0-4c27-9137-ca5d1c63dc33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4724 | 2024.07.15 19:56:44.069788 [ 3 ] {12cd5920-e4a0-4c27-9137-ca5d1c63dc33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4725 | 2024.07.15 19:56:44.070064 [ 3 ] {12cd5920-e4a0-4c27-9137-ca5d1c63dc33} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4726 | 2024.07.15 19:56:44.070100 [ 3 ] {12cd5920-e4a0-4c27-9137-ca5d1c63dc33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4727 | 2024.07.15 19:56:44.070459 [ 3 ] {12cd5920-e4a0-4c27-9137-ca5d1c63dc33} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4728 | 2024.07.15 19:56:44.070823 [ 3 ] {12cd5920-e4a0-4c27-9137-ca5d1c63dc33} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4729 | 2024.07.15 19:56:44.070979 [ 3 ] {12cd5920-e4a0-4c27-9137-ca5d1c63dc33} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001386 sec., 16594.516594516594 rows/sec., 897.65 KiB/sec. | ||
4730 | 2024.07.15 19:56:44.071149 [ 3 ] {12cd5920-e4a0-4c27-9137-ca5d1c63dc33} <Debug> DynamicQueryHandler: Done processing query | ||
4731 | 2024.07.15 19:56:44.071174 [ 3 ] {12cd5920-e4a0-4c27-9137-ca5d1c63dc33} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4732 | 2024.07.15 19:56:44.071189 [ 3 ] {} <Debug> HTTP-Session: 741a8e9b-ac5d-46fc-b904-d24ba06cf418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4733 | 2024.07.15 19:56:44.071308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4734 | 2024.07.15 19:56:44.071356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4735 | 2024.07.15 19:56:44.071375 [ 3 ] {} <Debug> HTTP-Session: 24b6a93f-7430-4f9b-bf67-b6e7c16dd4f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4736 | 2024.07.15 19:56:44.071391 [ 3 ] {} <Debug> HTTP-Session: 24b6a93f-7430-4f9b-bf67-b6e7c16dd4f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4737 | 2024.07.15 19:56:44.071406 [ 3 ] {} <Debug> HTTP-Session: 24b6a93f-7430-4f9b-bf67-b6e7c16dd4f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4738 | 2024.07.15 19:56:44.071437 [ 3 ] {} <Trace> HTTP-Session: 24b6a93f-7430-4f9b-bf67-b6e7c16dd4f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4739 | 2024.07.15 19:56:44.071549 [ 3 ] {6be24bed-2de7-451d-9d50-eac2c832d06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4740 | 2024.07.15 19:56:44.071594 [ 3 ] {6be24bed-2de7-451d-9d50-eac2c832d06e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4741 | 2024.07.15 19:56:44.071722 [ 3 ] {6be24bed-2de7-451d-9d50-eac2c832d06e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4742 | 2024.07.15 19:56:44.072032 [ 3 ] {6be24bed-2de7-451d-9d50-eac2c832d06e} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4743 | 2024.07.15 19:56:44.072069 [ 3 ] {6be24bed-2de7-451d-9d50-eac2c832d06e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4744 | 2024.07.15 19:56:44.072437 [ 3 ] {6be24bed-2de7-451d-9d50-eac2c832d06e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4745 | 2024.07.15 19:56:44.072784 [ 3 ] {6be24bed-2de7-451d-9d50-eac2c832d06e} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4746 | 2024.07.15 19:56:44.072940 [ 3 ] {6be24bed-2de7-451d-9d50-eac2c832d06e} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001423 sec., 35137.034434293746 rows/sec., 2.41 MiB/sec. | ||
4747 | 2024.07.15 19:56:44.073119 [ 3 ] {6be24bed-2de7-451d-9d50-eac2c832d06e} <Debug> DynamicQueryHandler: Done processing query | ||
4748 | 2024.07.15 19:56:44.073143 [ 3 ] {6be24bed-2de7-451d-9d50-eac2c832d06e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4749 | 2024.07.15 19:56:44.073158 [ 3 ] {} <Debug> HTTP-Session: 24b6a93f-7430-4f9b-bf67-b6e7c16dd4f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4750 | 2024.07.15 19:56:49.042512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4751 | 2024.07.15 19:56:49.042634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4752 | 2024.07.15 19:56:49.042658 [ 3 ] {} <Debug> HTTP-Session: 5e856c6b-f80c-497c-8d7e-06a66281bf6a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4753 | 2024.07.15 19:56:49.042682 [ 3 ] {} <Debug> HTTP-Session: 5e856c6b-f80c-497c-8d7e-06a66281bf6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4754 | 2024.07.15 19:56:49.042697 [ 3 ] {} <Debug> HTTP-Session: 5e856c6b-f80c-497c-8d7e-06a66281bf6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4755 | 2024.07.15 19:56:49.042747 [ 3 ] {} <Trace> HTTP-Session: 5e856c6b-f80c-497c-8d7e-06a66281bf6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4756 | 2024.07.15 19:56:49.042929 [ 3 ] {ce120785-049d-447e-a95b-1dd438134ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4757 | 2024.07.15 19:56:49.042993 [ 3 ] {ce120785-049d-447e-a95b-1dd438134ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4758 | 2024.07.15 19:56:49.043173 [ 3 ] {ce120785-049d-447e-a95b-1dd438134ee1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4759 | 2024.07.15 19:56:49.043627 [ 3 ] {ce120785-049d-447e-a95b-1dd438134ee1} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4760 | 2024.07.15 19:56:49.043667 [ 3 ] {ce120785-049d-447e-a95b-1dd438134ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4761 | 2024.07.15 19:56:49.044024 [ 3 ] {ce120785-049d-447e-a95b-1dd438134ee1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4762 | 2024.07.15 19:56:49.044353 [ 3 ] {ce120785-049d-447e-a95b-1dd438134ee1} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4763 | 2024.07.15 19:56:49.044501 [ 3 ] {ce120785-049d-447e-a95b-1dd438134ee1} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001629 sec., 14732.965009208103 rows/sec., 1.17 MiB/sec. | ||
4764 | 2024.07.15 19:56:49.044810 [ 3 ] {ce120785-049d-447e-a95b-1dd438134ee1} <Debug> DynamicQueryHandler: Done processing query | ||
4765 | 2024.07.15 19:56:49.044838 [ 3 ] {ce120785-049d-447e-a95b-1dd438134ee1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4766 | 2024.07.15 19:56:49.044855 [ 3 ] {} <Debug> HTTP-Session: 5e856c6b-f80c-497c-8d7e-06a66281bf6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4767 | 2024.07.15 19:56:49.045032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4768 | 2024.07.15 19:56:49.045082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4769 | 2024.07.15 19:56:49.045101 [ 3 ] {} <Debug> HTTP-Session: 8993c2f6-daf3-41f1-9f16-14ccbef4fe19 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4770 | 2024.07.15 19:56:49.045119 [ 3 ] {} <Debug> HTTP-Session: 8993c2f6-daf3-41f1-9f16-14ccbef4fe19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4771 | 2024.07.15 19:56:49.045133 [ 3 ] {} <Debug> HTTP-Session: 8993c2f6-daf3-41f1-9f16-14ccbef4fe19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4772 | 2024.07.15 19:56:49.045165 [ 3 ] {} <Trace> HTTP-Session: 8993c2f6-daf3-41f1-9f16-14ccbef4fe19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4773 | 2024.07.15 19:56:49.045299 [ 3 ] {6497801b-eca3-4b29-83ee-d2af01ea0c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4774 | 2024.07.15 19:56:49.045344 [ 3 ] {6497801b-eca3-4b29-83ee-d2af01ea0c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4775 | 2024.07.15 19:56:49.045490 [ 3 ] {6497801b-eca3-4b29-83ee-d2af01ea0c57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4776 | 2024.07.15 19:56:49.046020 [ 3 ] {6497801b-eca3-4b29-83ee-d2af01ea0c57} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4777 | 2024.07.15 19:56:49.046056 [ 3 ] {6497801b-eca3-4b29-83ee-d2af01ea0c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4778 | 2024.07.15 19:56:49.046372 [ 3 ] {6497801b-eca3-4b29-83ee-d2af01ea0c57} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4779 | 2024.07.15 19:56:49.046673 [ 3 ] {6497801b-eca3-4b29-83ee-d2af01ea0c57} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4780 | 2024.07.15 19:56:49.046828 [ 108 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4781 | 2024.07.15 19:56:49.046831 [ 3 ] {6497801b-eca3-4b29-83ee-d2af01ea0c57} <Debug> executeQuery: Read 124 rows, 10.55 KiB in 0.00158 sec., 78481.01265822785 rows/sec., 6.52 MiB/sec. | ||
4782 | 2024.07.15 19:56:49.046927 [ 108 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4783 | 2024.07.15 19:56:49.046998 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4784 | 2024.07.15 19:56:49.047160 [ 3 ] {6497801b-eca3-4b29-83ee-d2af01ea0c57} <Debug> DynamicQueryHandler: Done processing query | ||
4785 | 2024.07.15 19:56:49.047159 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
4786 | 2024.07.15 19:56:49.047190 [ 3 ] {6497801b-eca3-4b29-83ee-d2af01ea0c57} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4787 | 2024.07.15 19:56:49.047217 [ 3 ] {} <Debug> HTTP-Session: 8993c2f6-daf3-41f1-9f16-14ccbef4fe19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4788 | 2024.07.15 19:56:49.047301 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4789 | 2024.07.15 19:56:49.047333 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 250 rows starting from the beginning of the part | ||
4790 | 2024.07.15 19:56:49.047428 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 124 rows starting from the beginning of the part | ||
4791 | 2024.07.15 19:56:49.047431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 13594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4792 | 2024.07.15 19:56:49.047576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4793 | 2024.07.15 19:56:49.047695 [ 3 ] {} <Debug> HTTP-Session: a33437d1-9b80-41ce-840c-a19440344261 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4794 | 2024.07.15 19:56:49.047795 [ 3 ] {} <Debug> HTTP-Session: a33437d1-9b80-41ce-840c-a19440344261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4795 | 2024.07.15 19:56:49.047813 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 177 rows starting from the beginning of the part | ||
4796 | 2024.07.15 19:56:49.047889 [ 3 ] {} <Debug> HTTP-Session: a33437d1-9b80-41ce-840c-a19440344261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4797 | 2024.07.15 19:56:49.048026 [ 3 ] {} <Trace> HTTP-Session: a33437d1-9b80-41ce-840c-a19440344261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4798 | 2024.07.15 19:56:49.048141 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 125 rows starting from the beginning of the part | ||
4799 | 2024.07.15 19:56:49.048517 [ 3 ] {5cbd92ca-e237-413c-adb8-1e3886412631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4800 | 2024.07.15 19:56:49.048551 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 176 rows starting from the beginning of the part | ||
4801 | 2024.07.15 19:56:49.048669 [ 3 ] {5cbd92ca-e237-413c-adb8-1e3886412631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4802 | 2024.07.15 19:56:49.048937 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 124 rows starting from the beginning of the part | ||
4803 | 2024.07.15 19:56:49.049558 [ 3 ] {5cbd92ca-e237-413c-adb8-1e3886412631} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4804 | 2024.07.15 19:56:49.050270 [ 3 ] {5cbd92ca-e237-413c-adb8-1e3886412631} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4805 | 2024.07.15 19:56:49.050314 [ 3 ] {5cbd92ca-e237-413c-adb8-1e3886412631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4806 | 2024.07.15 19:56:49.050762 [ 3 ] {5cbd92ca-e237-413c-adb8-1e3886412631} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4807 | 2024.07.15 19:56:49.051010 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 976 rows, containing 4 columns (4 merged, 0 gathered) in 0.003923288 sec., 248770.92887394453 rows/sec., 21.45 MiB/sec. | ||
4808 | 2024.07.15 19:56:49.051300 [ 196 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4809 | 2024.07.15 19:56:49.051318 [ 3 ] {5cbd92ca-e237-413c-adb8-1e3886412631} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4810 | 2024.07.15 19:56:49.051631 [ 108 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4811 | 2024.07.15 19:56:49.051684 [ 3 ] {5cbd92ca-e237-413c-adb8-1e3886412631} <Debug> executeQuery: Read 80 rows, 6.39 KiB in 0.003377 sec., 23689.66538347646 rows/sec., 1.85 MiB/sec. | ||
4812 | 2024.07.15 19:56:49.051718 [ 108 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4813 | 2024.07.15 19:56:49.051792 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4814 | 2024.07.15 19:56:49.052414 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
4815 | 2024.07.15 19:56:49.052470 [ 3 ] {5cbd92ca-e237-413c-adb8-1e3886412631} <Debug> DynamicQueryHandler: Done processing query | ||
4816 | 2024.07.15 19:56:49.052591 [ 3 ] {5cbd92ca-e237-413c-adb8-1e3886412631} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4817 | 2024.07.15 19:56:49.052654 [ 3 ] {} <Debug> HTTP-Session: a33437d1-9b80-41ce-840c-a19440344261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4818 | 2024.07.15 19:56:49.053025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4819 | 2024.07.15 19:56:49.053205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4820 | 2024.07.15 19:56:49.053227 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4821 | 2024.07.15 19:56:49.053276 [ 3 ] {} <Debug> HTTP-Session: 6f7d5877-4cce-4f30-b596-38240c5ad714 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4822 | 2024.07.15 19:56:49.053340 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 428 rows starting from the beginning of the part | ||
4823 | 2024.07.15 19:56:49.053342 [ 3 ] {} <Debug> HTTP-Session: 6f7d5877-4cce-4f30-b596-38240c5ad714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4824 | 2024.07.15 19:56:49.053410 [ 3 ] {} <Debug> HTTP-Session: 6f7d5877-4cce-4f30-b596-38240c5ad714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4825 | 2024.07.15 19:56:49.053560 [ 3 ] {} <Trace> HTTP-Session: 6f7d5877-4cce-4f30-b596-38240c5ad714 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4826 | 2024.07.15 19:56:49.053621 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 80 rows starting from the beginning of the part | ||
4827 | 2024.07.15 19:56:49.054032 [ 196 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4828 | 2024.07.15 19:56:49.054035 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 384 rows starting from the beginning of the part | ||
4829 | 2024.07.15 19:56:49.054198 [ 3 ] {b0070bb1-8ddd-48d2-aee5-f99e8f37a6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4830 | 2024.07.15 19:56:49.054471 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
4831 | 2024.07.15 19:56:49.054517 [ 3 ] {b0070bb1-8ddd-48d2-aee5-f99e8f37a6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4832 | 2024.07.15 19:56:49.054522 [ 196 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_26_5} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4833 | 2024.07.15 19:56:49.054871 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 382 rows starting from the beginning of the part | ||
4834 | 2024.07.15 19:56:49.055006 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
4835 | 2024.07.15 19:56:49.055299 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 80 rows starting from the beginning of the part | ||
4836 | 2024.07.15 19:56:49.056205 [ 3 ] {b0070bb1-8ddd-48d2-aee5-f99e8f37a6e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4837 | 2024.07.15 19:56:49.057099 [ 3 ] {b0070bb1-8ddd-48d2-aee5-f99e8f37a6e8} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4838 | 2024.07.15 19:56:49.057168 [ 3 ] {b0070bb1-8ddd-48d2-aee5-f99e8f37a6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4839 | 2024.07.15 19:56:49.058108 [ 3 ] {b0070bb1-8ddd-48d2-aee5-f99e8f37a6e8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4840 | 2024.07.15 19:56:49.058344 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1436 rows, containing 4 columns (4 merged, 0 gathered) in 0.006372416 sec., 225346.24230433168 rows/sec., 16.19 MiB/sec. | ||
4841 | 2024.07.15 19:56:49.058616 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4842 | 2024.07.15 19:56:49.058899 [ 3 ] {b0070bb1-8ddd-48d2-aee5-f99e8f37a6e8} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4843 | 2024.07.15 19:56:49.059241 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4844 | 2024.07.15 19:56:49.059321 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4845 | 2024.07.15 19:56:49.059328 [ 3 ] {b0070bb1-8ddd-48d2-aee5-f99e8f37a6e8} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005508 sec., 27233.115468409585 rows/sec., 1.89 MiB/sec. | ||
4846 | 2024.07.15 19:56:49.059367 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4847 | 2024.07.15 19:56:49.059590 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4848 | 2024.07.15 19:56:49.059809 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
4849 | 2024.07.15 19:56:49.059977 [ 3 ] {b0070bb1-8ddd-48d2-aee5-f99e8f37a6e8} <Debug> DynamicQueryHandler: Done processing query | ||
4850 | 2024.07.15 19:56:49.059979 [ 196 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_26_5} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4851 | 2024.07.15 19:56:49.060053 [ 3 ] {b0070bb1-8ddd-48d2-aee5-f99e8f37a6e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4852 | 2024.07.15 19:56:49.060129 [ 3 ] {} <Debug> HTTP-Session: 6f7d5877-4cce-4f30-b596-38240c5ad714 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4853 | 2024.07.15 19:56:49.060295 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
4854 | 2024.07.15 19:56:49.060315 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4855 | 2024.07.15 19:56:49.060366 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2973 rows starting from the beginning of the part | ||
4856 | 2024.07.15 19:56:49.060429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4857 | 2024.07.15 19:56:49.060591 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 150 rows starting from the beginning of the part | ||
4858 | 2024.07.15 19:56:49.060601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4859 | 2024.07.15 19:56:49.060693 [ 3 ] {} <Debug> HTTP-Session: 842fbf70-4931-45d1-8f0d-8b394e0c0a93 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4860 | 2024.07.15 19:56:49.060771 [ 3 ] {} <Debug> HTTP-Session: 842fbf70-4931-45d1-8f0d-8b394e0c0a93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4861 | 2024.07.15 19:56:49.060845 [ 3 ] {} <Debug> HTTP-Session: 842fbf70-4931-45d1-8f0d-8b394e0c0a93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4862 | 2024.07.15 19:56:49.060881 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 152 rows starting from the beginning of the part | ||
4863 | 2024.07.15 19:56:49.060970 [ 3 ] {} <Trace> HTTP-Session: 842fbf70-4931-45d1-8f0d-8b394e0c0a93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4864 | 2024.07.15 19:56:49.061214 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 151 rows starting from the beginning of the part | ||
4865 | 2024.07.15 19:56:49.061517 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 151 rows starting from the beginning of the part | ||
4866 | 2024.07.15 19:56:49.061710 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 150 rows starting from the beginning of the part | ||
4867 | 2024.07.15 19:56:49.061859 [ 3 ] {d48eeea5-ef3d-4b81-9329-dd28d4f6bb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4868 | 2024.07.15 19:56:49.062228 [ 3 ] {d48eeea5-ef3d-4b81-9329-dd28d4f6bb5a} <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 | ||
4869 | 2024.07.15 19:56:49.063906 [ 3 ] {d48eeea5-ef3d-4b81-9329-dd28d4f6bb5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4870 | 2024.07.15 19:56:49.065220 [ 3 ] {d48eeea5-ef3d-4b81-9329-dd28d4f6bb5a} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4871 | 2024.07.15 19:56:49.065265 [ 3 ] {d48eeea5-ef3d-4b81-9329-dd28d4f6bb5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4872 | 2024.07.15 19:56:49.065762 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3727 rows, containing 5 columns (5 merged, 0 gathered) in 0.006246884 sec., 596617.4495956703 rows/sec., 41.36 MiB/sec. | ||
4873 | 2024.07.15 19:56:49.066205 [ 197 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4874 | 2024.07.15 19:56:49.066382 [ 3 ] {d48eeea5-ef3d-4b81-9329-dd28d4f6bb5a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4875 | 2024.07.15 19:56:49.067512 [ 196 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4876 | 2024.07.15 19:56:49.067736 [ 196 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4877 | 2024.07.15 19:56:49.067749 [ 3 ] {d48eeea5-ef3d-4b81-9329-dd28d4f6bb5a} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4878 | 2024.07.15 19:56:49.067921 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
4879 | 2024.07.15 19:56:49.068111 [ 3 ] {d48eeea5-ef3d-4b81-9329-dd28d4f6bb5a} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00684 sec., 3508.7719298245615 rows/sec., 6.29 MiB/sec. | ||
4880 | 2024.07.15 19:56:49.068567 [ 3 ] {d48eeea5-ef3d-4b81-9329-dd28d4f6bb5a} <Debug> DynamicQueryHandler: Done processing query | ||
4881 | 2024.07.15 19:56:49.068592 [ 3 ] {d48eeea5-ef3d-4b81-9329-dd28d4f6bb5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4882 | 2024.07.15 19:56:49.068609 [ 3 ] {} <Debug> HTTP-Session: 842fbf70-4931-45d1-8f0d-8b394e0c0a93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4883 | 2024.07.15 19:56:49.068750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4884 | 2024.07.15 19:56:49.068801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4885 | 2024.07.15 19:56:49.068819 [ 3 ] {} <Debug> HTTP-Session: 48b6f728-e50d-4fcd-802a-5f9c4192e60a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4886 | 2024.07.15 19:56:49.068837 [ 3 ] {} <Debug> HTTP-Session: 48b6f728-e50d-4fcd-802a-5f9c4192e60a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4887 | 2024.07.15 19:56:49.068850 [ 3 ] {} <Debug> HTTP-Session: 48b6f728-e50d-4fcd-802a-5f9c4192e60a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4888 | 2024.07.15 19:56:49.068883 [ 3 ] {} <Trace> HTTP-Session: 48b6f728-e50d-4fcd-802a-5f9c4192e60a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4889 | 2024.07.15 19:56:49.069006 [ 3 ] {ea7056f4-9972-44fc-a062-8e90f87131cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4890 | 2024.07.15 19:56:49.069052 [ 3 ] {ea7056f4-9972-44fc-a062-8e90f87131cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4891 | 2024.07.15 19:56:49.069186 [ 3 ] {ea7056f4-9972-44fc-a062-8e90f87131cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4892 | 2024.07.15 19:56:49.069550 [ 3 ] {ea7056f4-9972-44fc-a062-8e90f87131cd} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4893 | 2024.07.15 19:56:49.069586 [ 3 ] {ea7056f4-9972-44fc-a062-8e90f87131cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4894 | 2024.07.15 19:56:49.069961 [ 3 ] {ea7056f4-9972-44fc-a062-8e90f87131cd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4895 | 2024.07.15 19:56:49.070286 [ 3 ] {ea7056f4-9972-44fc-a062-8e90f87131cd} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4896 | 2024.07.15 19:56:49.070443 [ 3 ] {ea7056f4-9972-44fc-a062-8e90f87131cd} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001478 sec., 33829.49932341002 rows/sec., 2.32 MiB/sec. | ||
4897 | 2024.07.15 19:56:49.070463 [ 152 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4898 | 2024.07.15 19:56:49.070540 [ 152 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4899 | 2024.07.15 19:56:49.070603 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4900 | 2024.07.15 19:56:49.070702 [ 3 ] {ea7056f4-9972-44fc-a062-8e90f87131cd} <Debug> DynamicQueryHandler: Done processing query | ||
4901 | 2024.07.15 19:56:49.070789 [ 3 ] {ea7056f4-9972-44fc-a062-8e90f87131cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4902 | 2024.07.15 19:56:49.070860 [ 3 ] {} <Debug> HTTP-Session: 48b6f728-e50d-4fcd-802a-5f9c4192e60a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4903 | 2024.07.15 19:56:49.071059 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
4904 | 2024.07.15 19:56:49.071280 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4905 | 2024.07.15 19:56:49.071321 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 982 rows starting from the beginning of the part | ||
4906 | 2024.07.15 19:56:49.071433 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part | ||
4907 | 2024.07.15 19:56:49.071634 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 50 rows starting from the beginning of the part | ||
4908 | 2024.07.15 19:56:49.071738 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 50 rows starting from the beginning of the part | ||
4909 | 2024.07.15 19:56:49.071820 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 50 rows starting from the beginning of the part | ||
4910 | 2024.07.15 19:56:49.071918 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 50 rows starting from the beginning of the part | ||
4911 | 2024.07.15 19:56:49.073167 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 4 columns (4 merged, 0 gathered) in 0.002481709 sec., 496432.09578560584 rows/sec., 34.04 MiB/sec. | ||
4912 | 2024.07.15 19:56:49.073323 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4913 | 2024.07.15 19:56:49.073679 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4914 | 2024.07.15 19:56:49.073759 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_26_5} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4915 | 2024.07.15 19:56:49.073835 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
4916 | 2024.07.15 19:56:51.449291 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4917 | 2024.07.15 19:56:51.449367 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4918 | 2024.07.15 19:56:54.042945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4919 | 2024.07.15 19:56:54.043057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4920 | 2024.07.15 19:56:54.043082 [ 3 ] {} <Debug> HTTP-Session: 5b93e363-2e44-4afb-be6f-a9d222d85bb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4921 | 2024.07.15 19:56:54.043106 [ 3 ] {} <Debug> HTTP-Session: 5b93e363-2e44-4afb-be6f-a9d222d85bb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4922 | 2024.07.15 19:56:54.043122 [ 3 ] {} <Debug> HTTP-Session: 5b93e363-2e44-4afb-be6f-a9d222d85bb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4923 | 2024.07.15 19:56:54.043171 [ 3 ] {} <Trace> HTTP-Session: 5b93e363-2e44-4afb-be6f-a9d222d85bb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4924 | 2024.07.15 19:56:54.043362 [ 3 ] {8e3fa0e3-e85a-4125-98e6-0eee2236edff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4925 | 2024.07.15 19:56:54.043429 [ 3 ] {8e3fa0e3-e85a-4125-98e6-0eee2236edff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4926 | 2024.07.15 19:56:54.043624 [ 3 ] {8e3fa0e3-e85a-4125-98e6-0eee2236edff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4927 | 2024.07.15 19:56:54.044031 [ 3 ] {8e3fa0e3-e85a-4125-98e6-0eee2236edff} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4928 | 2024.07.15 19:56:54.044072 [ 3 ] {8e3fa0e3-e85a-4125-98e6-0eee2236edff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4929 | 2024.07.15 19:56:54.044442 [ 3 ] {8e3fa0e3-e85a-4125-98e6-0eee2236edff} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4930 | 2024.07.15 19:56:54.044796 [ 3 ] {8e3fa0e3-e85a-4125-98e6-0eee2236edff} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4931 | 2024.07.15 19:56:54.044949 [ 3 ] {8e3fa0e3-e85a-4125-98e6-0eee2236edff} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001645 sec., 7294.832826747721 rows/sec., 502.23 KiB/sec. | ||
4932 | 2024.07.15 19:56:54.045009 [ 114 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4933 | 2024.07.15 19:56:54.045098 [ 114 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4934 | 2024.07.15 19:56:54.045128 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4935 | 2024.07.15 19:56:54.045213 [ 3 ] {8e3fa0e3-e85a-4125-98e6-0eee2236edff} <Debug> DynamicQueryHandler: Done processing query | ||
4936 | 2024.07.15 19:56:54.045283 [ 3 ] {8e3fa0e3-e85a-4125-98e6-0eee2236edff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4937 | 2024.07.15 19:56:54.045351 [ 3 ] {} <Debug> HTTP-Session: 5b93e363-2e44-4afb-be6f-a9d222d85bb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4938 | 2024.07.15 19:56:54.045528 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
4939 | 2024.07.15 19:56:54.045604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4940 | 2024.07.15 19:56:54.045700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4941 | 2024.07.15 19:56:54.045738 [ 3 ] {} <Debug> HTTP-Session: 57cf1983-c6c1-4238-b831-5f92bae8c54e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4942 | 2024.07.15 19:56:54.045780 [ 3 ] {} <Debug> HTTP-Session: 57cf1983-c6c1-4238-b831-5f92bae8c54e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4943 | 2024.07.15 19:56:54.045819 [ 3 ] {} <Debug> HTTP-Session: 57cf1983-c6c1-4238-b831-5f92bae8c54e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4944 | 2024.07.15 19:56:54.045924 [ 3 ] {} <Trace> HTTP-Session: 57cf1983-c6c1-4238-b831-5f92bae8c54e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4945 | 2024.07.15 19:56:54.045929 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4946 | 2024.07.15 19:56:54.045996 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
4947 | 2024.07.15 19:56:54.046186 [ 3 ] {84117e33-eb00-4b5c-9b2a-b6aeeeed393d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4948 | 2024.07.15 19:56:54.046219 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part | ||
4949 | 2024.07.15 19:56:54.046367 [ 3 ] {84117e33-eb00-4b5c-9b2a-b6aeeeed393d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4950 | 2024.07.15 19:56:54.046563 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part | ||
4951 | 2024.07.15 19:56:54.046977 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
4952 | 2024.07.15 19:56:54.047310 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part | ||
4953 | 2024.07.15 19:56:54.047455 [ 3 ] {84117e33-eb00-4b5c-9b2a-b6aeeeed393d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4954 | 2024.07.15 19:56:54.047626 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part | ||
4955 | 2024.07.15 19:56:54.048374 [ 3 ] {84117e33-eb00-4b5c-9b2a-b6aeeeed393d} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4956 | 2024.07.15 19:56:54.048443 [ 3 ] {84117e33-eb00-4b5c-9b2a-b6aeeeed393d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4957 | 2024.07.15 19:56:54.049271 [ 3 ] {84117e33-eb00-4b5c-9b2a-b6aeeeed393d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4958 | 2024.07.15 19:56:54.050240 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004999969 sec., 24000.148800922565 rows/sec., 1.79 MiB/sec. | ||
4959 | 2024.07.15 19:56:54.050272 [ 3 ] {84117e33-eb00-4b5c-9b2a-b6aeeeed393d} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4960 | 2024.07.15 19:56:54.050438 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4961 | 2024.07.15 19:56:54.050586 [ 3 ] {84117e33-eb00-4b5c-9b2a-b6aeeeed393d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004522 sec., 884.5643520566122 rows/sec., 72.13 KiB/sec. | ||
4962 | 2024.07.15 19:56:54.050971 [ 3 ] {84117e33-eb00-4b5c-9b2a-b6aeeeed393d} <Debug> DynamicQueryHandler: Done processing query | ||
4963 | 2024.07.15 19:56:54.051014 [ 3 ] {84117e33-eb00-4b5c-9b2a-b6aeeeed393d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4964 | 2024.07.15 19:56:54.051053 [ 3 ] {} <Debug> HTTP-Session: 57cf1983-c6c1-4238-b831-5f92bae8c54e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4965 | 2024.07.15 19:56:54.051197 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_21_4} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4966 | 2024.07.15 19:56:54.051282 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_21_4} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4967 | 2024.07.15 19:56:54.051347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 26751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4968 | 2024.07.15 19:56:54.051414 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4969 | 2024.07.15 19:56:54.051455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4970 | 2024.07.15 19:56:54.051485 [ 3 ] {} <Debug> HTTP-Session: c7060e8d-d881-4db1-97fb-e41e6e16c5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4971 | 2024.07.15 19:56:54.051503 [ 3 ] {} <Debug> HTTP-Session: c7060e8d-d881-4db1-97fb-e41e6e16c5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4972 | 2024.07.15 19:56:54.051517 [ 3 ] {} <Debug> HTTP-Session: c7060e8d-d881-4db1-97fb-e41e6e16c5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4973 | 2024.07.15 19:56:54.051550 [ 3 ] {} <Trace> HTTP-Session: c7060e8d-d881-4db1-97fb-e41e6e16c5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4974 | 2024.07.15 19:56:54.051752 [ 3 ] {dbda497b-df05-407d-bfde-79c990c89fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4975 | 2024.07.15 19:56:54.051796 [ 3 ] {dbda497b-df05-407d-bfde-79c990c89fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4976 | 2024.07.15 19:56:54.051945 [ 3 ] {dbda497b-df05-407d-bfde-79c990c89fe3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4977 | 2024.07.15 19:56:54.052361 [ 3 ] {dbda497b-df05-407d-bfde-79c990c89fe3} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4978 | 2024.07.15 19:56:54.052398 [ 3 ] {dbda497b-df05-407d-bfde-79c990c89fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4979 | 2024.07.15 19:56:54.052722 [ 3 ] {dbda497b-df05-407d-bfde-79c990c89fe3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4980 | 2024.07.15 19:56:54.053032 [ 3 ] {dbda497b-df05-407d-bfde-79c990c89fe3} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4981 | 2024.07.15 19:56:54.053189 [ 3 ] {dbda497b-df05-407d-bfde-79c990c89fe3} <Debug> executeQuery: Read 177 rows, 15.97 KiB in 0.001554 sec., 113899.61389961389 rows/sec., 10.04 MiB/sec. | ||
4982 | 2024.07.15 19:56:54.053345 [ 3 ] {dbda497b-df05-407d-bfde-79c990c89fe3} <Debug> DynamicQueryHandler: Done processing query | ||
4983 | 2024.07.15 19:56:54.053369 [ 3 ] {dbda497b-df05-407d-bfde-79c990c89fe3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4984 | 2024.07.15 19:56:54.053385 [ 3 ] {} <Debug> HTTP-Session: c7060e8d-d881-4db1-97fb-e41e6e16c5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4985 | 2024.07.15 19:56:54.053537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4986 | 2024.07.15 19:56:54.053583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4987 | 2024.07.15 19:56:54.053602 [ 3 ] {} <Debug> HTTP-Session: a0859a54-de26-478c-877b-29971712c969 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
4988 | 2024.07.15 19:56:54.053620 [ 3 ] {} <Debug> HTTP-Session: a0859a54-de26-478c-877b-29971712c969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4989 | 2024.07.15 19:56:54.053634 [ 3 ] {} <Debug> HTTP-Session: a0859a54-de26-478c-877b-29971712c969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4990 | 2024.07.15 19:56:54.053664 [ 3 ] {} <Trace> HTTP-Session: a0859a54-de26-478c-877b-29971712c969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4991 | 2024.07.15 19:56:54.053758 [ 3 ] {d98c9ada-1710-4989-bbc3-0dd85785b438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4992 | 2024.07.15 19:56:54.053799 [ 3 ] {d98c9ada-1710-4989-bbc3-0dd85785b438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4993 | 2024.07.15 19:56:54.053924 [ 3 ] {d98c9ada-1710-4989-bbc3-0dd85785b438} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4994 | 2024.07.15 19:56:54.054220 [ 3 ] {d98c9ada-1710-4989-bbc3-0dd85785b438} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4995 | 2024.07.15 19:56:54.054256 [ 3 ] {d98c9ada-1710-4989-bbc3-0dd85785b438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
4996 | 2024.07.15 19:56:54.054561 [ 3 ] {d98c9ada-1710-4989-bbc3-0dd85785b438} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4997 | 2024.07.15 19:56:54.054869 [ 3 ] {d98c9ada-1710-4989-bbc3-0dd85785b438} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4998 | 2024.07.15 19:56:54.055023 [ 3 ] {d98c9ada-1710-4989-bbc3-0dd85785b438} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001285 sec., 3112.8404669260703 rows/sec., 217.35 KiB/sec. | ||
4999 | 2024.07.15 19:56:54.055311 [ 3 ] {d98c9ada-1710-4989-bbc3-0dd85785b438} <Debug> DynamicQueryHandler: Done processing query | ||
5000 | 2024.07.15 19:56:54.055336 [ 3 ] {d98c9ada-1710-4989-bbc3-0dd85785b438} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5001 | 2024.07.15 19:56:54.055353 [ 3 ] {} <Debug> HTTP-Session: a0859a54-de26-478c-877b-29971712c969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5002 | 2024.07.15 19:56:54.055574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 61936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5003 | 2024.07.15 19:56:54.055623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5004 | 2024.07.15 19:56:54.055642 [ 3 ] {} <Debug> HTTP-Session: 10acc5a2-4f43-4808-bdd6-80880dc826d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5005 | 2024.07.15 19:56:54.055658 [ 3 ] {} <Debug> HTTP-Session: 10acc5a2-4f43-4808-bdd6-80880dc826d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5006 | 2024.07.15 19:56:54.055672 [ 3 ] {} <Debug> HTTP-Session: 10acc5a2-4f43-4808-bdd6-80880dc826d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5007 | 2024.07.15 19:56:54.055702 [ 3 ] {} <Trace> HTTP-Session: 10acc5a2-4f43-4808-bdd6-80880dc826d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5008 | 2024.07.15 19:56:54.055921 [ 3 ] {2a32b623-eae2-42f4-988c-b1816d2caeac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5009 | 2024.07.15 19:56:54.055965 [ 3 ] {2a32b623-eae2-42f4-988c-b1816d2caeac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5010 | 2024.07.15 19:56:54.056109 [ 3 ] {2a32b623-eae2-42f4-988c-b1816d2caeac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5011 | 2024.07.15 19:56:54.056607 [ 3 ] {2a32b623-eae2-42f4-988c-b1816d2caeac} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5012 | 2024.07.15 19:56:54.056643 [ 3 ] {2a32b623-eae2-42f4-988c-b1816d2caeac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5013 | 2024.07.15 19:56:54.056968 [ 3 ] {2a32b623-eae2-42f4-988c-b1816d2caeac} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5014 | 2024.07.15 19:56:54.057270 [ 3 ] {2a32b623-eae2-42f4-988c-b1816d2caeac} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5015 | 2024.07.15 19:56:54.057426 [ 3 ] {2a32b623-eae2-42f4-988c-b1816d2caeac} <Debug> executeQuery: Read 384 rows, 27.64 KiB in 0.001614 sec., 237918.2156133829 rows/sec., 16.72 MiB/sec. | ||
5016 | 2024.07.15 19:56:54.057579 [ 3 ] {2a32b623-eae2-42f4-988c-b1816d2caeac} <Debug> DynamicQueryHandler: Done processing query | ||
5017 | 2024.07.15 19:56:54.057603 [ 3 ] {2a32b623-eae2-42f4-988c-b1816d2caeac} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5018 | 2024.07.15 19:56:54.057619 [ 3 ] {} <Debug> HTTP-Session: 10acc5a2-4f43-4808-bdd6-80880dc826d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5019 | 2024.07.15 19:56:54.057763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5020 | 2024.07.15 19:56:54.057809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5021 | 2024.07.15 19:56:54.057828 [ 3 ] {} <Debug> HTTP-Session: 66772f6c-c1dc-4fa3-bea5-5f53929c43c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5022 | 2024.07.15 19:56:54.057844 [ 3 ] {} <Debug> HTTP-Session: 66772f6c-c1dc-4fa3-bea5-5f53929c43c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5023 | 2024.07.15 19:56:54.057858 [ 3 ] {} <Debug> HTTP-Session: 66772f6c-c1dc-4fa3-bea5-5f53929c43c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5024 | 2024.07.15 19:56:54.057888 [ 3 ] {} <Trace> HTTP-Session: 66772f6c-c1dc-4fa3-bea5-5f53929c43c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5025 | 2024.07.15 19:56:54.057983 [ 3 ] {30304c64-88e8-433e-b9f9-ffd4f074bff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5026 | 2024.07.15 19:56:54.058028 [ 3 ] {30304c64-88e8-433e-b9f9-ffd4f074bff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5027 | 2024.07.15 19:56:54.058155 [ 3 ] {30304c64-88e8-433e-b9f9-ffd4f074bff3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5028 | 2024.07.15 19:56:54.058436 [ 3 ] {30304c64-88e8-433e-b9f9-ffd4f074bff3} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5029 | 2024.07.15 19:56:54.058471 [ 3 ] {30304c64-88e8-433e-b9f9-ffd4f074bff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5030 | 2024.07.15 19:56:54.058823 [ 3 ] {30304c64-88e8-433e-b9f9-ffd4f074bff3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5031 | 2024.07.15 19:56:54.059155 [ 3 ] {30304c64-88e8-433e-b9f9-ffd4f074bff3} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5032 | 2024.07.15 19:56:54.059297 [ 114 ] {} <Debug> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5033 | 2024.07.15 19:56:54.059308 [ 3 ] {30304c64-88e8-433e-b9f9-ffd4f074bff3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001342 sec., 4470.938897168405 rows/sec., 192.11 KiB/sec. | ||
5034 | 2024.07.15 19:56:54.059357 [ 114 ] {} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5035 | 2024.07.15 19:56:54.059422 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5036 | 2024.07.15 19:56:54.059683 [ 3 ] {30304c64-88e8-433e-b9f9-ffd4f074bff3} <Debug> DynamicQueryHandler: Done processing query | ||
5037 | 2024.07.15 19:56:54.059685 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
5038 | 2024.07.15 19:56:54.059736 [ 3 ] {30304c64-88e8-433e-b9f9-ffd4f074bff3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5039 | 2024.07.15 19:56:54.059795 [ 3 ] {} <Debug> HTTP-Session: 66772f6c-c1dc-4fa3-bea5-5f53929c43c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5040 | 2024.07.15 19:56:54.059942 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5041 | 2024.07.15 19:56:54.059986 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
5042 | 2024.07.15 19:56:54.060030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5043 | 2024.07.15 19:56:54.060207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5044 | 2024.07.15 19:56:54.060232 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
5045 | 2024.07.15 19:56:54.060287 [ 3 ] {} <Debug> HTTP-Session: 22772a70-9640-4cee-a478-f3205afeb7a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5046 | 2024.07.15 19:56:54.060369 [ 3 ] {} <Debug> HTTP-Session: 22772a70-9640-4cee-a478-f3205afeb7a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5047 | 2024.07.15 19:56:54.060433 [ 3 ] {} <Debug> HTTP-Session: 22772a70-9640-4cee-a478-f3205afeb7a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5048 | 2024.07.15 19:56:54.060536 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
5049 | 2024.07.15 19:56:54.060598 [ 3 ] {} <Trace> HTTP-Session: 22772a70-9640-4cee-a478-f3205afeb7a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5050 | 2024.07.15 19:56:54.060834 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
5051 | 2024.07.15 19:56:54.061056 [ 3 ] {2408f009-9e50-4cf6-ac97-53ff5309f5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5052 | 2024.07.15 19:56:54.061120 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
5053 | 2024.07.15 19:56:54.061292 [ 3 ] {2408f009-9e50-4cf6-ac97-53ff5309f5cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5054 | 2024.07.15 19:56:54.061390 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
5055 | 2024.07.15 19:56:54.062204 [ 3 ] {2408f009-9e50-4cf6-ac97-53ff5309f5cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5056 | 2024.07.15 19:56:54.063077 [ 3 ] {2408f009-9e50-4cf6-ac97-53ff5309f5cf} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5057 | 2024.07.15 19:56:54.063137 [ 3 ] {2408f009-9e50-4cf6-ac97-53ff5309f5cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5058 | 2024.07.15 19:56:54.064307 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004773945 sec., 7540.933127633435 rows/sec., 324.02 KiB/sec. | ||
5059 | 2024.07.15 19:56:54.064361 [ 3 ] {2408f009-9e50-4cf6-ac97-53ff5309f5cf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5060 | 2024.07.15 19:56:54.064482 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5061 | 2024.07.15 19:56:54.065143 [ 3 ] {2408f009-9e50-4cf6-ac97-53ff5309f5cf} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5062 | 2024.07.15 19:56:54.065392 [ 114 ] {} <Debug> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5063 | 2024.07.15 19:56:54.065397 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_6_1} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5064 | 2024.07.15 19:56:54.065461 [ 3 ] {2408f009-9e50-4cf6-ac97-53ff5309f5cf} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004593 sec., 16764.64184628783 rows/sec., 1.03 MiB/sec. | ||
5065 | 2024.07.15 19:56:54.065474 [ 114 ] {} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5066 | 2024.07.15 19:56:54.065549 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5067 | 2024.07.15 19:56:54.065887 [ 192 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_6_1} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5068 | 2024.07.15 19:56:54.066013 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
5069 | 2024.07.15 19:56:54.066137 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5070 | 2024.07.15 19:56:54.066151 [ 3 ] {2408f009-9e50-4cf6-ac97-53ff5309f5cf} <Debug> DynamicQueryHandler: Done processing query | ||
5071 | 2024.07.15 19:56:54.066218 [ 3 ] {2408f009-9e50-4cf6-ac97-53ff5309f5cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5072 | 2024.07.15 19:56:54.066251 [ 3 ] {} <Debug> HTTP-Session: 22772a70-9640-4cee-a478-f3205afeb7a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5073 | 2024.07.15 19:56:54.066307 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5074 | 2024.07.15 19:56:54.066339 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
5075 | 2024.07.15 19:56:54.066488 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
5076 | 2024.07.15 19:56:54.066508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 29022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5077 | 2024.07.15 19:56:54.066698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5078 | 2024.07.15 19:56:54.066831 [ 3 ] {} <Debug> HTTP-Session: 76c504cf-11af-4b1d-804c-b9db31d64e9a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5079 | 2024.07.15 19:56:54.066892 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
5080 | 2024.07.15 19:56:54.066909 [ 3 ] {} <Debug> HTTP-Session: 76c504cf-11af-4b1d-804c-b9db31d64e9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5081 | 2024.07.15 19:56:54.066971 [ 3 ] {} <Debug> HTTP-Session: 76c504cf-11af-4b1d-804c-b9db31d64e9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5082 | 2024.07.15 19:56:54.067090 [ 3 ] {} <Trace> HTTP-Session: 76c504cf-11af-4b1d-804c-b9db31d64e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5083 | 2024.07.15 19:56:54.067190 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
5084 | 2024.07.15 19:56:54.067449 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
5085 | 2024.07.15 19:56:54.067511 [ 3 ] {69c4abe0-6583-4c3c-8d44-47fee2cc4431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5086 | 2024.07.15 19:56:54.067697 [ 3 ] {69c4abe0-6583-4c3c-8d44-47fee2cc4431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5087 | 2024.07.15 19:56:54.067750 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
5088 | 2024.07.15 19:56:54.068236 [ 3 ] {69c4abe0-6583-4c3c-8d44-47fee2cc4431} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5089 | 2024.07.15 19:56:54.068803 [ 3 ] {69c4abe0-6583-4c3c-8d44-47fee2cc4431} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5090 | 2024.07.15 19:56:54.068848 [ 3 ] {69c4abe0-6583-4c3c-8d44-47fee2cc4431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5091 | 2024.07.15 19:56:54.069438 [ 3 ] {69c4abe0-6583-4c3c-8d44-47fee2cc4431} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5092 | 2024.07.15 19:56:54.069565 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.003871097 sec., 119346.01483765454 rows/sec., 7.35 MiB/sec. | ||
5093 | 2024.07.15 19:56:54.069741 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5094 | 2024.07.15 19:56:54.069999 [ 3 ] {69c4abe0-6583-4c3c-8d44-47fee2cc4431} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5095 | 2024.07.15 19:56:54.070243 [ 3 ] {69c4abe0-6583-4c3c-8d44-47fee2cc4431} <Debug> executeQuery: Read 152 rows, 10.79 KiB in 0.002944 sec., 51630.434782608696 rows/sec., 3.58 MiB/sec. | ||
5096 | 2024.07.15 19:56:54.070406 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5097 | 2024.07.15 19:56:54.070485 [ 3 ] {69c4abe0-6583-4c3c-8d44-47fee2cc4431} <Debug> DynamicQueryHandler: Done processing query | ||
5098 | 2024.07.15 19:56:54.070512 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5099 | 2024.07.15 19:56:54.070516 [ 3 ] {69c4abe0-6583-4c3c-8d44-47fee2cc4431} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5100 | 2024.07.15 19:56:54.070546 [ 3 ] {} <Debug> HTTP-Session: 76c504cf-11af-4b1d-804c-b9db31d64e9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5101 | 2024.07.15 19:56:54.070604 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5102 | 2024.07.15 19:56:54.070713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5103 | 2024.07.15 19:56:54.070768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5104 | 2024.07.15 19:56:54.070788 [ 3 ] {} <Debug> HTTP-Session: 5fc9a2ca-520f-4e08-ad13-8f401c508585 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5105 | 2024.07.15 19:56:54.070805 [ 3 ] {} <Debug> HTTP-Session: 5fc9a2ca-520f-4e08-ad13-8f401c508585 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5106 | 2024.07.15 19:56:54.070820 [ 3 ] {} <Debug> HTTP-Session: 5fc9a2ca-520f-4e08-ad13-8f401c508585 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5107 | 2024.07.15 19:56:54.070851 [ 3 ] {} <Trace> HTTP-Session: 5fc9a2ca-520f-4e08-ad13-8f401c508585 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5108 | 2024.07.15 19:56:54.070998 [ 3 ] {86a51fe4-3600-4233-9446-c7fde5a28229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5109 | 2024.07.15 19:56:54.071061 [ 3 ] {86a51fe4-3600-4233-9446-c7fde5a28229} <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 | ||
5110 | 2024.07.15 19:56:54.071464 [ 3 ] {86a51fe4-3600-4233-9446-c7fde5a28229} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5111 | 2024.07.15 19:56:54.071923 [ 3 ] {86a51fe4-3600-4233-9446-c7fde5a28229} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5112 | 2024.07.15 19:56:54.071958 [ 3 ] {86a51fe4-3600-4233-9446-c7fde5a28229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5113 | 2024.07.15 19:56:54.072522 [ 3 ] {86a51fe4-3600-4233-9446-c7fde5a28229} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5114 | 2024.07.15 19:56:54.072958 [ 3 ] {86a51fe4-3600-4233-9446-c7fde5a28229} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5115 | 2024.07.15 19:56:54.073132 [ 114 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5116 | 2024.07.15 19:56:54.073149 [ 3 ] {86a51fe4-3600-4233-9446-c7fde5a28229} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002214 sec., 2710.027100271003 rows/sec., 4.86 MiB/sec. | ||
5117 | 2024.07.15 19:56:54.073189 [ 114 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5118 | 2024.07.15 19:56:54.073255 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5119 | 2024.07.15 19:56:54.073689 [ 194 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
5120 | 2024.07.15 19:56:54.073923 [ 3 ] {86a51fe4-3600-4233-9446-c7fde5a28229} <Debug> DynamicQueryHandler: Done processing query | ||
5121 | 2024.07.15 19:56:54.073997 [ 3 ] {86a51fe4-3600-4233-9446-c7fde5a28229} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5122 | 2024.07.15 19:56:54.074069 [ 3 ] {} <Debug> HTTP-Session: 5fc9a2ca-520f-4e08-ad13-8f401c508585 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5123 | 2024.07.15 19:56:54.074305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5124 | 2024.07.15 19:56:54.074428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5125 | 2024.07.15 19:56:54.074490 [ 3 ] {} <Debug> HTTP-Session: c08266d8-5768-417f-b7a3-818032005b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5126 | 2024.07.15 19:56:54.074539 [ 3 ] {} <Debug> HTTP-Session: c08266d8-5768-417f-b7a3-818032005b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5127 | 2024.07.15 19:56:54.074583 [ 3 ] {} <Debug> HTTP-Session: c08266d8-5768-417f-b7a3-818032005b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5128 | 2024.07.15 19:56:54.074675 [ 3 ] {} <Trace> HTTP-Session: c08266d8-5768-417f-b7a3-818032005b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5129 | 2024.07.15 19:56:54.074782 [ 194 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5130 | 2024.07.15 19:56:54.074929 [ 3 ] {b05e7192-307a-41c8-a1c6-bac1fa3b2e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5131 | 2024.07.15 19:56:54.074947 [ 194 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 282 rows starting from the beginning of the part | ||
5132 | 2024.07.15 19:56:54.075009 [ 3 ] {b05e7192-307a-41c8-a1c6-bac1fa3b2e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5133 | 2024.07.15 19:56:54.075781 [ 194 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
5134 | 2024.07.15 19:56:54.075964 [ 3 ] {b05e7192-307a-41c8-a1c6-bac1fa3b2e0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5135 | 2024.07.15 19:56:54.076609 [ 194 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part | ||
5136 | 2024.07.15 19:56:54.076982 [ 3 ] {b05e7192-307a-41c8-a1c6-bac1fa3b2e0b} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5137 | 2024.07.15 19:56:54.077102 [ 3 ] {b05e7192-307a-41c8-a1c6-bac1fa3b2e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5138 | 2024.07.15 19:56:54.077358 [ 194 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
5139 | 2024.07.15 19:56:54.078066 [ 194 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part | ||
5140 | 2024.07.15 19:56:54.078611 [ 3 ] {b05e7192-307a-41c8-a1c6-bac1fa3b2e0b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5141 | 2024.07.15 19:56:54.078647 [ 194 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
5142 | 2024.07.15 19:56:54.079728 [ 3 ] {b05e7192-307a-41c8-a1c6-bac1fa3b2e0b} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5143 | 2024.07.15 19:56:54.079991 [ 3 ] {b05e7192-307a-41c8-a1c6-bac1fa3b2e0b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005167 sec., 4451.325720921232 rows/sec., 240.79 KiB/sec. | ||
5144 | 2024.07.15 19:56:54.080301 [ 3 ] {b05e7192-307a-41c8-a1c6-bac1fa3b2e0b} <Debug> DynamicQueryHandler: Done processing query | ||
5145 | 2024.07.15 19:56:54.080350 [ 3 ] {b05e7192-307a-41c8-a1c6-bac1fa3b2e0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5146 | 2024.07.15 19:56:54.080410 [ 3 ] {} <Debug> HTTP-Session: c08266d8-5768-417f-b7a3-818032005b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5147 | 2024.07.15 19:56:54.080605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5148 | 2024.07.15 19:56:54.080665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5149 | 2024.07.15 19:56:54.080685 [ 3 ] {} <Debug> HTTP-Session: 0923b42b-1b6e-4e73-a3cd-322d2429d3af Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5150 | 2024.07.15 19:56:54.080705 [ 3 ] {} <Debug> HTTP-Session: 0923b42b-1b6e-4e73-a3cd-322d2429d3af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5151 | 2024.07.15 19:56:54.080729 [ 3 ] {} <Debug> HTTP-Session: 0923b42b-1b6e-4e73-a3cd-322d2429d3af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5152 | 2024.07.15 19:56:54.080790 [ 3 ] {} <Trace> HTTP-Session: 0923b42b-1b6e-4e73-a3cd-322d2429d3af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5153 | 2024.07.15 19:56:54.081029 [ 3 ] {6f520661-95a5-4faa-a813-228f419fb637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5154 | 2024.07.15 19:56:54.081132 [ 3 ] {6f520661-95a5-4faa-a813-228f419fb637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5155 | 2024.07.15 19:56:54.081780 [ 3 ] {6f520661-95a5-4faa-a813-228f419fb637} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5156 | 2024.07.15 19:56:54.082757 [ 3 ] {6f520661-95a5-4faa-a813-228f419fb637} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5157 | 2024.07.15 19:56:54.082844 [ 3 ] {6f520661-95a5-4faa-a813-228f419fb637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5158 | 2024.07.15 19:56:54.083916 [ 3 ] {6f520661-95a5-4faa-a813-228f419fb637} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5159 | 2024.07.15 19:56:54.085193 [ 3 ] {6f520661-95a5-4faa-a813-228f419fb637} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5160 | 2024.07.15 19:56:54.085421 [ 3 ] {6f520661-95a5-4faa-a813-228f419fb637} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.004479 sec., 11163.206072784104 rows/sec., 783.82 KiB/sec. | ||
5161 | 2024.07.15 19:56:54.085784 [ 3 ] {6f520661-95a5-4faa-a813-228f419fb637} <Debug> DynamicQueryHandler: Done processing query | ||
5162 | 2024.07.15 19:56:54.085813 [ 3 ] {6f520661-95a5-4faa-a813-228f419fb637} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5163 | 2024.07.15 19:56:54.085833 [ 3 ] {} <Debug> HTTP-Session: 0923b42b-1b6e-4e73-a3cd-322d2429d3af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5164 | 2024.07.15 19:56:54.086556 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 19 columns (19 merged, 0 gathered) in 0.013175022 sec., 26413.618132857766 rows/sec., 47.33 MiB/sec. | ||
5165 | 2024.07.15 19:56:54.087022 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5166 | 2024.07.15 19:56:54.087598 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5167 | 2024.07.15 19:56:54.087679 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5168 | 2024.07.15 19:56:54.087791 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. | ||
5169 | 2024.07.15 19:56:59.032475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5170 | 2024.07.15 19:56:59.032604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5171 | 2024.07.15 19:56:59.032628 [ 3 ] {} <Debug> HTTP-Session: 30ebd352-049d-4f4f-8088-19bc610d83bc Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5172 | 2024.07.15 19:56:59.032652 [ 3 ] {} <Debug> HTTP-Session: 30ebd352-049d-4f4f-8088-19bc610d83bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5173 | 2024.07.15 19:56:59.032666 [ 3 ] {} <Debug> HTTP-Session: 30ebd352-049d-4f4f-8088-19bc610d83bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5174 | 2024.07.15 19:56:59.032715 [ 3 ] {} <Trace> HTTP-Session: 30ebd352-049d-4f4f-8088-19bc610d83bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5175 | 2024.07.15 19:56:59.032958 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'sidecar:sample_time', '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) | ||
5176 | 2024.07.15 19:56:59.033354 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5177 | 2024.07.15 19:56:59.033404 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <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', 'oximeter_collector:collections', 'sidecar:sample_time', '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 | ||
5178 | 2024.07.15 19:56:59.033744 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5179 | 2024.07.15 19:56:59.033825 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5180 | 2024.07.15 19:56:59.033999 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
5181 | 2024.07.15 19:56:59.034227 [ 260 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5182 | 2024.07.15 19:56:59.034235 [ 256 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5183 | 2024.07.15 19:56:59.034272 [ 259 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5184 | 2024.07.15 19:56:59.034199 [ 255 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5185 | 2024.07.15 19:56:59.034468 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
5186 | 2024.07.15 19:56:59.034500 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5187 | 2024.07.15 19:56:59.034622 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5188 | 2024.07.15 19:56:59.034645 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
5189 | 2024.07.15 19:56:59.034688 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <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', 'oximeter_collector:collections', 'sidecar:sample_time', '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'))" | ||
5190 | 2024.07.15 19:56:59.034733 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <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', 'oximeter_collector:collections', 'sidecar:sample_time', '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'))" | ||
5191 | 2024.07.15 19:56:59.034773 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <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', 'oximeter_collector:collections', 'sidecar:sample_time', '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'))" | ||
5192 | 2024.07.15 19:56:59.036680 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003831 sec., 7830.85356303837 rows/sec., 289.58 KiB/sec. | ||
5193 | 2024.07.15 19:56:59.037072 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Debug> DynamicQueryHandler: Done processing query | ||
5194 | 2024.07.15 19:56:59.037100 [ 3 ] {90f11c67-7e76-474f-b96a-052edc77e4b4} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
5195 | 2024.07.15 19:56:59.037117 [ 3 ] {} <Debug> HTTP-Session: 30ebd352-049d-4f4f-8088-19bc610d83bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5196 | 2024.07.15 19:56:59.037350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5197 | 2024.07.15 19:56:59.037402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5198 | 2024.07.15 19:56:59.037422 [ 3 ] {} <Debug> HTTP-Session: aea294de-f7a0-40d4-8e4f-b163d8b98d0d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5199 | 2024.07.15 19:56:59.037438 [ 3 ] {} <Debug> HTTP-Session: aea294de-f7a0-40d4-8e4f-b163d8b98d0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5200 | 2024.07.15 19:56:59.037452 [ 3 ] {} <Debug> HTTP-Session: aea294de-f7a0-40d4-8e4f-b163d8b98d0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5201 | 2024.07.15 19:56:59.037485 [ 3 ] {} <Trace> HTTP-Session: aea294de-f7a0-40d4-8e4f-b163d8b98d0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5202 | 2024.07.15 19:56:59.037639 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'sidecar:sample_time', '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) | ||
5203 | 2024.07.15 19:56:59.037926 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5204 | 2024.07.15 19:56:59.037973 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'sidecar:sample_time', '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 | ||
5205 | 2024.07.15 19:56:59.038269 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5206 | 2024.07.15 19:56:59.038335 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5207 | 2024.07.15 19:56:59.038475 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
5208 | 2024.07.15 19:56:59.038668 [ 259 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5209 | 2024.07.15 19:56:59.038660 [ 252 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5210 | 2024.07.15 19:56:59.038706 [ 260 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5211 | 2024.07.15 19:56:59.038702 [ 261 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5212 | 2024.07.15 19:56:59.038862 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
5213 | 2024.07.15 19:56:59.038891 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5214 | 2024.07.15 19:56:59.038999 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5215 | 2024.07.15 19:56:59.039020 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
5216 | 2024.07.15 19:56:59.039060 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'sidecar:sample_time', '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'))" | ||
5217 | 2024.07.15 19:56:59.039104 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'sidecar:sample_time', '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'))" | ||
5218 | 2024.07.15 19:56:59.039142 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'sidecar:sample_time', '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'))" | ||
5219 | 2024.07.15 19:56:59.040922 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003356 sec., 8939.213349225269 rows/sec., 330.56 KiB/sec. | ||
5220 | 2024.07.15 19:56:59.041272 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Debug> DynamicQueryHandler: Done processing query | ||
5221 | 2024.07.15 19:56:59.041297 [ 3 ] {0f62c4df-b7d5-4590-9c81-6a074a7cc7b5} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
5222 | 2024.07.15 19:56:59.041314 [ 3 ] {} <Debug> HTTP-Session: aea294de-f7a0-40d4-8e4f-b163d8b98d0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5223 | 2024.07.15 19:56:59.041638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1182, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5224 | 2024.07.15 19:56:59.041688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5225 | 2024.07.15 19:56:59.041707 [ 3 ] {} <Debug> HTTP-Session: b567b06f-4630-415c-bed2-c5f356afa6a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5226 | 2024.07.15 19:56:59.041724 [ 3 ] {} <Debug> HTTP-Session: b567b06f-4630-415c-bed2-c5f356afa6a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5227 | 2024.07.15 19:56:59.041739 [ 3 ] {} <Debug> HTTP-Session: b567b06f-4630-415c-bed2-c5f356afa6a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5228 | 2024.07.15 19:56:59.041771 [ 3 ] {} <Trace> HTTP-Session: b567b06f-4630-415c-bed2-c5f356afa6a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5229 | 2024.07.15 19:56:59.041925 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', '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) | ||
5230 | 2024.07.15 19:56:59.042211 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5231 | 2024.07.15 19:56:59.042258 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', '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 | ||
5232 | 2024.07.15 19:56:59.042573 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5233 | 2024.07.15 19:56:59.042642 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5234 | 2024.07.15 19:56:59.042783 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
5235 | 2024.07.15 19:56:59.043012 [ 256 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5236 | 2024.07.15 19:56:59.043024 [ 260 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5237 | 2024.07.15 19:56:59.043020 [ 259 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5238 | 2024.07.15 19:56:59.043024 [ 252 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5239 | 2024.07.15 19:56:59.043202 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
5240 | 2024.07.15 19:56:59.043232 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5241 | 2024.07.15 19:56:59.043342 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5242 | 2024.07.15 19:56:59.043365 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
5243 | 2024.07.15 19:56:59.043420 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', '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'))" | ||
5244 | 2024.07.15 19:56:59.043465 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', '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'))" | ||
5245 | 2024.07.15 19:56:59.043507 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', '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'))" | ||
5246 | 2024.07.15 19:56:59.045283 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003433 sec., 8738.71249635887 rows/sec., 323.15 KiB/sec. | ||
5247 | 2024.07.15 19:56:59.045643 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Debug> DynamicQueryHandler: Done processing query | ||
5248 | 2024.07.15 19:56:59.045668 [ 3 ] {07131a3c-5c5f-4dcc-9db2-c7fe6c695759} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
5249 | 2024.07.15 19:56:59.045685 [ 3 ] {} <Debug> HTTP-Session: b567b06f-4630-415c-bed2-c5f356afa6a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5250 | 2024.07.15 19:56:59.045916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5251 | 2024.07.15 19:56:59.045964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5252 | 2024.07.15 19:56:59.045984 [ 3 ] {} <Debug> HTTP-Session: 1f583973-8a46-4b80-8df4-ddc9ffe6f98c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5253 | 2024.07.15 19:56:59.046000 [ 3 ] {} <Debug> HTTP-Session: 1f583973-8a46-4b80-8df4-ddc9ffe6f98c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5254 | 2024.07.15 19:56:59.046014 [ 3 ] {} <Debug> HTTP-Session: 1f583973-8a46-4b80-8df4-ddc9ffe6f98c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5255 | 2024.07.15 19:56:59.046045 [ 3 ] {} <Trace> HTTP-Session: 1f583973-8a46-4b80-8df4-ddc9ffe6f98c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5256 | 2024.07.15 19:56:59.046200 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', '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) | ||
5257 | 2024.07.15 19:56:59.046493 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5258 | 2024.07.15 19:56:59.046540 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', '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 | ||
5259 | 2024.07.15 19:56:59.046856 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5260 | 2024.07.15 19:56:59.046926 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5261 | 2024.07.15 19:56:59.047070 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
5262 | 2024.07.15 19:56:59.047230 [ 252 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5263 | 2024.07.15 19:56:59.047257 [ 260 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5264 | 2024.07.15 19:56:59.047351 [ 259 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5265 | 2024.07.15 19:56:59.047355 [ 255 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5266 | 2024.07.15 19:56:59.047494 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
5267 | 2024.07.15 19:56:59.047524 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5268 | 2024.07.15 19:56:59.047630 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5269 | 2024.07.15 19:56:59.047651 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
5270 | 2024.07.15 19:56:59.047692 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', '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'))" | ||
5271 | 2024.07.15 19:56:59.047734 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', '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'))" | ||
5272 | 2024.07.15 19:56:59.047774 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', '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'))" | ||
5273 | 2024.07.15 19:56:59.049533 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003409 sec., 8800.234672924611 rows/sec., 325.43 KiB/sec. | ||
5274 | 2024.07.15 19:56:59.049878 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Debug> DynamicQueryHandler: Done processing query | ||
5275 | 2024.07.15 19:56:59.049902 [ 3 ] {29ca5242-bb84-4893-805f-0a240dda36de} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
5276 | 2024.07.15 19:56:59.049919 [ 3 ] {} <Debug> HTTP-Session: 1f583973-8a46-4b80-8df4-ddc9ffe6f98c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5277 | 2024.07.15 19:56:59.050170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5278 | 2024.07.15 19:56:59.050227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5279 | 2024.07.15 19:56:59.050247 [ 3 ] {} <Debug> HTTP-Session: 9e9907e6-d7af-462a-9250-27c57466b8c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5280 | 2024.07.15 19:56:59.050264 [ 3 ] {} <Debug> HTTP-Session: 9e9907e6-d7af-462a-9250-27c57466b8c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5281 | 2024.07.15 19:56:59.050278 [ 3 ] {} <Debug> HTTP-Session: 9e9907e6-d7af-462a-9250-27c57466b8c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5282 | 2024.07.15 19:56:59.050309 [ 3 ] {} <Trace> HTTP-Session: 9e9907e6-d7af-462a-9250-27c57466b8c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5283 | 2024.07.15 19:56:59.050463 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', '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) | ||
5284 | 2024.07.15 19:56:59.050750 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5285 | 2024.07.15 19:56:59.050796 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', '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 | ||
5286 | 2024.07.15 19:56:59.051096 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5287 | 2024.07.15 19:56:59.051160 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5288 | 2024.07.15 19:56:59.051297 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
5289 | 2024.07.15 19:56:59.051459 [ 260 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5290 | 2024.07.15 19:56:59.051551 [ 261 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5291 | 2024.07.15 19:56:59.051568 [ 262 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5292 | 2024.07.15 19:56:59.051567 [ 256 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5293 | 2024.07.15 19:56:59.051712 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
5294 | 2024.07.15 19:56:59.051742 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5295 | 2024.07.15 19:56:59.051847 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5296 | 2024.07.15 19:56:59.051868 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
5297 | 2024.07.15 19:56:59.051934 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', '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'))" | ||
5298 | 2024.07.15 19:56:59.051978 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', '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'))" | ||
5299 | 2024.07.15 19:56:59.052017 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', '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'))" | ||
5300 | 2024.07.15 19:56:59.053699 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003311 sec., 9060.706735125339 rows/sec., 335.06 KiB/sec. | ||
5301 | 2024.07.15 19:56:59.054062 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Debug> DynamicQueryHandler: Done processing query | ||
5302 | 2024.07.15 19:56:59.054088 [ 3 ] {b90588cf-dab0-407e-8c9b-8457b4286670} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
5303 | 2024.07.15 19:56:59.054105 [ 3 ] {} <Debug> HTTP-Session: 9e9907e6-d7af-462a-9250-27c57466b8c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5304 | 2024.07.15 19:56:59.054337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5305 | 2024.07.15 19:56:59.054389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5306 | 2024.07.15 19:56:59.054409 [ 3 ] {} <Debug> HTTP-Session: fb896a5a-784f-4fd1-9e35-5bd820b4141d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5307 | 2024.07.15 19:56:59.054425 [ 3 ] {} <Debug> HTTP-Session: fb896a5a-784f-4fd1-9e35-5bd820b4141d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5308 | 2024.07.15 19:56:59.054439 [ 3 ] {} <Debug> HTTP-Session: fb896a5a-784f-4fd1-9e35-5bd820b4141d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5309 | 2024.07.15 19:56:59.054472 [ 3 ] {} <Trace> HTTP-Session: fb896a5a-784f-4fd1-9e35-5bd820b4141d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5310 | 2024.07.15 19:56:59.054638 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', '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', 'sidecar:sample_time', '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) | ||
5311 | 2024.07.15 19:56:59.054938 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5312 | 2024.07.15 19:56:59.054986 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <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', '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', 'sidecar:sample_time', '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 | ||
5313 | 2024.07.15 19:56:59.055303 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5314 | 2024.07.15 19:56:59.055369 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5315 | 2024.07.15 19:56:59.055513 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
5316 | 2024.07.15 19:56:59.055653 [ 260 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5317 | 2024.07.15 19:56:59.055699 [ 252 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5318 | 2024.07.15 19:56:59.055741 [ 255 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5319 | 2024.07.15 19:56:59.055765 [ 259 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5320 | 2024.07.15 19:56:59.055889 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
5321 | 2024.07.15 19:56:59.055920 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5322 | 2024.07.15 19:56:59.056029 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5323 | 2024.07.15 19:56:59.056050 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
5324 | 2024.07.15 19:56:59.056091 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <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', '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', 'sidecar:sample_time', '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'))" | ||
5325 | 2024.07.15 19:56:59.056134 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <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', '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', 'sidecar:sample_time', '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'))" | ||
5326 | 2024.07.15 19:56:59.056172 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <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', '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', 'sidecar:sample_time', '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'))" | ||
5327 | 2024.07.15 19:56:59.057781 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003227 sec., 9296.560272699102 rows/sec., 343.78 KiB/sec. | ||
5328 | 2024.07.15 19:56:59.058136 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Debug> DynamicQueryHandler: Done processing query | ||
5329 | 2024.07.15 19:56:59.058160 [ 3 ] {282ba4f0-bb56-4687-a2bc-1f1403ac7156} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
5330 | 2024.07.15 19:56:59.058178 [ 3 ] {} <Debug> HTTP-Session: fb896a5a-784f-4fd1-9e35-5bd820b4141d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5331 | 2024.07.15 19:56:59.082428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5332 | 2024.07.15 19:56:59.082494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5333 | 2024.07.15 19:56:59.082515 [ 3 ] {} <Debug> HTTP-Session: 5536635f-4e58-4a76-a1d8-0c7da09a4fe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5334 | 2024.07.15 19:56:59.082533 [ 3 ] {} <Debug> HTTP-Session: 5536635f-4e58-4a76-a1d8-0c7da09a4fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5335 | 2024.07.15 19:56:59.082547 [ 3 ] {} <Debug> HTTP-Session: 5536635f-4e58-4a76-a1d8-0c7da09a4fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5336 | 2024.07.15 19:56:59.082583 [ 3 ] {} <Trace> HTTP-Session: 5536635f-4e58-4a76-a1d8-0c7da09a4fe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5337 | 2024.07.15 19:56:59.082714 [ 3 ] {4db8e4d5-48f1-42f1-939c-abd5ec2c221c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
5338 | 2024.07.15 19:56:59.082766 [ 3 ] {4db8e4d5-48f1-42f1-939c-abd5ec2c221c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5339 | 2024.07.15 19:56:59.082952 [ 3 ] {4db8e4d5-48f1-42f1-939c-abd5ec2c221c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5340 | 2024.07.15 19:56:59.083308 [ 3 ] {4db8e4d5-48f1-42f1-939c-abd5ec2c221c} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5341 | 2024.07.15 19:56:59.083349 [ 3 ] {4db8e4d5-48f1-42f1-939c-abd5ec2c221c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5342 | 2024.07.15 19:56:59.083963 [ 3 ] {4db8e4d5-48f1-42f1-939c-abd5ec2c221c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5343 | 2024.07.15 19:56:59.084470 [ 3 ] {4db8e4d5-48f1-42f1-939c-abd5ec2c221c} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5344 | 2024.07.15 19:56:59.084708 [ 3 ] {4db8e4d5-48f1-42f1-939c-abd5ec2c221c} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.002036 sec., 2946.9548133595285 rows/sec., 477.73 KiB/sec. | ||
5345 | 2024.07.15 19:56:59.084965 [ 3 ] {4db8e4d5-48f1-42f1-939c-abd5ec2c221c} <Debug> DynamicQueryHandler: Done processing query | ||
5346 | 2024.07.15 19:56:59.084991 [ 3 ] {4db8e4d5-48f1-42f1-939c-abd5ec2c221c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5347 | 2024.07.15 19:56:59.085008 [ 3 ] {} <Debug> HTTP-Session: 5536635f-4e58-4a76-a1d8-0c7da09a4fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5348 | 2024.07.15 19:56:59.085148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5349 | 2024.07.15 19:56:59.085200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5350 | 2024.07.15 19:56:59.085219 [ 3 ] {} <Debug> HTTP-Session: 40c61620-136e-40e8-b6ea-a406ab960b2b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5351 | 2024.07.15 19:56:59.085236 [ 3 ] {} <Debug> HTTP-Session: 40c61620-136e-40e8-b6ea-a406ab960b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5352 | 2024.07.15 19:56:59.085249 [ 3 ] {} <Debug> HTTP-Session: 40c61620-136e-40e8-b6ea-a406ab960b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5353 | 2024.07.15 19:56:59.085281 [ 3 ] {} <Trace> HTTP-Session: 40c61620-136e-40e8-b6ea-a406ab960b2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5354 | 2024.07.15 19:56:59.085389 [ 3 ] {21e0f64c-32e1-4c63-bba4-d2dcee2a3b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5355 | 2024.07.15 19:56:59.085434 [ 3 ] {21e0f64c-32e1-4c63-bba4-d2dcee2a3b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5356 | 2024.07.15 19:56:59.085568 [ 3 ] {21e0f64c-32e1-4c63-bba4-d2dcee2a3b0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5357 | 2024.07.15 19:56:59.085863 [ 3 ] {21e0f64c-32e1-4c63-bba4-d2dcee2a3b0a} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5358 | 2024.07.15 19:56:59.085900 [ 3 ] {21e0f64c-32e1-4c63-bba4-d2dcee2a3b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5359 | 2024.07.15 19:56:59.086223 [ 3 ] {21e0f64c-32e1-4c63-bba4-d2dcee2a3b0a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5360 | 2024.07.15 19:56:59.086535 [ 3 ] {21e0f64c-32e1-4c63-bba4-d2dcee2a3b0a} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5361 | 2024.07.15 19:56:59.086688 [ 3 ] {21e0f64c-32e1-4c63-bba4-d2dcee2a3b0a} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001329 sec., 18058.69074492099 rows/sec., 1.43 MiB/sec. | ||
5362 | 2024.07.15 19:56:59.086854 [ 3 ] {21e0f64c-32e1-4c63-bba4-d2dcee2a3b0a} <Debug> DynamicQueryHandler: Done processing query | ||
5363 | 2024.07.15 19:56:59.086879 [ 3 ] {21e0f64c-32e1-4c63-bba4-d2dcee2a3b0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5364 | 2024.07.15 19:56:59.086896 [ 3 ] {} <Debug> HTTP-Session: 40c61620-136e-40e8-b6ea-a406ab960b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5365 | 2024.07.15 19:56:59.087050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 23043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5366 | 2024.07.15 19:56:59.087098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5367 | 2024.07.15 19:56:59.087118 [ 3 ] {} <Debug> HTTP-Session: 842abaee-05e3-4a06-8da3-70c083cfb4fb Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5368 | 2024.07.15 19:56:59.087135 [ 3 ] {} <Debug> HTTP-Session: 842abaee-05e3-4a06-8da3-70c083cfb4fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5369 | 2024.07.15 19:56:59.087149 [ 3 ] {} <Debug> HTTP-Session: 842abaee-05e3-4a06-8da3-70c083cfb4fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5370 | 2024.07.15 19:56:59.087180 [ 3 ] {} <Trace> HTTP-Session: 842abaee-05e3-4a06-8da3-70c083cfb4fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5371 | 2024.07.15 19:56:59.087324 [ 3 ] {8d282509-0f13-4b4b-a9d8-65d62c9c5477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5372 | 2024.07.15 19:56:59.087368 [ 3 ] {8d282509-0f13-4b4b-a9d8-65d62c9c5477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5373 | 2024.07.15 19:56:59.087494 [ 3 ] {8d282509-0f13-4b4b-a9d8-65d62c9c5477} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5374 | 2024.07.15 19:56:59.087875 [ 3 ] {8d282509-0f13-4b4b-a9d8-65d62c9c5477} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5375 | 2024.07.15 19:56:59.087915 [ 3 ] {8d282509-0f13-4b4b-a9d8-65d62c9c5477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5376 | 2024.07.15 19:56:59.088242 [ 3 ] {8d282509-0f13-4b4b-a9d8-65d62c9c5477} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5377 | 2024.07.15 19:56:59.088557 [ 3 ] {8d282509-0f13-4b4b-a9d8-65d62c9c5477} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5378 | 2024.07.15 19:56:59.088712 [ 3 ] {8d282509-0f13-4b4b-a9d8-65d62c9c5477} <Debug> executeQuery: Read 160 rows, 13.32 KiB in 0.001451 sec., 110268.78015161958 rows/sec., 8.96 MiB/sec. | ||
5379 | 2024.07.15 19:56:59.088873 [ 3 ] {8d282509-0f13-4b4b-a9d8-65d62c9c5477} <Debug> DynamicQueryHandler: Done processing query | ||
5380 | 2024.07.15 19:56:59.088898 [ 3 ] {8d282509-0f13-4b4b-a9d8-65d62c9c5477} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5381 | 2024.07.15 19:56:59.088915 [ 3 ] {} <Debug> HTTP-Session: 842abaee-05e3-4a06-8da3-70c083cfb4fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5382 | 2024.07.15 19:56:59.089092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 17636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5383 | 2024.07.15 19:56:59.089149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5384 | 2024.07.15 19:56:59.089169 [ 3 ] {} <Debug> HTTP-Session: 7177517e-0635-46f4-9bcd-8f56790eb56b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5385 | 2024.07.15 19:56:59.089193 [ 3 ] {} <Debug> HTTP-Session: 7177517e-0635-46f4-9bcd-8f56790eb56b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5386 | 2024.07.15 19:56:59.089209 [ 3 ] {} <Debug> HTTP-Session: 7177517e-0635-46f4-9bcd-8f56790eb56b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5387 | 2024.07.15 19:56:59.089241 [ 3 ] {} <Trace> HTTP-Session: 7177517e-0635-46f4-9bcd-8f56790eb56b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5388 | 2024.07.15 19:56:59.089380 [ 3 ] {81f1aea8-8d64-4aa4-abb9-f2fac08fdd24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5389 | 2024.07.15 19:56:59.089424 [ 3 ] {81f1aea8-8d64-4aa4-abb9-f2fac08fdd24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5390 | 2024.07.15 19:56:59.089552 [ 3 ] {81f1aea8-8d64-4aa4-abb9-f2fac08fdd24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5391 | 2024.07.15 19:56:59.089896 [ 3 ] {81f1aea8-8d64-4aa4-abb9-f2fac08fdd24} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5392 | 2024.07.15 19:56:59.089933 [ 3 ] {81f1aea8-8d64-4aa4-abb9-f2fac08fdd24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5393 | 2024.07.15 19:56:59.090247 [ 3 ] {81f1aea8-8d64-4aa4-abb9-f2fac08fdd24} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5394 | 2024.07.15 19:56:59.090569 [ 3 ] {81f1aea8-8d64-4aa4-abb9-f2fac08fdd24} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5395 | 2024.07.15 19:56:59.090722 [ 3 ] {81f1aea8-8d64-4aa4-abb9-f2fac08fdd24} <Debug> executeQuery: Read 104 rows, 8.29 KiB in 0.001393 sec., 74659.00933237617 rows/sec., 5.81 MiB/sec. | ||
5396 | 2024.07.15 19:56:59.090884 [ 3 ] {81f1aea8-8d64-4aa4-abb9-f2fac08fdd24} <Debug> DynamicQueryHandler: Done processing query | ||
5397 | 2024.07.15 19:56:59.090908 [ 3 ] {81f1aea8-8d64-4aa4-abb9-f2fac08fdd24} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5398 | 2024.07.15 19:56:59.090924 [ 3 ] {} <Debug> HTTP-Session: 7177517e-0635-46f4-9bcd-8f56790eb56b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5399 | 2024.07.15 19:56:59.091182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 121121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5400 | 2024.07.15 19:56:59.091246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5401 | 2024.07.15 19:56:59.091278 [ 3 ] {} <Debug> HTTP-Session: 00c551fe-885b-4c38-a1b4-e1dfd8ebf332 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5402 | 2024.07.15 19:56:59.091303 [ 3 ] {} <Debug> HTTP-Session: 00c551fe-885b-4c38-a1b4-e1dfd8ebf332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5403 | 2024.07.15 19:56:59.091325 [ 3 ] {} <Debug> HTTP-Session: 00c551fe-885b-4c38-a1b4-e1dfd8ebf332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5404 | 2024.07.15 19:56:59.091370 [ 3 ] {} <Trace> HTTP-Session: 00c551fe-885b-4c38-a1b4-e1dfd8ebf332 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5405 | 2024.07.15 19:56:59.091729 [ 3 ] {2695ab94-e446-4a7c-afb7-347e6656f864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5406 | 2024.07.15 19:56:59.091781 [ 3 ] {2695ab94-e446-4a7c-afb7-347e6656f864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5407 | 2024.07.15 19:56:59.091926 [ 3 ] {2695ab94-e446-4a7c-afb7-347e6656f864} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5408 | 2024.07.15 19:56:59.092601 [ 3 ] {2695ab94-e446-4a7c-afb7-347e6656f864} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5409 | 2024.07.15 19:56:59.092638 [ 3 ] {2695ab94-e446-4a7c-afb7-347e6656f864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5410 | 2024.07.15 19:56:59.093090 [ 3 ] {2695ab94-e446-4a7c-afb7-347e6656f864} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5411 | 2024.07.15 19:56:59.093476 [ 3 ] {2695ab94-e446-4a7c-afb7-347e6656f864} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5412 | 2024.07.15 19:56:59.093633 [ 3 ] {2695ab94-e446-4a7c-afb7-347e6656f864} <Debug> executeQuery: Read 630 rows, 45.34 KiB in 0.002117 sec., 297590.9305621162 rows/sec., 20.91 MiB/sec. | ||
5413 | 2024.07.15 19:56:59.093922 [ 3 ] {2695ab94-e446-4a7c-afb7-347e6656f864} <Debug> DynamicQueryHandler: Done processing query | ||
5414 | 2024.07.15 19:56:59.093963 [ 3 ] {2695ab94-e446-4a7c-afb7-347e6656f864} <Debug> MemoryTracker: Peak memory usage (for query): 4.50 MiB. | ||
5415 | 2024.07.15 19:56:59.093981 [ 3 ] {} <Debug> HTTP-Session: 00c551fe-885b-4c38-a1b4-e1dfd8ebf332 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5416 | 2024.07.15 19:56:59.094181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5417 | 2024.07.15 19:56:59.094241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5418 | 2024.07.15 19:56:59.094263 [ 3 ] {} <Debug> HTTP-Session: d67094e9-4d11-40be-b12d-8f284580dcc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5419 | 2024.07.15 19:56:59.094283 [ 3 ] {} <Debug> HTTP-Session: d67094e9-4d11-40be-b12d-8f284580dcc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5420 | 2024.07.15 19:56:59.094299 [ 3 ] {} <Debug> HTTP-Session: d67094e9-4d11-40be-b12d-8f284580dcc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5421 | 2024.07.15 19:56:59.094336 [ 3 ] {} <Trace> HTTP-Session: d67094e9-4d11-40be-b12d-8f284580dcc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5422 | 2024.07.15 19:56:59.094738 [ 3 ] {eb926a88-96d6-439b-9bd3-56cd53cae0bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5423 | 2024.07.15 19:56:59.094808 [ 3 ] {eb926a88-96d6-439b-9bd3-56cd53cae0bc} <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 | ||
5424 | 2024.07.15 19:56:59.095226 [ 3 ] {eb926a88-96d6-439b-9bd3-56cd53cae0bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5425 | 2024.07.15 19:56:59.095924 [ 3 ] {eb926a88-96d6-439b-9bd3-56cd53cae0bc} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5426 | 2024.07.15 19:56:59.095960 [ 3 ] {eb926a88-96d6-439b-9bd3-56cd53cae0bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5427 | 2024.07.15 19:56:59.096573 [ 3 ] {eb926a88-96d6-439b-9bd3-56cd53cae0bc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5428 | 2024.07.15 19:56:59.096979 [ 3 ] {eb926a88-96d6-439b-9bd3-56cd53cae0bc} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5429 | 2024.07.15 19:56:59.097152 [ 3 ] {eb926a88-96d6-439b-9bd3-56cd53cae0bc} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002714 sec., 8843.036109064113 rows/sec., 15.85 MiB/sec. | ||
5430 | 2024.07.15 19:56:59.097373 [ 3 ] {eb926a88-96d6-439b-9bd3-56cd53cae0bc} <Debug> DynamicQueryHandler: Done processing query | ||
5431 | 2024.07.15 19:56:59.097399 [ 3 ] {eb926a88-96d6-439b-9bd3-56cd53cae0bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5432 | 2024.07.15 19:56:59.097415 [ 3 ] {} <Debug> HTTP-Session: d67094e9-4d11-40be-b12d-8f284580dcc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5433 | 2024.07.15 19:56:59.097547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5434 | 2024.07.15 19:56:59.097595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5435 | 2024.07.15 19:56:59.097613 [ 3 ] {} <Debug> HTTP-Session: 69d74f23-acce-44fb-aadb-19710073139a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5436 | 2024.07.15 19:56:59.097631 [ 3 ] {} <Debug> HTTP-Session: 69d74f23-acce-44fb-aadb-19710073139a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5437 | 2024.07.15 19:56:59.097645 [ 3 ] {} <Debug> HTTP-Session: 69d74f23-acce-44fb-aadb-19710073139a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5438 | 2024.07.15 19:56:59.097674 [ 3 ] {} <Trace> HTTP-Session: 69d74f23-acce-44fb-aadb-19710073139a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5439 | 2024.07.15 19:56:59.097788 [ 3 ] {998f3f8c-a62f-4dba-8275-075acdce31ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5440 | 2024.07.15 19:56:59.097832 [ 3 ] {998f3f8c-a62f-4dba-8275-075acdce31ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5441 | 2024.07.15 19:56:59.097956 [ 3 ] {998f3f8c-a62f-4dba-8275-075acdce31ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5442 | 2024.07.15 19:56:59.098236 [ 3 ] {998f3f8c-a62f-4dba-8275-075acdce31ae} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5443 | 2024.07.15 19:56:59.098270 [ 3 ] {998f3f8c-a62f-4dba-8275-075acdce31ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5444 | 2024.07.15 19:56:59.098620 [ 3 ] {998f3f8c-a62f-4dba-8275-075acdce31ae} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5445 | 2024.07.15 19:56:59.098944 [ 3 ] {998f3f8c-a62f-4dba-8275-075acdce31ae} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5446 | 2024.07.15 19:56:59.099098 [ 3 ] {998f3f8c-a62f-4dba-8275-075acdce31ae} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001352 sec., 36982.24852071006 rows/sec., 2.54 MiB/sec. | ||
5447 | 2024.07.15 19:56:59.099259 [ 3 ] {998f3f8c-a62f-4dba-8275-075acdce31ae} <Debug> DynamicQueryHandler: Done processing query | ||
5448 | 2024.07.15 19:56:59.099284 [ 3 ] {998f3f8c-a62f-4dba-8275-075acdce31ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5449 | 2024.07.15 19:56:59.099300 [ 3 ] {} <Debug> HTTP-Session: 69d74f23-acce-44fb-aadb-19710073139a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5450 | 2024.07.15 19:57:04.043854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5451 | 2024.07.15 19:57:04.043977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5452 | 2024.07.15 19:57:04.044004 [ 3 ] {} <Debug> HTTP-Session: b08397f4-25c2-4c1c-80e8-baaad5f59e7c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5453 | 2024.07.15 19:57:04.044029 [ 3 ] {} <Debug> HTTP-Session: b08397f4-25c2-4c1c-80e8-baaad5f59e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5454 | 2024.07.15 19:57:04.044044 [ 3 ] {} <Debug> HTTP-Session: b08397f4-25c2-4c1c-80e8-baaad5f59e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5455 | 2024.07.15 19:57:04.044093 [ 3 ] {} <Trace> HTTP-Session: b08397f4-25c2-4c1c-80e8-baaad5f59e7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5456 | 2024.07.15 19:57:04.044274 [ 3 ] {8942f456-82b0-4810-a099-150f7013d92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5457 | 2024.07.15 19:57:04.044340 [ 3 ] {8942f456-82b0-4810-a099-150f7013d92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5458 | 2024.07.15 19:57:04.044528 [ 3 ] {8942f456-82b0-4810-a099-150f7013d92e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5459 | 2024.07.15 19:57:04.044950 [ 3 ] {8942f456-82b0-4810-a099-150f7013d92e} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5460 | 2024.07.15 19:57:04.044990 [ 3 ] {8942f456-82b0-4810-a099-150f7013d92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5461 | 2024.07.15 19:57:04.045367 [ 3 ] {8942f456-82b0-4810-a099-150f7013d92e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5462 | 2024.07.15 19:57:04.045718 [ 3 ] {8942f456-82b0-4810-a099-150f7013d92e} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5463 | 2024.07.15 19:57:04.045865 [ 3 ] {8942f456-82b0-4810-a099-150f7013d92e} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001646 sec., 7290.400972053463 rows/sec., 501.93 KiB/sec. | ||
5464 | 2024.07.15 19:57:04.046111 [ 3 ] {8942f456-82b0-4810-a099-150f7013d92e} <Debug> DynamicQueryHandler: Done processing query | ||
5465 | 2024.07.15 19:57:04.046138 [ 3 ] {8942f456-82b0-4810-a099-150f7013d92e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5466 | 2024.07.15 19:57:04.046155 [ 3 ] {} <Debug> HTTP-Session: b08397f4-25c2-4c1c-80e8-baaad5f59e7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5467 | 2024.07.15 19:57:04.046356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 26485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5468 | 2024.07.15 19:57:04.046404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5469 | 2024.07.15 19:57:04.046424 [ 3 ] {} <Debug> HTTP-Session: eb447ac6-1e8d-4f37-b99f-03ff0ffb21ec Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5470 | 2024.07.15 19:57:04.046441 [ 3 ] {} <Debug> HTTP-Session: eb447ac6-1e8d-4f37-b99f-03ff0ffb21ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5471 | 2024.07.15 19:57:04.046455 [ 3 ] {} <Debug> HTTP-Session: eb447ac6-1e8d-4f37-b99f-03ff0ffb21ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5472 | 2024.07.15 19:57:04.046487 [ 3 ] {} <Trace> HTTP-Session: eb447ac6-1e8d-4f37-b99f-03ff0ffb21ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5473 | 2024.07.15 19:57:04.046639 [ 3 ] {ecf77531-6587-484b-9733-040b16f020da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5474 | 2024.07.15 19:57:04.046685 [ 3 ] {ecf77531-6587-484b-9733-040b16f020da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5475 | 2024.07.15 19:57:04.046812 [ 3 ] {ecf77531-6587-484b-9733-040b16f020da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5476 | 2024.07.15 19:57:04.047234 [ 3 ] {ecf77531-6587-484b-9733-040b16f020da} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5477 | 2024.07.15 19:57:04.047270 [ 3 ] {ecf77531-6587-484b-9733-040b16f020da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5478 | 2024.07.15 19:57:04.047605 [ 3 ] {ecf77531-6587-484b-9733-040b16f020da} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5479 | 2024.07.15 19:57:04.047920 [ 3 ] {ecf77531-6587-484b-9733-040b16f020da} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5480 | 2024.07.15 19:57:04.048044 [ 3 ] {ecf77531-6587-484b-9733-040b16f020da} <Debug> executeQuery: Read 175 rows, 15.83 KiB in 0.001475 sec., 118644.06779661018 rows/sec., 10.48 MiB/sec. | ||
5481 | 2024.07.15 19:57:04.048205 [ 3 ] {ecf77531-6587-484b-9733-040b16f020da} <Debug> DynamicQueryHandler: Done processing query | ||
5482 | 2024.07.15 19:57:04.048230 [ 3 ] {ecf77531-6587-484b-9733-040b16f020da} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5483 | 2024.07.15 19:57:04.048245 [ 3 ] {} <Debug> HTTP-Session: eb447ac6-1e8d-4f37-b99f-03ff0ffb21ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5484 | 2024.07.15 19:57:04.048445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 61254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5485 | 2024.07.15 19:57:04.048492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5486 | 2024.07.15 19:57:04.048510 [ 3 ] {} <Debug> HTTP-Session: 867a9bf6-94bc-4cf9-9ab7-66b700a0c313 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5487 | 2024.07.15 19:57:04.048527 [ 3 ] {} <Debug> HTTP-Session: 867a9bf6-94bc-4cf9-9ab7-66b700a0c313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5488 | 2024.07.15 19:57:04.048540 [ 3 ] {} <Debug> HTTP-Session: 867a9bf6-94bc-4cf9-9ab7-66b700a0c313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5489 | 2024.07.15 19:57:04.048571 [ 3 ] {} <Trace> HTTP-Session: 867a9bf6-94bc-4cf9-9ab7-66b700a0c313 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5490 | 2024.07.15 19:57:04.048760 [ 3 ] {cb3419ee-efaf-419c-8b48-4e4a425dafb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5491 | 2024.07.15 19:57:04.048803 [ 3 ] {cb3419ee-efaf-419c-8b48-4e4a425dafb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5492 | 2024.07.15 19:57:04.048925 [ 3 ] {cb3419ee-efaf-419c-8b48-4e4a425dafb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5493 | 2024.07.15 19:57:04.049534 [ 3 ] {cb3419ee-efaf-419c-8b48-4e4a425dafb4} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5494 | 2024.07.15 19:57:04.049569 [ 3 ] {cb3419ee-efaf-419c-8b48-4e4a425dafb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5495 | 2024.07.15 19:57:04.049901 [ 3 ] {cb3419ee-efaf-419c-8b48-4e4a425dafb4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5496 | 2024.07.15 19:57:04.050212 [ 3 ] {cb3419ee-efaf-419c-8b48-4e4a425dafb4} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5497 | 2024.07.15 19:57:04.050336 [ 3 ] {cb3419ee-efaf-419c-8b48-4e4a425dafb4} <Debug> executeQuery: Read 380 rows, 27.31 KiB in 0.001677 sec., 226595.11031604055 rows/sec., 15.90 MiB/sec. | ||
5498 | 2024.07.15 19:57:04.050496 [ 3 ] {cb3419ee-efaf-419c-8b48-4e4a425dafb4} <Debug> DynamicQueryHandler: Done processing query | ||
5499 | 2024.07.15 19:57:04.050520 [ 3 ] {cb3419ee-efaf-419c-8b48-4e4a425dafb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5500 | 2024.07.15 19:57:04.050536 [ 3 ] {} <Debug> HTTP-Session: 867a9bf6-94bc-4cf9-9ab7-66b700a0c313 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5501 | 2024.07.15 19:57:04.050680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5502 | 2024.07.15 19:57:04.050729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5503 | 2024.07.15 19:57:04.050748 [ 3 ] {} <Debug> HTTP-Session: 972c9a05-5156-4acd-80e6-388e4c1e11d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5504 | 2024.07.15 19:57:04.050764 [ 3 ] {} <Debug> HTTP-Session: 972c9a05-5156-4acd-80e6-388e4c1e11d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5505 | 2024.07.15 19:57:04.050778 [ 3 ] {} <Debug> HTTP-Session: 972c9a05-5156-4acd-80e6-388e4c1e11d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5506 | 2024.07.15 19:57:04.050809 [ 3 ] {} <Trace> HTTP-Session: 972c9a05-5156-4acd-80e6-388e4c1e11d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5507 | 2024.07.15 19:57:04.050903 [ 3 ] {a405fcec-0e5a-408d-80d8-93e27f21e746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5508 | 2024.07.15 19:57:04.050948 [ 3 ] {a405fcec-0e5a-408d-80d8-93e27f21e746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5509 | 2024.07.15 19:57:04.051072 [ 3 ] {a405fcec-0e5a-408d-80d8-93e27f21e746} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5510 | 2024.07.15 19:57:04.051346 [ 3 ] {a405fcec-0e5a-408d-80d8-93e27f21e746} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5511 | 2024.07.15 19:57:04.051381 [ 3 ] {a405fcec-0e5a-408d-80d8-93e27f21e746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5512 | 2024.07.15 19:57:04.051737 [ 3 ] {a405fcec-0e5a-408d-80d8-93e27f21e746} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5513 | 2024.07.15 19:57:04.052060 [ 3 ] {a405fcec-0e5a-408d-80d8-93e27f21e746} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5514 | 2024.07.15 19:57:04.052184 [ 3 ] {a405fcec-0e5a-408d-80d8-93e27f21e746} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 197.10 KiB/sec. | ||
5515 | 2024.07.15 19:57:04.052341 [ 3 ] {a405fcec-0e5a-408d-80d8-93e27f21e746} <Debug> DynamicQueryHandler: Done processing query | ||
5516 | 2024.07.15 19:57:04.052366 [ 3 ] {a405fcec-0e5a-408d-80d8-93e27f21e746} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5517 | 2024.07.15 19:57:04.052382 [ 3 ] {} <Debug> HTTP-Session: 972c9a05-5156-4acd-80e6-388e4c1e11d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5518 | 2024.07.15 19:57:04.052516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5519 | 2024.07.15 19:57:04.052563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5520 | 2024.07.15 19:57:04.052582 [ 3 ] {} <Debug> HTTP-Session: 2d370ec1-5f64-4176-b109-cb086e7f014c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5521 | 2024.07.15 19:57:04.052598 [ 3 ] {} <Debug> HTTP-Session: 2d370ec1-5f64-4176-b109-cb086e7f014c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5522 | 2024.07.15 19:57:04.052612 [ 3 ] {} <Debug> HTTP-Session: 2d370ec1-5f64-4176-b109-cb086e7f014c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5523 | 2024.07.15 19:57:04.052643 [ 3 ] {} <Trace> HTTP-Session: 2d370ec1-5f64-4176-b109-cb086e7f014c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5524 | 2024.07.15 19:57:04.052778 [ 3 ] {a51b455a-0df1-4765-bb65-54117f94ba8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5525 | 2024.07.15 19:57:04.052824 [ 3 ] {a51b455a-0df1-4765-bb65-54117f94ba8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5526 | 2024.07.15 19:57:04.052962 [ 3 ] {a51b455a-0df1-4765-bb65-54117f94ba8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5527 | 2024.07.15 19:57:04.053283 [ 3 ] {a51b455a-0df1-4765-bb65-54117f94ba8a} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5528 | 2024.07.15 19:57:04.053325 [ 3 ] {a51b455a-0df1-4765-bb65-54117f94ba8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5529 | 2024.07.15 19:57:04.053691 [ 3 ] {a51b455a-0df1-4765-bb65-54117f94ba8a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5530 | 2024.07.15 19:57:04.054032 [ 3 ] {a51b455a-0df1-4765-bb65-54117f94ba8a} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5531 | 2024.07.15 19:57:04.054162 [ 3 ] {a51b455a-0df1-4765-bb65-54117f94ba8a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001442 sec., 53398.05825242719 rows/sec., 3.29 MiB/sec. | ||
5532 | 2024.07.15 19:57:04.054365 [ 3 ] {a51b455a-0df1-4765-bb65-54117f94ba8a} <Debug> DynamicQueryHandler: Done processing query | ||
5533 | 2024.07.15 19:57:04.054390 [ 3 ] {a51b455a-0df1-4765-bb65-54117f94ba8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5534 | 2024.07.15 19:57:04.054406 [ 3 ] {} <Debug> HTTP-Session: 2d370ec1-5f64-4176-b109-cb086e7f014c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5535 | 2024.07.15 19:57:04.054614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 28642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5536 | 2024.07.15 19:57:04.054662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5537 | 2024.07.15 19:57:04.054682 [ 3 ] {} <Debug> HTTP-Session: b6594bea-1a01-4335-94bf-b3af022baab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5538 | 2024.07.15 19:57:04.054699 [ 3 ] {} <Debug> HTTP-Session: b6594bea-1a01-4335-94bf-b3af022baab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5539 | 2024.07.15 19:57:04.054713 [ 3 ] {} <Debug> HTTP-Session: b6594bea-1a01-4335-94bf-b3af022baab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5540 | 2024.07.15 19:57:04.054743 [ 3 ] {} <Trace> HTTP-Session: b6594bea-1a01-4335-94bf-b3af022baab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5541 | 2024.07.15 19:57:04.054907 [ 3 ] {a660e666-ff1c-4539-8016-90911a139584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5542 | 2024.07.15 19:57:04.054952 [ 3 ] {a660e666-ff1c-4539-8016-90911a139584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5543 | 2024.07.15 19:57:04.055090 [ 3 ] {a660e666-ff1c-4539-8016-90911a139584} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5544 | 2024.07.15 19:57:04.055477 [ 3 ] {a660e666-ff1c-4539-8016-90911a139584} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5545 | 2024.07.15 19:57:04.055513 [ 3 ] {a660e666-ff1c-4539-8016-90911a139584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5546 | 2024.07.15 19:57:04.055894 [ 3 ] {a660e666-ff1c-4539-8016-90911a139584} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5547 | 2024.07.15 19:57:04.056232 [ 3 ] {a660e666-ff1c-4539-8016-90911a139584} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5548 | 2024.07.15 19:57:04.056359 [ 3 ] {a660e666-ff1c-4539-8016-90911a139584} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001538 sec., 97529.25877763328 rows/sec., 6.76 MiB/sec. | ||
5549 | 2024.07.15 19:57:04.056521 [ 3 ] {a660e666-ff1c-4539-8016-90911a139584} <Debug> DynamicQueryHandler: Done processing query | ||
5550 | 2024.07.15 19:57:04.056546 [ 3 ] {a660e666-ff1c-4539-8016-90911a139584} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5551 | 2024.07.15 19:57:04.056562 [ 3 ] {} <Debug> HTTP-Session: b6594bea-1a01-4335-94bf-b3af022baab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5552 | 2024.07.15 19:57:04.056691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5553 | 2024.07.15 19:57:04.056738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5554 | 2024.07.15 19:57:04.056757 [ 3 ] {} <Debug> HTTP-Session: 9b14cf4d-0485-4ead-a3dd-c9d7375b05fa Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5555 | 2024.07.15 19:57:04.056773 [ 3 ] {} <Debug> HTTP-Session: 9b14cf4d-0485-4ead-a3dd-c9d7375b05fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5556 | 2024.07.15 19:57:04.056788 [ 3 ] {} <Debug> HTTP-Session: 9b14cf4d-0485-4ead-a3dd-c9d7375b05fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5557 | 2024.07.15 19:57:04.056818 [ 3 ] {} <Trace> HTTP-Session: 9b14cf4d-0485-4ead-a3dd-c9d7375b05fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5558 | 2024.07.15 19:57:04.056967 [ 3 ] {873704e1-1378-4f43-8e8a-63819d15c583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5559 | 2024.07.15 19:57:04.057032 [ 3 ] {873704e1-1378-4f43-8e8a-63819d15c583} <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 | ||
5560 | 2024.07.15 19:57:04.057434 [ 3 ] {873704e1-1378-4f43-8e8a-63819d15c583} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5561 | 2024.07.15 19:57:04.058030 [ 3 ] {873704e1-1378-4f43-8e8a-63819d15c583} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5562 | 2024.07.15 19:57:04.058066 [ 3 ] {873704e1-1378-4f43-8e8a-63819d15c583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5563 | 2024.07.15 19:57:04.058659 [ 3 ] {873704e1-1378-4f43-8e8a-63819d15c583} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5564 | 2024.07.15 19:57:04.059078 [ 3 ] {873704e1-1378-4f43-8e8a-63819d15c583} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5565 | 2024.07.15 19:57:04.059256 [ 3 ] {873704e1-1378-4f43-8e8a-63819d15c583} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002359 sec., 2543.450614667232 rows/sec., 4.56 MiB/sec. | ||
5566 | 2024.07.15 19:57:04.059501 [ 3 ] {873704e1-1378-4f43-8e8a-63819d15c583} <Debug> DynamicQueryHandler: Done processing query | ||
5567 | 2024.07.15 19:57:04.059527 [ 3 ] {873704e1-1378-4f43-8e8a-63819d15c583} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5568 | 2024.07.15 19:57:04.059544 [ 3 ] {} <Debug> HTTP-Session: 9b14cf4d-0485-4ead-a3dd-c9d7375b05fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5569 | 2024.07.15 19:57:04.059665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5570 | 2024.07.15 19:57:04.059713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5571 | 2024.07.15 19:57:04.059733 [ 3 ] {} <Debug> HTTP-Session: 74d574b9-2980-4d9a-b548-5abb005713d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5572 | 2024.07.15 19:57:04.059753 [ 3 ] {} <Debug> HTTP-Session: 74d574b9-2980-4d9a-b548-5abb005713d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5573 | 2024.07.15 19:57:04.059769 [ 3 ] {} <Debug> HTTP-Session: 74d574b9-2980-4d9a-b548-5abb005713d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5574 | 2024.07.15 19:57:04.059802 [ 3 ] {} <Trace> HTTP-Session: 74d574b9-2980-4d9a-b548-5abb005713d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5575 | 2024.07.15 19:57:04.059911 [ 3 ] {836e4b2d-00ca-473e-aa19-29ac4f159dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5576 | 2024.07.15 19:57:04.059957 [ 3 ] {836e4b2d-00ca-473e-aa19-29ac4f159dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5577 | 2024.07.15 19:57:04.060083 [ 3 ] {836e4b2d-00ca-473e-aa19-29ac4f159dca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5578 | 2024.07.15 19:57:04.060371 [ 3 ] {836e4b2d-00ca-473e-aa19-29ac4f159dca} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5579 | 2024.07.15 19:57:04.060406 [ 3 ] {836e4b2d-00ca-473e-aa19-29ac4f159dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5580 | 2024.07.15 19:57:04.060760 [ 3 ] {836e4b2d-00ca-473e-aa19-29ac4f159dca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5581 | 2024.07.15 19:57:04.061093 [ 3 ] {836e4b2d-00ca-473e-aa19-29ac4f159dca} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5582 | 2024.07.15 19:57:04.061241 [ 3 ] {836e4b2d-00ca-473e-aa19-29ac4f159dca} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00135 sec., 17037.037037037036 rows/sec., 921.59 KiB/sec. | ||
5583 | 2024.07.15 19:57:04.061408 [ 3 ] {836e4b2d-00ca-473e-aa19-29ac4f159dca} <Debug> DynamicQueryHandler: Done processing query | ||
5584 | 2024.07.15 19:57:04.061432 [ 3 ] {836e4b2d-00ca-473e-aa19-29ac4f159dca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5585 | 2024.07.15 19:57:04.061448 [ 3 ] {} <Debug> HTTP-Session: 74d574b9-2980-4d9a-b548-5abb005713d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5586 | 2024.07.15 19:57:04.061570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5587 | 2024.07.15 19:57:04.061618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5588 | 2024.07.15 19:57:04.061637 [ 3 ] {} <Debug> HTTP-Session: 0e3555c6-0dfd-4e20-afea-c7540a251e83 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5589 | 2024.07.15 19:57:04.061653 [ 3 ] {} <Debug> HTTP-Session: 0e3555c6-0dfd-4e20-afea-c7540a251e83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5590 | 2024.07.15 19:57:04.061667 [ 3 ] {} <Debug> HTTP-Session: 0e3555c6-0dfd-4e20-afea-c7540a251e83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5591 | 2024.07.15 19:57:04.061698 [ 3 ] {} <Trace> HTTP-Session: 0e3555c6-0dfd-4e20-afea-c7540a251e83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5592 | 2024.07.15 19:57:04.061808 [ 3 ] {57fc8b93-e3f3-4277-9f33-0cdc6b794107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5593 | 2024.07.15 19:57:04.061852 [ 3 ] {57fc8b93-e3f3-4277-9f33-0cdc6b794107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5594 | 2024.07.15 19:57:04.061978 [ 3 ] {57fc8b93-e3f3-4277-9f33-0cdc6b794107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5595 | 2024.07.15 19:57:04.062280 [ 3 ] {57fc8b93-e3f3-4277-9f33-0cdc6b794107} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5596 | 2024.07.15 19:57:04.062318 [ 3 ] {57fc8b93-e3f3-4277-9f33-0cdc6b794107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
5597 | 2024.07.15 19:57:04.062682 [ 3 ] {57fc8b93-e3f3-4277-9f33-0cdc6b794107} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5598 | 2024.07.15 19:57:04.063023 [ 3 ] {57fc8b93-e3f3-4277-9f33-0cdc6b794107} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5599 | 2024.07.15 19:57:04.063165 [ 3 ] {57fc8b93-e3f3-4277-9f33-0cdc6b794107} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001387 sec., 36049.02667627974 rows/sec., 2.47 MiB/sec. | ||
5600 | 2024.07.15 19:57:04.063336 [ 3 ] {57fc8b93-e3f3-4277-9f33-0cdc6b794107} <Debug> DynamicQueryHandler: Done processing query | ||
5601 | 2024.07.15 19:57:04.063360 [ 3 ] {57fc8b93-e3f3-4277-9f33-0cdc6b794107} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5602 | 2024.07.15 19:57:04.063376 [ 3 ] {} <Debug> HTTP-Session: 0e3555c6-0dfd-4e20-afea-c7540a251e83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5603 | 2024.07.15 19:57:06.449424 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5604 | 2024.07.15 19:57:06.449526 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5605 | 2024.07.15 19:57:09.032357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5606 | 2024.07.15 19:57:09.032476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5607 | 2024.07.15 19:57:09.032505 [ 3 ] {} <Debug> HTTP-Session: 4218a8ce-dfee-4834-9def-8b54ea29535a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5608 | 2024.07.15 19:57:09.032532 [ 3 ] {} <Debug> HTTP-Session: 4218a8ce-dfee-4834-9def-8b54ea29535a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5609 | 2024.07.15 19:57:09.032550 [ 3 ] {} <Debug> HTTP-Session: 4218a8ce-dfee-4834-9def-8b54ea29535a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5610 | 2024.07.15 19:57:09.032606 [ 3 ] {} <Trace> HTTP-Session: 4218a8ce-dfee-4834-9def-8b54ea29535a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5611 | 2024.07.15 19:57:09.032875 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', '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', '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) | ||
5612 | 2024.07.15 19:57:09.033314 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5613 | 2024.07.15 19:57:09.033366 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <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', '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', '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 | ||
5614 | 2024.07.15 19:57:09.033723 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5615 | 2024.07.15 19:57:09.033802 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5616 | 2024.07.15 19:57:09.033975 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
5617 | 2024.07.15 19:57:09.034290 [ 256 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5618 | 2024.07.15 19:57:09.034326 [ 261 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
5619 | 2024.07.15 19:57:09.034291 [ 252 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5620 | 2024.07.15 19:57:09.034328 [ 259 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5621 | 2024.07.15 19:57:09.034290 [ 255 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5622 | 2024.07.15 19:57:09.034668 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
5623 | 2024.07.15 19:57:09.034700 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5624 | 2024.07.15 19:57:09.034838 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5625 | 2024.07.15 19:57:09.034862 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
5626 | 2024.07.15 19:57:09.034905 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <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', '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', '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'))" | ||
5627 | 2024.07.15 19:57:09.034952 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <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', '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', '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'))" | ||
5628 | 2024.07.15 19:57:09.034993 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <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', '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', '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'))" | ||
5629 | 2024.07.15 19:57:09.035034 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <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', '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', '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'))" | ||
5630 | 2024.07.15 19:57:09.037093 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.004345 sec., 8285.385500575374 rows/sec., 310.61 KiB/sec. | ||
5631 | 2024.07.15 19:57:09.037517 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Debug> DynamicQueryHandler: Done processing query | ||
5632 | 2024.07.15 19:57:09.037544 [ 3 ] {f3eb5875-130e-4df0-b49f-0c5e583fb476} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
5633 | 2024.07.15 19:57:09.037561 [ 3 ] {} <Debug> HTTP-Session: 4218a8ce-dfee-4834-9def-8b54ea29535a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5634 | 2024.07.15 19:57:09.037814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5635 | 2024.07.15 19:57:09.037863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5636 | 2024.07.15 19:57:09.037882 [ 3 ] {} <Debug> HTTP-Session: 4523e8ec-999f-413c-9c51-17aa0c46c063 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5637 | 2024.07.15 19:57:09.037899 [ 3 ] {} <Debug> HTTP-Session: 4523e8ec-999f-413c-9c51-17aa0c46c063 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5638 | 2024.07.15 19:57:09.037912 [ 3 ] {} <Debug> HTTP-Session: 4523e8ec-999f-413c-9c51-17aa0c46c063 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5639 | 2024.07.15 19:57:09.037945 [ 3 ] {} <Trace> HTTP-Session: 4523e8ec-999f-413c-9c51-17aa0c46c063 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5640 | 2024.07.15 19:57:09.038102 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', '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_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) | ||
5641 | 2024.07.15 19:57:09.038399 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5642 | 2024.07.15 19:57:09.038448 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <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', '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_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 | ||
5643 | 2024.07.15 19:57:09.038767 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5644 | 2024.07.15 19:57:09.038833 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5645 | 2024.07.15 19:57:09.038971 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
5646 | 2024.07.15 19:57:09.039103 [ 263 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5647 | 2024.07.15 19:57:09.039245 [ 252 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5648 | 2024.07.15 19:57:09.039301 [ 256 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
5649 | 2024.07.15 19:57:09.039279 [ 259 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5650 | 2024.07.15 19:57:09.039259 [ 264 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5651 | 2024.07.15 19:57:09.039512 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
5652 | 2024.07.15 19:57:09.039543 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5653 | 2024.07.15 19:57:09.039667 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5654 | 2024.07.15 19:57:09.039689 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
5655 | 2024.07.15 19:57:09.039728 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <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', '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_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'))" | ||
5656 | 2024.07.15 19:57:09.039771 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <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', '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_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'))" | ||
5657 | 2024.07.15 19:57:09.039811 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <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', '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_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'))" | ||
5658 | 2024.07.15 19:57:09.039848 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <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', '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_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'))" | ||
5659 | 2024.07.15 19:57:09.041825 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.003801 sec., 9471.19179163378 rows/sec., 355.07 KiB/sec. | ||
5660 | 2024.07.15 19:57:09.042228 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Debug> DynamicQueryHandler: Done processing query | ||
5661 | 2024.07.15 19:57:09.042254 [ 3 ] {1c7eaf14-14f5-490e-b761-be067a5aedce} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
5662 | 2024.07.15 19:57:09.042271 [ 3 ] {} <Debug> HTTP-Session: 4523e8ec-999f-413c-9c51-17aa0c46c063 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5663 | 2024.07.15 19:57:09.042582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5664 | 2024.07.15 19:57:09.042630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5665 | 2024.07.15 19:57:09.042648 [ 3 ] {} <Debug> HTTP-Session: 0da3ccc0-cb5c-4c19-9fd8-15d7435fa1ca Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5666 | 2024.07.15 19:57:09.042665 [ 3 ] {} <Debug> HTTP-Session: 0da3ccc0-cb5c-4c19-9fd8-15d7435fa1ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5667 | 2024.07.15 19:57:09.042679 [ 3 ] {} <Debug> HTTP-Session: 0da3ccc0-cb5c-4c19-9fd8-15d7435fa1ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5668 | 2024.07.15 19:57:09.042710 [ 3 ] {} <Trace> HTTP-Session: 0da3ccc0-cb5c-4c19-9fd8-15d7435fa1ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5669 | 2024.07.15 19:57:09.042862 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', '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_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) | ||
5670 | 2024.07.15 19:57:09.043160 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5671 | 2024.07.15 19:57:09.043209 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <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', '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_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 | ||
5672 | 2024.07.15 19:57:09.043525 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5673 | 2024.07.15 19:57:09.043590 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5674 | 2024.07.15 19:57:09.043728 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
5675 | 2024.07.15 19:57:09.043941 [ 261 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5676 | 2024.07.15 19:57:09.043965 [ 260 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
5677 | 2024.07.15 19:57:09.043983 [ 256 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5678 | 2024.07.15 19:57:09.043996 [ 263 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5679 | 2024.07.15 19:57:09.043948 [ 259 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5680 | 2024.07.15 19:57:09.044154 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
5681 | 2024.07.15 19:57:09.044185 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5682 | 2024.07.15 19:57:09.044306 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5683 | 2024.07.15 19:57:09.044328 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
5684 | 2024.07.15 19:57:09.044367 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <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', '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_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'))" | ||
5685 | 2024.07.15 19:57:09.044409 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <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', '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_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'))" | ||
5686 | 2024.07.15 19:57:09.044448 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <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', '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_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'))" | ||
5687 | 2024.07.15 19:57:09.044484 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <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', '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_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'))" | ||
5688 | 2024.07.15 19:57:09.046483 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.003699 sec., 9732.3600973236 rows/sec., 364.86 KiB/sec. | ||
5689 | 2024.07.15 19:57:09.046847 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Debug> DynamicQueryHandler: Done processing query | ||
5690 | 2024.07.15 19:57:09.046871 [ 3 ] {ff504b3e-dbd0-47a3-b9c5-b1796b084939} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
5691 | 2024.07.15 19:57:09.046888 [ 3 ] {} <Debug> HTTP-Session: 0da3ccc0-cb5c-4c19-9fd8-15d7435fa1ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5692 | 2024.07.15 19:57:09.047135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5693 | 2024.07.15 19:57:09.047183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5694 | 2024.07.15 19:57:09.047202 [ 3 ] {} <Debug> HTTP-Session: 4e03ad12-ed4d-43c4-b5ea-131f38ae78cf Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5695 | 2024.07.15 19:57:09.047218 [ 3 ] {} <Debug> HTTP-Session: 4e03ad12-ed4d-43c4-b5ea-131f38ae78cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5696 | 2024.07.15 19:57:09.047232 [ 3 ] {} <Debug> HTTP-Session: 4e03ad12-ed4d-43c4-b5ea-131f38ae78cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5697 | 2024.07.15 19:57:09.047263 [ 3 ] {} <Trace> HTTP-Session: 4e03ad12-ed4d-43c4-b5ea-131f38ae78cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5698 | 2024.07.15 19:57:09.047419 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) 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', '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) | ||
5699 | 2024.07.15 19:57:09.047711 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
5700 | 2024.07.15 19:57:09.047760 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <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', '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 | ||
5701 | 2024.07.15 19:57:09.048081 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5702 | 2024.07.15 19:57:09.048146 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
5703 | 2024.07.15 19:57:09.048288 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
5704 | 2024.07.15 19:57:09.048497 [ 259 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
5705 | 2024.07.15 19:57:09.048537 [ 261 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
5706 | 2024.07.15 19:57:09.048574 [ 260 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
5707 | 2024.07.15 19:57:09.048627 [ 256 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
5708 | 2024.07.15 19:57:09.048632 [ 264 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
5709 | 2024.07.15 19:57:09.048778 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
5710 | 2024.07.15 19:57:09.048809 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
5711 | 2024.07.15 19:57:09.048929 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
5712 | 2024.07.15 19:57:09.048950 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
5713 | 2024.07.15 19:57:09.048990 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <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', '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'))" | ||
5714 | 2024.07.15 19:57:09.049033 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <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', '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'))" | ||
5715 | 2024.07.15 19:57:09.049072 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <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', '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'))" | ||
5716 | 2024.07.15 19:57:09.049109 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <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', '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'))" | ||
5717 | 2024.07.15 19:57:09.051468 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.004129 sec., 8718.81811576653 rows/sec., 326.86 KiB/sec. | ||
5718 | 2024.07.15 19:57:09.051852 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Debug> DynamicQueryHandler: Done processing query | ||
5719 | 2024.07.15 19:57:09.051878 [ 3 ] {53e756ea-57ad-4472-a82d-f192b075a3d1} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
5720 | 2024.07.15 19:57:09.051894 [ 3 ] {} <Debug> HTTP-Session: 4e03ad12-ed4d-43c4-b5ea-131f38ae78cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5721 | 2024.07.15 19:57:09.059389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5722 | 2024.07.15 19:57:09.059448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5723 | 2024.07.15 19:57:09.059471 [ 3 ] {} <Debug> HTTP-Session: b8da4073-b50d-470e-8f4c-1d6933bc70aa Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5724 | 2024.07.15 19:57:09.059491 [ 3 ] {} <Debug> HTTP-Session: b8da4073-b50d-470e-8f4c-1d6933bc70aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5725 | 2024.07.15 19:57:09.059508 [ 3 ] {} <Debug> HTTP-Session: b8da4073-b50d-470e-8f4c-1d6933bc70aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5726 | 2024.07.15 19:57:09.059546 [ 3 ] {} <Trace> HTTP-Session: b8da4073-b50d-470e-8f4c-1d6933bc70aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5727 | 2024.07.15 19:57:09.059682 [ 3 ] {6d0d3f96-7098-48b0-90ee-d9f0e5ea9cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
5728 | 2024.07.15 19:57:09.059735 [ 3 ] {6d0d3f96-7098-48b0-90ee-d9f0e5ea9cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
5729 | 2024.07.15 19:57:09.059937 [ 3 ] {6d0d3f96-7098-48b0-90ee-d9f0e5ea9cef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5730 | 2024.07.15 19:57:09.060304 [ 3 ] {6d0d3f96-7098-48b0-90ee-d9f0e5ea9cef} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5731 | 2024.07.15 19:57:09.060342 [ 3 ] {6d0d3f96-7098-48b0-90ee-d9f0e5ea9cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5732 | 2024.07.15 19:57:09.060822 [ 3 ] {6d0d3f96-7098-48b0-90ee-d9f0e5ea9cef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5733 | 2024.07.15 19:57:09.061143 [ 3 ] {6d0d3f96-7098-48b0-90ee-d9f0e5ea9cef} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5734 | 2024.07.15 19:57:09.061301 [ 3 ] {6d0d3f96-7098-48b0-90ee-d9f0e5ea9cef} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001655 sec., 2416.918429003021 rows/sec., 307.43 KiB/sec. | ||
5735 | 2024.07.15 19:57:09.061305 [ 141 ] {} <Debug> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5736 | 2024.07.15 19:57:09.061402 [ 141 ] {} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5737 | 2024.07.15 19:57:09.061451 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5738 | 2024.07.15 19:57:09.061628 [ 3 ] {6d0d3f96-7098-48b0-90ee-d9f0e5ea9cef} <Debug> DynamicQueryHandler: Done processing query | ||
5739 | 2024.07.15 19:57:09.061731 [ 3 ] {6d0d3f96-7098-48b0-90ee-d9f0e5ea9cef} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5740 | 2024.07.15 19:57:09.061818 [ 3 ] {} <Debug> HTTP-Session: b8da4073-b50d-470e-8f4c-1d6933bc70aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5741 | 2024.07.15 19:57:09.061930 [ 192 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::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 | ||
5742 | 2024.07.15 19:57:09.062020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5743 | 2024.07.15 19:57:09.062131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5744 | 2024.07.15 19:57:09.062192 [ 3 ] {} <Debug> HTTP-Session: 350cb977-ed90-4575-afe0-fc255313d7f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5745 | 2024.07.15 19:57:09.062241 [ 3 ] {} <Debug> HTTP-Session: 350cb977-ed90-4575-afe0-fc255313d7f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5746 | 2024.07.15 19:57:09.062296 [ 3 ] {} <Debug> HTTP-Session: 350cb977-ed90-4575-afe0-fc255313d7f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5747 | 2024.07.15 19:57:09.062395 [ 3 ] {} <Trace> HTTP-Session: 350cb977-ed90-4575-afe0-fc255313d7f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5748 | 2024.07.15 19:57:09.062653 [ 3 ] {ce935f84-16e2-43f9-aade-d910e2c8a5e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5749 | 2024.07.15 19:57:09.062740 [ 3 ] {ce935f84-16e2-43f9-aade-d910e2c8a5e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5750 | 2024.07.15 19:57:09.062980 [ 192 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5751 | 2024.07.15 19:57:09.063113 [ 192 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::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 | ||
5752 | 2024.07.15 19:57:09.063252 [ 3 ] {ce935f84-16e2-43f9-aade-d910e2c8a5e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5753 | 2024.07.15 19:57:09.063390 [ 192 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::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 | ||
5754 | 2024.07.15 19:57:09.063562 [ 192 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
5755 | 2024.07.15 19:57:09.063826 [ 192 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
5756 | 2024.07.15 19:57:09.064152 [ 192 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::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 | ||
5757 | 2024.07.15 19:57:09.064460 [ 192 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
5758 | 2024.07.15 19:57:09.064484 [ 3 ] {ce935f84-16e2-43f9-aade-d910e2c8a5e5} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5759 | 2024.07.15 19:57:09.064583 [ 3 ] {ce935f84-16e2-43f9-aade-d910e2c8a5e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5760 | 2024.07.15 19:57:09.065587 [ 3 ] {ce935f84-16e2-43f9-aade-d910e2c8a5e5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5761 | 2024.07.15 19:57:09.066774 [ 3 ] {ce935f84-16e2-43f9-aade-d910e2c8a5e5} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5762 | 2024.07.15 19:57:09.067160 [ 3 ] {ce935f84-16e2-43f9-aade-d910e2c8a5e5} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.004603 sec., 5213.990875515968 rows/sec., 422.62 KiB/sec. | ||
5763 | 2024.07.15 19:57:09.067614 [ 3 ] {ce935f84-16e2-43f9-aade-d910e2c8a5e5} <Debug> DynamicQueryHandler: Done processing query | ||
5764 | 2024.07.15 19:57:09.067673 [ 3 ] {ce935f84-16e2-43f9-aade-d910e2c8a5e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5765 | 2024.07.15 19:57:09.067746 [ 3 ] {} <Debug> HTTP-Session: 350cb977-ed90-4575-afe0-fc255313d7f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5766 | 2024.07.15 19:57:09.068007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18686, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5767 | 2024.07.15 19:57:09.068137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5768 | 2024.07.15 19:57:09.068211 [ 3 ] {} <Debug> HTTP-Session: 9fb50345-07ed-4485-b97f-aebdea654058 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5769 | 2024.07.15 19:57:09.068270 [ 3 ] {} <Debug> HTTP-Session: 9fb50345-07ed-4485-b97f-aebdea654058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5770 | 2024.07.15 19:57:09.068326 [ 3 ] {} <Debug> HTTP-Session: 9fb50345-07ed-4485-b97f-aebdea654058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5771 | 2024.07.15 19:57:09.068437 [ 3 ] {} <Trace> HTTP-Session: 9fb50345-07ed-4485-b97f-aebdea654058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5772 | 2024.07.15 19:57:09.068805 [ 3 ] {d802dd21-2652-4527-9730-dd7df60ecd86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5773 | 2024.07.15 19:57:09.068933 [ 3 ] {d802dd21-2652-4527-9730-dd7df60ecd86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5774 | 2024.07.15 19:57:09.069776 [ 3 ] {d802dd21-2652-4527-9730-dd7df60ecd86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5775 | 2024.07.15 19:57:09.071125 [ 3 ] {d802dd21-2652-4527-9730-dd7df60ecd86} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5776 | 2024.07.15 19:57:09.071233 [ 3 ] {d802dd21-2652-4527-9730-dd7df60ecd86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5777 | 2024.07.15 19:57:09.072317 [ 3 ] {d802dd21-2652-4527-9730-dd7df60ecd86} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5778 | 2024.07.15 19:57:09.073455 [ 3 ] {d802dd21-2652-4527-9730-dd7df60ecd86} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5779 | 2024.07.15 19:57:09.073601 [ 198 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.012031939 sec., 3407.5970631167593 rows/sec., 479.44 KiB/sec. | ||
5780 | 2024.07.15 19:57:09.073789 [ 3 ] {d802dd21-2652-4527-9730-dd7df60ecd86} <Debug> executeQuery: Read 128 rows, 10.89 KiB in 0.005156 sec., 24825.44608223429 rows/sec., 2.06 MiB/sec. | ||
5781 | 2024.07.15 19:57:09.073927 [ 198 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5782 | 2024.07.15 19:57:09.074081 [ 3 ] {d802dd21-2652-4527-9730-dd7df60ecd86} <Debug> DynamicQueryHandler: Done processing query | ||
5783 | 2024.07.15 19:57:09.074136 [ 3 ] {d802dd21-2652-4527-9730-dd7df60ecd86} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5784 | 2024.07.15 19:57:09.074187 [ 3 ] {} <Debug> HTTP-Session: 9fb50345-07ed-4485-b97f-aebdea654058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5785 | 2024.07.15 19:57:09.074385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5786 | 2024.07.15 19:57:09.074514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5787 | 2024.07.15 19:57:09.074587 [ 3 ] {} <Debug> HTTP-Session: c750e549-6b32-4f41-b34a-937ca1f655ae Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5788 | 2024.07.15 19:57:09.074633 [ 3 ] {} <Debug> HTTP-Session: c750e549-6b32-4f41-b34a-937ca1f655ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5789 | 2024.07.15 19:57:09.074650 [ 3 ] {} <Debug> HTTP-Session: c750e549-6b32-4f41-b34a-937ca1f655ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5790 | 2024.07.15 19:57:09.074704 [ 3 ] {} <Trace> HTTP-Session: c750e549-6b32-4f41-b34a-937ca1f655ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5791 | 2024.07.15 19:57:09.074904 [ 198 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::all_1_6_1} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5792 | 2024.07.15 19:57:09.074919 [ 3 ] {a3154957-a511-4201-8f1f-f8f842c5572d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5793 | 2024.07.15 19:57:09.075014 [ 3 ] {a3154957-a511-4201-8f1f-f8f842c5572d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5794 | 2024.07.15 19:57:09.075086 [ 198 ] {96f1f682-1ff3-4b74-ae42-8ea19079a750::all_1_6_1} <Trace> oximeter.timeseries_schema (96f1f682-1ff3-4b74-ae42-8ea19079a750) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5795 | 2024.07.15 19:57:09.075314 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
5796 | 2024.07.15 19:57:09.075397 [ 3 ] {a3154957-a511-4201-8f1f-f8f842c5572d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5797 | 2024.07.15 19:57:09.075745 [ 3 ] {a3154957-a511-4201-8f1f-f8f842c5572d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5798 | 2024.07.15 19:57:09.075782 [ 3 ] {a3154957-a511-4201-8f1f-f8f842c5572d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5799 | 2024.07.15 19:57:09.076102 [ 3 ] {a3154957-a511-4201-8f1f-f8f842c5572d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5800 | 2024.07.15 19:57:09.076417 [ 3 ] {a3154957-a511-4201-8f1f-f8f842c5572d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5801 | 2024.07.15 19:57:09.076579 [ 3 ] {a3154957-a511-4201-8f1f-f8f842c5572d} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001745 sec., 50429.7994269341 rows/sec., 3.94 MiB/sec. | ||
5802 | 2024.07.15 19:57:09.076750 [ 3 ] {a3154957-a511-4201-8f1f-f8f842c5572d} <Debug> DynamicQueryHandler: Done processing query | ||
5803 | 2024.07.15 19:57:09.076774 [ 3 ] {a3154957-a511-4201-8f1f-f8f842c5572d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5804 | 2024.07.15 19:57:09.076791 [ 3 ] {} <Debug> HTTP-Session: c750e549-6b32-4f41-b34a-937ca1f655ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5805 | 2024.07.15 19:57:09.076956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5806 | 2024.07.15 19:57:09.077004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5807 | 2024.07.15 19:57:09.077022 [ 3 ] {} <Debug> HTTP-Session: f308bc16-1671-4ebe-b0b4-e7c95b8875a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5808 | 2024.07.15 19:57:09.077039 [ 3 ] {} <Debug> HTTP-Session: f308bc16-1671-4ebe-b0b4-e7c95b8875a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5809 | 2024.07.15 19:57:09.077053 [ 3 ] {} <Debug> HTTP-Session: f308bc16-1671-4ebe-b0b4-e7c95b8875a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5810 | 2024.07.15 19:57:09.077084 [ 3 ] {} <Trace> HTTP-Session: f308bc16-1671-4ebe-b0b4-e7c95b8875a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5811 | 2024.07.15 19:57:09.077230 [ 3 ] {2caddf44-0e42-4e44-a2a9-d27ce79248e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5812 | 2024.07.15 19:57:09.077277 [ 3 ] {2caddf44-0e42-4e44-a2a9-d27ce79248e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5813 | 2024.07.15 19:57:09.077423 [ 3 ] {2caddf44-0e42-4e44-a2a9-d27ce79248e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5814 | 2024.07.15 19:57:09.077811 [ 3 ] {2caddf44-0e42-4e44-a2a9-d27ce79248e2} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5815 | 2024.07.15 19:57:09.077846 [ 3 ] {2caddf44-0e42-4e44-a2a9-d27ce79248e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5816 | 2024.07.15 19:57:09.078227 [ 3 ] {2caddf44-0e42-4e44-a2a9-d27ce79248e2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5817 | 2024.07.15 19:57:09.078582 [ 3 ] {2caddf44-0e42-4e44-a2a9-d27ce79248e2} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5818 | 2024.07.15 19:57:09.078745 [ 3 ] {2caddf44-0e42-4e44-a2a9-d27ce79248e2} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001574 sec., 100381.19440914867 rows/sec., 6.99 MiB/sec. | ||
5819 | 2024.07.15 19:57:09.079087 [ 3 ] {2caddf44-0e42-4e44-a2a9-d27ce79248e2} <Debug> DynamicQueryHandler: Done processing query | ||
5820 | 2024.07.15 19:57:09.079122 [ 3 ] {2caddf44-0e42-4e44-a2a9-d27ce79248e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5821 | 2024.07.15 19:57:09.079139 [ 3 ] {} <Debug> HTTP-Session: f308bc16-1671-4ebe-b0b4-e7c95b8875a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5822 | 2024.07.15 19:57:09.079316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38536, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5823 | 2024.07.15 19:57:09.079366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5824 | 2024.07.15 19:57:09.079385 [ 3 ] {} <Debug> HTTP-Session: 6a46b11e-d885-4f9f-ba49-f796224c115b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5825 | 2024.07.15 19:57:09.079401 [ 3 ] {} <Debug> HTTP-Session: 6a46b11e-d885-4f9f-ba49-f796224c115b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5826 | 2024.07.15 19:57:09.079414 [ 3 ] {} <Debug> HTTP-Session: 6a46b11e-d885-4f9f-ba49-f796224c115b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5827 | 2024.07.15 19:57:09.079444 [ 3 ] {} <Trace> HTTP-Session: 6a46b11e-d885-4f9f-ba49-f796224c115b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5828 | 2024.07.15 19:57:09.079731 [ 3 ] {8ae1b36a-757c-4576-bbd2-abd0ac7a72c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5829 | 2024.07.15 19:57:09.079805 [ 3 ] {8ae1b36a-757c-4576-bbd2-abd0ac7a72c5} <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 | ||
5830 | 2024.07.15 19:57:09.080243 [ 3 ] {8ae1b36a-757c-4576-bbd2-abd0ac7a72c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5831 | 2024.07.15 19:57:09.080875 [ 3 ] {8ae1b36a-757c-4576-bbd2-abd0ac7a72c5} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5832 | 2024.07.15 19:57:09.080912 [ 3 ] {8ae1b36a-757c-4576-bbd2-abd0ac7a72c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5833 | 2024.07.15 19:57:09.081533 [ 3 ] {8ae1b36a-757c-4576-bbd2-abd0ac7a72c5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5834 | 2024.07.15 19:57:09.081941 [ 3 ] {8ae1b36a-757c-4576-bbd2-abd0ac7a72c5} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5835 | 2024.07.15 19:57:09.082146 [ 3 ] {8ae1b36a-757c-4576-bbd2-abd0ac7a72c5} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00261 sec., 9195.402298850575 rows/sec., 16.48 MiB/sec. | ||
5836 | 2024.07.15 19:57:09.082378 [ 3 ] {8ae1b36a-757c-4576-bbd2-abd0ac7a72c5} <Debug> DynamicQueryHandler: Done processing query | ||
5837 | 2024.07.15 19:57:09.082402 [ 3 ] {8ae1b36a-757c-4576-bbd2-abd0ac7a72c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5838 | 2024.07.15 19:57:09.082419 [ 3 ] {} <Debug> HTTP-Session: 6a46b11e-d885-4f9f-ba49-f796224c115b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5839 | 2024.07.15 19:57:09.082544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 8843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5840 | 2024.07.15 19:57:09.082592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5841 | 2024.07.15 19:57:09.082611 [ 3 ] {} <Debug> HTTP-Session: 39bc9069-3708-4af8-9c69-28f5c315fea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5842 | 2024.07.15 19:57:09.082628 [ 3 ] {} <Debug> HTTP-Session: 39bc9069-3708-4af8-9c69-28f5c315fea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5843 | 2024.07.15 19:57:09.082642 [ 3 ] {} <Debug> HTTP-Session: 39bc9069-3708-4af8-9c69-28f5c315fea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5844 | 2024.07.15 19:57:09.082673 [ 3 ] {} <Trace> HTTP-Session: 39bc9069-3708-4af8-9c69-28f5c315fea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5845 | 2024.07.15 19:57:09.082784 [ 3 ] {b35b447a-49a5-478a-bca8-929ec3ed6ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5846 | 2024.07.15 19:57:09.082828 [ 3 ] {b35b447a-49a5-478a-bca8-929ec3ed6ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5847 | 2024.07.15 19:57:09.082959 [ 3 ] {b35b447a-49a5-478a-bca8-929ec3ed6ea3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5848 | 2024.07.15 19:57:09.083355 [ 3 ] {b35b447a-49a5-478a-bca8-929ec3ed6ea3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5849 | 2024.07.15 19:57:09.083390 [ 3 ] {b35b447a-49a5-478a-bca8-929ec3ed6ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5850 | 2024.07.15 19:57:09.083748 [ 3 ] {b35b447a-49a5-478a-bca8-929ec3ed6ea3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5851 | 2024.07.15 19:57:09.084067 [ 3 ] {b35b447a-49a5-478a-bca8-929ec3ed6ea3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5852 | 2024.07.15 19:57:09.084225 [ 3 ] {b35b447a-49a5-478a-bca8-929ec3ed6ea3} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.00147 sec., 39455.78231292517 rows/sec., 2.67 MiB/sec. | ||
5853 | 2024.07.15 19:57:09.084391 [ 3 ] {b35b447a-49a5-478a-bca8-929ec3ed6ea3} <Debug> DynamicQueryHandler: Done processing query | ||
5854 | 2024.07.15 19:57:09.084414 [ 3 ] {b35b447a-49a5-478a-bca8-929ec3ed6ea3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5855 | 2024.07.15 19:57:09.084430 [ 3 ] {} <Debug> HTTP-Session: 39bc9069-3708-4af8-9c69-28f5c315fea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5856 | 2024.07.15 19:57:14.043583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5857 | 2024.07.15 19:57:14.043710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5858 | 2024.07.15 19:57:14.043736 [ 3 ] {} <Debug> HTTP-Session: a74750b1-47ce-48b9-9f27-6e46b8e178df Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5859 | 2024.07.15 19:57:14.043762 [ 3 ] {} <Debug> HTTP-Session: a74750b1-47ce-48b9-9f27-6e46b8e178df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5860 | 2024.07.15 19:57:14.043777 [ 3 ] {} <Debug> HTTP-Session: a74750b1-47ce-48b9-9f27-6e46b8e178df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5861 | 2024.07.15 19:57:14.043828 [ 3 ] {} <Trace> HTTP-Session: a74750b1-47ce-48b9-9f27-6e46b8e178df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5862 | 2024.07.15 19:57:14.044009 [ 3 ] {e5554ec2-685d-43ec-86fe-50178751fa18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5863 | 2024.07.15 19:57:14.044076 [ 3 ] {e5554ec2-685d-43ec-86fe-50178751fa18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5864 | 2024.07.15 19:57:14.044269 [ 3 ] {e5554ec2-685d-43ec-86fe-50178751fa18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5865 | 2024.07.15 19:57:14.044825 [ 3 ] {e5554ec2-685d-43ec-86fe-50178751fa18} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5866 | 2024.07.15 19:57:14.044885 [ 3 ] {e5554ec2-685d-43ec-86fe-50178751fa18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5867 | 2024.07.15 19:57:14.045435 [ 3 ] {e5554ec2-685d-43ec-86fe-50178751fa18} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5868 | 2024.07.15 19:57:14.045963 [ 3 ] {e5554ec2-685d-43ec-86fe-50178751fa18} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5869 | 2024.07.15 19:57:14.046178 [ 3 ] {e5554ec2-685d-43ec-86fe-50178751fa18} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.002217 sec., 5412.719891745603 rows/sec., 372.65 KiB/sec. | ||
5870 | 2024.07.15 19:57:14.046460 [ 3 ] {e5554ec2-685d-43ec-86fe-50178751fa18} <Debug> DynamicQueryHandler: Done processing query | ||
5871 | 2024.07.15 19:57:14.046499 [ 3 ] {e5554ec2-685d-43ec-86fe-50178751fa18} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5872 | 2024.07.15 19:57:14.046526 [ 3 ] {} <Debug> HTTP-Session: a74750b1-47ce-48b9-9f27-6e46b8e178df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5873 | 2024.07.15 19:57:14.046742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5874 | 2024.07.15 19:57:14.046822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5875 | 2024.07.15 19:57:14.046855 [ 3 ] {} <Debug> HTTP-Session: 3c783b75-8251-47b5-b06a-1fffa0032d0f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5876 | 2024.07.15 19:57:14.046882 [ 3 ] {} <Debug> HTTP-Session: 3c783b75-8251-47b5-b06a-1fffa0032d0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5877 | 2024.07.15 19:57:14.046907 [ 3 ] {} <Debug> HTTP-Session: 3c783b75-8251-47b5-b06a-1fffa0032d0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5878 | 2024.07.15 19:57:14.046957 [ 3 ] {} <Trace> HTTP-Session: 3c783b75-8251-47b5-b06a-1fffa0032d0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5879 | 2024.07.15 19:57:14.047173 [ 3 ] {3c774ba3-b898-4c83-bac0-a9a951228225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5880 | 2024.07.15 19:57:14.047237 [ 3 ] {3c774ba3-b898-4c83-bac0-a9a951228225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5881 | 2024.07.15 19:57:14.047432 [ 3 ] {3c774ba3-b898-4c83-bac0-a9a951228225} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5882 | 2024.07.15 19:57:14.047901 [ 3 ] {3c774ba3-b898-4c83-bac0-a9a951228225} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5883 | 2024.07.15 19:57:14.047939 [ 3 ] {3c774ba3-b898-4c83-bac0-a9a951228225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5884 | 2024.07.15 19:57:14.048267 [ 3 ] {3c774ba3-b898-4c83-bac0-a9a951228225} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5885 | 2024.07.15 19:57:14.048586 [ 3 ] {3c774ba3-b898-4c83-bac0-a9a951228225} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5886 | 2024.07.15 19:57:14.048740 [ 3 ] {3c774ba3-b898-4c83-bac0-a9a951228225} <Debug> executeQuery: Read 179 rows, 16.16 KiB in 0.001668 sec., 107314.14868105516 rows/sec., 9.46 MiB/sec. | ||
5887 | 2024.07.15 19:57:14.048754 [ 136 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5888 | 2024.07.15 19:57:14.048857 [ 136 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5889 | 2024.07.15 19:57:14.048905 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5890 | 2024.07.15 19:57:14.048993 [ 3 ] {3c774ba3-b898-4c83-bac0-a9a951228225} <Debug> DynamicQueryHandler: Done processing query | ||
5891 | 2024.07.15 19:57:14.049075 [ 3 ] {3c774ba3-b898-4c83-bac0-a9a951228225} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5892 | 2024.07.15 19:57:14.049141 [ 3 ] {} <Debug> HTTP-Session: 3c783b75-8251-47b5-b06a-1fffa0032d0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5893 | 2024.07.15 19:57:14.049268 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
5894 | 2024.07.15 19:57:14.049472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5895 | 2024.07.15 19:57:14.049569 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5896 | 2024.07.15 19:57:14.049583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5897 | 2024.07.15 19:57:14.049638 [ 3 ] {} <Debug> HTTP-Session: 344f3734-0e17-4f0a-87a2-ebebc91941df Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5898 | 2024.07.15 19:57:14.049638 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 252 rows starting from the beginning of the part | ||
5899 | 2024.07.15 19:57:14.049665 [ 3 ] {} <Debug> HTTP-Session: 344f3734-0e17-4f0a-87a2-ebebc91941df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5900 | 2024.07.15 19:57:14.049710 [ 3 ] {} <Debug> HTTP-Session: 344f3734-0e17-4f0a-87a2-ebebc91941df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5901 | 2024.07.15 19:57:14.049809 [ 3 ] {} <Trace> HTTP-Session: 344f3734-0e17-4f0a-87a2-ebebc91941df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5902 | 2024.07.15 19:57:14.049860 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 177 rows starting from the beginning of the part | ||
5903 | 2024.07.15 19:57:14.050134 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
5904 | 2024.07.15 19:57:14.050442 [ 3 ] {82cde1e6-54cb-42bb-8777-89b55378d843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5905 | 2024.07.15 19:57:14.050492 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 175 rows starting from the beginning of the part | ||
5906 | 2024.07.15 19:57:14.050629 [ 3 ] {82cde1e6-54cb-42bb-8777-89b55378d843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5907 | 2024.07.15 19:57:14.050779 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 128 rows starting from the beginning of the part | ||
5908 | 2024.07.15 19:57:14.051079 [ 188 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 179 rows starting from the beginning of the part | ||
5909 | 2024.07.15 19:57:14.051749 [ 3 ] {82cde1e6-54cb-42bb-8777-89b55378d843} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5910 | 2024.07.15 19:57:14.052867 [ 3 ] {82cde1e6-54cb-42bb-8777-89b55378d843} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5911 | 2024.07.15 19:57:14.052954 [ 3 ] {82cde1e6-54cb-42bb-8777-89b55378d843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5912 | 2024.07.15 19:57:14.053705 [ 3 ] {82cde1e6-54cb-42bb-8777-89b55378d843} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5913 | 2024.07.15 19:57:14.053996 [ 198 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1071 rows, containing 4 columns (4 merged, 0 gathered) in 0.005012099 sec., 213682.930045875 rows/sec., 18.49 MiB/sec. | ||
5914 | 2024.07.15 19:57:14.054313 [ 3 ] {82cde1e6-54cb-42bb-8777-89b55378d843} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5915 | 2024.07.15 19:57:14.054323 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5916 | 2024.07.15 19:57:14.054617 [ 136 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5917 | 2024.07.15 19:57:14.054626 [ 3 ] {82cde1e6-54cb-42bb-8777-89b55378d843} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.004524 sec., 85764.80990274093 rows/sec., 6.03 MiB/sec. | ||
5918 | 2024.07.15 19:57:14.054745 [ 136 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5919 | 2024.07.15 19:57:14.054906 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5920 | 2024.07.15 19:57:14.055297 [ 3 ] {82cde1e6-54cb-42bb-8777-89b55378d843} <Debug> DynamicQueryHandler: Done processing query | ||
5921 | 2024.07.15 19:57:14.055364 [ 3 ] {82cde1e6-54cb-42bb-8777-89b55378d843} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5922 | 2024.07.15 19:57:14.055375 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
5923 | 2024.07.15 19:57:14.055411 [ 3 ] {} <Debug> HTTP-Session: 344f3734-0e17-4f0a-87a2-ebebc91941df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.07.15 19:57:14.055641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5925 | 2024.07.15 19:57:14.055695 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5926 | 2024.07.15 19:57:14.055735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5927 | 2024.07.15 19:57:14.055755 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 432 rows starting from the beginning of the part | ||
5928 | 2024.07.15 19:57:14.055770 [ 3 ] {} <Debug> HTTP-Session: aeb0e8ba-3858-44c4-9c3d-aed6a57364b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5929 | 2024.07.15 19:57:14.055832 [ 3 ] {} <Debug> HTTP-Session: aeb0e8ba-3858-44c4-9c3d-aed6a57364b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5930 | 2024.07.15 19:57:14.055875 [ 3 ] {} <Debug> HTTP-Session: aeb0e8ba-3858-44c4-9c3d-aed6a57364b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5931 | 2024.07.15 19:57:14.055906 [ 198 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5932 | 2024.07.15 19:57:14.056042 [ 3 ] {} <Trace> HTTP-Session: aeb0e8ba-3858-44c4-9c3d-aed6a57364b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5933 | 2024.07.15 19:57:14.056097 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 384 rows starting from the beginning of the part | ||
5934 | 2024.07.15 19:57:14.056433 [ 198 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_31_6} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5935 | 2024.07.15 19:57:14.056458 [ 3 ] {578e1f73-b174-4281-a745-cefa1b1f8e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5936 | 2024.07.15 19:57:14.056469 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part | ||
5937 | 2024.07.15 19:57:14.056686 [ 3 ] {578e1f73-b174-4281-a745-cefa1b1f8e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5938 | 2024.07.15 19:57:14.056824 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
5939 | 2024.07.15 19:57:14.056932 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 380 rows starting from the beginning of the part | ||
5940 | 2024.07.15 19:57:14.057426 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 88 rows starting from the beginning of the part | ||
5941 | 2024.07.15 19:57:14.057761 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 388 rows starting from the beginning of the part | ||
5942 | 2024.07.15 19:57:14.058559 [ 3 ] {578e1f73-b174-4281-a745-cefa1b1f8e7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5943 | 2024.07.15 19:57:14.059314 [ 3 ] {578e1f73-b174-4281-a745-cefa1b1f8e7b} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5944 | 2024.07.15 19:57:14.059381 [ 3 ] {578e1f73-b174-4281-a745-cefa1b1f8e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5945 | 2024.07.15 19:57:14.060456 [ 3 ] {578e1f73-b174-4281-a745-cefa1b1f8e7b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5946 | 2024.07.15 19:57:14.061172 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 4 columns (4 merged, 0 gathered) in 0.006113222 sec., 290517.8316769782 rows/sec., 20.72 MiB/sec. | ||
5947 | 2024.07.15 19:57:14.061244 [ 3 ] {578e1f73-b174-4281-a745-cefa1b1f8e7b} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5948 | 2024.07.15 19:57:14.061393 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5949 | 2024.07.15 19:57:14.061482 [ 3 ] {578e1f73-b174-4281-a745-cefa1b1f8e7b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.005193 sec., 1155.4015020219526 rows/sec., 49.65 KiB/sec. | ||
5950 | 2024.07.15 19:57:14.061696 [ 3 ] {578e1f73-b174-4281-a745-cefa1b1f8e7b} <Debug> DynamicQueryHandler: Done processing query | ||
5951 | 2024.07.15 19:57:14.061728 [ 3 ] {578e1f73-b174-4281-a745-cefa1b1f8e7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5952 | 2024.07.15 19:57:14.061749 [ 3 ] {} <Debug> HTTP-Session: aeb0e8ba-3858-44c4-9c3d-aed6a57364b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5953 | 2024.07.15 19:57:14.061876 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5954 | 2024.07.15 19:57:14.061896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5955 | 2024.07.15 19:57:14.061953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5956 | 2024.07.15 19:57:14.061971 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_31_6} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5957 | 2024.07.15 19:57:14.061978 [ 3 ] {} <Debug> HTTP-Session: f8e6a51e-4cb5-43ce-919d-5950a0782ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5958 | 2024.07.15 19:57:14.062004 [ 3 ] {} <Debug> HTTP-Session: f8e6a51e-4cb5-43ce-919d-5950a0782ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5959 | 2024.07.15 19:57:14.062025 [ 3 ] {} <Debug> HTTP-Session: f8e6a51e-4cb5-43ce-919d-5950a0782ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5960 | 2024.07.15 19:57:14.062065 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
5961 | 2024.07.15 19:57:14.062076 [ 3 ] {} <Trace> HTTP-Session: f8e6a51e-4cb5-43ce-919d-5950a0782ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5962 | 2024.07.15 19:57:14.062244 [ 3 ] {56b9811a-18d2-4198-9bca-a14b1b28f59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5963 | 2024.07.15 19:57:14.062294 [ 3 ] {56b9811a-18d2-4198-9bca-a14b1b28f59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5964 | 2024.07.15 19:57:14.062462 [ 3 ] {56b9811a-18d2-4198-9bca-a14b1b28f59d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5965 | 2024.07.15 19:57:14.062847 [ 3 ] {56b9811a-18d2-4198-9bca-a14b1b28f59d} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5966 | 2024.07.15 19:57:14.062887 [ 3 ] {56b9811a-18d2-4198-9bca-a14b1b28f59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5967 | 2024.07.15 19:57:14.063270 [ 3 ] {56b9811a-18d2-4198-9bca-a14b1b28f59d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5968 | 2024.07.15 19:57:14.063626 [ 3 ] {56b9811a-18d2-4198-9bca-a14b1b28f59d} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5969 | 2024.07.15 19:57:14.063782 [ 3 ] {56b9811a-18d2-4198-9bca-a14b1b28f59d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001606 sec., 47945.20547945205 rows/sec., 2.95 MiB/sec. | ||
5970 | 2024.07.15 19:57:14.063970 [ 3 ] {56b9811a-18d2-4198-9bca-a14b1b28f59d} <Debug> DynamicQueryHandler: Done processing query | ||
5971 | 2024.07.15 19:57:14.063996 [ 3 ] {56b9811a-18d2-4198-9bca-a14b1b28f59d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5972 | 2024.07.15 19:57:14.064014 [ 3 ] {} <Debug> HTTP-Session: f8e6a51e-4cb5-43ce-919d-5950a0782ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5973 | 2024.07.15 19:57:14.064189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5974 | 2024.07.15 19:57:14.064239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5975 | 2024.07.15 19:57:14.064259 [ 3 ] {} <Debug> HTTP-Session: feee6f98-80ae-4743-9623-4f6b14c1df7a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5976 | 2024.07.15 19:57:14.064275 [ 3 ] {} <Debug> HTTP-Session: feee6f98-80ae-4743-9623-4f6b14c1df7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5977 | 2024.07.15 19:57:14.064289 [ 3 ] {} <Debug> HTTP-Session: feee6f98-80ae-4743-9623-4f6b14c1df7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5978 | 2024.07.15 19:57:14.064320 [ 3 ] {} <Trace> HTTP-Session: feee6f98-80ae-4743-9623-4f6b14c1df7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5979 | 2024.07.15 19:57:14.064499 [ 3 ] {41077c05-8de8-4587-8c20-75169f553914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5980 | 2024.07.15 19:57:14.064547 [ 3 ] {41077c05-8de8-4587-8c20-75169f553914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5981 | 2024.07.15 19:57:14.064692 [ 3 ] {41077c05-8de8-4587-8c20-75169f553914} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5982 | 2024.07.15 19:57:14.065086 [ 3 ] {41077c05-8de8-4587-8c20-75169f553914} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5983 | 2024.07.15 19:57:14.065127 [ 3 ] {41077c05-8de8-4587-8c20-75169f553914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5984 | 2024.07.15 19:57:14.065524 [ 3 ] {41077c05-8de8-4587-8c20-75169f553914} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5985 | 2024.07.15 19:57:14.065869 [ 3 ] {41077c05-8de8-4587-8c20-75169f553914} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5986 | 2024.07.15 19:57:14.066039 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5987 | 2024.07.15 19:57:14.066041 [ 3 ] {41077c05-8de8-4587-8c20-75169f553914} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
5988 | 2024.07.15 19:57:14.066095 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5989 | 2024.07.15 19:57:14.066160 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
5990 | 2024.07.15 19:57:14.066460 [ 3 ] {41077c05-8de8-4587-8c20-75169f553914} <Debug> DynamicQueryHandler: Done processing query | ||
5991 | 2024.07.15 19:57:14.066485 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
5992 | 2024.07.15 19:57:14.066519 [ 3 ] {41077c05-8de8-4587-8c20-75169f553914} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5993 | 2024.07.15 19:57:14.066596 [ 3 ] {} <Debug> HTTP-Session: feee6f98-80ae-4743-9623-4f6b14c1df7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5994 | 2024.07.15 19:57:14.066854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5995 | 2024.07.15 19:57:14.067014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5996 | 2024.07.15 19:57:14.067097 [ 3 ] {} <Debug> HTTP-Session: 1d9d54a6-8aa1-477e-9919-d3ba414e4aaa Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
5997 | 2024.07.15 19:57:14.067142 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5998 | 2024.07.15 19:57:14.067147 [ 3 ] {} <Debug> HTTP-Session: 1d9d54a6-8aa1-477e-9919-d3ba414e4aaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5999 | 2024.07.15 19:57:14.067229 [ 3 ] {} <Debug> HTTP-Session: 1d9d54a6-8aa1-477e-9919-d3ba414e4aaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6000 | 2024.07.15 19:57:14.067269 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3727 rows starting from the beginning of the part | ||
6001 | 2024.07.15 19:57:14.067286 [ 3 ] {} <Trace> HTTP-Session: 1d9d54a6-8aa1-477e-9919-d3ba414e4aaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6002 | 2024.07.15 19:57:14.067523 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 152 rows starting from the beginning of the part | ||
6003 | 2024.07.15 19:57:14.067712 [ 3 ] {20b02d44-e2f5-4756-a700-16764560a6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6004 | 2024.07.15 19:57:14.067788 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 630 rows starting from the beginning of the part | ||
6005 | 2024.07.15 19:57:14.068054 [ 3 ] {20b02d44-e2f5-4756-a700-16764560a6ac} <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 | ||
6006 | 2024.07.15 19:57:14.068098 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 150 rows starting from the beginning of the part | ||
6007 | 2024.07.15 19:57:14.068470 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 158 rows starting from the beginning of the part | ||
6008 | 2024.07.15 19:57:14.068867 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
6009 | 2024.07.15 19:57:14.070800 [ 3 ] {20b02d44-e2f5-4756-a700-16764560a6ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6010 | 2024.07.15 19:57:14.071957 [ 3 ] {20b02d44-e2f5-4756-a700-16764560a6ac} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6011 | 2024.07.15 19:57:14.072008 [ 3 ] {20b02d44-e2f5-4756-a700-16764560a6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6012 | 2024.07.15 19:57:14.072934 [ 3 ] {20b02d44-e2f5-4756-a700-16764560a6ac} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6013 | 2024.07.15 19:57:14.074399 [ 3 ] {20b02d44-e2f5-4756-a700-16764560a6ac} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6014 | 2024.07.15 19:57:14.074777 [ 3 ] {20b02d44-e2f5-4756-a700-16764560a6ac} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.007271 sec., 825.195984046211 rows/sec., 1.48 MiB/sec. | ||
6015 | 2024.07.15 19:57:14.075779 [ 3 ] {20b02d44-e2f5-4756-a700-16764560a6ac} <Debug> DynamicQueryHandler: Done processing query | ||
6016 | 2024.07.15 19:57:14.075835 [ 3 ] {20b02d44-e2f5-4756-a700-16764560a6ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6017 | 2024.07.15 19:57:14.075870 [ 3 ] {} <Debug> HTTP-Session: 1d9d54a6-8aa1-477e-9919-d3ba414e4aaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6018 | 2024.07.15 19:57:14.075872 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4977 rows, containing 5 columns (5 merged, 0 gathered) in 0.00960361 sec., 518242.61918174516 rows/sec., 36.00 MiB/sec. | ||
6019 | 2024.07.15 19:57:14.076049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6020 | 2024.07.15 19:57:14.076113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6021 | 2024.07.15 19:57:14.076141 [ 3 ] {} <Debug> HTTP-Session: 06519a92-5658-4c75-be2d-6592687e02ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6022 | 2024.07.15 19:57:14.076177 [ 3 ] {} <Debug> HTTP-Session: 06519a92-5658-4c75-be2d-6592687e02ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6023 | 2024.07.15 19:57:14.076201 [ 3 ] {} <Debug> HTTP-Session: 06519a92-5658-4c75-be2d-6592687e02ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6024 | 2024.07.15 19:57:14.076252 [ 3 ] {} <Trace> HTTP-Session: 06519a92-5658-4c75-be2d-6592687e02ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6025 | 2024.07.15 19:57:14.076262 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6026 | 2024.07.15 19:57:14.076451 [ 3 ] {1c1401b0-f02a-4479-b28b-c1bd855839d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6027 | 2024.07.15 19:57:14.076536 [ 3 ] {1c1401b0-f02a-4479-b28b-c1bd855839d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6028 | 2024.07.15 19:57:14.077183 [ 3 ] {1c1401b0-f02a-4479-b28b-c1bd855839d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6029 | 2024.07.15 19:57:14.077384 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6030 | 2024.07.15 19:57:14.077579 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6031 | 2024.07.15 19:57:14.077771 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
6032 | 2024.07.15 19:57:14.077831 [ 3 ] {1c1401b0-f02a-4479-b28b-c1bd855839d7} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6033 | 2024.07.15 19:57:14.077877 [ 3 ] {1c1401b0-f02a-4479-b28b-c1bd855839d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6034 | 2024.07.15 19:57:14.078366 [ 3 ] {1c1401b0-f02a-4479-b28b-c1bd855839d7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6035 | 2024.07.15 19:57:14.078750 [ 3 ] {1c1401b0-f02a-4479-b28b-c1bd855839d7} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6036 | 2024.07.15 19:57:14.078920 [ 3 ] {1c1401b0-f02a-4479-b28b-c1bd855839d7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002521 sec., 9123.363744545815 rows/sec., 493.51 KiB/sec. | ||
6037 | 2024.07.15 19:57:14.078932 [ 136 ] {} <Debug> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
6038 | 2024.07.15 19:57:14.079017 [ 136 ] {} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6039 | 2024.07.15 19:57:14.079071 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6040 | 2024.07.15 19:57:14.079239 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
6041 | 2024.07.15 19:57:14.079312 [ 3 ] {1c1401b0-f02a-4479-b28b-c1bd855839d7} <Debug> DynamicQueryHandler: Done processing query | ||
6042 | 2024.07.15 19:57:14.079359 [ 3 ] {1c1401b0-f02a-4479-b28b-c1bd855839d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6043 | 2024.07.15 19:57:14.079406 [ 3 ] {} <Debug> HTTP-Session: 06519a92-5658-4c75-be2d-6592687e02ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6044 | 2024.07.15 19:57:14.079493 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6045 | 2024.07.15 19:57:14.079534 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 96 rows starting from the beginning of the part | ||
6046 | 2024.07.15 19:57:14.079650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6047 | 2024.07.15 19:57:14.079751 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part | ||
6048 | 2024.07.15 19:57:14.079821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6049 | 2024.07.15 19:57:14.079928 [ 3 ] {} <Debug> HTTP-Session: 3d19f217-90eb-488e-aa15-5cd036fefbf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6050 | 2024.07.15 19:57:14.080014 [ 3 ] {} <Debug> HTTP-Session: 3d19f217-90eb-488e-aa15-5cd036fefbf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6051 | 2024.07.15 19:57:14.080055 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
6052 | 2024.07.15 19:57:14.080083 [ 3 ] {} <Debug> HTTP-Session: 3d19f217-90eb-488e-aa15-5cd036fefbf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6053 | 2024.07.15 19:57:14.080243 [ 3 ] {} <Trace> HTTP-Session: 3d19f217-90eb-488e-aa15-5cd036fefbf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6054 | 2024.07.15 19:57:14.080405 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
6055 | 2024.07.15 19:57:14.080652 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
6056 | 2024.07.15 19:57:14.080755 [ 3 ] {81ad999a-046f-483f-acdd-3099271f32ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6057 | 2024.07.15 19:57:14.080932 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
6058 | 2024.07.15 19:57:14.080977 [ 3 ] {81ad999a-046f-483f-acdd-3099271f32ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6059 | 2024.07.15 19:57:14.081821 [ 3 ] {81ad999a-046f-483f-acdd-3099271f32ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6060 | 2024.07.15 19:57:14.082545 [ 3 ] {81ad999a-046f-483f-acdd-3099271f32ff} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6061 | 2024.07.15 19:57:14.082610 [ 3 ] {81ad999a-046f-483f-acdd-3099271f32ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6062 | 2024.07.15 19:57:14.083780 [ 3 ] {81ad999a-046f-483f-acdd-3099271f32ff} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6063 | 2024.07.15 19:57:14.083851 [ 193 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 4 columns (4 merged, 0 gathered) in 0.004672133 sec., 45161.38560267869 rows/sec., 2.50 MiB/sec. | ||
6064 | 2024.07.15 19:57:14.084151 [ 193 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
6065 | 2024.07.15 19:57:14.084441 [ 3 ] {81ad999a-046f-483f-acdd-3099271f32ff} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6066 | 2024.07.15 19:57:14.084865 [ 136 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6067 | 2024.07.15 19:57:14.084908 [ 3 ] {81ad999a-046f-483f-acdd-3099271f32ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004351 sec., 13789.933348655482 rows/sec., 951.65 KiB/sec. | ||
6068 | 2024.07.15 19:57:14.084951 [ 136 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6069 | 2024.07.15 19:57:14.085062 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6070 | 2024.07.15 19:57:14.085530 [ 3 ] {81ad999a-046f-483f-acdd-3099271f32ff} <Debug> DynamicQueryHandler: Done processing query | ||
6071 | 2024.07.15 19:57:14.085631 [ 3 ] {81ad999a-046f-483f-acdd-3099271f32ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6072 | 2024.07.15 19:57:14.085652 [ 194 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
6073 | 2024.07.15 19:57:14.085732 [ 3 ] {} <Debug> HTTP-Session: 3d19f217-90eb-488e-aa15-5cd036fefbf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6074 | 2024.07.15 19:57:14.085878 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_11_2} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6075 | 2024.07.15 19:57:14.086276 [ 194 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6076 | 2024.07.15 19:57:14.086301 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_11_2} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
6077 | 2024.07.15 19:57:14.086322 [ 194 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1232 rows starting from the beginning of the part | ||
6078 | 2024.07.15 19:57:14.086572 [ 194 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 50 rows starting from the beginning of the part | ||
6079 | 2024.07.15 19:57:14.086599 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
6080 | 2024.07.15 19:57:14.086806 [ 194 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 50 rows starting from the beginning of the part | ||
6081 | 2024.07.15 19:57:14.086991 [ 194 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 50 rows starting from the beginning of the part | ||
6082 | 2024.07.15 19:57:14.087153 [ 194 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 58 rows starting from the beginning of the part | ||
6083 | 2024.07.15 19:57:14.087293 [ 194 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
6084 | 2024.07.15 19:57:14.088529 [ 193 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 4 columns (4 merged, 0 gathered) in 0.003292525 sec., 455577.40639782534 rows/sec., 31.20 MiB/sec. | ||
6085 | 2024.07.15 19:57:14.088747 [ 189 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6086 | 2024.07.15 19:57:14.089156 [ 189 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_31_6} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6087 | 2024.07.15 19:57:14.089259 [ 189 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_31_6} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6088 | 2024.07.15 19:57:14.089363 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
6089 | 2024.07.15 19:57:19.040586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6090 | 2024.07.15 19:57:19.040704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6091 | 2024.07.15 19:57:19.040730 [ 3 ] {} <Debug> HTTP-Session: 5216f833-e50d-4639-a839-27f5c08af90f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6092 | 2024.07.15 19:57:19.040754 [ 3 ] {} <Debug> HTTP-Session: 5216f833-e50d-4639-a839-27f5c08af90f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6093 | 2024.07.15 19:57:19.040769 [ 3 ] {} <Debug> HTTP-Session: 5216f833-e50d-4639-a839-27f5c08af90f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6094 | 2024.07.15 19:57:19.040818 [ 3 ] {} <Trace> HTTP-Session: 5216f833-e50d-4639-a839-27f5c08af90f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6095 | 2024.07.15 19:57:19.041002 [ 3 ] {376264f8-b48e-4ace-98b9-f7ce52aa482b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6096 | 2024.07.15 19:57:19.041065 [ 3 ] {376264f8-b48e-4ace-98b9-f7ce52aa482b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6097 | 2024.07.15 19:57:19.041251 [ 3 ] {376264f8-b48e-4ace-98b9-f7ce52aa482b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6098 | 2024.07.15 19:57:19.041720 [ 3 ] {376264f8-b48e-4ace-98b9-f7ce52aa482b} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6099 | 2024.07.15 19:57:19.041762 [ 3 ] {376264f8-b48e-4ace-98b9-f7ce52aa482b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6100 | 2024.07.15 19:57:19.042139 [ 3 ] {376264f8-b48e-4ace-98b9-f7ce52aa482b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6101 | 2024.07.15 19:57:19.042478 [ 3 ] {376264f8-b48e-4ace-98b9-f7ce52aa482b} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6102 | 2024.07.15 19:57:19.042626 [ 3 ] {376264f8-b48e-4ace-98b9-f7ce52aa482b} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001682 sec., 14268.727705112962 rows/sec., 1.13 MiB/sec. | ||
6103 | 2024.07.15 19:57:19.042693 [ 128 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6104 | 2024.07.15 19:57:19.042809 [ 128 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6105 | 2024.07.15 19:57:19.042846 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6106 | 2024.07.15 19:57:19.042944 [ 3 ] {376264f8-b48e-4ace-98b9-f7ce52aa482b} <Debug> DynamicQueryHandler: Done processing query | ||
6107 | 2024.07.15 19:57:19.043020 [ 3 ] {376264f8-b48e-4ace-98b9-f7ce52aa482b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6108 | 2024.07.15 19:57:19.043091 [ 3 ] {} <Debug> HTTP-Session: 5216f833-e50d-4639-a839-27f5c08af90f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6109 | 2024.07.15 19:57:19.043157 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
6110 | 2024.07.15 19:57:19.043379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18686, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6111 | 2024.07.15 19:57:19.043490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6112 | 2024.07.15 19:57:19.043501 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6113 | 2024.07.15 19:57:19.043518 [ 3 ] {} <Debug> HTTP-Session: 721039da-bdc8-4ba8-b03b-907bcdc4419f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6114 | 2024.07.15 19:57:19.043536 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
6115 | 2024.07.15 19:57:19.043541 [ 3 ] {} <Debug> HTTP-Session: 721039da-bdc8-4ba8-b03b-907bcdc4419f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6116 | 2024.07.15 19:57:19.043567 [ 3 ] {} <Debug> HTTP-Session: 721039da-bdc8-4ba8-b03b-907bcdc4419f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6117 | 2024.07.15 19:57:19.043626 [ 3 ] {} <Trace> HTTP-Session: 721039da-bdc8-4ba8-b03b-907bcdc4419f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6118 | 2024.07.15 19:57:19.043642 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
6119 | 2024.07.15 19:57:19.043907 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part | ||
6120 | 2024.07.15 19:57:19.044136 [ 3 ] {3e7df5c6-6b39-4662-bd51-3afb07ce09b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6121 | 2024.07.15 19:57:19.044381 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part | ||
6122 | 2024.07.15 19:57:19.044382 [ 3 ] {3e7df5c6-6b39-4662-bd51-3afb07ce09b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6123 | 2024.07.15 19:57:19.044722 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part | ||
6124 | 2024.07.15 19:57:19.045076 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part | ||
6125 | 2024.07.15 19:57:19.045746 [ 3 ] {3e7df5c6-6b39-4662-bd51-3afb07ce09b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6126 | 2024.07.15 19:57:19.046295 [ 3 ] {3e7df5c6-6b39-4662-bd51-3afb07ce09b7} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6127 | 2024.07.15 19:57:19.046350 [ 3 ] {3e7df5c6-6b39-4662-bd51-3afb07ce09b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6128 | 2024.07.15 19:57:19.046911 [ 189 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 4 columns (4 merged, 0 gathered) in 0.003966349 sec., 33279.976119095925 rows/sec., 2.53 MiB/sec. | ||
6129 | 2024.07.15 19:57:19.046923 [ 3 ] {3e7df5c6-6b39-4662-bd51-3afb07ce09b7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6130 | 2024.07.15 19:57:19.047150 [ 189 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6131 | 2024.07.15 19:57:19.047716 [ 3 ] {3e7df5c6-6b39-4662-bd51-3afb07ce09b7} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6132 | 2024.07.15 19:57:19.048034 [ 3 ] {3e7df5c6-6b39-4662-bd51-3afb07ce09b7} <Debug> executeQuery: Read 128 rows, 10.89 KiB in 0.004142 sec., 30902.945436986964 rows/sec., 2.57 MiB/sec. | ||
6133 | 2024.07.15 19:57:19.048182 [ 189 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_26_5} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6134 | 2024.07.15 19:57:19.048368 [ 189 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_26_5} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6135 | 2024.07.15 19:57:19.048391 [ 3 ] {3e7df5c6-6b39-4662-bd51-3afb07ce09b7} <Debug> DynamicQueryHandler: Done processing query | ||
6136 | 2024.07.15 19:57:19.048437 [ 3 ] {3e7df5c6-6b39-4662-bd51-3afb07ce09b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6137 | 2024.07.15 19:57:19.048511 [ 3 ] {} <Debug> HTTP-Session: 721039da-bdc8-4ba8-b03b-907bcdc4419f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6138 | 2024.07.15 19:57:19.048555 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6139 | 2024.07.15 19:57:19.048695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6140 | 2024.07.15 19:57:19.048755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6141 | 2024.07.15 19:57:19.048776 [ 3 ] {} <Debug> HTTP-Session: 7b4ffbef-b9c4-4926-8793-6a357bc82f48 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6142 | 2024.07.15 19:57:19.048795 [ 3 ] {} <Debug> HTTP-Session: 7b4ffbef-b9c4-4926-8793-6a357bc82f48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6143 | 2024.07.15 19:57:19.048809 [ 3 ] {} <Debug> HTTP-Session: 7b4ffbef-b9c4-4926-8793-6a357bc82f48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6144 | 2024.07.15 19:57:19.048846 [ 3 ] {} <Trace> HTTP-Session: 7b4ffbef-b9c4-4926-8793-6a357bc82f48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6145 | 2024.07.15 19:57:19.048989 [ 3 ] {245d2d3f-936c-4a68-bb37-c6a4d99744bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6146 | 2024.07.15 19:57:19.049035 [ 3 ] {245d2d3f-936c-4a68-bb37-c6a4d99744bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6147 | 2024.07.15 19:57:19.049189 [ 3 ] {245d2d3f-936c-4a68-bb37-c6a4d99744bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6148 | 2024.07.15 19:57:19.049544 [ 3 ] {245d2d3f-936c-4a68-bb37-c6a4d99744bc} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6149 | 2024.07.15 19:57:19.049582 [ 3 ] {245d2d3f-936c-4a68-bb37-c6a4d99744bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6150 | 2024.07.15 19:57:19.049909 [ 3 ] {245d2d3f-936c-4a68-bb37-c6a4d99744bc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6151 | 2024.07.15 19:57:19.050236 [ 3 ] {245d2d3f-936c-4a68-bb37-c6a4d99744bc} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6152 | 2024.07.15 19:57:19.050399 [ 3 ] {245d2d3f-936c-4a68-bb37-c6a4d99744bc} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001461 sec., 60232.71731690622 rows/sec., 4.70 MiB/sec. | ||
6153 | 2024.07.15 19:57:19.050567 [ 3 ] {245d2d3f-936c-4a68-bb37-c6a4d99744bc} <Debug> DynamicQueryHandler: Done processing query | ||
6154 | 2024.07.15 19:57:19.050592 [ 3 ] {245d2d3f-936c-4a68-bb37-c6a4d99744bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6155 | 2024.07.15 19:57:19.050608 [ 3 ] {} <Debug> HTTP-Session: 7b4ffbef-b9c4-4926-8793-6a357bc82f48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6156 | 2024.07.15 19:57:19.050763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6157 | 2024.07.15 19:57:19.050813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6158 | 2024.07.15 19:57:19.050832 [ 3 ] {} <Debug> HTTP-Session: 61f62ebd-ba27-47ff-906e-7dea30515d36 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6159 | 2024.07.15 19:57:19.050849 [ 3 ] {} <Debug> HTTP-Session: 61f62ebd-ba27-47ff-906e-7dea30515d36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6160 | 2024.07.15 19:57:19.050864 [ 3 ] {} <Debug> HTTP-Session: 61f62ebd-ba27-47ff-906e-7dea30515d36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6161 | 2024.07.15 19:57:19.050895 [ 3 ] {} <Trace> HTTP-Session: 61f62ebd-ba27-47ff-906e-7dea30515d36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6162 | 2024.07.15 19:57:19.051052 [ 3 ] {5cf45579-327a-43bb-b53a-b8be1e92c467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6163 | 2024.07.15 19:57:19.051100 [ 3 ] {5cf45579-327a-43bb-b53a-b8be1e92c467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6164 | 2024.07.15 19:57:19.051251 [ 3 ] {5cf45579-327a-43bb-b53a-b8be1e92c467} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6165 | 2024.07.15 19:57:19.051605 [ 3 ] {5cf45579-327a-43bb-b53a-b8be1e92c467} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6166 | 2024.07.15 19:57:19.051641 [ 3 ] {5cf45579-327a-43bb-b53a-b8be1e92c467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6167 | 2024.07.15 19:57:19.052033 [ 3 ] {5cf45579-327a-43bb-b53a-b8be1e92c467} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6168 | 2024.07.15 19:57:19.052386 [ 3 ] {5cf45579-327a-43bb-b53a-b8be1e92c467} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6169 | 2024.07.15 19:57:19.052537 [ 3 ] {5cf45579-327a-43bb-b53a-b8be1e92c467} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
6170 | 2024.07.15 19:57:19.052692 [ 3 ] {5cf45579-327a-43bb-b53a-b8be1e92c467} <Debug> DynamicQueryHandler: Done processing query | ||
6171 | 2024.07.15 19:57:19.052716 [ 3 ] {5cf45579-327a-43bb-b53a-b8be1e92c467} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6172 | 2024.07.15 19:57:19.052732 [ 3 ] {} <Debug> HTTP-Session: 61f62ebd-ba27-47ff-906e-7dea30515d36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6173 | 2024.07.15 19:57:19.052891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6174 | 2024.07.15 19:57:19.052939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6175 | 2024.07.15 19:57:19.052958 [ 3 ] {} <Debug> HTTP-Session: 37746a42-49b2-45fb-9a67-ae1b01879ab4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6176 | 2024.07.15 19:57:19.052974 [ 3 ] {} <Debug> HTTP-Session: 37746a42-49b2-45fb-9a67-ae1b01879ab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6177 | 2024.07.15 19:57:19.052988 [ 3 ] {} <Debug> HTTP-Session: 37746a42-49b2-45fb-9a67-ae1b01879ab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6178 | 2024.07.15 19:57:19.053019 [ 3 ] {} <Trace> HTTP-Session: 37746a42-49b2-45fb-9a67-ae1b01879ab4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6179 | 2024.07.15 19:57:19.053315 [ 3 ] {3a595bb3-f1c3-4877-8c22-cb4f0b651c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6180 | 2024.07.15 19:57:19.053380 [ 3 ] {3a595bb3-f1c3-4877-8c22-cb4f0b651c77} <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 | ||
6181 | 2024.07.15 19:57:19.054081 [ 3 ] {3a595bb3-f1c3-4877-8c22-cb4f0b651c77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6182 | 2024.07.15 19:57:19.054712 [ 3 ] {3a595bb3-f1c3-4877-8c22-cb4f0b651c77} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6183 | 2024.07.15 19:57:19.054747 [ 3 ] {3a595bb3-f1c3-4877-8c22-cb4f0b651c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6184 | 2024.07.15 19:57:19.055362 [ 3 ] {3a595bb3-f1c3-4877-8c22-cb4f0b651c77} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6185 | 2024.07.15 19:57:19.055772 [ 3 ] {3a595bb3-f1c3-4877-8c22-cb4f0b651c77} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6186 | 2024.07.15 19:57:19.055963 [ 128 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6187 | 2024.07.15 19:57:19.055974 [ 3 ] {3a595bb3-f1c3-4877-8c22-cb4f0b651c77} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00286 sec., 8391.608391608392 rows/sec., 15.04 MiB/sec. | ||
6188 | 2024.07.15 19:57:19.056019 [ 128 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6189 | 2024.07.15 19:57:19.056101 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6190 | 2024.07.15 19:57:19.056418 [ 193 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
6191 | 2024.07.15 19:57:19.056549 [ 3 ] {3a595bb3-f1c3-4877-8c22-cb4f0b651c77} <Debug> DynamicQueryHandler: Done processing query | ||
6192 | 2024.07.15 19:57:19.056592 [ 3 ] {3a595bb3-f1c3-4877-8c22-cb4f0b651c77} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6193 | 2024.07.15 19:57:19.056623 [ 3 ] {} <Debug> HTTP-Session: 37746a42-49b2-45fb-9a67-ae1b01879ab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6194 | 2024.07.15 19:57:19.056843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6195 | 2024.07.15 19:57:19.056967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6196 | 2024.07.15 19:57:19.057031 [ 3 ] {} <Debug> HTTP-Session: 7b2a92f0-fb45-4e20-aa48-5f137913b698 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6197 | 2024.07.15 19:57:19.057081 [ 3 ] {} <Debug> HTTP-Session: 7b2a92f0-fb45-4e20-aa48-5f137913b698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6198 | 2024.07.15 19:57:19.057122 [ 3 ] {} <Debug> HTTP-Session: 7b2a92f0-fb45-4e20-aa48-5f137913b698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6199 | 2024.07.15 19:57:19.057221 [ 3 ] {} <Trace> HTTP-Session: 7b2a92f0-fb45-4e20-aa48-5f137913b698 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6200 | 2024.07.15 19:57:19.057235 [ 193 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6201 | 2024.07.15 19:57:19.057383 [ 193 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 348 rows starting from the beginning of the part | ||
6202 | 2024.07.15 19:57:19.057445 [ 3 ] {7f2df5be-6d2b-429e-86f5-0fa1ac6176f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6203 | 2024.07.15 19:57:19.057561 [ 3 ] {7f2df5be-6d2b-429e-86f5-0fa1ac6176f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6204 | 2024.07.15 19:57:19.058147 [ 193 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
6205 | 2024.07.15 19:57:19.058439 [ 3 ] {7f2df5be-6d2b-429e-86f5-0fa1ac6176f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6206 | 2024.07.15 19:57:19.058884 [ 193 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
6207 | 2024.07.15 19:57:19.059650 [ 193 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part | ||
6208 | 2024.07.15 19:57:19.059702 [ 3 ] {7f2df5be-6d2b-429e-86f5-0fa1ac6176f3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6209 | 2024.07.15 19:57:19.059776 [ 3 ] {7f2df5be-6d2b-429e-86f5-0fa1ac6176f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6210 | 2024.07.15 19:57:19.060205 [ 193 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
6211 | 2024.07.15 19:57:19.060869 [ 193 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part | ||
6212 | 2024.07.15 19:57:19.061087 [ 3 ] {7f2df5be-6d2b-429e-86f5-0fa1ac6176f3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6213 | 2024.07.15 19:57:19.062086 [ 3 ] {7f2df5be-6d2b-429e-86f5-0fa1ac6176f3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6214 | 2024.07.15 19:57:19.062449 [ 3 ] {7f2df5be-6d2b-429e-86f5-0fa1ac6176f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005088 sec., 11792.45283018868 rows/sec., 813.80 KiB/sec. | ||
6215 | 2024.07.15 19:57:19.062873 [ 3 ] {7f2df5be-6d2b-429e-86f5-0fa1ac6176f3} <Debug> DynamicQueryHandler: Done processing query | ||
6216 | 2024.07.15 19:57:19.062913 [ 3 ] {7f2df5be-6d2b-429e-86f5-0fa1ac6176f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6217 | 2024.07.15 19:57:19.062953 [ 3 ] {} <Debug> HTTP-Session: 7b2a92f0-fb45-4e20-aa48-5f137913b698 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6218 | 2024.07.15 19:57:19.065825 [ 187 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 19 columns (19 merged, 0 gathered) in 0.0095768 sec., 45109.01344916882 rows/sec., 80.83 MiB/sec. | ||
6219 | 2024.07.15 19:57:19.066482 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6220 | 2024.07.15 19:57:19.067165 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6221 | 2024.07.15 19:57:19.067274 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6222 | 2024.07.15 19:57:19.067433 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
6223 | 2024.07.15 19:57:21.449589 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6224 | 2024.07.15 19:57:21.449668 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6225 | 2024.07.15 19:57:24.043440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6226 | 2024.07.15 19:57:24.043567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6227 | 2024.07.15 19:57:24.043593 [ 3 ] {} <Debug> HTTP-Session: 6c70490b-ada1-490e-8277-e6c1f802719c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6228 | 2024.07.15 19:57:24.043618 [ 3 ] {} <Debug> HTTP-Session: 6c70490b-ada1-490e-8277-e6c1f802719c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6229 | 2024.07.15 19:57:24.043633 [ 3 ] {} <Debug> HTTP-Session: 6c70490b-ada1-490e-8277-e6c1f802719c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6230 | 2024.07.15 19:57:24.043684 [ 3 ] {} <Trace> HTTP-Session: 6c70490b-ada1-490e-8277-e6c1f802719c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6231 | 2024.07.15 19:57:24.043874 [ 3 ] {d3feff19-fbbb-49c5-a25e-6c7660fd4fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6232 | 2024.07.15 19:57:24.043940 [ 3 ] {d3feff19-fbbb-49c5-a25e-6c7660fd4fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6233 | 2024.07.15 19:57:24.044132 [ 3 ] {d3feff19-fbbb-49c5-a25e-6c7660fd4fd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6234 | 2024.07.15 19:57:24.044567 [ 3 ] {d3feff19-fbbb-49c5-a25e-6c7660fd4fd8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6235 | 2024.07.15 19:57:24.044610 [ 3 ] {d3feff19-fbbb-49c5-a25e-6c7660fd4fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6236 | 2024.07.15 19:57:24.044990 [ 3 ] {d3feff19-fbbb-49c5-a25e-6c7660fd4fd8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6237 | 2024.07.15 19:57:24.045348 [ 3 ] {d3feff19-fbbb-49c5-a25e-6c7660fd4fd8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6238 | 2024.07.15 19:57:24.045508 [ 3 ] {d3feff19-fbbb-49c5-a25e-6c7660fd4fd8} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001689 sec., 7104.7957371225575 rows/sec., 489.15 KiB/sec. | ||
6239 | 2024.07.15 19:57:24.045718 [ 3 ] {d3feff19-fbbb-49c5-a25e-6c7660fd4fd8} <Debug> DynamicQueryHandler: Done processing query | ||
6240 | 2024.07.15 19:57:24.045744 [ 3 ] {d3feff19-fbbb-49c5-a25e-6c7660fd4fd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6241 | 2024.07.15 19:57:24.045761 [ 3 ] {} <Debug> HTTP-Session: 6c70490b-ada1-490e-8277-e6c1f802719c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6242 | 2024.07.15 19:57:24.045961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6243 | 2024.07.15 19:57:24.046010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6244 | 2024.07.15 19:57:24.046029 [ 3 ] {} <Debug> HTTP-Session: 549a2d76-462d-4bc2-b3f9-0cda9bdeb526 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6245 | 2024.07.15 19:57:24.046046 [ 3 ] {} <Debug> HTTP-Session: 549a2d76-462d-4bc2-b3f9-0cda9bdeb526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6246 | 2024.07.15 19:57:24.046060 [ 3 ] {} <Debug> HTTP-Session: 549a2d76-462d-4bc2-b3f9-0cda9bdeb526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6247 | 2024.07.15 19:57:24.046092 [ 3 ] {} <Trace> HTTP-Session: 549a2d76-462d-4bc2-b3f9-0cda9bdeb526 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6248 | 2024.07.15 19:57:24.046235 [ 3 ] {d7eef67f-1641-42dc-ab15-07820b7c33f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6249 | 2024.07.15 19:57:24.046278 [ 3 ] {d7eef67f-1641-42dc-ab15-07820b7c33f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6250 | 2024.07.15 19:57:24.046403 [ 3 ] {d7eef67f-1641-42dc-ab15-07820b7c33f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6251 | 2024.07.15 19:57:24.046803 [ 3 ] {d7eef67f-1641-42dc-ab15-07820b7c33f4} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6252 | 2024.07.15 19:57:24.046839 [ 3 ] {d7eef67f-1641-42dc-ab15-07820b7c33f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6253 | 2024.07.15 19:57:24.047181 [ 3 ] {d7eef67f-1641-42dc-ab15-07820b7c33f4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6254 | 2024.07.15 19:57:24.047497 [ 3 ] {d7eef67f-1641-42dc-ab15-07820b7c33f4} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6255 | 2024.07.15 19:57:24.047654 [ 3 ] {d7eef67f-1641-42dc-ab15-07820b7c33f4} <Debug> executeQuery: Read 179 rows, 16.16 KiB in 0.001479 sec., 121027.72143340095 rows/sec., 10.67 MiB/sec. | ||
6256 | 2024.07.15 19:57:24.047805 [ 3 ] {d7eef67f-1641-42dc-ab15-07820b7c33f4} <Debug> DynamicQueryHandler: Done processing query | ||
6257 | 2024.07.15 19:57:24.047828 [ 3 ] {d7eef67f-1641-42dc-ab15-07820b7c33f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6258 | 2024.07.15 19:57:24.047844 [ 3 ] {} <Debug> HTTP-Session: 549a2d76-462d-4bc2-b3f9-0cda9bdeb526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6259 | 2024.07.15 19:57:24.048085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6260 | 2024.07.15 19:57:24.048133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6261 | 2024.07.15 19:57:24.048152 [ 3 ] {} <Debug> HTTP-Session: ce0c197a-b162-41ad-9d99-a0952303c912 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6262 | 2024.07.15 19:57:24.048169 [ 3 ] {} <Debug> HTTP-Session: ce0c197a-b162-41ad-9d99-a0952303c912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6263 | 2024.07.15 19:57:24.048183 [ 3 ] {} <Debug> HTTP-Session: ce0c197a-b162-41ad-9d99-a0952303c912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6264 | 2024.07.15 19:57:24.048212 [ 3 ] {} <Trace> HTTP-Session: ce0c197a-b162-41ad-9d99-a0952303c912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6265 | 2024.07.15 19:57:24.048416 [ 3 ] {3f80bff5-22b2-4b1a-9b99-534c8afb3fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6266 | 2024.07.15 19:57:24.048459 [ 3 ] {3f80bff5-22b2-4b1a-9b99-534c8afb3fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6267 | 2024.07.15 19:57:24.048586 [ 3 ] {3f80bff5-22b2-4b1a-9b99-534c8afb3fc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6268 | 2024.07.15 19:57:24.049133 [ 3 ] {3f80bff5-22b2-4b1a-9b99-534c8afb3fc2} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6269 | 2024.07.15 19:57:24.049169 [ 3 ] {3f80bff5-22b2-4b1a-9b99-534c8afb3fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6270 | 2024.07.15 19:57:24.049494 [ 3 ] {3f80bff5-22b2-4b1a-9b99-534c8afb3fc2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6271 | 2024.07.15 19:57:24.049798 [ 3 ] {3f80bff5-22b2-4b1a-9b99-534c8afb3fc2} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6272 | 2024.07.15 19:57:24.049951 [ 3 ] {3f80bff5-22b2-4b1a-9b99-534c8afb3fc2} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.001632 sec., 237745.0980392157 rows/sec., 16.73 MiB/sec. | ||
6273 | 2024.07.15 19:57:24.050203 [ 3 ] {3f80bff5-22b2-4b1a-9b99-534c8afb3fc2} <Debug> DynamicQueryHandler: Done processing query | ||
6274 | 2024.07.15 19:57:24.050256 [ 3 ] {3f80bff5-22b2-4b1a-9b99-534c8afb3fc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6275 | 2024.07.15 19:57:24.050311 [ 3 ] {} <Debug> HTTP-Session: ce0c197a-b162-41ad-9d99-a0952303c912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6276 | 2024.07.15 19:57:24.050473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6277 | 2024.07.15 19:57:24.050524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6278 | 2024.07.15 19:57:24.050543 [ 3 ] {} <Debug> HTTP-Session: ecee1ecc-13f6-48c8-a6d3-7e97bb95b008 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6279 | 2024.07.15 19:57:24.050560 [ 3 ] {} <Debug> HTTP-Session: ecee1ecc-13f6-48c8-a6d3-7e97bb95b008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6280 | 2024.07.15 19:57:24.050575 [ 3 ] {} <Debug> HTTP-Session: ecee1ecc-13f6-48c8-a6d3-7e97bb95b008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6281 | 2024.07.15 19:57:24.050607 [ 3 ] {} <Trace> HTTP-Session: ecee1ecc-13f6-48c8-a6d3-7e97bb95b008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6282 | 2024.07.15 19:57:24.050707 [ 3 ] {b65facfb-8938-4dcf-b8b4-f093e6fa131c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6283 | 2024.07.15 19:57:24.050754 [ 3 ] {b65facfb-8938-4dcf-b8b4-f093e6fa131c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6284 | 2024.07.15 19:57:24.050905 [ 3 ] {b65facfb-8938-4dcf-b8b4-f093e6fa131c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6285 | 2024.07.15 19:57:24.051231 [ 3 ] {b65facfb-8938-4dcf-b8b4-f093e6fa131c} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6286 | 2024.07.15 19:57:24.051267 [ 3 ] {b65facfb-8938-4dcf-b8b4-f093e6fa131c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6287 | 2024.07.15 19:57:24.051628 [ 3 ] {b65facfb-8938-4dcf-b8b4-f093e6fa131c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6288 | 2024.07.15 19:57:24.051945 [ 3 ] {b65facfb-8938-4dcf-b8b4-f093e6fa131c} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6289 | 2024.07.15 19:57:24.052107 [ 3 ] {b65facfb-8938-4dcf-b8b4-f093e6fa131c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001419 sec., 4228.329809725159 rows/sec., 181.69 KiB/sec. | ||
6290 | 2024.07.15 19:57:24.052277 [ 3 ] {b65facfb-8938-4dcf-b8b4-f093e6fa131c} <Debug> DynamicQueryHandler: Done processing query | ||
6291 | 2024.07.15 19:57:24.052301 [ 3 ] {b65facfb-8938-4dcf-b8b4-f093e6fa131c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6292 | 2024.07.15 19:57:24.052317 [ 3 ] {} <Debug> HTTP-Session: ecee1ecc-13f6-48c8-a6d3-7e97bb95b008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6293 | 2024.07.15 19:57:24.052445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6294 | 2024.07.15 19:57:24.052493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6295 | 2024.07.15 19:57:24.052512 [ 3 ] {} <Debug> HTTP-Session: 7c128d43-83f6-448e-b0ae-c007e1fb2a21 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6296 | 2024.07.15 19:57:24.052528 [ 3 ] {} <Debug> HTTP-Session: 7c128d43-83f6-448e-b0ae-c007e1fb2a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6297 | 2024.07.15 19:57:24.052542 [ 3 ] {} <Debug> HTTP-Session: 7c128d43-83f6-448e-b0ae-c007e1fb2a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6298 | 2024.07.15 19:57:24.052571 [ 3 ] {} <Trace> HTTP-Session: 7c128d43-83f6-448e-b0ae-c007e1fb2a21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6299 | 2024.07.15 19:57:24.052702 [ 3 ] {986294ef-016f-41ce-82cc-8fef0de06de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6300 | 2024.07.15 19:57:24.052747 [ 3 ] {986294ef-016f-41ce-82cc-8fef0de06de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6301 | 2024.07.15 19:57:24.052890 [ 3 ] {986294ef-016f-41ce-82cc-8fef0de06de7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6302 | 2024.07.15 19:57:24.053222 [ 3 ] {986294ef-016f-41ce-82cc-8fef0de06de7} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6303 | 2024.07.15 19:57:24.053256 [ 3 ] {986294ef-016f-41ce-82cc-8fef0de06de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6304 | 2024.07.15 19:57:24.053624 [ 3 ] {986294ef-016f-41ce-82cc-8fef0de06de7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6305 | 2024.07.15 19:57:24.053962 [ 3 ] {986294ef-016f-41ce-82cc-8fef0de06de7} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6306 | 2024.07.15 19:57:24.054121 [ 3 ] {986294ef-016f-41ce-82cc-8fef0de06de7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00146 sec., 52739.726027397264 rows/sec., 3.25 MiB/sec. | ||
6307 | 2024.07.15 19:57:24.054290 [ 3 ] {986294ef-016f-41ce-82cc-8fef0de06de7} <Debug> DynamicQueryHandler: Done processing query | ||
6308 | 2024.07.15 19:57:24.054313 [ 3 ] {986294ef-016f-41ce-82cc-8fef0de06de7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6309 | 2024.07.15 19:57:24.054329 [ 3 ] {} <Debug> HTTP-Session: 7c128d43-83f6-448e-b0ae-c007e1fb2a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6310 | 2024.07.15 19:57:24.054486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6311 | 2024.07.15 19:57:24.054539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6312 | 2024.07.15 19:57:24.054558 [ 3 ] {} <Debug> HTTP-Session: cc4f2fee-ac20-40ee-af26-2a4a79a205fa Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6313 | 2024.07.15 19:57:24.054575 [ 3 ] {} <Debug> HTTP-Session: cc4f2fee-ac20-40ee-af26-2a4a79a205fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6314 | 2024.07.15 19:57:24.054589 [ 3 ] {} <Debug> HTTP-Session: cc4f2fee-ac20-40ee-af26-2a4a79a205fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6315 | 2024.07.15 19:57:24.054619 [ 3 ] {} <Trace> HTTP-Session: cc4f2fee-ac20-40ee-af26-2a4a79a205fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6316 | 2024.07.15 19:57:24.054763 [ 3 ] {e68d6c0c-1bba-417f-83e8-5ff8acf03f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6317 | 2024.07.15 19:57:24.054809 [ 3 ] {e68d6c0c-1bba-417f-83e8-5ff8acf03f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6318 | 2024.07.15 19:57:24.054949 [ 3 ] {e68d6c0c-1bba-417f-83e8-5ff8acf03f74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6319 | 2024.07.15 19:57:24.055354 [ 3 ] {e68d6c0c-1bba-417f-83e8-5ff8acf03f74} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6320 | 2024.07.15 19:57:24.055390 [ 3 ] {e68d6c0c-1bba-417f-83e8-5ff8acf03f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6321 | 2024.07.15 19:57:24.055761 [ 3 ] {e68d6c0c-1bba-417f-83e8-5ff8acf03f74} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6322 | 2024.07.15 19:57:24.056099 [ 3 ] {e68d6c0c-1bba-417f-83e8-5ff8acf03f74} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6323 | 2024.07.15 19:57:24.056259 [ 3 ] {e68d6c0c-1bba-417f-83e8-5ff8acf03f74} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
6324 | 2024.07.15 19:57:24.056532 [ 3 ] {e68d6c0c-1bba-417f-83e8-5ff8acf03f74} <Debug> DynamicQueryHandler: Done processing query | ||
6325 | 2024.07.15 19:57:24.056589 [ 3 ] {e68d6c0c-1bba-417f-83e8-5ff8acf03f74} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6326 | 2024.07.15 19:57:24.056641 [ 3 ] {} <Debug> HTTP-Session: cc4f2fee-ac20-40ee-af26-2a4a79a205fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6327 | 2024.07.15 19:57:24.056810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6328 | 2024.07.15 19:57:24.056860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6329 | 2024.07.15 19:57:24.056879 [ 3 ] {} <Debug> HTTP-Session: b24e4245-838c-4148-9e84-3dd460b9f869 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6330 | 2024.07.15 19:57:24.056896 [ 3 ] {} <Debug> HTTP-Session: b24e4245-838c-4148-9e84-3dd460b9f869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6331 | 2024.07.15 19:57:24.056911 [ 3 ] {} <Debug> HTTP-Session: b24e4245-838c-4148-9e84-3dd460b9f869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6332 | 2024.07.15 19:57:24.056942 [ 3 ] {} <Trace> HTTP-Session: b24e4245-838c-4148-9e84-3dd460b9f869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6333 | 2024.07.15 19:57:24.057099 [ 3 ] {e0185584-5192-48e1-b0cc-7e10bca03f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6334 | 2024.07.15 19:57:24.057167 [ 3 ] {e0185584-5192-48e1-b0cc-7e10bca03f69} <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 | ||
6335 | 2024.07.15 19:57:24.057586 [ 3 ] {e0185584-5192-48e1-b0cc-7e10bca03f69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6336 | 2024.07.15 19:57:24.058091 [ 3 ] {e0185584-5192-48e1-b0cc-7e10bca03f69} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6337 | 2024.07.15 19:57:24.058126 [ 3 ] {e0185584-5192-48e1-b0cc-7e10bca03f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6338 | 2024.07.15 19:57:24.058704 [ 3 ] {e0185584-5192-48e1-b0cc-7e10bca03f69} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6339 | 2024.07.15 19:57:24.059121 [ 3 ] {e0185584-5192-48e1-b0cc-7e10bca03f69} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6340 | 2024.07.15 19:57:24.059340 [ 3 ] {e0185584-5192-48e1-b0cc-7e10bca03f69} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002305 sec., 2603.036876355748 rows/sec., 4.66 MiB/sec. | ||
6341 | 2024.07.15 19:57:24.060277 [ 3 ] {e0185584-5192-48e1-b0cc-7e10bca03f69} <Debug> DynamicQueryHandler: Done processing query | ||
6342 | 2024.07.15 19:57:24.060302 [ 3 ] {e0185584-5192-48e1-b0cc-7e10bca03f69} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6343 | 2024.07.15 19:57:24.060321 [ 3 ] {} <Debug> HTTP-Session: b24e4245-838c-4148-9e84-3dd460b9f869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6344 | 2024.07.15 19:57:24.060451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6345 | 2024.07.15 19:57:24.060499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6346 | 2024.07.15 19:57:24.060519 [ 3 ] {} <Debug> HTTP-Session: 9f5ee121-731e-49a6-a6b0-9ba467b9e7c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6347 | 2024.07.15 19:57:24.060536 [ 3 ] {} <Debug> HTTP-Session: 9f5ee121-731e-49a6-a6b0-9ba467b9e7c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6348 | 2024.07.15 19:57:24.060550 [ 3 ] {} <Debug> HTTP-Session: 9f5ee121-731e-49a6-a6b0-9ba467b9e7c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6349 | 2024.07.15 19:57:24.060581 [ 3 ] {} <Trace> HTTP-Session: 9f5ee121-731e-49a6-a6b0-9ba467b9e7c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6350 | 2024.07.15 19:57:24.060690 [ 3 ] {2ac16d1e-fa0c-436d-847b-e00b99ee6077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6351 | 2024.07.15 19:57:24.060735 [ 3 ] {2ac16d1e-fa0c-436d-847b-e00b99ee6077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6352 | 2024.07.15 19:57:24.060888 [ 3 ] {2ac16d1e-fa0c-436d-847b-e00b99ee6077} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6353 | 2024.07.15 19:57:24.061203 [ 3 ] {2ac16d1e-fa0c-436d-847b-e00b99ee6077} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6354 | 2024.07.15 19:57:24.061239 [ 3 ] {2ac16d1e-fa0c-436d-847b-e00b99ee6077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6355 | 2024.07.15 19:57:24.061594 [ 3 ] {2ac16d1e-fa0c-436d-847b-e00b99ee6077} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6356 | 2024.07.15 19:57:24.061921 [ 3 ] {2ac16d1e-fa0c-436d-847b-e00b99ee6077} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6357 | 2024.07.15 19:57:24.062055 [ 3 ] {2ac16d1e-fa0c-436d-847b-e00b99ee6077} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001393 sec., 16511.127063890883 rows/sec., 893.14 KiB/sec. | ||
6358 | 2024.07.15 19:57:24.062223 [ 3 ] {2ac16d1e-fa0c-436d-847b-e00b99ee6077} <Debug> DynamicQueryHandler: Done processing query | ||
6359 | 2024.07.15 19:57:24.062248 [ 3 ] {2ac16d1e-fa0c-436d-847b-e00b99ee6077} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6360 | 2024.07.15 19:57:24.062264 [ 3 ] {} <Debug> HTTP-Session: 9f5ee121-731e-49a6-a6b0-9ba467b9e7c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6361 | 2024.07.15 19:57:24.062391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6362 | 2024.07.15 19:57:24.062441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6363 | 2024.07.15 19:57:24.062461 [ 3 ] {} <Debug> HTTP-Session: cce0192c-f083-49ba-97f8-4d726030cbcf Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6364 | 2024.07.15 19:57:24.062479 [ 3 ] {} <Debug> HTTP-Session: cce0192c-f083-49ba-97f8-4d726030cbcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6365 | 2024.07.15 19:57:24.062494 [ 3 ] {} <Debug> HTTP-Session: cce0192c-f083-49ba-97f8-4d726030cbcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6366 | 2024.07.15 19:57:24.062525 [ 3 ] {} <Trace> HTTP-Session: cce0192c-f083-49ba-97f8-4d726030cbcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6367 | 2024.07.15 19:57:24.062645 [ 3 ] {d3502023-1ab7-4cb4-b6d0-41024f087662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6368 | 2024.07.15 19:57:24.062690 [ 3 ] {d3502023-1ab7-4cb4-b6d0-41024f087662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6369 | 2024.07.15 19:57:24.062819 [ 3 ] {d3502023-1ab7-4cb4-b6d0-41024f087662} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6370 | 2024.07.15 19:57:24.063146 [ 3 ] {d3502023-1ab7-4cb4-b6d0-41024f087662} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6371 | 2024.07.15 19:57:24.063182 [ 3 ] {d3502023-1ab7-4cb4-b6d0-41024f087662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6372 | 2024.07.15 19:57:24.063535 [ 3 ] {d3502023-1ab7-4cb4-b6d0-41024f087662} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6373 | 2024.07.15 19:57:24.063855 [ 3 ] {d3502023-1ab7-4cb4-b6d0-41024f087662} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6374 | 2024.07.15 19:57:24.064008 [ 3 ] {d3502023-1ab7-4cb4-b6d0-41024f087662} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
6375 | 2024.07.15 19:57:24.064179 [ 3 ] {d3502023-1ab7-4cb4-b6d0-41024f087662} <Debug> DynamicQueryHandler: Done processing query | ||
6376 | 2024.07.15 19:57:24.064204 [ 3 ] {d3502023-1ab7-4cb4-b6d0-41024f087662} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6377 | 2024.07.15 19:57:24.064220 [ 3 ] {} <Debug> HTTP-Session: cce0192c-f083-49ba-97f8-4d726030cbcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6378 | 2024.07.15 19:57:29.041619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6379 | 2024.07.15 19:57:29.041780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6380 | 2024.07.15 19:57:29.041806 [ 3 ] {} <Debug> HTTP-Session: 6a734ff3-9acd-4622-96a0-3b9dff7414cd Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6381 | 2024.07.15 19:57:29.041832 [ 3 ] {} <Debug> HTTP-Session: 6a734ff3-9acd-4622-96a0-3b9dff7414cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6382 | 2024.07.15 19:57:29.041847 [ 3 ] {} <Debug> HTTP-Session: 6a734ff3-9acd-4622-96a0-3b9dff7414cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6383 | 2024.07.15 19:57:29.041896 [ 3 ] {} <Trace> HTTP-Session: 6a734ff3-9acd-4622-96a0-3b9dff7414cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6384 | 2024.07.15 19:57:29.042082 [ 3 ] {8003f064-88d9-4165-940a-b2cfb4301b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6385 | 2024.07.15 19:57:29.042146 [ 3 ] {8003f064-88d9-4165-940a-b2cfb4301b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6386 | 2024.07.15 19:57:29.042334 [ 3 ] {8003f064-88d9-4165-940a-b2cfb4301b6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6387 | 2024.07.15 19:57:29.042767 [ 3 ] {8003f064-88d9-4165-940a-b2cfb4301b6e} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6388 | 2024.07.15 19:57:29.042807 [ 3 ] {8003f064-88d9-4165-940a-b2cfb4301b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6389 | 2024.07.15 19:57:29.043183 [ 3 ] {8003f064-88d9-4165-940a-b2cfb4301b6e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6390 | 2024.07.15 19:57:29.043513 [ 3 ] {8003f064-88d9-4165-940a-b2cfb4301b6e} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6391 | 2024.07.15 19:57:29.043688 [ 3 ] {8003f064-88d9-4165-940a-b2cfb4301b6e} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.00166 sec., 14457.831325301204 rows/sec., 1.14 MiB/sec. | ||
6392 | 2024.07.15 19:57:29.043886 [ 3 ] {8003f064-88d9-4165-940a-b2cfb4301b6e} <Debug> DynamicQueryHandler: Done processing query | ||
6393 | 2024.07.15 19:57:29.043912 [ 3 ] {8003f064-88d9-4165-940a-b2cfb4301b6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6394 | 2024.07.15 19:57:29.043929 [ 3 ] {} <Debug> HTTP-Session: 6a734ff3-9acd-4622-96a0-3b9dff7414cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6395 | 2024.07.15 19:57:29.044067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6396 | 2024.07.15 19:57:29.044115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6397 | 2024.07.15 19:57:29.044135 [ 3 ] {} <Debug> HTTP-Session: e411205c-696e-45a6-8d81-8fc69bf309c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6398 | 2024.07.15 19:57:29.044151 [ 3 ] {} <Debug> HTTP-Session: e411205c-696e-45a6-8d81-8fc69bf309c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6399 | 2024.07.15 19:57:29.044165 [ 3 ] {} <Debug> HTTP-Session: e411205c-696e-45a6-8d81-8fc69bf309c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6400 | 2024.07.15 19:57:29.044196 [ 3 ] {} <Trace> HTTP-Session: e411205c-696e-45a6-8d81-8fc69bf309c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6401 | 2024.07.15 19:57:29.044289 [ 3 ] {225e67c0-f217-4599-ae3e-de64049e8700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6402 | 2024.07.15 19:57:29.044331 [ 3 ] {225e67c0-f217-4599-ae3e-de64049e8700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6403 | 2024.07.15 19:57:29.044461 [ 3 ] {225e67c0-f217-4599-ae3e-de64049e8700} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6404 | 2024.07.15 19:57:29.044734 [ 3 ] {225e67c0-f217-4599-ae3e-de64049e8700} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6405 | 2024.07.15 19:57:29.044770 [ 3 ] {225e67c0-f217-4599-ae3e-de64049e8700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6406 | 2024.07.15 19:57:29.045069 [ 3 ] {225e67c0-f217-4599-ae3e-de64049e8700} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6407 | 2024.07.15 19:57:29.045378 [ 3 ] {225e67c0-f217-4599-ae3e-de64049e8700} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6408 | 2024.07.15 19:57:29.045542 [ 3 ] {225e67c0-f217-4599-ae3e-de64049e8700} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001272 sec., 1572.3270440251574 rows/sec., 128.21 KiB/sec. | ||
6409 | 2024.07.15 19:57:29.045827 [ 3 ] {225e67c0-f217-4599-ae3e-de64049e8700} <Debug> DynamicQueryHandler: Done processing query | ||
6410 | 2024.07.15 19:57:29.045853 [ 3 ] {225e67c0-f217-4599-ae3e-de64049e8700} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6411 | 2024.07.15 19:57:29.045871 [ 3 ] {} <Debug> HTTP-Session: e411205c-696e-45a6-8d81-8fc69bf309c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6412 | 2024.07.15 19:57:29.046062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 23755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6413 | 2024.07.15 19:57:29.046111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6414 | 2024.07.15 19:57:29.046131 [ 3 ] {} <Debug> HTTP-Session: 798de3f2-f2cd-426e-9b41-2f12bc0cb62f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6415 | 2024.07.15 19:57:29.046148 [ 3 ] {} <Debug> HTTP-Session: 798de3f2-f2cd-426e-9b41-2f12bc0cb62f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6416 | 2024.07.15 19:57:29.046162 [ 3 ] {} <Debug> HTTP-Session: 798de3f2-f2cd-426e-9b41-2f12bc0cb62f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6417 | 2024.07.15 19:57:29.046194 [ 3 ] {} <Trace> HTTP-Session: 798de3f2-f2cd-426e-9b41-2f12bc0cb62f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6418 | 2024.07.15 19:57:29.046332 [ 3 ] {d81a445c-165d-491a-9022-e1f7ef79eba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6419 | 2024.07.15 19:57:29.046376 [ 3 ] {d81a445c-165d-491a-9022-e1f7ef79eba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6420 | 2024.07.15 19:57:29.046517 [ 3 ] {d81a445c-165d-491a-9022-e1f7ef79eba8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6421 | 2024.07.15 19:57:29.046976 [ 3 ] {d81a445c-165d-491a-9022-e1f7ef79eba8} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6422 | 2024.07.15 19:57:29.047013 [ 3 ] {d81a445c-165d-491a-9022-e1f7ef79eba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6423 | 2024.07.15 19:57:29.047333 [ 3 ] {d81a445c-165d-491a-9022-e1f7ef79eba8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6424 | 2024.07.15 19:57:29.047632 [ 3 ] {d81a445c-165d-491a-9022-e1f7ef79eba8} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6425 | 2024.07.15 19:57:29.047781 [ 3 ] {d81a445c-165d-491a-9022-e1f7ef79eba8} <Debug> executeQuery: Read 165 rows, 13.73 KiB in 0.001509 sec., 109343.93638170975 rows/sec., 8.89 MiB/sec. | ||
6426 | 2024.07.15 19:57:29.047945 [ 3 ] {d81a445c-165d-491a-9022-e1f7ef79eba8} <Debug> DynamicQueryHandler: Done processing query | ||
6427 | 2024.07.15 19:57:29.047969 [ 3 ] {d81a445c-165d-491a-9022-e1f7ef79eba8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6428 | 2024.07.15 19:57:29.047985 [ 3 ] {} <Debug> HTTP-Session: 798de3f2-f2cd-426e-9b41-2f12bc0cb62f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6429 | 2024.07.15 19:57:29.048113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6430 | 2024.07.15 19:57:29.048161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6431 | 2024.07.15 19:57:29.048179 [ 3 ] {} <Debug> HTTP-Session: 068514e7-819c-4a57-a4bd-7c143674c873 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6432 | 2024.07.15 19:57:29.048196 [ 3 ] {} <Debug> HTTP-Session: 068514e7-819c-4a57-a4bd-7c143674c873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6433 | 2024.07.15 19:57:29.048210 [ 3 ] {} <Debug> HTTP-Session: 068514e7-819c-4a57-a4bd-7c143674c873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6434 | 2024.07.15 19:57:29.048240 [ 3 ] {} <Trace> HTTP-Session: 068514e7-819c-4a57-a4bd-7c143674c873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6435 | 2024.07.15 19:57:29.048332 [ 3 ] {861317cc-e2c6-405b-8c4a-5a7126f0335e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6436 | 2024.07.15 19:57:29.048372 [ 3 ] {861317cc-e2c6-405b-8c4a-5a7126f0335e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6437 | 2024.07.15 19:57:29.048499 [ 3 ] {861317cc-e2c6-405b-8c4a-5a7126f0335e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6438 | 2024.07.15 19:57:29.048763 [ 3 ] {861317cc-e2c6-405b-8c4a-5a7126f0335e} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6439 | 2024.07.15 19:57:29.048800 [ 3 ] {861317cc-e2c6-405b-8c4a-5a7126f0335e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6440 | 2024.07.15 19:57:29.049095 [ 3 ] {861317cc-e2c6-405b-8c4a-5a7126f0335e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6441 | 2024.07.15 19:57:29.049391 [ 3 ] {861317cc-e2c6-405b-8c4a-5a7126f0335e} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6442 | 2024.07.15 19:57:29.049548 [ 3 ] {861317cc-e2c6-405b-8c4a-5a7126f0335e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001233 sec., 1622.0600162206003 rows/sec., 113.26 KiB/sec. | ||
6443 | 2024.07.15 19:57:29.049827 [ 3 ] {861317cc-e2c6-405b-8c4a-5a7126f0335e} <Debug> DynamicQueryHandler: Done processing query | ||
6444 | 2024.07.15 19:57:29.049852 [ 3 ] {861317cc-e2c6-405b-8c4a-5a7126f0335e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6445 | 2024.07.15 19:57:29.049867 [ 3 ] {} <Debug> HTTP-Session: 068514e7-819c-4a57-a4bd-7c143674c873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6446 | 2024.07.15 19:57:29.050056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 19335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6447 | 2024.07.15 19:57:29.050104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6448 | 2024.07.15 19:57:29.050122 [ 3 ] {} <Debug> HTTP-Session: d03ee843-32d4-4512-864d-a3d36ccd9b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6449 | 2024.07.15 19:57:29.050139 [ 3 ] {} <Debug> HTTP-Session: d03ee843-32d4-4512-864d-a3d36ccd9b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6450 | 2024.07.15 19:57:29.050153 [ 3 ] {} <Debug> HTTP-Session: d03ee843-32d4-4512-864d-a3d36ccd9b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6451 | 2024.07.15 19:57:29.050183 [ 3 ] {} <Trace> HTTP-Session: d03ee843-32d4-4512-864d-a3d36ccd9b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6452 | 2024.07.15 19:57:29.050321 [ 3 ] {7ed7fcd4-d49a-4cc0-a3b8-7f4108bbb6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6453 | 2024.07.15 19:57:29.050363 [ 3 ] {7ed7fcd4-d49a-4cc0-a3b8-7f4108bbb6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6454 | 2024.07.15 19:57:29.050507 [ 3 ] {7ed7fcd4-d49a-4cc0-a3b8-7f4108bbb6c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6455 | 2024.07.15 19:57:29.050865 [ 3 ] {7ed7fcd4-d49a-4cc0-a3b8-7f4108bbb6c5} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6456 | 2024.07.15 19:57:29.050900 [ 3 ] {7ed7fcd4-d49a-4cc0-a3b8-7f4108bbb6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6457 | 2024.07.15 19:57:29.051209 [ 3 ] {7ed7fcd4-d49a-4cc0-a3b8-7f4108bbb6c5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6458 | 2024.07.15 19:57:29.051512 [ 3 ] {7ed7fcd4-d49a-4cc0-a3b8-7f4108bbb6c5} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6459 | 2024.07.15 19:57:29.051661 [ 3 ] {7ed7fcd4-d49a-4cc0-a3b8-7f4108bbb6c5} <Debug> executeQuery: Read 114 rows, 9.10 KiB in 0.001397 sec., 81603.4359341446 rows/sec., 6.36 MiB/sec. | ||
6460 | 2024.07.15 19:57:29.051824 [ 3 ] {7ed7fcd4-d49a-4cc0-a3b8-7f4108bbb6c5} <Debug> DynamicQueryHandler: Done processing query | ||
6461 | 2024.07.15 19:57:29.051847 [ 3 ] {7ed7fcd4-d49a-4cc0-a3b8-7f4108bbb6c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6462 | 2024.07.15 19:57:29.051863 [ 3 ] {} <Debug> HTTP-Session: d03ee843-32d4-4512-864d-a3d36ccd9b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6463 | 2024.07.15 19:57:29.052051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 37753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6464 | 2024.07.15 19:57:29.052098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6465 | 2024.07.15 19:57:29.052117 [ 3 ] {} <Debug> HTTP-Session: fab5e6d2-8dc2-419e-ac0a-1ec36fc172b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6466 | 2024.07.15 19:57:29.052133 [ 3 ] {} <Debug> HTTP-Session: fab5e6d2-8dc2-419e-ac0a-1ec36fc172b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6467 | 2024.07.15 19:57:29.052147 [ 3 ] {} <Debug> HTTP-Session: fab5e6d2-8dc2-419e-ac0a-1ec36fc172b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6468 | 2024.07.15 19:57:29.052176 [ 3 ] {} <Trace> HTTP-Session: fab5e6d2-8dc2-419e-ac0a-1ec36fc172b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6469 | 2024.07.15 19:57:29.052349 [ 3 ] {63d66d54-b836-4b65-b073-7624081e9a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6470 | 2024.07.15 19:57:29.052395 [ 3 ] {63d66d54-b836-4b65-b073-7624081e9a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6471 | 2024.07.15 19:57:29.052539 [ 3 ] {63d66d54-b836-4b65-b073-7624081e9a82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6472 | 2024.07.15 19:57:29.052956 [ 3 ] {63d66d54-b836-4b65-b073-7624081e9a82} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6473 | 2024.07.15 19:57:29.052992 [ 3 ] {63d66d54-b836-4b65-b073-7624081e9a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6474 | 2024.07.15 19:57:29.053381 [ 3 ] {63d66d54-b836-4b65-b073-7624081e9a82} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6475 | 2024.07.15 19:57:29.053709 [ 3 ] {63d66d54-b836-4b65-b073-7624081e9a82} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6476 | 2024.07.15 19:57:29.053867 [ 3 ] {63d66d54-b836-4b65-b073-7624081e9a82} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001603 sec., 122894.57267623206 rows/sec., 8.58 MiB/sec. | ||
6477 | 2024.07.15 19:57:29.054031 [ 3 ] {63d66d54-b836-4b65-b073-7624081e9a82} <Debug> DynamicQueryHandler: Done processing query | ||
6478 | 2024.07.15 19:57:29.054055 [ 3 ] {63d66d54-b836-4b65-b073-7624081e9a82} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6479 | 2024.07.15 19:57:29.054071 [ 3 ] {} <Debug> HTTP-Session: fab5e6d2-8dc2-419e-ac0a-1ec36fc172b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6480 | 2024.07.15 19:57:29.054254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6481 | 2024.07.15 19:57:29.054301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6482 | 2024.07.15 19:57:29.054320 [ 3 ] {} <Debug> HTTP-Session: e613b389-0bac-40ae-a4a6-f77b157b1e84 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6483 | 2024.07.15 19:57:29.054337 [ 3 ] {} <Debug> HTTP-Session: e613b389-0bac-40ae-a4a6-f77b157b1e84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6484 | 2024.07.15 19:57:29.054350 [ 3 ] {} <Debug> HTTP-Session: e613b389-0bac-40ae-a4a6-f77b157b1e84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6485 | 2024.07.15 19:57:29.054407 [ 3 ] {} <Trace> HTTP-Session: e613b389-0bac-40ae-a4a6-f77b157b1e84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6486 | 2024.07.15 19:57:29.054728 [ 3 ] {99513e68-ee42-4741-84da-d0d9d0d42443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6487 | 2024.07.15 19:57:29.054793 [ 3 ] {99513e68-ee42-4741-84da-d0d9d0d42443} <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 | ||
6488 | 2024.07.15 19:57:29.055207 [ 3 ] {99513e68-ee42-4741-84da-d0d9d0d42443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6489 | 2024.07.15 19:57:29.055933 [ 3 ] {99513e68-ee42-4741-84da-d0d9d0d42443} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6490 | 2024.07.15 19:57:29.055969 [ 3 ] {99513e68-ee42-4741-84da-d0d9d0d42443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6491 | 2024.07.15 19:57:29.056594 [ 3 ] {99513e68-ee42-4741-84da-d0d9d0d42443} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6492 | 2024.07.15 19:57:29.057004 [ 3 ] {99513e68-ee42-4741-84da-d0d9d0d42443} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6493 | 2024.07.15 19:57:29.057218 [ 3 ] {99513e68-ee42-4741-84da-d0d9d0d42443} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002721 sec., 8820.286659316429 rows/sec., 15.81 MiB/sec. | ||
6494 | 2024.07.15 19:57:29.057443 [ 3 ] {99513e68-ee42-4741-84da-d0d9d0d42443} <Debug> DynamicQueryHandler: Done processing query | ||
6495 | 2024.07.15 19:57:29.057467 [ 3 ] {99513e68-ee42-4741-84da-d0d9d0d42443} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6496 | 2024.07.15 19:57:29.057482 [ 3 ] {} <Debug> HTTP-Session: e613b389-0bac-40ae-a4a6-f77b157b1e84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6497 | 2024.07.15 19:57:29.057606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6498 | 2024.07.15 19:57:29.057653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6499 | 2024.07.15 19:57:29.057672 [ 3 ] {} <Debug> HTTP-Session: a0b50d45-cef2-43c7-a434-cfc5f208961d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6500 | 2024.07.15 19:57:29.057688 [ 3 ] {} <Debug> HTTP-Session: a0b50d45-cef2-43c7-a434-cfc5f208961d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6501 | 2024.07.15 19:57:29.057702 [ 3 ] {} <Debug> HTTP-Session: a0b50d45-cef2-43c7-a434-cfc5f208961d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6502 | 2024.07.15 19:57:29.057732 [ 3 ] {} <Trace> HTTP-Session: a0b50d45-cef2-43c7-a434-cfc5f208961d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6503 | 2024.07.15 19:57:29.057850 [ 3 ] {a97cf3c9-f98e-4f73-b00e-97eb5364e46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6504 | 2024.07.15 19:57:29.057893 [ 3 ] {a97cf3c9-f98e-4f73-b00e-97eb5364e46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6505 | 2024.07.15 19:57:29.058021 [ 3 ] {a97cf3c9-f98e-4f73-b00e-97eb5364e46c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6506 | 2024.07.15 19:57:29.058363 [ 3 ] {a97cf3c9-f98e-4f73-b00e-97eb5364e46c} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6507 | 2024.07.15 19:57:29.058398 [ 3 ] {a97cf3c9-f98e-4f73-b00e-97eb5364e46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6508 | 2024.07.15 19:57:29.058751 [ 3 ] {a97cf3c9-f98e-4f73-b00e-97eb5364e46c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6509 | 2024.07.15 19:57:29.059071 [ 3 ] {a97cf3c9-f98e-4f73-b00e-97eb5364e46c} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6510 | 2024.07.15 19:57:29.059235 [ 3 ] {a97cf3c9-f98e-4f73-b00e-97eb5364e46c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
6511 | 2024.07.15 19:57:29.059398 [ 3 ] {a97cf3c9-f98e-4f73-b00e-97eb5364e46c} <Debug> DynamicQueryHandler: Done processing query | ||
6512 | 2024.07.15 19:57:29.059421 [ 3 ] {a97cf3c9-f98e-4f73-b00e-97eb5364e46c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6513 | 2024.07.15 19:57:29.059437 [ 3 ] {} <Debug> HTTP-Session: a0b50d45-cef2-43c7-a434-cfc5f208961d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6514 | 2024.07.15 19:57:34.043460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6515 | 2024.07.15 19:57:34.043614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6516 | 2024.07.15 19:57:34.043655 [ 3 ] {} <Debug> HTTP-Session: 80fc3be6-819b-467b-b0c6-99893c7c1859 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6517 | 2024.07.15 19:57:34.043693 [ 3 ] {} <Debug> HTTP-Session: 80fc3be6-819b-467b-b0c6-99893c7c1859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6518 | 2024.07.15 19:57:34.043721 [ 3 ] {} <Debug> HTTP-Session: 80fc3be6-819b-467b-b0c6-99893c7c1859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6519 | 2024.07.15 19:57:34.043790 [ 3 ] {} <Trace> HTTP-Session: 80fc3be6-819b-467b-b0c6-99893c7c1859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6520 | 2024.07.15 19:57:34.044026 [ 3 ] {3eaefc52-5aee-4bf1-9933-dc5dc5d8fbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6521 | 2024.07.15 19:57:34.044117 [ 3 ] {3eaefc52-5aee-4bf1-9933-dc5dc5d8fbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6522 | 2024.07.15 19:57:34.044398 [ 3 ] {3eaefc52-5aee-4bf1-9933-dc5dc5d8fbf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6523 | 2024.07.15 19:57:34.044870 [ 3 ] {3eaefc52-5aee-4bf1-9933-dc5dc5d8fbf3} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6524 | 2024.07.15 19:57:34.044912 [ 3 ] {3eaefc52-5aee-4bf1-9933-dc5dc5d8fbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6525 | 2024.07.15 19:57:34.045279 [ 3 ] {3eaefc52-5aee-4bf1-9933-dc5dc5d8fbf3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6526 | 2024.07.15 19:57:34.045628 [ 3 ] {3eaefc52-5aee-4bf1-9933-dc5dc5d8fbf3} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6527 | 2024.07.15 19:57:34.045800 [ 3 ] {3eaefc52-5aee-4bf1-9933-dc5dc5d8fbf3} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001847 sec., 6497.022198159178 rows/sec., 447.30 KiB/sec. | ||
6528 | 2024.07.15 19:57:34.046003 [ 3 ] {3eaefc52-5aee-4bf1-9933-dc5dc5d8fbf3} <Debug> DynamicQueryHandler: Done processing query | ||
6529 | 2024.07.15 19:57:34.046029 [ 3 ] {3eaefc52-5aee-4bf1-9933-dc5dc5d8fbf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6530 | 2024.07.15 19:57:34.046046 [ 3 ] {} <Debug> HTTP-Session: 80fc3be6-819b-467b-b0c6-99893c7c1859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6531 | 2024.07.15 19:57:34.046196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6532 | 2024.07.15 19:57:34.046244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6533 | 2024.07.15 19:57:34.046263 [ 3 ] {} <Debug> HTTP-Session: 839d0d53-c8b5-45aa-92aa-de6f08d1a8ed Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6534 | 2024.07.15 19:57:34.046279 [ 3 ] {} <Debug> HTTP-Session: 839d0d53-c8b5-45aa-92aa-de6f08d1a8ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6535 | 2024.07.15 19:57:34.046293 [ 3 ] {} <Debug> HTTP-Session: 839d0d53-c8b5-45aa-92aa-de6f08d1a8ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6536 | 2024.07.15 19:57:34.046325 [ 3 ] {} <Trace> HTTP-Session: 839d0d53-c8b5-45aa-92aa-de6f08d1a8ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6537 | 2024.07.15 19:57:34.046422 [ 3 ] {0f82b371-8674-440e-bc00-8082d30dd07f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6538 | 2024.07.15 19:57:34.046466 [ 3 ] {0f82b371-8674-440e-bc00-8082d30dd07f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6539 | 2024.07.15 19:57:34.046596 [ 3 ] {0f82b371-8674-440e-bc00-8082d30dd07f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6540 | 2024.07.15 19:57:34.046896 [ 3 ] {0f82b371-8674-440e-bc00-8082d30dd07f} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6541 | 2024.07.15 19:57:34.046932 [ 3 ] {0f82b371-8674-440e-bc00-8082d30dd07f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6542 | 2024.07.15 19:57:34.047224 [ 3 ] {0f82b371-8674-440e-bc00-8082d30dd07f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6543 | 2024.07.15 19:57:34.047532 [ 3 ] {0f82b371-8674-440e-bc00-8082d30dd07f} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6544 | 2024.07.15 19:57:34.047694 [ 3 ] {0f82b371-8674-440e-bc00-8082d30dd07f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001285 sec., 3112.8404669260703 rows/sec., 253.83 KiB/sec. | ||
6545 | 2024.07.15 19:57:34.047985 [ 3 ] {0f82b371-8674-440e-bc00-8082d30dd07f} <Debug> DynamicQueryHandler: Done processing query | ||
6546 | 2024.07.15 19:57:34.048011 [ 3 ] {0f82b371-8674-440e-bc00-8082d30dd07f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6547 | 2024.07.15 19:57:34.048027 [ 3 ] {} <Debug> HTTP-Session: 839d0d53-c8b5-45aa-92aa-de6f08d1a8ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6548 | 2024.07.15 19:57:34.048209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6549 | 2024.07.15 19:57:34.048257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6550 | 2024.07.15 19:57:34.048275 [ 3 ] {} <Debug> HTTP-Session: 38da4971-2e24-44bb-98de-c2ee1e770fda Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6551 | 2024.07.15 19:57:34.048292 [ 3 ] {} <Debug> HTTP-Session: 38da4971-2e24-44bb-98de-c2ee1e770fda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6552 | 2024.07.15 19:57:34.048306 [ 3 ] {} <Debug> HTTP-Session: 38da4971-2e24-44bb-98de-c2ee1e770fda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6553 | 2024.07.15 19:57:34.048337 [ 3 ] {} <Trace> HTTP-Session: 38da4971-2e24-44bb-98de-c2ee1e770fda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6554 | 2024.07.15 19:57:34.048479 [ 3 ] {a06d64db-d29d-48ce-8a4d-8d8c14a18bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6555 | 2024.07.15 19:57:34.048522 [ 3 ] {a06d64db-d29d-48ce-8a4d-8d8c14a18bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6556 | 2024.07.15 19:57:34.048662 [ 3 ] {a06d64db-d29d-48ce-8a4d-8d8c14a18bd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6557 | 2024.07.15 19:57:34.049082 [ 3 ] {a06d64db-d29d-48ce-8a4d-8d8c14a18bd3} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6558 | 2024.07.15 19:57:34.049119 [ 3 ] {a06d64db-d29d-48ce-8a4d-8d8c14a18bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6559 | 2024.07.15 19:57:34.049427 [ 3 ] {a06d64db-d29d-48ce-8a4d-8d8c14a18bd3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6560 | 2024.07.15 19:57:34.049728 [ 3 ] {a06d64db-d29d-48ce-8a4d-8d8c14a18bd3} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6561 | 2024.07.15 19:57:34.049888 [ 3 ] {a06d64db-d29d-48ce-8a4d-8d8c14a18bd3} <Debug> executeQuery: Read 181 rows, 16.31 KiB in 0.001471 sec., 123045.5472467709 rows/sec., 10.83 MiB/sec. | ||
6562 | 2024.07.15 19:57:34.050056 [ 3 ] {a06d64db-d29d-48ce-8a4d-8d8c14a18bd3} <Debug> DynamicQueryHandler: Done processing query | ||
6563 | 2024.07.15 19:57:34.050080 [ 3 ] {a06d64db-d29d-48ce-8a4d-8d8c14a18bd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6564 | 2024.07.15 19:57:34.050096 [ 3 ] {} <Debug> HTTP-Session: 38da4971-2e24-44bb-98de-c2ee1e770fda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6565 | 2024.07.15 19:57:34.050222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6566 | 2024.07.15 19:57:34.050270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6567 | 2024.07.15 19:57:34.050289 [ 3 ] {} <Debug> HTTP-Session: 358ea303-af3d-47f2-a2d8-fdcd9b2e7b6c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6568 | 2024.07.15 19:57:34.050306 [ 3 ] {} <Debug> HTTP-Session: 358ea303-af3d-47f2-a2d8-fdcd9b2e7b6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6569 | 2024.07.15 19:57:34.050320 [ 3 ] {} <Debug> HTTP-Session: 358ea303-af3d-47f2-a2d8-fdcd9b2e7b6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6570 | 2024.07.15 19:57:34.050350 [ 3 ] {} <Trace> HTTP-Session: 358ea303-af3d-47f2-a2d8-fdcd9b2e7b6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6571 | 2024.07.15 19:57:34.050441 [ 3 ] {179ca662-6ddc-4835-b0f2-d20612992b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6572 | 2024.07.15 19:57:34.050483 [ 3 ] {179ca662-6ddc-4835-b0f2-d20612992b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6573 | 2024.07.15 19:57:34.050609 [ 3 ] {179ca662-6ddc-4835-b0f2-d20612992b07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6574 | 2024.07.15 19:57:34.050876 [ 3 ] {179ca662-6ddc-4835-b0f2-d20612992b07} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6575 | 2024.07.15 19:57:34.050911 [ 3 ] {179ca662-6ddc-4835-b0f2-d20612992b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6576 | 2024.07.15 19:57:34.051200 [ 3 ] {179ca662-6ddc-4835-b0f2-d20612992b07} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6577 | 2024.07.15 19:57:34.051517 [ 3 ] {179ca662-6ddc-4835-b0f2-d20612992b07} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6578 | 2024.07.15 19:57:34.051667 [ 3 ] {179ca662-6ddc-4835-b0f2-d20612992b07} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001246 sec., 3210.2728731942216 rows/sec., 224.15 KiB/sec. | ||
6579 | 2024.07.15 19:57:34.051830 [ 3 ] {179ca662-6ddc-4835-b0f2-d20612992b07} <Debug> DynamicQueryHandler: Done processing query | ||
6580 | 2024.07.15 19:57:34.051853 [ 3 ] {179ca662-6ddc-4835-b0f2-d20612992b07} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6581 | 2024.07.15 19:57:34.051868 [ 3 ] {} <Debug> HTTP-Session: 358ea303-af3d-47f2-a2d8-fdcd9b2e7b6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6582 | 2024.07.15 19:57:34.052055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 63296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6583 | 2024.07.15 19:57:34.052102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6584 | 2024.07.15 19:57:34.052120 [ 3 ] {} <Debug> HTTP-Session: 5ecd94fb-2ffd-4e47-87fd-9830001411bd Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6585 | 2024.07.15 19:57:34.052136 [ 3 ] {} <Debug> HTTP-Session: 5ecd94fb-2ffd-4e47-87fd-9830001411bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6586 | 2024.07.15 19:57:34.052150 [ 3 ] {} <Debug> HTTP-Session: 5ecd94fb-2ffd-4e47-87fd-9830001411bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6587 | 2024.07.15 19:57:34.052181 [ 3 ] {} <Trace> HTTP-Session: 5ecd94fb-2ffd-4e47-87fd-9830001411bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6588 | 2024.07.15 19:57:34.052379 [ 3 ] {4163f7b9-3ea3-4148-a9fc-2a3b61838d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6589 | 2024.07.15 19:57:34.052421 [ 3 ] {4163f7b9-3ea3-4148-a9fc-2a3b61838d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6590 | 2024.07.15 19:57:34.052544 [ 3 ] {4163f7b9-3ea3-4148-a9fc-2a3b61838d6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6591 | 2024.07.15 19:57:34.053055 [ 3 ] {4163f7b9-3ea3-4148-a9fc-2a3b61838d6c} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6592 | 2024.07.15 19:57:34.053091 [ 3 ] {4163f7b9-3ea3-4148-a9fc-2a3b61838d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6593 | 2024.07.15 19:57:34.053404 [ 3 ] {4163f7b9-3ea3-4148-a9fc-2a3b61838d6c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6594 | 2024.07.15 19:57:34.053705 [ 3 ] {4163f7b9-3ea3-4148-a9fc-2a3b61838d6c} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6595 | 2024.07.15 19:57:34.053863 [ 3 ] {4163f7b9-3ea3-4148-a9fc-2a3b61838d6c} <Debug> executeQuery: Read 392 rows, 28.28 KiB in 0.001582 sec., 247787.61061946902 rows/sec., 17.46 MiB/sec. | ||
6596 | 2024.07.15 19:57:34.054027 [ 3 ] {4163f7b9-3ea3-4148-a9fc-2a3b61838d6c} <Debug> DynamicQueryHandler: Done processing query | ||
6597 | 2024.07.15 19:57:34.054051 [ 3 ] {4163f7b9-3ea3-4148-a9fc-2a3b61838d6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6598 | 2024.07.15 19:57:34.054067 [ 3 ] {} <Debug> HTTP-Session: 5ecd94fb-2ffd-4e47-87fd-9830001411bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6599 | 2024.07.15 19:57:34.054196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6600 | 2024.07.15 19:57:34.054243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6601 | 2024.07.15 19:57:34.054262 [ 3 ] {} <Debug> HTTP-Session: f44a4ae6-a769-40bb-b559-2215c0d4a6b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6602 | 2024.07.15 19:57:34.054279 [ 3 ] {} <Debug> HTTP-Session: f44a4ae6-a769-40bb-b559-2215c0d4a6b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6603 | 2024.07.15 19:57:34.054293 [ 3 ] {} <Debug> HTTP-Session: f44a4ae6-a769-40bb-b559-2215c0d4a6b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6604 | 2024.07.15 19:57:34.054324 [ 3 ] {} <Trace> HTTP-Session: f44a4ae6-a769-40bb-b559-2215c0d4a6b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6605 | 2024.07.15 19:57:34.054416 [ 3 ] {67e16994-fb8a-4c85-aff7-a65160b79fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6606 | 2024.07.15 19:57:34.054461 [ 3 ] {67e16994-fb8a-4c85-aff7-a65160b79fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6607 | 2024.07.15 19:57:34.054587 [ 3 ] {67e16994-fb8a-4c85-aff7-a65160b79fd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6608 | 2024.07.15 19:57:34.054842 [ 3 ] {67e16994-fb8a-4c85-aff7-a65160b79fd9} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6609 | 2024.07.15 19:57:34.054878 [ 3 ] {67e16994-fb8a-4c85-aff7-a65160b79fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6610 | 2024.07.15 19:57:34.055226 [ 3 ] {67e16994-fb8a-4c85-aff7-a65160b79fd9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6611 | 2024.07.15 19:57:34.055544 [ 3 ] {67e16994-fb8a-4c85-aff7-a65160b79fd9} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6612 | 2024.07.15 19:57:34.055667 [ 3 ] {67e16994-fb8a-4c85-aff7-a65160b79fd9} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 202.36 KiB/sec. | ||
6613 | 2024.07.15 19:57:34.056141 [ 3 ] {67e16994-fb8a-4c85-aff7-a65160b79fd9} <Debug> DynamicQueryHandler: Done processing query | ||
6614 | 2024.07.15 19:57:34.056169 [ 3 ] {67e16994-fb8a-4c85-aff7-a65160b79fd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6615 | 2024.07.15 19:57:34.056185 [ 3 ] {} <Debug> HTTP-Session: f44a4ae6-a769-40bb-b559-2215c0d4a6b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6616 | 2024.07.15 19:57:34.056314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6617 | 2024.07.15 19:57:34.056362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6618 | 2024.07.15 19:57:34.056381 [ 3 ] {} <Debug> HTTP-Session: 3d963633-682f-45b5-b295-41e28c685a9a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6619 | 2024.07.15 19:57:34.056397 [ 3 ] {} <Debug> HTTP-Session: 3d963633-682f-45b5-b295-41e28c685a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6620 | 2024.07.15 19:57:34.056411 [ 3 ] {} <Debug> HTTP-Session: 3d963633-682f-45b5-b295-41e28c685a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6621 | 2024.07.15 19:57:34.056442 [ 3 ] {} <Trace> HTTP-Session: 3d963633-682f-45b5-b295-41e28c685a9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6622 | 2024.07.15 19:57:34.056591 [ 3 ] {fe46f61d-a844-47f0-b3a7-18ba50c7b3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6623 | 2024.07.15 19:57:34.056637 [ 3 ] {fe46f61d-a844-47f0-b3a7-18ba50c7b3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6624 | 2024.07.15 19:57:34.056785 [ 3 ] {fe46f61d-a844-47f0-b3a7-18ba50c7b3db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6625 | 2024.07.15 19:57:34.057096 [ 3 ] {fe46f61d-a844-47f0-b3a7-18ba50c7b3db} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6626 | 2024.07.15 19:57:34.057131 [ 3 ] {fe46f61d-a844-47f0-b3a7-18ba50c7b3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6627 | 2024.07.15 19:57:34.057489 [ 3 ] {fe46f61d-a844-47f0-b3a7-18ba50c7b3db} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6628 | 2024.07.15 19:57:34.057824 [ 3 ] {fe46f61d-a844-47f0-b3a7-18ba50c7b3db} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6629 | 2024.07.15 19:57:34.057950 [ 3 ] {fe46f61d-a844-47f0-b3a7-18ba50c7b3db} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001431 sec., 53808.52550663872 rows/sec., 3.31 MiB/sec. | ||
6630 | 2024.07.15 19:57:34.058239 [ 3 ] {fe46f61d-a844-47f0-b3a7-18ba50c7b3db} <Debug> DynamicQueryHandler: Done processing query | ||
6631 | 2024.07.15 19:57:34.058263 [ 3 ] {fe46f61d-a844-47f0-b3a7-18ba50c7b3db} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6632 | 2024.07.15 19:57:34.058279 [ 3 ] {} <Debug> HTTP-Session: 3d963633-682f-45b5-b295-41e28c685a9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6633 | 2024.07.15 19:57:34.058437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6634 | 2024.07.15 19:57:34.058485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6635 | 2024.07.15 19:57:34.058504 [ 3 ] {} <Debug> HTTP-Session: 8eccdae2-eba7-47d8-af0e-afef20b48d9c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6636 | 2024.07.15 19:57:34.058520 [ 3 ] {} <Debug> HTTP-Session: 8eccdae2-eba7-47d8-af0e-afef20b48d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6637 | 2024.07.15 19:57:34.058534 [ 3 ] {} <Debug> HTTP-Session: 8eccdae2-eba7-47d8-af0e-afef20b48d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6638 | 2024.07.15 19:57:34.058565 [ 3 ] {} <Trace> HTTP-Session: 8eccdae2-eba7-47d8-af0e-afef20b48d9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6639 | 2024.07.15 19:57:34.058738 [ 3 ] {975e9e09-d43b-41a4-a2b8-12084e016fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6640 | 2024.07.15 19:57:34.058785 [ 3 ] {975e9e09-d43b-41a4-a2b8-12084e016fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6641 | 2024.07.15 19:57:34.058940 [ 3 ] {975e9e09-d43b-41a4-a2b8-12084e016fa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6642 | 2024.07.15 19:57:34.059368 [ 3 ] {975e9e09-d43b-41a4-a2b8-12084e016fa9} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6643 | 2024.07.15 19:57:34.059403 [ 3 ] {975e9e09-d43b-41a4-a2b8-12084e016fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6644 | 2024.07.15 19:57:34.059765 [ 3 ] {975e9e09-d43b-41a4-a2b8-12084e016fa9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6645 | 2024.07.15 19:57:34.060095 [ 3 ] {975e9e09-d43b-41a4-a2b8-12084e016fa9} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6646 | 2024.07.15 19:57:34.060222 [ 3 ] {975e9e09-d43b-41a4-a2b8-12084e016fa9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001575 sec., 102857.14285714286 rows/sec., 7.16 MiB/sec. | ||
6647 | 2024.07.15 19:57:34.060387 [ 3 ] {975e9e09-d43b-41a4-a2b8-12084e016fa9} <Debug> DynamicQueryHandler: Done processing query | ||
6648 | 2024.07.15 19:57:34.060410 [ 3 ] {975e9e09-d43b-41a4-a2b8-12084e016fa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6649 | 2024.07.15 19:57:34.060426 [ 3 ] {} <Debug> HTTP-Session: 8eccdae2-eba7-47d8-af0e-afef20b48d9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6650 | 2024.07.15 19:57:34.060585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6651 | 2024.07.15 19:57:34.060632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6652 | 2024.07.15 19:57:34.060652 [ 3 ] {} <Debug> HTTP-Session: 1c4bd3f1-d959-4072-a54d-0b3afa2cc6d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6653 | 2024.07.15 19:57:34.060668 [ 3 ] {} <Debug> HTTP-Session: 1c4bd3f1-d959-4072-a54d-0b3afa2cc6d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6654 | 2024.07.15 19:57:34.060682 [ 3 ] {} <Debug> HTTP-Session: 1c4bd3f1-d959-4072-a54d-0b3afa2cc6d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6655 | 2024.07.15 19:57:34.060714 [ 3 ] {} <Trace> HTTP-Session: 1c4bd3f1-d959-4072-a54d-0b3afa2cc6d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6656 | 2024.07.15 19:57:34.060863 [ 3 ] {fc6cd03e-5b25-4670-9a62-721518f406e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6657 | 2024.07.15 19:57:34.060927 [ 3 ] {fc6cd03e-5b25-4670-9a62-721518f406e7} <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 | ||
6658 | 2024.07.15 19:57:34.061330 [ 3 ] {fc6cd03e-5b25-4670-9a62-721518f406e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6659 | 2024.07.15 19:57:34.061850 [ 3 ] {fc6cd03e-5b25-4670-9a62-721518f406e7} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6660 | 2024.07.15 19:57:34.061888 [ 3 ] {fc6cd03e-5b25-4670-9a62-721518f406e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6661 | 2024.07.15 19:57:34.062465 [ 3 ] {fc6cd03e-5b25-4670-9a62-721518f406e7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6662 | 2024.07.15 19:57:34.062879 [ 3 ] {fc6cd03e-5b25-4670-9a62-721518f406e7} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6663 | 2024.07.15 19:57:34.063024 [ 3 ] {fc6cd03e-5b25-4670-9a62-721518f406e7} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002235 sec., 2684.5637583892617 rows/sec., 4.81 MiB/sec. | ||
6664 | 2024.07.15 19:57:34.063558 [ 3 ] {fc6cd03e-5b25-4670-9a62-721518f406e7} <Debug> DynamicQueryHandler: Done processing query | ||
6665 | 2024.07.15 19:57:34.063582 [ 3 ] {fc6cd03e-5b25-4670-9a62-721518f406e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6666 | 2024.07.15 19:57:34.063599 [ 3 ] {} <Debug> HTTP-Session: 1c4bd3f1-d959-4072-a54d-0b3afa2cc6d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6667 | 2024.07.15 19:57:34.063722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6668 | 2024.07.15 19:57:34.063771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6669 | 2024.07.15 19:57:34.063790 [ 3 ] {} <Debug> HTTP-Session: a3354368-787d-45e2-826d-6708859ca0f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6670 | 2024.07.15 19:57:34.063807 [ 3 ] {} <Debug> HTTP-Session: a3354368-787d-45e2-826d-6708859ca0f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6671 | 2024.07.15 19:57:34.063821 [ 3 ] {} <Debug> HTTP-Session: a3354368-787d-45e2-826d-6708859ca0f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6672 | 2024.07.15 19:57:34.063852 [ 3 ] {} <Trace> HTTP-Session: a3354368-787d-45e2-826d-6708859ca0f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6673 | 2024.07.15 19:57:34.063959 [ 3 ] {d47d44bb-cd84-42a7-9873-e03885d2dbd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6674 | 2024.07.15 19:57:34.064006 [ 3 ] {d47d44bb-cd84-42a7-9873-e03885d2dbd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6675 | 2024.07.15 19:57:34.064150 [ 3 ] {d47d44bb-cd84-42a7-9873-e03885d2dbd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6676 | 2024.07.15 19:57:34.064426 [ 3 ] {d47d44bb-cd84-42a7-9873-e03885d2dbd1} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6677 | 2024.07.15 19:57:34.064462 [ 3 ] {d47d44bb-cd84-42a7-9873-e03885d2dbd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6678 | 2024.07.15 19:57:34.064837 [ 3 ] {d47d44bb-cd84-42a7-9873-e03885d2dbd1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6679 | 2024.07.15 19:57:34.065164 [ 3 ] {d47d44bb-cd84-42a7-9873-e03885d2dbd1} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6680 | 2024.07.15 19:57:34.065289 [ 3 ] {d47d44bb-cd84-42a7-9873-e03885d2dbd1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001364 sec., 16862.17008797654 rows/sec., 912.13 KiB/sec. | ||
6681 | 2024.07.15 19:57:34.065450 [ 3 ] {d47d44bb-cd84-42a7-9873-e03885d2dbd1} <Debug> DynamicQueryHandler: Done processing query | ||
6682 | 2024.07.15 19:57:34.065473 [ 3 ] {d47d44bb-cd84-42a7-9873-e03885d2dbd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6683 | 2024.07.15 19:57:34.065489 [ 3 ] {} <Debug> HTTP-Session: a3354368-787d-45e2-826d-6708859ca0f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6684 | 2024.07.15 19:57:34.065616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6685 | 2024.07.15 19:57:34.065664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6686 | 2024.07.15 19:57:34.065683 [ 3 ] {} <Debug> HTTP-Session: 65606e30-5058-474d-b9b7-7ff181b6e1e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6687 | 2024.07.15 19:57:34.065700 [ 3 ] {} <Debug> HTTP-Session: 65606e30-5058-474d-b9b7-7ff181b6e1e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6688 | 2024.07.15 19:57:34.065713 [ 3 ] {} <Debug> HTTP-Session: 65606e30-5058-474d-b9b7-7ff181b6e1e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6689 | 2024.07.15 19:57:34.065747 [ 3 ] {} <Trace> HTTP-Session: 65606e30-5058-474d-b9b7-7ff181b6e1e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6690 | 2024.07.15 19:57:34.065866 [ 3 ] {25aa05bf-956d-4563-b5e0-097425a53e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6691 | 2024.07.15 19:57:34.065909 [ 3 ] {25aa05bf-956d-4563-b5e0-097425a53e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6692 | 2024.07.15 19:57:34.066031 [ 3 ] {25aa05bf-956d-4563-b5e0-097425a53e23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6693 | 2024.07.15 19:57:34.066333 [ 3 ] {25aa05bf-956d-4563-b5e0-097425a53e23} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6694 | 2024.07.15 19:57:34.066368 [ 3 ] {25aa05bf-956d-4563-b5e0-097425a53e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
6695 | 2024.07.15 19:57:34.066727 [ 3 ] {25aa05bf-956d-4563-b5e0-097425a53e23} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6696 | 2024.07.15 19:57:34.067057 [ 3 ] {25aa05bf-956d-4563-b5e0-097425a53e23} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6697 | 2024.07.15 19:57:34.067181 [ 3 ] {25aa05bf-956d-4563-b5e0-097425a53e23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
6698 | 2024.07.15 19:57:34.067370 [ 3 ] {25aa05bf-956d-4563-b5e0-097425a53e23} <Debug> DynamicQueryHandler: Done processing query | ||
6699 | 2024.07.15 19:57:34.067395 [ 3 ] {25aa05bf-956d-4563-b5e0-097425a53e23} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6700 | 2024.07.15 19:57:34.067410 [ 3 ] {} <Debug> HTTP-Session: 65606e30-5058-474d-b9b7-7ff181b6e1e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6701 | 2024.07.15 19:57:36.449710 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6702 | 2024.07.15 19:57:36.449783 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6703 | 2024.07.15 19:57:39.041494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6704 | 2024.07.15 19:57:39.041611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6705 | 2024.07.15 19:57:39.041639 [ 3 ] {} <Debug> HTTP-Session: ef6acd01-c446-40f6-848c-6a1fa6fb07ae Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6706 | 2024.07.15 19:57:39.041668 [ 3 ] {} <Debug> HTTP-Session: ef6acd01-c446-40f6-848c-6a1fa6fb07ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6707 | 2024.07.15 19:57:39.041687 [ 3 ] {} <Debug> HTTP-Session: ef6acd01-c446-40f6-848c-6a1fa6fb07ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6708 | 2024.07.15 19:57:39.041742 [ 3 ] {} <Trace> HTTP-Session: ef6acd01-c446-40f6-848c-6a1fa6fb07ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6709 | 2024.07.15 19:57:39.041937 [ 3 ] {dba58562-3e48-4636-9a1d-64ceeed3d1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6710 | 2024.07.15 19:57:39.041996 [ 3 ] {dba58562-3e48-4636-9a1d-64ceeed3d1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6711 | 2024.07.15 19:57:39.042176 [ 3 ] {dba58562-3e48-4636-9a1d-64ceeed3d1dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6712 | 2024.07.15 19:57:39.042663 [ 3 ] {dba58562-3e48-4636-9a1d-64ceeed3d1dc} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6713 | 2024.07.15 19:57:39.042702 [ 3 ] {dba58562-3e48-4636-9a1d-64ceeed3d1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6714 | 2024.07.15 19:57:39.043073 [ 3 ] {dba58562-3e48-4636-9a1d-64ceeed3d1dc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6715 | 2024.07.15 19:57:39.043413 [ 3 ] {dba58562-3e48-4636-9a1d-64ceeed3d1dc} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6716 | 2024.07.15 19:57:39.043554 [ 3 ] {dba58562-3e48-4636-9a1d-64ceeed3d1dc} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001675 sec., 14328.358208955224 rows/sec., 1.13 MiB/sec. | ||
6717 | 2024.07.15 19:57:39.043831 [ 3 ] {dba58562-3e48-4636-9a1d-64ceeed3d1dc} <Debug> DynamicQueryHandler: Done processing query | ||
6718 | 2024.07.15 19:57:39.043873 [ 3 ] {dba58562-3e48-4636-9a1d-64ceeed3d1dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6719 | 2024.07.15 19:57:39.043907 [ 3 ] {} <Debug> HTTP-Session: ef6acd01-c446-40f6-848c-6a1fa6fb07ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6720 | 2024.07.15 19:57:39.044072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6721 | 2024.07.15 19:57:39.044123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6722 | 2024.07.15 19:57:39.044143 [ 3 ] {} <Debug> HTTP-Session: 3acc93e4-52c2-4825-86b2-e652d1143633 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6723 | 2024.07.15 19:57:39.044160 [ 3 ] {} <Debug> HTTP-Session: 3acc93e4-52c2-4825-86b2-e652d1143633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6724 | 2024.07.15 19:57:39.044174 [ 3 ] {} <Debug> HTTP-Session: 3acc93e4-52c2-4825-86b2-e652d1143633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6725 | 2024.07.15 19:57:39.044205 [ 3 ] {} <Trace> HTTP-Session: 3acc93e4-52c2-4825-86b2-e652d1143633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6726 | 2024.07.15 19:57:39.044313 [ 3 ] {d418b665-2ee3-43ae-81a3-1ecb63947484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6727 | 2024.07.15 19:57:39.044357 [ 3 ] {d418b665-2ee3-43ae-81a3-1ecb63947484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6728 | 2024.07.15 19:57:39.044504 [ 3 ] {d418b665-2ee3-43ae-81a3-1ecb63947484} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6729 | 2024.07.15 19:57:39.044786 [ 3 ] {d418b665-2ee3-43ae-81a3-1ecb63947484} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6730 | 2024.07.15 19:57:39.044822 [ 3 ] {d418b665-2ee3-43ae-81a3-1ecb63947484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6731 | 2024.07.15 19:57:39.045123 [ 3 ] {d418b665-2ee3-43ae-81a3-1ecb63947484} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6732 | 2024.07.15 19:57:39.045431 [ 3 ] {d418b665-2ee3-43ae-81a3-1ecb63947484} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6733 | 2024.07.15 19:57:39.045558 [ 3 ] {d418b665-2ee3-43ae-81a3-1ecb63947484} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001274 sec., 1569.8587127158555 rows/sec., 128.01 KiB/sec. | ||
6734 | 2024.07.15 19:57:39.045708 [ 3 ] {d418b665-2ee3-43ae-81a3-1ecb63947484} <Debug> DynamicQueryHandler: Done processing query | ||
6735 | 2024.07.15 19:57:39.045733 [ 3 ] {d418b665-2ee3-43ae-81a3-1ecb63947484} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6736 | 2024.07.15 19:57:39.045749 [ 3 ] {} <Debug> HTTP-Session: 3acc93e4-52c2-4825-86b2-e652d1143633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6737 | 2024.07.15 19:57:39.045900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6738 | 2024.07.15 19:57:39.045952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6739 | 2024.07.15 19:57:39.045972 [ 3 ] {} <Debug> HTTP-Session: 3b4e95a4-4706-4816-9ece-20d68e1d9f4b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6740 | 2024.07.15 19:57:39.045989 [ 3 ] {} <Debug> HTTP-Session: 3b4e95a4-4706-4816-9ece-20d68e1d9f4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6741 | 2024.07.15 19:57:39.046003 [ 3 ] {} <Debug> HTTP-Session: 3b4e95a4-4706-4816-9ece-20d68e1d9f4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6742 | 2024.07.15 19:57:39.046034 [ 3 ] {} <Trace> HTTP-Session: 3b4e95a4-4706-4816-9ece-20d68e1d9f4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6743 | 2024.07.15 19:57:39.046169 [ 3 ] {67f53e2f-7302-43f7-962a-782dabcfd251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6744 | 2024.07.15 19:57:39.046209 [ 3 ] {67f53e2f-7302-43f7-962a-782dabcfd251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6745 | 2024.07.15 19:57:39.046332 [ 3 ] {67f53e2f-7302-43f7-962a-782dabcfd251} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6746 | 2024.07.15 19:57:39.046681 [ 3 ] {67f53e2f-7302-43f7-962a-782dabcfd251} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6747 | 2024.07.15 19:57:39.046717 [ 3 ] {67f53e2f-7302-43f7-962a-782dabcfd251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6748 | 2024.07.15 19:57:39.047035 [ 3 ] {67f53e2f-7302-43f7-962a-782dabcfd251} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6749 | 2024.07.15 19:57:39.047343 [ 3 ] {67f53e2f-7302-43f7-962a-782dabcfd251} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6750 | 2024.07.15 19:57:39.047463 [ 103 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6751 | 2024.07.15 19:57:39.047469 [ 3 ] {67f53e2f-7302-43f7-962a-782dabcfd251} <Debug> executeQuery: Read 129 rows, 10.96 KiB in 0.001358 sec., 94992.63622974962 rows/sec., 7.88 MiB/sec. | ||
6752 | 2024.07.15 19:57:39.047504 [ 103 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6753 | 2024.07.15 19:57:39.047540 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6754 | 2024.07.15 19:57:39.047689 [ 3 ] {67f53e2f-7302-43f7-962a-782dabcfd251} <Debug> DynamicQueryHandler: Done processing query | ||
6755 | 2024.07.15 19:57:39.047740 [ 3 ] {67f53e2f-7302-43f7-962a-782dabcfd251} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6756 | 2024.07.15 19:57:39.047765 [ 3 ] {} <Debug> HTTP-Session: 3b4e95a4-4706-4816-9ece-20d68e1d9f4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6757 | 2024.07.15 19:57:39.047763 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
6758 | 2024.07.15 19:57:39.047923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6759 | 2024.07.15 19:57:39.048048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6760 | 2024.07.15 19:57:39.048111 [ 3 ] {} <Debug> HTTP-Session: 73a0ac0e-d72d-4566-8392-7b3ddef36a6e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6761 | 2024.07.15 19:57:39.048116 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6762 | 2024.07.15 19:57:39.048137 [ 3 ] {} <Debug> HTTP-Session: 73a0ac0e-d72d-4566-8392-7b3ddef36a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6763 | 2024.07.15 19:57:39.048180 [ 3 ] {} <Debug> HTTP-Session: 73a0ac0e-d72d-4566-8392-7b3ddef36a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6764 | 2024.07.15 19:57:39.048195 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 293 rows starting from the beginning of the part | ||
6765 | 2024.07.15 19:57:39.048241 [ 3 ] {} <Trace> HTTP-Session: 73a0ac0e-d72d-4566-8392-7b3ddef36a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6766 | 2024.07.15 19:57:39.048395 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 128 rows starting from the beginning of the part | ||
6767 | 2024.07.15 19:57:39.048580 [ 3 ] {c8cd81a8-a53c-41cd-b013-21bbaaaed7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6768 | 2024.07.15 19:57:39.048710 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 179 rows starting from the beginning of the part | ||
6769 | 2024.07.15 19:57:39.048743 [ 3 ] {c8cd81a8-a53c-41cd-b013-21bbaaaed7c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6770 | 2024.07.15 19:57:39.049114 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 165 rows starting from the beginning of the part | ||
6771 | 2024.07.15 19:57:39.049422 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 181 rows starting from the beginning of the part | ||
6772 | 2024.07.15 19:57:39.049743 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 129 rows starting from the beginning of the part | ||
6773 | 2024.07.15 19:57:39.050081 [ 3 ] {c8cd81a8-a53c-41cd-b013-21bbaaaed7c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6774 | 2024.07.15 19:57:39.050874 [ 3 ] {c8cd81a8-a53c-41cd-b013-21bbaaaed7c5} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6775 | 2024.07.15 19:57:39.050948 [ 3 ] {c8cd81a8-a53c-41cd-b013-21bbaaaed7c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6776 | 2024.07.15 19:57:39.051719 [ 3 ] {c8cd81a8-a53c-41cd-b013-21bbaaaed7c5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6777 | 2024.07.15 19:57:39.052522 [ 3 ] {c8cd81a8-a53c-41cd-b013-21bbaaaed7c5} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6778 | 2024.07.15 19:57:39.052728 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1075 rows, containing 4 columns (4 merged, 0 gathered) in 0.005101002 sec., 210742.90894220388 rows/sec., 17.98 MiB/sec. | ||
6779 | 2024.07.15 19:57:39.052808 [ 3 ] {c8cd81a8-a53c-41cd-b013-21bbaaaed7c5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004385 sec., 456.10034207525655 rows/sec., 31.85 KiB/sec. | ||
6780 | 2024.07.15 19:57:39.052958 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6781 | 2024.07.15 19:57:39.053010 [ 3 ] {c8cd81a8-a53c-41cd-b013-21bbaaaed7c5} <Debug> DynamicQueryHandler: Done processing query | ||
6782 | 2024.07.15 19:57:39.053037 [ 3 ] {c8cd81a8-a53c-41cd-b013-21bbaaaed7c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6783 | 2024.07.15 19:57:39.053054 [ 3 ] {} <Debug> HTTP-Session: 73a0ac0e-d72d-4566-8392-7b3ddef36a6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6784 | 2024.07.15 19:57:39.053206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6785 | 2024.07.15 19:57:39.053263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6786 | 2024.07.15 19:57:39.053285 [ 3 ] {} <Debug> HTTP-Session: b583f56e-7de8-4e1e-b0fe-2899df6da958 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6787 | 2024.07.15 19:57:39.053305 [ 3 ] {} <Debug> HTTP-Session: b583f56e-7de8-4e1e-b0fe-2899df6da958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6788 | 2024.07.15 19:57:39.053324 [ 3 ] {} <Debug> HTTP-Session: b583f56e-7de8-4e1e-b0fe-2899df6da958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6789 | 2024.07.15 19:57:39.053360 [ 3 ] {} <Trace> HTTP-Session: b583f56e-7de8-4e1e-b0fe-2899df6da958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6790 | 2024.07.15 19:57:39.053386 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6791 | 2024.07.15 19:57:39.053482 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_36_7} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6792 | 2024.07.15 19:57:39.053512 [ 3 ] {15fdf536-71f0-4373-a52e-0680c01660f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6793 | 2024.07.15 19:57:39.053571 [ 3 ] {15fdf536-71f0-4373-a52e-0680c01660f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6794 | 2024.07.15 19:57:39.053576 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
6795 | 2024.07.15 19:57:39.053712 [ 3 ] {15fdf536-71f0-4373-a52e-0680c01660f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6796 | 2024.07.15 19:57:39.054064 [ 3 ] {15fdf536-71f0-4373-a52e-0680c01660f5} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6797 | 2024.07.15 19:57:39.054100 [ 3 ] {15fdf536-71f0-4373-a52e-0680c01660f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6798 | 2024.07.15 19:57:39.054410 [ 3 ] {15fdf536-71f0-4373-a52e-0680c01660f5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6799 | 2024.07.15 19:57:39.054716 [ 3 ] {15fdf536-71f0-4373-a52e-0680c01660f5} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6800 | 2024.07.15 19:57:39.054831 [ 103 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6801 | 2024.07.15 19:57:39.054839 [ 3 ] {15fdf536-71f0-4373-a52e-0680c01660f5} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00139 sec., 64748.201438848926 rows/sec., 5.06 MiB/sec. | ||
6802 | 2024.07.15 19:57:39.054869 [ 103 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6803 | 2024.07.15 19:57:39.054907 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6804 | 2024.07.15 19:57:39.055089 [ 3 ] {15fdf536-71f0-4373-a52e-0680c01660f5} <Debug> DynamicQueryHandler: Done processing query | ||
6805 | 2024.07.15 19:57:39.055091 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
6806 | 2024.07.15 19:57:39.055118 [ 3 ] {15fdf536-71f0-4373-a52e-0680c01660f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6807 | 2024.07.15 19:57:39.055168 [ 3 ] {} <Debug> HTTP-Session: b583f56e-7de8-4e1e-b0fe-2899df6da958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6808 | 2024.07.15 19:57:39.055295 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6809 | 2024.07.15 19:57:39.055349 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 466 rows starting from the beginning of the part | ||
6810 | 2024.07.15 19:57:39.055360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6811 | 2024.07.15 19:57:39.055485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6812 | 2024.07.15 19:57:39.055570 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 88 rows starting from the beginning of the part | ||
6813 | 2024.07.15 19:57:39.055581 [ 3 ] {} <Debug> HTTP-Session: dbd2fcdb-80dd-486c-9206-82527899f502 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6814 | 2024.07.15 19:57:39.055663 [ 3 ] {} <Debug> HTTP-Session: dbd2fcdb-80dd-486c-9206-82527899f502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6815 | 2024.07.15 19:57:39.055751 [ 3 ] {} <Debug> HTTP-Session: dbd2fcdb-80dd-486c-9206-82527899f502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6816 | 2024.07.15 19:57:39.055838 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 388 rows starting from the beginning of the part | ||
6817 | 2024.07.15 19:57:39.055890 [ 3 ] {} <Trace> HTTP-Session: dbd2fcdb-80dd-486c-9206-82527899f502 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6818 | 2024.07.15 19:57:39.056143 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 114 rows starting from the beginning of the part | ||
6819 | 2024.07.15 19:57:39.056494 [ 3 ] {5253478c-fe69-408d-b9f5-8d532d8115f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6820 | 2024.07.15 19:57:39.056606 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 392 rows starting from the beginning of the part | ||
6821 | 2024.07.15 19:57:39.056639 [ 3 ] {5253478c-fe69-408d-b9f5-8d532d8115f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6822 | 2024.07.15 19:57:39.056873 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part | ||
6823 | 2024.07.15 19:57:39.057723 [ 3 ] {5253478c-fe69-408d-b9f5-8d532d8115f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6824 | 2024.07.15 19:57:39.058650 [ 3 ] {5253478c-fe69-408d-b9f5-8d532d8115f4} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6825 | 2024.07.15 19:57:39.058718 [ 3 ] {5253478c-fe69-408d-b9f5-8d532d8115f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6826 | 2024.07.15 19:57:39.059665 [ 3 ] {5253478c-fe69-408d-b9f5-8d532d8115f4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6827 | 2024.07.15 19:57:39.059874 [ 193 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 4 columns (4 merged, 0 gathered) in 0.004874907 sec., 315493.1981266514 rows/sec., 22.79 MiB/sec. | ||
6828 | 2024.07.15 19:57:39.060210 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6829 | 2024.07.15 19:57:39.060374 [ 3 ] {5253478c-fe69-408d-b9f5-8d532d8115f4} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6830 | 2024.07.15 19:57:39.060724 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6831 | 2024.07.15 19:57:39.060836 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6832 | 2024.07.15 19:57:39.060868 [ 3 ] {5253478c-fe69-408d-b9f5-8d532d8115f4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004647 sec., 34646.0081773187 rows/sec., 2.41 MiB/sec. | ||
6833 | 2024.07.15 19:57:39.060919 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6834 | 2024.07.15 19:57:39.061327 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
6835 | 2024.07.15 19:57:39.061384 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6836 | 2024.07.15 19:57:39.061512 [ 3 ] {5253478c-fe69-408d-b9f5-8d532d8115f4} <Debug> DynamicQueryHandler: Done processing query | ||
6837 | 2024.07.15 19:57:39.061585 [ 3 ] {5253478c-fe69-408d-b9f5-8d532d8115f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6838 | 2024.07.15 19:57:39.061599 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_36_7} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6839 | 2024.07.15 19:57:39.061659 [ 3 ] {} <Debug> HTTP-Session: dbd2fcdb-80dd-486c-9206-82527899f502 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6840 | 2024.07.15 19:57:39.061813 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6841 | 2024.07.15 19:57:39.061826 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
6842 | 2024.07.15 19:57:39.061867 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4977 rows starting from the beginning of the part | ||
6843 | 2024.07.15 19:57:39.061966 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
6844 | 2024.07.15 19:57:39.062086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6845 | 2024.07.15 19:57:39.062267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6846 | 2024.07.15 19:57:39.062284 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
6847 | 2024.07.15 19:57:39.062345 [ 3 ] {} <Debug> HTTP-Session: adc8fde0-466d-4e30-b04e-ad4c54ec09d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6848 | 2024.07.15 19:57:39.062409 [ 3 ] {} <Debug> HTTP-Session: adc8fde0-466d-4e30-b04e-ad4c54ec09d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6849 | 2024.07.15 19:57:39.062473 [ 3 ] {} <Debug> HTTP-Session: adc8fde0-466d-4e30-b04e-ad4c54ec09d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6850 | 2024.07.15 19:57:39.062606 [ 3 ] {} <Trace> HTTP-Session: adc8fde0-466d-4e30-b04e-ad4c54ec09d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6851 | 2024.07.15 19:57:39.062647 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 197 rows starting from the beginning of the part | ||
6852 | 2024.07.15 19:57:39.062864 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 162 rows starting from the beginning of the part | ||
6853 | 2024.07.15 19:57:39.063051 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
6854 | 2024.07.15 19:57:39.063308 [ 3 ] {554da9d0-f22c-4c58-b050-d15ce3d16b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6855 | 2024.07.15 19:57:39.063543 [ 3 ] {554da9d0-f22c-4c58-b050-d15ce3d16b38} <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 | ||
6856 | 2024.07.15 19:57:39.065022 [ 3 ] {554da9d0-f22c-4c58-b050-d15ce3d16b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6857 | 2024.07.15 19:57:39.066194 [ 3 ] {554da9d0-f22c-4c58-b050-d15ce3d16b38} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6858 | 2024.07.15 19:57:39.066232 [ 3 ] {554da9d0-f22c-4c58-b050-d15ce3d16b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6859 | 2024.07.15 19:57:39.067264 [ 3 ] {554da9d0-f22c-4c58-b050-d15ce3d16b38} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6860 | 2024.07.15 19:57:39.067582 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5817 rows, containing 5 columns (5 merged, 0 gathered) in 0.006483589 sec., 897188.2702620416 rows/sec., 62.35 MiB/sec. | ||
6861 | 2024.07.15 19:57:39.067999 [ 3 ] {554da9d0-f22c-4c58-b050-d15ce3d16b38} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6862 | 2024.07.15 19:57:39.068118 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6863 | 2024.07.15 19:57:39.068403 [ 3 ] {554da9d0-f22c-4c58-b050-d15ce3d16b38} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.005587 sec., 4295.686414891713 rows/sec., 7.70 MiB/sec. | ||
6864 | 2024.07.15 19:57:39.069305 [ 3 ] {554da9d0-f22c-4c58-b050-d15ce3d16b38} <Debug> DynamicQueryHandler: Done processing query | ||
6865 | 2024.07.15 19:57:39.069354 [ 3 ] {554da9d0-f22c-4c58-b050-d15ce3d16b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6866 | 2024.07.15 19:57:39.069413 [ 3 ] {} <Debug> HTTP-Session: adc8fde0-466d-4e30-b04e-ad4c54ec09d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6867 | 2024.07.15 19:57:39.069600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6868 | 2024.07.15 19:57:39.069688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6869 | 2024.07.15 19:57:39.069689 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6870 | 2024.07.15 19:57:39.069718 [ 3 ] {} <Debug> HTTP-Session: bb07eec1-8f18-4b45-b2ba-a304c7957581 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6871 | 2024.07.15 19:57:39.069770 [ 3 ] {} <Debug> HTTP-Session: bb07eec1-8f18-4b45-b2ba-a304c7957581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6872 | 2024.07.15 19:57:39.069816 [ 3 ] {} <Debug> HTTP-Session: bb07eec1-8f18-4b45-b2ba-a304c7957581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6873 | 2024.07.15 19:57:39.069883 [ 193 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6874 | 2024.07.15 19:57:39.069895 [ 3 ] {} <Trace> HTTP-Session: bb07eec1-8f18-4b45-b2ba-a304c7957581 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6875 | 2024.07.15 19:57:39.070034 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. | ||
6876 | 2024.07.15 19:57:39.070123 [ 3 ] {fe64efe3-25f6-4af6-b089-6c66edfbe61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6877 | 2024.07.15 19:57:39.070173 [ 3 ] {fe64efe3-25f6-4af6-b089-6c66edfbe61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6878 | 2024.07.15 19:57:39.070321 [ 3 ] {fe64efe3-25f6-4af6-b089-6c66edfbe61b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6879 | 2024.07.15 19:57:39.070653 [ 3 ] {fe64efe3-25f6-4af6-b089-6c66edfbe61b} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6880 | 2024.07.15 19:57:39.070688 [ 3 ] {fe64efe3-25f6-4af6-b089-6c66edfbe61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6881 | 2024.07.15 19:57:39.071058 [ 3 ] {fe64efe3-25f6-4af6-b089-6c66edfbe61b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6882 | 2024.07.15 19:57:39.071386 [ 3 ] {fe64efe3-25f6-4af6-b089-6c66edfbe61b} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6883 | 2024.07.15 19:57:39.071510 [ 103 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6884 | 2024.07.15 19:57:39.071515 [ 3 ] {fe64efe3-25f6-4af6-b089-6c66edfbe61b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. | ||
6885 | 2024.07.15 19:57:39.071551 [ 103 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6886 | 2024.07.15 19:57:39.071591 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6887 | 2024.07.15 19:57:39.071801 [ 3 ] {fe64efe3-25f6-4af6-b089-6c66edfbe61b} <Debug> DynamicQueryHandler: Done processing query | ||
6888 | 2024.07.15 19:57:39.071869 [ 3 ] {fe64efe3-25f6-4af6-b089-6c66edfbe61b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6889 | 2024.07.15 19:57:39.071942 [ 3 ] {} <Debug> HTTP-Session: bb07eec1-8f18-4b45-b2ba-a304c7957581 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6890 | 2024.07.15 19:57:39.071951 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
6891 | 2024.07.15 19:57:39.072384 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6892 | 2024.07.15 19:57:39.072420 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1500 rows starting from the beginning of the part | ||
6893 | 2024.07.15 19:57:39.072539 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
6894 | 2024.07.15 19:57:39.072638 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
6895 | 2024.07.15 19:57:39.072789 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
6896 | 2024.07.15 19:57:39.072888 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
6897 | 2024.07.15 19:57:39.073020 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
6898 | 2024.07.15 19:57:39.074190 [ 197 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1800 rows, containing 4 columns (4 merged, 0 gathered) in 0.002510639 sec., 716948.9520396999 rows/sec., 48.97 MiB/sec. | ||
6899 | 2024.07.15 19:57:39.074412 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6900 | 2024.07.15 19:57:39.074811 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_36_7} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6901 | 2024.07.15 19:57:39.074886 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_36_7} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6902 | 2024.07.15 19:57:39.074969 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
6903 | 2024.07.15 19:57:44.043241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6904 | 2024.07.15 19:57:44.043372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6905 | 2024.07.15 19:57:44.043405 [ 3 ] {} <Debug> HTTP-Session: bdfcb719-7bff-46ab-a8a8-3f70f79095eb Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6906 | 2024.07.15 19:57:44.043431 [ 3 ] {} <Debug> HTTP-Session: bdfcb719-7bff-46ab-a8a8-3f70f79095eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6907 | 2024.07.15 19:57:44.043447 [ 3 ] {} <Debug> HTTP-Session: bdfcb719-7bff-46ab-a8a8-3f70f79095eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6908 | 2024.07.15 19:57:44.043497 [ 3 ] {} <Trace> HTTP-Session: bdfcb719-7bff-46ab-a8a8-3f70f79095eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6909 | 2024.07.15 19:57:44.043686 [ 3 ] {9355098d-8cc6-4035-82a9-ecbbd410e089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6910 | 2024.07.15 19:57:44.043754 [ 3 ] {9355098d-8cc6-4035-82a9-ecbbd410e089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6911 | 2024.07.15 19:57:44.043957 [ 3 ] {9355098d-8cc6-4035-82a9-ecbbd410e089} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6912 | 2024.07.15 19:57:44.044393 [ 3 ] {9355098d-8cc6-4035-82a9-ecbbd410e089} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6913 | 2024.07.15 19:57:44.044440 [ 3 ] {9355098d-8cc6-4035-82a9-ecbbd410e089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6914 | 2024.07.15 19:57:44.044813 [ 3 ] {9355098d-8cc6-4035-82a9-ecbbd410e089} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6915 | 2024.07.15 19:57:44.045158 [ 3 ] {9355098d-8cc6-4035-82a9-ecbbd410e089} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6916 | 2024.07.15 19:57:44.045327 [ 3 ] {9355098d-8cc6-4035-82a9-ecbbd410e089} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001693 sec., 7088.0094506792675 rows/sec., 487.99 KiB/sec. | ||
6917 | 2024.07.15 19:57:44.045345 [ 98 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6918 | 2024.07.15 19:57:44.045449 [ 98 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6919 | 2024.07.15 19:57:44.045490 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6920 | 2024.07.15 19:57:44.045638 [ 3 ] {9355098d-8cc6-4035-82a9-ecbbd410e089} <Debug> DynamicQueryHandler: Done processing query | ||
6921 | 2024.07.15 19:57:44.045727 [ 3 ] {9355098d-8cc6-4035-82a9-ecbbd410e089} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6922 | 2024.07.15 19:57:44.045776 [ 3 ] {} <Debug> HTTP-Session: bdfcb719-7bff-46ab-a8a8-3f70f79095eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6923 | 2024.07.15 19:57:44.045802 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
6924 | 2024.07.15 19:57:44.046068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6925 | 2024.07.15 19:57:44.046230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6926 | 2024.07.15 19:57:44.046300 [ 3 ] {} <Debug> HTTP-Session: 4ef4c673-b238-414b-995b-35598daf118e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6927 | 2024.07.15 19:57:44.046353 [ 3 ] {} <Debug> HTTP-Session: 4ef4c673-b238-414b-995b-35598daf118e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6928 | 2024.07.15 19:57:44.046380 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6929 | 2024.07.15 19:57:44.046393 [ 3 ] {} <Debug> HTTP-Session: 4ef4c673-b238-414b-995b-35598daf118e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6930 | 2024.07.15 19:57:44.046445 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
6931 | 2024.07.15 19:57:44.046467 [ 3 ] {} <Trace> HTTP-Session: 4ef4c673-b238-414b-995b-35598daf118e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6932 | 2024.07.15 19:57:44.046610 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part | ||
6933 | 2024.07.15 19:57:44.046826 [ 3 ] {6c38aaf4-2a0f-44e0-b60d-1c27bac23dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6934 | 2024.07.15 19:57:44.046887 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part | ||
6935 | 2024.07.15 19:57:44.046972 [ 3 ] {6c38aaf4-2a0f-44e0-b60d-1c27bac23dfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6936 | 2024.07.15 19:57:44.047256 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part | ||
6937 | 2024.07.15 19:57:44.047577 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part | ||
6938 | 2024.07.15 19:57:44.047870 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part | ||
6939 | 2024.07.15 19:57:44.048252 [ 3 ] {6c38aaf4-2a0f-44e0-b60d-1c27bac23dfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6940 | 2024.07.15 19:57:44.049115 [ 3 ] {6c38aaf4-2a0f-44e0-b60d-1c27bac23dfd} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6941 | 2024.07.15 19:57:44.049187 [ 3 ] {6c38aaf4-2a0f-44e0-b60d-1c27bac23dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6942 | 2024.07.15 19:57:44.050047 [ 3 ] {6c38aaf4-2a0f-44e0-b60d-1c27bac23dfd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6943 | 2024.07.15 19:57:44.050593 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.00501414 sec., 23932.31940073472 rows/sec., 1.78 MiB/sec. | ||
6944 | 2024.07.15 19:57:44.050806 [ 197 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6945 | 2024.07.15 19:57:44.050975 [ 3 ] {6c38aaf4-2a0f-44e0-b60d-1c27bac23dfd} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6946 | 2024.07.15 19:57:44.051315 [ 98 ] {} <Debug> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
6947 | 2024.07.15 19:57:44.051450 [ 3 ] {6c38aaf4-2a0f-44e0-b60d-1c27bac23dfd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004763 sec., 419.90342221289103 rows/sec., 34.24 KiB/sec. | ||
6948 | 2024.07.15 19:57:44.051459 [ 98 ] {} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6949 | 2024.07.15 19:57:44.051572 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6950 | 2024.07.15 19:57:44.052218 [ 201 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::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 | ||
6951 | 2024.07.15 19:57:44.052258 [ 3 ] {6c38aaf4-2a0f-44e0-b60d-1c27bac23dfd} <Debug> DynamicQueryHandler: Done processing query | ||
6952 | 2024.07.15 19:57:44.052380 [ 3 ] {6c38aaf4-2a0f-44e0-b60d-1c27bac23dfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6953 | 2024.07.15 19:57:44.052463 [ 3 ] {} <Debug> HTTP-Session: 4ef4c673-b238-414b-995b-35598daf118e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6954 | 2024.07.15 19:57:44.052461 [ 192 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_31_6} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6955 | 2024.07.15 19:57:44.052712 [ 201 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6956 | 2024.07.15 19:57:44.052741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6957 | 2024.07.15 19:57:44.052787 [ 201 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 10 rows starting from the beginning of the part | ||
6958 | 2024.07.15 19:57:44.052830 [ 192 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_31_6} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6959 | 2024.07.15 19:57:44.052878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6960 | 2024.07.15 19:57:44.053017 [ 3 ] {} <Debug> HTTP-Session: 97d7876e-f367-4992-b1ea-92adf18a0f20 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6961 | 2024.07.15 19:57:44.053163 [ 3 ] {} <Debug> HTTP-Session: 97d7876e-f367-4992-b1ea-92adf18a0f20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6962 | 2024.07.15 19:57:44.053204 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6963 | 2024.07.15 19:57:44.053238 [ 3 ] {} <Debug> HTTP-Session: 97d7876e-f367-4992-b1ea-92adf18a0f20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6964 | 2024.07.15 19:57:44.053319 [ 201 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
6965 | 2024.07.15 19:57:44.053344 [ 3 ] {} <Trace> HTTP-Session: 97d7876e-f367-4992-b1ea-92adf18a0f20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6966 | 2024.07.15 19:57:44.053615 [ 201 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
6967 | 2024.07.15 19:57:44.053793 [ 3 ] {443ac521-2121-401b-8f5c-f448f1413fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6968 | 2024.07.15 19:57:44.053884 [ 201 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
6969 | 2024.07.15 19:57:44.053939 [ 3 ] {443ac521-2121-401b-8f5c-f448f1413fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6970 | 2024.07.15 19:57:44.054195 [ 201 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
6971 | 2024.07.15 19:57:44.054632 [ 201 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
6972 | 2024.07.15 19:57:44.055039 [ 3 ] {443ac521-2121-401b-8f5c-f448f1413fa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6973 | 2024.07.15 19:57:44.056072 [ 3 ] {443ac521-2121-401b-8f5c-f448f1413fa0} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6974 | 2024.07.15 19:57:44.056146 [ 3 ] {443ac521-2121-401b-8f5c-f448f1413fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6975 | 2024.07.15 19:57:44.057085 [ 3 ] {443ac521-2121-401b-8f5c-f448f1413fa0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6976 | 2024.07.15 19:57:44.057120 [ 197 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.005398197 sec., 4445.92889070184 rows/sec., 362.53 KiB/sec. | ||
6977 | 2024.07.15 19:57:44.057407 [ 188 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
6978 | 2024.07.15 19:57:44.057732 [ 3 ] {443ac521-2121-401b-8f5c-f448f1413fa0} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6979 | 2024.07.15 19:57:44.058144 [ 3 ] {443ac521-2121-401b-8f5c-f448f1413fa0} <Debug> executeQuery: Read 180 rows, 16.24 KiB in 0.004562 sec., 39456.3787812363 rows/sec., 3.48 MiB/sec. | ||
6980 | 2024.07.15 19:57:44.058392 [ 188 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6981 | 2024.07.15 19:57:44.058502 [ 3 ] {443ac521-2121-401b-8f5c-f448f1413fa0} <Debug> DynamicQueryHandler: Done processing query | ||
6982 | 2024.07.15 19:57:44.058559 [ 188 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_11_2} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
6983 | 2024.07.15 19:57:44.058560 [ 3 ] {443ac521-2121-401b-8f5c-f448f1413fa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6984 | 2024.07.15 19:57:44.058609 [ 3 ] {} <Debug> HTTP-Session: 97d7876e-f367-4992-b1ea-92adf18a0f20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6985 | 2024.07.15 19:57:44.058737 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6986 | 2024.07.15 19:57:44.058798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6987 | 2024.07.15 19:57:44.058856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6988 | 2024.07.15 19:57:44.058876 [ 3 ] {} <Debug> HTTP-Session: 88c2cc8b-d545-4fee-b3cf-962a48b1a145 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
6989 | 2024.07.15 19:57:44.058894 [ 3 ] {} <Debug> HTTP-Session: 88c2cc8b-d545-4fee-b3cf-962a48b1a145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6990 | 2024.07.15 19:57:44.058908 [ 3 ] {} <Debug> HTTP-Session: 88c2cc8b-d545-4fee-b3cf-962a48b1a145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6991 | 2024.07.15 19:57:44.058942 [ 3 ] {} <Trace> HTTP-Session: 88c2cc8b-d545-4fee-b3cf-962a48b1a145 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6992 | 2024.07.15 19:57:44.059046 [ 3 ] {9bedef58-ed59-45a8-8215-f7cf320691cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6993 | 2024.07.15 19:57:44.059093 [ 3 ] {9bedef58-ed59-45a8-8215-f7cf320691cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6994 | 2024.07.15 19:57:44.059249 [ 3 ] {9bedef58-ed59-45a8-8215-f7cf320691cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6995 | 2024.07.15 19:57:44.059546 [ 3 ] {9bedef58-ed59-45a8-8215-f7cf320691cd} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6996 | 2024.07.15 19:57:44.059583 [ 3 ] {9bedef58-ed59-45a8-8215-f7cf320691cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
6997 | 2024.07.15 19:57:44.059898 [ 3 ] {9bedef58-ed59-45a8-8215-f7cf320691cd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6998 | 2024.07.15 19:57:44.060214 [ 3 ] {9bedef58-ed59-45a8-8215-f7cf320691cd} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6999 | 2024.07.15 19:57:44.060366 [ 3 ] {9bedef58-ed59-45a8-8215-f7cf320691cd} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00134 sec., 1492.5373134328358 rows/sec., 104.22 KiB/sec. | ||
7000 | 2024.07.15 19:57:44.060381 [ 97 ] {} <Debug> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7001 | 2024.07.15 19:57:44.060468 [ 97 ] {} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7002 | 2024.07.15 19:57:44.060508 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7003 | 2024.07.15 19:57:44.060639 [ 3 ] {9bedef58-ed59-45a8-8215-f7cf320691cd} <Debug> DynamicQueryHandler: Done processing query | ||
7004 | 2024.07.15 19:57:44.060655 [ 195 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::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 | ||
7005 | 2024.07.15 19:57:44.060670 [ 3 ] {9bedef58-ed59-45a8-8215-f7cf320691cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7006 | 2024.07.15 19:57:44.060699 [ 3 ] {} <Debug> HTTP-Session: 88c2cc8b-d545-4fee-b3cf-962a48b1a145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7007 | 2024.07.15 19:57:44.060786 [ 195 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7008 | 2024.07.15 19:57:44.060818 [ 195 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 10 rows starting from the beginning of the part | ||
7009 | 2024.07.15 19:57:44.060924 [ 195 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
7010 | 2024.07.15 19:57:44.061034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7011 | 2024.07.15 19:57:44.061260 [ 195 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
7012 | 2024.07.15 19:57:44.061264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7013 | 2024.07.15 19:57:44.061372 [ 3 ] {} <Debug> HTTP-Session: b38e0f70-df08-4fbd-b72c-5b2b0f7cacc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7014 | 2024.07.15 19:57:44.061416 [ 3 ] {} <Debug> HTTP-Session: b38e0f70-df08-4fbd-b72c-5b2b0f7cacc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7015 | 2024.07.15 19:57:44.061475 [ 195 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
7016 | 2024.07.15 19:57:44.061501 [ 3 ] {} <Debug> HTTP-Session: b38e0f70-df08-4fbd-b72c-5b2b0f7cacc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7017 | 2024.07.15 19:57:44.061650 [ 3 ] {} <Trace> HTTP-Session: b38e0f70-df08-4fbd-b72c-5b2b0f7cacc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7018 | 2024.07.15 19:57:44.061812 [ 195 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
7019 | 2024.07.15 19:57:44.062083 [ 195 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7020 | 2024.07.15 19:57:44.062181 [ 3 ] {172c1721-b856-4a22-94a2-e7e3b68d5535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7021 | 2024.07.15 19:57:44.062394 [ 3 ] {172c1721-b856-4a22-94a2-e7e3b68d5535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7022 | 2024.07.15 19:57:44.063001 [ 3 ] {172c1721-b856-4a22-94a2-e7e3b68d5535} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7023 | 2024.07.15 19:57:44.063836 [ 3 ] {172c1721-b856-4a22-94a2-e7e3b68d5535} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7024 | 2024.07.15 19:57:44.063915 [ 3 ] {172c1721-b856-4a22-94a2-e7e3b68d5535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7025 | 2024.07.15 19:57:44.063961 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.003356646 sec., 7149.994369379434 rows/sec., 499.24 KiB/sec. | ||
7026 | 2024.07.15 19:57:44.064170 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7027 | 2024.07.15 19:57:44.064994 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7028 | 2024.07.15 19:57:44.065129 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_11_2} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7029 | 2024.07.15 19:57:44.065131 [ 3 ] {172c1721-b856-4a22-94a2-e7e3b68d5535} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7030 | 2024.07.15 19:57:44.065261 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7031 | 2024.07.15 19:57:44.065664 [ 3 ] {172c1721-b856-4a22-94a2-e7e3b68d5535} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7032 | 2024.07.15 19:57:44.065839 [ 3 ] {172c1721-b856-4a22-94a2-e7e3b68d5535} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.003895 sec., 100128.36970474968 rows/sec., 7.05 MiB/sec. | ||
7033 | 2024.07.15 19:57:44.066178 [ 3 ] {172c1721-b856-4a22-94a2-e7e3b68d5535} <Debug> DynamicQueryHandler: Done processing query | ||
7034 | 2024.07.15 19:57:44.066209 [ 3 ] {172c1721-b856-4a22-94a2-e7e3b68d5535} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7035 | 2024.07.15 19:57:44.066226 [ 3 ] {} <Debug> HTTP-Session: b38e0f70-df08-4fbd-b72c-5b2b0f7cacc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7036 | 2024.07.15 19:57:44.066446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7037 | 2024.07.15 19:57:44.066496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7038 | 2024.07.15 19:57:44.066516 [ 3 ] {} <Debug> HTTP-Session: 563cb9f4-be90-421e-8b64-791b517d236e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7039 | 2024.07.15 19:57:44.066532 [ 3 ] {} <Debug> HTTP-Session: 563cb9f4-be90-421e-8b64-791b517d236e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7040 | 2024.07.15 19:57:44.066546 [ 3 ] {} <Debug> HTTP-Session: 563cb9f4-be90-421e-8b64-791b517d236e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7041 | 2024.07.15 19:57:44.066578 [ 3 ] {} <Trace> HTTP-Session: 563cb9f4-be90-421e-8b64-791b517d236e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7042 | 2024.07.15 19:57:44.066689 [ 3 ] {aac453cd-32df-45f2-8bd2-eda3dfe25240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7043 | 2024.07.15 19:57:44.066737 [ 3 ] {aac453cd-32df-45f2-8bd2-eda3dfe25240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7044 | 2024.07.15 19:57:44.066892 [ 3 ] {aac453cd-32df-45f2-8bd2-eda3dfe25240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7045 | 2024.07.15 19:57:44.067188 [ 3 ] {aac453cd-32df-45f2-8bd2-eda3dfe25240} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7046 | 2024.07.15 19:57:44.067223 [ 3 ] {aac453cd-32df-45f2-8bd2-eda3dfe25240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7047 | 2024.07.15 19:57:44.067598 [ 3 ] {aac453cd-32df-45f2-8bd2-eda3dfe25240} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7048 | 2024.07.15 19:57:44.067939 [ 3 ] {aac453cd-32df-45f2-8bd2-eda3dfe25240} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7049 | 2024.07.15 19:57:44.068092 [ 97 ] {} <Debug> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7050 | 2024.07.15 19:57:44.068102 [ 3 ] {aac453cd-32df-45f2-8bd2-eda3dfe25240} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 180.54 KiB/sec. | ||
7051 | 2024.07.15 19:57:44.068142 [ 97 ] {} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7052 | 2024.07.15 19:57:44.068204 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7053 | 2024.07.15 19:57:44.068408 [ 188 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
7054 | 2024.07.15 19:57:44.068424 [ 3 ] {aac453cd-32df-45f2-8bd2-eda3dfe25240} <Debug> DynamicQueryHandler: Done processing query | ||
7055 | 2024.07.15 19:57:44.068478 [ 3 ] {aac453cd-32df-45f2-8bd2-eda3dfe25240} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7056 | 2024.07.15 19:57:44.068507 [ 3 ] {} <Debug> HTTP-Session: 563cb9f4-be90-421e-8b64-791b517d236e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7057 | 2024.07.15 19:57:44.068664 [ 188 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7058 | 2024.07.15 19:57:44.068717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7059 | 2024.07.15 19:57:44.068738 [ 188 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
7060 | 2024.07.15 19:57:44.068817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7061 | 2024.07.15 19:57:44.068895 [ 3 ] {} <Debug> HTTP-Session: 00d0ba99-9ecd-466f-ac7a-1a8ed66b154c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7062 | 2024.07.15 19:57:44.068964 [ 3 ] {} <Debug> HTTP-Session: 00d0ba99-9ecd-466f-ac7a-1a8ed66b154c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7063 | 2024.07.15 19:57:44.068981 [ 188 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
7064 | 2024.07.15 19:57:44.069004 [ 3 ] {} <Debug> HTTP-Session: 00d0ba99-9ecd-466f-ac7a-1a8ed66b154c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7065 | 2024.07.15 19:57:44.069164 [ 3 ] {} <Trace> HTTP-Session: 00d0ba99-9ecd-466f-ac7a-1a8ed66b154c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7066 | 2024.07.15 19:57:44.069294 [ 188 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
7067 | 2024.07.15 19:57:44.069600 [ 188 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
7068 | 2024.07.15 19:57:44.069696 [ 3 ] {ee7593ee-cfb3-4dae-bf79-6028028d25aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7069 | 2024.07.15 19:57:44.069789 [ 188 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
7070 | 2024.07.15 19:57:44.069954 [ 3 ] {ee7593ee-cfb3-4dae-bf79-6028028d25aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7071 | 2024.07.15 19:57:44.070055 [ 188 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
7072 | 2024.07.15 19:57:44.070930 [ 3 ] {ee7593ee-cfb3-4dae-bf79-6028028d25aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7073 | 2024.07.15 19:57:44.071777 [ 3 ] {ee7593ee-cfb3-4dae-bf79-6028028d25aa} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7074 | 2024.07.15 19:57:44.071843 [ 3 ] {ee7593ee-cfb3-4dae-bf79-6028028d25aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7075 | 2024.07.15 19:57:44.073072 [ 3 ] {ee7593ee-cfb3-4dae-bf79-6028028d25aa} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7076 | 2024.07.15 19:57:44.073079 [ 188 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004777826 sec., 13813.814065225482 rows/sec., 593.56 KiB/sec. | ||
7077 | 2024.07.15 19:57:44.073246 [ 195 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7078 | 2024.07.15 19:57:44.073602 [ 3 ] {ee7593ee-cfb3-4dae-bf79-6028028d25aa} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7079 | 2024.07.15 19:57:44.073804 [ 97 ] {} <Debug> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7080 | 2024.07.15 19:57:44.073850 [ 3 ] {ee7593ee-cfb3-4dae-bf79-6028028d25aa} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004392 sec., 17531.876138433516 rows/sec., 1.08 MiB/sec. | ||
7081 | 2024.07.15 19:57:44.073904 [ 97 ] {} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7082 | 2024.07.15 19:57:44.074019 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7083 | 2024.07.15 19:57:44.074023 [ 195 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_11_2} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7084 | 2024.07.15 19:57:44.074446 [ 3 ] {ee7593ee-cfb3-4dae-bf79-6028028d25aa} <Debug> DynamicQueryHandler: Done processing query | ||
7085 | 2024.07.15 19:57:44.074452 [ 195 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_11_2} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7086 | 2024.07.15 19:57:44.074506 [ 3 ] {ee7593ee-cfb3-4dae-bf79-6028028d25aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7087 | 2024.07.15 19:57:44.074517 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
7088 | 2024.07.15 19:57:44.074534 [ 3 ] {} <Debug> HTTP-Session: 00d0ba99-9ecd-466f-ac7a-1a8ed66b154c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7089 | 2024.07.15 19:57:44.074673 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7090 | 2024.07.15 19:57:44.074817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7091 | 2024.07.15 19:57:44.074924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7092 | 2024.07.15 19:57:44.074928 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7093 | 2024.07.15 19:57:44.074957 [ 3 ] {} <Debug> HTTP-Session: 0089a9f1-e83f-47fb-b3e3-9e43809b6d9a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7094 | 2024.07.15 19:57:44.075012 [ 3 ] {} <Debug> HTTP-Session: 0089a9f1-e83f-47fb-b3e3-9e43809b6d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7095 | 2024.07.15 19:57:44.075019 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
7096 | 2024.07.15 19:57:44.075034 [ 3 ] {} <Debug> HTTP-Session: 0089a9f1-e83f-47fb-b3e3-9e43809b6d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7097 | 2024.07.15 19:57:44.075097 [ 3 ] {} <Trace> HTTP-Session: 0089a9f1-e83f-47fb-b3e3-9e43809b6d9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7098 | 2024.07.15 19:57:44.075303 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
7099 | 2024.07.15 19:57:44.075562 [ 3 ] {7183ebec-9eef-4953-8399-e67b927df927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7100 | 2024.07.15 19:57:44.075592 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
7101 | 2024.07.15 19:57:44.075826 [ 3 ] {7183ebec-9eef-4953-8399-e67b927df927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7102 | 2024.07.15 19:57:44.075941 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
7103 | 2024.07.15 19:57:44.076295 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
7104 | 2024.07.15 19:57:44.076677 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
7105 | 2024.07.15 19:57:44.077392 [ 3 ] {7183ebec-9eef-4953-8399-e67b927df927} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7106 | 2024.07.15 19:57:44.078223 [ 3 ] {7183ebec-9eef-4953-8399-e67b927df927} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7107 | 2024.07.15 19:57:44.078294 [ 3 ] {7183ebec-9eef-4953-8399-e67b927df927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7108 | 2024.07.15 19:57:44.079392 [ 3 ] {7183ebec-9eef-4953-8399-e67b927df927} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7109 | 2024.07.15 19:57:44.079922 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.005654862 sec., 149782.61184799913 rows/sec., 9.22 MiB/sec. | ||
7110 | 2024.07.15 19:57:44.080160 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7111 | 2024.07.15 19:57:44.080311 [ 3 ] {7183ebec-9eef-4953-8399-e67b927df927} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7112 | 2024.07.15 19:57:44.080665 [ 3 ] {7183ebec-9eef-4953-8399-e67b927df927} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005349 sec., 30099.083940923538 rows/sec., 2.10 MiB/sec. | ||
7113 | 2024.07.15 19:57:44.081157 [ 3 ] {7183ebec-9eef-4953-8399-e67b927df927} <Debug> DynamicQueryHandler: Done processing query | ||
7114 | 2024.07.15 19:57:44.081191 [ 3 ] {7183ebec-9eef-4953-8399-e67b927df927} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7115 | 2024.07.15 19:57:44.081223 [ 3 ] {} <Debug> HTTP-Session: 0089a9f1-e83f-47fb-b3e3-9e43809b6d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7116 | 2024.07.15 19:57:44.081310 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7117 | 2024.07.15 19:57:44.081405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7118 | 2024.07.15 19:57:44.081420 [ 190 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7119 | 2024.07.15 19:57:44.081486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7120 | 2024.07.15 19:57:44.081562 [ 3 ] {} <Debug> HTTP-Session: fb18e681-7453-49fc-a1ff-901771950450 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7121 | 2024.07.15 19:57:44.081583 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
7122 | 2024.07.15 19:57:44.081594 [ 3 ] {} <Debug> HTTP-Session: fb18e681-7453-49fc-a1ff-901771950450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7123 | 2024.07.15 19:57:44.081637 [ 3 ] {} <Debug> HTTP-Session: fb18e681-7453-49fc-a1ff-901771950450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7124 | 2024.07.15 19:57:44.081670 [ 3 ] {} <Trace> HTTP-Session: fb18e681-7453-49fc-a1ff-901771950450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7125 | 2024.07.15 19:57:44.081849 [ 3 ] {b47e139d-9932-44bd-ac09-5a2406661cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7126 | 2024.07.15 19:57:44.081922 [ 3 ] {b47e139d-9932-44bd-ac09-5a2406661cfe} <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 | ||
7127 | 2024.07.15 19:57:44.082385 [ 3 ] {b47e139d-9932-44bd-ac09-5a2406661cfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7128 | 2024.07.15 19:57:44.082848 [ 3 ] {b47e139d-9932-44bd-ac09-5a2406661cfe} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7129 | 2024.07.15 19:57:44.082885 [ 3 ] {b47e139d-9932-44bd-ac09-5a2406661cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7130 | 2024.07.15 19:57:44.083475 [ 3 ] {b47e139d-9932-44bd-ac09-5a2406661cfe} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7131 | 2024.07.15 19:57:44.083891 [ 3 ] {b47e139d-9932-44bd-ac09-5a2406661cfe} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7132 | 2024.07.15 19:57:44.084069 [ 97 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7133 | 2024.07.15 19:57:44.084091 [ 3 ] {b47e139d-9932-44bd-ac09-5a2406661cfe} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002341 sec., 2563.0072618539084 rows/sec., 4.59 MiB/sec. | ||
7134 | 2024.07.15 19:57:44.084132 [ 97 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7135 | 2024.07.15 19:57:44.084209 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7136 | 2024.07.15 19:57:44.084679 [ 195 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
7137 | 2024.07.15 19:57:44.084874 [ 3 ] {b47e139d-9932-44bd-ac09-5a2406661cfe} <Debug> DynamicQueryHandler: Done processing query | ||
7138 | 2024.07.15 19:57:44.084960 [ 3 ] {b47e139d-9932-44bd-ac09-5a2406661cfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7139 | 2024.07.15 19:57:44.085051 [ 3 ] {} <Debug> HTTP-Session: fb18e681-7453-49fc-a1ff-901771950450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7140 | 2024.07.15 19:57:44.085315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7141 | 2024.07.15 19:57:44.085413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7142 | 2024.07.15 19:57:44.085445 [ 3 ] {} <Debug> HTTP-Session: 0856617e-b8fc-47d1-abd0-11e3152d14fa Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7143 | 2024.07.15 19:57:44.085473 [ 3 ] {} <Debug> HTTP-Session: 0856617e-b8fc-47d1-abd0-11e3152d14fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7144 | 2024.07.15 19:57:44.085498 [ 3 ] {} <Debug> HTTP-Session: 0856617e-b8fc-47d1-abd0-11e3152d14fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7145 | 2024.07.15 19:57:44.085550 [ 3 ] {} <Trace> HTTP-Session: 0856617e-b8fc-47d1-abd0-11e3152d14fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7146 | 2024.07.15 19:57:44.085612 [ 195 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7147 | 2024.07.15 19:57:44.085690 [ 195 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 432 rows starting from the beginning of the part | ||
7148 | 2024.07.15 19:57:44.085697 [ 3 ] {b174dc96-b0e9-44de-8069-ac478edbcf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7149 | 2024.07.15 19:57:44.085759 [ 3 ] {b174dc96-b0e9-44de-8069-ac478edbcf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7150 | 2024.07.15 19:57:44.086315 [ 195 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
7151 | 2024.07.15 19:57:44.086411 [ 3 ] {b174dc96-b0e9-44de-8069-ac478edbcf7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7152 | 2024.07.15 19:57:44.086956 [ 195 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part | ||
7153 | 2024.07.15 19:57:44.087511 [ 3 ] {b174dc96-b0e9-44de-8069-ac478edbcf7d} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7154 | 2024.07.15 19:57:44.087547 [ 195 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
7155 | 2024.07.15 19:57:44.087557 [ 3 ] {b174dc96-b0e9-44de-8069-ac478edbcf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7156 | 2024.07.15 19:57:44.088051 [ 195 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part | ||
7157 | 2024.07.15 19:57:44.088579 [ 195 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
7158 | 2024.07.15 19:57:44.088653 [ 3 ] {b174dc96-b0e9-44de-8069-ac478edbcf7d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7159 | 2024.07.15 19:57:44.089377 [ 3 ] {b174dc96-b0e9-44de-8069-ac478edbcf7d} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7160 | 2024.07.15 19:57:44.089673 [ 3 ] {b174dc96-b0e9-44de-8069-ac478edbcf7d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004019 sec., 5722.816621050012 rows/sec., 309.56 KiB/sec. | ||
7161 | 2024.07.15 19:57:44.090187 [ 3 ] {b174dc96-b0e9-44de-8069-ac478edbcf7d} <Debug> DynamicQueryHandler: Done processing query | ||
7162 | 2024.07.15 19:57:44.090220 [ 3 ] {b174dc96-b0e9-44de-8069-ac478edbcf7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7163 | 2024.07.15 19:57:44.090244 [ 3 ] {} <Debug> HTTP-Session: 0856617e-b8fc-47d1-abd0-11e3152d14fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7164 | 2024.07.15 19:57:44.090380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7165 | 2024.07.15 19:57:44.090428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7166 | 2024.07.15 19:57:44.090451 [ 3 ] {} <Debug> HTTP-Session: 5558b4f7-541d-4439-a4f6-11530eab2194 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7167 | 2024.07.15 19:57:44.090467 [ 3 ] {} <Debug> HTTP-Session: 5558b4f7-541d-4439-a4f6-11530eab2194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7168 | 2024.07.15 19:57:44.090481 [ 3 ] {} <Debug> HTTP-Session: 5558b4f7-541d-4439-a4f6-11530eab2194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7169 | 2024.07.15 19:57:44.090513 [ 3 ] {} <Trace> HTTP-Session: 5558b4f7-541d-4439-a4f6-11530eab2194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7170 | 2024.07.15 19:57:44.090686 [ 3 ] {767ad02c-6740-408c-89c2-de10a5261ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7171 | 2024.07.15 19:57:44.090758 [ 3 ] {767ad02c-6740-408c-89c2-de10a5261ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7172 | 2024.07.15 19:57:44.091096 [ 3 ] {767ad02c-6740-408c-89c2-de10a5261ac3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7173 | 2024.07.15 19:57:44.091655 [ 3 ] {767ad02c-6740-408c-89c2-de10a5261ac3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7174 | 2024.07.15 19:57:44.091703 [ 3 ] {767ad02c-6740-408c-89c2-de10a5261ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7175 | 2024.07.15 19:57:44.092362 [ 3 ] {767ad02c-6740-408c-89c2-de10a5261ac3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7176 | 2024.07.15 19:57:44.093183 [ 3 ] {767ad02c-6740-408c-89c2-de10a5261ac3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7177 | 2024.07.15 19:57:44.093346 [ 3 ] {767ad02c-6740-408c-89c2-de10a5261ac3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002746 sec., 21849.963583394027 rows/sec., 1.47 MiB/sec. | ||
7178 | 2024.07.15 19:57:44.093706 [ 3 ] {767ad02c-6740-408c-89c2-de10a5261ac3} <Debug> DynamicQueryHandler: Done processing query | ||
7179 | 2024.07.15 19:57:44.093731 [ 3 ] {767ad02c-6740-408c-89c2-de10a5261ac3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7180 | 2024.07.15 19:57:44.093747 [ 3 ] {} <Debug> HTTP-Session: 5558b4f7-541d-4439-a4f6-11530eab2194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7181 | 2024.07.15 19:57:44.094574 [ 200 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 19 columns (19 merged, 0 gathered) in 0.010230503 sec., 48677.95845424218 rows/sec., 87.23 MiB/sec. | ||
7182 | 2024.07.15 19:57:44.095441 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7183 | 2024.07.15 19:57:44.096036 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7184 | 2024.07.15 19:57:44.096121 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7185 | 2024.07.15 19:57:44.096270 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. | ||
7186 | 2024.07.15 19:57:49.039436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7187 | 2024.07.15 19:57:49.039575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7188 | 2024.07.15 19:57:49.039604 [ 3 ] {} <Debug> HTTP-Session: 50924e46-cdd4-424d-ad99-b0f993b9f63d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7189 | 2024.07.15 19:57:49.039633 [ 3 ] {} <Debug> HTTP-Session: 50924e46-cdd4-424d-ad99-b0f993b9f63d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7190 | 2024.07.15 19:57:49.039678 [ 3 ] {} <Debug> HTTP-Session: 50924e46-cdd4-424d-ad99-b0f993b9f63d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7191 | 2024.07.15 19:57:49.039733 [ 3 ] {} <Trace> HTTP-Session: 50924e46-cdd4-424d-ad99-b0f993b9f63d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7192 | 2024.07.15 19:57:49.039940 [ 3 ] {927e26cc-043b-4334-b5a8-4f827efd2c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7193 | 2024.07.15 19:57:49.040013 [ 3 ] {927e26cc-043b-4334-b5a8-4f827efd2c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7194 | 2024.07.15 19:57:49.040202 [ 3 ] {927e26cc-043b-4334-b5a8-4f827efd2c60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7195 | 2024.07.15 19:57:49.040641 [ 3 ] {927e26cc-043b-4334-b5a8-4f827efd2c60} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7196 | 2024.07.15 19:57:49.040678 [ 3 ] {927e26cc-043b-4334-b5a8-4f827efd2c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7197 | 2024.07.15 19:57:49.041044 [ 3 ] {927e26cc-043b-4334-b5a8-4f827efd2c60} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7198 | 2024.07.15 19:57:49.041392 [ 3 ] {927e26cc-043b-4334-b5a8-4f827efd2c60} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7199 | 2024.07.15 19:57:49.041530 [ 3 ] {927e26cc-043b-4334-b5a8-4f827efd2c60} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001658 sec., 14475.271411338963 rows/sec., 1.15 MiB/sec. | ||
7200 | 2024.07.15 19:57:49.041749 [ 3 ] {927e26cc-043b-4334-b5a8-4f827efd2c60} <Debug> DynamicQueryHandler: Done processing query | ||
7201 | 2024.07.15 19:57:49.041774 [ 3 ] {927e26cc-043b-4334-b5a8-4f827efd2c60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7202 | 2024.07.15 19:57:49.041791 [ 3 ] {} <Debug> HTTP-Session: 50924e46-cdd4-424d-ad99-b0f993b9f63d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7203 | 2024.07.15 19:57:49.041982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18686, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7204 | 2024.07.15 19:57:49.042031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7205 | 2024.07.15 19:57:49.042051 [ 3 ] {} <Debug> HTTP-Session: b4bed770-5373-4dba-b919-7a8d83bb125e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7206 | 2024.07.15 19:57:49.042068 [ 3 ] {} <Debug> HTTP-Session: b4bed770-5373-4dba-b919-7a8d83bb125e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7207 | 2024.07.15 19:57:49.042082 [ 3 ] {} <Debug> HTTP-Session: b4bed770-5373-4dba-b919-7a8d83bb125e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7208 | 2024.07.15 19:57:49.042112 [ 3 ] {} <Trace> HTTP-Session: b4bed770-5373-4dba-b919-7a8d83bb125e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7209 | 2024.07.15 19:57:49.042247 [ 3 ] {c38a7f28-6365-4d6c-8549-1f8759291e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7210 | 2024.07.15 19:57:49.042290 [ 3 ] {c38a7f28-6365-4d6c-8549-1f8759291e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7211 | 2024.07.15 19:57:49.042414 [ 3 ] {c38a7f28-6365-4d6c-8549-1f8759291e8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7212 | 2024.07.15 19:57:49.042793 [ 3 ] {c38a7f28-6365-4d6c-8549-1f8759291e8f} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7213 | 2024.07.15 19:57:49.042834 [ 3 ] {c38a7f28-6365-4d6c-8549-1f8759291e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7214 | 2024.07.15 19:57:49.043150 [ 3 ] {c38a7f28-6365-4d6c-8549-1f8759291e8f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7215 | 2024.07.15 19:57:49.043458 [ 3 ] {c38a7f28-6365-4d6c-8549-1f8759291e8f} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7216 | 2024.07.15 19:57:49.043589 [ 3 ] {c38a7f28-6365-4d6c-8549-1f8759291e8f} <Debug> executeQuery: Read 128 rows, 10.89 KiB in 0.001401 sec., 91363.31192005711 rows/sec., 7.59 MiB/sec. | ||
7217 | 2024.07.15 19:57:49.043737 [ 3 ] {c38a7f28-6365-4d6c-8549-1f8759291e8f} <Debug> DynamicQueryHandler: Done processing query | ||
7218 | 2024.07.15 19:57:49.043761 [ 3 ] {c38a7f28-6365-4d6c-8549-1f8759291e8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7219 | 2024.07.15 19:57:49.043777 [ 3 ] {} <Debug> HTTP-Session: b4bed770-5373-4dba-b919-7a8d83bb125e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7220 | 2024.07.15 19:57:49.043925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7221 | 2024.07.15 19:57:49.043971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7222 | 2024.07.15 19:57:49.043991 [ 3 ] {} <Debug> HTTP-Session: 1d3d4471-c491-4032-8986-86d0a3680590 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7223 | 2024.07.15 19:57:49.044007 [ 3 ] {} <Debug> HTTP-Session: 1d3d4471-c491-4032-8986-86d0a3680590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7224 | 2024.07.15 19:57:49.044021 [ 3 ] {} <Debug> HTTP-Session: 1d3d4471-c491-4032-8986-86d0a3680590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7225 | 2024.07.15 19:57:49.044052 [ 3 ] {} <Trace> HTTP-Session: 1d3d4471-c491-4032-8986-86d0a3680590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7226 | 2024.07.15 19:57:49.044174 [ 3 ] {335509b2-8121-48af-b60d-aadf13884a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7227 | 2024.07.15 19:57:49.044217 [ 3 ] {335509b2-8121-48af-b60d-aadf13884a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7228 | 2024.07.15 19:57:49.044336 [ 3 ] {335509b2-8121-48af-b60d-aadf13884a91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7229 | 2024.07.15 19:57:49.044675 [ 3 ] {335509b2-8121-48af-b60d-aadf13884a91} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7230 | 2024.07.15 19:57:49.044711 [ 3 ] {335509b2-8121-48af-b60d-aadf13884a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7231 | 2024.07.15 19:57:49.045031 [ 3 ] {335509b2-8121-48af-b60d-aadf13884a91} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7232 | 2024.07.15 19:57:49.045341 [ 3 ] {335509b2-8121-48af-b60d-aadf13884a91} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7233 | 2024.07.15 19:57:49.045470 [ 3 ] {335509b2-8121-48af-b60d-aadf13884a91} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001346 sec., 65378.90044576523 rows/sec., 5.11 MiB/sec. | ||
7234 | 2024.07.15 19:57:49.045628 [ 3 ] {335509b2-8121-48af-b60d-aadf13884a91} <Debug> DynamicQueryHandler: Done processing query | ||
7235 | 2024.07.15 19:57:49.045653 [ 3 ] {335509b2-8121-48af-b60d-aadf13884a91} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7236 | 2024.07.15 19:57:49.045670 [ 3 ] {} <Debug> HTTP-Session: 1d3d4471-c491-4032-8986-86d0a3680590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7237 | 2024.07.15 19:57:49.045838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7238 | 2024.07.15 19:57:49.045886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7239 | 2024.07.15 19:57:49.045905 [ 3 ] {} <Debug> HTTP-Session: 8a50e0f3-fe11-4029-8a16-d3edb774bc4b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7240 | 2024.07.15 19:57:49.045921 [ 3 ] {} <Debug> HTTP-Session: 8a50e0f3-fe11-4029-8a16-d3edb774bc4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7241 | 2024.07.15 19:57:49.045935 [ 3 ] {} <Debug> HTTP-Session: 8a50e0f3-fe11-4029-8a16-d3edb774bc4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7242 | 2024.07.15 19:57:49.045966 [ 3 ] {} <Trace> HTTP-Session: 8a50e0f3-fe11-4029-8a16-d3edb774bc4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7243 | 2024.07.15 19:57:49.046110 [ 3 ] {ba08acb1-bb7a-4a7b-9254-b6450a2b42df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7244 | 2024.07.15 19:57:49.046156 [ 3 ] {ba08acb1-bb7a-4a7b-9254-b6450a2b42df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7245 | 2024.07.15 19:57:49.046296 [ 3 ] {ba08acb1-bb7a-4a7b-9254-b6450a2b42df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7246 | 2024.07.15 19:57:49.046659 [ 3 ] {ba08acb1-bb7a-4a7b-9254-b6450a2b42df} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7247 | 2024.07.15 19:57:49.046694 [ 3 ] {ba08acb1-bb7a-4a7b-9254-b6450a2b42df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7248 | 2024.07.15 19:57:49.047137 [ 3 ] {ba08acb1-bb7a-4a7b-9254-b6450a2b42df} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7249 | 2024.07.15 19:57:49.047495 [ 3 ] {ba08acb1-bb7a-4a7b-9254-b6450a2b42df} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7250 | 2024.07.15 19:57:49.047628 [ 3 ] {ba08acb1-bb7a-4a7b-9254-b6450a2b42df} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
7251 | 2024.07.15 19:57:49.047790 [ 3 ] {ba08acb1-bb7a-4a7b-9254-b6450a2b42df} <Debug> DynamicQueryHandler: Done processing query | ||
7252 | 2024.07.15 19:57:49.047815 [ 3 ] {ba08acb1-bb7a-4a7b-9254-b6450a2b42df} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7253 | 2024.07.15 19:57:49.047834 [ 3 ] {} <Debug> HTTP-Session: 8a50e0f3-fe11-4029-8a16-d3edb774bc4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7254 | 2024.07.15 19:57:49.048064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7255 | 2024.07.15 19:57:49.048112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7256 | 2024.07.15 19:57:49.048133 [ 3 ] {} <Debug> HTTP-Session: ecac2466-7555-4e80-9e40-61c61304de48 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7257 | 2024.07.15 19:57:49.048150 [ 3 ] {} <Debug> HTTP-Session: ecac2466-7555-4e80-9e40-61c61304de48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7258 | 2024.07.15 19:57:49.048164 [ 3 ] {} <Debug> HTTP-Session: ecac2466-7555-4e80-9e40-61c61304de48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7259 | 2024.07.15 19:57:49.048196 [ 3 ] {} <Trace> HTTP-Session: ecac2466-7555-4e80-9e40-61c61304de48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7260 | 2024.07.15 19:57:49.048462 [ 3 ] {6b1956fc-eaf3-4d7b-bcab-fcc47cc4f4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7261 | 2024.07.15 19:57:49.048526 [ 3 ] {6b1956fc-eaf3-4d7b-bcab-fcc47cc4f4fb} <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 | ||
7262 | 2024.07.15 19:57:49.048923 [ 3 ] {6b1956fc-eaf3-4d7b-bcab-fcc47cc4f4fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7263 | 2024.07.15 19:57:49.049673 [ 3 ] {6b1956fc-eaf3-4d7b-bcab-fcc47cc4f4fb} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7264 | 2024.07.15 19:57:49.049710 [ 3 ] {6b1956fc-eaf3-4d7b-bcab-fcc47cc4f4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7265 | 2024.07.15 19:57:49.050325 [ 3 ] {6b1956fc-eaf3-4d7b-bcab-fcc47cc4f4fb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7266 | 2024.07.15 19:57:49.050740 [ 3 ] {6b1956fc-eaf3-4d7b-bcab-fcc47cc4f4fb} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7267 | 2024.07.15 19:57:49.050885 [ 3 ] {6b1956fc-eaf3-4d7b-bcab-fcc47cc4f4fb} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002604 sec., 9216.589861751152 rows/sec., 16.52 MiB/sec. | ||
7268 | 2024.07.15 19:57:49.051108 [ 3 ] {6b1956fc-eaf3-4d7b-bcab-fcc47cc4f4fb} <Debug> DynamicQueryHandler: Done processing query | ||
7269 | 2024.07.15 19:57:49.051133 [ 3 ] {6b1956fc-eaf3-4d7b-bcab-fcc47cc4f4fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7270 | 2024.07.15 19:57:49.051150 [ 3 ] {} <Debug> HTTP-Session: ecac2466-7555-4e80-9e40-61c61304de48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7271 | 2024.07.15 19:57:49.051297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7272 | 2024.07.15 19:57:49.051347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7273 | 2024.07.15 19:57:49.051368 [ 3 ] {} <Debug> HTTP-Session: 34af6742-d9fb-419b-aa6c-61f970aecc23 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7274 | 2024.07.15 19:57:49.051384 [ 3 ] {} <Debug> HTTP-Session: 34af6742-d9fb-419b-aa6c-61f970aecc23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7275 | 2024.07.15 19:57:49.051398 [ 3 ] {} <Debug> HTTP-Session: 34af6742-d9fb-419b-aa6c-61f970aecc23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7276 | 2024.07.15 19:57:49.051430 [ 3 ] {} <Trace> HTTP-Session: 34af6742-d9fb-419b-aa6c-61f970aecc23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7277 | 2024.07.15 19:57:49.051544 [ 3 ] {8026f956-c754-47fc-a71c-cba9397d9fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7278 | 2024.07.15 19:57:49.051589 [ 3 ] {8026f956-c754-47fc-a71c-cba9397d9fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7279 | 2024.07.15 19:57:49.051716 [ 3 ] {8026f956-c754-47fc-a71c-cba9397d9fe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7280 | 2024.07.15 19:57:49.052032 [ 3 ] {8026f956-c754-47fc-a71c-cba9397d9fe7} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7281 | 2024.07.15 19:57:49.052068 [ 3 ] {8026f956-c754-47fc-a71c-cba9397d9fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7282 | 2024.07.15 19:57:49.052427 [ 3 ] {8026f956-c754-47fc-a71c-cba9397d9fe7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7283 | 2024.07.15 19:57:49.052754 [ 3 ] {8026f956-c754-47fc-a71c-cba9397d9fe7} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7284 | 2024.07.15 19:57:49.052889 [ 3 ] {8026f956-c754-47fc-a71c-cba9397d9fe7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
7285 | 2024.07.15 19:57:49.053039 [ 3 ] {8026f956-c754-47fc-a71c-cba9397d9fe7} <Debug> DynamicQueryHandler: Done processing query | ||
7286 | 2024.07.15 19:57:49.053064 [ 3 ] {8026f956-c754-47fc-a71c-cba9397d9fe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7287 | 2024.07.15 19:57:49.053080 [ 3 ] {} <Debug> HTTP-Session: 34af6742-d9fb-419b-aa6c-61f970aecc23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7288 | 2024.07.15 19:57:51.449847 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7289 | 2024.07.15 19:57:51.449930 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7290 | 2024.07.15 19:57:54.043646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7291 | 2024.07.15 19:57:54.043754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7292 | 2024.07.15 19:57:54.043779 [ 3 ] {} <Debug> HTTP-Session: f46aea41-43e9-484f-8f7f-f6f29cdd5326 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7293 | 2024.07.15 19:57:54.043803 [ 3 ] {} <Debug> HTTP-Session: f46aea41-43e9-484f-8f7f-f6f29cdd5326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7294 | 2024.07.15 19:57:54.043818 [ 3 ] {} <Debug> HTTP-Session: f46aea41-43e9-484f-8f7f-f6f29cdd5326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7295 | 2024.07.15 19:57:54.043867 [ 3 ] {} <Trace> HTTP-Session: f46aea41-43e9-484f-8f7f-f6f29cdd5326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7296 | 2024.07.15 19:57:54.044056 [ 3 ] {58d071a3-7615-4af7-8a22-ed1d38ca9248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7297 | 2024.07.15 19:57:54.044122 [ 3 ] {58d071a3-7615-4af7-8a22-ed1d38ca9248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7298 | 2024.07.15 19:57:54.044314 [ 3 ] {58d071a3-7615-4af7-8a22-ed1d38ca9248} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7299 | 2024.07.15 19:57:54.044742 [ 3 ] {58d071a3-7615-4af7-8a22-ed1d38ca9248} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7300 | 2024.07.15 19:57:54.044788 [ 3 ] {58d071a3-7615-4af7-8a22-ed1d38ca9248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7301 | 2024.07.15 19:57:54.045178 [ 3 ] {58d071a3-7615-4af7-8a22-ed1d38ca9248} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7302 | 2024.07.15 19:57:54.045529 [ 3 ] {58d071a3-7615-4af7-8a22-ed1d38ca9248} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7303 | 2024.07.15 19:57:54.045710 [ 3 ] {58d071a3-7615-4af7-8a22-ed1d38ca9248} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001701 sec., 7054.673721340388 rows/sec., 485.70 KiB/sec. | ||
7304 | 2024.07.15 19:57:54.045930 [ 3 ] {58d071a3-7615-4af7-8a22-ed1d38ca9248} <Debug> DynamicQueryHandler: Done processing query | ||
7305 | 2024.07.15 19:57:54.045960 [ 3 ] {58d071a3-7615-4af7-8a22-ed1d38ca9248} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7306 | 2024.07.15 19:57:54.045977 [ 3 ] {} <Debug> HTTP-Session: f46aea41-43e9-484f-8f7f-f6f29cdd5326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7307 | 2024.07.15 19:57:54.046127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7308 | 2024.07.15 19:57:54.046182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7309 | 2024.07.15 19:57:54.046201 [ 3 ] {} <Debug> HTTP-Session: 4336fb34-8c53-4bf4-853c-9ff42b701e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7310 | 2024.07.15 19:57:54.046220 [ 3 ] {} <Debug> HTTP-Session: 4336fb34-8c53-4bf4-853c-9ff42b701e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7311 | 2024.07.15 19:57:54.046234 [ 3 ] {} <Debug> HTTP-Session: 4336fb34-8c53-4bf4-853c-9ff42b701e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7312 | 2024.07.15 19:57:54.046271 [ 3 ] {} <Trace> HTTP-Session: 4336fb34-8c53-4bf4-853c-9ff42b701e75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7313 | 2024.07.15 19:57:54.046380 [ 3 ] {4bb6e2dc-8dc6-4cdd-8ee7-6bd4bb75c746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7314 | 2024.07.15 19:57:54.046426 [ 3 ] {4bb6e2dc-8dc6-4cdd-8ee7-6bd4bb75c746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7315 | 2024.07.15 19:57:54.046560 [ 3 ] {4bb6e2dc-8dc6-4cdd-8ee7-6bd4bb75c746} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7316 | 2024.07.15 19:57:54.046858 [ 3 ] {4bb6e2dc-8dc6-4cdd-8ee7-6bd4bb75c746} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7317 | 2024.07.15 19:57:54.046895 [ 3 ] {4bb6e2dc-8dc6-4cdd-8ee7-6bd4bb75c746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7318 | 2024.07.15 19:57:54.047204 [ 3 ] {4bb6e2dc-8dc6-4cdd-8ee7-6bd4bb75c746} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7319 | 2024.07.15 19:57:54.047519 [ 3 ] {4bb6e2dc-8dc6-4cdd-8ee7-6bd4bb75c746} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7320 | 2024.07.15 19:57:54.047680 [ 3 ] {4bb6e2dc-8dc6-4cdd-8ee7-6bd4bb75c746} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001323 sec., 3023.4315948601666 rows/sec., 246.54 KiB/sec. | ||
7321 | 2024.07.15 19:57:54.047943 [ 3 ] {4bb6e2dc-8dc6-4cdd-8ee7-6bd4bb75c746} <Debug> DynamicQueryHandler: Done processing query | ||
7322 | 2024.07.15 19:57:54.047969 [ 3 ] {4bb6e2dc-8dc6-4cdd-8ee7-6bd4bb75c746} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7323 | 2024.07.15 19:57:54.047985 [ 3 ] {} <Debug> HTTP-Session: 4336fb34-8c53-4bf4-853c-9ff42b701e75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7324 | 2024.07.15 19:57:54.048165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7325 | 2024.07.15 19:57:54.048214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7326 | 2024.07.15 19:57:54.048233 [ 3 ] {} <Debug> HTTP-Session: 315dace2-c825-40ed-ac9e-d7dcf2c25480 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7327 | 2024.07.15 19:57:54.048250 [ 3 ] {} <Debug> HTTP-Session: 315dace2-c825-40ed-ac9e-d7dcf2c25480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7328 | 2024.07.15 19:57:54.048264 [ 3 ] {} <Debug> HTTP-Session: 315dace2-c825-40ed-ac9e-d7dcf2c25480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7329 | 2024.07.15 19:57:54.048296 [ 3 ] {} <Trace> HTTP-Session: 315dace2-c825-40ed-ac9e-d7dcf2c25480 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7330 | 2024.07.15 19:57:54.048444 [ 3 ] {202ada6a-0891-423d-9803-cdce49445ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7331 | 2024.07.15 19:57:54.048489 [ 3 ] {202ada6a-0891-423d-9803-cdce49445ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7332 | 2024.07.15 19:57:54.048636 [ 3 ] {202ada6a-0891-423d-9803-cdce49445ca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7333 | 2024.07.15 19:57:54.049047 [ 3 ] {202ada6a-0891-423d-9803-cdce49445ca7} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7334 | 2024.07.15 19:57:54.049086 [ 3 ] {202ada6a-0891-423d-9803-cdce49445ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7335 | 2024.07.15 19:57:54.049410 [ 3 ] {202ada6a-0891-423d-9803-cdce49445ca7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7336 | 2024.07.15 19:57:54.049727 [ 3 ] {202ada6a-0891-423d-9803-cdce49445ca7} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7337 | 2024.07.15 19:57:54.049887 [ 3 ] {202ada6a-0891-423d-9803-cdce49445ca7} <Debug> executeQuery: Read 181 rows, 16.31 KiB in 0.001504 sec., 120345.74468085107 rows/sec., 10.59 MiB/sec. | ||
7338 | 2024.07.15 19:57:54.050085 [ 3 ] {202ada6a-0891-423d-9803-cdce49445ca7} <Debug> DynamicQueryHandler: Done processing query | ||
7339 | 2024.07.15 19:57:54.050113 [ 3 ] {202ada6a-0891-423d-9803-cdce49445ca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7340 | 2024.07.15 19:57:54.050129 [ 3 ] {} <Debug> HTTP-Session: 315dace2-c825-40ed-ac9e-d7dcf2c25480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7341 | 2024.07.15 19:57:54.050257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7342 | 2024.07.15 19:57:54.050305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7343 | 2024.07.15 19:57:54.050325 [ 3 ] {} <Debug> HTTP-Session: 2746f09f-7f4b-441b-8d54-236535d9f897 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7344 | 2024.07.15 19:57:54.050341 [ 3 ] {} <Debug> HTTP-Session: 2746f09f-7f4b-441b-8d54-236535d9f897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7345 | 2024.07.15 19:57:54.050355 [ 3 ] {} <Debug> HTTP-Session: 2746f09f-7f4b-441b-8d54-236535d9f897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7346 | 2024.07.15 19:57:54.050385 [ 3 ] {} <Trace> HTTP-Session: 2746f09f-7f4b-441b-8d54-236535d9f897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7347 | 2024.07.15 19:57:54.050492 [ 3 ] {afda1a45-44f2-46c3-be69-02c48f156887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7348 | 2024.07.15 19:57:54.050536 [ 3 ] {afda1a45-44f2-46c3-be69-02c48f156887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7349 | 2024.07.15 19:57:54.050661 [ 3 ] {afda1a45-44f2-46c3-be69-02c48f156887} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7350 | 2024.07.15 19:57:54.050934 [ 3 ] {afda1a45-44f2-46c3-be69-02c48f156887} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7351 | 2024.07.15 19:57:54.050971 [ 3 ] {afda1a45-44f2-46c3-be69-02c48f156887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7352 | 2024.07.15 19:57:54.051263 [ 3 ] {afda1a45-44f2-46c3-be69-02c48f156887} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7353 | 2024.07.15 19:57:54.051570 [ 3 ] {afda1a45-44f2-46c3-be69-02c48f156887} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7354 | 2024.07.15 19:57:54.051720 [ 3 ] {afda1a45-44f2-46c3-be69-02c48f156887} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001247 sec., 3207.698476343224 rows/sec., 223.98 KiB/sec. | ||
7355 | 2024.07.15 19:57:54.052018 [ 3 ] {afda1a45-44f2-46c3-be69-02c48f156887} <Debug> DynamicQueryHandler: Done processing query | ||
7356 | 2024.07.15 19:57:54.052044 [ 3 ] {afda1a45-44f2-46c3-be69-02c48f156887} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7357 | 2024.07.15 19:57:54.052060 [ 3 ] {} <Debug> HTTP-Session: 2746f09f-7f4b-441b-8d54-236535d9f897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7358 | 2024.07.15 19:57:54.052291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 63292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7359 | 2024.07.15 19:57:54.052383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7360 | 2024.07.15 19:57:54.052409 [ 3 ] {} <Debug> HTTP-Session: 82bb8280-307a-4809-b592-7695c6e16028 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7361 | 2024.07.15 19:57:54.052426 [ 3 ] {} <Debug> HTTP-Session: 82bb8280-307a-4809-b592-7695c6e16028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7362 | 2024.07.15 19:57:54.052440 [ 3 ] {} <Debug> HTTP-Session: 82bb8280-307a-4809-b592-7695c6e16028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7363 | 2024.07.15 19:57:54.052473 [ 3 ] {} <Trace> HTTP-Session: 82bb8280-307a-4809-b592-7695c6e16028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7364 | 2024.07.15 19:57:54.052700 [ 3 ] {87e72097-a423-4782-bda1-c576d8d74e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7365 | 2024.07.15 19:57:54.052746 [ 3 ] {87e72097-a423-4782-bda1-c576d8d74e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7366 | 2024.07.15 19:57:54.052900 [ 3 ] {87e72097-a423-4782-bda1-c576d8d74e11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7367 | 2024.07.15 19:57:54.053490 [ 3 ] {87e72097-a423-4782-bda1-c576d8d74e11} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7368 | 2024.07.15 19:57:54.053527 [ 3 ] {87e72097-a423-4782-bda1-c576d8d74e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7369 | 2024.07.15 19:57:54.053866 [ 3 ] {87e72097-a423-4782-bda1-c576d8d74e11} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7370 | 2024.07.15 19:57:54.054175 [ 3 ] {87e72097-a423-4782-bda1-c576d8d74e11} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7371 | 2024.07.15 19:57:54.054328 [ 3 ] {87e72097-a423-4782-bda1-c576d8d74e11} <Debug> executeQuery: Read 392 rows, 28.28 KiB in 0.001744 sec., 224770.64220183485 rows/sec., 15.84 MiB/sec. | ||
7372 | 2024.07.15 19:57:54.054503 [ 3 ] {87e72097-a423-4782-bda1-c576d8d74e11} <Debug> DynamicQueryHandler: Done processing query | ||
7373 | 2024.07.15 19:57:54.054527 [ 3 ] {87e72097-a423-4782-bda1-c576d8d74e11} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7374 | 2024.07.15 19:57:54.054543 [ 3 ] {} <Debug> HTTP-Session: 82bb8280-307a-4809-b592-7695c6e16028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7375 | 2024.07.15 19:57:54.054686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7376 | 2024.07.15 19:57:54.054734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7377 | 2024.07.15 19:57:54.054753 [ 3 ] {} <Debug> HTTP-Session: a3528e0c-b49b-4f7f-8f64-5f325612c33d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7378 | 2024.07.15 19:57:54.054770 [ 3 ] {} <Debug> HTTP-Session: a3528e0c-b49b-4f7f-8f64-5f325612c33d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7379 | 2024.07.15 19:57:54.054785 [ 3 ] {} <Debug> HTTP-Session: a3528e0c-b49b-4f7f-8f64-5f325612c33d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7380 | 2024.07.15 19:57:54.054816 [ 3 ] {} <Trace> HTTP-Session: a3528e0c-b49b-4f7f-8f64-5f325612c33d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7381 | 2024.07.15 19:57:54.054912 [ 3 ] {69b5f8fe-9eba-42e1-b377-0960cc346e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7382 | 2024.07.15 19:57:54.054958 [ 3 ] {69b5f8fe-9eba-42e1-b377-0960cc346e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7383 | 2024.07.15 19:57:54.055088 [ 3 ] {69b5f8fe-9eba-42e1-b377-0960cc346e76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7384 | 2024.07.15 19:57:54.055365 [ 3 ] {69b5f8fe-9eba-42e1-b377-0960cc346e76} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7385 | 2024.07.15 19:57:54.055401 [ 3 ] {69b5f8fe-9eba-42e1-b377-0960cc346e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7386 | 2024.07.15 19:57:54.055766 [ 3 ] {69b5f8fe-9eba-42e1-b377-0960cc346e76} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7387 | 2024.07.15 19:57:54.056092 [ 3 ] {69b5f8fe-9eba-42e1-b377-0960cc346e76} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7388 | 2024.07.15 19:57:54.056240 [ 3 ] {69b5f8fe-9eba-42e1-b377-0960cc346e76} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 191.26 KiB/sec. | ||
7389 | 2024.07.15 19:57:54.056465 [ 3 ] {69b5f8fe-9eba-42e1-b377-0960cc346e76} <Debug> DynamicQueryHandler: Done processing query | ||
7390 | 2024.07.15 19:57:54.056490 [ 3 ] {69b5f8fe-9eba-42e1-b377-0960cc346e76} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7391 | 2024.07.15 19:57:54.056505 [ 3 ] {} <Debug> HTTP-Session: a3528e0c-b49b-4f7f-8f64-5f325612c33d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7392 | 2024.07.15 19:57:54.056649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7393 | 2024.07.15 19:57:54.056698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7394 | 2024.07.15 19:57:54.056717 [ 3 ] {} <Debug> HTTP-Session: b1df504b-284d-4ee8-9af3-727f24cc9320 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7395 | 2024.07.15 19:57:54.056734 [ 3 ] {} <Debug> HTTP-Session: b1df504b-284d-4ee8-9af3-727f24cc9320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7396 | 2024.07.15 19:57:54.056748 [ 3 ] {} <Debug> HTTP-Session: b1df504b-284d-4ee8-9af3-727f24cc9320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7397 | 2024.07.15 19:57:54.056780 [ 3 ] {} <Trace> HTTP-Session: b1df504b-284d-4ee8-9af3-727f24cc9320 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7398 | 2024.07.15 19:57:54.056921 [ 3 ] {13df7728-1c0a-4452-9e80-8fa99e726185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7399 | 2024.07.15 19:57:54.056967 [ 3 ] {13df7728-1c0a-4452-9e80-8fa99e726185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7400 | 2024.07.15 19:57:54.057107 [ 3 ] {13df7728-1c0a-4452-9e80-8fa99e726185} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7401 | 2024.07.15 19:57:54.057483 [ 3 ] {13df7728-1c0a-4452-9e80-8fa99e726185} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7402 | 2024.07.15 19:57:54.057518 [ 3 ] {13df7728-1c0a-4452-9e80-8fa99e726185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7403 | 2024.07.15 19:57:54.057882 [ 3 ] {13df7728-1c0a-4452-9e80-8fa99e726185} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7404 | 2024.07.15 19:57:54.058219 [ 3 ] {13df7728-1c0a-4452-9e80-8fa99e726185} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7405 | 2024.07.15 19:57:54.058373 [ 3 ] {13df7728-1c0a-4452-9e80-8fa99e726185} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001508 sec., 51061.00795755968 rows/sec., 3.14 MiB/sec. | ||
7406 | 2024.07.15 19:57:54.058546 [ 3 ] {13df7728-1c0a-4452-9e80-8fa99e726185} <Debug> DynamicQueryHandler: Done processing query | ||
7407 | 2024.07.15 19:57:54.058569 [ 3 ] {13df7728-1c0a-4452-9e80-8fa99e726185} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7408 | 2024.07.15 19:57:54.058585 [ 3 ] {} <Debug> HTTP-Session: b1df504b-284d-4ee8-9af3-727f24cc9320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7409 | 2024.07.15 19:57:54.058787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7410 | 2024.07.15 19:57:54.058836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7411 | 2024.07.15 19:57:54.058855 [ 3 ] {} <Debug> HTTP-Session: 0e843d54-b010-4bf5-82eb-772baa652bf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7412 | 2024.07.15 19:57:54.058871 [ 3 ] {} <Debug> HTTP-Session: 0e843d54-b010-4bf5-82eb-772baa652bf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7413 | 2024.07.15 19:57:54.058885 [ 3 ] {} <Debug> HTTP-Session: 0e843d54-b010-4bf5-82eb-772baa652bf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7414 | 2024.07.15 19:57:54.058916 [ 3 ] {} <Trace> HTTP-Session: 0e843d54-b010-4bf5-82eb-772baa652bf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7415 | 2024.07.15 19:57:54.059089 [ 3 ] {38a8e95d-a5a0-4728-b179-1ba5370200c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7416 | 2024.07.15 19:57:54.059137 [ 3 ] {38a8e95d-a5a0-4728-b179-1ba5370200c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7417 | 2024.07.15 19:57:54.059280 [ 3 ] {38a8e95d-a5a0-4728-b179-1ba5370200c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7418 | 2024.07.15 19:57:54.059689 [ 3 ] {38a8e95d-a5a0-4728-b179-1ba5370200c3} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7419 | 2024.07.15 19:57:54.059726 [ 3 ] {38a8e95d-a5a0-4728-b179-1ba5370200c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7420 | 2024.07.15 19:57:54.060104 [ 3 ] {38a8e95d-a5a0-4728-b179-1ba5370200c3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7421 | 2024.07.15 19:57:54.060460 [ 3 ] {38a8e95d-a5a0-4728-b179-1ba5370200c3} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7422 | 2024.07.15 19:57:54.060605 [ 3 ] {38a8e95d-a5a0-4728-b179-1ba5370200c3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001608 sec., 100746.26865671642 rows/sec., 7.02 MiB/sec. | ||
7423 | 2024.07.15 19:57:54.060898 [ 3 ] {38a8e95d-a5a0-4728-b179-1ba5370200c3} <Debug> DynamicQueryHandler: Done processing query | ||
7424 | 2024.07.15 19:57:54.060946 [ 3 ] {38a8e95d-a5a0-4728-b179-1ba5370200c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7425 | 2024.07.15 19:57:54.060991 [ 3 ] {} <Debug> HTTP-Session: 0e843d54-b010-4bf5-82eb-772baa652bf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7426 | 2024.07.15 19:57:54.061138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7427 | 2024.07.15 19:57:54.061192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7428 | 2024.07.15 19:57:54.061213 [ 3 ] {} <Debug> HTTP-Session: 5220ae4a-f57e-4400-94cf-009c7873dd0e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7429 | 2024.07.15 19:57:54.061229 [ 3 ] {} <Debug> HTTP-Session: 5220ae4a-f57e-4400-94cf-009c7873dd0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7430 | 2024.07.15 19:57:54.061243 [ 3 ] {} <Debug> HTTP-Session: 5220ae4a-f57e-4400-94cf-009c7873dd0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7431 | 2024.07.15 19:57:54.061274 [ 3 ] {} <Trace> HTTP-Session: 5220ae4a-f57e-4400-94cf-009c7873dd0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7432 | 2024.07.15 19:57:54.061451 [ 3 ] {ed25471e-a73a-45e6-be08-20acca8e2be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7433 | 2024.07.15 19:57:54.061527 [ 3 ] {ed25471e-a73a-45e6-be08-20acca8e2be9} <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 | ||
7434 | 2024.07.15 19:57:54.062072 [ 3 ] {ed25471e-a73a-45e6-be08-20acca8e2be9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7435 | 2024.07.15 19:57:54.062683 [ 3 ] {ed25471e-a73a-45e6-be08-20acca8e2be9} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7436 | 2024.07.15 19:57:54.062733 [ 3 ] {ed25471e-a73a-45e6-be08-20acca8e2be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7437 | 2024.07.15 19:57:54.063371 [ 3 ] {ed25471e-a73a-45e6-be08-20acca8e2be9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7438 | 2024.07.15 19:57:54.063779 [ 3 ] {ed25471e-a73a-45e6-be08-20acca8e2be9} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7439 | 2024.07.15 19:57:54.063966 [ 3 ] {ed25471e-a73a-45e6-be08-20acca8e2be9} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002599 sec., 2308.580223162755 rows/sec., 4.14 MiB/sec. | ||
7440 | 2024.07.15 19:57:54.064187 [ 3 ] {ed25471e-a73a-45e6-be08-20acca8e2be9} <Debug> DynamicQueryHandler: Done processing query | ||
7441 | 2024.07.15 19:57:54.064210 [ 3 ] {ed25471e-a73a-45e6-be08-20acca8e2be9} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7442 | 2024.07.15 19:57:54.064226 [ 3 ] {} <Debug> HTTP-Session: 5220ae4a-f57e-4400-94cf-009c7873dd0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7443 | 2024.07.15 19:57:54.064367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7444 | 2024.07.15 19:57:54.064415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7445 | 2024.07.15 19:57:54.064435 [ 3 ] {} <Debug> HTTP-Session: 2623adb4-f77c-4eaa-b83d-ac5dc72c2bf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7446 | 2024.07.15 19:57:54.064451 [ 3 ] {} <Debug> HTTP-Session: 2623adb4-f77c-4eaa-b83d-ac5dc72c2bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7447 | 2024.07.15 19:57:54.064465 [ 3 ] {} <Debug> HTTP-Session: 2623adb4-f77c-4eaa-b83d-ac5dc72c2bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7448 | 2024.07.15 19:57:54.064496 [ 3 ] {} <Trace> HTTP-Session: 2623adb4-f77c-4eaa-b83d-ac5dc72c2bf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7449 | 2024.07.15 19:57:54.064597 [ 3 ] {35483170-8171-4c64-8f42-4533ac80e5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7450 | 2024.07.15 19:57:54.064641 [ 3 ] {35483170-8171-4c64-8f42-4533ac80e5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7451 | 2024.07.15 19:57:54.064768 [ 3 ] {35483170-8171-4c64-8f42-4533ac80e5a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7452 | 2024.07.15 19:57:54.065050 [ 3 ] {35483170-8171-4c64-8f42-4533ac80e5a6} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7453 | 2024.07.15 19:57:54.065085 [ 3 ] {35483170-8171-4c64-8f42-4533ac80e5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7454 | 2024.07.15 19:57:54.065441 [ 3 ] {35483170-8171-4c64-8f42-4533ac80e5a6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7455 | 2024.07.15 19:57:54.065767 [ 3 ] {35483170-8171-4c64-8f42-4533ac80e5a6} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7456 | 2024.07.15 19:57:54.065937 [ 3 ] {35483170-8171-4c64-8f42-4533ac80e5a6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001361 sec., 16899.33872152829 rows/sec., 914.14 KiB/sec. | ||
7457 | 2024.07.15 19:57:54.066102 [ 3 ] {35483170-8171-4c64-8f42-4533ac80e5a6} <Debug> DynamicQueryHandler: Done processing query | ||
7458 | 2024.07.15 19:57:54.066125 [ 3 ] {35483170-8171-4c64-8f42-4533ac80e5a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7459 | 2024.07.15 19:57:54.066140 [ 3 ] {} <Debug> HTTP-Session: 2623adb4-f77c-4eaa-b83d-ac5dc72c2bf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7460 | 2024.07.15 19:57:54.066265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7461 | 2024.07.15 19:57:54.066313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7462 | 2024.07.15 19:57:54.066332 [ 3 ] {} <Debug> HTTP-Session: 34b605ce-988f-4089-b6a4-37164066d11f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7463 | 2024.07.15 19:57:54.066348 [ 3 ] {} <Debug> HTTP-Session: 34b605ce-988f-4089-b6a4-37164066d11f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7464 | 2024.07.15 19:57:54.066362 [ 3 ] {} <Debug> HTTP-Session: 34b605ce-988f-4089-b6a4-37164066d11f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7465 | 2024.07.15 19:57:54.066394 [ 3 ] {} <Trace> HTTP-Session: 34b605ce-988f-4089-b6a4-37164066d11f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7466 | 2024.07.15 19:57:54.066522 [ 3 ] {17f31683-3653-4fbc-8ba0-9b2a69077cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7467 | 2024.07.15 19:57:54.066567 [ 3 ] {17f31683-3653-4fbc-8ba0-9b2a69077cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7468 | 2024.07.15 19:57:54.066694 [ 3 ] {17f31683-3653-4fbc-8ba0-9b2a69077cc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7469 | 2024.07.15 19:57:54.067008 [ 3 ] {17f31683-3653-4fbc-8ba0-9b2a69077cc0} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7470 | 2024.07.15 19:57:54.067044 [ 3 ] {17f31683-3653-4fbc-8ba0-9b2a69077cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7471 | 2024.07.15 19:57:54.067401 [ 3 ] {17f31683-3653-4fbc-8ba0-9b2a69077cc0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7472 | 2024.07.15 19:57:54.067733 [ 3 ] {17f31683-3653-4fbc-8ba0-9b2a69077cc0} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7473 | 2024.07.15 19:57:54.067893 [ 3 ] {17f31683-3653-4fbc-8ba0-9b2a69077cc0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
7474 | 2024.07.15 19:57:54.068059 [ 3 ] {17f31683-3653-4fbc-8ba0-9b2a69077cc0} <Debug> DynamicQueryHandler: Done processing query | ||
7475 | 2024.07.15 19:57:54.068083 [ 3 ] {17f31683-3653-4fbc-8ba0-9b2a69077cc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7476 | 2024.07.15 19:57:54.068099 [ 3 ] {} <Debug> HTTP-Session: 34b605ce-988f-4089-b6a4-37164066d11f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7477 | 2024.07.15 19:57:59.041281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7478 | 2024.07.15 19:57:59.041419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7479 | 2024.07.15 19:57:59.041449 [ 3 ] {} <Debug> HTTP-Session: 3d090265-f8c9-4649-b876-a6e75902a758 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7480 | 2024.07.15 19:57:59.041478 [ 3 ] {} <Debug> HTTP-Session: 3d090265-f8c9-4649-b876-a6e75902a758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7481 | 2024.07.15 19:57:59.041496 [ 3 ] {} <Debug> HTTP-Session: 3d090265-f8c9-4649-b876-a6e75902a758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7482 | 2024.07.15 19:57:59.041551 [ 3 ] {} <Trace> HTTP-Session: 3d090265-f8c9-4649-b876-a6e75902a758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7483 | 2024.07.15 19:57:59.041758 [ 3 ] {b81d91fc-0e55-4cad-8caa-329fb04472d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7484 | 2024.07.15 19:57:59.041827 [ 3 ] {b81d91fc-0e55-4cad-8caa-329fb04472d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7485 | 2024.07.15 19:57:59.042039 [ 3 ] {b81d91fc-0e55-4cad-8caa-329fb04472d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7486 | 2024.07.15 19:57:59.042520 [ 3 ] {b81d91fc-0e55-4cad-8caa-329fb04472d3} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7487 | 2024.07.15 19:57:59.042562 [ 3 ] {b81d91fc-0e55-4cad-8caa-329fb04472d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7488 | 2024.07.15 19:57:59.042940 [ 3 ] {b81d91fc-0e55-4cad-8caa-329fb04472d3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7489 | 2024.07.15 19:57:59.043284 [ 3 ] {b81d91fc-0e55-4cad-8caa-329fb04472d3} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7490 | 2024.07.15 19:57:59.043428 [ 3 ] {b81d91fc-0e55-4cad-8caa-329fb04472d3} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001736 sec., 13824.884792626728 rows/sec., 1.09 MiB/sec. | ||
7491 | 2024.07.15 19:57:59.043725 [ 3 ] {b81d91fc-0e55-4cad-8caa-329fb04472d3} <Debug> DynamicQueryHandler: Done processing query | ||
7492 | 2024.07.15 19:57:59.043768 [ 3 ] {b81d91fc-0e55-4cad-8caa-329fb04472d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7493 | 2024.07.15 19:57:59.043789 [ 3 ] {} <Debug> HTTP-Session: 3d090265-f8c9-4649-b876-a6e75902a758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7494 | 2024.07.15 19:57:59.044000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 23621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7495 | 2024.07.15 19:57:59.044059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7496 | 2024.07.15 19:57:59.044079 [ 3 ] {} <Debug> HTTP-Session: dc54e21b-1212-4409-b1b9-3fbd3edd1f39 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7497 | 2024.07.15 19:57:59.044097 [ 3 ] {} <Debug> HTTP-Session: dc54e21b-1212-4409-b1b9-3fbd3edd1f39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7498 | 2024.07.15 19:57:59.044111 [ 3 ] {} <Debug> HTTP-Session: dc54e21b-1212-4409-b1b9-3fbd3edd1f39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7499 | 2024.07.15 19:57:59.044146 [ 3 ] {} <Trace> HTTP-Session: dc54e21b-1212-4409-b1b9-3fbd3edd1f39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7500 | 2024.07.15 19:57:59.044308 [ 3 ] {c29b48ca-9ba7-4bc9-89f1-895ebefbe89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7501 | 2024.07.15 19:57:59.044355 [ 3 ] {c29b48ca-9ba7-4bc9-89f1-895ebefbe89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7502 | 2024.07.15 19:57:59.044507 [ 3 ] {c29b48ca-9ba7-4bc9-89f1-895ebefbe89c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7503 | 2024.07.15 19:57:59.044959 [ 3 ] {c29b48ca-9ba7-4bc9-89f1-895ebefbe89c} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7504 | 2024.07.15 19:57:59.044995 [ 3 ] {c29b48ca-9ba7-4bc9-89f1-895ebefbe89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7505 | 2024.07.15 19:57:59.045328 [ 3 ] {c29b48ca-9ba7-4bc9-89f1-895ebefbe89c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7506 | 2024.07.15 19:57:59.045648 [ 3 ] {c29b48ca-9ba7-4bc9-89f1-895ebefbe89c} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7507 | 2024.07.15 19:57:59.045782 [ 3 ] {c29b48ca-9ba7-4bc9-89f1-895ebefbe89c} <Debug> executeQuery: Read 164 rows, 13.66 KiB in 0.001545 sec., 106148.86731391586 rows/sec., 8.63 MiB/sec. | ||
7508 | 2024.07.15 19:57:59.045952 [ 3 ] {c29b48ca-9ba7-4bc9-89f1-895ebefbe89c} <Debug> DynamicQueryHandler: Done processing query | ||
7509 | 2024.07.15 19:57:59.045977 [ 3 ] {c29b48ca-9ba7-4bc9-89f1-895ebefbe89c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7510 | 2024.07.15 19:57:59.045993 [ 3 ] {} <Debug> HTTP-Session: dc54e21b-1212-4409-b1b9-3fbd3edd1f39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7511 | 2024.07.15 19:57:59.046148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7512 | 2024.07.15 19:57:59.046201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7513 | 2024.07.15 19:57:59.046221 [ 3 ] {} <Debug> HTTP-Session: 7404ed53-6021-4657-b810-bef11b2926cf Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7514 | 2024.07.15 19:57:59.046237 [ 3 ] {} <Debug> HTTP-Session: 7404ed53-6021-4657-b810-bef11b2926cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7515 | 2024.07.15 19:57:59.046250 [ 3 ] {} <Debug> HTTP-Session: 7404ed53-6021-4657-b810-bef11b2926cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7516 | 2024.07.15 19:57:59.046283 [ 3 ] {} <Trace> HTTP-Session: 7404ed53-6021-4657-b810-bef11b2926cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7517 | 2024.07.15 19:57:59.046422 [ 3 ] {33419e45-e4f9-41b1-ace7-31d3e8f1c164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7518 | 2024.07.15 19:57:59.046466 [ 3 ] {33419e45-e4f9-41b1-ace7-31d3e8f1c164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7519 | 2024.07.15 19:57:59.046596 [ 3 ] {33419e45-e4f9-41b1-ace7-31d3e8f1c164} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7520 | 2024.07.15 19:57:59.046996 [ 3 ] {33419e45-e4f9-41b1-ace7-31d3e8f1c164} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7521 | 2024.07.15 19:57:59.047032 [ 3 ] {33419e45-e4f9-41b1-ace7-31d3e8f1c164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7522 | 2024.07.15 19:57:59.047353 [ 3 ] {33419e45-e4f9-41b1-ace7-31d3e8f1c164} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7523 | 2024.07.15 19:57:59.047659 [ 3 ] {33419e45-e4f9-41b1-ace7-31d3e8f1c164} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7524 | 2024.07.15 19:57:59.047786 [ 3 ] {33419e45-e4f9-41b1-ace7-31d3e8f1c164} <Debug> executeQuery: Read 112 rows, 8.94 KiB in 0.001418 sec., 78984.48519040903 rows/sec., 6.15 MiB/sec. | ||
7525 | 2024.07.15 19:57:59.047949 [ 3 ] {33419e45-e4f9-41b1-ace7-31d3e8f1c164} <Debug> DynamicQueryHandler: Done processing query | ||
7526 | 2024.07.15 19:57:59.047972 [ 3 ] {33419e45-e4f9-41b1-ace7-31d3e8f1c164} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7527 | 2024.07.15 19:57:59.047988 [ 3 ] {} <Debug> HTTP-Session: 7404ed53-6021-4657-b810-bef11b2926cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7528 | 2024.07.15 19:57:59.048149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 37563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7529 | 2024.07.15 19:57:59.048198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7530 | 2024.07.15 19:57:59.048217 [ 3 ] {} <Debug> HTTP-Session: 2b28b947-270d-4dc2-97fa-f25790fb005e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7531 | 2024.07.15 19:57:59.048234 [ 3 ] {} <Debug> HTTP-Session: 2b28b947-270d-4dc2-97fa-f25790fb005e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7532 | 2024.07.15 19:57:59.048247 [ 3 ] {} <Debug> HTTP-Session: 2b28b947-270d-4dc2-97fa-f25790fb005e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7533 | 2024.07.15 19:57:59.048278 [ 3 ] {} <Trace> HTTP-Session: 2b28b947-270d-4dc2-97fa-f25790fb005e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7534 | 2024.07.15 19:57:59.048447 [ 3 ] {819cfdfc-cd7d-406e-82b7-fca58241180e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7535 | 2024.07.15 19:57:59.048494 [ 3 ] {819cfdfc-cd7d-406e-82b7-fca58241180e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7536 | 2024.07.15 19:57:59.048635 [ 3 ] {819cfdfc-cd7d-406e-82b7-fca58241180e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7537 | 2024.07.15 19:57:59.049082 [ 3 ] {819cfdfc-cd7d-406e-82b7-fca58241180e} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7538 | 2024.07.15 19:57:59.049118 [ 3 ] {819cfdfc-cd7d-406e-82b7-fca58241180e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7539 | 2024.07.15 19:57:59.049504 [ 3 ] {819cfdfc-cd7d-406e-82b7-fca58241180e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7540 | 2024.07.15 19:57:59.049858 [ 3 ] {819cfdfc-cd7d-406e-82b7-fca58241180e} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7541 | 2024.07.15 19:57:59.049991 [ 3 ] {819cfdfc-cd7d-406e-82b7-fca58241180e} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001628 sec., 120393.12039312038 rows/sec., 8.41 MiB/sec. | ||
7542 | 2024.07.15 19:57:59.050157 [ 3 ] {819cfdfc-cd7d-406e-82b7-fca58241180e} <Debug> DynamicQueryHandler: Done processing query | ||
7543 | 2024.07.15 19:57:59.050180 [ 3 ] {819cfdfc-cd7d-406e-82b7-fca58241180e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7544 | 2024.07.15 19:57:59.050197 [ 3 ] {} <Debug> HTTP-Session: 2b28b947-270d-4dc2-97fa-f25790fb005e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7545 | 2024.07.15 19:57:59.050360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7546 | 2024.07.15 19:57:59.050408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7547 | 2024.07.15 19:57:59.050428 [ 3 ] {} <Debug> HTTP-Session: d15e5a54-b0ee-44a6-bfa4-e500331b333d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7548 | 2024.07.15 19:57:59.050444 [ 3 ] {} <Debug> HTTP-Session: d15e5a54-b0ee-44a6-bfa4-e500331b333d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7549 | 2024.07.15 19:57:59.050458 [ 3 ] {} <Debug> HTTP-Session: d15e5a54-b0ee-44a6-bfa4-e500331b333d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7550 | 2024.07.15 19:57:59.050488 [ 3 ] {} <Trace> HTTP-Session: d15e5a54-b0ee-44a6-bfa4-e500331b333d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7551 | 2024.07.15 19:57:59.050804 [ 3 ] {0b39188d-60a8-47cb-bc80-7b46f00f4981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7552 | 2024.07.15 19:57:59.050869 [ 3 ] {0b39188d-60a8-47cb-bc80-7b46f00f4981} <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 | ||
7553 | 2024.07.15 19:57:59.051276 [ 3 ] {0b39188d-60a8-47cb-bc80-7b46f00f4981} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7554 | 2024.07.15 19:57:59.051937 [ 3 ] {0b39188d-60a8-47cb-bc80-7b46f00f4981} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7555 | 2024.07.15 19:57:59.051971 [ 3 ] {0b39188d-60a8-47cb-bc80-7b46f00f4981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7556 | 2024.07.15 19:57:59.052587 [ 3 ] {0b39188d-60a8-47cb-bc80-7b46f00f4981} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7557 | 2024.07.15 19:57:59.052993 [ 3 ] {0b39188d-60a8-47cb-bc80-7b46f00f4981} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7558 | 2024.07.15 19:57:59.053138 [ 3 ] {0b39188d-60a8-47cb-bc80-7b46f00f4981} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002561 sec., 9371.3393205779 rows/sec., 16.79 MiB/sec. | ||
7559 | 2024.07.15 19:57:59.053368 [ 3 ] {0b39188d-60a8-47cb-bc80-7b46f00f4981} <Debug> DynamicQueryHandler: Done processing query | ||
7560 | 2024.07.15 19:57:59.053392 [ 3 ] {0b39188d-60a8-47cb-bc80-7b46f00f4981} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7561 | 2024.07.15 19:57:59.053408 [ 3 ] {} <Debug> HTTP-Session: d15e5a54-b0ee-44a6-bfa4-e500331b333d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7562 | 2024.07.15 19:57:59.053590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7563 | 2024.07.15 19:57:59.053639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7564 | 2024.07.15 19:57:59.053657 [ 3 ] {} <Debug> HTTP-Session: 05e5cbdc-9acd-40ce-ab19-25b2df8369d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7565 | 2024.07.15 19:57:59.053674 [ 3 ] {} <Debug> HTTP-Session: 05e5cbdc-9acd-40ce-ab19-25b2df8369d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7566 | 2024.07.15 19:57:59.053688 [ 3 ] {} <Debug> HTTP-Session: 05e5cbdc-9acd-40ce-ab19-25b2df8369d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7567 | 2024.07.15 19:57:59.053720 [ 3 ] {} <Trace> HTTP-Session: 05e5cbdc-9acd-40ce-ab19-25b2df8369d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7568 | 2024.07.15 19:57:59.053850 [ 3 ] {4231ed36-ba04-4893-a821-36f7736be9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7569 | 2024.07.15 19:57:59.053895 [ 3 ] {4231ed36-ba04-4893-a821-36f7736be9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7570 | 2024.07.15 19:57:59.054023 [ 3 ] {4231ed36-ba04-4893-a821-36f7736be9c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7571 | 2024.07.15 19:57:59.054395 [ 3 ] {4231ed36-ba04-4893-a821-36f7736be9c9} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7572 | 2024.07.15 19:57:59.054429 [ 3 ] {4231ed36-ba04-4893-a821-36f7736be9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7573 | 2024.07.15 19:57:59.054785 [ 3 ] {4231ed36-ba04-4893-a821-36f7736be9c9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7574 | 2024.07.15 19:57:59.055110 [ 3 ] {4231ed36-ba04-4893-a821-36f7736be9c9} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7575 | 2024.07.15 19:57:59.055237 [ 3 ] {4231ed36-ba04-4893-a821-36f7736be9c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
7576 | 2024.07.15 19:57:59.055397 [ 3 ] {4231ed36-ba04-4893-a821-36f7736be9c9} <Debug> DynamicQueryHandler: Done processing query | ||
7577 | 2024.07.15 19:57:59.055421 [ 3 ] {4231ed36-ba04-4893-a821-36f7736be9c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7578 | 2024.07.15 19:57:59.055437 [ 3 ] {} <Debug> HTTP-Session: 05e5cbdc-9acd-40ce-ab19-25b2df8369d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7579 | 2024.07.15 19:58:04.042861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7580 | 2024.07.15 19:58:04.042989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7581 | 2024.07.15 19:58:04.043015 [ 3 ] {} <Debug> HTTP-Session: 05401526-bb84-4e53-9afc-1a781f551400 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7582 | 2024.07.15 19:58:04.043040 [ 3 ] {} <Debug> HTTP-Session: 05401526-bb84-4e53-9afc-1a781f551400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7583 | 2024.07.15 19:58:04.043057 [ 3 ] {} <Debug> HTTP-Session: 05401526-bb84-4e53-9afc-1a781f551400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7584 | 2024.07.15 19:58:04.043106 [ 3 ] {} <Trace> HTTP-Session: 05401526-bb84-4e53-9afc-1a781f551400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7585 | 2024.07.15 19:58:04.043293 [ 3 ] {058bf451-2b05-4d5b-8109-769cf8f8b6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7586 | 2024.07.15 19:58:04.043363 [ 3 ] {058bf451-2b05-4d5b-8109-769cf8f8b6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7587 | 2024.07.15 19:58:04.043562 [ 3 ] {058bf451-2b05-4d5b-8109-769cf8f8b6f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7588 | 2024.07.15 19:58:04.043998 [ 3 ] {058bf451-2b05-4d5b-8109-769cf8f8b6f2} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7589 | 2024.07.15 19:58:04.044036 [ 3 ] {058bf451-2b05-4d5b-8109-769cf8f8b6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7590 | 2024.07.15 19:58:04.044406 [ 3 ] {058bf451-2b05-4d5b-8109-769cf8f8b6f2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7591 | 2024.07.15 19:58:04.044763 [ 3 ] {058bf451-2b05-4d5b-8109-769cf8f8b6f2} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7592 | 2024.07.15 19:58:04.044906 [ 3 ] {058bf451-2b05-4d5b-8109-769cf8f8b6f2} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.00167 sec., 7185.62874251497 rows/sec., 494.71 KiB/sec. | ||
7593 | 2024.07.15 19:58:04.045102 [ 3 ] {058bf451-2b05-4d5b-8109-769cf8f8b6f2} <Debug> DynamicQueryHandler: Done processing query | ||
7594 | 2024.07.15 19:58:04.045128 [ 3 ] {058bf451-2b05-4d5b-8109-769cf8f8b6f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7595 | 2024.07.15 19:58:04.045145 [ 3 ] {} <Debug> HTTP-Session: 05401526-bb84-4e53-9afc-1a781f551400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7596 | 2024.07.15 19:58:04.045388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7597 | 2024.07.15 19:58:04.045438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7598 | 2024.07.15 19:58:04.045458 [ 3 ] {} <Debug> HTTP-Session: 13c76550-c1c5-4fb8-976b-84ac57e46137 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7599 | 2024.07.15 19:58:04.045474 [ 3 ] {} <Debug> HTTP-Session: 13c76550-c1c5-4fb8-976b-84ac57e46137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7600 | 2024.07.15 19:58:04.045488 [ 3 ] {} <Debug> HTTP-Session: 13c76550-c1c5-4fb8-976b-84ac57e46137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7601 | 2024.07.15 19:58:04.045520 [ 3 ] {} <Trace> HTTP-Session: 13c76550-c1c5-4fb8-976b-84ac57e46137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7602 | 2024.07.15 19:58:04.045663 [ 3 ] {a7821895-741c-444f-8b21-b7ecd924f171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7603 | 2024.07.15 19:58:04.045707 [ 3 ] {a7821895-741c-444f-8b21-b7ecd924f171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7604 | 2024.07.15 19:58:04.045832 [ 3 ] {a7821895-741c-444f-8b21-b7ecd924f171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7605 | 2024.07.15 19:58:04.046258 [ 3 ] {a7821895-741c-444f-8b21-b7ecd924f171} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7606 | 2024.07.15 19:58:04.046293 [ 3 ] {a7821895-741c-444f-8b21-b7ecd924f171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7607 | 2024.07.15 19:58:04.046617 [ 3 ] {a7821895-741c-444f-8b21-b7ecd924f171} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7608 | 2024.07.15 19:58:04.046945 [ 3 ] {a7821895-741c-444f-8b21-b7ecd924f171} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7609 | 2024.07.15 19:58:04.047069 [ 71 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7610 | 2024.07.15 19:58:04.047073 [ 3 ] {a7821895-741c-444f-8b21-b7ecd924f171} <Debug> executeQuery: Read 179 rows, 16.16 KiB in 0.001475 sec., 121355.93220338984 rows/sec., 10.70 MiB/sec. | ||
7611 | 2024.07.15 19:58:04.047118 [ 71 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7612 | 2024.07.15 19:58:04.047164 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7613 | 2024.07.15 19:58:04.047296 [ 3 ] {a7821895-741c-444f-8b21-b7ecd924f171} <Debug> DynamicQueryHandler: Done processing query | ||
7614 | 2024.07.15 19:58:04.047338 [ 3 ] {a7821895-741c-444f-8b21-b7ecd924f171} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7615 | 2024.07.15 19:58:04.047369 [ 3 ] {} <Debug> HTTP-Session: 13c76550-c1c5-4fb8-976b-84ac57e46137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7616 | 2024.07.15 19:58:04.047386 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
7617 | 2024.07.15 19:58:04.047560 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7618 | 2024.07.15 19:58:04.047606 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 294 rows starting from the beginning of the part | ||
7619 | 2024.07.15 19:58:04.047619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7620 | 2024.07.15 19:58:04.047727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7621 | 2024.07.15 19:58:04.047772 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 180 rows starting from the beginning of the part | ||
7622 | 2024.07.15 19:58:04.047813 [ 3 ] {} <Debug> HTTP-Session: 7d7af100-4e71-47ea-8dbd-4923d58af62c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7623 | 2024.07.15 19:58:04.047892 [ 3 ] {} <Debug> HTTP-Session: 7d7af100-4e71-47ea-8dbd-4923d58af62c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7624 | 2024.07.15 19:58:04.047971 [ 3 ] {} <Debug> HTTP-Session: 7d7af100-4e71-47ea-8dbd-4923d58af62c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7625 | 2024.07.15 19:58:04.048074 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 128 rows starting from the beginning of the part | ||
7626 | 2024.07.15 19:58:04.048113 [ 3 ] {} <Trace> HTTP-Session: 7d7af100-4e71-47ea-8dbd-4923d58af62c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7627 | 2024.07.15 19:58:04.048366 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 181 rows starting from the beginning of the part | ||
7628 | 2024.07.15 19:58:04.048690 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 164 rows starting from the beginning of the part | ||
7629 | 2024.07.15 19:58:04.048722 [ 3 ] {1e0b9a07-e5f0-4f94-88ba-ad22f77226e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7630 | 2024.07.15 19:58:04.048926 [ 3 ] {1e0b9a07-e5f0-4f94-88ba-ad22f77226e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7631 | 2024.07.15 19:58:04.049001 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 179 rows starting from the beginning of the part | ||
7632 | 2024.07.15 19:58:04.049920 [ 3 ] {1e0b9a07-e5f0-4f94-88ba-ad22f77226e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7633 | 2024.07.15 19:58:04.051015 [ 3 ] {1e0b9a07-e5f0-4f94-88ba-ad22f77226e6} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7634 | 2024.07.15 19:58:04.051082 [ 3 ] {1e0b9a07-e5f0-4f94-88ba-ad22f77226e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7635 | 2024.07.15 19:58:04.051801 [ 3 ] {1e0b9a07-e5f0-4f94-88ba-ad22f77226e6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7636 | 2024.07.15 19:58:04.051823 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004568501 sec., 246470.34114691013 rows/sec., 21.21 MiB/sec. | ||
7637 | 2024.07.15 19:58:04.052048 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7638 | 2024.07.15 19:58:04.052558 [ 3 ] {1e0b9a07-e5f0-4f94-88ba-ad22f77226e6} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7639 | 2024.07.15 19:58:04.052813 [ 71 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7640 | 2024.07.15 19:58:04.052879 [ 3 ] {1e0b9a07-e5f0-4f94-88ba-ad22f77226e6} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.004466 sec., 86878.63860277653 rows/sec., 6.11 MiB/sec. | ||
7641 | 2024.07.15 19:58:04.052901 [ 71 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7642 | 2024.07.15 19:58:04.052979 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7643 | 2024.07.15 19:58:04.053053 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7644 | 2024.07.15 19:58:04.053361 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
7645 | 2024.07.15 19:58:04.053389 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_41_8} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7646 | 2024.07.15 19:58:04.053436 [ 3 ] {1e0b9a07-e5f0-4f94-88ba-ad22f77226e6} <Debug> DynamicQueryHandler: Done processing query | ||
7647 | 2024.07.15 19:58:04.053531 [ 3 ] {1e0b9a07-e5f0-4f94-88ba-ad22f77226e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7648 | 2024.07.15 19:58:04.053596 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
7649 | 2024.07.15 19:58:04.053620 [ 3 ] {} <Debug> HTTP-Session: 7d7af100-4e71-47ea-8dbd-4923d58af62c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7650 | 2024.07.15 19:58:04.053737 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7651 | 2024.07.15 19:58:04.053776 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 468 rows starting from the beginning of the part | ||
7652 | 2024.07.15 19:58:04.053928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7653 | 2024.07.15 19:58:04.054001 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 390 rows starting from the beginning of the part | ||
7654 | 2024.07.15 19:58:04.054094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7655 | 2024.07.15 19:58:04.054218 [ 3 ] {} <Debug> HTTP-Session: b75c43b7-5bfa-4a5f-882b-eef6da5f6446 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7656 | 2024.07.15 19:58:04.054295 [ 3 ] {} <Debug> HTTP-Session: b75c43b7-5bfa-4a5f-882b-eef6da5f6446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7657 | 2024.07.15 19:58:04.054314 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 88 rows starting from the beginning of the part | ||
7658 | 2024.07.15 19:58:04.054358 [ 3 ] {} <Debug> HTTP-Session: b75c43b7-5bfa-4a5f-882b-eef6da5f6446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7659 | 2024.07.15 19:58:04.054519 [ 3 ] {} <Trace> HTTP-Session: b75c43b7-5bfa-4a5f-882b-eef6da5f6446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7660 | 2024.07.15 19:58:04.054579 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 392 rows starting from the beginning of the part | ||
7661 | 2024.07.15 19:58:04.054860 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 112 rows starting from the beginning of the part | ||
7662 | 2024.07.15 19:58:04.054920 [ 3 ] {cbf5b68d-b532-4064-82fc-06231c657eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7663 | 2024.07.15 19:58:04.055187 [ 3 ] {cbf5b68d-b532-4064-82fc-06231c657eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7664 | 2024.07.15 19:58:04.055195 [ 190 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 388 rows starting from the beginning of the part | ||
7665 | 2024.07.15 19:58:04.056150 [ 3 ] {cbf5b68d-b532-4064-82fc-06231c657eb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7666 | 2024.07.15 19:58:04.056888 [ 3 ] {cbf5b68d-b532-4064-82fc-06231c657eb9} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7667 | 2024.07.15 19:58:04.056953 [ 3 ] {cbf5b68d-b532-4064-82fc-06231c657eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7668 | 2024.07.15 19:58:04.057795 [ 3 ] {cbf5b68d-b532-4064-82fc-06231c657eb9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7669 | 2024.07.15 19:58:04.058462 [ 198 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 4 columns (4 merged, 0 gathered) in 0.005339116 sec., 344251.7450454345 rows/sec., 24.64 MiB/sec. | ||
7670 | 2024.07.15 19:58:04.058619 [ 3 ] {cbf5b68d-b532-4064-82fc-06231c657eb9} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7671 | 2024.07.15 19:58:04.058681 [ 198 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7672 | 2024.07.15 19:58:04.058884 [ 3 ] {cbf5b68d-b532-4064-82fc-06231c657eb9} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00414 sec., 1449.2753623188407 rows/sec., 62.27 KiB/sec. | ||
7673 | 2024.07.15 19:58:04.059339 [ 3 ] {cbf5b68d-b532-4064-82fc-06231c657eb9} <Debug> DynamicQueryHandler: Done processing query | ||
7674 | 2024.07.15 19:58:04.059390 [ 3 ] {cbf5b68d-b532-4064-82fc-06231c657eb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7675 | 2024.07.15 19:58:04.059441 [ 3 ] {} <Debug> HTTP-Session: b75c43b7-5bfa-4a5f-882b-eef6da5f6446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7676 | 2024.07.15 19:58:04.059542 [ 198 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7677 | 2024.07.15 19:58:04.059646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7678 | 2024.07.15 19:58:04.059660 [ 198 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_41_8} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7679 | 2024.07.15 19:58:04.059760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7680 | 2024.07.15 19:58:04.059820 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
7681 | 2024.07.15 19:58:04.059831 [ 3 ] {} <Debug> HTTP-Session: 52e58369-35e5-4396-9230-cb1e5d3f05d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7682 | 2024.07.15 19:58:04.059882 [ 3 ] {} <Debug> HTTP-Session: 52e58369-35e5-4396-9230-cb1e5d3f05d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7683 | 2024.07.15 19:58:04.059902 [ 3 ] {} <Debug> HTTP-Session: 52e58369-35e5-4396-9230-cb1e5d3f05d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7684 | 2024.07.15 19:58:04.059944 [ 3 ] {} <Trace> HTTP-Session: 52e58369-35e5-4396-9230-cb1e5d3f05d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7685 | 2024.07.15 19:58:04.060141 [ 3 ] {e70c1bc9-7c16-4fc0-a353-db7ba5985d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7686 | 2024.07.15 19:58:04.060197 [ 3 ] {e70c1bc9-7c16-4fc0-a353-db7ba5985d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7687 | 2024.07.15 19:58:04.060419 [ 3 ] {e70c1bc9-7c16-4fc0-a353-db7ba5985d25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7688 | 2024.07.15 19:58:04.060831 [ 3 ] {e70c1bc9-7c16-4fc0-a353-db7ba5985d25} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7689 | 2024.07.15 19:58:04.060874 [ 3 ] {e70c1bc9-7c16-4fc0-a353-db7ba5985d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7690 | 2024.07.15 19:58:04.061345 [ 3 ] {e70c1bc9-7c16-4fc0-a353-db7ba5985d25} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7691 | 2024.07.15 19:58:04.061776 [ 3 ] {e70c1bc9-7c16-4fc0-a353-db7ba5985d25} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7692 | 2024.07.15 19:58:04.061932 [ 3 ] {e70c1bc9-7c16-4fc0-a353-db7ba5985d25} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00188 sec., 40957.44680851064 rows/sec., 2.52 MiB/sec. | ||
7693 | 2024.07.15 19:58:04.062252 [ 3 ] {e70c1bc9-7c16-4fc0-a353-db7ba5985d25} <Debug> DynamicQueryHandler: Done processing query | ||
7694 | 2024.07.15 19:58:04.062279 [ 3 ] {e70c1bc9-7c16-4fc0-a353-db7ba5985d25} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7695 | 2024.07.15 19:58:04.062297 [ 3 ] {} <Debug> HTTP-Session: 52e58369-35e5-4396-9230-cb1e5d3f05d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7696 | 2024.07.15 19:58:04.062493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7697 | 2024.07.15 19:58:04.062542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7698 | 2024.07.15 19:58:04.062561 [ 3 ] {} <Debug> HTTP-Session: 0435fd5d-0ace-42ff-a314-3fd13608fd3d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7699 | 2024.07.15 19:58:04.062577 [ 3 ] {} <Debug> HTTP-Session: 0435fd5d-0ace-42ff-a314-3fd13608fd3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7700 | 2024.07.15 19:58:04.062591 [ 3 ] {} <Debug> HTTP-Session: 0435fd5d-0ace-42ff-a314-3fd13608fd3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7701 | 2024.07.15 19:58:04.062622 [ 3 ] {} <Trace> HTTP-Session: 0435fd5d-0ace-42ff-a314-3fd13608fd3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7702 | 2024.07.15 19:58:04.062806 [ 3 ] {e160baee-ae19-4171-85ef-73e2f2121139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7703 | 2024.07.15 19:58:04.062854 [ 3 ] {e160baee-ae19-4171-85ef-73e2f2121139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7704 | 2024.07.15 19:58:04.063020 [ 3 ] {e160baee-ae19-4171-85ef-73e2f2121139} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7705 | 2024.07.15 19:58:04.063417 [ 3 ] {e160baee-ae19-4171-85ef-73e2f2121139} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7706 | 2024.07.15 19:58:04.063453 [ 3 ] {e160baee-ae19-4171-85ef-73e2f2121139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7707 | 2024.07.15 19:58:04.063838 [ 3 ] {e160baee-ae19-4171-85ef-73e2f2121139} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7708 | 2024.07.15 19:58:04.064182 [ 3 ] {e160baee-ae19-4171-85ef-73e2f2121139} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7709 | 2024.07.15 19:58:04.064343 [ 3 ] {e160baee-ae19-4171-85ef-73e2f2121139} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. | ||
7710 | 2024.07.15 19:58:04.064353 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7711 | 2024.07.15 19:58:04.064461 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7712 | 2024.07.15 19:58:04.064507 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7713 | 2024.07.15 19:58:04.064633 [ 3 ] {e160baee-ae19-4171-85ef-73e2f2121139} <Debug> DynamicQueryHandler: Done processing query | ||
7714 | 2024.07.15 19:58:04.064694 [ 3 ] {e160baee-ae19-4171-85ef-73e2f2121139} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7715 | 2024.07.15 19:58:04.064709 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
7716 | 2024.07.15 19:58:04.064721 [ 3 ] {} <Debug> HTTP-Session: 0435fd5d-0ace-42ff-a314-3fd13608fd3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7717 | 2024.07.15 19:58:04.064915 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7718 | 2024.07.15 19:58:04.064933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7719 | 2024.07.15 19:58:04.064982 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5817 rows starting from the beginning of the part | ||
7720 | 2024.07.15 19:58:04.065024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7721 | 2024.07.15 19:58:04.065063 [ 3 ] {} <Debug> HTTP-Session: 5cf74914-39a3-4ab3-a638-ddedc316eb35 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7722 | 2024.07.15 19:58:04.065142 [ 3 ] {} <Debug> HTTP-Session: 5cf74914-39a3-4ab3-a638-ddedc316eb35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7723 | 2024.07.15 19:58:04.065212 [ 3 ] {} <Debug> HTTP-Session: 5cf74914-39a3-4ab3-a638-ddedc316eb35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7724 | 2024.07.15 19:58:04.065247 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
7725 | 2024.07.15 19:58:04.065336 [ 3 ] {} <Trace> HTTP-Session: 5cf74914-39a3-4ab3-a638-ddedc316eb35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7726 | 2024.07.15 19:58:04.065552 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
7727 | 2024.07.15 19:58:04.065806 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 162 rows starting from the beginning of the part | ||
7728 | 2024.07.15 19:58:04.065836 [ 3 ] {37b72e16-ac0d-42c2-97dd-1dc76bed7fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7729 | 2024.07.15 19:58:04.066095 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 196 rows starting from the beginning of the part | ||
7730 | 2024.07.15 19:58:04.066199 [ 3 ] {37b72e16-ac0d-42c2-97dd-1dc76bed7fed} <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 | ||
7731 | 2024.07.15 19:58:04.066471 [ 190 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
7732 | 2024.07.15 19:58:04.068332 [ 3 ] {37b72e16-ac0d-42c2-97dd-1dc76bed7fed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7733 | 2024.07.15 19:58:04.069898 [ 3 ] {37b72e16-ac0d-42c2-97dd-1dc76bed7fed} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7734 | 2024.07.15 19:58:04.069976 [ 3 ] {37b72e16-ac0d-42c2-97dd-1dc76bed7fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7735 | 2024.07.15 19:58:04.071070 [ 3 ] {37b72e16-ac0d-42c2-97dd-1dc76bed7fed} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7736 | 2024.07.15 19:58:04.071761 [ 189 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6656 rows, containing 5 columns (5 merged, 0 gathered) in 0.007142772 sec., 931851.1076652033 rows/sec., 64.79 MiB/sec. | ||
7737 | 2024.07.15 19:58:04.071777 [ 3 ] {37b72e16-ac0d-42c2-97dd-1dc76bed7fed} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7738 | 2024.07.15 19:58:04.072048 [ 3 ] {37b72e16-ac0d-42c2-97dd-1dc76bed7fed} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.006468 sec., 927.643784786642 rows/sec., 1.66 MiB/sec. | ||
7739 | 2024.07.15 19:58:04.072338 [ 3 ] {37b72e16-ac0d-42c2-97dd-1dc76bed7fed} <Debug> DynamicQueryHandler: Done processing query | ||
7740 | 2024.07.15 19:58:04.072377 [ 3 ] {37b72e16-ac0d-42c2-97dd-1dc76bed7fed} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7741 | 2024.07.15 19:58:04.072400 [ 3 ] {} <Debug> HTTP-Session: 5cf74914-39a3-4ab3-a638-ddedc316eb35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7742 | 2024.07.15 19:58:04.072474 [ 189 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7743 | 2024.07.15 19:58:04.072598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7744 | 2024.07.15 19:58:04.072677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7745 | 2024.07.15 19:58:04.072723 [ 3 ] {} <Debug> HTTP-Session: 3587252e-2efb-43fa-8182-75960bd004ea Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7746 | 2024.07.15 19:58:04.072759 [ 3 ] {} <Debug> HTTP-Session: 3587252e-2efb-43fa-8182-75960bd004ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7747 | 2024.07.15 19:58:04.072792 [ 3 ] {} <Debug> HTTP-Session: 3587252e-2efb-43fa-8182-75960bd004ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7748 | 2024.07.15 19:58:04.072948 [ 3 ] {} <Trace> HTTP-Session: 3587252e-2efb-43fa-8182-75960bd004ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7749 | 2024.07.15 19:58:04.073174 [ 3 ] {6b06f1c1-b8ae-4890-83fa-cfe517c2c561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7750 | 2024.07.15 19:58:04.073249 [ 3 ] {6b06f1c1-b8ae-4890-83fa-cfe517c2c561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7751 | 2024.07.15 19:58:04.073366 [ 189 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7752 | 2024.07.15 19:58:04.073620 [ 189 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7753 | 2024.07.15 19:58:04.073670 [ 3 ] {6b06f1c1-b8ae-4890-83fa-cfe517c2c561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7754 | 2024.07.15 19:58:04.073828 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
7755 | 2024.07.15 19:58:04.074080 [ 3 ] {6b06f1c1-b8ae-4890-83fa-cfe517c2c561} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7756 | 2024.07.15 19:58:04.074121 [ 3 ] {6b06f1c1-b8ae-4890-83fa-cfe517c2c561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7757 | 2024.07.15 19:58:04.074493 [ 3 ] {6b06f1c1-b8ae-4890-83fa-cfe517c2c561} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7758 | 2024.07.15 19:58:04.074819 [ 3 ] {6b06f1c1-b8ae-4890-83fa-cfe517c2c561} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7759 | 2024.07.15 19:58:04.074977 [ 3 ] {6b06f1c1-b8ae-4890-83fa-cfe517c2c561} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001864 sec., 12339.055793991416 rows/sec., 667.46 KiB/sec. | ||
7760 | 2024.07.15 19:58:04.074985 [ 68 ] {} <Debug> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7761 | 2024.07.15 19:58:04.075072 [ 68 ] {} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7762 | 2024.07.15 19:58:04.075120 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7763 | 2024.07.15 19:58:04.075296 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
7764 | 2024.07.15 19:58:04.075303 [ 3 ] {6b06f1c1-b8ae-4890-83fa-cfe517c2c561} <Debug> DynamicQueryHandler: Done processing query | ||
7765 | 2024.07.15 19:58:04.075371 [ 3 ] {6b06f1c1-b8ae-4890-83fa-cfe517c2c561} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7766 | 2024.07.15 19:58:04.075413 [ 3 ] {} <Debug> HTTP-Session: 3587252e-2efb-43fa-8182-75960bd004ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7767 | 2024.07.15 19:58:04.075534 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7768 | 2024.07.15 19:58:04.075586 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 211 rows starting from the beginning of the part | ||
7769 | 2024.07.15 19:58:04.075604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7770 | 2024.07.15 19:58:04.075730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7771 | 2024.07.15 19:58:04.075739 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
7772 | 2024.07.15 19:58:04.075807 [ 3 ] {} <Debug> HTTP-Session: 9a1f9b27-4eb6-4f39-82c9-0a34dfbd70f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7773 | 2024.07.15 19:58:04.075888 [ 3 ] {} <Debug> HTTP-Session: 9a1f9b27-4eb6-4f39-82c9-0a34dfbd70f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7774 | 2024.07.15 19:58:04.076011 [ 3 ] {} <Debug> HTTP-Session: 9a1f9b27-4eb6-4f39-82c9-0a34dfbd70f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7775 | 2024.07.15 19:58:04.076082 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
7776 | 2024.07.15 19:58:04.076158 [ 3 ] {} <Trace> HTTP-Session: 9a1f9b27-4eb6-4f39-82c9-0a34dfbd70f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7777 | 2024.07.15 19:58:04.076410 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
7778 | 2024.07.15 19:58:04.076598 [ 3 ] {0f32318c-2e52-4ddc-b2e6-50e14646a392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7779 | 2024.07.15 19:58:04.076672 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
7780 | 2024.07.15 19:58:04.076776 [ 3 ] {0f32318c-2e52-4ddc-b2e6-50e14646a392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7781 | 2024.07.15 19:58:04.076984 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
7782 | 2024.07.15 19:58:04.077730 [ 3 ] {0f32318c-2e52-4ddc-b2e6-50e14646a392} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7783 | 2024.07.15 19:58:04.078454 [ 3 ] {0f32318c-2e52-4ddc-b2e6-50e14646a392} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7784 | 2024.07.15 19:58:04.078516 [ 3 ] {0f32318c-2e52-4ddc-b2e6-50e14646a392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7785 | 2024.07.15 19:58:04.079600 [ 3 ] {0f32318c-2e52-4ddc-b2e6-50e14646a392} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7786 | 2024.07.15 19:58:04.079657 [ 189 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 4 columns (4 merged, 0 gathered) in 0.004442698 sec., 73378.83421290395 rows/sec., 3.99 MiB/sec. | ||
7787 | 2024.07.15 19:58:04.079896 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7788 | 2024.07.15 19:58:04.080226 [ 3 ] {0f32318c-2e52-4ddc-b2e6-50e14646a392} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7789 | 2024.07.15 19:58:04.080620 [ 68 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7790 | 2024.07.15 19:58:04.080628 [ 3 ] {0f32318c-2e52-4ddc-b2e6-50e14646a392} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004201 sec., 14282.313734825042 rows/sec., 985.63 KiB/sec. | ||
7791 | 2024.07.15 19:58:04.080685 [ 68 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7792 | 2024.07.15 19:58:04.080820 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
7793 | 2024.07.15 19:58:04.080834 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_16_3} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7794 | 2024.07.15 19:58:04.081221 [ 190 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_16_3} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7795 | 2024.07.15 19:58:04.081264 [ 3 ] {0f32318c-2e52-4ddc-b2e6-50e14646a392} <Debug> DynamicQueryHandler: Done processing query | ||
7796 | 2024.07.15 19:58:04.081309 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
7797 | 2024.07.15 19:58:04.081324 [ 3 ] {0f32318c-2e52-4ddc-b2e6-50e14646a392} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7798 | 2024.07.15 19:58:04.081399 [ 3 ] {} <Debug> HTTP-Session: 9a1f9b27-4eb6-4f39-82c9-0a34dfbd70f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7799 | 2024.07.15 19:58:04.081494 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
7800 | 2024.07.15 19:58:04.081595 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7801 | 2024.07.15 19:58:04.081633 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1800 rows starting from the beginning of the part | ||
7802 | 2024.07.15 19:58:04.081734 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
7803 | 2024.07.15 19:58:04.081947 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
7804 | 2024.07.15 19:58:04.082079 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
7805 | 2024.07.15 19:58:04.082288 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
7806 | 2024.07.15 19:58:04.082429 [ 191 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
7807 | 2024.07.15 19:58:04.083818 [ 190 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 4 columns (4 merged, 0 gathered) in 0.002817756 sec., 745273.8988045807 rows/sec., 50.81 MiB/sec. | ||
7808 | 2024.07.15 19:58:04.084065 [ 190 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7809 | 2024.07.15 19:58:04.084473 [ 190 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_41_8} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7810 | 2024.07.15 19:58:04.084553 [ 190 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_41_8} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7811 | 2024.07.15 19:58:04.084634 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
7812 | 2024.07.15 19:58:06.449976 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7813 | 2024.07.15 19:58:06.450044 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7814 | 2024.07.15 19:58:09.040170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7815 | 2024.07.15 19:58:09.040285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7816 | 2024.07.15 19:58:09.040313 [ 3 ] {} <Debug> HTTP-Session: e8e06c0c-5308-4ecd-ab13-eeed6daa9f1f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7817 | 2024.07.15 19:58:09.040339 [ 3 ] {} <Debug> HTTP-Session: e8e06c0c-5308-4ecd-ab13-eeed6daa9f1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7818 | 2024.07.15 19:58:09.040357 [ 3 ] {} <Debug> HTTP-Session: e8e06c0c-5308-4ecd-ab13-eeed6daa9f1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7819 | 2024.07.15 19:58:09.040411 [ 3 ] {} <Trace> HTTP-Session: e8e06c0c-5308-4ecd-ab13-eeed6daa9f1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7820 | 2024.07.15 19:58:09.040593 [ 3 ] {9e5e67c2-1d3c-4443-a0b9-7060ee03e9cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7821 | 2024.07.15 19:58:09.040652 [ 3 ] {9e5e67c2-1d3c-4443-a0b9-7060ee03e9cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7822 | 2024.07.15 19:58:09.040830 [ 3 ] {9e5e67c2-1d3c-4443-a0b9-7060ee03e9cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7823 | 2024.07.15 19:58:09.041261 [ 3 ] {9e5e67c2-1d3c-4443-a0b9-7060ee03e9cc} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7824 | 2024.07.15 19:58:09.041298 [ 3 ] {9e5e67c2-1d3c-4443-a0b9-7060ee03e9cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7825 | 2024.07.15 19:58:09.041655 [ 3 ] {9e5e67c2-1d3c-4443-a0b9-7060ee03e9cc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7826 | 2024.07.15 19:58:09.041994 [ 3 ] {9e5e67c2-1d3c-4443-a0b9-7060ee03e9cc} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7827 | 2024.07.15 19:58:09.042138 [ 3 ] {9e5e67c2-1d3c-4443-a0b9-7060ee03e9cc} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.0016 sec., 15000 rows/sec., 1.19 MiB/sec. | ||
7828 | 2024.07.15 19:58:09.042139 [ 63 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7829 | 2024.07.15 19:58:09.042205 [ 63 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7830 | 2024.07.15 19:58:09.042234 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7831 | 2024.07.15 19:58:09.042409 [ 3 ] {9e5e67c2-1d3c-4443-a0b9-7060ee03e9cc} <Debug> DynamicQueryHandler: Done processing query | ||
7832 | 2024.07.15 19:58:09.042491 [ 3 ] {9e5e67c2-1d3c-4443-a0b9-7060ee03e9cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7833 | 2024.07.15 19:58:09.042593 [ 3 ] {} <Debug> HTTP-Session: e8e06c0c-5308-4ecd-ab13-eeed6daa9f1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7834 | 2024.07.15 19:58:09.042703 [ 186 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
7835 | 2024.07.15 19:58:09.042861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7836 | 2024.07.15 19:58:09.042968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7837 | 2024.07.15 19:58:09.043022 [ 3 ] {} <Debug> HTTP-Session: 78dc3f24-2ef7-4637-b3b5-1dd4bdcd6cfc Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7838 | 2024.07.15 19:58:09.043066 [ 3 ] {} <Debug> HTTP-Session: 78dc3f24-2ef7-4637-b3b5-1dd4bdcd6cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7839 | 2024.07.15 19:58:09.043112 [ 3 ] {} <Debug> HTTP-Session: 78dc3f24-2ef7-4637-b3b5-1dd4bdcd6cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7840 | 2024.07.15 19:58:09.043118 [ 186 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7841 | 2024.07.15 19:58:09.043169 [ 3 ] {} <Trace> HTTP-Session: 78dc3f24-2ef7-4637-b3b5-1dd4bdcd6cfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7842 | 2024.07.15 19:58:09.043191 [ 186 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
7843 | 2024.07.15 19:58:09.043397 [ 186 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part | ||
7844 | 2024.07.15 19:58:09.043432 [ 3 ] {82085bdc-bd93-42ce-bf9d-1ced3d66aa78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7845 | 2024.07.15 19:58:09.043710 [ 3 ] {82085bdc-bd93-42ce-bf9d-1ced3d66aa78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7846 | 2024.07.15 19:58:09.043714 [ 186 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part | ||
7847 | 2024.07.15 19:58:09.044052 [ 186 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part | ||
7848 | 2024.07.15 19:58:09.044415 [ 186 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part | ||
7849 | 2024.07.15 19:58:09.044748 [ 186 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part | ||
7850 | 2024.07.15 19:58:09.045124 [ 3 ] {82085bdc-bd93-42ce-bf9d-1ced3d66aa78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7851 | 2024.07.15 19:58:09.045933 [ 3 ] {82085bdc-bd93-42ce-bf9d-1ced3d66aa78} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7852 | 2024.07.15 19:58:09.045999 [ 3 ] {82085bdc-bd93-42ce-bf9d-1ced3d66aa78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7853 | 2024.07.15 19:58:09.046791 [ 3 ] {82085bdc-bd93-42ce-bf9d-1ced3d66aa78} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7854 | 2024.07.15 19:58:09.047609 [ 189 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 4 columns (4 merged, 0 gathered) in 0.005258065 sec., 25104.29216831667 rows/sec., 1.91 MiB/sec. | ||
7855 | 2024.07.15 19:58:09.047649 [ 3 ] {82085bdc-bd93-42ce-bf9d-1ced3d66aa78} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7856 | 2024.07.15 19:58:09.047933 [ 189 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7857 | 2024.07.15 19:58:09.047944 [ 3 ] {82085bdc-bd93-42ce-bf9d-1ced3d66aa78} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004627 sec., 432.24551545277717 rows/sec., 35.25 KiB/sec. | ||
7858 | 2024.07.15 19:58:09.048489 [ 3 ] {82085bdc-bd93-42ce-bf9d-1ced3d66aa78} <Debug> DynamicQueryHandler: Done processing query | ||
7859 | 2024.07.15 19:58:09.048565 [ 3 ] {82085bdc-bd93-42ce-bf9d-1ced3d66aa78} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7860 | 2024.07.15 19:58:09.048629 [ 3 ] {} <Debug> HTTP-Session: 78dc3f24-2ef7-4637-b3b5-1dd4bdcd6cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7861 | 2024.07.15 19:58:09.048878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7862 | 2024.07.15 19:58:09.048976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7863 | 2024.07.15 19:58:09.048995 [ 189 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_36_7} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7864 | 2024.07.15 19:58:09.049010 [ 3 ] {} <Debug> HTTP-Session: c3e8217a-c233-4387-ae79-c371b7750c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7865 | 2024.07.15 19:58:09.049064 [ 3 ] {} <Debug> HTTP-Session: c3e8217a-c233-4387-ae79-c371b7750c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7866 | 2024.07.15 19:58:09.049095 [ 3 ] {} <Debug> HTTP-Session: c3e8217a-c233-4387-ae79-c371b7750c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7867 | 2024.07.15 19:58:09.049149 [ 3 ] {} <Trace> HTTP-Session: c3e8217a-c233-4387-ae79-c371b7750c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7868 | 2024.07.15 19:58:09.049173 [ 189 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_36_7} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7869 | 2024.07.15 19:58:09.049326 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
7870 | 2024.07.15 19:58:09.049384 [ 3 ] {2b9639a7-db17-4294-8269-c47836293c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7871 | 2024.07.15 19:58:09.049431 [ 3 ] {2b9639a7-db17-4294-8269-c47836293c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7872 | 2024.07.15 19:58:09.049573 [ 3 ] {2b9639a7-db17-4294-8269-c47836293c28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7873 | 2024.07.15 19:58:09.049961 [ 3 ] {2b9639a7-db17-4294-8269-c47836293c28} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7874 | 2024.07.15 19:58:09.049997 [ 3 ] {2b9639a7-db17-4294-8269-c47836293c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7875 | 2024.07.15 19:58:09.050317 [ 3 ] {2b9639a7-db17-4294-8269-c47836293c28} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7876 | 2024.07.15 19:58:09.050622 [ 3 ] {2b9639a7-db17-4294-8269-c47836293c28} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7877 | 2024.07.15 19:58:09.050764 [ 3 ] {2b9639a7-db17-4294-8269-c47836293c28} <Debug> executeQuery: Read 129 rows, 10.96 KiB in 0.001488 sec., 86693.54838709677 rows/sec., 7.20 MiB/sec. | ||
7878 | 2024.07.15 19:58:09.050935 [ 3 ] {2b9639a7-db17-4294-8269-c47836293c28} <Debug> DynamicQueryHandler: Done processing query | ||
7879 | 2024.07.15 19:58:09.050958 [ 3 ] {2b9639a7-db17-4294-8269-c47836293c28} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7880 | 2024.07.15 19:58:09.050975 [ 3 ] {} <Debug> HTTP-Session: c3e8217a-c233-4387-ae79-c371b7750c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7881 | 2024.07.15 19:58:09.051106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7882 | 2024.07.15 19:58:09.051152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7883 | 2024.07.15 19:58:09.051171 [ 3 ] {} <Debug> HTTP-Session: 2b3af3c6-dac2-4586-8c10-cf38e7652fad Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7884 | 2024.07.15 19:58:09.051187 [ 3 ] {} <Debug> HTTP-Session: 2b3af3c6-dac2-4586-8c10-cf38e7652fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7885 | 2024.07.15 19:58:09.051201 [ 3 ] {} <Debug> HTTP-Session: 2b3af3c6-dac2-4586-8c10-cf38e7652fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7886 | 2024.07.15 19:58:09.051232 [ 3 ] {} <Trace> HTTP-Session: 2b3af3c6-dac2-4586-8c10-cf38e7652fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7887 | 2024.07.15 19:58:09.051324 [ 3 ] {68dd4b05-3898-4188-9145-2c0917c363ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7888 | 2024.07.15 19:58:09.051366 [ 3 ] {68dd4b05-3898-4188-9145-2c0917c363ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7889 | 2024.07.15 19:58:09.051492 [ 3 ] {68dd4b05-3898-4188-9145-2c0917c363ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7890 | 2024.07.15 19:58:09.051779 [ 3 ] {68dd4b05-3898-4188-9145-2c0917c363ea} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7891 | 2024.07.15 19:58:09.051814 [ 3 ] {68dd4b05-3898-4188-9145-2c0917c363ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7892 | 2024.07.15 19:58:09.052106 [ 3 ] {68dd4b05-3898-4188-9145-2c0917c363ea} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7893 | 2024.07.15 19:58:09.052424 [ 3 ] {68dd4b05-3898-4188-9145-2c0917c363ea} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7894 | 2024.07.15 19:58:09.052567 [ 3 ] {68dd4b05-3898-4188-9145-2c0917c363ea} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00126 sec., 1587.3015873015872 rows/sec., 110.83 KiB/sec. | ||
7895 | 2024.07.15 19:58:09.052741 [ 3 ] {68dd4b05-3898-4188-9145-2c0917c363ea} <Debug> DynamicQueryHandler: Done processing query | ||
7896 | 2024.07.15 19:58:09.052765 [ 3 ] {68dd4b05-3898-4188-9145-2c0917c363ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7897 | 2024.07.15 19:58:09.052781 [ 3 ] {} <Debug> HTTP-Session: 2b3af3c6-dac2-4586-8c10-cf38e7652fad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7898 | 2024.07.15 19:58:09.052917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 15293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7899 | 2024.07.15 19:58:09.052965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7900 | 2024.07.15 19:58:09.052983 [ 3 ] {} <Debug> HTTP-Session: c8615c04-2764-4c9d-ac91-5b558ecab605 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7901 | 2024.07.15 19:58:09.053000 [ 3 ] {} <Debug> HTTP-Session: c8615c04-2764-4c9d-ac91-5b558ecab605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7902 | 2024.07.15 19:58:09.053015 [ 3 ] {} <Debug> HTTP-Session: c8615c04-2764-4c9d-ac91-5b558ecab605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7903 | 2024.07.15 19:58:09.053046 [ 3 ] {} <Trace> HTTP-Session: c8615c04-2764-4c9d-ac91-5b558ecab605 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7904 | 2024.07.15 19:58:09.053215 [ 3 ] {fdcf0f32-7c49-4c28-a43d-36622d96d3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7905 | 2024.07.15 19:58:09.053257 [ 3 ] {fdcf0f32-7c49-4c28-a43d-36622d96d3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7906 | 2024.07.15 19:58:09.053382 [ 3 ] {fdcf0f32-7c49-4c28-a43d-36622d96d3f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7907 | 2024.07.15 19:58:09.053733 [ 3 ] {fdcf0f32-7c49-4c28-a43d-36622d96d3f0} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7908 | 2024.07.15 19:58:09.053770 [ 3 ] {fdcf0f32-7c49-4c28-a43d-36622d96d3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7909 | 2024.07.15 19:58:09.054073 [ 3 ] {fdcf0f32-7c49-4c28-a43d-36622d96d3f0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7910 | 2024.07.15 19:58:09.054376 [ 3 ] {fdcf0f32-7c49-4c28-a43d-36622d96d3f0} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7911 | 2024.07.15 19:58:09.054516 [ 3 ] {fdcf0f32-7c49-4c28-a43d-36622d96d3f0} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001369 sec., 65741.41709276845 rows/sec., 5.14 MiB/sec. | ||
7912 | 2024.07.15 19:58:09.054675 [ 3 ] {fdcf0f32-7c49-4c28-a43d-36622d96d3f0} <Debug> DynamicQueryHandler: Done processing query | ||
7913 | 2024.07.15 19:58:09.054698 [ 3 ] {fdcf0f32-7c49-4c28-a43d-36622d96d3f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7914 | 2024.07.15 19:58:09.054739 [ 3 ] {} <Debug> HTTP-Session: c8615c04-2764-4c9d-ac91-5b558ecab605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7915 | 2024.07.15 19:58:09.054921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7916 | 2024.07.15 19:58:09.054968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7917 | 2024.07.15 19:58:09.054987 [ 3 ] {} <Debug> HTTP-Session: d1859151-0108-49f2-b502-0ca9a2f746d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7918 | 2024.07.15 19:58:09.055004 [ 3 ] {} <Debug> HTTP-Session: d1859151-0108-49f2-b502-0ca9a2f746d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7919 | 2024.07.15 19:58:09.055018 [ 3 ] {} <Debug> HTTP-Session: d1859151-0108-49f2-b502-0ca9a2f746d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7920 | 2024.07.15 19:58:09.055049 [ 3 ] {} <Trace> HTTP-Session: d1859151-0108-49f2-b502-0ca9a2f746d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7921 | 2024.07.15 19:58:09.055191 [ 3 ] {88310710-a60c-4f9a-a08c-87d8fa77127d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7922 | 2024.07.15 19:58:09.055235 [ 3 ] {88310710-a60c-4f9a-a08c-87d8fa77127d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7923 | 2024.07.15 19:58:09.055378 [ 3 ] {88310710-a60c-4f9a-a08c-87d8fa77127d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7924 | 2024.07.15 19:58:09.055767 [ 3 ] {88310710-a60c-4f9a-a08c-87d8fa77127d} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7925 | 2024.07.15 19:58:09.055801 [ 3 ] {88310710-a60c-4f9a-a08c-87d8fa77127d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7926 | 2024.07.15 19:58:09.056188 [ 3 ] {88310710-a60c-4f9a-a08c-87d8fa77127d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7927 | 2024.07.15 19:58:09.056524 [ 3 ] {88310710-a60c-4f9a-a08c-87d8fa77127d} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7928 | 2024.07.15 19:58:09.056671 [ 3 ] {88310710-a60c-4f9a-a08c-87d8fa77127d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001544 sec., 104274.61139896372 rows/sec., 7.26 MiB/sec. | ||
7929 | 2024.07.15 19:58:09.056842 [ 3 ] {88310710-a60c-4f9a-a08c-87d8fa77127d} <Debug> DynamicQueryHandler: Done processing query | ||
7930 | 2024.07.15 19:58:09.056867 [ 3 ] {88310710-a60c-4f9a-a08c-87d8fa77127d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7931 | 2024.07.15 19:58:09.056882 [ 3 ] {} <Debug> HTTP-Session: d1859151-0108-49f2-b502-0ca9a2f746d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7932 | 2024.07.15 19:58:09.057064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7933 | 2024.07.15 19:58:09.057111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7934 | 2024.07.15 19:58:09.057129 [ 3 ] {} <Debug> HTTP-Session: 88b91a96-ce68-41ce-8016-5105f2f6cef4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7935 | 2024.07.15 19:58:09.057146 [ 3 ] {} <Debug> HTTP-Session: 88b91a96-ce68-41ce-8016-5105f2f6cef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7936 | 2024.07.15 19:58:09.057160 [ 3 ] {} <Debug> HTTP-Session: 88b91a96-ce68-41ce-8016-5105f2f6cef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7937 | 2024.07.15 19:58:09.057190 [ 3 ] {} <Trace> HTTP-Session: 88b91a96-ce68-41ce-8016-5105f2f6cef4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7938 | 2024.07.15 19:58:09.057533 [ 3 ] {f51acca8-2cd3-4872-802f-904e9086e61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7939 | 2024.07.15 19:58:09.057599 [ 3 ] {f51acca8-2cd3-4872-802f-904e9086e61d} <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 | ||
7940 | 2024.07.15 19:58:09.058015 [ 3 ] {f51acca8-2cd3-4872-802f-904e9086e61d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7941 | 2024.07.15 19:58:09.058646 [ 3 ] {f51acca8-2cd3-4872-802f-904e9086e61d} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7942 | 2024.07.15 19:58:09.058683 [ 3 ] {f51acca8-2cd3-4872-802f-904e9086e61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7943 | 2024.07.15 19:58:09.059288 [ 3 ] {f51acca8-2cd3-4872-802f-904e9086e61d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7944 | 2024.07.15 19:58:09.059700 [ 3 ] {f51acca8-2cd3-4872-802f-904e9086e61d} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7945 | 2024.07.15 19:58:09.059890 [ 62 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7946 | 2024.07.15 19:58:09.059899 [ 3 ] {f51acca8-2cd3-4872-802f-904e9086e61d} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002617 sec., 9170.806266717616 rows/sec., 16.43 MiB/sec. | ||
7947 | 2024.07.15 19:58:09.059957 [ 62 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7948 | 2024.07.15 19:58:09.060043 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7949 | 2024.07.15 19:58:09.060270 [ 187 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
7950 | 2024.07.15 19:58:09.060359 [ 3 ] {f51acca8-2cd3-4872-802f-904e9086e61d} <Debug> DynamicQueryHandler: Done processing query | ||
7951 | 2024.07.15 19:58:09.060391 [ 3 ] {f51acca8-2cd3-4872-802f-904e9086e61d} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7952 | 2024.07.15 19:58:09.060418 [ 3 ] {} <Debug> HTTP-Session: 88b91a96-ce68-41ce-8016-5105f2f6cef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7953 | 2024.07.15 19:58:09.060589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7954 | 2024.07.15 19:58:09.060597 [ 187 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7955 | 2024.07.15 19:58:09.060651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7956 | 2024.07.15 19:58:09.060676 [ 187 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 498 rows starting from the beginning of the part | ||
7957 | 2024.07.15 19:58:09.060682 [ 3 ] {} <Debug> HTTP-Session: a0991cf1-9ef0-4792-a150-d3e8c62f4000 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7958 | 2024.07.15 19:58:09.060707 [ 3 ] {} <Debug> HTTP-Session: a0991cf1-9ef0-4792-a150-d3e8c62f4000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7959 | 2024.07.15 19:58:09.060733 [ 3 ] {} <Debug> HTTP-Session: a0991cf1-9ef0-4792-a150-d3e8c62f4000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7960 | 2024.07.15 19:58:09.060778 [ 3 ] {} <Trace> HTTP-Session: a0991cf1-9ef0-4792-a150-d3e8c62f4000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7961 | 2024.07.15 19:58:09.061089 [ 3 ] {0470225d-76da-42d2-b7fc-81c6578d316f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7962 | 2024.07.15 19:58:09.061182 [ 187 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part | ||
7963 | 2024.07.15 19:58:09.061184 [ 3 ] {0470225d-76da-42d2-b7fc-81c6578d316f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7964 | 2024.07.15 19:58:09.061835 [ 187 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
7965 | 2024.07.15 19:58:09.061839 [ 3 ] {0470225d-76da-42d2-b7fc-81c6578d316f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7966 | 2024.07.15 19:58:09.062370 [ 187 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part | ||
7967 | 2024.07.15 19:58:09.062504 [ 3 ] {0470225d-76da-42d2-b7fc-81c6578d316f} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7968 | 2024.07.15 19:58:09.062592 [ 3 ] {0470225d-76da-42d2-b7fc-81c6578d316f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7969 | 2024.07.15 19:58:09.062901 [ 187 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
7970 | 2024.07.15 19:58:09.063409 [ 187 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part | ||
7971 | 2024.07.15 19:58:09.063780 [ 3 ] {0470225d-76da-42d2-b7fc-81c6578d316f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7972 | 2024.07.15 19:58:09.064379 [ 3 ] {0470225d-76da-42d2-b7fc-81c6578d316f} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7973 | 2024.07.15 19:58:09.064662 [ 3 ] {0470225d-76da-42d2-b7fc-81c6578d316f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003705 sec., 16194.331983805669 rows/sec., 1.09 MiB/sec. | ||
7974 | 2024.07.15 19:58:09.065220 [ 3 ] {0470225d-76da-42d2-b7fc-81c6578d316f} <Debug> DynamicQueryHandler: Done processing query | ||
7975 | 2024.07.15 19:58:09.065310 [ 3 ] {0470225d-76da-42d2-b7fc-81c6578d316f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7976 | 2024.07.15 19:58:09.065394 [ 3 ] {} <Debug> HTTP-Session: a0991cf1-9ef0-4792-a150-d3e8c62f4000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7977 | 2024.07.15 19:58:09.080018 [ 186 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 19 columns (19 merged, 0 gathered) in 0.019853445 sec., 29314.8116107809 rows/sec., 52.53 MiB/sec. | ||
7978 | 2024.07.15 19:58:09.080803 [ 186 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7979 | 2024.07.15 19:58:09.081451 [ 186 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7980 | 2024.07.15 19:58:09.081545 [ 186 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7981 | 2024.07.15 19:58:09.081708 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
7982 | 2024.07.15 19:58:14.043302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7983 | 2024.07.15 19:58:14.043425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7984 | 2024.07.15 19:58:14.043450 [ 3 ] {} <Debug> HTTP-Session: 9d915e5b-7907-4d53-911d-9d3ce171cdf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
7985 | 2024.07.15 19:58:14.043473 [ 3 ] {} <Debug> HTTP-Session: 9d915e5b-7907-4d53-911d-9d3ce171cdf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7986 | 2024.07.15 19:58:14.043488 [ 3 ] {} <Debug> HTTP-Session: 9d915e5b-7907-4d53-911d-9d3ce171cdf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7987 | 2024.07.15 19:58:14.043536 [ 3 ] {} <Trace> HTTP-Session: 9d915e5b-7907-4d53-911d-9d3ce171cdf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7988 | 2024.07.15 19:58:14.043724 [ 3 ] {89eb9d2c-a17e-4338-bffc-f215f853c5c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7989 | 2024.07.15 19:58:14.043788 [ 3 ] {89eb9d2c-a17e-4338-bffc-f215f853c5c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7990 | 2024.07.15 19:58:14.043977 [ 3 ] {89eb9d2c-a17e-4338-bffc-f215f853c5c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7991 | 2024.07.15 19:58:14.044388 [ 3 ] {89eb9d2c-a17e-4338-bffc-f215f853c5c7} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7992 | 2024.07.15 19:58:14.044431 [ 3 ] {89eb9d2c-a17e-4338-bffc-f215f853c5c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
7993 | 2024.07.15 19:58:14.044810 [ 3 ] {89eb9d2c-a17e-4338-bffc-f215f853c5c7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7994 | 2024.07.15 19:58:14.045159 [ 3 ] {89eb9d2c-a17e-4338-bffc-f215f853c5c7} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7995 | 2024.07.15 19:58:14.045336 [ 3 ] {89eb9d2c-a17e-4338-bffc-f215f853c5c7} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001662 sec., 7220.216606498195 rows/sec., 497.09 KiB/sec. | ||
7996 | 2024.07.15 19:58:14.045538 [ 3 ] {89eb9d2c-a17e-4338-bffc-f215f853c5c7} <Debug> DynamicQueryHandler: Done processing query | ||
7997 | 2024.07.15 19:58:14.045565 [ 3 ] {89eb9d2c-a17e-4338-bffc-f215f853c5c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7998 | 2024.07.15 19:58:14.045582 [ 3 ] {} <Debug> HTTP-Session: 9d915e5b-7907-4d53-911d-9d3ce171cdf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7999 | 2024.07.15 19:58:14.045807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8000 | 2024.07.15 19:58:14.045858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8001 | 2024.07.15 19:58:14.045878 [ 3 ] {} <Debug> HTTP-Session: e1bff30d-eab9-477e-8d6d-777f587ed8dc Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8002 | 2024.07.15 19:58:14.045897 [ 3 ] {} <Debug> HTTP-Session: e1bff30d-eab9-477e-8d6d-777f587ed8dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8003 | 2024.07.15 19:58:14.045912 [ 3 ] {} <Debug> HTTP-Session: e1bff30d-eab9-477e-8d6d-777f587ed8dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8004 | 2024.07.15 19:58:14.045947 [ 3 ] {} <Trace> HTTP-Session: e1bff30d-eab9-477e-8d6d-777f587ed8dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8005 | 2024.07.15 19:58:14.046104 [ 3 ] {ec24a8ee-bcaa-4249-b107-a656f754f9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8006 | 2024.07.15 19:58:14.046150 [ 3 ] {ec24a8ee-bcaa-4249-b107-a656f754f9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8007 | 2024.07.15 19:58:14.046283 [ 3 ] {ec24a8ee-bcaa-4249-b107-a656f754f9f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8008 | 2024.07.15 19:58:14.046748 [ 3 ] {ec24a8ee-bcaa-4249-b107-a656f754f9f4} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8009 | 2024.07.15 19:58:14.046784 [ 3 ] {ec24a8ee-bcaa-4249-b107-a656f754f9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8010 | 2024.07.15 19:58:14.047124 [ 3 ] {ec24a8ee-bcaa-4249-b107-a656f754f9f4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8011 | 2024.07.15 19:58:14.047444 [ 3 ] {ec24a8ee-bcaa-4249-b107-a656f754f9f4} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8012 | 2024.07.15 19:58:14.047597 [ 3 ] {ec24a8ee-bcaa-4249-b107-a656f754f9f4} <Debug> executeQuery: Read 179 rows, 16.16 KiB in 0.001557 sec., 114964.67565831728 rows/sec., 10.14 MiB/sec. | ||
8013 | 2024.07.15 19:58:14.047772 [ 3 ] {ec24a8ee-bcaa-4249-b107-a656f754f9f4} <Debug> DynamicQueryHandler: Done processing query | ||
8014 | 2024.07.15 19:58:14.047797 [ 3 ] {ec24a8ee-bcaa-4249-b107-a656f754f9f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8015 | 2024.07.15 19:58:14.047813 [ 3 ] {} <Debug> HTTP-Session: e1bff30d-eab9-477e-8d6d-777f587ed8dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8016 | 2024.07.15 19:58:14.048021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8017 | 2024.07.15 19:58:14.048072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8018 | 2024.07.15 19:58:14.048092 [ 3 ] {} <Debug> HTTP-Session: 4a3b1511-1ea4-462d-b253-4833c94ffd82 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8019 | 2024.07.15 19:58:14.048109 [ 3 ] {} <Debug> HTTP-Session: 4a3b1511-1ea4-462d-b253-4833c94ffd82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8020 | 2024.07.15 19:58:14.048122 [ 3 ] {} <Debug> HTTP-Session: 4a3b1511-1ea4-462d-b253-4833c94ffd82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8021 | 2024.07.15 19:58:14.048156 [ 3 ] {} <Trace> HTTP-Session: 4a3b1511-1ea4-462d-b253-4833c94ffd82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8022 | 2024.07.15 19:58:14.048384 [ 3 ] {a5508c9a-3e29-43f2-952b-28225d73ed0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8023 | 2024.07.15 19:58:14.048429 [ 3 ] {a5508c9a-3e29-43f2-952b-28225d73ed0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8024 | 2024.07.15 19:58:14.048559 [ 3 ] {a5508c9a-3e29-43f2-952b-28225d73ed0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8025 | 2024.07.15 19:58:14.049084 [ 3 ] {a5508c9a-3e29-43f2-952b-28225d73ed0d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8026 | 2024.07.15 19:58:14.049121 [ 3 ] {a5508c9a-3e29-43f2-952b-28225d73ed0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8027 | 2024.07.15 19:58:14.049446 [ 3 ] {a5508c9a-3e29-43f2-952b-28225d73ed0d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8028 | 2024.07.15 19:58:14.049765 [ 3 ] {a5508c9a-3e29-43f2-952b-28225d73ed0d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8029 | 2024.07.15 19:58:14.049921 [ 3 ] {a5508c9a-3e29-43f2-952b-28225d73ed0d} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.001672 sec., 232057.41626794258 rows/sec., 16.33 MiB/sec. | ||
8030 | 2024.07.15 19:58:14.050074 [ 3 ] {a5508c9a-3e29-43f2-952b-28225d73ed0d} <Debug> DynamicQueryHandler: Done processing query | ||
8031 | 2024.07.15 19:58:14.050097 [ 3 ] {a5508c9a-3e29-43f2-952b-28225d73ed0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8032 | 2024.07.15 19:58:14.050113 [ 3 ] {} <Debug> HTTP-Session: 4a3b1511-1ea4-462d-b253-4833c94ffd82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8033 | 2024.07.15 19:58:14.050250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8034 | 2024.07.15 19:58:14.050297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8035 | 2024.07.15 19:58:14.050315 [ 3 ] {} <Debug> HTTP-Session: df845e96-eba2-4e2a-a436-1650d058c511 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8036 | 2024.07.15 19:58:14.050331 [ 3 ] {} <Debug> HTTP-Session: df845e96-eba2-4e2a-a436-1650d058c511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8037 | 2024.07.15 19:58:14.050346 [ 3 ] {} <Debug> HTTP-Session: df845e96-eba2-4e2a-a436-1650d058c511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8038 | 2024.07.15 19:58:14.050376 [ 3 ] {} <Trace> HTTP-Session: df845e96-eba2-4e2a-a436-1650d058c511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8039 | 2024.07.15 19:58:14.050471 [ 3 ] {d82ec29c-5cf6-45db-b1e6-8fad41025832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8040 | 2024.07.15 19:58:14.050516 [ 3 ] {d82ec29c-5cf6-45db-b1e6-8fad41025832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8041 | 2024.07.15 19:58:14.050643 [ 3 ] {d82ec29c-5cf6-45db-b1e6-8fad41025832} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8042 | 2024.07.15 19:58:14.050929 [ 3 ] {d82ec29c-5cf6-45db-b1e6-8fad41025832} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8043 | 2024.07.15 19:58:14.050964 [ 3 ] {d82ec29c-5cf6-45db-b1e6-8fad41025832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8044 | 2024.07.15 19:58:14.051320 [ 3 ] {d82ec29c-5cf6-45db-b1e6-8fad41025832} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8045 | 2024.07.15 19:58:14.051645 [ 3 ] {d82ec29c-5cf6-45db-b1e6-8fad41025832} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8046 | 2024.07.15 19:58:14.051802 [ 3 ] {d82ec29c-5cf6-45db-b1e6-8fad41025832} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 190.41 KiB/sec. | ||
8047 | 2024.07.15 19:58:14.051967 [ 3 ] {d82ec29c-5cf6-45db-b1e6-8fad41025832} <Debug> DynamicQueryHandler: Done processing query | ||
8048 | 2024.07.15 19:58:14.051991 [ 3 ] {d82ec29c-5cf6-45db-b1e6-8fad41025832} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8049 | 2024.07.15 19:58:14.052007 [ 3 ] {} <Debug> HTTP-Session: df845e96-eba2-4e2a-a436-1650d058c511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8050 | 2024.07.15 19:58:14.052139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8051 | 2024.07.15 19:58:14.052186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8052 | 2024.07.15 19:58:14.052204 [ 3 ] {} <Debug> HTTP-Session: fc2ac479-4ef1-4aa5-9410-bac245b0e296 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8053 | 2024.07.15 19:58:14.052220 [ 3 ] {} <Debug> HTTP-Session: fc2ac479-4ef1-4aa5-9410-bac245b0e296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8054 | 2024.07.15 19:58:14.052234 [ 3 ] {} <Debug> HTTP-Session: fc2ac479-4ef1-4aa5-9410-bac245b0e296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8055 | 2024.07.15 19:58:14.052264 [ 3 ] {} <Trace> HTTP-Session: fc2ac479-4ef1-4aa5-9410-bac245b0e296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8056 | 2024.07.15 19:58:14.052400 [ 3 ] {fe2504b2-7a20-40db-a899-10c932ca6684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8057 | 2024.07.15 19:58:14.052446 [ 3 ] {fe2504b2-7a20-40db-a899-10c932ca6684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8058 | 2024.07.15 19:58:14.052587 [ 3 ] {fe2504b2-7a20-40db-a899-10c932ca6684} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8059 | 2024.07.15 19:58:14.052966 [ 3 ] {fe2504b2-7a20-40db-a899-10c932ca6684} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8060 | 2024.07.15 19:58:14.053001 [ 3 ] {fe2504b2-7a20-40db-a899-10c932ca6684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8061 | 2024.07.15 19:58:14.053374 [ 3 ] {fe2504b2-7a20-40db-a899-10c932ca6684} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8062 | 2024.07.15 19:58:14.053707 [ 3 ] {fe2504b2-7a20-40db-a899-10c932ca6684} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8063 | 2024.07.15 19:58:14.053867 [ 3 ] {fe2504b2-7a20-40db-a899-10c932ca6684} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001528 sec., 50392.67015706806 rows/sec., 3.10 MiB/sec. | ||
8064 | 2024.07.15 19:58:14.054038 [ 3 ] {fe2504b2-7a20-40db-a899-10c932ca6684} <Debug> DynamicQueryHandler: Done processing query | ||
8065 | 2024.07.15 19:58:14.054061 [ 3 ] {fe2504b2-7a20-40db-a899-10c932ca6684} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8066 | 2024.07.15 19:58:14.054077 [ 3 ] {} <Debug> HTTP-Session: fc2ac479-4ef1-4aa5-9410-bac245b0e296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8067 | 2024.07.15 19:58:14.054258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8068 | 2024.07.15 19:58:14.054305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8069 | 2024.07.15 19:58:14.054324 [ 3 ] {} <Debug> HTTP-Session: 4a1c5667-e818-41b2-9994-5397e888a50f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8070 | 2024.07.15 19:58:14.054341 [ 3 ] {} <Debug> HTTP-Session: 4a1c5667-e818-41b2-9994-5397e888a50f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8071 | 2024.07.15 19:58:14.054355 [ 3 ] {} <Debug> HTTP-Session: 4a1c5667-e818-41b2-9994-5397e888a50f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8072 | 2024.07.15 19:58:14.054386 [ 3 ] {} <Trace> HTTP-Session: 4a1c5667-e818-41b2-9994-5397e888a50f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8073 | 2024.07.15 19:58:14.054540 [ 3 ] {b6dba384-080b-40a6-a87c-5927e1fdb2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8074 | 2024.07.15 19:58:14.054586 [ 3 ] {b6dba384-080b-40a6-a87c-5927e1fdb2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8075 | 2024.07.15 19:58:14.054728 [ 3 ] {b6dba384-080b-40a6-a87c-5927e1fdb2ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8076 | 2024.07.15 19:58:14.055129 [ 3 ] {b6dba384-080b-40a6-a87c-5927e1fdb2ff} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8077 | 2024.07.15 19:58:14.055164 [ 3 ] {b6dba384-080b-40a6-a87c-5927e1fdb2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8078 | 2024.07.15 19:58:14.055538 [ 3 ] {b6dba384-080b-40a6-a87c-5927e1fdb2ff} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8079 | 2024.07.15 19:58:14.055875 [ 3 ] {b6dba384-080b-40a6-a87c-5927e1fdb2ff} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8080 | 2024.07.15 19:58:14.056033 [ 3 ] {b6dba384-080b-40a6-a87c-5927e1fdb2ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
8081 | 2024.07.15 19:58:14.056204 [ 3 ] {b6dba384-080b-40a6-a87c-5927e1fdb2ff} <Debug> DynamicQueryHandler: Done processing query | ||
8082 | 2024.07.15 19:58:14.056228 [ 3 ] {b6dba384-080b-40a6-a87c-5927e1fdb2ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8083 | 2024.07.15 19:58:14.056244 [ 3 ] {} <Debug> HTTP-Session: 4a1c5667-e818-41b2-9994-5397e888a50f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8084 | 2024.07.15 19:58:14.056371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8085 | 2024.07.15 19:58:14.056419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8086 | 2024.07.15 19:58:14.056438 [ 3 ] {} <Debug> HTTP-Session: 414fafe0-fc7a-4cba-9e8d-0894153cc1f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8087 | 2024.07.15 19:58:14.056454 [ 3 ] {} <Debug> HTTP-Session: 414fafe0-fc7a-4cba-9e8d-0894153cc1f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8088 | 2024.07.15 19:58:14.056467 [ 3 ] {} <Debug> HTTP-Session: 414fafe0-fc7a-4cba-9e8d-0894153cc1f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8089 | 2024.07.15 19:58:14.056498 [ 3 ] {} <Trace> HTTP-Session: 414fafe0-fc7a-4cba-9e8d-0894153cc1f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8090 | 2024.07.15 19:58:14.056718 [ 3 ] {807a008f-5e08-435c-adac-90e486a28269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8091 | 2024.07.15 19:58:14.056805 [ 3 ] {807a008f-5e08-435c-adac-90e486a28269} <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 | ||
8092 | 2024.07.15 19:58:14.057291 [ 3 ] {807a008f-5e08-435c-adac-90e486a28269} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8093 | 2024.07.15 19:58:14.057809 [ 3 ] {807a008f-5e08-435c-adac-90e486a28269} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8094 | 2024.07.15 19:58:14.057845 [ 3 ] {807a008f-5e08-435c-adac-90e486a28269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8095 | 2024.07.15 19:58:14.058437 [ 3 ] {807a008f-5e08-435c-adac-90e486a28269} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8096 | 2024.07.15 19:58:14.058849 [ 3 ] {807a008f-5e08-435c-adac-90e486a28269} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8097 | 2024.07.15 19:58:14.059035 [ 3 ] {807a008f-5e08-435c-adac-90e486a28269} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002464 sec., 2435.064935064935 rows/sec., 4.36 MiB/sec. | ||
8098 | 2024.07.15 19:58:14.059230 [ 3 ] {807a008f-5e08-435c-adac-90e486a28269} <Debug> DynamicQueryHandler: Done processing query | ||
8099 | 2024.07.15 19:58:14.059253 [ 3 ] {807a008f-5e08-435c-adac-90e486a28269} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8100 | 2024.07.15 19:58:14.059269 [ 3 ] {} <Debug> HTTP-Session: 414fafe0-fc7a-4cba-9e8d-0894153cc1f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8101 | 2024.07.15 19:58:14.059406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8102 | 2024.07.15 19:58:14.059455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8103 | 2024.07.15 19:58:14.059474 [ 3 ] {} <Debug> HTTP-Session: 3acb5676-624e-497c-9850-1d5d9941f340 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8104 | 2024.07.15 19:58:14.059491 [ 3 ] {} <Debug> HTTP-Session: 3acb5676-624e-497c-9850-1d5d9941f340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8105 | 2024.07.15 19:58:14.059505 [ 3 ] {} <Debug> HTTP-Session: 3acb5676-624e-497c-9850-1d5d9941f340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8106 | 2024.07.15 19:58:14.059536 [ 3 ] {} <Trace> HTTP-Session: 3acb5676-624e-497c-9850-1d5d9941f340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8107 | 2024.07.15 19:58:14.059643 [ 3 ] {647ca6c1-ad83-4284-b55b-e9eba2f89dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8108 | 2024.07.15 19:58:14.059688 [ 3 ] {647ca6c1-ad83-4284-b55b-e9eba2f89dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8109 | 2024.07.15 19:58:14.059813 [ 3 ] {647ca6c1-ad83-4284-b55b-e9eba2f89dad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8110 | 2024.07.15 19:58:14.060113 [ 3 ] {647ca6c1-ad83-4284-b55b-e9eba2f89dad} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8111 | 2024.07.15 19:58:14.060150 [ 3 ] {647ca6c1-ad83-4284-b55b-e9eba2f89dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8112 | 2024.07.15 19:58:14.060500 [ 3 ] {647ca6c1-ad83-4284-b55b-e9eba2f89dad} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8113 | 2024.07.15 19:58:14.060827 [ 3 ] {647ca6c1-ad83-4284-b55b-e9eba2f89dad} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8114 | 2024.07.15 19:58:14.060975 [ 3 ] {647ca6c1-ad83-4284-b55b-e9eba2f89dad} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001359 sec., 16924.20897718911 rows/sec., 915.48 KiB/sec. | ||
8115 | 2024.07.15 19:58:14.061139 [ 3 ] {647ca6c1-ad83-4284-b55b-e9eba2f89dad} <Debug> DynamicQueryHandler: Done processing query | ||
8116 | 2024.07.15 19:58:14.061162 [ 3 ] {647ca6c1-ad83-4284-b55b-e9eba2f89dad} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8117 | 2024.07.15 19:58:14.061179 [ 3 ] {} <Debug> HTTP-Session: 3acb5676-624e-497c-9850-1d5d9941f340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8118 | 2024.07.15 19:58:14.061303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8119 | 2024.07.15 19:58:14.061361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8120 | 2024.07.15 19:58:14.061385 [ 3 ] {} <Debug> HTTP-Session: 8d909f03-c862-417f-930e-a253fcdd2565 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8121 | 2024.07.15 19:58:14.061407 [ 3 ] {} <Debug> HTTP-Session: 8d909f03-c862-417f-930e-a253fcdd2565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8122 | 2024.07.15 19:58:14.061426 [ 3 ] {} <Debug> HTTP-Session: 8d909f03-c862-417f-930e-a253fcdd2565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8123 | 2024.07.15 19:58:14.061464 [ 3 ] {} <Trace> HTTP-Session: 8d909f03-c862-417f-930e-a253fcdd2565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8124 | 2024.07.15 19:58:14.061596 [ 3 ] {14bf891b-16b7-4218-9bb6-4f1f87ba5562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8125 | 2024.07.15 19:58:14.061641 [ 3 ] {14bf891b-16b7-4218-9bb6-4f1f87ba5562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8126 | 2024.07.15 19:58:14.061767 [ 3 ] {14bf891b-16b7-4218-9bb6-4f1f87ba5562} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8127 | 2024.07.15 19:58:14.062114 [ 3 ] {14bf891b-16b7-4218-9bb6-4f1f87ba5562} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8128 | 2024.07.15 19:58:14.062156 [ 3 ] {14bf891b-16b7-4218-9bb6-4f1f87ba5562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8129 | 2024.07.15 19:58:14.062589 [ 3 ] {14bf891b-16b7-4218-9bb6-4f1f87ba5562} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8130 | 2024.07.15 19:58:14.063008 [ 3 ] {14bf891b-16b7-4218-9bb6-4f1f87ba5562} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8131 | 2024.07.15 19:58:14.063174 [ 3 ] {14bf891b-16b7-4218-9bb6-4f1f87ba5562} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001613 sec., 37197.768133911966 rows/sec., 2.51 MiB/sec. | ||
8132 | 2024.07.15 19:58:14.063453 [ 3 ] {14bf891b-16b7-4218-9bb6-4f1f87ba5562} <Debug> DynamicQueryHandler: Done processing query | ||
8133 | 2024.07.15 19:58:14.063503 [ 3 ] {14bf891b-16b7-4218-9bb6-4f1f87ba5562} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8134 | 2024.07.15 19:58:14.063542 [ 3 ] {} <Debug> HTTP-Session: 8d909f03-c862-417f-930e-a253fcdd2565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8135 | 2024.07.15 19:58:19.039972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8136 | 2024.07.15 19:58:19.040160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8137 | 2024.07.15 19:58:19.040207 [ 3 ] {} <Debug> HTTP-Session: 8ff59779-cc30-4ad6-8b98-36793565ae00 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8138 | 2024.07.15 19:58:19.040249 [ 3 ] {} <Debug> HTTP-Session: 8ff59779-cc30-4ad6-8b98-36793565ae00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8139 | 2024.07.15 19:58:19.040279 [ 3 ] {} <Debug> HTTP-Session: 8ff59779-cc30-4ad6-8b98-36793565ae00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8140 | 2024.07.15 19:58:19.040357 [ 3 ] {} <Trace> HTTP-Session: 8ff59779-cc30-4ad6-8b98-36793565ae00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8141 | 2024.07.15 19:58:19.040645 [ 3 ] {3b2fe6d1-2146-4887-8cac-2ef623e3ea1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8142 | 2024.07.15 19:58:19.040758 [ 3 ] {3b2fe6d1-2146-4887-8cac-2ef623e3ea1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8143 | 2024.07.15 19:58:19.040988 [ 3 ] {3b2fe6d1-2146-4887-8cac-2ef623e3ea1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8144 | 2024.07.15 19:58:19.041462 [ 3 ] {3b2fe6d1-2146-4887-8cac-2ef623e3ea1f} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8145 | 2024.07.15 19:58:19.041502 [ 3 ] {3b2fe6d1-2146-4887-8cac-2ef623e3ea1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8146 | 2024.07.15 19:58:19.041858 [ 3 ] {3b2fe6d1-2146-4887-8cac-2ef623e3ea1f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8147 | 2024.07.15 19:58:19.042191 [ 3 ] {3b2fe6d1-2146-4887-8cac-2ef623e3ea1f} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8148 | 2024.07.15 19:58:19.042344 [ 3 ] {3b2fe6d1-2146-4887-8cac-2ef623e3ea1f} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001794 sec., 13377.926421404682 rows/sec., 1.06 MiB/sec. | ||
8149 | 2024.07.15 19:58:19.042570 [ 3 ] {3b2fe6d1-2146-4887-8cac-2ef623e3ea1f} <Debug> DynamicQueryHandler: Done processing query | ||
8150 | 2024.07.15 19:58:19.042598 [ 3 ] {3b2fe6d1-2146-4887-8cac-2ef623e3ea1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8151 | 2024.07.15 19:58:19.042614 [ 3 ] {} <Debug> HTTP-Session: 8ff59779-cc30-4ad6-8b98-36793565ae00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8152 | 2024.07.15 19:58:19.042799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18686, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8153 | 2024.07.15 19:58:19.042849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8154 | 2024.07.15 19:58:19.042869 [ 3 ] {} <Debug> HTTP-Session: 61b7ff59-f7b2-4f22-ad7e-a6a6f8b1b107 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8155 | 2024.07.15 19:58:19.042886 [ 3 ] {} <Debug> HTTP-Session: 61b7ff59-f7b2-4f22-ad7e-a6a6f8b1b107 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8156 | 2024.07.15 19:58:19.042899 [ 3 ] {} <Debug> HTTP-Session: 61b7ff59-f7b2-4f22-ad7e-a6a6f8b1b107 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8157 | 2024.07.15 19:58:19.042930 [ 3 ] {} <Trace> HTTP-Session: 61b7ff59-f7b2-4f22-ad7e-a6a6f8b1b107 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8158 | 2024.07.15 19:58:19.043066 [ 3 ] {db9c132e-ea23-49af-a53d-0d4cd8c0d9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8159 | 2024.07.15 19:58:19.043109 [ 3 ] {db9c132e-ea23-49af-a53d-0d4cd8c0d9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8160 | 2024.07.15 19:58:19.043240 [ 3 ] {db9c132e-ea23-49af-a53d-0d4cd8c0d9eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8161 | 2024.07.15 19:58:19.043667 [ 3 ] {db9c132e-ea23-49af-a53d-0d4cd8c0d9eb} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8162 | 2024.07.15 19:58:19.043704 [ 3 ] {db9c132e-ea23-49af-a53d-0d4cd8c0d9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8163 | 2024.07.15 19:58:19.044028 [ 3 ] {db9c132e-ea23-49af-a53d-0d4cd8c0d9eb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8164 | 2024.07.15 19:58:19.044332 [ 3 ] {db9c132e-ea23-49af-a53d-0d4cd8c0d9eb} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8165 | 2024.07.15 19:58:19.044489 [ 3 ] {db9c132e-ea23-49af-a53d-0d4cd8c0d9eb} <Debug> executeQuery: Read 128 rows, 10.89 KiB in 0.001473 sec., 86897.48811948406 rows/sec., 7.22 MiB/sec. | ||
8166 | 2024.07.15 19:58:19.044656 [ 3 ] {db9c132e-ea23-49af-a53d-0d4cd8c0d9eb} <Debug> DynamicQueryHandler: Done processing query | ||
8167 | 2024.07.15 19:58:19.044681 [ 3 ] {db9c132e-ea23-49af-a53d-0d4cd8c0d9eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8168 | 2024.07.15 19:58:19.044697 [ 3 ] {} <Debug> HTTP-Session: 61b7ff59-f7b2-4f22-ad7e-a6a6f8b1b107 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8169 | 2024.07.15 19:58:19.044851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8170 | 2024.07.15 19:58:19.044899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8171 | 2024.07.15 19:58:19.044918 [ 3 ] {} <Debug> HTTP-Session: 6caaaf24-ee5a-44f3-9437-8df125790881 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8172 | 2024.07.15 19:58:19.044935 [ 3 ] {} <Debug> HTTP-Session: 6caaaf24-ee5a-44f3-9437-8df125790881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8173 | 2024.07.15 19:58:19.044949 [ 3 ] {} <Debug> HTTP-Session: 6caaaf24-ee5a-44f3-9437-8df125790881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8174 | 2024.07.15 19:58:19.044979 [ 3 ] {} <Trace> HTTP-Session: 6caaaf24-ee5a-44f3-9437-8df125790881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8175 | 2024.07.15 19:58:19.045107 [ 3 ] {a9e3ba34-30a3-4ed5-8d64-511b31743902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8176 | 2024.07.15 19:58:19.045149 [ 3 ] {a9e3ba34-30a3-4ed5-8d64-511b31743902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8177 | 2024.07.15 19:58:19.045273 [ 3 ] {a9e3ba34-30a3-4ed5-8d64-511b31743902} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8178 | 2024.07.15 19:58:19.045609 [ 3 ] {a9e3ba34-30a3-4ed5-8d64-511b31743902} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8179 | 2024.07.15 19:58:19.045646 [ 3 ] {a9e3ba34-30a3-4ed5-8d64-511b31743902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8180 | 2024.07.15 19:58:19.045947 [ 3 ] {a9e3ba34-30a3-4ed5-8d64-511b31743902} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8181 | 2024.07.15 19:58:19.046247 [ 3 ] {a9e3ba34-30a3-4ed5-8d64-511b31743902} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8182 | 2024.07.15 19:58:19.046398 [ 3 ] {a9e3ba34-30a3-4ed5-8d64-511b31743902} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001338 sec., 65769.80568011958 rows/sec., 5.14 MiB/sec. | ||
8183 | 2024.07.15 19:58:19.046561 [ 3 ] {a9e3ba34-30a3-4ed5-8d64-511b31743902} <Debug> DynamicQueryHandler: Done processing query | ||
8184 | 2024.07.15 19:58:19.046585 [ 3 ] {a9e3ba34-30a3-4ed5-8d64-511b31743902} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8185 | 2024.07.15 19:58:19.046601 [ 3 ] {} <Debug> HTTP-Session: 6caaaf24-ee5a-44f3-9437-8df125790881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8186 | 2024.07.15 19:58:19.046780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8187 | 2024.07.15 19:58:19.046834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8188 | 2024.07.15 19:58:19.046854 [ 3 ] {} <Debug> HTTP-Session: 9e45dd37-856f-4d84-9f9d-8ed07bd72d8c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8189 | 2024.07.15 19:58:19.046871 [ 3 ] {} <Debug> HTTP-Session: 9e45dd37-856f-4d84-9f9d-8ed07bd72d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8190 | 2024.07.15 19:58:19.046886 [ 3 ] {} <Debug> HTTP-Session: 9e45dd37-856f-4d84-9f9d-8ed07bd72d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8191 | 2024.07.15 19:58:19.046917 [ 3 ] {} <Trace> HTTP-Session: 9e45dd37-856f-4d84-9f9d-8ed07bd72d8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8192 | 2024.07.15 19:58:19.047067 [ 3 ] {36e6a581-4efe-4219-8690-530a60dc02ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8193 | 2024.07.15 19:58:19.047114 [ 3 ] {36e6a581-4efe-4219-8690-530a60dc02ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8194 | 2024.07.15 19:58:19.047255 [ 3 ] {36e6a581-4efe-4219-8690-530a60dc02ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8195 | 2024.07.15 19:58:19.047671 [ 3 ] {36e6a581-4efe-4219-8690-530a60dc02ee} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8196 | 2024.07.15 19:58:19.047706 [ 3 ] {36e6a581-4efe-4219-8690-530a60dc02ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8197 | 2024.07.15 19:58:19.048090 [ 3 ] {36e6a581-4efe-4219-8690-530a60dc02ee} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8198 | 2024.07.15 19:58:19.048423 [ 3 ] {36e6a581-4efe-4219-8690-530a60dc02ee} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8199 | 2024.07.15 19:58:19.048570 [ 3 ] {36e6a581-4efe-4219-8690-530a60dc02ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
8200 | 2024.07.15 19:58:19.048848 [ 3 ] {36e6a581-4efe-4219-8690-530a60dc02ee} <Debug> DynamicQueryHandler: Done processing query | ||
8201 | 2024.07.15 19:58:19.048903 [ 3 ] {36e6a581-4efe-4219-8690-530a60dc02ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8202 | 2024.07.15 19:58:19.048954 [ 3 ] {} <Debug> HTTP-Session: 9e45dd37-856f-4d84-9f9d-8ed07bd72d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8203 | 2024.07.15 19:58:19.049151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8204 | 2024.07.15 19:58:19.049202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8205 | 2024.07.15 19:58:19.049221 [ 3 ] {} <Debug> HTTP-Session: cba0f8e5-0921-4b3d-a263-8ebba5d5156d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8206 | 2024.07.15 19:58:19.049238 [ 3 ] {} <Debug> HTTP-Session: cba0f8e5-0921-4b3d-a263-8ebba5d5156d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8207 | 2024.07.15 19:58:19.049252 [ 3 ] {} <Debug> HTTP-Session: cba0f8e5-0921-4b3d-a263-8ebba5d5156d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8208 | 2024.07.15 19:58:19.049284 [ 3 ] {} <Trace> HTTP-Session: cba0f8e5-0921-4b3d-a263-8ebba5d5156d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8209 | 2024.07.15 19:58:19.049558 [ 3 ] {c48b9304-f9f8-45c0-8214-195022012e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8210 | 2024.07.15 19:58:19.049627 [ 3 ] {c48b9304-f9f8-45c0-8214-195022012e7a} <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 | ||
8211 | 2024.07.15 19:58:19.050059 [ 3 ] {c48b9304-f9f8-45c0-8214-195022012e7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8212 | 2024.07.15 19:58:19.050692 [ 3 ] {c48b9304-f9f8-45c0-8214-195022012e7a} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8213 | 2024.07.15 19:58:19.050728 [ 3 ] {c48b9304-f9f8-45c0-8214-195022012e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8214 | 2024.07.15 19:58:19.051392 [ 3 ] {c48b9304-f9f8-45c0-8214-195022012e7a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8215 | 2024.07.15 19:58:19.051803 [ 3 ] {c48b9304-f9f8-45c0-8214-195022012e7a} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8216 | 2024.07.15 19:58:19.052007 [ 3 ] {c48b9304-f9f8-45c0-8214-195022012e7a} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002633 sec., 9115.077857956703 rows/sec., 16.33 MiB/sec. | ||
8217 | 2024.07.15 19:58:19.052507 [ 3 ] {c48b9304-f9f8-45c0-8214-195022012e7a} <Debug> DynamicQueryHandler: Done processing query | ||
8218 | 2024.07.15 19:58:19.052534 [ 3 ] {c48b9304-f9f8-45c0-8214-195022012e7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8219 | 2024.07.15 19:58:19.052550 [ 3 ] {} <Debug> HTTP-Session: cba0f8e5-0921-4b3d-a263-8ebba5d5156d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8220 | 2024.07.15 19:58:19.052690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8221 | 2024.07.15 19:58:19.052738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8222 | 2024.07.15 19:58:19.052758 [ 3 ] {} <Debug> HTTP-Session: 35121aca-0280-4865-8b88-71cdd64de01a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8223 | 2024.07.15 19:58:19.052775 [ 3 ] {} <Debug> HTTP-Session: 35121aca-0280-4865-8b88-71cdd64de01a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8224 | 2024.07.15 19:58:19.052790 [ 3 ] {} <Debug> HTTP-Session: 35121aca-0280-4865-8b88-71cdd64de01a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8225 | 2024.07.15 19:58:19.052820 [ 3 ] {} <Trace> HTTP-Session: 35121aca-0280-4865-8b88-71cdd64de01a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8226 | 2024.07.15 19:58:19.052936 [ 3 ] {b2fb62fb-74eb-41b5-b387-4779178b704b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8227 | 2024.07.15 19:58:19.052981 [ 3 ] {b2fb62fb-74eb-41b5-b387-4779178b704b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8228 | 2024.07.15 19:58:19.053129 [ 3 ] {b2fb62fb-74eb-41b5-b387-4779178b704b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8229 | 2024.07.15 19:58:19.053450 [ 3 ] {b2fb62fb-74eb-41b5-b387-4779178b704b} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8230 | 2024.07.15 19:58:19.053487 [ 3 ] {b2fb62fb-74eb-41b5-b387-4779178b704b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8231 | 2024.07.15 19:58:19.053847 [ 3 ] {b2fb62fb-74eb-41b5-b387-4779178b704b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8232 | 2024.07.15 19:58:19.054163 [ 3 ] {b2fb62fb-74eb-41b5-b387-4779178b704b} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8233 | 2024.07.15 19:58:19.054324 [ 3 ] {b2fb62fb-74eb-41b5-b387-4779178b704b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
8234 | 2024.07.15 19:58:19.054497 [ 3 ] {b2fb62fb-74eb-41b5-b387-4779178b704b} <Debug> DynamicQueryHandler: Done processing query | ||
8235 | 2024.07.15 19:58:19.054523 [ 3 ] {b2fb62fb-74eb-41b5-b387-4779178b704b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8236 | 2024.07.15 19:58:19.054539 [ 3 ] {} <Debug> HTTP-Session: 35121aca-0280-4865-8b88-71cdd64de01a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8237 | 2024.07.15 19:58:21.450119 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8238 | 2024.07.15 19:58:21.450219 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8239 | 2024.07.15 19:58:23.001245 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000877948 sec. | ||
8240 | 2024.07.15 19:58:24.043615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8241 | 2024.07.15 19:58:24.043733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8242 | 2024.07.15 19:58:24.043758 [ 3 ] {} <Debug> HTTP-Session: bf339084-5d0d-42be-b48a-5f288290fa65 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8243 | 2024.07.15 19:58:24.043782 [ 3 ] {} <Debug> HTTP-Session: bf339084-5d0d-42be-b48a-5f288290fa65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8244 | 2024.07.15 19:58:24.043797 [ 3 ] {} <Debug> HTTP-Session: bf339084-5d0d-42be-b48a-5f288290fa65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8245 | 2024.07.15 19:58:24.043847 [ 3 ] {} <Trace> HTTP-Session: bf339084-5d0d-42be-b48a-5f288290fa65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8246 | 2024.07.15 19:58:24.044032 [ 3 ] {230fe560-5ac5-443f-8dfe-1e0dc4b872ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8247 | 2024.07.15 19:58:24.044099 [ 3 ] {230fe560-5ac5-443f-8dfe-1e0dc4b872ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8248 | 2024.07.15 19:58:24.044289 [ 3 ] {230fe560-5ac5-443f-8dfe-1e0dc4b872ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8249 | 2024.07.15 19:58:24.044711 [ 3 ] {230fe560-5ac5-443f-8dfe-1e0dc4b872ac} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8250 | 2024.07.15 19:58:24.044753 [ 3 ] {230fe560-5ac5-443f-8dfe-1e0dc4b872ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8251 | 2024.07.15 19:58:24.045121 [ 3 ] {230fe560-5ac5-443f-8dfe-1e0dc4b872ac} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8252 | 2024.07.15 19:58:24.045467 [ 3 ] {230fe560-5ac5-443f-8dfe-1e0dc4b872ac} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8253 | 2024.07.15 19:58:24.045632 [ 3 ] {230fe560-5ac5-443f-8dfe-1e0dc4b872ac} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001653 sec., 7259.528130671507 rows/sec., 499.80 KiB/sec. | ||
8254 | 2024.07.15 19:58:24.045842 [ 3 ] {230fe560-5ac5-443f-8dfe-1e0dc4b872ac} <Debug> DynamicQueryHandler: Done processing query | ||
8255 | 2024.07.15 19:58:24.045869 [ 3 ] {230fe560-5ac5-443f-8dfe-1e0dc4b872ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8256 | 2024.07.15 19:58:24.045890 [ 3 ] {} <Debug> HTTP-Session: bf339084-5d0d-42be-b48a-5f288290fa65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8257 | 2024.07.15 19:58:24.046092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8258 | 2024.07.15 19:58:24.046140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8259 | 2024.07.15 19:58:24.046158 [ 3 ] {} <Debug> HTTP-Session: 8f1f4bf0-755f-4a41-9f77-12e33b3e3a55 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8260 | 2024.07.15 19:58:24.046175 [ 3 ] {} <Debug> HTTP-Session: 8f1f4bf0-755f-4a41-9f77-12e33b3e3a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8261 | 2024.07.15 19:58:24.046189 [ 3 ] {} <Debug> HTTP-Session: 8f1f4bf0-755f-4a41-9f77-12e33b3e3a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8262 | 2024.07.15 19:58:24.046221 [ 3 ] {} <Trace> HTTP-Session: 8f1f4bf0-755f-4a41-9f77-12e33b3e3a55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8263 | 2024.07.15 19:58:24.046395 [ 3 ] {0d25ba22-7e5b-4fbb-87d5-56d2536711eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8264 | 2024.07.15 19:58:24.046439 [ 3 ] {0d25ba22-7e5b-4fbb-87d5-56d2536711eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8265 | 2024.07.15 19:58:24.046565 [ 3 ] {0d25ba22-7e5b-4fbb-87d5-56d2536711eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8266 | 2024.07.15 19:58:24.046976 [ 3 ] {0d25ba22-7e5b-4fbb-87d5-56d2536711eb} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8267 | 2024.07.15 19:58:24.047019 [ 3 ] {0d25ba22-7e5b-4fbb-87d5-56d2536711eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8268 | 2024.07.15 19:58:24.047357 [ 3 ] {0d25ba22-7e5b-4fbb-87d5-56d2536711eb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8269 | 2024.07.15 19:58:24.047683 [ 3 ] {0d25ba22-7e5b-4fbb-87d5-56d2536711eb} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8270 | 2024.07.15 19:58:24.047839 [ 3 ] {0d25ba22-7e5b-4fbb-87d5-56d2536711eb} <Debug> executeQuery: Read 179 rows, 16.16 KiB in 0.001537 sec., 116460.63760572544 rows/sec., 10.27 MiB/sec. | ||
8271 | 2024.07.15 19:58:24.048044 [ 3 ] {0d25ba22-7e5b-4fbb-87d5-56d2536711eb} <Debug> DynamicQueryHandler: Done processing query | ||
8272 | 2024.07.15 19:58:24.048071 [ 3 ] {0d25ba22-7e5b-4fbb-87d5-56d2536711eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8273 | 2024.07.15 19:58:24.048091 [ 3 ] {} <Debug> HTTP-Session: 8f1f4bf0-755f-4a41-9f77-12e33b3e3a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8274 | 2024.07.15 19:58:24.048334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8275 | 2024.07.15 19:58:24.048392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8276 | 2024.07.15 19:58:24.048412 [ 3 ] {} <Debug> HTTP-Session: 41673067-73ed-4e07-b8a4-ebcf0d31c818 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8277 | 2024.07.15 19:58:24.048429 [ 3 ] {} <Debug> HTTP-Session: 41673067-73ed-4e07-b8a4-ebcf0d31c818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8278 | 2024.07.15 19:58:24.048443 [ 3 ] {} <Debug> HTTP-Session: 41673067-73ed-4e07-b8a4-ebcf0d31c818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8279 | 2024.07.15 19:58:24.048474 [ 3 ] {} <Trace> HTTP-Session: 41673067-73ed-4e07-b8a4-ebcf0d31c818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8280 | 2024.07.15 19:58:24.048685 [ 3 ] {fe0c0d38-1908-4233-b3e5-37474329432d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8281 | 2024.07.15 19:58:24.048729 [ 3 ] {fe0c0d38-1908-4233-b3e5-37474329432d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8282 | 2024.07.15 19:58:24.048852 [ 3 ] {fe0c0d38-1908-4233-b3e5-37474329432d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8283 | 2024.07.15 19:58:24.049374 [ 3 ] {fe0c0d38-1908-4233-b3e5-37474329432d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8284 | 2024.07.15 19:58:24.049418 [ 3 ] {fe0c0d38-1908-4233-b3e5-37474329432d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8285 | 2024.07.15 19:58:24.049747 [ 3 ] {fe0c0d38-1908-4233-b3e5-37474329432d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8286 | 2024.07.15 19:58:24.050058 [ 3 ] {fe0c0d38-1908-4233-b3e5-37474329432d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8287 | 2024.07.15 19:58:24.050217 [ 3 ] {fe0c0d38-1908-4233-b3e5-37474329432d} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.001644 sec., 236009.73236009732 rows/sec., 16.61 MiB/sec. | ||
8288 | 2024.07.15 19:58:24.050395 [ 3 ] {fe0c0d38-1908-4233-b3e5-37474329432d} <Debug> DynamicQueryHandler: Done processing query | ||
8289 | 2024.07.15 19:58:24.050419 [ 3 ] {fe0c0d38-1908-4233-b3e5-37474329432d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8290 | 2024.07.15 19:58:24.050435 [ 3 ] {} <Debug> HTTP-Session: 41673067-73ed-4e07-b8a4-ebcf0d31c818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8291 | 2024.07.15 19:58:24.050577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8292 | 2024.07.15 19:58:24.050624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8293 | 2024.07.15 19:58:24.050643 [ 3 ] {} <Debug> HTTP-Session: 99b2961c-7121-46d5-b247-08a3761839ed Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8294 | 2024.07.15 19:58:24.050660 [ 3 ] {} <Debug> HTTP-Session: 99b2961c-7121-46d5-b247-08a3761839ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8295 | 2024.07.15 19:58:24.050675 [ 3 ] {} <Debug> HTTP-Session: 99b2961c-7121-46d5-b247-08a3761839ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8296 | 2024.07.15 19:58:24.050705 [ 3 ] {} <Trace> HTTP-Session: 99b2961c-7121-46d5-b247-08a3761839ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8297 | 2024.07.15 19:58:24.050799 [ 3 ] {1e070b41-16d8-4c58-b69a-c5ebe28be1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8298 | 2024.07.15 19:58:24.050843 [ 3 ] {1e070b41-16d8-4c58-b69a-c5ebe28be1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8299 | 2024.07.15 19:58:24.050972 [ 3 ] {1e070b41-16d8-4c58-b69a-c5ebe28be1d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8300 | 2024.07.15 19:58:24.051239 [ 3 ] {1e070b41-16d8-4c58-b69a-c5ebe28be1d3} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8301 | 2024.07.15 19:58:24.051275 [ 3 ] {1e070b41-16d8-4c58-b69a-c5ebe28be1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8302 | 2024.07.15 19:58:24.051636 [ 3 ] {1e070b41-16d8-4c58-b69a-c5ebe28be1d3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8303 | 2024.07.15 19:58:24.051965 [ 3 ] {1e070b41-16d8-4c58-b69a-c5ebe28be1d3} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8304 | 2024.07.15 19:58:24.052094 [ 3 ] {1e070b41-16d8-4c58-b69a-c5ebe28be1d3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 195.76 KiB/sec. | ||
8305 | 2024.07.15 19:58:24.052286 [ 3 ] {1e070b41-16d8-4c58-b69a-c5ebe28be1d3} <Debug> DynamicQueryHandler: Done processing query | ||
8306 | 2024.07.15 19:58:24.052318 [ 3 ] {1e070b41-16d8-4c58-b69a-c5ebe28be1d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8307 | 2024.07.15 19:58:24.052334 [ 3 ] {} <Debug> HTTP-Session: 99b2961c-7121-46d5-b247-08a3761839ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8308 | 2024.07.15 19:58:24.052475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8309 | 2024.07.15 19:58:24.052522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8310 | 2024.07.15 19:58:24.052541 [ 3 ] {} <Debug> HTTP-Session: ef2b5da0-2806-43db-ba7f-5df3ebb8e380 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8311 | 2024.07.15 19:58:24.052558 [ 3 ] {} <Debug> HTTP-Session: ef2b5da0-2806-43db-ba7f-5df3ebb8e380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8312 | 2024.07.15 19:58:24.052572 [ 3 ] {} <Debug> HTTP-Session: ef2b5da0-2806-43db-ba7f-5df3ebb8e380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8313 | 2024.07.15 19:58:24.052602 [ 3 ] {} <Trace> HTTP-Session: ef2b5da0-2806-43db-ba7f-5df3ebb8e380 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8314 | 2024.07.15 19:58:24.052736 [ 3 ] {69d48e54-8a7e-48fd-8556-2a28533cb2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8315 | 2024.07.15 19:58:24.052784 [ 3 ] {69d48e54-8a7e-48fd-8556-2a28533cb2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8316 | 2024.07.15 19:58:24.052932 [ 3 ] {69d48e54-8a7e-48fd-8556-2a28533cb2ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8317 | 2024.07.15 19:58:24.053254 [ 3 ] {69d48e54-8a7e-48fd-8556-2a28533cb2ad} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8318 | 2024.07.15 19:58:24.053290 [ 3 ] {69d48e54-8a7e-48fd-8556-2a28533cb2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8319 | 2024.07.15 19:58:24.053644 [ 3 ] {69d48e54-8a7e-48fd-8556-2a28533cb2ad} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8320 | 2024.07.15 19:58:24.053973 [ 3 ] {69d48e54-8a7e-48fd-8556-2a28533cb2ad} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8321 | 2024.07.15 19:58:24.054131 [ 3 ] {69d48e54-8a7e-48fd-8556-2a28533cb2ad} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00145 sec., 53103.44827586207 rows/sec., 3.27 MiB/sec. | ||
8322 | 2024.07.15 19:58:24.054301 [ 3 ] {69d48e54-8a7e-48fd-8556-2a28533cb2ad} <Debug> DynamicQueryHandler: Done processing query | ||
8323 | 2024.07.15 19:58:24.054325 [ 3 ] {69d48e54-8a7e-48fd-8556-2a28533cb2ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8324 | 2024.07.15 19:58:24.054341 [ 3 ] {} <Debug> HTTP-Session: ef2b5da0-2806-43db-ba7f-5df3ebb8e380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8325 | 2024.07.15 19:58:24.054502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8326 | 2024.07.15 19:58:24.054549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8327 | 2024.07.15 19:58:24.054567 [ 3 ] {} <Debug> HTTP-Session: 41bf7df5-5954-4a3b-a782-833d3da65331 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8328 | 2024.07.15 19:58:24.054584 [ 3 ] {} <Debug> HTTP-Session: 41bf7df5-5954-4a3b-a782-833d3da65331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8329 | 2024.07.15 19:58:24.054599 [ 3 ] {} <Debug> HTTP-Session: 41bf7df5-5954-4a3b-a782-833d3da65331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8330 | 2024.07.15 19:58:24.054630 [ 3 ] {} <Trace> HTTP-Session: 41bf7df5-5954-4a3b-a782-833d3da65331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8331 | 2024.07.15 19:58:24.054817 [ 3 ] {57b2aeb4-ccd6-410a-a404-ad67f2b295a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8332 | 2024.07.15 19:58:24.054863 [ 3 ] {57b2aeb4-ccd6-410a-a404-ad67f2b295a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8333 | 2024.07.15 19:58:24.055005 [ 3 ] {57b2aeb4-ccd6-410a-a404-ad67f2b295a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8334 | 2024.07.15 19:58:24.055490 [ 3 ] {57b2aeb4-ccd6-410a-a404-ad67f2b295a8} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8335 | 2024.07.15 19:58:24.055527 [ 3 ] {57b2aeb4-ccd6-410a-a404-ad67f2b295a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8336 | 2024.07.15 19:58:24.055900 [ 3 ] {57b2aeb4-ccd6-410a-a404-ad67f2b295a8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8337 | 2024.07.15 19:58:24.056231 [ 3 ] {57b2aeb4-ccd6-410a-a404-ad67f2b295a8} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8338 | 2024.07.15 19:58:24.056406 [ 3 ] {57b2aeb4-ccd6-410a-a404-ad67f2b295a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001696 sec., 94339.62264150943 rows/sec., 6.57 MiB/sec. | ||
8339 | 2024.07.15 19:58:24.056576 [ 3 ] {57b2aeb4-ccd6-410a-a404-ad67f2b295a8} <Debug> DynamicQueryHandler: Done processing query | ||
8340 | 2024.07.15 19:58:24.056607 [ 3 ] {57b2aeb4-ccd6-410a-a404-ad67f2b295a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8341 | 2024.07.15 19:58:24.056624 [ 3 ] {} <Debug> HTTP-Session: 41bf7df5-5954-4a3b-a782-833d3da65331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8342 | 2024.07.15 19:58:24.056762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8343 | 2024.07.15 19:58:24.056810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8344 | 2024.07.15 19:58:24.056829 [ 3 ] {} <Debug> HTTP-Session: a765ff70-4baf-4bc9-9cf4-3431f981c2ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8345 | 2024.07.15 19:58:24.056846 [ 3 ] {} <Debug> HTTP-Session: a765ff70-4baf-4bc9-9cf4-3431f981c2ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8346 | 2024.07.15 19:58:24.056860 [ 3 ] {} <Debug> HTTP-Session: a765ff70-4baf-4bc9-9cf4-3431f981c2ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8347 | 2024.07.15 19:58:24.056891 [ 3 ] {} <Trace> HTTP-Session: a765ff70-4baf-4bc9-9cf4-3431f981c2ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8348 | 2024.07.15 19:58:24.057038 [ 3 ] {334a6d6b-e52c-4700-a3bd-6f76b1691915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8349 | 2024.07.15 19:58:24.057102 [ 3 ] {334a6d6b-e52c-4700-a3bd-6f76b1691915} <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 | ||
8350 | 2024.07.15 19:58:24.057513 [ 3 ] {334a6d6b-e52c-4700-a3bd-6f76b1691915} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8351 | 2024.07.15 19:58:24.058101 [ 3 ] {334a6d6b-e52c-4700-a3bd-6f76b1691915} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8352 | 2024.07.15 19:58:24.058138 [ 3 ] {334a6d6b-e52c-4700-a3bd-6f76b1691915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8353 | 2024.07.15 19:58:24.058728 [ 3 ] {334a6d6b-e52c-4700-a3bd-6f76b1691915} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8354 | 2024.07.15 19:58:24.059148 [ 3 ] {334a6d6b-e52c-4700-a3bd-6f76b1691915} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8355 | 2024.07.15 19:58:24.059335 [ 3 ] {334a6d6b-e52c-4700-a3bd-6f76b1691915} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002361 sec., 2541.2960609911056 rows/sec., 4.55 MiB/sec. | ||
8356 | 2024.07.15 19:58:24.059878 [ 3 ] {334a6d6b-e52c-4700-a3bd-6f76b1691915} <Debug> DynamicQueryHandler: Done processing query | ||
8357 | 2024.07.15 19:58:24.059903 [ 3 ] {334a6d6b-e52c-4700-a3bd-6f76b1691915} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8358 | 2024.07.15 19:58:24.059919 [ 3 ] {} <Debug> HTTP-Session: a765ff70-4baf-4bc9-9cf4-3431f981c2ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8359 | 2024.07.15 19:58:24.060046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8360 | 2024.07.15 19:58:24.060096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8361 | 2024.07.15 19:58:24.060115 [ 3 ] {} <Debug> HTTP-Session: dbcc5165-e2e1-42af-8f50-735bfa14ecd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8362 | 2024.07.15 19:58:24.060131 [ 3 ] {} <Debug> HTTP-Session: dbcc5165-e2e1-42af-8f50-735bfa14ecd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8363 | 2024.07.15 19:58:24.060146 [ 3 ] {} <Debug> HTTP-Session: dbcc5165-e2e1-42af-8f50-735bfa14ecd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8364 | 2024.07.15 19:58:24.060178 [ 3 ] {} <Trace> HTTP-Session: dbcc5165-e2e1-42af-8f50-735bfa14ecd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8365 | 2024.07.15 19:58:24.060283 [ 3 ] {0e096bc6-d573-473f-b4b9-0603d65def60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8366 | 2024.07.15 19:58:24.060336 [ 3 ] {0e096bc6-d573-473f-b4b9-0603d65def60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8367 | 2024.07.15 19:58:24.060481 [ 3 ] {0e096bc6-d573-473f-b4b9-0603d65def60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8368 | 2024.07.15 19:58:24.060769 [ 3 ] {0e096bc6-d573-473f-b4b9-0603d65def60} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8369 | 2024.07.15 19:58:24.060805 [ 3 ] {0e096bc6-d573-473f-b4b9-0603d65def60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8370 | 2024.07.15 19:58:24.061165 [ 3 ] {0e096bc6-d573-473f-b4b9-0603d65def60} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8371 | 2024.07.15 19:58:24.061490 [ 3 ] {0e096bc6-d573-473f-b4b9-0603d65def60} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8372 | 2024.07.15 19:58:24.061657 [ 3 ] {0e096bc6-d573-473f-b4b9-0603d65def60} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001395 sec., 16487.45519713262 rows/sec., 891.86 KiB/sec. | ||
8373 | 2024.07.15 19:58:24.061860 [ 3 ] {0e096bc6-d573-473f-b4b9-0603d65def60} <Debug> DynamicQueryHandler: Done processing query | ||
8374 | 2024.07.15 19:58:24.061885 [ 3 ] {0e096bc6-d573-473f-b4b9-0603d65def60} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8375 | 2024.07.15 19:58:24.061902 [ 3 ] {} <Debug> HTTP-Session: dbcc5165-e2e1-42af-8f50-735bfa14ecd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8376 | 2024.07.15 19:58:24.062033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8377 | 2024.07.15 19:58:24.062082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8378 | 2024.07.15 19:58:24.062101 [ 3 ] {} <Debug> HTTP-Session: 13991d1b-c73e-437e-9e1b-48f17fc74012 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8379 | 2024.07.15 19:58:24.062118 [ 3 ] {} <Debug> HTTP-Session: 13991d1b-c73e-437e-9e1b-48f17fc74012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8380 | 2024.07.15 19:58:24.062132 [ 3 ] {} <Debug> HTTP-Session: 13991d1b-c73e-437e-9e1b-48f17fc74012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8381 | 2024.07.15 19:58:24.062163 [ 3 ] {} <Trace> HTTP-Session: 13991d1b-c73e-437e-9e1b-48f17fc74012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8382 | 2024.07.15 19:58:24.062280 [ 3 ] {c540ad22-c5c9-4af7-850a-c131f082f48e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8383 | 2024.07.15 19:58:24.062325 [ 3 ] {c540ad22-c5c9-4af7-850a-c131f082f48e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8384 | 2024.07.15 19:58:24.062450 [ 3 ] {c540ad22-c5c9-4af7-850a-c131f082f48e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8385 | 2024.07.15 19:58:24.062759 [ 3 ] {c540ad22-c5c9-4af7-850a-c131f082f48e} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8386 | 2024.07.15 19:58:24.062794 [ 3 ] {c540ad22-c5c9-4af7-850a-c131f082f48e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8387 | 2024.07.15 19:58:24.063148 [ 3 ] {c540ad22-c5c9-4af7-850a-c131f082f48e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8388 | 2024.07.15 19:58:24.063466 [ 3 ] {c540ad22-c5c9-4af7-850a-c131f082f48e} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8389 | 2024.07.15 19:58:24.063624 [ 3 ] {c540ad22-c5c9-4af7-850a-c131f082f48e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. | ||
8390 | 2024.07.15 19:58:24.063889 [ 3 ] {c540ad22-c5c9-4af7-850a-c131f082f48e} <Debug> DynamicQueryHandler: Done processing query | ||
8391 | 2024.07.15 19:58:24.063936 [ 3 ] {c540ad22-c5c9-4af7-850a-c131f082f48e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8392 | 2024.07.15 19:58:24.063967 [ 3 ] {} <Debug> HTTP-Session: 13991d1b-c73e-437e-9e1b-48f17fc74012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8393 | 2024.07.15 19:58:29.041817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8394 | 2024.07.15 19:58:29.041943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8395 | 2024.07.15 19:58:29.041968 [ 3 ] {} <Debug> HTTP-Session: 11c4ad72-48d1-4e31-beac-06d3772e1f52 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8396 | 2024.07.15 19:58:29.041992 [ 3 ] {} <Debug> HTTP-Session: 11c4ad72-48d1-4e31-beac-06d3772e1f52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8397 | 2024.07.15 19:58:29.042007 [ 3 ] {} <Debug> HTTP-Session: 11c4ad72-48d1-4e31-beac-06d3772e1f52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8398 | 2024.07.15 19:58:29.042055 [ 3 ] {} <Trace> HTTP-Session: 11c4ad72-48d1-4e31-beac-06d3772e1f52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8399 | 2024.07.15 19:58:29.042240 [ 3 ] {76cd9b45-ec63-4425-937e-bf71a5448d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8400 | 2024.07.15 19:58:29.042306 [ 3 ] {76cd9b45-ec63-4425-937e-bf71a5448d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8401 | 2024.07.15 19:58:29.042491 [ 3 ] {76cd9b45-ec63-4425-937e-bf71a5448d5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8402 | 2024.07.15 19:58:29.042973 [ 3 ] {76cd9b45-ec63-4425-937e-bf71a5448d5b} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8403 | 2024.07.15 19:58:29.043014 [ 3 ] {76cd9b45-ec63-4425-937e-bf71a5448d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8404 | 2024.07.15 19:58:29.043402 [ 3 ] {76cd9b45-ec63-4425-937e-bf71a5448d5b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8405 | 2024.07.15 19:58:29.043737 [ 3 ] {76cd9b45-ec63-4425-937e-bf71a5448d5b} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8406 | 2024.07.15 19:58:29.043893 [ 3 ] {76cd9b45-ec63-4425-937e-bf71a5448d5b} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001706 sec., 14067.99531066823 rows/sec., 1.11 MiB/sec. | ||
8407 | 2024.07.15 19:58:29.044133 [ 3 ] {76cd9b45-ec63-4425-937e-bf71a5448d5b} <Debug> DynamicQueryHandler: Done processing query | ||
8408 | 2024.07.15 19:58:29.044161 [ 3 ] {76cd9b45-ec63-4425-937e-bf71a5448d5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8409 | 2024.07.15 19:58:29.044180 [ 3 ] {} <Debug> HTTP-Session: 11c4ad72-48d1-4e31-beac-06d3772e1f52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8410 | 2024.07.15 19:58:29.044344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8411 | 2024.07.15 19:58:29.044398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8412 | 2024.07.15 19:58:29.044418 [ 3 ] {} <Debug> HTTP-Session: 329e48e5-0c30-4e59-a0d9-3b370204ada7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8413 | 2024.07.15 19:58:29.044435 [ 3 ] {} <Debug> HTTP-Session: 329e48e5-0c30-4e59-a0d9-3b370204ada7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8414 | 2024.07.15 19:58:29.044449 [ 3 ] {} <Debug> HTTP-Session: 329e48e5-0c30-4e59-a0d9-3b370204ada7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8415 | 2024.07.15 19:58:29.044483 [ 3 ] {} <Trace> HTTP-Session: 329e48e5-0c30-4e59-a0d9-3b370204ada7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8416 | 2024.07.15 19:58:29.044585 [ 3 ] {fff5e029-f0bd-448c-a3bd-ae467897c722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8417 | 2024.07.15 19:58:29.044629 [ 3 ] {fff5e029-f0bd-448c-a3bd-ae467897c722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8418 | 2024.07.15 19:58:29.044771 [ 3 ] {fff5e029-f0bd-448c-a3bd-ae467897c722} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8419 | 2024.07.15 19:58:29.045133 [ 3 ] {fff5e029-f0bd-448c-a3bd-ae467897c722} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8420 | 2024.07.15 19:58:29.045171 [ 3 ] {fff5e029-f0bd-448c-a3bd-ae467897c722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8421 | 2024.07.15 19:58:29.045470 [ 3 ] {fff5e029-f0bd-448c-a3bd-ae467897c722} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8422 | 2024.07.15 19:58:29.045779 [ 3 ] {fff5e029-f0bd-448c-a3bd-ae467897c722} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8423 | 2024.07.15 19:58:29.045935 [ 3 ] {fff5e029-f0bd-448c-a3bd-ae467897c722} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001371 sec., 1458.7892049598834 rows/sec., 118.95 KiB/sec. | ||
8424 | 2024.07.15 19:58:29.046201 [ 3 ] {fff5e029-f0bd-448c-a3bd-ae467897c722} <Debug> DynamicQueryHandler: Done processing query | ||
8425 | 2024.07.15 19:58:29.046227 [ 3 ] {fff5e029-f0bd-448c-a3bd-ae467897c722} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8426 | 2024.07.15 19:58:29.046243 [ 3 ] {} <Debug> HTTP-Session: 329e48e5-0c30-4e59-a0d9-3b370204ada7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8427 | 2024.07.15 19:58:29.046383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 23755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8428 | 2024.07.15 19:58:29.046433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8429 | 2024.07.15 19:58:29.046452 [ 3 ] {} <Debug> HTTP-Session: 595e17ab-c125-4275-86e7-54c4b8aba068 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8430 | 2024.07.15 19:58:29.046469 [ 3 ] {} <Debug> HTTP-Session: 595e17ab-c125-4275-86e7-54c4b8aba068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8431 | 2024.07.15 19:58:29.046483 [ 3 ] {} <Debug> HTTP-Session: 595e17ab-c125-4275-86e7-54c4b8aba068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8432 | 2024.07.15 19:58:29.046514 [ 3 ] {} <Trace> HTTP-Session: 595e17ab-c125-4275-86e7-54c4b8aba068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8433 | 2024.07.15 19:58:29.046659 [ 3 ] {fa9d74e1-08f9-48cc-bace-08a998d0564a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8434 | 2024.07.15 19:58:29.046703 [ 3 ] {fa9d74e1-08f9-48cc-bace-08a998d0564a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8435 | 2024.07.15 19:58:29.046849 [ 3 ] {fa9d74e1-08f9-48cc-bace-08a998d0564a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8436 | 2024.07.15 19:58:29.047265 [ 3 ] {fa9d74e1-08f9-48cc-bace-08a998d0564a} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8437 | 2024.07.15 19:58:29.047302 [ 3 ] {fa9d74e1-08f9-48cc-bace-08a998d0564a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8438 | 2024.07.15 19:58:29.047617 [ 3 ] {fa9d74e1-08f9-48cc-bace-08a998d0564a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8439 | 2024.07.15 19:58:29.047923 [ 3 ] {fa9d74e1-08f9-48cc-bace-08a998d0564a} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8440 | 2024.07.15 19:58:29.048087 [ 3 ] {fa9d74e1-08f9-48cc-bace-08a998d0564a} <Debug> executeQuery: Read 165 rows, 13.73 KiB in 0.001482 sec., 111336.03238866397 rows/sec., 9.05 MiB/sec. | ||
8441 | 2024.07.15 19:58:29.048089 [ 44 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8442 | 2024.07.15 19:58:29.048207 [ 44 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8443 | 2024.07.15 19:58:29.048246 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8444 | 2024.07.15 19:58:29.048312 [ 3 ] {fa9d74e1-08f9-48cc-bace-08a998d0564a} <Debug> DynamicQueryHandler: Done processing query | ||
8445 | 2024.07.15 19:58:29.048375 [ 3 ] {fa9d74e1-08f9-48cc-bace-08a998d0564a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8446 | 2024.07.15 19:58:29.048446 [ 3 ] {} <Debug> HTTP-Session: 595e17ab-c125-4275-86e7-54c4b8aba068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8447 | 2024.07.15 19:58:29.048513 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
8448 | 2024.07.15 19:58:29.048616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8449 | 2024.07.15 19:58:29.048709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8450 | 2024.07.15 19:58:29.048767 [ 3 ] {} <Debug> HTTP-Session: 8054d31c-237d-42a5-a267-243418500a1b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8451 | 2024.07.15 19:58:29.048817 [ 3 ] {} <Debug> HTTP-Session: 8054d31c-237d-42a5-a267-243418500a1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8452 | 2024.07.15 19:58:29.048830 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8453 | 2024.07.15 19:58:29.048846 [ 3 ] {} <Debug> HTTP-Session: 8054d31c-237d-42a5-a267-243418500a1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8454 | 2024.07.15 19:58:29.048893 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 294 rows starting from the beginning of the part | ||
8455 | 2024.07.15 19:58:29.048913 [ 3 ] {} <Trace> HTTP-Session: 8054d31c-237d-42a5-a267-243418500a1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8456 | 2024.07.15 19:58:29.049096 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 129 rows starting from the beginning of the part | ||
8457 | 2024.07.15 19:58:29.049224 [ 3 ] {48588fc4-d22b-428b-bb88-456bad967190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8458 | 2024.07.15 19:58:29.049396 [ 3 ] {48588fc4-d22b-428b-bb88-456bad967190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8459 | 2024.07.15 19:58:29.049420 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 179 rows starting from the beginning of the part | ||
8460 | 2024.07.15 19:58:29.049868 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 128 rows starting from the beginning of the part | ||
8461 | 2024.07.15 19:58:29.050197 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 179 rows starting from the beginning of the part | ||
8462 | 2024.07.15 19:58:29.050473 [ 3 ] {48588fc4-d22b-428b-bb88-456bad967190} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8463 | 2024.07.15 19:58:29.050518 [ 193 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 165 rows starting from the beginning of the part | ||
8464 | 2024.07.15 19:58:29.051331 [ 3 ] {48588fc4-d22b-428b-bb88-456bad967190} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8465 | 2024.07.15 19:58:29.051394 [ 3 ] {48588fc4-d22b-428b-bb88-456bad967190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8466 | 2024.07.15 19:58:29.052196 [ 3 ] {48588fc4-d22b-428b-bb88-456bad967190} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8467 | 2024.07.15 19:58:29.053075 [ 3 ] {48588fc4-d22b-428b-bb88-456bad967190} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8468 | 2024.07.15 19:58:29.053431 [ 3 ] {48588fc4-d22b-428b-bb88-456bad967190} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004324 sec., 462.5346901017577 rows/sec., 32.30 KiB/sec. | ||
8469 | 2024.07.15 19:58:29.054080 [ 3 ] {48588fc4-d22b-428b-bb88-456bad967190} <Debug> DynamicQueryHandler: Done processing query | ||
8470 | 2024.07.15 19:58:29.054091 [ 199 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1074 rows, containing 4 columns (4 merged, 0 gathered) in 0.005752315 sec., 186707.4386573058 rows/sec., 15.94 MiB/sec. | ||
8471 | 2024.07.15 19:58:29.054108 [ 3 ] {48588fc4-d22b-428b-bb88-456bad967190} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8472 | 2024.07.15 19:58:29.054136 [ 3 ] {} <Debug> HTTP-Session: 8054d31c-237d-42a5-a267-243418500a1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8473 | 2024.07.15 19:58:29.054279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 19335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8474 | 2024.07.15 19:58:29.054292 [ 197 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8475 | 2024.07.15 19:58:29.054393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8476 | 2024.07.15 19:58:29.054439 [ 3 ] {} <Debug> HTTP-Session: c8b231fd-ec3a-41b4-9901-7b67a45f6841 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8477 | 2024.07.15 19:58:29.054460 [ 3 ] {} <Debug> HTTP-Session: c8b231fd-ec3a-41b4-9901-7b67a45f6841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8478 | 2024.07.15 19:58:29.054481 [ 3 ] {} <Debug> HTTP-Session: c8b231fd-ec3a-41b4-9901-7b67a45f6841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8479 | 2024.07.15 19:58:29.054556 [ 3 ] {} <Trace> HTTP-Session: c8b231fd-ec3a-41b4-9901-7b67a45f6841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8480 | 2024.07.15 19:58:29.054878 [ 3 ] {ae66677a-0e01-4da6-a0cc-c1c36cb27f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8481 | 2024.07.15 19:58:29.054961 [ 3 ] {ae66677a-0e01-4da6-a0cc-c1c36cb27f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8482 | 2024.07.15 19:58:29.055133 [ 197 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8483 | 2024.07.15 19:58:29.055361 [ 3 ] {ae66677a-0e01-4da6-a0cc-c1c36cb27f9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8484 | 2024.07.15 19:58:29.055372 [ 197 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_46_9} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8485 | 2024.07.15 19:58:29.055551 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
8486 | 2024.07.15 19:58:29.055847 [ 3 ] {ae66677a-0e01-4da6-a0cc-c1c36cb27f9d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8487 | 2024.07.15 19:58:29.055890 [ 3 ] {ae66677a-0e01-4da6-a0cc-c1c36cb27f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8488 | 2024.07.15 19:58:29.056217 [ 3 ] {ae66677a-0e01-4da6-a0cc-c1c36cb27f9d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8489 | 2024.07.15 19:58:29.056532 [ 3 ] {ae66677a-0e01-4da6-a0cc-c1c36cb27f9d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8490 | 2024.07.15 19:58:29.056690 [ 3 ] {ae66677a-0e01-4da6-a0cc-c1c36cb27f9d} <Debug> executeQuery: Read 114 rows, 9.10 KiB in 0.001913 sec., 59592.26346053319 rows/sec., 4.64 MiB/sec. | ||
8491 | 2024.07.15 19:58:29.056702 [ 44 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8492 | 2024.07.15 19:58:29.056788 [ 44 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8493 | 2024.07.15 19:58:29.056836 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8494 | 2024.07.15 19:58:29.057018 [ 3 ] {ae66677a-0e01-4da6-a0cc-c1c36cb27f9d} <Debug> DynamicQueryHandler: Done processing query | ||
8495 | 2024.07.15 19:58:29.057083 [ 3 ] {ae66677a-0e01-4da6-a0cc-c1c36cb27f9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8496 | 2024.07.15 19:58:29.057089 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
8497 | 2024.07.15 19:58:29.057160 [ 3 ] {} <Debug> HTTP-Session: c8b231fd-ec3a-41b4-9901-7b67a45f6841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8498 | 2024.07.15 19:58:29.057514 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8499 | 2024.07.15 19:58:29.057560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 37753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8500 | 2024.07.15 19:58:29.057611 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 468 rows starting from the beginning of the part | ||
8501 | 2024.07.15 19:58:29.057746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8502 | 2024.07.15 19:58:29.057876 [ 3 ] {} <Debug> HTTP-Session: 8693bc8c-587e-48ac-89e3-8c15fb598b67 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8503 | 2024.07.15 19:58:29.058000 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 90 rows starting from the beginning of the part | ||
8504 | 2024.07.15 19:58:29.058019 [ 3 ] {} <Debug> HTTP-Session: 8693bc8c-587e-48ac-89e3-8c15fb598b67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8505 | 2024.07.15 19:58:29.058095 [ 3 ] {} <Debug> HTTP-Session: 8693bc8c-587e-48ac-89e3-8c15fb598b67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8506 | 2024.07.15 19:58:29.058216 [ 3 ] {} <Trace> HTTP-Session: 8693bc8c-587e-48ac-89e3-8c15fb598b67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8507 | 2024.07.15 19:58:29.058239 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 388 rows starting from the beginning of the part | ||
8508 | 2024.07.15 19:58:29.058571 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 88 rows starting from the beginning of the part | ||
8509 | 2024.07.15 19:58:29.058775 [ 3 ] {6e49abd6-7bf2-4f7e-8a4f-956e37f542aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8510 | 2024.07.15 19:58:29.058803 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 388 rows starting from the beginning of the part | ||
8511 | 2024.07.15 19:58:29.059018 [ 3 ] {6e49abd6-7bf2-4f7e-8a4f-956e37f542aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8512 | 2024.07.15 19:58:29.059050 [ 201 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 114 rows starting from the beginning of the part | ||
8513 | 2024.07.15 19:58:29.059878 [ 3 ] {6e49abd6-7bf2-4f7e-8a4f-956e37f542aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8514 | 2024.07.15 19:58:29.061257 [ 3 ] {6e49abd6-7bf2-4f7e-8a4f-956e37f542aa} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8515 | 2024.07.15 19:58:29.061340 [ 3 ] {6e49abd6-7bf2-4f7e-8a4f-956e37f542aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8516 | 2024.07.15 19:58:29.062291 [ 3 ] {6e49abd6-7bf2-4f7e-8a4f-956e37f542aa} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8517 | 2024.07.15 19:58:29.062307 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 4 columns (4 merged, 0 gathered) in 0.005378927 sec., 285558.81126477453 rows/sec., 20.63 MiB/sec. | ||
8518 | 2024.07.15 19:58:29.062544 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8519 | 2024.07.15 19:58:29.062779 [ 3 ] {6e49abd6-7bf2-4f7e-8a4f-956e37f542aa} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8520 | 2024.07.15 19:58:29.063056 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8521 | 2024.07.15 19:58:29.063075 [ 3 ] {6e49abd6-7bf2-4f7e-8a4f-956e37f542aa} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.00461 sec., 42733.18872017353 rows/sec., 2.98 MiB/sec. | ||
8522 | 2024.07.15 19:58:29.063145 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8523 | 2024.07.15 19:58:29.063315 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8524 | 2024.07.15 19:58:29.063348 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8525 | 2024.07.15 19:58:29.063653 [ 3 ] {6e49abd6-7bf2-4f7e-8a4f-956e37f542aa} <Debug> DynamicQueryHandler: Done processing query | ||
8526 | 2024.07.15 19:58:29.063720 [ 199 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_46_9} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8527 | 2024.07.15 19:58:29.063724 [ 3 ] {6e49abd6-7bf2-4f7e-8a4f-956e37f542aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8528 | 2024.07.15 19:58:29.063744 [ 188 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
8529 | 2024.07.15 19:58:29.063766 [ 3 ] {} <Debug> HTTP-Session: 8693bc8c-587e-48ac-89e3-8c15fb598b67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8530 | 2024.07.15 19:58:29.063906 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
8531 | 2024.07.15 19:58:29.064052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8532 | 2024.07.15 19:58:29.064137 [ 188 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8533 | 2024.07.15 19:58:29.064155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8534 | 2024.07.15 19:58:29.064213 [ 3 ] {} <Debug> HTTP-Session: 1e7b0696-07f8-4e85-9f46-89044ef6c0ca Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8535 | 2024.07.15 19:58:29.064218 [ 188 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6656 rows starting from the beginning of the part | ||
8536 | 2024.07.15 19:58:29.064238 [ 3 ] {} <Debug> HTTP-Session: 1e7b0696-07f8-4e85-9f46-89044ef6c0ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8537 | 2024.07.15 19:58:29.064282 [ 3 ] {} <Debug> HTTP-Session: 1e7b0696-07f8-4e85-9f46-89044ef6c0ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8538 | 2024.07.15 19:58:29.064397 [ 3 ] {} <Trace> HTTP-Session: 1e7b0696-07f8-4e85-9f46-89044ef6c0ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8539 | 2024.07.15 19:58:29.064480 [ 188 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
8540 | 2024.07.15 19:58:29.064787 [ 188 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
8541 | 2024.07.15 19:58:29.064895 [ 188 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
8542 | 2024.07.15 19:58:29.064980 [ 188 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
8543 | 2024.07.15 19:58:29.065066 [ 188 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 197 rows starting from the beginning of the part | ||
8544 | 2024.07.15 19:58:29.065301 [ 3 ] {60f64908-560c-40d0-91fd-7280c6a7f25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8545 | 2024.07.15 19:58:29.065438 [ 3 ] {60f64908-560c-40d0-91fd-7280c6a7f25a} <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 | ||
8546 | 2024.07.15 19:58:29.066580 [ 3 ] {60f64908-560c-40d0-91fd-7280c6a7f25a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8547 | 2024.07.15 19:58:29.068020 [ 3 ] {60f64908-560c-40d0-91fd-7280c6a7f25a} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8548 | 2024.07.15 19:58:29.068059 [ 3 ] {60f64908-560c-40d0-91fd-7280c6a7f25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8549 | 2024.07.15 19:58:29.069129 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7494 rows, containing 5 columns (5 merged, 0 gathered) in 0.005631052 sec., 1330834.8067110728 rows/sec., 92.55 MiB/sec. | ||
8550 | 2024.07.15 19:58:29.069136 [ 3 ] {60f64908-560c-40d0-91fd-7280c6a7f25a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8551 | 2024.07.15 19:58:29.069636 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8552 | 2024.07.15 19:58:29.069638 [ 3 ] {60f64908-560c-40d0-91fd-7280c6a7f25a} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8553 | 2024.07.15 19:58:29.070073 [ 3 ] {60f64908-560c-40d0-91fd-7280c6a7f25a} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.005365 sec., 4473.438956197577 rows/sec., 8.02 MiB/sec. | ||
8554 | 2024.07.15 19:58:29.071507 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8555 | 2024.07.15 19:58:29.071607 [ 3 ] {60f64908-560c-40d0-91fd-7280c6a7f25a} <Debug> DynamicQueryHandler: Done processing query | ||
8556 | 2024.07.15 19:58:29.071639 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8557 | 2024.07.15 19:58:29.071640 [ 3 ] {60f64908-560c-40d0-91fd-7280c6a7f25a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8558 | 2024.07.15 19:58:29.071670 [ 3 ] {} <Debug> HTTP-Session: 1e7b0696-07f8-4e85-9f46-89044ef6c0ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8559 | 2024.07.15 19:58:29.071749 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
8560 | 2024.07.15 19:58:29.071810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8561 | 2024.07.15 19:58:29.071859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8562 | 2024.07.15 19:58:29.071879 [ 3 ] {} <Debug> HTTP-Session: 8b61e419-b301-41f4-a111-04534feae72b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8563 | 2024.07.15 19:58:29.071896 [ 3 ] {} <Debug> HTTP-Session: 8b61e419-b301-41f4-a111-04534feae72b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8564 | 2024.07.15 19:58:29.071909 [ 3 ] {} <Debug> HTTP-Session: 8b61e419-b301-41f4-a111-04534feae72b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8565 | 2024.07.15 19:58:29.071941 [ 3 ] {} <Trace> HTTP-Session: 8b61e419-b301-41f4-a111-04534feae72b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8566 | 2024.07.15 19:58:29.072066 [ 3 ] {fbdf794f-5951-4d94-842f-2163f151cd10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8567 | 2024.07.15 19:58:29.072111 [ 3 ] {fbdf794f-5951-4d94-842f-2163f151cd10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8568 | 2024.07.15 19:58:29.072251 [ 3 ] {fbdf794f-5951-4d94-842f-2163f151cd10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8569 | 2024.07.15 19:58:29.072549 [ 3 ] {fbdf794f-5951-4d94-842f-2163f151cd10} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8570 | 2024.07.15 19:58:29.072585 [ 3 ] {fbdf794f-5951-4d94-842f-2163f151cd10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8571 | 2024.07.15 19:58:29.072948 [ 3 ] {fbdf794f-5951-4d94-842f-2163f151cd10} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8572 | 2024.07.15 19:58:29.073279 [ 3 ] {fbdf794f-5951-4d94-842f-2163f151cd10} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8573 | 2024.07.15 19:58:29.073446 [ 3 ] {fbdf794f-5951-4d94-842f-2163f151cd10} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
8574 | 2024.07.15 19:58:29.073450 [ 44 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8575 | 2024.07.15 19:58:29.073543 [ 44 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8576 | 2024.07.15 19:58:29.073598 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8577 | 2024.07.15 19:58:29.073722 [ 3 ] {fbdf794f-5951-4d94-842f-2163f151cd10} <Debug> DynamicQueryHandler: Done processing query | ||
8578 | 2024.07.15 19:58:29.073746 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
8579 | 2024.07.15 19:58:29.073756 [ 3 ] {fbdf794f-5951-4d94-842f-2163f151cd10} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8580 | 2024.07.15 19:58:29.073784 [ 3 ] {} <Debug> HTTP-Session: 8b61e419-b301-41f4-a111-04534feae72b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8581 | 2024.07.15 19:58:29.073874 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8582 | 2024.07.15 19:58:29.073905 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2100 rows starting from the beginning of the part | ||
8583 | 2024.07.15 19:58:29.074004 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
8584 | 2024.07.15 19:58:29.074220 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
8585 | 2024.07.15 19:58:29.074408 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
8586 | 2024.07.15 19:58:29.074565 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
8587 | 2024.07.15 19:58:29.074732 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
8588 | 2024.07.15 19:58:29.076095 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 4 columns (4 merged, 0 gathered) in 0.002407717 sec., 996794.8891003386 rows/sec., 67.86 MiB/sec. | ||
8589 | 2024.07.15 19:58:29.076354 [ 196 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8590 | 2024.07.15 19:58:29.076804 [ 196 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_46_9} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8591 | 2024.07.15 19:58:29.076890 [ 196 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_46_9} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8592 | 2024.07.15 19:58:29.076985 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
8593 | 2024.07.15 19:58:34.043687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8594 | 2024.07.15 19:58:34.043821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8595 | 2024.07.15 19:58:34.043853 [ 3 ] {} <Debug> HTTP-Session: 8fdfe878-07fb-431e-ae39-f5050eccf04d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8596 | 2024.07.15 19:58:34.043880 [ 3 ] {} <Debug> HTTP-Session: 8fdfe878-07fb-431e-ae39-f5050eccf04d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8597 | 2024.07.15 19:58:34.043899 [ 3 ] {} <Debug> HTTP-Session: 8fdfe878-07fb-431e-ae39-f5050eccf04d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8598 | 2024.07.15 19:58:34.043957 [ 3 ] {} <Trace> HTTP-Session: 8fdfe878-07fb-431e-ae39-f5050eccf04d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8599 | 2024.07.15 19:58:34.044155 [ 3 ] {6b65fc8e-0fec-4aac-8b1a-93117d26f38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8600 | 2024.07.15 19:58:34.044220 [ 3 ] {6b65fc8e-0fec-4aac-8b1a-93117d26f38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8601 | 2024.07.15 19:58:34.044406 [ 3 ] {6b65fc8e-0fec-4aac-8b1a-93117d26f38a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8602 | 2024.07.15 19:58:34.044808 [ 3 ] {6b65fc8e-0fec-4aac-8b1a-93117d26f38a} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8603 | 2024.07.15 19:58:34.044848 [ 3 ] {6b65fc8e-0fec-4aac-8b1a-93117d26f38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8604 | 2024.07.15 19:58:34.045207 [ 3 ] {6b65fc8e-0fec-4aac-8b1a-93117d26f38a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8605 | 2024.07.15 19:58:34.045554 [ 3 ] {6b65fc8e-0fec-4aac-8b1a-93117d26f38a} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8606 | 2024.07.15 19:58:34.045704 [ 3 ] {6b65fc8e-0fec-4aac-8b1a-93117d26f38a} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001608 sec., 7462.686567164179 rows/sec., 513.79 KiB/sec. | ||
8607 | 2024.07.15 19:58:34.045712 [ 39 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8608 | 2024.07.15 19:58:34.045773 [ 39 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8609 | 2024.07.15 19:58:34.045810 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8610 | 2024.07.15 19:58:34.045987 [ 3 ] {6b65fc8e-0fec-4aac-8b1a-93117d26f38a} <Debug> DynamicQueryHandler: Done processing query | ||
8611 | 2024.07.15 19:58:34.046063 [ 3 ] {6b65fc8e-0fec-4aac-8b1a-93117d26f38a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8612 | 2024.07.15 19:58:34.046064 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
8613 | 2024.07.15 19:58:34.046139 [ 3 ] {} <Debug> HTTP-Session: 8fdfe878-07fb-431e-ae39-f5050eccf04d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8614 | 2024.07.15 19:58:34.046466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8615 | 2024.07.15 19:58:34.046494 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8616 | 2024.07.15 19:58:34.046557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8617 | 2024.07.15 19:58:34.046602 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
8618 | 2024.07.15 19:58:34.046610 [ 3 ] {} <Debug> HTTP-Session: ee13dc75-36c8-4ed6-9261-f5d5ac664c97 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8619 | 2024.07.15 19:58:34.046664 [ 3 ] {} <Debug> HTTP-Session: ee13dc75-36c8-4ed6-9261-f5d5ac664c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8620 | 2024.07.15 19:58:34.046701 [ 3 ] {} <Debug> HTTP-Session: ee13dc75-36c8-4ed6-9261-f5d5ac664c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8621 | 2024.07.15 19:58:34.046861 [ 3 ] {} <Trace> HTTP-Session: ee13dc75-36c8-4ed6-9261-f5d5ac664c97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8622 | 2024.07.15 19:58:34.046887 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 12 rows starting from the beginning of the part | ||
8623 | 2024.07.15 19:58:34.047120 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part | ||
8624 | 2024.07.15 19:58:34.047248 [ 3 ] {ee276672-d416-4bc4-9cea-fc248a7a8bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8625 | 2024.07.15 19:58:34.047341 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 12 rows starting from the beginning of the part | ||
8626 | 2024.07.15 19:58:34.047456 [ 3 ] {ee276672-d416-4bc4-9cea-fc248a7a8bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8627 | 2024.07.15 19:58:34.047682 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part | ||
8628 | 2024.07.15 19:58:34.047944 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part | ||
8629 | 2024.07.15 19:58:34.048644 [ 3 ] {ee276672-d416-4bc4-9cea-fc248a7a8bc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8630 | 2024.07.15 19:58:34.049552 [ 3 ] {ee276672-d416-4bc4-9cea-fc248a7a8bc9} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8631 | 2024.07.15 19:58:34.049634 [ 3 ] {ee276672-d416-4bc4-9cea-fc248a7a8bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8632 | 2024.07.15 19:58:34.050497 [ 3 ] {ee276672-d416-4bc4-9cea-fc248a7a8bc9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8633 | 2024.07.15 19:58:34.050687 [ 196 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004776865 sec., 25121.078364157245 rows/sec., 1.87 MiB/sec. | ||
8634 | 2024.07.15 19:58:34.050977 [ 196 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8635 | 2024.07.15 19:58:34.051133 [ 3 ] {ee276672-d416-4bc4-9cea-fc248a7a8bc9} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8636 | 2024.07.15 19:58:34.051552 [ 3 ] {ee276672-d416-4bc4-9cea-fc248a7a8bc9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004442 sec., 900.4952723998199 rows/sec., 73.43 KiB/sec. | ||
8637 | 2024.07.15 19:58:34.052127 [ 3 ] {ee276672-d416-4bc4-9cea-fc248a7a8bc9} <Debug> DynamicQueryHandler: Done processing query | ||
8638 | 2024.07.15 19:58:34.052167 [ 3 ] {ee276672-d416-4bc4-9cea-fc248a7a8bc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8639 | 2024.07.15 19:58:34.052213 [ 3 ] {} <Debug> HTTP-Session: ee13dc75-36c8-4ed6-9261-f5d5ac664c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8640 | 2024.07.15 19:58:34.052347 [ 196 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_41_8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8641 | 2024.07.15 19:58:34.052441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8642 | 2024.07.15 19:58:34.052503 [ 196 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_41_8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8643 | 2024.07.15 19:58:34.052527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8644 | 2024.07.15 19:58:34.052562 [ 3 ] {} <Debug> HTTP-Session: 27e4a0d1-4faf-46da-b4f9-9d2bf19298ac Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8645 | 2024.07.15 19:58:34.052602 [ 3 ] {} <Debug> HTTP-Session: 27e4a0d1-4faf-46da-b4f9-9d2bf19298ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8646 | 2024.07.15 19:58:34.052646 [ 3 ] {} <Debug> HTTP-Session: 27e4a0d1-4faf-46da-b4f9-9d2bf19298ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8647 | 2024.07.15 19:58:34.052679 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8648 | 2024.07.15 19:58:34.052707 [ 3 ] {} <Trace> HTTP-Session: 27e4a0d1-4faf-46da-b4f9-9d2bf19298ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8649 | 2024.07.15 19:58:34.052887 [ 3 ] {eaa9a7d3-ddc9-4493-b89e-67656ce99e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8650 | 2024.07.15 19:58:34.052932 [ 3 ] {eaa9a7d3-ddc9-4493-b89e-67656ce99e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8651 | 2024.07.15 19:58:34.053081 [ 3 ] {eaa9a7d3-ddc9-4493-b89e-67656ce99e2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8652 | 2024.07.15 19:58:34.053511 [ 3 ] {eaa9a7d3-ddc9-4493-b89e-67656ce99e2b} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8653 | 2024.07.15 19:58:34.053547 [ 3 ] {eaa9a7d3-ddc9-4493-b89e-67656ce99e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8654 | 2024.07.15 19:58:34.053875 [ 3 ] {eaa9a7d3-ddc9-4493-b89e-67656ce99e2b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8655 | 2024.07.15 19:58:34.054183 [ 3 ] {eaa9a7d3-ddc9-4493-b89e-67656ce99e2b} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8656 | 2024.07.15 19:58:34.054311 [ 3 ] {eaa9a7d3-ddc9-4493-b89e-67656ce99e2b} <Debug> executeQuery: Read 181 rows, 16.31 KiB in 0.001498 sec., 120827.77036048064 rows/sec., 10.63 MiB/sec. | ||
8657 | 2024.07.15 19:58:34.054471 [ 3 ] {eaa9a7d3-ddc9-4493-b89e-67656ce99e2b} <Debug> DynamicQueryHandler: Done processing query | ||
8658 | 2024.07.15 19:58:34.054495 [ 3 ] {eaa9a7d3-ddc9-4493-b89e-67656ce99e2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8659 | 2024.07.15 19:58:34.054511 [ 3 ] {} <Debug> HTTP-Session: 27e4a0d1-4faf-46da-b4f9-9d2bf19298ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8660 | 2024.07.15 19:58:34.054657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8661 | 2024.07.15 19:58:34.054703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8662 | 2024.07.15 19:58:34.054722 [ 3 ] {} <Debug> HTTP-Session: 9bd66fce-d09b-4800-a847-61c781130e20 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8663 | 2024.07.15 19:58:34.054739 [ 3 ] {} <Debug> HTTP-Session: 9bd66fce-d09b-4800-a847-61c781130e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8664 | 2024.07.15 19:58:34.054752 [ 3 ] {} <Debug> HTTP-Session: 9bd66fce-d09b-4800-a847-61c781130e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8665 | 2024.07.15 19:58:34.054784 [ 3 ] {} <Trace> HTTP-Session: 9bd66fce-d09b-4800-a847-61c781130e20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8666 | 2024.07.15 19:58:34.054877 [ 3 ] {7d02b58c-fd40-4c25-8b37-2c78e3a1519d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8667 | 2024.07.15 19:58:34.054918 [ 3 ] {7d02b58c-fd40-4c25-8b37-2c78e3a1519d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8668 | 2024.07.15 19:58:34.055042 [ 3 ] {7d02b58c-fd40-4c25-8b37-2c78e3a1519d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8669 | 2024.07.15 19:58:34.055301 [ 3 ] {7d02b58c-fd40-4c25-8b37-2c78e3a1519d} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8670 | 2024.07.15 19:58:34.055336 [ 3 ] {7d02b58c-fd40-4c25-8b37-2c78e3a1519d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8671 | 2024.07.15 19:58:34.055626 [ 3 ] {7d02b58c-fd40-4c25-8b37-2c78e3a1519d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8672 | 2024.07.15 19:58:34.055937 [ 3 ] {7d02b58c-fd40-4c25-8b37-2c78e3a1519d} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8673 | 2024.07.15 19:58:34.056064 [ 3 ] {7d02b58c-fd40-4c25-8b37-2c78e3a1519d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001212 sec., 3300.3300330033003 rows/sec., 230.44 KiB/sec. | ||
8674 | 2024.07.15 19:58:34.056363 [ 3 ] {7d02b58c-fd40-4c25-8b37-2c78e3a1519d} <Debug> DynamicQueryHandler: Done processing query | ||
8675 | 2024.07.15 19:58:34.056387 [ 3 ] {7d02b58c-fd40-4c25-8b37-2c78e3a1519d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8676 | 2024.07.15 19:58:34.056403 [ 3 ] {} <Debug> HTTP-Session: 9bd66fce-d09b-4800-a847-61c781130e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8677 | 2024.07.15 19:58:34.056617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 63296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8678 | 2024.07.15 19:58:34.056664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8679 | 2024.07.15 19:58:34.056683 [ 3 ] {} <Debug> HTTP-Session: 5aa1774b-768e-423e-ae29-1cf1fc24f4c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8680 | 2024.07.15 19:58:34.056700 [ 3 ] {} <Debug> HTTP-Session: 5aa1774b-768e-423e-ae29-1cf1fc24f4c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8681 | 2024.07.15 19:58:34.056714 [ 3 ] {} <Debug> HTTP-Session: 5aa1774b-768e-423e-ae29-1cf1fc24f4c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8682 | 2024.07.15 19:58:34.056744 [ 3 ] {} <Trace> HTTP-Session: 5aa1774b-768e-423e-ae29-1cf1fc24f4c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8683 | 2024.07.15 19:58:34.056945 [ 3 ] {82f97ac4-1ed9-4742-a2d4-0c56d4b4eb67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8684 | 2024.07.15 19:58:34.056989 [ 3 ] {82f97ac4-1ed9-4742-a2d4-0c56d4b4eb67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8685 | 2024.07.15 19:58:34.057133 [ 3 ] {82f97ac4-1ed9-4742-a2d4-0c56d4b4eb67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8686 | 2024.07.15 19:58:34.057707 [ 3 ] {82f97ac4-1ed9-4742-a2d4-0c56d4b4eb67} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8687 | 2024.07.15 19:58:34.057744 [ 3 ] {82f97ac4-1ed9-4742-a2d4-0c56d4b4eb67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8688 | 2024.07.15 19:58:34.058069 [ 3 ] {82f97ac4-1ed9-4742-a2d4-0c56d4b4eb67} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8689 | 2024.07.15 19:58:34.058374 [ 3 ] {82f97ac4-1ed9-4742-a2d4-0c56d4b4eb67} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8690 | 2024.07.15 19:58:34.058497 [ 3 ] {82f97ac4-1ed9-4742-a2d4-0c56d4b4eb67} <Debug> executeQuery: Read 392 rows, 28.28 KiB in 0.001664 sec., 235576.9230769231 rows/sec., 16.60 MiB/sec. | ||
8691 | 2024.07.15 19:58:34.058658 [ 3 ] {82f97ac4-1ed9-4742-a2d4-0c56d4b4eb67} <Debug> DynamicQueryHandler: Done processing query | ||
8692 | 2024.07.15 19:58:34.058681 [ 3 ] {82f97ac4-1ed9-4742-a2d4-0c56d4b4eb67} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8693 | 2024.07.15 19:58:34.058697 [ 3 ] {} <Debug> HTTP-Session: 5aa1774b-768e-423e-ae29-1cf1fc24f4c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8694 | 2024.07.15 19:58:34.058900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8695 | 2024.07.15 19:58:34.058948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8696 | 2024.07.15 19:58:34.058967 [ 3 ] {} <Debug> HTTP-Session: 10e79a41-46ea-4e7b-be5f-e61efccbed88 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8697 | 2024.07.15 19:58:34.058983 [ 3 ] {} <Debug> HTTP-Session: 10e79a41-46ea-4e7b-be5f-e61efccbed88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8698 | 2024.07.15 19:58:34.058997 [ 3 ] {} <Debug> HTTP-Session: 10e79a41-46ea-4e7b-be5f-e61efccbed88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8699 | 2024.07.15 19:58:34.059027 [ 3 ] {} <Trace> HTTP-Session: 10e79a41-46ea-4e7b-be5f-e61efccbed88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8700 | 2024.07.15 19:58:34.059120 [ 3 ] {1cb93403-2a68-4fe2-b41d-25a687946c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8701 | 2024.07.15 19:58:34.059165 [ 3 ] {1cb93403-2a68-4fe2-b41d-25a687946c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8702 | 2024.07.15 19:58:34.059292 [ 3 ] {1cb93403-2a68-4fe2-b41d-25a687946c48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8703 | 2024.07.15 19:58:34.059563 [ 3 ] {1cb93403-2a68-4fe2-b41d-25a687946c48} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8704 | 2024.07.15 19:58:34.059599 [ 3 ] {1cb93403-2a68-4fe2-b41d-25a687946c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8705 | 2024.07.15 19:58:34.059960 [ 3 ] {1cb93403-2a68-4fe2-b41d-25a687946c48} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8706 | 2024.07.15 19:58:34.060285 [ 3 ] {1cb93403-2a68-4fe2-b41d-25a687946c48} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8707 | 2024.07.15 19:58:34.060403 [ 39 ] {} <Debug> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
8708 | 2024.07.15 19:58:34.060413 [ 3 ] {1cb93403-2a68-4fe2-b41d-25a687946c48} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001316 sec., 4559.270516717325 rows/sec., 195.91 KiB/sec. | ||
8709 | 2024.07.15 19:58:34.060443 [ 39 ] {} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8710 | 2024.07.15 19:58:34.060477 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8711 | 2024.07.15 19:58:34.060752 [ 3 ] {1cb93403-2a68-4fe2-b41d-25a687946c48} <Debug> DynamicQueryHandler: Done processing query | ||
8712 | 2024.07.15 19:58:34.060899 [ 3 ] {1cb93403-2a68-4fe2-b41d-25a687946c48} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8713 | 2024.07.15 19:58:34.061034 [ 3 ] {} <Debug> HTTP-Session: 10e79a41-46ea-4e7b-be5f-e61efccbed88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8714 | 2024.07.15 19:58:34.061107 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
8715 | 2024.07.15 19:58:34.061441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8716 | 2024.07.15 19:58:34.061583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8717 | 2024.07.15 19:58:34.061644 [ 3 ] {} <Debug> HTTP-Session: b184c9f9-acf9-4199-801c-f6aa841bbeaa Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8718 | 2024.07.15 19:58:34.061649 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8719 | 2024.07.15 19:58:34.061671 [ 3 ] {} <Debug> HTTP-Session: b184c9f9-acf9-4199-801c-f6aa841bbeaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8720 | 2024.07.15 19:58:34.061717 [ 3 ] {} <Debug> HTTP-Session: b184c9f9-acf9-4199-801c-f6aa841bbeaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8721 | 2024.07.15 19:58:34.061722 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
8722 | 2024.07.15 19:58:34.061775 [ 3 ] {} <Trace> HTTP-Session: b184c9f9-acf9-4199-801c-f6aa841bbeaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8723 | 2024.07.15 19:58:34.061953 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
8724 | 2024.07.15 19:58:34.062256 [ 3 ] {091ac98d-3f40-4051-80bf-868d28bcdc39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8725 | 2024.07.15 19:58:34.062272 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
8726 | 2024.07.15 19:58:34.062509 [ 3 ] {091ac98d-3f40-4051-80bf-868d28bcdc39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8727 | 2024.07.15 19:58:34.062573 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
8728 | 2024.07.15 19:58:34.062910 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
8729 | 2024.07.15 19:58:34.063216 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
8730 | 2024.07.15 19:58:34.063938 [ 3 ] {091ac98d-3f40-4051-80bf-868d28bcdc39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8731 | 2024.07.15 19:58:34.064721 [ 3 ] {091ac98d-3f40-4051-80bf-868d28bcdc39} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8732 | 2024.07.15 19:58:34.064785 [ 3 ] {091ac98d-3f40-4051-80bf-868d28bcdc39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8733 | 2024.07.15 19:58:34.065903 [ 3 ] {091ac98d-3f40-4051-80bf-868d28bcdc39} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8734 | 2024.07.15 19:58:34.066095 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00550996 sec., 17422.99399632665 rows/sec., 748.64 KiB/sec. | ||
8735 | 2024.07.15 19:58:34.066353 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
8736 | 2024.07.15 19:58:34.066640 [ 3 ] {091ac98d-3f40-4051-80bf-868d28bcdc39} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8737 | 2024.07.15 19:58:34.066997 [ 39 ] {} <Debug> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
8738 | 2024.07.15 19:58:34.067092 [ 39 ] {} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8739 | 2024.07.15 19:58:34.067095 [ 3 ] {091ac98d-3f40-4051-80bf-868d28bcdc39} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005062 sec., 15211.378901619913 rows/sec., 959.20 KiB/sec. | ||
8740 | 2024.07.15 19:58:34.067135 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8741 | 2024.07.15 19:58:34.067515 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_16_3} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8742 | 2024.07.15 19:58:34.067702 [ 3 ] {091ac98d-3f40-4051-80bf-868d28bcdc39} <Debug> DynamicQueryHandler: Done processing query | ||
8743 | 2024.07.15 19:58:34.067684 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
8744 | 2024.07.15 19:58:34.067762 [ 3 ] {091ac98d-3f40-4051-80bf-868d28bcdc39} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8745 | 2024.07.15 19:58:34.067780 [ 198 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_16_3} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
8746 | 2024.07.15 19:58:34.067827 [ 3 ] {} <Debug> HTTP-Session: b184c9f9-acf9-4199-801c-f6aa841bbeaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8747 | 2024.07.15 19:58:34.068020 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8748 | 2024.07.15 19:58:34.068088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8749 | 2024.07.15 19:58:34.068216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8750 | 2024.07.15 19:58:34.068244 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8751 | 2024.07.15 19:58:34.068255 [ 3 ] {} <Debug> HTTP-Session: e62ad994-8b23-4ada-b406-c89a61440eab Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8752 | 2024.07.15 19:58:34.068314 [ 3 ] {} <Debug> HTTP-Session: e62ad994-8b23-4ada-b406-c89a61440eab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8753 | 2024.07.15 19:58:34.068336 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
8754 | 2024.07.15 19:58:34.068347 [ 3 ] {} <Debug> HTTP-Session: e62ad994-8b23-4ada-b406-c89a61440eab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8755 | 2024.07.15 19:58:34.068449 [ 3 ] {} <Trace> HTTP-Session: e62ad994-8b23-4ada-b406-c89a61440eab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8756 | 2024.07.15 19:58:34.068594 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
8757 | 2024.07.15 19:58:34.068839 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
8758 | 2024.07.15 19:58:34.069017 [ 3 ] {dba29692-133d-4257-af40-ca1b05824283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8759 | 2024.07.15 19:58:34.069074 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
8760 | 2024.07.15 19:58:34.069242 [ 3 ] {dba29692-133d-4257-af40-ca1b05824283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8761 | 2024.07.15 19:58:34.069402 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
8762 | 2024.07.15 19:58:34.069758 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
8763 | 2024.07.15 19:58:34.070560 [ 3 ] {dba29692-133d-4257-af40-ca1b05824283} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8764 | 2024.07.15 19:58:34.071471 [ 3 ] {dba29692-133d-4257-af40-ca1b05824283} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8765 | 2024.07.15 19:58:34.071538 [ 3 ] {dba29692-133d-4257-af40-ca1b05824283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8766 | 2024.07.15 19:58:34.072537 [ 3 ] {dba29692-133d-4257-af40-ca1b05824283} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8767 | 2024.07.15 19:58:34.072877 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.00552907 sec., 222822.28295174416 rows/sec., 13.72 MiB/sec. | ||
8768 | 2024.07.15 19:58:34.073136 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
8769 | 2024.07.15 19:58:34.073315 [ 3 ] {dba29692-133d-4257-af40-ca1b05824283} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8770 | 2024.07.15 19:58:34.073708 [ 3 ] {dba29692-133d-4257-af40-ca1b05824283} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004976 sec., 32556.27009646302 rows/sec., 2.27 MiB/sec. | ||
8771 | 2024.07.15 19:58:34.074079 [ 3 ] {dba29692-133d-4257-af40-ca1b05824283} <Debug> DynamicQueryHandler: Done processing query | ||
8772 | 2024.07.15 19:58:34.074135 [ 3 ] {dba29692-133d-4257-af40-ca1b05824283} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8773 | 2024.07.15 19:58:34.074139 [ 194 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8774 | 2024.07.15 19:58:34.074165 [ 3 ] {} <Debug> HTTP-Session: e62ad994-8b23-4ada-b406-c89a61440eab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8775 | 2024.07.15 19:58:34.074299 [ 194 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
8776 | 2024.07.15 19:58:34.074389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8777 | 2024.07.15 19:58:34.074461 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
8778 | 2024.07.15 19:58:34.074494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8779 | 2024.07.15 19:58:34.074531 [ 3 ] {} <Debug> HTTP-Session: f8f96ca1-f6a8-4309-a6aa-9f007d98accc Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8780 | 2024.07.15 19:58:34.074548 [ 3 ] {} <Debug> HTTP-Session: f8f96ca1-f6a8-4309-a6aa-9f007d98accc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8781 | 2024.07.15 19:58:34.074562 [ 3 ] {} <Debug> HTTP-Session: f8f96ca1-f6a8-4309-a6aa-9f007d98accc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8782 | 2024.07.15 19:58:34.074595 [ 3 ] {} <Trace> HTTP-Session: f8f96ca1-f6a8-4309-a6aa-9f007d98accc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8783 | 2024.07.15 19:58:34.074772 [ 3 ] {9ea0afb0-2fa1-4cb9-9080-0d7eb203e83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8784 | 2024.07.15 19:58:34.074845 [ 3 ] {9ea0afb0-2fa1-4cb9-9080-0d7eb203e83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8785 | 2024.07.15 19:58:34.075306 [ 3 ] {9ea0afb0-2fa1-4cb9-9080-0d7eb203e83c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8786 | 2024.07.15 19:58:34.075832 [ 3 ] {9ea0afb0-2fa1-4cb9-9080-0d7eb203e83c} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8787 | 2024.07.15 19:58:34.075867 [ 3 ] {9ea0afb0-2fa1-4cb9-9080-0d7eb203e83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8788 | 2024.07.15 19:58:34.076452 [ 3 ] {9ea0afb0-2fa1-4cb9-9080-0d7eb203e83c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8789 | 2024.07.15 19:58:34.076864 [ 3 ] {9ea0afb0-2fa1-4cb9-9080-0d7eb203e83c} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8790 | 2024.07.15 19:58:34.077012 [ 39 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8791 | 2024.07.15 19:58:34.077017 [ 3 ] {9ea0afb0-2fa1-4cb9-9080-0d7eb203e83c} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002339 sec., 2565.1988029072254 rows/sec., 4.60 MiB/sec. | ||
8792 | 2024.07.15 19:58:34.077053 [ 39 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8793 | 2024.07.15 19:58:34.077112 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8794 | 2024.07.15 19:58:34.077561 [ 3 ] {9ea0afb0-2fa1-4cb9-9080-0d7eb203e83c} <Debug> DynamicQueryHandler: Done processing query | ||
8795 | 2024.07.15 19:58:34.077647 [ 3 ] {9ea0afb0-2fa1-4cb9-9080-0d7eb203e83c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8796 | 2024.07.15 19:58:34.077658 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
8797 | 2024.07.15 19:58:34.077718 [ 3 ] {} <Debug> HTTP-Session: f8f96ca1-f6a8-4309-a6aa-9f007d98accc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8798 | 2024.07.15 19:58:34.077998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8799 | 2024.07.15 19:58:34.078109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8800 | 2024.07.15 19:58:34.078170 [ 3 ] {} <Debug> HTTP-Session: cf1b2997-71d1-45c8-8139-ae124cd50d0d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8801 | 2024.07.15 19:58:34.078232 [ 3 ] {} <Debug> HTTP-Session: cf1b2997-71d1-45c8-8139-ae124cd50d0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8802 | 2024.07.15 19:58:34.078294 [ 3 ] {} <Debug> HTTP-Session: cf1b2997-71d1-45c8-8139-ae124cd50d0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8803 | 2024.07.15 19:58:34.078415 [ 3 ] {} <Trace> HTTP-Session: cf1b2997-71d1-45c8-8139-ae124cd50d0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8804 | 2024.07.15 19:58:34.078639 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8805 | 2024.07.15 19:58:34.078715 [ 3 ] {eb5b376f-622f-4976-95bd-8a76231ff60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8806 | 2024.07.15 19:58:34.078800 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 582 rows starting from the beginning of the part | ||
8807 | 2024.07.15 19:58:34.078827 [ 3 ] {eb5b376f-622f-4976-95bd-8a76231ff60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8808 | 2024.07.15 19:58:34.079631 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
8809 | 2024.07.15 19:58:34.079763 [ 3 ] {eb5b376f-622f-4976-95bd-8a76231ff60f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8810 | 2024.07.15 19:58:34.080308 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part | ||
8811 | 2024.07.15 19:58:34.080988 [ 3 ] {eb5b376f-622f-4976-95bd-8a76231ff60f} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8812 | 2024.07.15 19:58:34.081039 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
8813 | 2024.07.15 19:58:34.081058 [ 3 ] {eb5b376f-622f-4976-95bd-8a76231ff60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8814 | 2024.07.15 19:58:34.081725 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part | ||
8815 | 2024.07.15 19:58:34.082412 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
8816 | 2024.07.15 19:58:34.082487 [ 3 ] {eb5b376f-622f-4976-95bd-8a76231ff60f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8817 | 2024.07.15 19:58:34.083585 [ 3 ] {eb5b376f-622f-4976-95bd-8a76231ff60f} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8818 | 2024.07.15 19:58:34.083915 [ 3 ] {eb5b376f-622f-4976-95bd-8a76231ff60f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005267 sec., 4366.812227074236 rows/sec., 236.21 KiB/sec. | ||
8819 | 2024.07.15 19:58:34.084596 [ 3 ] {eb5b376f-622f-4976-95bd-8a76231ff60f} <Debug> DynamicQueryHandler: Done processing query | ||
8820 | 2024.07.15 19:58:34.084655 [ 3 ] {eb5b376f-622f-4976-95bd-8a76231ff60f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8821 | 2024.07.15 19:58:34.084694 [ 3 ] {} <Debug> HTTP-Session: cf1b2997-71d1-45c8-8139-ae124cd50d0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8822 | 2024.07.15 19:58:34.084848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8823 | 2024.07.15 19:58:34.084910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8824 | 2024.07.15 19:58:34.084932 [ 3 ] {} <Debug> HTTP-Session: 316ab069-1aed-42d6-ac69-27c0467a5266 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8825 | 2024.07.15 19:58:34.084955 [ 3 ] {} <Debug> HTTP-Session: 316ab069-1aed-42d6-ac69-27c0467a5266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8826 | 2024.07.15 19:58:34.084971 [ 3 ] {} <Debug> HTTP-Session: 316ab069-1aed-42d6-ac69-27c0467a5266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8827 | 2024.07.15 19:58:34.085012 [ 3 ] {} <Trace> HTTP-Session: 316ab069-1aed-42d6-ac69-27c0467a5266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8828 | 2024.07.15 19:58:34.085212 [ 3 ] {2122fe33-ab8d-4b29-9851-dc36caeb53e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8829 | 2024.07.15 19:58:34.085287 [ 3 ] {2122fe33-ab8d-4b29-9851-dc36caeb53e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8830 | 2024.07.15 19:58:34.085985 [ 3 ] {2122fe33-ab8d-4b29-9851-dc36caeb53e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8831 | 2024.07.15 19:58:34.086858 [ 3 ] {2122fe33-ab8d-4b29-9851-dc36caeb53e5} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8832 | 2024.07.15 19:58:34.086931 [ 3 ] {2122fe33-ab8d-4b29-9851-dc36caeb53e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
8833 | 2024.07.15 19:58:34.088159 [ 3 ] {2122fe33-ab8d-4b29-9851-dc36caeb53e5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8834 | 2024.07.15 19:58:34.089141 [ 3 ] {2122fe33-ab8d-4b29-9851-dc36caeb53e5} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8835 | 2024.07.15 19:58:34.089493 [ 3 ] {2122fe33-ab8d-4b29-9851-dc36caeb53e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004367 sec., 13739.409205404167 rows/sec., 948.16 KiB/sec. | ||
8836 | 2024.07.15 19:58:34.089965 [ 3 ] {2122fe33-ab8d-4b29-9851-dc36caeb53e5} <Debug> DynamicQueryHandler: Done processing query | ||
8837 | 2024.07.15 19:58:34.089990 [ 3 ] {2122fe33-ab8d-4b29-9851-dc36caeb53e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8838 | 2024.07.15 19:58:34.090006 [ 3 ] {} <Debug> HTTP-Session: 316ab069-1aed-42d6-ac69-27c0467a5266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8839 | 2024.07.15 19:58:34.091434 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 19 columns (19 merged, 0 gathered) in 0.014169601 sec., 45731.704089621155 rows/sec., 81.95 MiB/sec. | ||
8840 | 2024.07.15 19:58:34.092190 [ 186 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8841 | 2024.07.15 19:58:34.092731 [ 186 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8842 | 2024.07.15 19:58:34.092809 [ 186 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8843 | 2024.07.15 19:58:34.092914 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
8844 | 2024.07.15 19:58:36.450283 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8845 | 2024.07.15 19:58:36.450354 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8846 | 2024.07.15 19:58:39.040178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8847 | 2024.07.15 19:58:39.040342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8848 | 2024.07.15 19:58:39.040386 [ 3 ] {} <Debug> HTTP-Session: cd7446a7-3b2f-471b-8d1c-b7cb89d80ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8849 | 2024.07.15 19:58:39.040428 [ 3 ] {} <Debug> HTTP-Session: cd7446a7-3b2f-471b-8d1c-b7cb89d80ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8850 | 2024.07.15 19:58:39.040457 [ 3 ] {} <Debug> HTTP-Session: cd7446a7-3b2f-471b-8d1c-b7cb89d80ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8851 | 2024.07.15 19:58:39.040536 [ 3 ] {} <Trace> HTTP-Session: cd7446a7-3b2f-471b-8d1c-b7cb89d80ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8852 | 2024.07.15 19:58:39.040828 [ 3 ] {1c1ddc23-e276-4413-9b37-a1328c911dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8853 | 2024.07.15 19:58:39.040931 [ 3 ] {1c1ddc23-e276-4413-9b37-a1328c911dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8854 | 2024.07.15 19:58:39.041242 [ 3 ] {1c1ddc23-e276-4413-9b37-a1328c911dfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8855 | 2024.07.15 19:58:39.041709 [ 3 ] {1c1ddc23-e276-4413-9b37-a1328c911dfb} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8856 | 2024.07.15 19:58:39.041749 [ 3 ] {1c1ddc23-e276-4413-9b37-a1328c911dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
8857 | 2024.07.15 19:58:39.042125 [ 3 ] {1c1ddc23-e276-4413-9b37-a1328c911dfb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8858 | 2024.07.15 19:58:39.042478 [ 3 ] {1c1ddc23-e276-4413-9b37-a1328c911dfb} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8859 | 2024.07.15 19:58:39.042637 [ 3 ] {1c1ddc23-e276-4413-9b37-a1328c911dfb} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001906 sec., 12591.815320041973 rows/sec., 1020.63 KiB/sec. | ||
8860 | 2024.07.15 19:58:39.042927 [ 3 ] {1c1ddc23-e276-4413-9b37-a1328c911dfb} <Debug> DynamicQueryHandler: Done processing query | ||
8861 | 2024.07.15 19:58:39.042961 [ 3 ] {1c1ddc23-e276-4413-9b37-a1328c911dfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8862 | 2024.07.15 19:58:39.042978 [ 3 ] {} <Debug> HTTP-Session: cd7446a7-3b2f-471b-8d1c-b7cb89d80ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8863 | 2024.07.15 19:58:39.043130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8864 | 2024.07.15 19:58:39.043183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8865 | 2024.07.15 19:58:39.043205 [ 3 ] {} <Debug> HTTP-Session: 8bd0139e-0106-4b76-8139-895ac5b38100 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8866 | 2024.07.15 19:58:39.043223 [ 3 ] {} <Debug> HTTP-Session: 8bd0139e-0106-4b76-8139-895ac5b38100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8867 | 2024.07.15 19:58:39.043237 [ 3 ] {} <Debug> HTTP-Session: 8bd0139e-0106-4b76-8139-895ac5b38100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8868 | 2024.07.15 19:58:39.043272 [ 3 ] {} <Trace> HTTP-Session: 8bd0139e-0106-4b76-8139-895ac5b38100 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8869 | 2024.07.15 19:58:39.043378 [ 3 ] {04564d31-df8e-4204-9bc1-66d111a87370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8870 | 2024.07.15 19:58:39.043424 [ 3 ] {04564d31-df8e-4204-9bc1-66d111a87370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8871 | 2024.07.15 19:58:39.043575 [ 3 ] {04564d31-df8e-4204-9bc1-66d111a87370} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8872 | 2024.07.15 19:58:39.043912 [ 3 ] {04564d31-df8e-4204-9bc1-66d111a87370} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8873 | 2024.07.15 19:58:39.043949 [ 3 ] {04564d31-df8e-4204-9bc1-66d111a87370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
8874 | 2024.07.15 19:58:39.044249 [ 3 ] {04564d31-df8e-4204-9bc1-66d111a87370} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8875 | 2024.07.15 19:58:39.044559 [ 3 ] {04564d31-df8e-4204-9bc1-66d111a87370} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8876 | 2024.07.15 19:58:39.044691 [ 35 ] {} <Debug> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
8877 | 2024.07.15 19:58:39.044698 [ 3 ] {04564d31-df8e-4204-9bc1-66d111a87370} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001348 sec., 1483.679525222552 rows/sec., 120.98 KiB/sec. | ||
8878 | 2024.07.15 19:58:39.044740 [ 35 ] {} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8879 | 2024.07.15 19:58:39.044783 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
8880 | 2024.07.15 19:58:39.044920 [ 3 ] {04564d31-df8e-4204-9bc1-66d111a87370} <Debug> DynamicQueryHandler: Done processing query | ||
8881 | 2024.07.15 19:58:39.044967 [ 3 ] {04564d31-df8e-4204-9bc1-66d111a87370} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8882 | 2024.07.15 19:58:39.045002 [ 3 ] {} <Debug> HTTP-Session: 8bd0139e-0106-4b76-8139-895ac5b38100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8883 | 2024.07.15 19:58:39.045013 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::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 | ||
8884 | 2024.07.15 19:58:39.045196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8885 | 2024.07.15 19:58:39.045318 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8886 | 2024.07.15 19:58:39.045325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8887 | 2024.07.15 19:58:39.045382 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 14 rows starting from the beginning of the part | ||
8888 | 2024.07.15 19:58:39.045392 [ 3 ] {} <Debug> HTTP-Session: 17d7d1e5-655e-4dd9-8693-2a6e8c2ea879 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8889 | 2024.07.15 19:58:39.045438 [ 3 ] {} <Debug> HTTP-Session: 17d7d1e5-655e-4dd9-8693-2a6e8c2ea879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8890 | 2024.07.15 19:58:39.045488 [ 3 ] {} <Debug> HTTP-Session: 17d7d1e5-655e-4dd9-8693-2a6e8c2ea879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8891 | 2024.07.15 19:58:39.045564 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
8892 | 2024.07.15 19:58:39.045608 [ 3 ] {} <Trace> HTTP-Session: 17d7d1e5-655e-4dd9-8693-2a6e8c2ea879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8893 | 2024.07.15 19:58:39.045974 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
8894 | 2024.07.15 19:58:39.046112 [ 3 ] {f54eb1fc-70c5-4800-a428-81b768e82e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8895 | 2024.07.15 19:58:39.046296 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
8896 | 2024.07.15 19:58:39.046305 [ 3 ] {f54eb1fc-70c5-4800-a428-81b768e82e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8897 | 2024.07.15 19:58:39.046643 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
8898 | 2024.07.15 19:58:39.046986 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
8899 | 2024.07.15 19:58:39.047597 [ 3 ] {f54eb1fc-70c5-4800-a428-81b768e82e81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8900 | 2024.07.15 19:58:39.048583 [ 3 ] {f54eb1fc-70c5-4800-a428-81b768e82e81} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8901 | 2024.07.15 19:58:39.048654 [ 3 ] {f54eb1fc-70c5-4800-a428-81b768e82e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
8902 | 2024.07.15 19:58:39.049564 [ 189 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004688314 sec., 5972.29622418635 rows/sec., 487.00 KiB/sec. | ||
8903 | 2024.07.15 19:58:39.049617 [ 3 ] {f54eb1fc-70c5-4800-a428-81b768e82e81} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8904 | 2024.07.15 19:58:39.049754 [ 187 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
8905 | 2024.07.15 19:58:39.050125 [ 3 ] {f54eb1fc-70c5-4800-a428-81b768e82e81} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8906 | 2024.07.15 19:58:39.050322 [ 3 ] {f54eb1fc-70c5-4800-a428-81b768e82e81} <Debug> executeQuery: Read 129 rows, 10.96 KiB in 0.004459 sec., 28930.253420049336 rows/sec., 2.40 MiB/sec. | ||
8907 | 2024.07.15 19:58:39.050395 [ 187 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8908 | 2024.07.15 19:58:39.050503 [ 187 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_16_3} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
8909 | 2024.07.15 19:58:39.050545 [ 3 ] {f54eb1fc-70c5-4800-a428-81b768e82e81} <Debug> DynamicQueryHandler: Done processing query | ||
8910 | 2024.07.15 19:58:39.050591 [ 3 ] {f54eb1fc-70c5-4800-a428-81b768e82e81} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8911 | 2024.07.15 19:58:39.050604 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8912 | 2024.07.15 19:58:39.050611 [ 3 ] {} <Debug> HTTP-Session: 17d7d1e5-655e-4dd9-8693-2a6e8c2ea879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8913 | 2024.07.15 19:58:39.050737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8914 | 2024.07.15 19:58:39.050785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8915 | 2024.07.15 19:58:39.050804 [ 3 ] {} <Debug> HTTP-Session: 4d99e32c-a187-45b8-bd13-1f5587b6607e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8916 | 2024.07.15 19:58:39.050821 [ 3 ] {} <Debug> HTTP-Session: 4d99e32c-a187-45b8-bd13-1f5587b6607e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8917 | 2024.07.15 19:58:39.050835 [ 3 ] {} <Debug> HTTP-Session: 4d99e32c-a187-45b8-bd13-1f5587b6607e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8918 | 2024.07.15 19:58:39.050866 [ 3 ] {} <Trace> HTTP-Session: 4d99e32c-a187-45b8-bd13-1f5587b6607e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8919 | 2024.07.15 19:58:39.050958 [ 3 ] {adb50aaa-3d37-4d81-8dec-ddf7eaa02d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8920 | 2024.07.15 19:58:39.050999 [ 3 ] {adb50aaa-3d37-4d81-8dec-ddf7eaa02d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8921 | 2024.07.15 19:58:39.051127 [ 3 ] {adb50aaa-3d37-4d81-8dec-ddf7eaa02d2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8922 | 2024.07.15 19:58:39.051403 [ 3 ] {adb50aaa-3d37-4d81-8dec-ddf7eaa02d2a} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8923 | 2024.07.15 19:58:39.051439 [ 3 ] {adb50aaa-3d37-4d81-8dec-ddf7eaa02d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
8924 | 2024.07.15 19:58:39.051739 [ 3 ] {adb50aaa-3d37-4d81-8dec-ddf7eaa02d2a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8925 | 2024.07.15 19:58:39.052054 [ 3 ] {adb50aaa-3d37-4d81-8dec-ddf7eaa02d2a} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8926 | 2024.07.15 19:58:39.052172 [ 35 ] {} <Debug> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
8927 | 2024.07.15 19:58:39.052180 [ 3 ] {adb50aaa-3d37-4d81-8dec-ddf7eaa02d2a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001245 sec., 1606.425702811245 rows/sec., 112.17 KiB/sec. | ||
8928 | 2024.07.15 19:58:39.052201 [ 35 ] {} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8929 | 2024.07.15 19:58:39.052240 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
8930 | 2024.07.15 19:58:39.052437 [ 3 ] {adb50aaa-3d37-4d81-8dec-ddf7eaa02d2a} <Debug> DynamicQueryHandler: Done processing query | ||
8931 | 2024.07.15 19:58:39.052460 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::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 | ||
8932 | 2024.07.15 19:58:39.052472 [ 3 ] {adb50aaa-3d37-4d81-8dec-ddf7eaa02d2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8933 | 2024.07.15 19:58:39.052560 [ 3 ] {} <Debug> HTTP-Session: 4d99e32c-a187-45b8-bd13-1f5587b6607e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8934 | 2024.07.15 19:58:39.052748 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8935 | 2024.07.15 19:58:39.052747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8936 | 2024.07.15 19:58:39.052816 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 14 rows starting from the beginning of the part | ||
8937 | 2024.07.15 19:58:39.052852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8938 | 2024.07.15 19:58:39.052894 [ 3 ] {} <Debug> HTTP-Session: f7bcb211-b3ad-432c-85c1-2ce138e23c6e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8939 | 2024.07.15 19:58:39.052994 [ 3 ] {} <Debug> HTTP-Session: f7bcb211-b3ad-432c-85c1-2ce138e23c6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8940 | 2024.07.15 19:58:39.053075 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
8941 | 2024.07.15 19:58:39.053079 [ 3 ] {} <Debug> HTTP-Session: f7bcb211-b3ad-432c-85c1-2ce138e23c6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8942 | 2024.07.15 19:58:39.053255 [ 3 ] {} <Trace> HTTP-Session: f7bcb211-b3ad-432c-85c1-2ce138e23c6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8943 | 2024.07.15 19:58:39.053320 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
8944 | 2024.07.15 19:58:39.053509 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
8945 | 2024.07.15 19:58:39.053802 [ 3 ] {9b0266d0-c47a-4c34-9540-9dbbc99502cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8946 | 2024.07.15 19:58:39.053831 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
8947 | 2024.07.15 19:58:39.053968 [ 3 ] {9b0266d0-c47a-4c34-9540-9dbbc99502cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8948 | 2024.07.15 19:58:39.054089 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
8949 | 2024.07.15 19:58:39.054851 [ 3 ] {9b0266d0-c47a-4c34-9540-9dbbc99502cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8950 | 2024.07.15 19:58:39.055824 [ 3 ] {9b0266d0-c47a-4c34-9540-9dbbc99502cd} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8951 | 2024.07.15 19:58:39.055891 [ 3 ] {9b0266d0-c47a-4c34-9540-9dbbc99502cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
8952 | 2024.07.15 19:58:39.056891 [ 3 ] {9b0266d0-c47a-4c34-9540-9dbbc99502cd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8953 | 2024.07.15 19:58:39.056925 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004574721 sec., 6120.591834999336 rows/sec., 427.37 KiB/sec. | ||
8954 | 2024.07.15 19:58:39.057139 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
8955 | 2024.07.15 19:58:39.057677 [ 3 ] {9b0266d0-c47a-4c34-9540-9dbbc99502cd} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8956 | 2024.07.15 19:58:39.057977 [ 3 ] {9b0266d0-c47a-4c34-9540-9dbbc99502cd} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00442 sec., 20361.99095022624 rows/sec., 1.59 MiB/sec. | ||
8957 | 2024.07.15 19:58:39.058041 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8958 | 2024.07.15 19:58:39.058238 [ 192 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_16_3} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
8959 | 2024.07.15 19:58:39.058326 [ 3 ] {9b0266d0-c47a-4c34-9540-9dbbc99502cd} <Debug> DynamicQueryHandler: Done processing query | ||
8960 | 2024.07.15 19:58:39.058398 [ 3 ] {9b0266d0-c47a-4c34-9540-9dbbc99502cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8961 | 2024.07.15 19:58:39.058400 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8962 | 2024.07.15 19:58:39.058425 [ 3 ] {} <Debug> HTTP-Session: f7bcb211-b3ad-432c-85c1-2ce138e23c6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8963 | 2024.07.15 19:58:39.058621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8964 | 2024.07.15 19:58:39.058673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8965 | 2024.07.15 19:58:39.058691 [ 3 ] {} <Debug> HTTP-Session: 2ced7dbf-2e82-484e-84b1-e2657eff53f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8966 | 2024.07.15 19:58:39.058708 [ 3 ] {} <Debug> HTTP-Session: 2ced7dbf-2e82-484e-84b1-e2657eff53f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8967 | 2024.07.15 19:58:39.058722 [ 3 ] {} <Debug> HTTP-Session: 2ced7dbf-2e82-484e-84b1-e2657eff53f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8968 | 2024.07.15 19:58:39.058752 [ 3 ] {} <Trace> HTTP-Session: 2ced7dbf-2e82-484e-84b1-e2657eff53f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8969 | 2024.07.15 19:58:39.058915 [ 3 ] {2990d70e-d2d6-4b85-8c8a-384340bae6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8970 | 2024.07.15 19:58:39.058964 [ 3 ] {2990d70e-d2d6-4b85-8c8a-384340bae6b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8971 | 2024.07.15 19:58:39.059133 [ 3 ] {2990d70e-d2d6-4b85-8c8a-384340bae6b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8972 | 2024.07.15 19:58:39.059563 [ 3 ] {2990d70e-d2d6-4b85-8c8a-384340bae6b7} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8973 | 2024.07.15 19:58:39.059599 [ 3 ] {2990d70e-d2d6-4b85-8c8a-384340bae6b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
8974 | 2024.07.15 19:58:39.059991 [ 3 ] {2990d70e-d2d6-4b85-8c8a-384340bae6b7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8975 | 2024.07.15 19:58:39.060332 [ 3 ] {2990d70e-d2d6-4b85-8c8a-384340bae6b7} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8976 | 2024.07.15 19:58:39.060462 [ 3 ] {2990d70e-d2d6-4b85-8c8a-384340bae6b7} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001625 sec., 99076.92307692308 rows/sec., 6.90 MiB/sec. | ||
8977 | 2024.07.15 19:58:39.060741 [ 3 ] {2990d70e-d2d6-4b85-8c8a-384340bae6b7} <Debug> DynamicQueryHandler: Done processing query | ||
8978 | 2024.07.15 19:58:39.060794 [ 3 ] {2990d70e-d2d6-4b85-8c8a-384340bae6b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8979 | 2024.07.15 19:58:39.060853 [ 3 ] {} <Debug> HTTP-Session: 2ced7dbf-2e82-484e-84b1-e2657eff53f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8980 | 2024.07.15 19:58:39.061106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8981 | 2024.07.15 19:58:39.061158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8982 | 2024.07.15 19:58:39.061178 [ 3 ] {} <Debug> HTTP-Session: b0f9778f-7fa6-46c1-aeeb-de360802e8ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
8983 | 2024.07.15 19:58:39.061194 [ 3 ] {} <Debug> HTTP-Session: b0f9778f-7fa6-46c1-aeeb-de360802e8ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8984 | 2024.07.15 19:58:39.061208 [ 3 ] {} <Debug> HTTP-Session: b0f9778f-7fa6-46c1-aeeb-de360802e8ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8985 | 2024.07.15 19:58:39.061239 [ 3 ] {} <Trace> HTTP-Session: b0f9778f-7fa6-46c1-aeeb-de360802e8ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8986 | 2024.07.15 19:58:39.061551 [ 3 ] {3f0df93e-baee-4fd5-8751-47b6d3a33e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8987 | 2024.07.15 19:58:39.061622 [ 3 ] {3f0df93e-baee-4fd5-8751-47b6d3a33e82} <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 | ||
8988 | 2024.07.15 19:58:39.062052 [ 3 ] {3f0df93e-baee-4fd5-8751-47b6d3a33e82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8989 | 2024.07.15 19:58:39.063067 [ 3 ] {3f0df93e-baee-4fd5-8751-47b6d3a33e82} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8990 | 2024.07.15 19:58:39.063119 [ 3 ] {3f0df93e-baee-4fd5-8751-47b6d3a33e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
8991 | 2024.07.15 19:58:39.063789 [ 3 ] {3f0df93e-baee-4fd5-8751-47b6d3a33e82} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8992 | 2024.07.15 19:58:39.064214 [ 3 ] {3f0df93e-baee-4fd5-8751-47b6d3a33e82} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8993 | 2024.07.15 19:58:39.064373 [ 3 ] {3f0df93e-baee-4fd5-8751-47b6d3a33e82} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00305 sec., 7868.852459016393 rows/sec., 14.10 MiB/sec. | ||
8994 | 2024.07.15 19:58:39.064620 [ 3 ] {3f0df93e-baee-4fd5-8751-47b6d3a33e82} <Debug> DynamicQueryHandler: Done processing query | ||
8995 | 2024.07.15 19:58:39.064646 [ 3 ] {3f0df93e-baee-4fd5-8751-47b6d3a33e82} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8996 | 2024.07.15 19:58:39.064662 [ 3 ] {} <Debug> HTTP-Session: b0f9778f-7fa6-46c1-aeeb-de360802e8ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8997 | 2024.07.15 19:58:39.064811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8998 | 2024.07.15 19:58:39.064875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8999 | 2024.07.15 19:58:39.064904 [ 3 ] {} <Debug> HTTP-Session: 487d0c84-3f8d-43e7-a296-ec2dadb4f155 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9000 | 2024.07.15 19:58:39.064923 [ 3 ] {} <Debug> HTTP-Session: 487d0c84-3f8d-43e7-a296-ec2dadb4f155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9001 | 2024.07.15 19:58:39.064938 [ 3 ] {} <Debug> HTTP-Session: 487d0c84-3f8d-43e7-a296-ec2dadb4f155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9002 | 2024.07.15 19:58:39.064969 [ 3 ] {} <Trace> HTTP-Session: 487d0c84-3f8d-43e7-a296-ec2dadb4f155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9003 | 2024.07.15 19:58:39.065095 [ 3 ] {05c1da92-4842-4a3c-aa65-0b5d6dcc4f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9004 | 2024.07.15 19:58:39.065141 [ 3 ] {05c1da92-4842-4a3c-aa65-0b5d6dcc4f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9005 | 2024.07.15 19:58:39.065311 [ 3 ] {05c1da92-4842-4a3c-aa65-0b5d6dcc4f39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9006 | 2024.07.15 19:58:39.065644 [ 3 ] {05c1da92-4842-4a3c-aa65-0b5d6dcc4f39} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9007 | 2024.07.15 19:58:39.065680 [ 3 ] {05c1da92-4842-4a3c-aa65-0b5d6dcc4f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9008 | 2024.07.15 19:58:39.066054 [ 3 ] {05c1da92-4842-4a3c-aa65-0b5d6dcc4f39} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9009 | 2024.07.15 19:58:39.066392 [ 3 ] {05c1da92-4842-4a3c-aa65-0b5d6dcc4f39} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9010 | 2024.07.15 19:58:39.066538 [ 3 ] {05c1da92-4842-4a3c-aa65-0b5d6dcc4f39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
9011 | 2024.07.15 19:58:39.066704 [ 3 ] {05c1da92-4842-4a3c-aa65-0b5d6dcc4f39} <Debug> DynamicQueryHandler: Done processing query | ||
9012 | 2024.07.15 19:58:39.066731 [ 3 ] {05c1da92-4842-4a3c-aa65-0b5d6dcc4f39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9013 | 2024.07.15 19:58:39.066746 [ 3 ] {} <Debug> HTTP-Session: 487d0c84-3f8d-43e7-a296-ec2dadb4f155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9014 | 2024.07.15 19:58:44.043509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9015 | 2024.07.15 19:58:44.043650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9016 | 2024.07.15 19:58:44.043680 [ 3 ] {} <Debug> HTTP-Session: 3d128154-45d6-4b9b-bef4-922dc7980e52 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9017 | 2024.07.15 19:58:44.043709 [ 3 ] {} <Debug> HTTP-Session: 3d128154-45d6-4b9b-bef4-922dc7980e52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9018 | 2024.07.15 19:58:44.043728 [ 3 ] {} <Debug> HTTP-Session: 3d128154-45d6-4b9b-bef4-922dc7980e52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9019 | 2024.07.15 19:58:44.043795 [ 3 ] {} <Trace> HTTP-Session: 3d128154-45d6-4b9b-bef4-922dc7980e52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9020 | 2024.07.15 19:58:44.043997 [ 3 ] {8ff7b6ea-cd93-47f0-9765-e7bf943da68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9021 | 2024.07.15 19:58:44.044072 [ 3 ] {8ff7b6ea-cd93-47f0-9765-e7bf943da68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9022 | 2024.07.15 19:58:44.044291 [ 3 ] {8ff7b6ea-cd93-47f0-9765-e7bf943da68e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9023 | 2024.07.15 19:58:44.044740 [ 3 ] {8ff7b6ea-cd93-47f0-9765-e7bf943da68e} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9024 | 2024.07.15 19:58:44.044780 [ 3 ] {8ff7b6ea-cd93-47f0-9765-e7bf943da68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9025 | 2024.07.15 19:58:44.045140 [ 3 ] {8ff7b6ea-cd93-47f0-9765-e7bf943da68e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9026 | 2024.07.15 19:58:44.045472 [ 3 ] {8ff7b6ea-cd93-47f0-9765-e7bf943da68e} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9027 | 2024.07.15 19:58:44.045642 [ 3 ] {8ff7b6ea-cd93-47f0-9765-e7bf943da68e} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001707 sec., 7029.8769771529 rows/sec., 483.99 KiB/sec. | ||
9028 | 2024.07.15 19:58:44.045839 [ 3 ] {8ff7b6ea-cd93-47f0-9765-e7bf943da68e} <Debug> DynamicQueryHandler: Done processing query | ||
9029 | 2024.07.15 19:58:44.045865 [ 3 ] {8ff7b6ea-cd93-47f0-9765-e7bf943da68e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9030 | 2024.07.15 19:58:44.045881 [ 3 ] {} <Debug> HTTP-Session: 3d128154-45d6-4b9b-bef4-922dc7980e52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9031 | 2024.07.15 19:58:44.046032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9032 | 2024.07.15 19:58:44.046081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9033 | 2024.07.15 19:58:44.046101 [ 3 ] {} <Debug> HTTP-Session: ba473500-66d7-4896-9f19-9c205c2ade4c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9034 | 2024.07.15 19:58:44.046117 [ 3 ] {} <Debug> HTTP-Session: ba473500-66d7-4896-9f19-9c205c2ade4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9035 | 2024.07.15 19:58:44.046131 [ 3 ] {} <Debug> HTTP-Session: ba473500-66d7-4896-9f19-9c205c2ade4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9036 | 2024.07.15 19:58:44.046161 [ 3 ] {} <Trace> HTTP-Session: ba473500-66d7-4896-9f19-9c205c2ade4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9037 | 2024.07.15 19:58:44.046254 [ 3 ] {1cb3fc4f-0aec-4862-94be-882a11663967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9038 | 2024.07.15 19:58:44.046297 [ 3 ] {1cb3fc4f-0aec-4862-94be-882a11663967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9039 | 2024.07.15 19:58:44.046425 [ 3 ] {1cb3fc4f-0aec-4862-94be-882a11663967} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9040 | 2024.07.15 19:58:44.046758 [ 3 ] {1cb3fc4f-0aec-4862-94be-882a11663967} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9041 | 2024.07.15 19:58:44.046794 [ 3 ] {1cb3fc4f-0aec-4862-94be-882a11663967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9042 | 2024.07.15 19:58:44.047088 [ 3 ] {1cb3fc4f-0aec-4862-94be-882a11663967} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9043 | 2024.07.15 19:58:44.047389 [ 3 ] {1cb3fc4f-0aec-4862-94be-882a11663967} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9044 | 2024.07.15 19:58:44.047542 [ 3 ] {1cb3fc4f-0aec-4862-94be-882a11663967} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001304 sec., 1533.7423312883436 rows/sec., 125.07 KiB/sec. | ||
9045 | 2024.07.15 19:58:44.047704 [ 3 ] {1cb3fc4f-0aec-4862-94be-882a11663967} <Debug> DynamicQueryHandler: Done processing query | ||
9046 | 2024.07.15 19:58:44.047729 [ 3 ] {1cb3fc4f-0aec-4862-94be-882a11663967} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9047 | 2024.07.15 19:58:44.047745 [ 3 ] {} <Debug> HTTP-Session: ba473500-66d7-4896-9f19-9c205c2ade4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9048 | 2024.07.15 19:58:44.047906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9049 | 2024.07.15 19:58:44.047954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9050 | 2024.07.15 19:58:44.047974 [ 3 ] {} <Debug> HTTP-Session: 82dd6dce-f806-413f-902b-05d9289ff80b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9051 | 2024.07.15 19:58:44.047990 [ 3 ] {} <Debug> HTTP-Session: 82dd6dce-f806-413f-902b-05d9289ff80b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9052 | 2024.07.15 19:58:44.048004 [ 3 ] {} <Debug> HTTP-Session: 82dd6dce-f806-413f-902b-05d9289ff80b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9053 | 2024.07.15 19:58:44.048034 [ 3 ] {} <Trace> HTTP-Session: 82dd6dce-f806-413f-902b-05d9289ff80b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9054 | 2024.07.15 19:58:44.048174 [ 3 ] {2a394771-71df-43fd-8835-9cd677acdc4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9055 | 2024.07.15 19:58:44.048217 [ 3 ] {2a394771-71df-43fd-8835-9cd677acdc4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9056 | 2024.07.15 19:58:44.048341 [ 3 ] {2a394771-71df-43fd-8835-9cd677acdc4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9057 | 2024.07.15 19:58:44.048755 [ 3 ] {2a394771-71df-43fd-8835-9cd677acdc4b} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9058 | 2024.07.15 19:58:44.048791 [ 3 ] {2a394771-71df-43fd-8835-9cd677acdc4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9059 | 2024.07.15 19:58:44.049102 [ 3 ] {2a394771-71df-43fd-8835-9cd677acdc4b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9060 | 2024.07.15 19:58:44.049419 [ 3 ] {2a394771-71df-43fd-8835-9cd677acdc4b} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9061 | 2024.07.15 19:58:44.049576 [ 3 ] {2a394771-71df-43fd-8835-9cd677acdc4b} <Debug> executeQuery: Read 180 rows, 16.24 KiB in 0.001459 sec., 123372.1727210418 rows/sec., 10.87 MiB/sec. | ||
9062 | 2024.07.15 19:58:44.049745 [ 3 ] {2a394771-71df-43fd-8835-9cd677acdc4b} <Debug> DynamicQueryHandler: Done processing query | ||
9063 | 2024.07.15 19:58:44.049770 [ 3 ] {2a394771-71df-43fd-8835-9cd677acdc4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9064 | 2024.07.15 19:58:44.049785 [ 3 ] {} <Debug> HTTP-Session: 82dd6dce-f806-413f-902b-05d9289ff80b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9065 | 2024.07.15 19:58:44.049913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9066 | 2024.07.15 19:58:44.049961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9067 | 2024.07.15 19:58:44.049979 [ 3 ] {} <Debug> HTTP-Session: 4d6984fa-3ec5-4cd1-b85a-2eb36bd91965 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9068 | 2024.07.15 19:58:44.049996 [ 3 ] {} <Debug> HTTP-Session: 4d6984fa-3ec5-4cd1-b85a-2eb36bd91965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9069 | 2024.07.15 19:58:44.050010 [ 3 ] {} <Debug> HTTP-Session: 4d6984fa-3ec5-4cd1-b85a-2eb36bd91965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9070 | 2024.07.15 19:58:44.050041 [ 3 ] {} <Trace> HTTP-Session: 4d6984fa-3ec5-4cd1-b85a-2eb36bd91965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9071 | 2024.07.15 19:58:44.050133 [ 3 ] {a3e050cb-71cf-48af-9009-54972c7ca3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9072 | 2024.07.15 19:58:44.050175 [ 3 ] {a3e050cb-71cf-48af-9009-54972c7ca3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9073 | 2024.07.15 19:58:44.050302 [ 3 ] {a3e050cb-71cf-48af-9009-54972c7ca3dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9074 | 2024.07.15 19:58:44.050571 [ 3 ] {a3e050cb-71cf-48af-9009-54972c7ca3dc} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9075 | 2024.07.15 19:58:44.050608 [ 3 ] {a3e050cb-71cf-48af-9009-54972c7ca3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9076 | 2024.07.15 19:58:44.050896 [ 3 ] {a3e050cb-71cf-48af-9009-54972c7ca3dc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9077 | 2024.07.15 19:58:44.051200 [ 3 ] {a3e050cb-71cf-48af-9009-54972c7ca3dc} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9078 | 2024.07.15 19:58:44.051349 [ 3 ] {a3e050cb-71cf-48af-9009-54972c7ca3dc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001232 sec., 1623.3766233766235 rows/sec., 113.35 KiB/sec. | ||
9079 | 2024.07.15 19:58:44.051509 [ 3 ] {a3e050cb-71cf-48af-9009-54972c7ca3dc} <Debug> DynamicQueryHandler: Done processing query | ||
9080 | 2024.07.15 19:58:44.051535 [ 3 ] {a3e050cb-71cf-48af-9009-54972c7ca3dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9081 | 2024.07.15 19:58:44.051550 [ 3 ] {} <Debug> HTTP-Session: 4d6984fa-3ec5-4cd1-b85a-2eb36bd91965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9082 | 2024.07.15 19:58:44.051717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9083 | 2024.07.15 19:58:44.051776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9084 | 2024.07.15 19:58:44.051796 [ 3 ] {} <Debug> HTTP-Session: 78a21fbd-cfec-4592-87b2-dcb7c4d6f4b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9085 | 2024.07.15 19:58:44.051812 [ 3 ] {} <Debug> HTTP-Session: 78a21fbd-cfec-4592-87b2-dcb7c4d6f4b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9086 | 2024.07.15 19:58:44.051825 [ 3 ] {} <Debug> HTTP-Session: 78a21fbd-cfec-4592-87b2-dcb7c4d6f4b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9087 | 2024.07.15 19:58:44.051855 [ 3 ] {} <Trace> HTTP-Session: 78a21fbd-cfec-4592-87b2-dcb7c4d6f4b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9088 | 2024.07.15 19:58:44.052067 [ 3 ] {80976525-bf01-403f-8913-54859e74f6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9089 | 2024.07.15 19:58:44.052110 [ 3 ] {80976525-bf01-403f-8913-54859e74f6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9090 | 2024.07.15 19:58:44.052232 [ 3 ] {80976525-bf01-403f-8913-54859e74f6ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9091 | 2024.07.15 19:58:44.052751 [ 3 ] {80976525-bf01-403f-8913-54859e74f6ba} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9092 | 2024.07.15 19:58:44.052786 [ 3 ] {80976525-bf01-403f-8913-54859e74f6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9093 | 2024.07.15 19:58:44.053100 [ 3 ] {80976525-bf01-403f-8913-54859e74f6ba} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9094 | 2024.07.15 19:58:44.053397 [ 3 ] {80976525-bf01-403f-8913-54859e74f6ba} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9095 | 2024.07.15 19:58:44.053545 [ 3 ] {80976525-bf01-403f-8913-54859e74f6ba} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001597 sec., 244207.88979336258 rows/sec., 17.19 MiB/sec. | ||
9096 | 2024.07.15 19:58:44.053716 [ 3 ] {80976525-bf01-403f-8913-54859e74f6ba} <Debug> DynamicQueryHandler: Done processing query | ||
9097 | 2024.07.15 19:58:44.053741 [ 3 ] {80976525-bf01-403f-8913-54859e74f6ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9098 | 2024.07.15 19:58:44.053756 [ 3 ] {} <Debug> HTTP-Session: 78a21fbd-cfec-4592-87b2-dcb7c4d6f4b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9099 | 2024.07.15 19:58:44.053893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9100 | 2024.07.15 19:58:44.053940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9101 | 2024.07.15 19:58:44.053959 [ 3 ] {} <Debug> HTTP-Session: a122a281-4a50-4239-89ce-72e2d9a5f868 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9102 | 2024.07.15 19:58:44.053976 [ 3 ] {} <Debug> HTTP-Session: a122a281-4a50-4239-89ce-72e2d9a5f868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9103 | 2024.07.15 19:58:44.053990 [ 3 ] {} <Debug> HTTP-Session: a122a281-4a50-4239-89ce-72e2d9a5f868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9104 | 2024.07.15 19:58:44.054020 [ 3 ] {} <Trace> HTTP-Session: a122a281-4a50-4239-89ce-72e2d9a5f868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9105 | 2024.07.15 19:58:44.054114 [ 3 ] {ccb11698-f4ee-4e85-bb3e-7311305a6a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9106 | 2024.07.15 19:58:44.054157 [ 3 ] {ccb11698-f4ee-4e85-bb3e-7311305a6a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9107 | 2024.07.15 19:58:44.054286 [ 3 ] {ccb11698-f4ee-4e85-bb3e-7311305a6a2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9108 | 2024.07.15 19:58:44.054546 [ 3 ] {ccb11698-f4ee-4e85-bb3e-7311305a6a2b} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9109 | 2024.07.15 19:58:44.054581 [ 3 ] {ccb11698-f4ee-4e85-bb3e-7311305a6a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9110 | 2024.07.15 19:58:44.054928 [ 3 ] {ccb11698-f4ee-4e85-bb3e-7311305a6a2b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9111 | 2024.07.15 19:58:44.055247 [ 3 ] {ccb11698-f4ee-4e85-bb3e-7311305a6a2b} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9112 | 2024.07.15 19:58:44.055377 [ 3 ] {ccb11698-f4ee-4e85-bb3e-7311305a6a2b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001283 sec., 4676.539360872954 rows/sec., 200.95 KiB/sec. | ||
9113 | 2024.07.15 19:58:44.055577 [ 3 ] {ccb11698-f4ee-4e85-bb3e-7311305a6a2b} <Debug> DynamicQueryHandler: Done processing query | ||
9114 | 2024.07.15 19:58:44.055602 [ 3 ] {ccb11698-f4ee-4e85-bb3e-7311305a6a2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9115 | 2024.07.15 19:58:44.055617 [ 3 ] {} <Debug> HTTP-Session: a122a281-4a50-4239-89ce-72e2d9a5f868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9116 | 2024.07.15 19:58:44.055744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9117 | 2024.07.15 19:58:44.055792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9118 | 2024.07.15 19:58:44.055813 [ 3 ] {} <Debug> HTTP-Session: 801f5993-e84d-4a2a-aad3-c69f6d57f81a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9119 | 2024.07.15 19:58:44.055830 [ 3 ] {} <Debug> HTTP-Session: 801f5993-e84d-4a2a-aad3-c69f6d57f81a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9120 | 2024.07.15 19:58:44.055844 [ 3 ] {} <Debug> HTTP-Session: 801f5993-e84d-4a2a-aad3-c69f6d57f81a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9121 | 2024.07.15 19:58:44.055874 [ 3 ] {} <Trace> HTTP-Session: 801f5993-e84d-4a2a-aad3-c69f6d57f81a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9122 | 2024.07.15 19:58:44.056009 [ 3 ] {089266ed-6226-40a2-96e6-6b6f53384f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9123 | 2024.07.15 19:58:44.056054 [ 3 ] {089266ed-6226-40a2-96e6-6b6f53384f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9124 | 2024.07.15 19:58:44.056201 [ 3 ] {089266ed-6226-40a2-96e6-6b6f53384f35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9125 | 2024.07.15 19:58:44.056518 [ 3 ] {089266ed-6226-40a2-96e6-6b6f53384f35} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9126 | 2024.07.15 19:58:44.056555 [ 3 ] {089266ed-6226-40a2-96e6-6b6f53384f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9127 | 2024.07.15 19:58:44.056912 [ 3 ] {089266ed-6226-40a2-96e6-6b6f53384f35} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9128 | 2024.07.15 19:58:44.057254 [ 3 ] {089266ed-6226-40a2-96e6-6b6f53384f35} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9129 | 2024.07.15 19:58:44.057416 [ 3 ] {089266ed-6226-40a2-96e6-6b6f53384f35} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00146 sec., 52739.726027397264 rows/sec., 3.25 MiB/sec. | ||
9130 | 2024.07.15 19:58:44.057738 [ 3 ] {089266ed-6226-40a2-96e6-6b6f53384f35} <Debug> DynamicQueryHandler: Done processing query | ||
9131 | 2024.07.15 19:58:44.057763 [ 3 ] {089266ed-6226-40a2-96e6-6b6f53384f35} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9132 | 2024.07.15 19:58:44.057780 [ 3 ] {} <Debug> HTTP-Session: 801f5993-e84d-4a2a-aad3-c69f6d57f81a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9133 | 2024.07.15 19:58:44.057960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9134 | 2024.07.15 19:58:44.058012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9135 | 2024.07.15 19:58:44.058031 [ 3 ] {} <Debug> HTTP-Session: 5c407d32-f5a0-482e-87b4-1c4e1aad1670 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9136 | 2024.07.15 19:58:44.058047 [ 3 ] {} <Debug> HTTP-Session: 5c407d32-f5a0-482e-87b4-1c4e1aad1670 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9137 | 2024.07.15 19:58:44.058060 [ 3 ] {} <Debug> HTTP-Session: 5c407d32-f5a0-482e-87b4-1c4e1aad1670 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9138 | 2024.07.15 19:58:44.058092 [ 3 ] {} <Trace> HTTP-Session: 5c407d32-f5a0-482e-87b4-1c4e1aad1670 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9139 | 2024.07.15 19:58:44.058265 [ 3 ] {fa5adcb2-bd78-44e6-9fa7-07d39d170232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9140 | 2024.07.15 19:58:44.058312 [ 3 ] {fa5adcb2-bd78-44e6-9fa7-07d39d170232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9141 | 2024.07.15 19:58:44.058474 [ 3 ] {fa5adcb2-bd78-44e6-9fa7-07d39d170232} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9142 | 2024.07.15 19:58:44.058867 [ 3 ] {fa5adcb2-bd78-44e6-9fa7-07d39d170232} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9143 | 2024.07.15 19:58:44.058903 [ 3 ] {fa5adcb2-bd78-44e6-9fa7-07d39d170232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9144 | 2024.07.15 19:58:44.059279 [ 3 ] {fa5adcb2-bd78-44e6-9fa7-07d39d170232} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9145 | 2024.07.15 19:58:44.059630 [ 3 ] {fa5adcb2-bd78-44e6-9fa7-07d39d170232} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9146 | 2024.07.15 19:58:44.059785 [ 3 ] {fa5adcb2-bd78-44e6-9fa7-07d39d170232} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001609 sec., 100062.15040397763 rows/sec., 6.97 MiB/sec. | ||
9147 | 2024.07.15 19:58:44.060035 [ 3 ] {fa5adcb2-bd78-44e6-9fa7-07d39d170232} <Debug> DynamicQueryHandler: Done processing query | ||
9148 | 2024.07.15 19:58:44.060060 [ 3 ] {fa5adcb2-bd78-44e6-9fa7-07d39d170232} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9149 | 2024.07.15 19:58:44.060076 [ 3 ] {} <Debug> HTTP-Session: 5c407d32-f5a0-482e-87b4-1c4e1aad1670 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9150 | 2024.07.15 19:58:44.060203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9151 | 2024.07.15 19:58:44.060250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9152 | 2024.07.15 19:58:44.060268 [ 3 ] {} <Debug> HTTP-Session: 24e38153-80a5-4954-813d-aace478d472c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9153 | 2024.07.15 19:58:44.060285 [ 3 ] {} <Debug> HTTP-Session: 24e38153-80a5-4954-813d-aace478d472c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9154 | 2024.07.15 19:58:44.060298 [ 3 ] {} <Debug> HTTP-Session: 24e38153-80a5-4954-813d-aace478d472c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9155 | 2024.07.15 19:58:44.060328 [ 3 ] {} <Trace> HTTP-Session: 24e38153-80a5-4954-813d-aace478d472c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9156 | 2024.07.15 19:58:44.060485 [ 3 ] {964c4db9-fdc3-4ef8-ae61-5627b890dda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9157 | 2024.07.15 19:58:44.060550 [ 3 ] {964c4db9-fdc3-4ef8-ae61-5627b890dda4} <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 | ||
9158 | 2024.07.15 19:58:44.060955 [ 3 ] {964c4db9-fdc3-4ef8-ae61-5627b890dda4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9159 | 2024.07.15 19:58:44.061465 [ 3 ] {964c4db9-fdc3-4ef8-ae61-5627b890dda4} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9160 | 2024.07.15 19:58:44.061502 [ 3 ] {964c4db9-fdc3-4ef8-ae61-5627b890dda4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9161 | 2024.07.15 19:58:44.062952 [ 3 ] {964c4db9-fdc3-4ef8-ae61-5627b890dda4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9162 | 2024.07.15 19:58:44.063359 [ 3 ] {964c4db9-fdc3-4ef8-ae61-5627b890dda4} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9163 | 2024.07.15 19:58:44.063551 [ 3 ] {964c4db9-fdc3-4ef8-ae61-5627b890dda4} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.003151 sec., 1904.1574103459218 rows/sec., 3.41 MiB/sec. | ||
9164 | 2024.07.15 19:58:44.063775 [ 3 ] {964c4db9-fdc3-4ef8-ae61-5627b890dda4} <Debug> DynamicQueryHandler: Done processing query | ||
9165 | 2024.07.15 19:58:44.063800 [ 3 ] {964c4db9-fdc3-4ef8-ae61-5627b890dda4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9166 | 2024.07.15 19:58:44.063816 [ 3 ] {} <Debug> HTTP-Session: 24e38153-80a5-4954-813d-aace478d472c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9167 | 2024.07.15 19:58:44.063934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9168 | 2024.07.15 19:58:44.063983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9169 | 2024.07.15 19:58:44.064002 [ 3 ] {} <Debug> HTTP-Session: a5d2cb3e-7e3c-4a9b-8533-6b2dd576d109 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9170 | 2024.07.15 19:58:44.064019 [ 3 ] {} <Debug> HTTP-Session: a5d2cb3e-7e3c-4a9b-8533-6b2dd576d109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9171 | 2024.07.15 19:58:44.064033 [ 3 ] {} <Debug> HTTP-Session: a5d2cb3e-7e3c-4a9b-8533-6b2dd576d109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9172 | 2024.07.15 19:58:44.064064 [ 3 ] {} <Trace> HTTP-Session: a5d2cb3e-7e3c-4a9b-8533-6b2dd576d109 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9173 | 2024.07.15 19:58:44.064170 [ 3 ] {08c98716-20ce-47b6-9544-96779f2426d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9174 | 2024.07.15 19:58:44.064213 [ 3 ] {08c98716-20ce-47b6-9544-96779f2426d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9175 | 2024.07.15 19:58:44.064345 [ 3 ] {08c98716-20ce-47b6-9544-96779f2426d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9176 | 2024.07.15 19:58:44.064632 [ 3 ] {08c98716-20ce-47b6-9544-96779f2426d0} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9177 | 2024.07.15 19:58:44.064668 [ 3 ] {08c98716-20ce-47b6-9544-96779f2426d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9178 | 2024.07.15 19:58:44.065011 [ 3 ] {08c98716-20ce-47b6-9544-96779f2426d0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9179 | 2024.07.15 19:58:44.065325 [ 3 ] {08c98716-20ce-47b6-9544-96779f2426d0} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9180 | 2024.07.15 19:58:44.065480 [ 3 ] {08c98716-20ce-47b6-9544-96779f2426d0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001335 sec., 17228.464419475655 rows/sec., 931.94 KiB/sec. | ||
9181 | 2024.07.15 19:58:44.065647 [ 3 ] {08c98716-20ce-47b6-9544-96779f2426d0} <Debug> DynamicQueryHandler: Done processing query | ||
9182 | 2024.07.15 19:58:44.065672 [ 3 ] {08c98716-20ce-47b6-9544-96779f2426d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9183 | 2024.07.15 19:58:44.065688 [ 3 ] {} <Debug> HTTP-Session: a5d2cb3e-7e3c-4a9b-8533-6b2dd576d109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9184 | 2024.07.15 19:58:44.065807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9185 | 2024.07.15 19:58:44.065855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9186 | 2024.07.15 19:58:44.065874 [ 3 ] {} <Debug> HTTP-Session: 7fe5a0e9-e2c8-4679-8b23-9895d292887f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9187 | 2024.07.15 19:58:44.065891 [ 3 ] {} <Debug> HTTP-Session: 7fe5a0e9-e2c8-4679-8b23-9895d292887f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9188 | 2024.07.15 19:58:44.065905 [ 3 ] {} <Debug> HTTP-Session: 7fe5a0e9-e2c8-4679-8b23-9895d292887f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9189 | 2024.07.15 19:58:44.065934 [ 3 ] {} <Trace> HTTP-Session: 7fe5a0e9-e2c8-4679-8b23-9895d292887f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9190 | 2024.07.15 19:58:44.066046 [ 3 ] {abaac2a6-239d-4d7e-ac1a-23b2c7dbc4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9191 | 2024.07.15 19:58:44.066096 [ 3 ] {abaac2a6-239d-4d7e-ac1a-23b2c7dbc4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9192 | 2024.07.15 19:58:44.066225 [ 3 ] {abaac2a6-239d-4d7e-ac1a-23b2c7dbc4b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9193 | 2024.07.15 19:58:44.066514 [ 3 ] {abaac2a6-239d-4d7e-ac1a-23b2c7dbc4b3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9194 | 2024.07.15 19:58:44.066551 [ 3 ] {abaac2a6-239d-4d7e-ac1a-23b2c7dbc4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9195 | 2024.07.15 19:58:44.066903 [ 3 ] {abaac2a6-239d-4d7e-ac1a-23b2c7dbc4b3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9196 | 2024.07.15 19:58:44.067226 [ 3 ] {abaac2a6-239d-4d7e-ac1a-23b2c7dbc4b3} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9197 | 2024.07.15 19:58:44.067372 [ 3 ] {abaac2a6-239d-4d7e-ac1a-23b2c7dbc4b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
9198 | 2024.07.15 19:58:44.067565 [ 3 ] {abaac2a6-239d-4d7e-ac1a-23b2c7dbc4b3} <Debug> DynamicQueryHandler: Done processing query | ||
9199 | 2024.07.15 19:58:44.067598 [ 3 ] {abaac2a6-239d-4d7e-ac1a-23b2c7dbc4b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9200 | 2024.07.15 19:58:44.067624 [ 3 ] {} <Debug> HTTP-Session: 7fe5a0e9-e2c8-4679-8b23-9895d292887f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9201 | 2024.07.15 19:58:49.039962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9202 | 2024.07.15 19:58:49.040084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9203 | 2024.07.15 19:58:49.040109 [ 3 ] {} <Debug> HTTP-Session: ea049238-e130-4053-8a77-388096e04bce Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9204 | 2024.07.15 19:58:49.040132 [ 3 ] {} <Debug> HTTP-Session: ea049238-e130-4053-8a77-388096e04bce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9205 | 2024.07.15 19:58:49.040147 [ 3 ] {} <Debug> HTTP-Session: ea049238-e130-4053-8a77-388096e04bce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9206 | 2024.07.15 19:58:49.040196 [ 3 ] {} <Trace> HTTP-Session: ea049238-e130-4053-8a77-388096e04bce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9207 | 2024.07.15 19:58:49.040375 [ 3 ] {33829f16-7a17-430d-aa72-2aa7654dad6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9208 | 2024.07.15 19:58:49.040443 [ 3 ] {33829f16-7a17-430d-aa72-2aa7654dad6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9209 | 2024.07.15 19:58:49.040626 [ 3 ] {33829f16-7a17-430d-aa72-2aa7654dad6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9210 | 2024.07.15 19:58:49.041050 [ 3 ] {33829f16-7a17-430d-aa72-2aa7654dad6e} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9211 | 2024.07.15 19:58:49.041090 [ 3 ] {33829f16-7a17-430d-aa72-2aa7654dad6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9212 | 2024.07.15 19:58:49.041450 [ 3 ] {33829f16-7a17-430d-aa72-2aa7654dad6e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9213 | 2024.07.15 19:58:49.041785 [ 3 ] {33829f16-7a17-430d-aa72-2aa7654dad6e} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9214 | 2024.07.15 19:58:49.041943 [ 3 ] {33829f16-7a17-430d-aa72-2aa7654dad6e} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001623 sec., 14787.430683918668 rows/sec., 1.17 MiB/sec. | ||
9215 | 2024.07.15 19:58:49.042242 [ 3 ] {33829f16-7a17-430d-aa72-2aa7654dad6e} <Debug> DynamicQueryHandler: Done processing query | ||
9216 | 2024.07.15 19:58:49.042303 [ 3 ] {33829f16-7a17-430d-aa72-2aa7654dad6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9217 | 2024.07.15 19:58:49.042346 [ 3 ] {} <Debug> HTTP-Session: ea049238-e130-4053-8a77-388096e04bce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9218 | 2024.07.15 19:58:49.042532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18686, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9219 | 2024.07.15 19:58:49.042583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9220 | 2024.07.15 19:58:49.042603 [ 3 ] {} <Debug> HTTP-Session: 471cd64a-49ec-4fd1-bcb7-67493cef39c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9221 | 2024.07.15 19:58:49.042620 [ 3 ] {} <Debug> HTTP-Session: 471cd64a-49ec-4fd1-bcb7-67493cef39c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9222 | 2024.07.15 19:58:49.042634 [ 3 ] {} <Debug> HTTP-Session: 471cd64a-49ec-4fd1-bcb7-67493cef39c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9223 | 2024.07.15 19:58:49.042667 [ 3 ] {} <Trace> HTTP-Session: 471cd64a-49ec-4fd1-bcb7-67493cef39c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9224 | 2024.07.15 19:58:49.042805 [ 3 ] {7c17f156-44cb-4fec-966a-be8c3f32f4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9225 | 2024.07.15 19:58:49.042848 [ 3 ] {7c17f156-44cb-4fec-966a-be8c3f32f4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9226 | 2024.07.15 19:58:49.042988 [ 3 ] {7c17f156-44cb-4fec-966a-be8c3f32f4ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9227 | 2024.07.15 19:58:49.043369 [ 3 ] {7c17f156-44cb-4fec-966a-be8c3f32f4ca} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9228 | 2024.07.15 19:58:49.043405 [ 3 ] {7c17f156-44cb-4fec-966a-be8c3f32f4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9229 | 2024.07.15 19:58:49.043714 [ 3 ] {7c17f156-44cb-4fec-966a-be8c3f32f4ca} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9230 | 2024.07.15 19:58:49.044017 [ 3 ] {7c17f156-44cb-4fec-966a-be8c3f32f4ca} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9231 | 2024.07.15 19:58:49.044176 [ 3 ] {7c17f156-44cb-4fec-966a-be8c3f32f4ca} <Debug> executeQuery: Read 128 rows, 10.89 KiB in 0.001419 sec., 90204.36927413673 rows/sec., 7.49 MiB/sec. | ||
9232 | 2024.07.15 19:58:49.044433 [ 3 ] {7c17f156-44cb-4fec-966a-be8c3f32f4ca} <Debug> DynamicQueryHandler: Done processing query | ||
9233 | 2024.07.15 19:58:49.044487 [ 3 ] {7c17f156-44cb-4fec-966a-be8c3f32f4ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9234 | 2024.07.15 19:58:49.044528 [ 3 ] {} <Debug> HTTP-Session: 471cd64a-49ec-4fd1-bcb7-67493cef39c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9235 | 2024.07.15 19:58:49.044724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9236 | 2024.07.15 19:58:49.044776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9237 | 2024.07.15 19:58:49.044795 [ 3 ] {} <Debug> HTTP-Session: 0104d451-3a8e-434b-9315-d89bfea2b0cb Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9238 | 2024.07.15 19:58:49.044813 [ 3 ] {} <Debug> HTTP-Session: 0104d451-3a8e-434b-9315-d89bfea2b0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9239 | 2024.07.15 19:58:49.044827 [ 3 ] {} <Debug> HTTP-Session: 0104d451-3a8e-434b-9315-d89bfea2b0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9240 | 2024.07.15 19:58:49.044859 [ 3 ] {} <Trace> HTTP-Session: 0104d451-3a8e-434b-9315-d89bfea2b0cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9241 | 2024.07.15 19:58:49.044989 [ 3 ] {47142de8-46e3-4d00-b2b2-c99a9d5b19c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9242 | 2024.07.15 19:58:49.045031 [ 3 ] {47142de8-46e3-4d00-b2b2-c99a9d5b19c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9243 | 2024.07.15 19:58:49.045174 [ 3 ] {47142de8-46e3-4d00-b2b2-c99a9d5b19c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9244 | 2024.07.15 19:58:49.045514 [ 3 ] {47142de8-46e3-4d00-b2b2-c99a9d5b19c8} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9245 | 2024.07.15 19:58:49.045551 [ 3 ] {47142de8-46e3-4d00-b2b2-c99a9d5b19c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9246 | 2024.07.15 19:58:49.045849 [ 3 ] {47142de8-46e3-4d00-b2b2-c99a9d5b19c8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9247 | 2024.07.15 19:58:49.046159 [ 3 ] {47142de8-46e3-4d00-b2b2-c99a9d5b19c8} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9248 | 2024.07.15 19:58:49.046286 [ 3 ] {47142de8-46e3-4d00-b2b2-c99a9d5b19c8} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001351 sec., 65136.93560325685 rows/sec., 5.09 MiB/sec. | ||
9249 | 2024.07.15 19:58:49.046520 [ 3 ] {47142de8-46e3-4d00-b2b2-c99a9d5b19c8} <Debug> DynamicQueryHandler: Done processing query | ||
9250 | 2024.07.15 19:58:49.046579 [ 3 ] {47142de8-46e3-4d00-b2b2-c99a9d5b19c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9251 | 2024.07.15 19:58:49.046634 [ 3 ] {} <Debug> HTTP-Session: 0104d451-3a8e-434b-9315-d89bfea2b0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9252 | 2024.07.15 19:58:49.046854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9253 | 2024.07.15 19:58:49.046907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9254 | 2024.07.15 19:58:49.046926 [ 3 ] {} <Debug> HTTP-Session: 70fbcf65-553c-4d34-8fe8-50779b6e31fc Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9255 | 2024.07.15 19:58:49.046944 [ 3 ] {} <Debug> HTTP-Session: 70fbcf65-553c-4d34-8fe8-50779b6e31fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9256 | 2024.07.15 19:58:49.046959 [ 3 ] {} <Debug> HTTP-Session: 70fbcf65-553c-4d34-8fe8-50779b6e31fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9257 | 2024.07.15 19:58:49.046990 [ 3 ] {} <Trace> HTTP-Session: 70fbcf65-553c-4d34-8fe8-50779b6e31fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9258 | 2024.07.15 19:58:49.047148 [ 3 ] {6d083290-ef75-44cc-9c58-8a3ad017834c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9259 | 2024.07.15 19:58:49.047197 [ 3 ] {6d083290-ef75-44cc-9c58-8a3ad017834c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9260 | 2024.07.15 19:58:49.047361 [ 3 ] {6d083290-ef75-44cc-9c58-8a3ad017834c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9261 | 2024.07.15 19:58:49.047751 [ 3 ] {6d083290-ef75-44cc-9c58-8a3ad017834c} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9262 | 2024.07.15 19:58:49.047788 [ 3 ] {6d083290-ef75-44cc-9c58-8a3ad017834c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9263 | 2024.07.15 19:58:49.048174 [ 3 ] {6d083290-ef75-44cc-9c58-8a3ad017834c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9264 | 2024.07.15 19:58:49.048505 [ 3 ] {6d083290-ef75-44cc-9c58-8a3ad017834c} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9265 | 2024.07.15 19:58:49.048633 [ 3 ] {6d083290-ef75-44cc-9c58-8a3ad017834c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
9266 | 2024.07.15 19:58:49.048798 [ 3 ] {6d083290-ef75-44cc-9c58-8a3ad017834c} <Debug> DynamicQueryHandler: Done processing query | ||
9267 | 2024.07.15 19:58:49.048822 [ 3 ] {6d083290-ef75-44cc-9c58-8a3ad017834c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9268 | 2024.07.15 19:58:49.048839 [ 3 ] {} <Debug> HTTP-Session: 70fbcf65-553c-4d34-8fe8-50779b6e31fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9269 | 2024.07.15 19:58:49.049061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9270 | 2024.07.15 19:58:49.049109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9271 | 2024.07.15 19:58:49.049128 [ 3 ] {} <Debug> HTTP-Session: 1f3247fd-56af-403d-80d5-9a247f58b979 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9272 | 2024.07.15 19:58:49.049145 [ 3 ] {} <Debug> HTTP-Session: 1f3247fd-56af-403d-80d5-9a247f58b979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9273 | 2024.07.15 19:58:49.049159 [ 3 ] {} <Debug> HTTP-Session: 1f3247fd-56af-403d-80d5-9a247f58b979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9274 | 2024.07.15 19:58:49.049189 [ 3 ] {} <Trace> HTTP-Session: 1f3247fd-56af-403d-80d5-9a247f58b979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9275 | 2024.07.15 19:58:49.049463 [ 3 ] {bb59007d-0a04-43d3-bfcc-da6e78049e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9276 | 2024.07.15 19:58:49.049527 [ 3 ] {bb59007d-0a04-43d3-bfcc-da6e78049e76} <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 | ||
9277 | 2024.07.15 19:58:49.049926 [ 3 ] {bb59007d-0a04-43d3-bfcc-da6e78049e76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9278 | 2024.07.15 19:58:49.050624 [ 3 ] {bb59007d-0a04-43d3-bfcc-da6e78049e76} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9279 | 2024.07.15 19:58:49.050659 [ 3 ] {bb59007d-0a04-43d3-bfcc-da6e78049e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9280 | 2024.07.15 19:58:49.051252 [ 3 ] {bb59007d-0a04-43d3-bfcc-da6e78049e76} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9281 | 2024.07.15 19:58:49.051648 [ 3 ] {bb59007d-0a04-43d3-bfcc-da6e78049e76} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9282 | 2024.07.15 19:58:49.051793 [ 3 ] {bb59007d-0a04-43d3-bfcc-da6e78049e76} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002522 sec., 9516.256938937351 rows/sec., 17.05 MiB/sec. | ||
9283 | 2024.07.15 19:58:49.052006 [ 3 ] {bb59007d-0a04-43d3-bfcc-da6e78049e76} <Debug> DynamicQueryHandler: Done processing query | ||
9284 | 2024.07.15 19:58:49.052031 [ 3 ] {bb59007d-0a04-43d3-bfcc-da6e78049e76} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9285 | 2024.07.15 19:58:49.052047 [ 3 ] {} <Debug> HTTP-Session: 1f3247fd-56af-403d-80d5-9a247f58b979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9286 | 2024.07.15 19:58:49.052194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9287 | 2024.07.15 19:58:49.052242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9288 | 2024.07.15 19:58:49.052261 [ 3 ] {} <Debug> HTTP-Session: 7cbbb22e-6c8f-4f3f-a446-281c55513022 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9289 | 2024.07.15 19:58:49.052278 [ 3 ] {} <Debug> HTTP-Session: 7cbbb22e-6c8f-4f3f-a446-281c55513022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9290 | 2024.07.15 19:58:49.052292 [ 3 ] {} <Debug> HTTP-Session: 7cbbb22e-6c8f-4f3f-a446-281c55513022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9291 | 2024.07.15 19:58:49.052322 [ 3 ] {} <Trace> HTTP-Session: 7cbbb22e-6c8f-4f3f-a446-281c55513022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9292 | 2024.07.15 19:58:49.052439 [ 3 ] {0903d908-3802-4fb4-b217-87343ffac31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9293 | 2024.07.15 19:58:49.052482 [ 3 ] {0903d908-3802-4fb4-b217-87343ffac31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9294 | 2024.07.15 19:58:49.052606 [ 3 ] {0903d908-3802-4fb4-b217-87343ffac31e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9295 | 2024.07.15 19:58:49.052922 [ 3 ] {0903d908-3802-4fb4-b217-87343ffac31e} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9296 | 2024.07.15 19:58:49.052957 [ 3 ] {0903d908-3802-4fb4-b217-87343ffac31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9297 | 2024.07.15 19:58:49.053307 [ 3 ] {0903d908-3802-4fb4-b217-87343ffac31e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9298 | 2024.07.15 19:58:49.053630 [ 3 ] {0903d908-3802-4fb4-b217-87343ffac31e} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9299 | 2024.07.15 19:58:49.053754 [ 3 ] {0903d908-3802-4fb4-b217-87343ffac31e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
9300 | 2024.07.15 19:58:49.053911 [ 3 ] {0903d908-3802-4fb4-b217-87343ffac31e} <Debug> DynamicQueryHandler: Done processing query | ||
9301 | 2024.07.15 19:58:49.053935 [ 3 ] {0903d908-3802-4fb4-b217-87343ffac31e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9302 | 2024.07.15 19:58:49.053951 [ 3 ] {} <Debug> HTTP-Session: 7cbbb22e-6c8f-4f3f-a446-281c55513022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9303 | 2024.07.15 19:58:51.450592 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9304 | 2024.07.15 19:58:51.450661 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9305 | 2024.07.15 19:58:54.042722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9306 | 2024.07.15 19:58:54.042847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9307 | 2024.07.15 19:58:54.042874 [ 3 ] {} <Debug> HTTP-Session: 4fa2384b-034a-4faf-b1c9-c7874c0b50cd Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9308 | 2024.07.15 19:58:54.042899 [ 3 ] {} <Debug> HTTP-Session: 4fa2384b-034a-4faf-b1c9-c7874c0b50cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9309 | 2024.07.15 19:58:54.042914 [ 3 ] {} <Debug> HTTP-Session: 4fa2384b-034a-4faf-b1c9-c7874c0b50cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9310 | 2024.07.15 19:58:54.042964 [ 3 ] {} <Trace> HTTP-Session: 4fa2384b-034a-4faf-b1c9-c7874c0b50cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9311 | 2024.07.15 19:58:54.043159 [ 3 ] {9e675370-5966-4a6e-b679-400b1b5e2856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9312 | 2024.07.15 19:58:54.043227 [ 3 ] {9e675370-5966-4a6e-b679-400b1b5e2856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9313 | 2024.07.15 19:58:54.043420 [ 3 ] {9e675370-5966-4a6e-b679-400b1b5e2856} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9314 | 2024.07.15 19:58:54.043841 [ 3 ] {9e675370-5966-4a6e-b679-400b1b5e2856} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9315 | 2024.07.15 19:58:54.043889 [ 3 ] {9e675370-5966-4a6e-b679-400b1b5e2856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9316 | 2024.07.15 19:58:54.044260 [ 3 ] {9e675370-5966-4a6e-b679-400b1b5e2856} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9317 | 2024.07.15 19:58:54.044601 [ 3 ] {9e675370-5966-4a6e-b679-400b1b5e2856} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9318 | 2024.07.15 19:58:54.044764 [ 3 ] {9e675370-5966-4a6e-b679-400b1b5e2856} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001664 sec., 7211.538461538462 rows/sec., 496.50 KiB/sec. | ||
9319 | 2024.07.15 19:58:54.044989 [ 3 ] {9e675370-5966-4a6e-b679-400b1b5e2856} <Debug> DynamicQueryHandler: Done processing query | ||
9320 | 2024.07.15 19:58:54.045017 [ 3 ] {9e675370-5966-4a6e-b679-400b1b5e2856} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9321 | 2024.07.15 19:58:54.045034 [ 3 ] {} <Debug> HTTP-Session: 4fa2384b-034a-4faf-b1c9-c7874c0b50cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9322 | 2024.07.15 19:58:54.045194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9323 | 2024.07.15 19:58:54.045245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9324 | 2024.07.15 19:58:54.045265 [ 3 ] {} <Debug> HTTP-Session: dea021ef-575b-4adf-852e-9b5352b5625a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9325 | 2024.07.15 19:58:54.045283 [ 3 ] {} <Debug> HTTP-Session: dea021ef-575b-4adf-852e-9b5352b5625a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9326 | 2024.07.15 19:58:54.045297 [ 3 ] {} <Debug> HTTP-Session: dea021ef-575b-4adf-852e-9b5352b5625a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9327 | 2024.07.15 19:58:54.045334 [ 3 ] {} <Trace> HTTP-Session: dea021ef-575b-4adf-852e-9b5352b5625a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9328 | 2024.07.15 19:58:54.045439 [ 3 ] {c73eb2fd-acfb-4d60-bdfd-58c42281f685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9329 | 2024.07.15 19:58:54.045510 [ 3 ] {c73eb2fd-acfb-4d60-bdfd-58c42281f685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9330 | 2024.07.15 19:58:54.045646 [ 3 ] {c73eb2fd-acfb-4d60-bdfd-58c42281f685} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9331 | 2024.07.15 19:58:54.045970 [ 3 ] {c73eb2fd-acfb-4d60-bdfd-58c42281f685} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9332 | 2024.07.15 19:58:54.046009 [ 3 ] {c73eb2fd-acfb-4d60-bdfd-58c42281f685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9333 | 2024.07.15 19:58:54.046309 [ 3 ] {c73eb2fd-acfb-4d60-bdfd-58c42281f685} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9334 | 2024.07.15 19:58:54.046667 [ 3 ] {c73eb2fd-acfb-4d60-bdfd-58c42281f685} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9335 | 2024.07.15 19:58:54.046825 [ 3 ] {c73eb2fd-acfb-4d60-bdfd-58c42281f685} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001409 sec., 2838.8928317955997 rows/sec., 231.49 KiB/sec. | ||
9336 | 2024.07.15 19:58:54.047008 [ 3 ] {c73eb2fd-acfb-4d60-bdfd-58c42281f685} <Debug> DynamicQueryHandler: Done processing query | ||
9337 | 2024.07.15 19:58:54.047034 [ 3 ] {c73eb2fd-acfb-4d60-bdfd-58c42281f685} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9338 | 2024.07.15 19:58:54.047049 [ 3 ] {} <Debug> HTTP-Session: dea021ef-575b-4adf-852e-9b5352b5625a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9339 | 2024.07.15 19:58:54.047263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9340 | 2024.07.15 19:58:54.047321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9341 | 2024.07.15 19:58:54.047341 [ 3 ] {} <Debug> HTTP-Session: 12cf9a4b-a824-4406-9133-b273d12728a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9342 | 2024.07.15 19:58:54.047365 [ 3 ] {} <Debug> HTTP-Session: 12cf9a4b-a824-4406-9133-b273d12728a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9343 | 2024.07.15 19:58:54.047387 [ 3 ] {} <Debug> HTTP-Session: 12cf9a4b-a824-4406-9133-b273d12728a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9344 | 2024.07.15 19:58:54.047433 [ 3 ] {} <Trace> HTTP-Session: 12cf9a4b-a824-4406-9133-b273d12728a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9345 | 2024.07.15 19:58:54.047645 [ 3 ] {0533231b-be2d-4835-b1dc-8801a7785fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9346 | 2024.07.15 19:58:54.047710 [ 3 ] {0533231b-be2d-4835-b1dc-8801a7785fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9347 | 2024.07.15 19:58:54.047897 [ 3 ] {0533231b-be2d-4835-b1dc-8801a7785fb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9348 | 2024.07.15 19:58:54.048337 [ 3 ] {0533231b-be2d-4835-b1dc-8801a7785fb6} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9349 | 2024.07.15 19:58:54.048376 [ 3 ] {0533231b-be2d-4835-b1dc-8801a7785fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9350 | 2024.07.15 19:58:54.048717 [ 3 ] {0533231b-be2d-4835-b1dc-8801a7785fb6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9351 | 2024.07.15 19:58:54.049028 [ 3 ] {0533231b-be2d-4835-b1dc-8801a7785fb6} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9352 | 2024.07.15 19:58:54.049175 [ 3 ] {0533231b-be2d-4835-b1dc-8801a7785fb6} <Debug> executeQuery: Read 181 rows, 16.31 KiB in 0.001633 sec., 110838.9467238212 rows/sec., 9.75 MiB/sec. | ||
9353 | 2024.07.15 19:58:54.049194 [ 61 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9354 | 2024.07.15 19:58:54.049299 [ 61 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9355 | 2024.07.15 19:58:54.049337 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9356 | 2024.07.15 19:58:54.049416 [ 3 ] {0533231b-be2d-4835-b1dc-8801a7785fb6} <Debug> DynamicQueryHandler: Done processing query | ||
9357 | 2024.07.15 19:58:54.049459 [ 3 ] {0533231b-be2d-4835-b1dc-8801a7785fb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9358 | 2024.07.15 19:58:54.049479 [ 3 ] {} <Debug> HTTP-Session: 12cf9a4b-a824-4406-9133-b273d12728a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9359 | 2024.07.15 19:58:54.049486 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
9360 | 2024.07.15 19:58:54.049618 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9361 | 2024.07.15 19:58:54.049624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9362 | 2024.07.15 19:58:54.049654 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
9363 | 2024.07.15 19:58:54.049690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9364 | 2024.07.15 19:58:54.049732 [ 3 ] {} <Debug> HTTP-Session: 61098d19-5434-4924-9472-2fd5beaf448f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9365 | 2024.07.15 19:58:54.049779 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 181 rows starting from the beginning of the part | ||
9366 | 2024.07.15 19:58:54.049801 [ 3 ] {} <Debug> HTTP-Session: 61098d19-5434-4924-9472-2fd5beaf448f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9367 | 2024.07.15 19:58:54.049874 [ 3 ] {} <Debug> HTTP-Session: 61098d19-5434-4924-9472-2fd5beaf448f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9368 | 2024.07.15 19:58:54.050002 [ 3 ] {} <Trace> HTTP-Session: 61098d19-5434-4924-9472-2fd5beaf448f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9369 | 2024.07.15 19:58:54.050022 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 129 rows starting from the beginning of the part | ||
9370 | 2024.07.15 19:58:54.050141 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 180 rows starting from the beginning of the part | ||
9371 | 2024.07.15 19:58:54.050338 [ 3 ] {e5fcd5da-2cb0-41be-9a4c-d83e3da7570e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9372 | 2024.07.15 19:58:54.050501 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
9373 | 2024.07.15 19:58:54.050556 [ 3 ] {e5fcd5da-2cb0-41be-9a4c-d83e3da7570e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9374 | 2024.07.15 19:58:54.050886 [ 187 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 181 rows starting from the beginning of the part | ||
9375 | 2024.07.15 19:58:54.051923 [ 3 ] {e5fcd5da-2cb0-41be-9a4c-d83e3da7570e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9376 | 2024.07.15 19:58:54.052390 [ 3 ] {e5fcd5da-2cb0-41be-9a4c-d83e3da7570e} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9377 | 2024.07.15 19:58:54.052429 [ 3 ] {e5fcd5da-2cb0-41be-9a4c-d83e3da7570e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9378 | 2024.07.15 19:58:54.052884 [ 3 ] {e5fcd5da-2cb0-41be-9a4c-d83e3da7570e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9379 | 2024.07.15 19:58:54.053276 [ 189 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1094 rows, containing 4 columns (4 merged, 0 gathered) in 0.003844866 sec., 284535.2737910762 rows/sec., 24.57 MiB/sec. | ||
9380 | 2024.07.15 19:58:54.053335 [ 3 ] {e5fcd5da-2cb0-41be-9a4c-d83e3da7570e} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9381 | 2024.07.15 19:58:54.053565 [ 189 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9382 | 2024.07.15 19:58:54.053582 [ 3 ] {e5fcd5da-2cb0-41be-9a4c-d83e3da7570e} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003398 sec., 1177.1630370806356 rows/sec., 82.19 KiB/sec. | ||
9383 | 2024.07.15 19:58:54.054146 [ 3 ] {e5fcd5da-2cb0-41be-9a4c-d83e3da7570e} <Debug> DynamicQueryHandler: Done processing query | ||
9384 | 2024.07.15 19:58:54.054210 [ 3 ] {e5fcd5da-2cb0-41be-9a4c-d83e3da7570e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9385 | 2024.07.15 19:58:54.054265 [ 3 ] {} <Debug> HTTP-Session: 61098d19-5434-4924-9472-2fd5beaf448f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9386 | 2024.07.15 19:58:54.054581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 63292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9387 | 2024.07.15 19:58:54.054644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9388 | 2024.07.15 19:58:54.054671 [ 3 ] {} <Debug> HTTP-Session: 0a59db73-758a-4cf0-9cdc-af16d8f9e7f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9389 | 2024.07.15 19:58:54.054700 [ 3 ] {} <Debug> HTTP-Session: 0a59db73-758a-4cf0-9cdc-af16d8f9e7f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9390 | 2024.07.15 19:58:54.054720 [ 3 ] {} <Debug> HTTP-Session: 0a59db73-758a-4cf0-9cdc-af16d8f9e7f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9391 | 2024.07.15 19:58:54.054782 [ 189 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_51_10} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9392 | 2024.07.15 19:58:54.054790 [ 3 ] {} <Trace> HTTP-Session: 0a59db73-758a-4cf0-9cdc-af16d8f9e7f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9393 | 2024.07.15 19:58:54.055022 [ 189 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_51_10} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9394 | 2024.07.15 19:58:54.055154 [ 3 ] {428a2af8-a4b3-4ec4-a74c-acab3ba4d67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9395 | 2024.07.15 19:58:54.055187 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
9396 | 2024.07.15 19:58:54.055239 [ 3 ] {428a2af8-a4b3-4ec4-a74c-acab3ba4d67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9397 | 2024.07.15 19:58:54.055390 [ 3 ] {428a2af8-a4b3-4ec4-a74c-acab3ba4d67b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9398 | 2024.07.15 19:58:54.055911 [ 3 ] {428a2af8-a4b3-4ec4-a74c-acab3ba4d67b} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9399 | 2024.07.15 19:58:54.055949 [ 3 ] {428a2af8-a4b3-4ec4-a74c-acab3ba4d67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9400 | 2024.07.15 19:58:54.056279 [ 3 ] {428a2af8-a4b3-4ec4-a74c-acab3ba4d67b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9401 | 2024.07.15 19:58:54.056633 [ 3 ] {428a2af8-a4b3-4ec4-a74c-acab3ba4d67b} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9402 | 2024.07.15 19:58:54.056813 [ 3 ] {428a2af8-a4b3-4ec4-a74c-acab3ba4d67b} <Debug> executeQuery: Read 392 rows, 28.28 KiB in 0.001828 sec., 214442.01312910285 rows/sec., 15.11 MiB/sec. | ||
9403 | 2024.07.15 19:58:54.056832 [ 61 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9404 | 2024.07.15 19:58:54.056936 [ 61 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9405 | 2024.07.15 19:58:54.056991 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9406 | 2024.07.15 19:58:54.057085 [ 3 ] {428a2af8-a4b3-4ec4-a74c-acab3ba4d67b} <Debug> DynamicQueryHandler: Done processing query | ||
9407 | 2024.07.15 19:58:54.057146 [ 3 ] {428a2af8-a4b3-4ec4-a74c-acab3ba4d67b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9408 | 2024.07.15 19:58:54.057186 [ 3 ] {} <Debug> HTTP-Session: 0a59db73-758a-4cf0-9cdc-af16d8f9e7f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9409 | 2024.07.15 19:58:54.057194 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
9410 | 2024.07.15 19:58:54.057383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9411 | 2024.07.15 19:58:54.057459 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9412 | 2024.07.15 19:58:54.057476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9413 | 2024.07.15 19:58:54.057531 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
9414 | 2024.07.15 19:58:54.057536 [ 3 ] {} <Debug> HTTP-Session: 77e2c5e3-7db5-42fb-bcb9-7d4b9c8159ea Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9415 | 2024.07.15 19:58:54.057598 [ 3 ] {} <Debug> HTTP-Session: 77e2c5e3-7db5-42fb-bcb9-7d4b9c8159ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9416 | 2024.07.15 19:58:54.057651 [ 3 ] {} <Debug> HTTP-Session: 77e2c5e3-7db5-42fb-bcb9-7d4b9c8159ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9417 | 2024.07.15 19:58:54.057806 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 392 rows starting from the beginning of the part | ||
9418 | 2024.07.15 19:58:54.057839 [ 3 ] {} <Trace> HTTP-Session: 77e2c5e3-7db5-42fb-bcb9-7d4b9c8159ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9419 | 2024.07.15 19:58:54.058014 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 90 rows starting from the beginning of the part | ||
9420 | 2024.07.15 19:58:54.058234 [ 3 ] {1143de6a-3dd0-41b2-b5a1-ad440446aed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9421 | 2024.07.15 19:58:54.058285 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 390 rows starting from the beginning of the part | ||
9422 | 2024.07.15 19:58:54.058402 [ 3 ] {1143de6a-3dd0-41b2-b5a1-ad440446aed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9423 | 2024.07.15 19:58:54.058543 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 88 rows starting from the beginning of the part | ||
9424 | 2024.07.15 19:58:54.058862 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 392 rows starting from the beginning of the part | ||
9425 | 2024.07.15 19:58:54.059524 [ 3 ] {1143de6a-3dd0-41b2-b5a1-ad440446aed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9426 | 2024.07.15 19:58:54.060344 [ 3 ] {1143de6a-3dd0-41b2-b5a1-ad440446aed4} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9427 | 2024.07.15 19:58:54.060437 [ 3 ] {1143de6a-3dd0-41b2-b5a1-ad440446aed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9428 | 2024.07.15 19:58:54.061456 [ 197 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1822 rows, containing 4 columns (4 merged, 0 gathered) in 0.004399118 sec., 414173.932138215 rows/sec., 29.62 MiB/sec. | ||
9429 | 2024.07.15 19:58:54.061681 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9430 | 2024.07.15 19:58:54.062181 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_51_10} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9431 | 2024.07.15 19:58:54.062299 [ 195 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_51_10} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9432 | 2024.07.15 19:58:54.062440 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
9433 | 2024.07.15 19:58:54.062934 [ 3 ] {1143de6a-3dd0-41b2-b5a1-ad440446aed4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9434 | 2024.07.15 19:58:54.063482 [ 3 ] {1143de6a-3dd0-41b2-b5a1-ad440446aed4} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9435 | 2024.07.15 19:58:54.063720 [ 3 ] {1143de6a-3dd0-41b2-b5a1-ad440446aed4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.005639 sec., 1064.018442986345 rows/sec., 45.72 KiB/sec. | ||
9436 | 2024.07.15 19:58:54.064017 [ 3 ] {1143de6a-3dd0-41b2-b5a1-ad440446aed4} <Debug> DynamicQueryHandler: Done processing query | ||
9437 | 2024.07.15 19:58:54.064055 [ 3 ] {1143de6a-3dd0-41b2-b5a1-ad440446aed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9438 | 2024.07.15 19:58:54.064080 [ 3 ] {} <Debug> HTTP-Session: 77e2c5e3-7db5-42fb-bcb9-7d4b9c8159ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9439 | 2024.07.15 19:58:54.064260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9440 | 2024.07.15 19:58:54.064339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9441 | 2024.07.15 19:58:54.064372 [ 3 ] {} <Debug> HTTP-Session: c66bea58-e936-4ff2-93af-50ba83f4e82d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9442 | 2024.07.15 19:58:54.064398 [ 3 ] {} <Debug> HTTP-Session: c66bea58-e936-4ff2-93af-50ba83f4e82d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9443 | 2024.07.15 19:58:54.064421 [ 3 ] {} <Debug> HTTP-Session: c66bea58-e936-4ff2-93af-50ba83f4e82d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9444 | 2024.07.15 19:58:54.064471 [ 3 ] {} <Trace> HTTP-Session: c66bea58-e936-4ff2-93af-50ba83f4e82d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9445 | 2024.07.15 19:58:54.064700 [ 3 ] {9bdbf334-7a0f-4bfa-886d-a14607901fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9446 | 2024.07.15 19:58:54.064772 [ 3 ] {9bdbf334-7a0f-4bfa-886d-a14607901fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9447 | 2024.07.15 19:58:54.065001 [ 3 ] {9bdbf334-7a0f-4bfa-886d-a14607901fa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9448 | 2024.07.15 19:58:54.065432 [ 3 ] {9bdbf334-7a0f-4bfa-886d-a14607901fa3} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9449 | 2024.07.15 19:58:54.065480 [ 3 ] {9bdbf334-7a0f-4bfa-886d-a14607901fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9450 | 2024.07.15 19:58:54.066010 [ 3 ] {9bdbf334-7a0f-4bfa-886d-a14607901fa3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9451 | 2024.07.15 19:58:54.066396 [ 3 ] {9bdbf334-7a0f-4bfa-886d-a14607901fa3} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9452 | 2024.07.15 19:58:54.066573 [ 3 ] {9bdbf334-7a0f-4bfa-886d-a14607901fa3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001991 sec., 38674.03314917127 rows/sec., 2.38 MiB/sec. | ||
9453 | 2024.07.15 19:58:54.066741 [ 3 ] {9bdbf334-7a0f-4bfa-886d-a14607901fa3} <Debug> DynamicQueryHandler: Done processing query | ||
9454 | 2024.07.15 19:58:54.066772 [ 3 ] {9bdbf334-7a0f-4bfa-886d-a14607901fa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9455 | 2024.07.15 19:58:54.066793 [ 3 ] {} <Debug> HTTP-Session: c66bea58-e936-4ff2-93af-50ba83f4e82d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.07.15 19:58:54.067001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9457 | 2024.07.15 19:58:54.067060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9458 | 2024.07.15 19:58:54.067084 [ 3 ] {} <Debug> HTTP-Session: d0cd5d51-9887-4268-ac74-be528c4e7c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9459 | 2024.07.15 19:58:54.067105 [ 3 ] {} <Debug> HTTP-Session: d0cd5d51-9887-4268-ac74-be528c4e7c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9460 | 2024.07.15 19:58:54.067124 [ 3 ] {} <Debug> HTTP-Session: d0cd5d51-9887-4268-ac74-be528c4e7c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9461 | 2024.07.15 19:58:54.067163 [ 3 ] {} <Trace> HTTP-Session: d0cd5d51-9887-4268-ac74-be528c4e7c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9462 | 2024.07.15 19:58:54.067353 [ 3 ] {da598006-e16f-4e4c-8c9f-f9dc737f42c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9463 | 2024.07.15 19:58:54.067410 [ 3 ] {da598006-e16f-4e4c-8c9f-f9dc737f42c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9464 | 2024.07.15 19:58:54.067578 [ 3 ] {da598006-e16f-4e4c-8c9f-f9dc737f42c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9465 | 2024.07.15 19:58:54.067990 [ 3 ] {da598006-e16f-4e4c-8c9f-f9dc737f42c2} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9466 | 2024.07.15 19:58:54.068026 [ 3 ] {da598006-e16f-4e4c-8c9f-f9dc737f42c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9467 | 2024.07.15 19:58:54.068404 [ 3 ] {da598006-e16f-4e4c-8c9f-f9dc737f42c2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9468 | 2024.07.15 19:58:54.068771 [ 3 ] {da598006-e16f-4e4c-8c9f-f9dc737f42c2} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9469 | 2024.07.15 19:58:54.068932 [ 3 ] {da598006-e16f-4e4c-8c9f-f9dc737f42c2} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001669 sec., 97064.11024565609 rows/sec., 6.76 MiB/sec. | ||
9470 | 2024.07.15 19:58:54.068942 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9471 | 2024.07.15 19:58:54.069026 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9472 | 2024.07.15 19:58:54.069082 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9473 | 2024.07.15 19:58:54.069264 [ 3 ] {da598006-e16f-4e4c-8c9f-f9dc737f42c2} <Debug> DynamicQueryHandler: Done processing query | ||
9474 | 2024.07.15 19:58:54.069352 [ 3 ] {da598006-e16f-4e4c-8c9f-f9dc737f42c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9475 | 2024.07.15 19:58:54.069416 [ 3 ] {} <Debug> HTTP-Session: d0cd5d51-9887-4268-ac74-be528c4e7c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9476 | 2024.07.15 19:58:54.069446 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
9477 | 2024.07.15 19:58:54.069728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9478 | 2024.07.15 19:58:54.069909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9479 | 2024.07.15 19:58:54.070045 [ 3 ] {} <Debug> HTTP-Session: 71d1532c-09be-40a8-92b6-88bae8d28cf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9480 | 2024.07.15 19:58:54.070156 [ 3 ] {} <Debug> HTTP-Session: 71d1532c-09be-40a8-92b6-88bae8d28cf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9481 | 2024.07.15 19:58:54.070174 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9482 | 2024.07.15 19:58:54.070227 [ 3 ] {} <Debug> HTTP-Session: 71d1532c-09be-40a8-92b6-88bae8d28cf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9483 | 2024.07.15 19:58:54.070276 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7494 rows starting from the beginning of the part | ||
9484 | 2024.07.15 19:58:54.070339 [ 3 ] {} <Trace> HTTP-Session: 71d1532c-09be-40a8-92b6-88bae8d28cf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9485 | 2024.07.15 19:58:54.070435 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 162 rows starting from the beginning of the part | ||
9486 | 2024.07.15 19:58:54.070787 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
9487 | 2024.07.15 19:58:54.070850 [ 3 ] {968dd6aa-ad0a-4d75-9a76-e45d81274b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9488 | 2024.07.15 19:58:54.071176 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part | ||
9489 | 2024.07.15 19:58:54.071252 [ 3 ] {968dd6aa-ad0a-4d75-9a76-e45d81274b16} <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 | ||
9490 | 2024.07.15 19:58:54.071465 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
9491 | 2024.07.15 19:58:54.071910 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 162 rows starting from the beginning of the part | ||
9492 | 2024.07.15 19:58:54.073054 [ 3 ] {968dd6aa-ad0a-4d75-9a76-e45d81274b16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9493 | 2024.07.15 19:58:54.073970 [ 3 ] {968dd6aa-ad0a-4d75-9a76-e45d81274b16} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9494 | 2024.07.15 19:58:54.074013 [ 3 ] {968dd6aa-ad0a-4d75-9a76-e45d81274b16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9495 | 2024.07.15 19:58:54.074978 [ 3 ] {968dd6aa-ad0a-4d75-9a76-e45d81274b16} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9496 | 2024.07.15 19:58:54.075711 [ 3 ] {968dd6aa-ad0a-4d75-9a76-e45d81274b16} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9497 | 2024.07.15 19:58:54.075871 [ 3 ] {968dd6aa-ad0a-4d75-9a76-e45d81274b16} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.005349 sec., 1121.7049915872126 rows/sec., 2.01 MiB/sec. | ||
9498 | 2024.07.15 19:58:54.076123 [ 3 ] {968dd6aa-ad0a-4d75-9a76-e45d81274b16} <Debug> DynamicQueryHandler: Done processing query | ||
9499 | 2024.07.15 19:58:54.076149 [ 3 ] {968dd6aa-ad0a-4d75-9a76-e45d81274b16} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9500 | 2024.07.15 19:58:54.076166 [ 3 ] {} <Debug> HTTP-Session: 71d1532c-09be-40a8-92b6-88bae8d28cf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9501 | 2024.07.15 19:58:54.076306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9502 | 2024.07.15 19:58:54.076354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9503 | 2024.07.15 19:58:54.076374 [ 3 ] {} <Debug> HTTP-Session: dccdb685-b086-4d06-8ae4-51f01f544ea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9504 | 2024.07.15 19:58:54.076391 [ 3 ] {} <Debug> HTTP-Session: dccdb685-b086-4d06-8ae4-51f01f544ea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9505 | 2024.07.15 19:58:54.076405 [ 3 ] {} <Debug> HTTP-Session: dccdb685-b086-4d06-8ae4-51f01f544ea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9506 | 2024.07.15 19:58:54.076436 [ 3 ] {} <Trace> HTTP-Session: dccdb685-b086-4d06-8ae4-51f01f544ea5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9507 | 2024.07.15 19:58:54.076558 [ 3 ] {06471b73-4fc5-443a-a5f0-d816a8f5395a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9508 | 2024.07.15 19:58:54.076654 [ 3 ] {06471b73-4fc5-443a-a5f0-d816a8f5395a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9509 | 2024.07.15 19:58:54.076711 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8300 rows, containing 5 columns (5 merged, 0 gathered) in 0.007516779 sec., 1104196.3585732665 rows/sec., 76.80 MiB/sec. | ||
9510 | 2024.07.15 19:58:54.076834 [ 3 ] {06471b73-4fc5-443a-a5f0-d816a8f5395a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9511 | 2024.07.15 19:58:54.076866 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9512 | 2024.07.15 19:58:54.077371 [ 3 ] {06471b73-4fc5-443a-a5f0-d816a8f5395a} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9513 | 2024.07.15 19:58:54.077412 [ 3 ] {06471b73-4fc5-443a-a5f0-d816a8f5395a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9514 | 2024.07.15 19:58:54.077550 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9515 | 2024.07.15 19:58:54.077663 [ 195 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9516 | 2024.07.15 19:58:54.077762 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
9517 | 2024.07.15 19:58:54.077870 [ 3 ] {06471b73-4fc5-443a-a5f0-d816a8f5395a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9518 | 2024.07.15 19:58:54.078190 [ 3 ] {06471b73-4fc5-443a-a5f0-d816a8f5395a} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9519 | 2024.07.15 19:58:54.078316 [ 3 ] {06471b73-4fc5-443a-a5f0-d816a8f5395a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001806 sec., 12735.326688815061 rows/sec., 688.89 KiB/sec. | ||
9520 | 2024.07.15 19:58:54.078317 [ 147 ] {} <Debug> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9521 | 2024.07.15 19:58:54.078382 [ 147 ] {} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9522 | 2024.07.15 19:58:54.078416 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9523 | 2024.07.15 19:58:54.078559 [ 3 ] {06471b73-4fc5-443a-a5f0-d816a8f5395a} <Debug> DynamicQueryHandler: Done processing query | ||
9524 | 2024.07.15 19:58:54.078637 [ 3 ] {06471b73-4fc5-443a-a5f0-d816a8f5395a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9525 | 2024.07.15 19:58:54.078726 [ 3 ] {} <Debug> HTTP-Session: dccdb685-b086-4d06-8ae4-51f01f544ea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9526 | 2024.07.15 19:58:54.078877 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
9527 | 2024.07.15 19:58:54.078995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9528 | 2024.07.15 19:58:54.079100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9529 | 2024.07.15 19:58:54.079162 [ 3 ] {} <Debug> HTTP-Session: a8e3e58c-beb7-4f4e-b2d1-27ac81598cc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9530 | 2024.07.15 19:58:54.079213 [ 3 ] {} <Debug> HTTP-Session: a8e3e58c-beb7-4f4e-b2d1-27ac81598cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9531 | 2024.07.15 19:58:54.079250 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9532 | 2024.07.15 19:58:54.079253 [ 3 ] {} <Debug> HTTP-Session: a8e3e58c-beb7-4f4e-b2d1-27ac81598cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9533 | 2024.07.15 19:58:54.079320 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 326 rows starting from the beginning of the part | ||
9534 | 2024.07.15 19:58:54.079340 [ 3 ] {} <Trace> HTTP-Session: a8e3e58c-beb7-4f4e-b2d1-27ac81598cc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9535 | 2024.07.15 19:58:54.079513 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
9536 | 2024.07.15 19:58:54.079820 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
9537 | 2024.07.15 19:58:54.079843 [ 3 ] {2f1a0a18-26d6-441f-b82a-d2d60c5e5e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9538 | 2024.07.15 19:58:54.080095 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
9539 | 2024.07.15 19:58:54.080113 [ 3 ] {2f1a0a18-26d6-441f-b82a-d2d60c5e5e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9540 | 2024.07.15 19:58:54.080361 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
9541 | 2024.07.15 19:58:54.080740 [ 200 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
9542 | 2024.07.15 19:58:54.081390 [ 3 ] {2f1a0a18-26d6-441f-b82a-d2d60c5e5e47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9543 | 2024.07.15 19:58:54.082081 [ 3 ] {2f1a0a18-26d6-441f-b82a-d2d60c5e5e47} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9544 | 2024.07.15 19:58:54.082167 [ 3 ] {2f1a0a18-26d6-441f-b82a-d2d60c5e5e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9545 | 2024.07.15 19:58:54.083244 [ 3 ] {2f1a0a18-26d6-441f-b82a-d2d60c5e5e47} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9546 | 2024.07.15 19:58:54.083617 [ 193 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 441 rows, containing 4 columns (4 merged, 0 gathered) in 0.005085401 sec., 86718.82512313189 rows/sec., 4.68 MiB/sec. | ||
9547 | 2024.07.15 19:58:54.083894 [ 193 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9548 | 2024.07.15 19:58:54.083976 [ 3 ] {2f1a0a18-26d6-441f-b82a-d2d60c5e5e47} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9549 | 2024.07.15 19:58:54.084260 [ 147 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9550 | 2024.07.15 19:58:54.084299 [ 3 ] {2f1a0a18-26d6-441f-b82a-d2d60c5e5e47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004715 sec., 12725.344644750796 rows/sec., 878.18 KiB/sec. | ||
9551 | 2024.07.15 19:58:54.084325 [ 147 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9552 | 2024.07.15 19:58:54.084409 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9553 | 2024.07.15 19:58:54.084929 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
9554 | 2024.07.15 19:58:54.085064 [ 3 ] {2f1a0a18-26d6-441f-b82a-d2d60c5e5e47} <Debug> DynamicQueryHandler: Done processing query | ||
9555 | 2024.07.15 19:58:54.085137 [ 3 ] {2f1a0a18-26d6-441f-b82a-d2d60c5e5e47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9556 | 2024.07.15 19:58:54.085242 [ 3 ] {} <Debug> HTTP-Session: a8e3e58c-beb7-4f4e-b2d1-27ac81598cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9557 | 2024.07.15 19:58:54.085363 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9558 | 2024.07.15 19:58:54.085399 [ 193 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_21_4} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9559 | 2024.07.15 19:58:54.085417 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2400 rows starting from the beginning of the part | ||
9560 | 2024.07.15 19:58:54.085556 [ 193 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_21_4} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9561 | 2024.07.15 19:58:54.085573 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
9562 | 2024.07.15 19:58:54.085883 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9563 | 2024.07.15 19:58:54.085942 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
9564 | 2024.07.15 19:58:54.086106 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
9565 | 2024.07.15 19:58:54.086300 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
9566 | 2024.07.15 19:58:54.086483 [ 201 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
9567 | 2024.07.15 19:58:54.087944 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2700 rows, containing 4 columns (4 merged, 0 gathered) in 0.003353756 sec., 805067.5123652407 rows/sec., 54.74 MiB/sec. | ||
9568 | 2024.07.15 19:58:54.088185 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9569 | 2024.07.15 19:58:54.088582 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_51_10} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9570 | 2024.07.15 19:58:54.088665 [ 199 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_51_10} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9571 | 2024.07.15 19:58:54.088746 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
9572 | 2024.07.15 19:58:59.041371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9573 | 2024.07.15 19:58:59.041504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9574 | 2024.07.15 19:58:59.041534 [ 3 ] {} <Debug> HTTP-Session: 1961dc5b-374b-4073-8b8f-7b06e22eb972 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9575 | 2024.07.15 19:58:59.041562 [ 3 ] {} <Debug> HTTP-Session: 1961dc5b-374b-4073-8b8f-7b06e22eb972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9576 | 2024.07.15 19:58:59.041580 [ 3 ] {} <Debug> HTTP-Session: 1961dc5b-374b-4073-8b8f-7b06e22eb972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9577 | 2024.07.15 19:58:59.041635 [ 3 ] {} <Trace> HTTP-Session: 1961dc5b-374b-4073-8b8f-7b06e22eb972 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9578 | 2024.07.15 19:58:59.041834 [ 3 ] {8c191780-358d-4af7-87ed-200a70b68314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9579 | 2024.07.15 19:58:59.041897 [ 3 ] {8c191780-358d-4af7-87ed-200a70b68314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9580 | 2024.07.15 19:58:59.042086 [ 3 ] {8c191780-358d-4af7-87ed-200a70b68314} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9581 | 2024.07.15 19:58:59.042593 [ 3 ] {8c191780-358d-4af7-87ed-200a70b68314} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9582 | 2024.07.15 19:58:59.042633 [ 3 ] {8c191780-358d-4af7-87ed-200a70b68314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9583 | 2024.07.15 19:58:59.042999 [ 3 ] {8c191780-358d-4af7-87ed-200a70b68314} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9584 | 2024.07.15 19:58:59.043335 [ 3 ] {8c191780-358d-4af7-87ed-200a70b68314} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9585 | 2024.07.15 19:58:59.043515 [ 3 ] {8c191780-358d-4af7-87ed-200a70b68314} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001735 sec., 13832.8530259366 rows/sec., 1.09 MiB/sec. | ||
9586 | 2024.07.15 19:58:59.043526 [ 100 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9587 | 2024.07.15 19:58:59.043625 [ 100 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9588 | 2024.07.15 19:58:59.043683 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9589 | 2024.07.15 19:58:59.043848 [ 3 ] {8c191780-358d-4af7-87ed-200a70b68314} <Debug> DynamicQueryHandler: Done processing query | ||
9590 | 2024.07.15 19:58:59.043929 [ 3 ] {8c191780-358d-4af7-87ed-200a70b68314} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9591 | 2024.07.15 19:58:59.043954 [ 3 ] {} <Debug> HTTP-Session: 1961dc5b-374b-4073-8b8f-7b06e22eb972 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9592 | 2024.07.15 19:58:59.043972 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
9593 | 2024.07.15 19:58:59.044330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 23621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9594 | 2024.07.15 19:58:59.044531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9595 | 2024.07.15 19:58:59.044647 [ 3 ] {} <Debug> HTTP-Session: 11e419ba-6a81-494a-8590-7de8372405f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9596 | 2024.07.15 19:58:59.044743 [ 3 ] {} <Debug> HTTP-Session: 11e419ba-6a81-494a-8590-7de8372405f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9597 | 2024.07.15 19:58:59.044753 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9598 | 2024.07.15 19:58:59.044799 [ 3 ] {} <Debug> HTTP-Session: 11e419ba-6a81-494a-8590-7de8372405f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9599 | 2024.07.15 19:58:59.044858 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
9600 | 2024.07.15 19:58:59.044909 [ 3 ] {} <Trace> HTTP-Session: 11e419ba-6a81-494a-8590-7de8372405f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9601 | 2024.07.15 19:58:59.044995 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part | ||
9602 | 2024.07.15 19:58:59.045291 [ 3 ] {bb09cb67-7b01-4938-80db-ed784cc262b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9603 | 2024.07.15 19:58:59.045370 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part | ||
9604 | 2024.07.15 19:58:59.045481 [ 3 ] {bb09cb67-7b01-4938-80db-ed784cc262b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9605 | 2024.07.15 19:58:59.045800 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part | ||
9606 | 2024.07.15 19:58:59.046205 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part | ||
9607 | 2024.07.15 19:58:59.046582 [ 191 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part | ||
9608 | 2024.07.15 19:58:59.047027 [ 3 ] {bb09cb67-7b01-4938-80db-ed784cc262b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9609 | 2024.07.15 19:58:59.047749 [ 3 ] {bb09cb67-7b01-4938-80db-ed784cc262b8} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9610 | 2024.07.15 19:58:59.047794 [ 3 ] {bb09cb67-7b01-4938-80db-ed784cc262b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9611 | 2024.07.15 19:58:59.048306 [ 3 ] {bb09cb67-7b01-4938-80db-ed784cc262b8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9612 | 2024.07.15 19:58:59.048368 [ 194 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 4 columns (4 merged, 0 gathered) in 0.004598141 sec., 28707.25364881155 rows/sec., 2.18 MiB/sec. | ||
9613 | 2024.07.15 19:58:59.048659 [ 194 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9614 | 2024.07.15 19:58:59.048818 [ 3 ] {bb09cb67-7b01-4938-80db-ed784cc262b8} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9615 | 2024.07.15 19:58:59.049231 [ 3 ] {bb09cb67-7b01-4938-80db-ed784cc262b8} <Debug> executeQuery: Read 164 rows, 13.66 KiB in 0.004158 sec., 39442.03944203944 rows/sec., 3.21 MiB/sec. | ||
9616 | 2024.07.15 19:58:59.049628 [ 3 ] {bb09cb67-7b01-4938-80db-ed784cc262b8} <Debug> DynamicQueryHandler: Done processing query | ||
9617 | 2024.07.15 19:58:59.049637 [ 194 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_46_9} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9618 | 2024.07.15 19:58:59.049671 [ 3 ] {bb09cb67-7b01-4938-80db-ed784cc262b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9619 | 2024.07.15 19:58:59.049717 [ 3 ] {} <Debug> HTTP-Session: 11e419ba-6a81-494a-8590-7de8372405f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9620 | 2024.07.15 19:58:59.049814 [ 194 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_46_9} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9621 | 2024.07.15 19:58:59.049953 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9622 | 2024.07.15 19:58:59.049957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9623 | 2024.07.15 19:58:59.050039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9624 | 2024.07.15 19:58:59.050058 [ 3 ] {} <Debug> HTTP-Session: 1630ff5a-586f-4007-9903-a4e91654c009 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9625 | 2024.07.15 19:58:59.050075 [ 3 ] {} <Debug> HTTP-Session: 1630ff5a-586f-4007-9903-a4e91654c009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9626 | 2024.07.15 19:58:59.050089 [ 3 ] {} <Debug> HTTP-Session: 1630ff5a-586f-4007-9903-a4e91654c009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9627 | 2024.07.15 19:58:59.050119 [ 3 ] {} <Trace> HTTP-Session: 1630ff5a-586f-4007-9903-a4e91654c009 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9628 | 2024.07.15 19:58:59.050260 [ 3 ] {5c1ed471-3658-4beb-9ce7-19a3209d098a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9629 | 2024.07.15 19:58:59.050304 [ 3 ] {5c1ed471-3658-4beb-9ce7-19a3209d098a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9630 | 2024.07.15 19:58:59.050446 [ 3 ] {5c1ed471-3658-4beb-9ce7-19a3209d098a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9631 | 2024.07.15 19:58:59.050835 [ 3 ] {5c1ed471-3658-4beb-9ce7-19a3209d098a} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9632 | 2024.07.15 19:58:59.050871 [ 3 ] {5c1ed471-3658-4beb-9ce7-19a3209d098a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9633 | 2024.07.15 19:58:59.051187 [ 3 ] {5c1ed471-3658-4beb-9ce7-19a3209d098a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9634 | 2024.07.15 19:58:59.051494 [ 3 ] {5c1ed471-3658-4beb-9ce7-19a3209d098a} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9635 | 2024.07.15 19:58:59.051646 [ 3 ] {5c1ed471-3658-4beb-9ce7-19a3209d098a} <Debug> executeQuery: Read 112 rows, 8.94 KiB in 0.001432 sec., 78212.2905027933 rows/sec., 6.09 MiB/sec. | ||
9636 | 2024.07.15 19:58:59.051815 [ 3 ] {5c1ed471-3658-4beb-9ce7-19a3209d098a} <Debug> DynamicQueryHandler: Done processing query | ||
9637 | 2024.07.15 19:58:59.051839 [ 3 ] {5c1ed471-3658-4beb-9ce7-19a3209d098a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9638 | 2024.07.15 19:58:59.051854 [ 3 ] {} <Debug> HTTP-Session: 1630ff5a-586f-4007-9903-a4e91654c009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9639 | 2024.07.15 19:58:59.052058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 37563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9640 | 2024.07.15 19:58:59.052105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9641 | 2024.07.15 19:58:59.052124 [ 3 ] {} <Debug> HTTP-Session: 2184424d-4cb7-4102-a99a-6a6489162ff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9642 | 2024.07.15 19:58:59.052140 [ 3 ] {} <Debug> HTTP-Session: 2184424d-4cb7-4102-a99a-6a6489162ff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9643 | 2024.07.15 19:58:59.052154 [ 3 ] {} <Debug> HTTP-Session: 2184424d-4cb7-4102-a99a-6a6489162ff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9644 | 2024.07.15 19:58:59.052185 [ 3 ] {} <Trace> HTTP-Session: 2184424d-4cb7-4102-a99a-6a6489162ff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9645 | 2024.07.15 19:58:59.052352 [ 3 ] {86653a3f-ea47-460c-ab82-3c04bcd43a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9646 | 2024.07.15 19:58:59.052398 [ 3 ] {86653a3f-ea47-460c-ab82-3c04bcd43a7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9647 | 2024.07.15 19:58:59.052542 [ 3 ] {86653a3f-ea47-460c-ab82-3c04bcd43a7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9648 | 2024.07.15 19:58:59.052955 [ 3 ] {86653a3f-ea47-460c-ab82-3c04bcd43a7f} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9649 | 2024.07.15 19:58:59.052989 [ 3 ] {86653a3f-ea47-460c-ab82-3c04bcd43a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9650 | 2024.07.15 19:58:59.053386 [ 3 ] {86653a3f-ea47-460c-ab82-3c04bcd43a7f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9651 | 2024.07.15 19:58:59.053720 [ 3 ] {86653a3f-ea47-460c-ab82-3c04bcd43a7f} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9652 | 2024.07.15 19:58:59.053868 [ 3 ] {86653a3f-ea47-460c-ab82-3c04bcd43a7f} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001595 sec., 122884.01253918494 rows/sec., 8.58 MiB/sec. | ||
9653 | 2024.07.15 19:58:59.054039 [ 3 ] {86653a3f-ea47-460c-ab82-3c04bcd43a7f} <Debug> DynamicQueryHandler: Done processing query | ||
9654 | 2024.07.15 19:58:59.054063 [ 3 ] {86653a3f-ea47-460c-ab82-3c04bcd43a7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9655 | 2024.07.15 19:58:59.054079 [ 3 ] {} <Debug> HTTP-Session: 2184424d-4cb7-4102-a99a-6a6489162ff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9656 | 2024.07.15 19:58:59.054260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9657 | 2024.07.15 19:58:59.054307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9658 | 2024.07.15 19:58:59.054326 [ 3 ] {} <Debug> HTTP-Session: 60a6ca69-f712-4a81-a123-a1f1b5c2e7f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9659 | 2024.07.15 19:58:59.054342 [ 3 ] {} <Debug> HTTP-Session: 60a6ca69-f712-4a81-a123-a1f1b5c2e7f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9660 | 2024.07.15 19:58:59.054355 [ 3 ] {} <Debug> HTTP-Session: 60a6ca69-f712-4a81-a123-a1f1b5c2e7f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9661 | 2024.07.15 19:58:59.054385 [ 3 ] {} <Trace> HTTP-Session: 60a6ca69-f712-4a81-a123-a1f1b5c2e7f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9662 | 2024.07.15 19:58:59.054651 [ 3 ] {5f2fdc1e-7a7c-4665-9428-44ec08994fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9663 | 2024.07.15 19:58:59.054713 [ 3 ] {5f2fdc1e-7a7c-4665-9428-44ec08994fc5} <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 | ||
9664 | 2024.07.15 19:58:59.055112 [ 3 ] {5f2fdc1e-7a7c-4665-9428-44ec08994fc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9665 | 2024.07.15 19:58:59.055811 [ 3 ] {5f2fdc1e-7a7c-4665-9428-44ec08994fc5} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9666 | 2024.07.15 19:58:59.055845 [ 3 ] {5f2fdc1e-7a7c-4665-9428-44ec08994fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9667 | 2024.07.15 19:58:59.056453 [ 3 ] {5f2fdc1e-7a7c-4665-9428-44ec08994fc5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9668 | 2024.07.15 19:58:59.056993 [ 3 ] {5f2fdc1e-7a7c-4665-9428-44ec08994fc5} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9669 | 2024.07.15 19:58:59.057189 [ 100 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9670 | 2024.07.15 19:58:59.057219 [ 3 ] {5f2fdc1e-7a7c-4665-9428-44ec08994fc5} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002745 sec., 8743.169398907105 rows/sec., 15.67 MiB/sec. | ||
9671 | 2024.07.15 19:58:59.057268 [ 100 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9672 | 2024.07.15 19:58:59.057356 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9673 | 2024.07.15 19:58:59.057686 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
9674 | 2024.07.15 19:58:59.057825 [ 3 ] {5f2fdc1e-7a7c-4665-9428-44ec08994fc5} <Debug> DynamicQueryHandler: Done processing query | ||
9675 | 2024.07.15 19:58:59.057870 [ 3 ] {5f2fdc1e-7a7c-4665-9428-44ec08994fc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9676 | 2024.07.15 19:58:59.057915 [ 3 ] {} <Debug> HTTP-Session: 60a6ca69-f712-4a81-a123-a1f1b5c2e7f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9677 | 2024.07.15 19:58:59.058141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9678 | 2024.07.15 19:58:59.058251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9679 | 2024.07.15 19:58:59.058308 [ 3 ] {} <Debug> HTTP-Session: b4903de6-4db5-48e3-854a-90c9dd3223d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9680 | 2024.07.15 19:58:59.058333 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9681 | 2024.07.15 19:58:59.058345 [ 3 ] {} <Debug> HTTP-Session: b4903de6-4db5-48e3-854a-90c9dd3223d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9682 | 2024.07.15 19:58:59.058400 [ 3 ] {} <Debug> HTTP-Session: b4903de6-4db5-48e3-854a-90c9dd3223d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9683 | 2024.07.15 19:58:59.058489 [ 3 ] {} <Trace> HTTP-Session: b4903de6-4db5-48e3-854a-90c9dd3223d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9684 | 2024.07.15 19:58:59.058490 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 648 rows starting from the beginning of the part | ||
9685 | 2024.07.15 19:58:59.058810 [ 3 ] {dc31236c-5715-445f-8eab-5c7797e50d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9686 | 2024.07.15 19:58:59.059013 [ 3 ] {dc31236c-5715-445f-8eab-5c7797e50d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9687 | 2024.07.15 19:58:59.059222 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part | ||
9688 | 2024.07.15 19:58:59.059797 [ 3 ] {dc31236c-5715-445f-8eab-5c7797e50d92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9689 | 2024.07.15 19:58:59.060138 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
9690 | 2024.07.15 19:58:59.060739 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part | ||
9691 | 2024.07.15 19:58:59.060986 [ 3 ] {dc31236c-5715-445f-8eab-5c7797e50d92} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9692 | 2024.07.15 19:58:59.061098 [ 3 ] {dc31236c-5715-445f-8eab-5c7797e50d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9693 | 2024.07.15 19:58:59.061481 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
9694 | 2024.07.15 19:58:59.062190 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part | ||
9695 | 2024.07.15 19:58:59.062604 [ 3 ] {dc31236c-5715-445f-8eab-5c7797e50d92} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9696 | 2024.07.15 19:58:59.063931 [ 3 ] {dc31236c-5715-445f-8eab-5c7797e50d92} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9697 | 2024.07.15 19:58:59.064192 [ 3 ] {dc31236c-5715-445f-8eab-5c7797e50d92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005557 sec., 10797.192729890228 rows/sec., 745.12 KiB/sec. | ||
9698 | 2024.07.15 19:58:59.064521 [ 3 ] {dc31236c-5715-445f-8eab-5c7797e50d92} <Debug> DynamicQueryHandler: Done processing query | ||
9699 | 2024.07.15 19:58:59.064574 [ 3 ] {dc31236c-5715-445f-8eab-5c7797e50d92} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9700 | 2024.07.15 19:58:59.064620 [ 3 ] {} <Debug> HTTP-Session: b4903de6-4db5-48e3-854a-90c9dd3223d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9701 | 2024.07.15 19:58:59.068615 [ 190 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 19 columns (19 merged, 0 gathered) in 0.011114071 sec., 65862.45490063902 rows/sec., 118.02 MiB/sec. | ||
9702 | 2024.07.15 19:58:59.069325 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9703 | 2024.07.15 19:58:59.069951 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9704 | 2024.07.15 19:58:59.070032 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9705 | 2024.07.15 19:58:59.070145 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
9706 | 2024.07.15 19:59:04.042805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9707 | 2024.07.15 19:59:04.042936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9708 | 2024.07.15 19:59:04.042961 [ 3 ] {} <Debug> HTTP-Session: c2beee4d-7c01-49bd-a9bf-4525cdc65ab4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9709 | 2024.07.15 19:59:04.042985 [ 3 ] {} <Debug> HTTP-Session: c2beee4d-7c01-49bd-a9bf-4525cdc65ab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9710 | 2024.07.15 19:59:04.043001 [ 3 ] {} <Debug> HTTP-Session: c2beee4d-7c01-49bd-a9bf-4525cdc65ab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9711 | 2024.07.15 19:59:04.043055 [ 3 ] {} <Trace> HTTP-Session: c2beee4d-7c01-49bd-a9bf-4525cdc65ab4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9712 | 2024.07.15 19:59:04.043252 [ 3 ] {431e0968-4f79-495a-a6b1-3b9c0f8a7b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9713 | 2024.07.15 19:59:04.043323 [ 3 ] {431e0968-4f79-495a-a6b1-3b9c0f8a7b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9714 | 2024.07.15 19:59:04.043521 [ 3 ] {431e0968-4f79-495a-a6b1-3b9c0f8a7b81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9715 | 2024.07.15 19:59:04.043985 [ 3 ] {431e0968-4f79-495a-a6b1-3b9c0f8a7b81} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9716 | 2024.07.15 19:59:04.044031 [ 3 ] {431e0968-4f79-495a-a6b1-3b9c0f8a7b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9717 | 2024.07.15 19:59:04.044414 [ 3 ] {431e0968-4f79-495a-a6b1-3b9c0f8a7b81} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9718 | 2024.07.15 19:59:04.044762 [ 3 ] {431e0968-4f79-495a-a6b1-3b9c0f8a7b81} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9719 | 2024.07.15 19:59:04.044939 [ 3 ] {431e0968-4f79-495a-a6b1-3b9c0f8a7b81} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001743 sec., 6884.681583476764 rows/sec., 473.99 KiB/sec. | ||
9720 | 2024.07.15 19:59:04.045167 [ 3 ] {431e0968-4f79-495a-a6b1-3b9c0f8a7b81} <Debug> DynamicQueryHandler: Done processing query | ||
9721 | 2024.07.15 19:59:04.045195 [ 3 ] {431e0968-4f79-495a-a6b1-3b9c0f8a7b81} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9722 | 2024.07.15 19:59:04.045212 [ 3 ] {} <Debug> HTTP-Session: c2beee4d-7c01-49bd-a9bf-4525cdc65ab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9723 | 2024.07.15 19:59:04.045404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9724 | 2024.07.15 19:59:04.045466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9725 | 2024.07.15 19:59:04.045486 [ 3 ] {} <Debug> HTTP-Session: 03ed0835-5f82-4ade-b52f-0812284589b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9726 | 2024.07.15 19:59:04.045505 [ 3 ] {} <Debug> HTTP-Session: 03ed0835-5f82-4ade-b52f-0812284589b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9727 | 2024.07.15 19:59:04.045519 [ 3 ] {} <Debug> HTTP-Session: 03ed0835-5f82-4ade-b52f-0812284589b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9728 | 2024.07.15 19:59:04.045557 [ 3 ] {} <Trace> HTTP-Session: 03ed0835-5f82-4ade-b52f-0812284589b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9729 | 2024.07.15 19:59:04.045727 [ 3 ] {6bfa87c3-8042-4150-9eb7-4ca97f6d8326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9730 | 2024.07.15 19:59:04.045776 [ 3 ] {6bfa87c3-8042-4150-9eb7-4ca97f6d8326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9731 | 2024.07.15 19:59:04.045915 [ 3 ] {6bfa87c3-8042-4150-9eb7-4ca97f6d8326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9732 | 2024.07.15 19:59:04.046366 [ 3 ] {6bfa87c3-8042-4150-9eb7-4ca97f6d8326} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9733 | 2024.07.15 19:59:04.046404 [ 3 ] {6bfa87c3-8042-4150-9eb7-4ca97f6d8326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9734 | 2024.07.15 19:59:04.046743 [ 3 ] {6bfa87c3-8042-4150-9eb7-4ca97f6d8326} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9735 | 2024.07.15 19:59:04.047067 [ 3 ] {6bfa87c3-8042-4150-9eb7-4ca97f6d8326} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9736 | 2024.07.15 19:59:04.047223 [ 3 ] {6bfa87c3-8042-4150-9eb7-4ca97f6d8326} <Debug> executeQuery: Read 179 rows, 16.16 KiB in 0.001564 sec., 114450.12787723784 rows/sec., 10.09 MiB/sec. | ||
9737 | 2024.07.15 19:59:04.047413 [ 3 ] {6bfa87c3-8042-4150-9eb7-4ca97f6d8326} <Debug> DynamicQueryHandler: Done processing query | ||
9738 | 2024.07.15 19:59:04.047439 [ 3 ] {6bfa87c3-8042-4150-9eb7-4ca97f6d8326} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9739 | 2024.07.15 19:59:04.047457 [ 3 ] {} <Debug> HTTP-Session: 03ed0835-5f82-4ade-b52f-0812284589b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9740 | 2024.07.15 19:59:04.047673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9741 | 2024.07.15 19:59:04.047728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9742 | 2024.07.15 19:59:04.047750 [ 3 ] {} <Debug> HTTP-Session: db8a45ed-0bb1-4f8d-8e82-3bc5b5c72c2f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9743 | 2024.07.15 19:59:04.047767 [ 3 ] {} <Debug> HTTP-Session: db8a45ed-0bb1-4f8d-8e82-3bc5b5c72c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9744 | 2024.07.15 19:59:04.047781 [ 3 ] {} <Debug> HTTP-Session: db8a45ed-0bb1-4f8d-8e82-3bc5b5c72c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9745 | 2024.07.15 19:59:04.047817 [ 3 ] {} <Trace> HTTP-Session: db8a45ed-0bb1-4f8d-8e82-3bc5b5c72c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9746 | 2024.07.15 19:59:04.048040 [ 3 ] {05908d90-083d-4c43-83a3-f9e9eecea807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9747 | 2024.07.15 19:59:04.048089 [ 3 ] {05908d90-083d-4c43-83a3-f9e9eecea807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9748 | 2024.07.15 19:59:04.048223 [ 3 ] {05908d90-083d-4c43-83a3-f9e9eecea807} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9749 | 2024.07.15 19:59:04.048785 [ 3 ] {05908d90-083d-4c43-83a3-f9e9eecea807} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9750 | 2024.07.15 19:59:04.048823 [ 3 ] {05908d90-083d-4c43-83a3-f9e9eecea807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9751 | 2024.07.15 19:59:04.049159 [ 3 ] {05908d90-083d-4c43-83a3-f9e9eecea807} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9752 | 2024.07.15 19:59:04.049472 [ 3 ] {05908d90-083d-4c43-83a3-f9e9eecea807} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9753 | 2024.07.15 19:59:04.049630 [ 3 ] {05908d90-083d-4c43-83a3-f9e9eecea807} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.001709 sec., 227033.3528379169 rows/sec., 15.97 MiB/sec. | ||
9754 | 2024.07.15 19:59:04.049799 [ 3 ] {05908d90-083d-4c43-83a3-f9e9eecea807} <Debug> DynamicQueryHandler: Done processing query | ||
9755 | 2024.07.15 19:59:04.049824 [ 3 ] {05908d90-083d-4c43-83a3-f9e9eecea807} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9756 | 2024.07.15 19:59:04.049840 [ 3 ] {} <Debug> HTTP-Session: db8a45ed-0bb1-4f8d-8e82-3bc5b5c72c2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9757 | 2024.07.15 19:59:04.050007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9758 | 2024.07.15 19:59:04.050063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9759 | 2024.07.15 19:59:04.050082 [ 3 ] {} <Debug> HTTP-Session: 879e64dd-2b54-4806-a55e-93989a3aad62 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9760 | 2024.07.15 19:59:04.050100 [ 3 ] {} <Debug> HTTP-Session: 879e64dd-2b54-4806-a55e-93989a3aad62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9761 | 2024.07.15 19:59:04.050114 [ 3 ] {} <Debug> HTTP-Session: 879e64dd-2b54-4806-a55e-93989a3aad62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9762 | 2024.07.15 19:59:04.050145 [ 3 ] {} <Trace> HTTP-Session: 879e64dd-2b54-4806-a55e-93989a3aad62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9763 | 2024.07.15 19:59:04.050241 [ 3 ] {594c56b5-f66f-4ba0-a7e9-2f1165c0f64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9764 | 2024.07.15 19:59:04.050285 [ 3 ] {594c56b5-f66f-4ba0-a7e9-2f1165c0f64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9765 | 2024.07.15 19:59:04.050418 [ 3 ] {594c56b5-f66f-4ba0-a7e9-2f1165c0f64c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9766 | 2024.07.15 19:59:04.050708 [ 3 ] {594c56b5-f66f-4ba0-a7e9-2f1165c0f64c} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9767 | 2024.07.15 19:59:04.050745 [ 3 ] {594c56b5-f66f-4ba0-a7e9-2f1165c0f64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9768 | 2024.07.15 19:59:04.051107 [ 3 ] {594c56b5-f66f-4ba0-a7e9-2f1165c0f64c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9769 | 2024.07.15 19:59:04.051445 [ 3 ] {594c56b5-f66f-4ba0-a7e9-2f1165c0f64c} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9770 | 2024.07.15 19:59:04.051603 [ 3 ] {594c56b5-f66f-4ba0-a7e9-2f1165c0f64c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 186.96 KiB/sec. | ||
9771 | 2024.07.15 19:59:04.051921 [ 3 ] {594c56b5-f66f-4ba0-a7e9-2f1165c0f64c} <Debug> DynamicQueryHandler: Done processing query | ||
9772 | 2024.07.15 19:59:04.051946 [ 3 ] {594c56b5-f66f-4ba0-a7e9-2f1165c0f64c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9773 | 2024.07.15 19:59:04.051962 [ 3 ] {} <Debug> HTTP-Session: 879e64dd-2b54-4806-a55e-93989a3aad62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9774 | 2024.07.15 19:59:04.052085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9775 | 2024.07.15 19:59:04.052134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9776 | 2024.07.15 19:59:04.052153 [ 3 ] {} <Debug> HTTP-Session: d1d1e2fe-685c-4808-9d68-ab5de499d03a Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9777 | 2024.07.15 19:59:04.052169 [ 3 ] {} <Debug> HTTP-Session: d1d1e2fe-685c-4808-9d68-ab5de499d03a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9778 | 2024.07.15 19:59:04.052183 [ 3 ] {} <Debug> HTTP-Session: d1d1e2fe-685c-4808-9d68-ab5de499d03a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9779 | 2024.07.15 19:59:04.052213 [ 3 ] {} <Trace> HTTP-Session: d1d1e2fe-685c-4808-9d68-ab5de499d03a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9780 | 2024.07.15 19:59:04.052365 [ 3 ] {9a9ae67d-d126-43b3-bc68-01c182a2f7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9781 | 2024.07.15 19:59:04.052413 [ 3 ] {9a9ae67d-d126-43b3-bc68-01c182a2f7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9782 | 2024.07.15 19:59:04.052579 [ 3 ] {9a9ae67d-d126-43b3-bc68-01c182a2f7dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9783 | 2024.07.15 19:59:04.052905 [ 3 ] {9a9ae67d-d126-43b3-bc68-01c182a2f7dd} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9784 | 2024.07.15 19:59:04.052941 [ 3 ] {9a9ae67d-d126-43b3-bc68-01c182a2f7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9785 | 2024.07.15 19:59:04.053304 [ 3 ] {9a9ae67d-d126-43b3-bc68-01c182a2f7dd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9786 | 2024.07.15 19:59:04.053655 [ 3 ] {9a9ae67d-d126-43b3-bc68-01c182a2f7dd} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9787 | 2024.07.15 19:59:04.053819 [ 3 ] {9a9ae67d-d126-43b3-bc68-01c182a2f7dd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001524 sec., 50524.934383202104 rows/sec., 3.11 MiB/sec. | ||
9788 | 2024.07.15 19:59:04.054149 [ 3 ] {9a9ae67d-d126-43b3-bc68-01c182a2f7dd} <Debug> DynamicQueryHandler: Done processing query | ||
9789 | 2024.07.15 19:59:04.054175 [ 3 ] {9a9ae67d-d126-43b3-bc68-01c182a2f7dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9790 | 2024.07.15 19:59:04.054192 [ 3 ] {} <Debug> HTTP-Session: d1d1e2fe-685c-4808-9d68-ab5de499d03a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9791 | 2024.07.15 19:59:04.054352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9792 | 2024.07.15 19:59:04.054401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9793 | 2024.07.15 19:59:04.054420 [ 3 ] {} <Debug> HTTP-Session: a46de6b9-571f-4fde-83c8-a064af7c044b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9794 | 2024.07.15 19:59:04.054437 [ 3 ] {} <Debug> HTTP-Session: a46de6b9-571f-4fde-83c8-a064af7c044b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9795 | 2024.07.15 19:59:04.054453 [ 3 ] {} <Debug> HTTP-Session: a46de6b9-571f-4fde-83c8-a064af7c044b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9796 | 2024.07.15 19:59:04.054484 [ 3 ] {} <Trace> HTTP-Session: a46de6b9-571f-4fde-83c8-a064af7c044b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9797 | 2024.07.15 19:59:04.054652 [ 3 ] {b439ee51-93a0-4a0a-93dc-565203bcaf25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9798 | 2024.07.15 19:59:04.054701 [ 3 ] {b439ee51-93a0-4a0a-93dc-565203bcaf25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9799 | 2024.07.15 19:59:04.054869 [ 3 ] {b439ee51-93a0-4a0a-93dc-565203bcaf25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9800 | 2024.07.15 19:59:04.055268 [ 3 ] {b439ee51-93a0-4a0a-93dc-565203bcaf25} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9801 | 2024.07.15 19:59:04.055304 [ 3 ] {b439ee51-93a0-4a0a-93dc-565203bcaf25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9802 | 2024.07.15 19:59:04.055682 [ 3 ] {b439ee51-93a0-4a0a-93dc-565203bcaf25} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9803 | 2024.07.15 19:59:04.056022 [ 3 ] {b439ee51-93a0-4a0a-93dc-565203bcaf25} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9804 | 2024.07.15 19:59:04.056176 [ 3 ] {b439ee51-93a0-4a0a-93dc-565203bcaf25} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
9805 | 2024.07.15 19:59:04.056353 [ 3 ] {b439ee51-93a0-4a0a-93dc-565203bcaf25} <Debug> DynamicQueryHandler: Done processing query | ||
9806 | 2024.07.15 19:59:04.056377 [ 3 ] {b439ee51-93a0-4a0a-93dc-565203bcaf25} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9807 | 2024.07.15 19:59:04.056393 [ 3 ] {} <Debug> HTTP-Session: a46de6b9-571f-4fde-83c8-a064af7c044b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9808 | 2024.07.15 19:59:04.056532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9809 | 2024.07.15 19:59:04.056580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9810 | 2024.07.15 19:59:04.056599 [ 3 ] {} <Debug> HTTP-Session: 76af54fe-4fe1-4e6f-9818-bad586e762fa Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9811 | 2024.07.15 19:59:04.056615 [ 3 ] {} <Debug> HTTP-Session: 76af54fe-4fe1-4e6f-9818-bad586e762fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9812 | 2024.07.15 19:59:04.056629 [ 3 ] {} <Debug> HTTP-Session: 76af54fe-4fe1-4e6f-9818-bad586e762fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9813 | 2024.07.15 19:59:04.056660 [ 3 ] {} <Trace> HTTP-Session: 76af54fe-4fe1-4e6f-9818-bad586e762fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9814 | 2024.07.15 19:59:04.056810 [ 3 ] {058b0b95-fb7f-45da-a83b-1c8880f5b825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9815 | 2024.07.15 19:59:04.056877 [ 3 ] {058b0b95-fb7f-45da-a83b-1c8880f5b825} <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 | ||
9816 | 2024.07.15 19:59:04.057283 [ 3 ] {058b0b95-fb7f-45da-a83b-1c8880f5b825} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9817 | 2024.07.15 19:59:04.057786 [ 3 ] {058b0b95-fb7f-45da-a83b-1c8880f5b825} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9818 | 2024.07.15 19:59:04.057822 [ 3 ] {058b0b95-fb7f-45da-a83b-1c8880f5b825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9819 | 2024.07.15 19:59:04.058414 [ 3 ] {058b0b95-fb7f-45da-a83b-1c8880f5b825} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9820 | 2024.07.15 19:59:04.058838 [ 3 ] {058b0b95-fb7f-45da-a83b-1c8880f5b825} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9821 | 2024.07.15 19:59:04.059020 [ 3 ] {058b0b95-fb7f-45da-a83b-1c8880f5b825} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002286 sec., 2624.671916010499 rows/sec., 4.70 MiB/sec. | ||
9822 | 2024.07.15 19:59:04.059247 [ 3 ] {058b0b95-fb7f-45da-a83b-1c8880f5b825} <Debug> DynamicQueryHandler: Done processing query | ||
9823 | 2024.07.15 19:59:04.059273 [ 3 ] {058b0b95-fb7f-45da-a83b-1c8880f5b825} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9824 | 2024.07.15 19:59:04.059289 [ 3 ] {} <Debug> HTTP-Session: 76af54fe-4fe1-4e6f-9818-bad586e762fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9825 | 2024.07.15 19:59:04.059420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9826 | 2024.07.15 19:59:04.059467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9827 | 2024.07.15 19:59:04.059486 [ 3 ] {} <Debug> HTTP-Session: 4ce1221b-f4e2-4168-9e8c-fa50f50f0f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9828 | 2024.07.15 19:59:04.059503 [ 3 ] {} <Debug> HTTP-Session: 4ce1221b-f4e2-4168-9e8c-fa50f50f0f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9829 | 2024.07.15 19:59:04.059517 [ 3 ] {} <Debug> HTTP-Session: 4ce1221b-f4e2-4168-9e8c-fa50f50f0f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9830 | 2024.07.15 19:59:04.059548 [ 3 ] {} <Trace> HTTP-Session: 4ce1221b-f4e2-4168-9e8c-fa50f50f0f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9831 | 2024.07.15 19:59:04.059650 [ 3 ] {4f254bd7-c63b-4e72-96a9-90545188f08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9832 | 2024.07.15 19:59:04.059695 [ 3 ] {4f254bd7-c63b-4e72-96a9-90545188f08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9833 | 2024.07.15 19:59:04.059818 [ 3 ] {4f254bd7-c63b-4e72-96a9-90545188f08a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9834 | 2024.07.15 19:59:04.060116 [ 3 ] {4f254bd7-c63b-4e72-96a9-90545188f08a} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9835 | 2024.07.15 19:59:04.060152 [ 3 ] {4f254bd7-c63b-4e72-96a9-90545188f08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9836 | 2024.07.15 19:59:04.060503 [ 3 ] {4f254bd7-c63b-4e72-96a9-90545188f08a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9837 | 2024.07.15 19:59:04.060847 [ 3 ] {4f254bd7-c63b-4e72-96a9-90545188f08a} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9838 | 2024.07.15 19:59:04.061009 [ 3 ] {4f254bd7-c63b-4e72-96a9-90545188f08a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001387 sec., 16582.55227108868 rows/sec., 897.00 KiB/sec. | ||
9839 | 2024.07.15 19:59:04.061178 [ 3 ] {4f254bd7-c63b-4e72-96a9-90545188f08a} <Debug> DynamicQueryHandler: Done processing query | ||
9840 | 2024.07.15 19:59:04.061202 [ 3 ] {4f254bd7-c63b-4e72-96a9-90545188f08a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9841 | 2024.07.15 19:59:04.061218 [ 3 ] {} <Debug> HTTP-Session: 4ce1221b-f4e2-4168-9e8c-fa50f50f0f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9842 | 2024.07.15 19:59:04.061395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9843 | 2024.07.15 19:59:04.061443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9844 | 2024.07.15 19:59:04.061463 [ 3 ] {} <Debug> HTTP-Session: d0815d76-0102-4610-a7d1-be9abb6df16c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9845 | 2024.07.15 19:59:04.061480 [ 3 ] {} <Debug> HTTP-Session: d0815d76-0102-4610-a7d1-be9abb6df16c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9846 | 2024.07.15 19:59:04.061494 [ 3 ] {} <Debug> HTTP-Session: d0815d76-0102-4610-a7d1-be9abb6df16c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9847 | 2024.07.15 19:59:04.061524 [ 3 ] {} <Trace> HTTP-Session: d0815d76-0102-4610-a7d1-be9abb6df16c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9848 | 2024.07.15 19:59:04.061646 [ 3 ] {5dc2d379-09e3-4531-9a9b-8c8dbaffc309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9849 | 2024.07.15 19:59:04.061690 [ 3 ] {5dc2d379-09e3-4531-9a9b-8c8dbaffc309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9850 | 2024.07.15 19:59:04.061817 [ 3 ] {5dc2d379-09e3-4531-9a9b-8c8dbaffc309} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9851 | 2024.07.15 19:59:04.062108 [ 3 ] {5dc2d379-09e3-4531-9a9b-8c8dbaffc309} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9852 | 2024.07.15 19:59:04.062142 [ 3 ] {5dc2d379-09e3-4531-9a9b-8c8dbaffc309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
9853 | 2024.07.15 19:59:04.062515 [ 3 ] {5dc2d379-09e3-4531-9a9b-8c8dbaffc309} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9854 | 2024.07.15 19:59:04.062850 [ 3 ] {5dc2d379-09e3-4531-9a9b-8c8dbaffc309} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9855 | 2024.07.15 19:59:04.063007 [ 3 ] {5dc2d379-09e3-4531-9a9b-8c8dbaffc309} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
9856 | 2024.07.15 19:59:04.063266 [ 3 ] {5dc2d379-09e3-4531-9a9b-8c8dbaffc309} <Debug> DynamicQueryHandler: Done processing query | ||
9857 | 2024.07.15 19:59:04.063330 [ 3 ] {5dc2d379-09e3-4531-9a9b-8c8dbaffc309} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9858 | 2024.07.15 19:59:04.063381 [ 3 ] {} <Debug> HTTP-Session: d0815d76-0102-4610-a7d1-be9abb6df16c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9859 | 2024.07.15 19:59:06.450700 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9860 | 2024.07.15 19:59:06.450765 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9861 | 2024.07.15 19:59:09.039889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9862 | 2024.07.15 19:59:09.040049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9863 | 2024.07.15 19:59:09.040094 [ 3 ] {} <Debug> HTTP-Session: 5d1f7cdd-f0c8-4768-9704-2d6827c84b0f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9864 | 2024.07.15 19:59:09.040134 [ 3 ] {} <Debug> HTTP-Session: 5d1f7cdd-f0c8-4768-9704-2d6827c84b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9865 | 2024.07.15 19:59:09.040162 [ 3 ] {} <Debug> HTTP-Session: 5d1f7cdd-f0c8-4768-9704-2d6827c84b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9866 | 2024.07.15 19:59:09.040238 [ 3 ] {} <Trace> HTTP-Session: 5d1f7cdd-f0c8-4768-9704-2d6827c84b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9867 | 2024.07.15 19:59:09.040532 [ 3 ] {dd4ce76d-fb06-4e2e-91d5-27ab392d44ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9868 | 2024.07.15 19:59:09.040637 [ 3 ] {dd4ce76d-fb06-4e2e-91d5-27ab392d44ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9869 | 2024.07.15 19:59:09.040944 [ 3 ] {dd4ce76d-fb06-4e2e-91d5-27ab392d44ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9870 | 2024.07.15 19:59:09.041438 [ 3 ] {dd4ce76d-fb06-4e2e-91d5-27ab392d44ea} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9871 | 2024.07.15 19:59:09.041478 [ 3 ] {dd4ce76d-fb06-4e2e-91d5-27ab392d44ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
9872 | 2024.07.15 19:59:09.041850 [ 3 ] {dd4ce76d-fb06-4e2e-91d5-27ab392d44ea} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9873 | 2024.07.15 19:59:09.042183 [ 3 ] {dd4ce76d-fb06-4e2e-91d5-27ab392d44ea} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9874 | 2024.07.15 19:59:09.042330 [ 3 ] {dd4ce76d-fb06-4e2e-91d5-27ab392d44ea} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001902 sec., 12618.296529968455 rows/sec., 1022.77 KiB/sec. | ||
9875 | 2024.07.15 19:59:09.042536 [ 3 ] {dd4ce76d-fb06-4e2e-91d5-27ab392d44ea} <Debug> DynamicQueryHandler: Done processing query | ||
9876 | 2024.07.15 19:59:09.042562 [ 3 ] {dd4ce76d-fb06-4e2e-91d5-27ab392d44ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9877 | 2024.07.15 19:59:09.042579 [ 3 ] {} <Debug> HTTP-Session: 5d1f7cdd-f0c8-4768-9704-2d6827c84b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9878 | 2024.07.15 19:59:09.042738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9879 | 2024.07.15 19:59:09.042790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9880 | 2024.07.15 19:59:09.042810 [ 3 ] {} <Debug> HTTP-Session: 282fdc72-db2d-43b2-a57c-2bfa70cd736e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9881 | 2024.07.15 19:59:09.042828 [ 3 ] {} <Debug> HTTP-Session: 282fdc72-db2d-43b2-a57c-2bfa70cd736e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9882 | 2024.07.15 19:59:09.042842 [ 3 ] {} <Debug> HTTP-Session: 282fdc72-db2d-43b2-a57c-2bfa70cd736e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9883 | 2024.07.15 19:59:09.042878 [ 3 ] {} <Trace> HTTP-Session: 282fdc72-db2d-43b2-a57c-2bfa70cd736e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9884 | 2024.07.15 19:59:09.042981 [ 3 ] {b43af347-6287-4af5-8529-95a849fbb183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9885 | 2024.07.15 19:59:09.043026 [ 3 ] {b43af347-6287-4af5-8529-95a849fbb183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9886 | 2024.07.15 19:59:09.043157 [ 3 ] {b43af347-6287-4af5-8529-95a849fbb183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9887 | 2024.07.15 19:59:09.043436 [ 3 ] {b43af347-6287-4af5-8529-95a849fbb183} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9888 | 2024.07.15 19:59:09.043472 [ 3 ] {b43af347-6287-4af5-8529-95a849fbb183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
9889 | 2024.07.15 19:59:09.043773 [ 3 ] {b43af347-6287-4af5-8529-95a849fbb183} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9890 | 2024.07.15 19:59:09.044074 [ 3 ] {b43af347-6287-4af5-8529-95a849fbb183} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9891 | 2024.07.15 19:59:09.044199 [ 3 ] {b43af347-6287-4af5-8529-95a849fbb183} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001247 sec., 1603.849238171612 rows/sec., 130.78 KiB/sec. | ||
9892 | 2024.07.15 19:59:09.044388 [ 3 ] {b43af347-6287-4af5-8529-95a849fbb183} <Debug> DynamicQueryHandler: Done processing query | ||
9893 | 2024.07.15 19:59:09.044413 [ 3 ] {b43af347-6287-4af5-8529-95a849fbb183} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9894 | 2024.07.15 19:59:09.044428 [ 3 ] {} <Debug> HTTP-Session: 282fdc72-db2d-43b2-a57c-2bfa70cd736e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9895 | 2024.07.15 19:59:09.044575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9896 | 2024.07.15 19:59:09.044622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9897 | 2024.07.15 19:59:09.044640 [ 3 ] {} <Debug> HTTP-Session: 1c5216d4-967f-4a8d-b4df-ccdae01342ef Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9898 | 2024.07.15 19:59:09.044656 [ 3 ] {} <Debug> HTTP-Session: 1c5216d4-967f-4a8d-b4df-ccdae01342ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9899 | 2024.07.15 19:59:09.044670 [ 3 ] {} <Debug> HTTP-Session: 1c5216d4-967f-4a8d-b4df-ccdae01342ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9900 | 2024.07.15 19:59:09.044702 [ 3 ] {} <Trace> HTTP-Session: 1c5216d4-967f-4a8d-b4df-ccdae01342ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9901 | 2024.07.15 19:59:09.044836 [ 3 ] {8d7e8220-1ac5-4055-abfd-8f1c7eecca4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9902 | 2024.07.15 19:59:09.044880 [ 3 ] {8d7e8220-1ac5-4055-abfd-8f1c7eecca4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9903 | 2024.07.15 19:59:09.045001 [ 3 ] {8d7e8220-1ac5-4055-abfd-8f1c7eecca4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9904 | 2024.07.15 19:59:09.045369 [ 3 ] {8d7e8220-1ac5-4055-abfd-8f1c7eecca4c} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9905 | 2024.07.15 19:59:09.045403 [ 3 ] {8d7e8220-1ac5-4055-abfd-8f1c7eecca4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
9906 | 2024.07.15 19:59:09.045718 [ 3 ] {8d7e8220-1ac5-4055-abfd-8f1c7eecca4c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9907 | 2024.07.15 19:59:09.046021 [ 3 ] {8d7e8220-1ac5-4055-abfd-8f1c7eecca4c} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9908 | 2024.07.15 19:59:09.046143 [ 3 ] {8d7e8220-1ac5-4055-abfd-8f1c7eecca4c} <Debug> executeQuery: Read 129 rows, 10.96 KiB in 0.001364 sec., 94574.78005865103 rows/sec., 7.85 MiB/sec. | ||
9909 | 2024.07.15 19:59:09.046302 [ 3 ] {8d7e8220-1ac5-4055-abfd-8f1c7eecca4c} <Debug> DynamicQueryHandler: Done processing query | ||
9910 | 2024.07.15 19:59:09.046326 [ 3 ] {8d7e8220-1ac5-4055-abfd-8f1c7eecca4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9911 | 2024.07.15 19:59:09.046342 [ 3 ] {} <Debug> HTTP-Session: 1c5216d4-967f-4a8d-b4df-ccdae01342ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9912 | 2024.07.15 19:59:09.046465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9913 | 2024.07.15 19:59:09.046513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9914 | 2024.07.15 19:59:09.046532 [ 3 ] {} <Debug> HTTP-Session: c1f8903e-3315-4dc4-a101-deb4b9b9bc79 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9915 | 2024.07.15 19:59:09.046549 [ 3 ] {} <Debug> HTTP-Session: c1f8903e-3315-4dc4-a101-deb4b9b9bc79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9916 | 2024.07.15 19:59:09.046563 [ 3 ] {} <Debug> HTTP-Session: c1f8903e-3315-4dc4-a101-deb4b9b9bc79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9917 | 2024.07.15 19:59:09.046593 [ 3 ] {} <Trace> HTTP-Session: c1f8903e-3315-4dc4-a101-deb4b9b9bc79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9918 | 2024.07.15 19:59:09.046690 [ 3 ] {e7b85dce-c89e-4a73-a11e-b79c52cd7318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9919 | 2024.07.15 19:59:09.046732 [ 3 ] {e7b85dce-c89e-4a73-a11e-b79c52cd7318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9920 | 2024.07.15 19:59:09.046853 [ 3 ] {e7b85dce-c89e-4a73-a11e-b79c52cd7318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9921 | 2024.07.15 19:59:09.047102 [ 3 ] {e7b85dce-c89e-4a73-a11e-b79c52cd7318} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9922 | 2024.07.15 19:59:09.047137 [ 3 ] {e7b85dce-c89e-4a73-a11e-b79c52cd7318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
9923 | 2024.07.15 19:59:09.047441 [ 3 ] {e7b85dce-c89e-4a73-a11e-b79c52cd7318} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9924 | 2024.07.15 19:59:09.047739 [ 3 ] {e7b85dce-c89e-4a73-a11e-b79c52cd7318} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9925 | 2024.07.15 19:59:09.047873 [ 3 ] {e7b85dce-c89e-4a73-a11e-b79c52cd7318} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001205 sec., 1659.7510373443984 rows/sec., 115.89 KiB/sec. | ||
9926 | 2024.07.15 19:59:09.048058 [ 3 ] {e7b85dce-c89e-4a73-a11e-b79c52cd7318} <Debug> DynamicQueryHandler: Done processing query | ||
9927 | 2024.07.15 19:59:09.048082 [ 3 ] {e7b85dce-c89e-4a73-a11e-b79c52cd7318} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9928 | 2024.07.15 19:59:09.048098 [ 3 ] {} <Debug> HTTP-Session: c1f8903e-3315-4dc4-a101-deb4b9b9bc79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9929 | 2024.07.15 19:59:09.048225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 15293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9930 | 2024.07.15 19:59:09.048271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9931 | 2024.07.15 19:59:09.048290 [ 3 ] {} <Debug> HTTP-Session: b9984c9b-9e83-4584-82c3-d25ce7290eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9932 | 2024.07.15 19:59:09.048306 [ 3 ] {} <Debug> HTTP-Session: b9984c9b-9e83-4584-82c3-d25ce7290eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9933 | 2024.07.15 19:59:09.048319 [ 3 ] {} <Debug> HTTP-Session: b9984c9b-9e83-4584-82c3-d25ce7290eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9934 | 2024.07.15 19:59:09.048350 [ 3 ] {} <Trace> HTTP-Session: b9984c9b-9e83-4584-82c3-d25ce7290eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9935 | 2024.07.15 19:59:09.048469 [ 3 ] {aea806a3-fa91-4d92-bd14-213852076c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9936 | 2024.07.15 19:59:09.048511 [ 3 ] {aea806a3-fa91-4d92-bd14-213852076c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9937 | 2024.07.15 19:59:09.048641 [ 3 ] {aea806a3-fa91-4d92-bd14-213852076c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9938 | 2024.07.15 19:59:09.048972 [ 3 ] {aea806a3-fa91-4d92-bd14-213852076c7a} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9939 | 2024.07.15 19:59:09.049008 [ 3 ] {aea806a3-fa91-4d92-bd14-213852076c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
9940 | 2024.07.15 19:59:09.049315 [ 3 ] {aea806a3-fa91-4d92-bd14-213852076c7a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9941 | 2024.07.15 19:59:09.049614 [ 3 ] {aea806a3-fa91-4d92-bd14-213852076c7a} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9942 | 2024.07.15 19:59:09.049765 [ 3 ] {aea806a3-fa91-4d92-bd14-213852076c7a} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001335 sec., 67415.73033707865 rows/sec., 5.27 MiB/sec. | ||
9943 | 2024.07.15 19:59:09.050011 [ 3 ] {aea806a3-fa91-4d92-bd14-213852076c7a} <Debug> DynamicQueryHandler: Done processing query | ||
9944 | 2024.07.15 19:59:09.050067 [ 3 ] {aea806a3-fa91-4d92-bd14-213852076c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9945 | 2024.07.15 19:59:09.050118 [ 3 ] {} <Debug> HTTP-Session: b9984c9b-9e83-4584-82c3-d25ce7290eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9946 | 2024.07.15 19:59:09.050306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9947 | 2024.07.15 19:59:09.050359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9948 | 2024.07.15 19:59:09.050378 [ 3 ] {} <Debug> HTTP-Session: f1fe1dc0-4e62-4356-834d-574e54c21f01 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9949 | 2024.07.15 19:59:09.050394 [ 3 ] {} <Debug> HTTP-Session: f1fe1dc0-4e62-4356-834d-574e54c21f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9950 | 2024.07.15 19:59:09.050408 [ 3 ] {} <Debug> HTTP-Session: f1fe1dc0-4e62-4356-834d-574e54c21f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9951 | 2024.07.15 19:59:09.050441 [ 3 ] {} <Trace> HTTP-Session: f1fe1dc0-4e62-4356-834d-574e54c21f01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9952 | 2024.07.15 19:59:09.050598 [ 3 ] {5c23d07e-3531-4fec-9ee9-2d437bfdd122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9953 | 2024.07.15 19:59:09.050647 [ 3 ] {5c23d07e-3531-4fec-9ee9-2d437bfdd122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9954 | 2024.07.15 19:59:09.050805 [ 3 ] {5c23d07e-3531-4fec-9ee9-2d437bfdd122} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9955 | 2024.07.15 19:59:09.051170 [ 3 ] {5c23d07e-3531-4fec-9ee9-2d437bfdd122} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9956 | 2024.07.15 19:59:09.051205 [ 3 ] {5c23d07e-3531-4fec-9ee9-2d437bfdd122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
9957 | 2024.07.15 19:59:09.051588 [ 3 ] {5c23d07e-3531-4fec-9ee9-2d437bfdd122} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9958 | 2024.07.15 19:59:09.051931 [ 3 ] {5c23d07e-3531-4fec-9ee9-2d437bfdd122} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9959 | 2024.07.15 19:59:09.052089 [ 3 ] {5c23d07e-3531-4fec-9ee9-2d437bfdd122} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001562 sec., 103072.98335467349 rows/sec., 7.18 MiB/sec. | ||
9960 | 2024.07.15 19:59:09.052265 [ 3 ] {5c23d07e-3531-4fec-9ee9-2d437bfdd122} <Debug> DynamicQueryHandler: Done processing query | ||
9961 | 2024.07.15 19:59:09.052297 [ 3 ] {5c23d07e-3531-4fec-9ee9-2d437bfdd122} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9962 | 2024.07.15 19:59:09.052318 [ 3 ] {} <Debug> HTTP-Session: f1fe1dc0-4e62-4356-834d-574e54c21f01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9963 | 2024.07.15 19:59:09.052484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9964 | 2024.07.15 19:59:09.052531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9965 | 2024.07.15 19:59:09.052550 [ 3 ] {} <Debug> HTTP-Session: 5de69533-23fc-4f90-9f1e-2e0d3b61aff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9966 | 2024.07.15 19:59:09.052567 [ 3 ] {} <Debug> HTTP-Session: 5de69533-23fc-4f90-9f1e-2e0d3b61aff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9967 | 2024.07.15 19:59:09.052581 [ 3 ] {} <Debug> HTTP-Session: 5de69533-23fc-4f90-9f1e-2e0d3b61aff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9968 | 2024.07.15 19:59:09.052610 [ 3 ] {} <Trace> HTTP-Session: 5de69533-23fc-4f90-9f1e-2e0d3b61aff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9969 | 2024.07.15 19:59:09.052879 [ 3 ] {5e5a1ae1-67c6-4e6a-ab6d-0497c270da21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9970 | 2024.07.15 19:59:09.052943 [ 3 ] {5e5a1ae1-67c6-4e6a-ab6d-0497c270da21} <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 | ||
9971 | 2024.07.15 19:59:09.053345 [ 3 ] {5e5a1ae1-67c6-4e6a-ab6d-0497c270da21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9972 | 2024.07.15 19:59:09.054025 [ 3 ] {5e5a1ae1-67c6-4e6a-ab6d-0497c270da21} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9973 | 2024.07.15 19:59:09.054062 [ 3 ] {5e5a1ae1-67c6-4e6a-ab6d-0497c270da21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
9974 | 2024.07.15 19:59:09.054680 [ 3 ] {5e5a1ae1-67c6-4e6a-ab6d-0497c270da21} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9975 | 2024.07.15 19:59:09.055088 [ 3 ] {5e5a1ae1-67c6-4e6a-ab6d-0497c270da21} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9976 | 2024.07.15 19:59:09.055275 [ 3 ] {5e5a1ae1-67c6-4e6a-ab6d-0497c270da21} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002581 sec., 9298.721425803951 rows/sec., 16.66 MiB/sec. | ||
9977 | 2024.07.15 19:59:09.055504 [ 3 ] {5e5a1ae1-67c6-4e6a-ab6d-0497c270da21} <Debug> DynamicQueryHandler: Done processing query | ||
9978 | 2024.07.15 19:59:09.055529 [ 3 ] {5e5a1ae1-67c6-4e6a-ab6d-0497c270da21} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9979 | 2024.07.15 19:59:09.055544 [ 3 ] {} <Debug> HTTP-Session: 5de69533-23fc-4f90-9f1e-2e0d3b61aff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9980 | 2024.07.15 19:59:09.055674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9981 | 2024.07.15 19:59:09.055721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9982 | 2024.07.15 19:59:09.055740 [ 3 ] {} <Debug> HTTP-Session: b9197a32-0941-42e9-95a1-06f97d50efc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
9983 | 2024.07.15 19:59:09.055756 [ 3 ] {} <Debug> HTTP-Session: b9197a32-0941-42e9-95a1-06f97d50efc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9984 | 2024.07.15 19:59:09.055770 [ 3 ] {} <Debug> HTTP-Session: b9197a32-0941-42e9-95a1-06f97d50efc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9985 | 2024.07.15 19:59:09.055802 [ 3 ] {} <Trace> HTTP-Session: b9197a32-0941-42e9-95a1-06f97d50efc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9986 | 2024.07.15 19:59:09.055914 [ 3 ] {039958b4-1043-4589-b193-f8777ff0a316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9987 | 2024.07.15 19:59:09.055958 [ 3 ] {039958b4-1043-4589-b193-f8777ff0a316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9988 | 2024.07.15 19:59:09.056086 [ 3 ] {039958b4-1043-4589-b193-f8777ff0a316} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9989 | 2024.07.15 19:59:09.056363 [ 3 ] {039958b4-1043-4589-b193-f8777ff0a316} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9990 | 2024.07.15 19:59:09.056398 [ 3 ] {039958b4-1043-4589-b193-f8777ff0a316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
9991 | 2024.07.15 19:59:09.056747 [ 3 ] {039958b4-1043-4589-b193-f8777ff0a316} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9992 | 2024.07.15 19:59:09.057064 [ 3 ] {039958b4-1043-4589-b193-f8777ff0a316} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9993 | 2024.07.15 19:59:09.057215 [ 3 ] {039958b4-1043-4589-b193-f8777ff0a316} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00133 sec., 45112.781954887214 rows/sec., 3.04 MiB/sec. | ||
9994 | 2024.07.15 19:59:09.057459 [ 3 ] {039958b4-1043-4589-b193-f8777ff0a316} <Debug> DynamicQueryHandler: Done processing query | ||
9995 | 2024.07.15 19:59:09.057514 [ 3 ] {039958b4-1043-4589-b193-f8777ff0a316} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9996 | 2024.07.15 19:59:09.057567 [ 3 ] {} <Debug> HTTP-Session: b9197a32-0941-42e9-95a1-06f97d50efc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9997 | 2024.07.15 19:59:14.044914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9998 | 2024.07.15 19:59:14.045042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9999 | 2024.07.15 19:59:14.045067 [ 3 ] {} <Debug> HTTP-Session: 88fd7bd0-ba31-467e-a8c4-8811cffc8c79 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10000 | 2024.07.15 19:59:14.045092 [ 3 ] {} <Debug> HTTP-Session: 88fd7bd0-ba31-467e-a8c4-8811cffc8c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10001 | 2024.07.15 19:59:14.045108 [ 3 ] {} <Debug> HTTP-Session: 88fd7bd0-ba31-467e-a8c4-8811cffc8c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10002 | 2024.07.15 19:59:14.045159 [ 3 ] {} <Trace> HTTP-Session: 88fd7bd0-ba31-467e-a8c4-8811cffc8c79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10003 | 2024.07.15 19:59:14.045347 [ 3 ] {86f0c38a-c782-4025-a82c-2a2027aed828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10004 | 2024.07.15 19:59:14.045414 [ 3 ] {86f0c38a-c782-4025-a82c-2a2027aed828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10005 | 2024.07.15 19:59:14.045608 [ 3 ] {86f0c38a-c782-4025-a82c-2a2027aed828} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10006 | 2024.07.15 19:59:14.046011 [ 3 ] {86f0c38a-c782-4025-a82c-2a2027aed828} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10007 | 2024.07.15 19:59:14.046052 [ 3 ] {86f0c38a-c782-4025-a82c-2a2027aed828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10008 | 2024.07.15 19:59:14.046417 [ 3 ] {86f0c38a-c782-4025-a82c-2a2027aed828} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10009 | 2024.07.15 19:59:14.046772 [ 3 ] {86f0c38a-c782-4025-a82c-2a2027aed828} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10010 | 2024.07.15 19:59:14.046925 [ 3 ] {86f0c38a-c782-4025-a82c-2a2027aed828} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001631 sec., 7357.449417535254 rows/sec., 506.54 KiB/sec. | ||
10011 | 2024.07.15 19:59:14.047151 [ 3 ] {86f0c38a-c782-4025-a82c-2a2027aed828} <Debug> DynamicQueryHandler: Done processing query | ||
10012 | 2024.07.15 19:59:14.047185 [ 3 ] {86f0c38a-c782-4025-a82c-2a2027aed828} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10013 | 2024.07.15 19:59:14.047218 [ 3 ] {} <Debug> HTTP-Session: 88fd7bd0-ba31-467e-a8c4-8811cffc8c79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10014 | 2024.07.15 19:59:14.047404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10015 | 2024.07.15 19:59:14.047454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10016 | 2024.07.15 19:59:14.047473 [ 3 ] {} <Debug> HTTP-Session: a19fd5e2-b0e6-4820-8af1-d34f223eb1b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10017 | 2024.07.15 19:59:14.047490 [ 3 ] {} <Debug> HTTP-Session: a19fd5e2-b0e6-4820-8af1-d34f223eb1b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10018 | 2024.07.15 19:59:14.047503 [ 3 ] {} <Debug> HTTP-Session: a19fd5e2-b0e6-4820-8af1-d34f223eb1b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10019 | 2024.07.15 19:59:14.047533 [ 3 ] {} <Trace> HTTP-Session: a19fd5e2-b0e6-4820-8af1-d34f223eb1b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10020 | 2024.07.15 19:59:14.047672 [ 3 ] {4645d5cc-91bb-45eb-9ea3-bcb13cbb93e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10021 | 2024.07.15 19:59:14.047714 [ 3 ] {4645d5cc-91bb-45eb-9ea3-bcb13cbb93e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10022 | 2024.07.15 19:59:14.047848 [ 3 ] {4645d5cc-91bb-45eb-9ea3-bcb13cbb93e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10023 | 2024.07.15 19:59:14.048240 [ 3 ] {4645d5cc-91bb-45eb-9ea3-bcb13cbb93e5} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10024 | 2024.07.15 19:59:14.048275 [ 3 ] {4645d5cc-91bb-45eb-9ea3-bcb13cbb93e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10025 | 2024.07.15 19:59:14.048592 [ 3 ] {4645d5cc-91bb-45eb-9ea3-bcb13cbb93e5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10026 | 2024.07.15 19:59:14.048890 [ 3 ] {4645d5cc-91bb-45eb-9ea3-bcb13cbb93e5} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10027 | 2024.07.15 19:59:14.049041 [ 3 ] {4645d5cc-91bb-45eb-9ea3-bcb13cbb93e5} <Debug> executeQuery: Read 179 rows, 16.16 KiB in 0.001427 sec., 125437.98177995795 rows/sec., 11.06 MiB/sec. | ||
10028 | 2024.07.15 19:59:14.049195 [ 3 ] {4645d5cc-91bb-45eb-9ea3-bcb13cbb93e5} <Debug> DynamicQueryHandler: Done processing query | ||
10029 | 2024.07.15 19:59:14.049219 [ 3 ] {4645d5cc-91bb-45eb-9ea3-bcb13cbb93e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10030 | 2024.07.15 19:59:14.049234 [ 3 ] {} <Debug> HTTP-Session: a19fd5e2-b0e6-4820-8af1-d34f223eb1b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10031 | 2024.07.15 19:59:14.049471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10032 | 2024.07.15 19:59:14.049517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10033 | 2024.07.15 19:59:14.049535 [ 3 ] {} <Debug> HTTP-Session: e1ffea96-f416-4546-8f3a-632b90e1aab4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10034 | 2024.07.15 19:59:14.049552 [ 3 ] {} <Debug> HTTP-Session: e1ffea96-f416-4546-8f3a-632b90e1aab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10035 | 2024.07.15 19:59:14.049566 [ 3 ] {} <Debug> HTTP-Session: e1ffea96-f416-4546-8f3a-632b90e1aab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10036 | 2024.07.15 19:59:14.049596 [ 3 ] {} <Trace> HTTP-Session: e1ffea96-f416-4546-8f3a-632b90e1aab4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10037 | 2024.07.15 19:59:14.049783 [ 3 ] {1956231d-4094-45b9-93e3-f5595775d366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10038 | 2024.07.15 19:59:14.049825 [ 3 ] {1956231d-4094-45b9-93e3-f5595775d366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10039 | 2024.07.15 19:59:14.049974 [ 3 ] {1956231d-4094-45b9-93e3-f5595775d366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10040 | 2024.07.15 19:59:14.050478 [ 3 ] {1956231d-4094-45b9-93e3-f5595775d366} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10041 | 2024.07.15 19:59:14.050513 [ 3 ] {1956231d-4094-45b9-93e3-f5595775d366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10042 | 2024.07.15 19:59:14.050830 [ 3 ] {1956231d-4094-45b9-93e3-f5595775d366} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10043 | 2024.07.15 19:59:14.051124 [ 3 ] {1956231d-4094-45b9-93e3-f5595775d366} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10044 | 2024.07.15 19:59:14.051276 [ 3 ] {1956231d-4094-45b9-93e3-f5595775d366} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.001595 sec., 243260.1880877743 rows/sec., 17.12 MiB/sec. | ||
10045 | 2024.07.15 19:59:14.051511 [ 3 ] {1956231d-4094-45b9-93e3-f5595775d366} <Debug> DynamicQueryHandler: Done processing query | ||
10046 | 2024.07.15 19:59:14.051536 [ 3 ] {1956231d-4094-45b9-93e3-f5595775d366} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10047 | 2024.07.15 19:59:14.051572 [ 3 ] {} <Debug> HTTP-Session: e1ffea96-f416-4546-8f3a-632b90e1aab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10048 | 2024.07.15 19:59:14.051823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10049 | 2024.07.15 19:59:14.051955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10050 | 2024.07.15 19:59:14.051995 [ 3 ] {} <Debug> HTTP-Session: 4a52054a-5c3b-4f8c-b613-81176c66acf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10051 | 2024.07.15 19:59:14.052014 [ 3 ] {} <Debug> HTTP-Session: 4a52054a-5c3b-4f8c-b613-81176c66acf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10052 | 2024.07.15 19:59:14.052028 [ 3 ] {} <Debug> HTTP-Session: 4a52054a-5c3b-4f8c-b613-81176c66acf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10053 | 2024.07.15 19:59:14.052059 [ 3 ] {} <Trace> HTTP-Session: 4a52054a-5c3b-4f8c-b613-81176c66acf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10054 | 2024.07.15 19:59:14.052161 [ 3 ] {9fb39e05-0a3a-47d6-b0d7-069a655b96c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10055 | 2024.07.15 19:59:14.052208 [ 3 ] {9fb39e05-0a3a-47d6-b0d7-069a655b96c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10056 | 2024.07.15 19:59:14.052349 [ 3 ] {9fb39e05-0a3a-47d6-b0d7-069a655b96c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10057 | 2024.07.15 19:59:14.052610 [ 3 ] {9fb39e05-0a3a-47d6-b0d7-069a655b96c7} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10058 | 2024.07.15 19:59:14.052646 [ 3 ] {9fb39e05-0a3a-47d6-b0d7-069a655b96c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10059 | 2024.07.15 19:59:14.052995 [ 3 ] {9fb39e05-0a3a-47d6-b0d7-069a655b96c7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10060 | 2024.07.15 19:59:14.053318 [ 3 ] {9fb39e05-0a3a-47d6-b0d7-069a655b96c7} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10061 | 2024.07.15 19:59:14.053472 [ 3 ] {9fb39e05-0a3a-47d6-b0d7-069a655b96c7} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 193.99 KiB/sec. | ||
10062 | 2024.07.15 19:59:14.053622 [ 3 ] {9fb39e05-0a3a-47d6-b0d7-069a655b96c7} <Debug> DynamicQueryHandler: Done processing query | ||
10063 | 2024.07.15 19:59:14.053645 [ 3 ] {9fb39e05-0a3a-47d6-b0d7-069a655b96c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10064 | 2024.07.15 19:59:14.053661 [ 3 ] {} <Debug> HTTP-Session: 4a52054a-5c3b-4f8c-b613-81176c66acf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10065 | 2024.07.15 19:59:14.053798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10066 | 2024.07.15 19:59:14.053844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10067 | 2024.07.15 19:59:14.053863 [ 3 ] {} <Debug> HTTP-Session: 1462dc24-79cb-4d0b-9fd5-50fd6b2a6330 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10068 | 2024.07.15 19:59:14.053879 [ 3 ] {} <Debug> HTTP-Session: 1462dc24-79cb-4d0b-9fd5-50fd6b2a6330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10069 | 2024.07.15 19:59:14.053893 [ 3 ] {} <Debug> HTTP-Session: 1462dc24-79cb-4d0b-9fd5-50fd6b2a6330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10070 | 2024.07.15 19:59:14.053923 [ 3 ] {} <Trace> HTTP-Session: 1462dc24-79cb-4d0b-9fd5-50fd6b2a6330 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10071 | 2024.07.15 19:59:14.054037 [ 3 ] {8691d659-7732-46a7-ae91-6befc3a2e1b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10072 | 2024.07.15 19:59:14.054083 [ 3 ] {8691d659-7732-46a7-ae91-6befc3a2e1b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10073 | 2024.07.15 19:59:14.054222 [ 3 ] {8691d659-7732-46a7-ae91-6befc3a2e1b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10074 | 2024.07.15 19:59:14.054531 [ 3 ] {8691d659-7732-46a7-ae91-6befc3a2e1b2} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10075 | 2024.07.15 19:59:14.054567 [ 3 ] {8691d659-7732-46a7-ae91-6befc3a2e1b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10076 | 2024.07.15 19:59:14.054915 [ 3 ] {8691d659-7732-46a7-ae91-6befc3a2e1b2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10077 | 2024.07.15 19:59:14.055242 [ 3 ] {8691d659-7732-46a7-ae91-6befc3a2e1b2} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10078 | 2024.07.15 19:59:14.055401 [ 3 ] {8691d659-7732-46a7-ae91-6befc3a2e1b2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.0014 sec., 55000 rows/sec., 3.39 MiB/sec. | ||
10079 | 2024.07.15 19:59:14.055570 [ 3 ] {8691d659-7732-46a7-ae91-6befc3a2e1b2} <Debug> DynamicQueryHandler: Done processing query | ||
10080 | 2024.07.15 19:59:14.055593 [ 3 ] {8691d659-7732-46a7-ae91-6befc3a2e1b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10081 | 2024.07.15 19:59:14.055609 [ 3 ] {} <Debug> HTTP-Session: 1462dc24-79cb-4d0b-9fd5-50fd6b2a6330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10082 | 2024.07.15 19:59:14.055770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10083 | 2024.07.15 19:59:14.055829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10084 | 2024.07.15 19:59:14.055850 [ 3 ] {} <Debug> HTTP-Session: 2483d7c0-641a-497a-9b18-96d3d2f8b099 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10085 | 2024.07.15 19:59:14.055867 [ 3 ] {} <Debug> HTTP-Session: 2483d7c0-641a-497a-9b18-96d3d2f8b099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10086 | 2024.07.15 19:59:14.055880 [ 3 ] {} <Debug> HTTP-Session: 2483d7c0-641a-497a-9b18-96d3d2f8b099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10087 | 2024.07.15 19:59:14.055909 [ 3 ] {} <Trace> HTTP-Session: 2483d7c0-641a-497a-9b18-96d3d2f8b099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10088 | 2024.07.15 19:59:14.056079 [ 3 ] {c42d7ffb-c267-4b13-9613-3508c41dd4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10089 | 2024.07.15 19:59:14.056124 [ 3 ] {c42d7ffb-c267-4b13-9613-3508c41dd4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10090 | 2024.07.15 19:59:14.056266 [ 3 ] {c42d7ffb-c267-4b13-9613-3508c41dd4a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10091 | 2024.07.15 19:59:14.056626 [ 3 ] {c42d7ffb-c267-4b13-9613-3508c41dd4a8} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10092 | 2024.07.15 19:59:14.056660 [ 3 ] {c42d7ffb-c267-4b13-9613-3508c41dd4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10093 | 2024.07.15 19:59:14.057024 [ 3 ] {c42d7ffb-c267-4b13-9613-3508c41dd4a8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10094 | 2024.07.15 19:59:14.057346 [ 3 ] {c42d7ffb-c267-4b13-9613-3508c41dd4a8} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10095 | 2024.07.15 19:59:14.057512 [ 3 ] {c42d7ffb-c267-4b13-9613-3508c41dd4a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001516 sec., 105540.89709762533 rows/sec., 7.35 MiB/sec. | ||
10096 | 2024.07.15 19:59:14.057665 [ 3 ] {c42d7ffb-c267-4b13-9613-3508c41dd4a8} <Debug> DynamicQueryHandler: Done processing query | ||
10097 | 2024.07.15 19:59:14.057688 [ 3 ] {c42d7ffb-c267-4b13-9613-3508c41dd4a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10098 | 2024.07.15 19:59:14.057705 [ 3 ] {} <Debug> HTTP-Session: 2483d7c0-641a-497a-9b18-96d3d2f8b099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10099 | 2024.07.15 19:59:14.057838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10100 | 2024.07.15 19:59:14.057884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10101 | 2024.07.15 19:59:14.057903 [ 3 ] {} <Debug> HTTP-Session: b089f65e-195c-497c-a885-655c6000b52f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10102 | 2024.07.15 19:59:14.057919 [ 3 ] {} <Debug> HTTP-Session: b089f65e-195c-497c-a885-655c6000b52f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10103 | 2024.07.15 19:59:14.057933 [ 3 ] {} <Debug> HTTP-Session: b089f65e-195c-497c-a885-655c6000b52f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10104 | 2024.07.15 19:59:14.057963 [ 3 ] {} <Trace> HTTP-Session: b089f65e-195c-497c-a885-655c6000b52f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10105 | 2024.07.15 19:59:14.058100 [ 3 ] {cf783415-352e-41aa-a07c-990577948ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10106 | 2024.07.15 19:59:14.058163 [ 3 ] {cf783415-352e-41aa-a07c-990577948ec4} <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 | ||
10107 | 2024.07.15 19:59:14.058567 [ 3 ] {cf783415-352e-41aa-a07c-990577948ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10108 | 2024.07.15 19:59:14.059143 [ 3 ] {cf783415-352e-41aa-a07c-990577948ec4} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10109 | 2024.07.15 19:59:14.059178 [ 3 ] {cf783415-352e-41aa-a07c-990577948ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10110 | 2024.07.15 19:59:14.059773 [ 3 ] {cf783415-352e-41aa-a07c-990577948ec4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10111 | 2024.07.15 19:59:14.060172 [ 3 ] {cf783415-352e-41aa-a07c-990577948ec4} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10112 | 2024.07.15 19:59:14.060352 [ 3 ] {cf783415-352e-41aa-a07c-990577948ec4} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002314 sec., 2592.9127052722556 rows/sec., 4.65 MiB/sec. | ||
10113 | 2024.07.15 19:59:14.060572 [ 3 ] {cf783415-352e-41aa-a07c-990577948ec4} <Debug> DynamicQueryHandler: Done processing query | ||
10114 | 2024.07.15 19:59:14.060596 [ 3 ] {cf783415-352e-41aa-a07c-990577948ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10115 | 2024.07.15 19:59:14.060612 [ 3 ] {} <Debug> HTTP-Session: b089f65e-195c-497c-a885-655c6000b52f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10116 | 2024.07.15 19:59:14.060726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10117 | 2024.07.15 19:59:14.060773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10118 | 2024.07.15 19:59:14.060792 [ 3 ] {} <Debug> HTTP-Session: e1be24ff-41fe-487d-8889-8feb3ba62764 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10119 | 2024.07.15 19:59:14.060811 [ 3 ] {} <Debug> HTTP-Session: e1be24ff-41fe-487d-8889-8feb3ba62764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10120 | 2024.07.15 19:59:14.060826 [ 3 ] {} <Debug> HTTP-Session: e1be24ff-41fe-487d-8889-8feb3ba62764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10121 | 2024.07.15 19:59:14.060858 [ 3 ] {} <Trace> HTTP-Session: e1be24ff-41fe-487d-8889-8feb3ba62764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10122 | 2024.07.15 19:59:14.060961 [ 3 ] {07d8e9a4-602c-4732-9cc7-cafbe5458176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10123 | 2024.07.15 19:59:14.061004 [ 3 ] {07d8e9a4-602c-4732-9cc7-cafbe5458176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10124 | 2024.07.15 19:59:14.061128 [ 3 ] {07d8e9a4-602c-4732-9cc7-cafbe5458176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10125 | 2024.07.15 19:59:14.061557 [ 3 ] {07d8e9a4-602c-4732-9cc7-cafbe5458176} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10126 | 2024.07.15 19:59:14.061594 [ 3 ] {07d8e9a4-602c-4732-9cc7-cafbe5458176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10127 | 2024.07.15 19:59:14.061950 [ 3 ] {07d8e9a4-602c-4732-9cc7-cafbe5458176} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10128 | 2024.07.15 19:59:14.062285 [ 3 ] {07d8e9a4-602c-4732-9cc7-cafbe5458176} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10129 | 2024.07.15 19:59:14.062442 [ 3 ] {07d8e9a4-602c-4732-9cc7-cafbe5458176} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001506 sec., 15272.244355909696 rows/sec., 826.12 KiB/sec. | ||
10130 | 2024.07.15 19:59:14.062591 [ 3 ] {07d8e9a4-602c-4732-9cc7-cafbe5458176} <Debug> DynamicQueryHandler: Done processing query | ||
10131 | 2024.07.15 19:59:14.062614 [ 3 ] {07d8e9a4-602c-4732-9cc7-cafbe5458176} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10132 | 2024.07.15 19:59:14.062629 [ 3 ] {} <Debug> HTTP-Session: e1be24ff-41fe-487d-8889-8feb3ba62764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10133 | 2024.07.15 19:59:14.062754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10134 | 2024.07.15 19:59:14.062799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10135 | 2024.07.15 19:59:14.062818 [ 3 ] {} <Debug> HTTP-Session: e314bb7b-8eea-4444-9424-3bac0b80798e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10136 | 2024.07.15 19:59:14.062834 [ 3 ] {} <Debug> HTTP-Session: e314bb7b-8eea-4444-9424-3bac0b80798e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10137 | 2024.07.15 19:59:14.062848 [ 3 ] {} <Debug> HTTP-Session: e314bb7b-8eea-4444-9424-3bac0b80798e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10138 | 2024.07.15 19:59:14.062877 [ 3 ] {} <Trace> HTTP-Session: e314bb7b-8eea-4444-9424-3bac0b80798e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10139 | 2024.07.15 19:59:14.062987 [ 3 ] {a2b8c5f5-edeb-419d-bdfb-d2e6af193d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10140 | 2024.07.15 19:59:14.063031 [ 3 ] {a2b8c5f5-edeb-419d-bdfb-d2e6af193d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10141 | 2024.07.15 19:59:14.063156 [ 3 ] {a2b8c5f5-edeb-419d-bdfb-d2e6af193d20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10142 | 2024.07.15 19:59:14.063487 [ 3 ] {a2b8c5f5-edeb-419d-bdfb-d2e6af193d20} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10143 | 2024.07.15 19:59:14.063522 [ 3 ] {a2b8c5f5-edeb-419d-bdfb-d2e6af193d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10144 | 2024.07.15 19:59:14.063875 [ 3 ] {a2b8c5f5-edeb-419d-bdfb-d2e6af193d20} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10145 | 2024.07.15 19:59:14.064207 [ 3 ] {a2b8c5f5-edeb-419d-bdfb-d2e6af193d20} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10146 | 2024.07.15 19:59:14.064363 [ 3 ] {a2b8c5f5-edeb-419d-bdfb-d2e6af193d20} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
10147 | 2024.07.15 19:59:14.064530 [ 3 ] {a2b8c5f5-edeb-419d-bdfb-d2e6af193d20} <Debug> DynamicQueryHandler: Done processing query | ||
10148 | 2024.07.15 19:59:14.064554 [ 3 ] {a2b8c5f5-edeb-419d-bdfb-d2e6af193d20} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10149 | 2024.07.15 19:59:14.064570 [ 3 ] {} <Debug> HTTP-Session: e314bb7b-8eea-4444-9424-3bac0b80798e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10150 | 2024.07.15 19:59:19.038972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10151 | 2024.07.15 19:59:19.039098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10152 | 2024.07.15 19:59:19.039124 [ 3 ] {} <Debug> HTTP-Session: a188a745-0436-48b9-b4e8-3937cf3b1b04 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10153 | 2024.07.15 19:59:19.039152 [ 3 ] {} <Debug> HTTP-Session: a188a745-0436-48b9-b4e8-3937cf3b1b04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10154 | 2024.07.15 19:59:19.039168 [ 3 ] {} <Debug> HTTP-Session: a188a745-0436-48b9-b4e8-3937cf3b1b04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10155 | 2024.07.15 19:59:19.039218 [ 3 ] {} <Trace> HTTP-Session: a188a745-0436-48b9-b4e8-3937cf3b1b04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10156 | 2024.07.15 19:59:19.039402 [ 3 ] {5eac7d16-e93e-49d5-874a-20472786fbc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10157 | 2024.07.15 19:59:19.039469 [ 3 ] {5eac7d16-e93e-49d5-874a-20472786fbc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10158 | 2024.07.15 19:59:19.039657 [ 3 ] {5eac7d16-e93e-49d5-874a-20472786fbc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10159 | 2024.07.15 19:59:19.040086 [ 3 ] {5eac7d16-e93e-49d5-874a-20472786fbc3} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10160 | 2024.07.15 19:59:19.040131 [ 3 ] {5eac7d16-e93e-49d5-874a-20472786fbc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10161 | 2024.07.15 19:59:19.040505 [ 3 ] {5eac7d16-e93e-49d5-874a-20472786fbc3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10162 | 2024.07.15 19:59:19.040840 [ 3 ] {5eac7d16-e93e-49d5-874a-20472786fbc3} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10163 | 2024.07.15 19:59:19.041005 [ 3 ] {5eac7d16-e93e-49d5-874a-20472786fbc3} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001657 sec., 14484.007242003621 rows/sec., 1.15 MiB/sec. | ||
10164 | 2024.07.15 19:59:19.041287 [ 3 ] {5eac7d16-e93e-49d5-874a-20472786fbc3} <Debug> DynamicQueryHandler: Done processing query | ||
10165 | 2024.07.15 19:59:19.041347 [ 3 ] {5eac7d16-e93e-49d5-874a-20472786fbc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10166 | 2024.07.15 19:59:19.041383 [ 3 ] {} <Debug> HTTP-Session: a188a745-0436-48b9-b4e8-3937cf3b1b04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10167 | 2024.07.15 19:59:19.041605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18686, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10168 | 2024.07.15 19:59:19.041657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10169 | 2024.07.15 19:59:19.041676 [ 3 ] {} <Debug> HTTP-Session: 839821c2-bd15-4434-b504-6a1399999045 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10170 | 2024.07.15 19:59:19.041693 [ 3 ] {} <Debug> HTTP-Session: 839821c2-bd15-4434-b504-6a1399999045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10171 | 2024.07.15 19:59:19.041708 [ 3 ] {} <Debug> HTTP-Session: 839821c2-bd15-4434-b504-6a1399999045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10172 | 2024.07.15 19:59:19.041740 [ 3 ] {} <Trace> HTTP-Session: 839821c2-bd15-4434-b504-6a1399999045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10173 | 2024.07.15 19:59:19.041882 [ 3 ] {62c63b1a-bb83-4e68-a4c3-965674ef3816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10174 | 2024.07.15 19:59:19.041928 [ 3 ] {62c63b1a-bb83-4e68-a4c3-965674ef3816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10175 | 2024.07.15 19:59:19.042069 [ 3 ] {62c63b1a-bb83-4e68-a4c3-965674ef3816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10176 | 2024.07.15 19:59:19.042471 [ 3 ] {62c63b1a-bb83-4e68-a4c3-965674ef3816} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10177 | 2024.07.15 19:59:19.042510 [ 3 ] {62c63b1a-bb83-4e68-a4c3-965674ef3816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10178 | 2024.07.15 19:59:19.042829 [ 3 ] {62c63b1a-bb83-4e68-a4c3-965674ef3816} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10179 | 2024.07.15 19:59:19.043141 [ 3 ] {62c63b1a-bb83-4e68-a4c3-965674ef3816} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10180 | 2024.07.15 19:59:19.043280 [ 3 ] {62c63b1a-bb83-4e68-a4c3-965674ef3816} <Debug> executeQuery: Read 128 rows, 10.89 KiB in 0.001457 sec., 87851.75017158545 rows/sec., 7.30 MiB/sec. | ||
10181 | 2024.07.15 19:59:19.043344 [ 76 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10182 | 2024.07.15 19:59:19.043446 [ 76 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10183 | 2024.07.15 19:59:19.043489 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10184 | 2024.07.15 19:59:19.043518 [ 3 ] {62c63b1a-bb83-4e68-a4c3-965674ef3816} <Debug> DynamicQueryHandler: Done processing query | ||
10185 | 2024.07.15 19:59:19.043580 [ 3 ] {62c63b1a-bb83-4e68-a4c3-965674ef3816} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10186 | 2024.07.15 19:59:19.043629 [ 3 ] {} <Debug> HTTP-Session: 839821c2-bd15-4434-b504-6a1399999045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10187 | 2024.07.15 19:59:19.043736 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
10188 | 2024.07.15 19:59:19.043872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10189 | 2024.07.15 19:59:19.043996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10190 | 2024.07.15 19:59:19.044009 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10191 | 2024.07.15 19:59:19.044030 [ 3 ] {} <Debug> HTTP-Session: 599d34c7-1eb6-4dab-ba64-52d7ee0a10e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10192 | 2024.07.15 19:59:19.044073 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
10193 | 2024.07.15 19:59:19.044084 [ 3 ] {} <Debug> HTTP-Session: 599d34c7-1eb6-4dab-ba64-52d7ee0a10e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10194 | 2024.07.15 19:59:19.044134 [ 3 ] {} <Debug> HTTP-Session: 599d34c7-1eb6-4dab-ba64-52d7ee0a10e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10195 | 2024.07.15 19:59:19.044242 [ 3 ] {} <Trace> HTTP-Session: 599d34c7-1eb6-4dab-ba64-52d7ee0a10e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10196 | 2024.07.15 19:59:19.044277 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 164 rows starting from the beginning of the part | ||
10197 | 2024.07.15 19:59:19.044516 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 179 rows starting from the beginning of the part | ||
10198 | 2024.07.15 19:59:19.044666 [ 3 ] {b6c4b2b3-b161-4286-81b8-52452d5101f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10199 | 2024.07.15 19:59:19.044794 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 129 rows starting from the beginning of the part | ||
10200 | 2024.07.15 19:59:19.044836 [ 3 ] {b6c4b2b3-b161-4286-81b8-52452d5101f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10201 | 2024.07.15 19:59:19.045134 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 179 rows starting from the beginning of the part | ||
10202 | 2024.07.15 19:59:19.045548 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 128 rows starting from the beginning of the part | ||
10203 | 2024.07.15 19:59:19.046328 [ 3 ] {b6c4b2b3-b161-4286-81b8-52452d5101f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10204 | 2024.07.15 19:59:19.047260 [ 3 ] {b6c4b2b3-b161-4286-81b8-52452d5101f4} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10205 | 2024.07.15 19:59:19.047333 [ 3 ] {b6c4b2b3-b161-4286-81b8-52452d5101f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10206 | 2024.07.15 19:59:19.048247 [ 3 ] {b6c4b2b3-b161-4286-81b8-52452d5101f4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10207 | 2024.07.15 19:59:19.048807 [ 194 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1074 rows, containing 4 columns (4 merged, 0 gathered) in 0.005209864 sec., 206147.4157482806 rows/sec., 17.59 MiB/sec. | ||
10208 | 2024.07.15 19:59:19.048951 [ 3 ] {b6c4b2b3-b161-4286-81b8-52452d5101f4} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10209 | 2024.07.15 19:59:19.049042 [ 198 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10210 | 2024.07.15 19:59:19.049236 [ 76 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10211 | 2024.07.15 19:59:19.049293 [ 3 ] {b6c4b2b3-b161-4286-81b8-52452d5101f4} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.004802 sec., 18325.69762598917 rows/sec., 1.43 MiB/sec. | ||
10212 | 2024.07.15 19:59:19.049333 [ 76 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10213 | 2024.07.15 19:59:19.049445 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10214 | 2024.07.15 19:59:19.049931 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
10215 | 2024.07.15 19:59:19.050028 [ 3 ] {b6c4b2b3-b161-4286-81b8-52452d5101f4} <Debug> DynamicQueryHandler: Done processing query | ||
10216 | 2024.07.15 19:59:19.050099 [ 3 ] {b6c4b2b3-b161-4286-81b8-52452d5101f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10217 | 2024.07.15 19:59:19.050185 [ 3 ] {} <Debug> HTTP-Session: 599d34c7-1eb6-4dab-ba64-52d7ee0a10e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10218 | 2024.07.15 19:59:19.050309 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10219 | 2024.07.15 19:59:19.050351 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
10220 | 2024.07.15 19:59:19.050365 [ 198 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_56_11} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10221 | 2024.07.15 19:59:19.050575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10222 | 2024.07.15 19:59:19.050600 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 112 rows starting from the beginning of the part | ||
10223 | 2024.07.15 19:59:19.050719 [ 198 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_56_11} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10224 | 2024.07.15 19:59:19.050819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10225 | 2024.07.15 19:59:19.051006 [ 3 ] {} <Debug> HTTP-Session: 6a17c40c-63b2-4b48-872b-e30cc13a50c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10226 | 2024.07.15 19:59:19.051061 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 388 rows starting from the beginning of the part | ||
10227 | 2024.07.15 19:59:19.051113 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
10228 | 2024.07.15 19:59:19.051124 [ 3 ] {} <Debug> HTTP-Session: 6a17c40c-63b2-4b48-872b-e30cc13a50c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10229 | 2024.07.15 19:59:19.051242 [ 3 ] {} <Debug> HTTP-Session: 6a17c40c-63b2-4b48-872b-e30cc13a50c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10230 | 2024.07.15 19:59:19.051457 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 90 rows starting from the beginning of the part | ||
10231 | 2024.07.15 19:59:19.051499 [ 3 ] {} <Trace> HTTP-Session: 6a17c40c-63b2-4b48-872b-e30cc13a50c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10232 | 2024.07.15 19:59:19.051835 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 388 rows starting from the beginning of the part | ||
10233 | 2024.07.15 19:59:19.052121 [ 3 ] {a29a5400-8fbb-4322-b631-7d683bc33b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10234 | 2024.07.15 19:59:19.052155 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 88 rows starting from the beginning of the part | ||
10235 | 2024.07.15 19:59:19.052359 [ 3 ] {a29a5400-8fbb-4322-b631-7d683bc33b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10236 | 2024.07.15 19:59:19.053173 [ 3 ] {a29a5400-8fbb-4322-b631-7d683bc33b2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10237 | 2024.07.15 19:59:19.054072 [ 3 ] {a29a5400-8fbb-4322-b631-7d683bc33b2e} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10238 | 2024.07.15 19:59:19.054140 [ 3 ] {a29a5400-8fbb-4322-b631-7d683bc33b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10239 | 2024.07.15 19:59:19.055075 [ 3 ] {a29a5400-8fbb-4322-b631-7d683bc33b2e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10240 | 2024.07.15 19:59:19.055079 [ 186 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 4 columns (4 merged, 0 gathered) in 0.005435168 sec., 282603.95998798934 rows/sec., 20.41 MiB/sec. | ||
10241 | 2024.07.15 19:59:19.055384 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10242 | 2024.07.15 19:59:19.055706 [ 3 ] {a29a5400-8fbb-4322-b631-7d683bc33b2e} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10243 | 2024.07.15 19:59:19.056088 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10244 | 2024.07.15 19:59:19.056149 [ 3 ] {a29a5400-8fbb-4322-b631-7d683bc33b2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004339 sec., 36874.855957593914 rows/sec., 2.57 MiB/sec. | ||
10245 | 2024.07.15 19:59:19.056171 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10246 | 2024.07.15 19:59:19.056295 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10247 | 2024.07.15 19:59:19.056582 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_56_11} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10248 | 2024.07.15 19:59:19.056689 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
10249 | 2024.07.15 19:59:19.056707 [ 3 ] {a29a5400-8fbb-4322-b631-7d683bc33b2e} <Debug> DynamicQueryHandler: Done processing query | ||
10250 | 2024.07.15 19:59:19.056791 [ 3 ] {a29a5400-8fbb-4322-b631-7d683bc33b2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10251 | 2024.07.15 19:59:19.056864 [ 3 ] {} <Debug> HTTP-Session: 6a17c40c-63b2-4b48-872b-e30cc13a50c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10252 | 2024.07.15 19:59:19.056962 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_56_11} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10253 | 2024.07.15 19:59:19.057116 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10254 | 2024.07.15 19:59:19.057223 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8300 rows starting from the beginning of the part | ||
10255 | 2024.07.15 19:59:19.057231 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
10256 | 2024.07.15 19:59:19.057232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10257 | 2024.07.15 19:59:19.057408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10258 | 2024.07.15 19:59:19.057503 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 196 rows starting from the beginning of the part | ||
10259 | 2024.07.15 19:59:19.057511 [ 3 ] {} <Debug> HTTP-Session: df1adf37-0a33-43ba-b4e0-05c52dec82e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10260 | 2024.07.15 19:59:19.057606 [ 3 ] {} <Debug> HTTP-Session: df1adf37-0a33-43ba-b4e0-05c52dec82e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10261 | 2024.07.15 19:59:19.057680 [ 3 ] {} <Debug> HTTP-Session: df1adf37-0a33-43ba-b4e0-05c52dec82e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10262 | 2024.07.15 19:59:19.057803 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
10263 | 2024.07.15 19:59:19.057820 [ 3 ] {} <Trace> HTTP-Session: df1adf37-0a33-43ba-b4e0-05c52dec82e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10264 | 2024.07.15 19:59:19.058180 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
10265 | 2024.07.15 19:59:19.058470 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
10266 | 2024.07.15 19:59:19.058524 [ 3 ] {f545e82d-4733-42e2-a4a3-7a6616b7e0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10267 | 2024.07.15 19:59:19.058791 [ 198 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
10268 | 2024.07.15 19:59:19.058897 [ 3 ] {f545e82d-4733-42e2-a4a3-7a6616b7e0d2} <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 | ||
10269 | 2024.07.15 19:59:19.060617 [ 3 ] {f545e82d-4733-42e2-a4a3-7a6616b7e0d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10270 | 2024.07.15 19:59:19.062020 [ 3 ] {f545e82d-4733-42e2-a4a3-7a6616b7e0d2} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10271 | 2024.07.15 19:59:19.062058 [ 3 ] {f545e82d-4733-42e2-a4a3-7a6616b7e0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10272 | 2024.07.15 19:59:19.063286 [ 3 ] {f545e82d-4733-42e2-a4a3-7a6616b7e0d2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10273 | 2024.07.15 19:59:19.063805 [ 3 ] {f545e82d-4733-42e2-a4a3-7a6616b7e0d2} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10274 | 2024.07.15 19:59:19.064012 [ 3 ] {f545e82d-4733-42e2-a4a3-7a6616b7e0d2} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00586 sec., 4095.563139931741 rows/sec., 7.34 MiB/sec. | ||
10275 | 2024.07.15 19:59:19.064320 [ 3 ] {f545e82d-4733-42e2-a4a3-7a6616b7e0d2} <Debug> DynamicQueryHandler: Done processing query | ||
10276 | 2024.07.15 19:59:19.064372 [ 3 ] {f545e82d-4733-42e2-a4a3-7a6616b7e0d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10277 | 2024.07.15 19:59:19.064417 [ 3 ] {} <Debug> HTTP-Session: df1adf37-0a33-43ba-b4e0-05c52dec82e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10278 | 2024.07.15 19:59:19.064626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10279 | 2024.07.15 19:59:19.064637 [ 189 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9137 rows, containing 5 columns (5 merged, 0 gathered) in 0.008169152 sec., 1118475.9446268107 rows/sec., 77.80 MiB/sec. | ||
10280 | 2024.07.15 19:59:19.064705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10281 | 2024.07.15 19:59:19.064738 [ 3 ] {} <Debug> HTTP-Session: 96955ad3-8c71-4795-a462-b6aaa6c951a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10282 | 2024.07.15 19:59:19.064760 [ 3 ] {} <Debug> HTTP-Session: 96955ad3-8c71-4795-a462-b6aaa6c951a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10283 | 2024.07.15 19:59:19.064776 [ 3 ] {} <Debug> HTTP-Session: 96955ad3-8c71-4795-a462-b6aaa6c951a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10284 | 2024.07.15 19:59:19.064834 [ 3 ] {} <Trace> HTTP-Session: 96955ad3-8c71-4795-a462-b6aaa6c951a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10285 | 2024.07.15 19:59:19.064928 [ 189 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10286 | 2024.07.15 19:59:19.065082 [ 3 ] {2c50e42d-12fa-4deb-9728-52820e072254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10287 | 2024.07.15 19:59:19.065158 [ 3 ] {2c50e42d-12fa-4deb-9728-52820e072254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10288 | 2024.07.15 19:59:19.065860 [ 3 ] {2c50e42d-12fa-4deb-9728-52820e072254} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10289 | 2024.07.15 19:59:19.066126 [ 189 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10290 | 2024.07.15 19:59:19.066326 [ 189 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10291 | 2024.07.15 19:59:19.066525 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
10292 | 2024.07.15 19:59:19.066574 [ 3 ] {2c50e42d-12fa-4deb-9728-52820e072254} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10293 | 2024.07.15 19:59:19.066616 [ 3 ] {2c50e42d-12fa-4deb-9728-52820e072254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10294 | 2024.07.15 19:59:19.066986 [ 3 ] {2c50e42d-12fa-4deb-9728-52820e072254} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10295 | 2024.07.15 19:59:19.067306 [ 3 ] {2c50e42d-12fa-4deb-9728-52820e072254} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10296 | 2024.07.15 19:59:19.067469 [ 3 ] {2c50e42d-12fa-4deb-9728-52820e072254} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002523 sec., 23781.212841854933 rows/sec., 1.60 MiB/sec. | ||
10297 | 2024.07.15 19:59:19.067481 [ 76 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10298 | 2024.07.15 19:59:19.067581 [ 76 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10299 | 2024.07.15 19:59:19.067634 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10300 | 2024.07.15 19:59:19.067813 [ 3 ] {2c50e42d-12fa-4deb-9728-52820e072254} <Debug> DynamicQueryHandler: Done processing query | ||
10301 | 2024.07.15 19:59:19.067884 [ 3 ] {2c50e42d-12fa-4deb-9728-52820e072254} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10302 | 2024.07.15 19:59:19.067927 [ 200 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
10303 | 2024.07.15 19:59:19.067944 [ 3 ] {} <Debug> HTTP-Session: 96955ad3-8c71-4795-a462-b6aaa6c951a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10304 | 2024.07.15 19:59:19.068482 [ 200 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10305 | 2024.07.15 19:59:19.068532 [ 200 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2700 rows starting from the beginning of the part | ||
10306 | 2024.07.15 19:59:19.068619 [ 200 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
10307 | 2024.07.15 19:59:19.068717 [ 200 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
10308 | 2024.07.15 19:59:19.068793 [ 200 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
10309 | 2024.07.15 19:59:19.069003 [ 200 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
10310 | 2024.07.15 19:59:19.069149 [ 200 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
10311 | 2024.07.15 19:59:19.070585 [ 195 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3000 rows, containing 4 columns (4 merged, 0 gathered) in 0.002870927 sec., 1044958.6492446515 rows/sec., 70.99 MiB/sec. | ||
10312 | 2024.07.15 19:59:19.070853 [ 195 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10313 | 2024.07.15 19:59:19.071246 [ 195 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_56_11} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10314 | 2024.07.15 19:59:19.071320 [ 195 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_56_11} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10315 | 2024.07.15 19:59:19.071409 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
10316 | 2024.07.15 19:59:21.450814 [ 159 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10317 | 2024.07.15 19:59:21.450915 [ 159 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10318 | 2024.07.15 19:59:24.042940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10319 | 2024.07.15 19:59:24.043062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10320 | 2024.07.15 19:59:24.043087 [ 3 ] {} <Debug> HTTP-Session: 52312c77-cbbd-4f4a-bbb4-d0c6f86be711 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10321 | 2024.07.15 19:59:24.043111 [ 3 ] {} <Debug> HTTP-Session: 52312c77-cbbd-4f4a-bbb4-d0c6f86be711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10322 | 2024.07.15 19:59:24.043126 [ 3 ] {} <Debug> HTTP-Session: 52312c77-cbbd-4f4a-bbb4-d0c6f86be711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10323 | 2024.07.15 19:59:24.043175 [ 3 ] {} <Trace> HTTP-Session: 52312c77-cbbd-4f4a-bbb4-d0c6f86be711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10324 | 2024.07.15 19:59:24.043363 [ 3 ] {8191f356-debd-45c5-869c-9a9ea4f4cb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10325 | 2024.07.15 19:59:24.043430 [ 3 ] {8191f356-debd-45c5-869c-9a9ea4f4cb88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10326 | 2024.07.15 19:59:24.043631 [ 3 ] {8191f356-debd-45c5-869c-9a9ea4f4cb88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10327 | 2024.07.15 19:59:24.044057 [ 3 ] {8191f356-debd-45c5-869c-9a9ea4f4cb88} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10328 | 2024.07.15 19:59:24.044099 [ 3 ] {8191f356-debd-45c5-869c-9a9ea4f4cb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10329 | 2024.07.15 19:59:24.044463 [ 3 ] {8191f356-debd-45c5-869c-9a9ea4f4cb88} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10330 | 2024.07.15 19:59:24.044815 [ 3 ] {8191f356-debd-45c5-869c-9a9ea4f4cb88} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10331 | 2024.07.15 19:59:24.044971 [ 3 ] {8191f356-debd-45c5-869c-9a9ea4f4cb88} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001659 sec., 7233.273056057866 rows/sec., 497.99 KiB/sec. | ||
10332 | 2024.07.15 19:59:24.044996 [ 154 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10333 | 2024.07.15 19:59:24.045112 [ 154 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10334 | 2024.07.15 19:59:24.045156 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10335 | 2024.07.15 19:59:24.045269 [ 3 ] {8191f356-debd-45c5-869c-9a9ea4f4cb88} <Debug> DynamicQueryHandler: Done processing query | ||
10336 | 2024.07.15 19:59:24.045358 [ 3 ] {8191f356-debd-45c5-869c-9a9ea4f4cb88} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10337 | 2024.07.15 19:59:24.045432 [ 3 ] {} <Debug> HTTP-Session: 52312c77-cbbd-4f4a-bbb4-d0c6f86be711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10338 | 2024.07.15 19:59:24.045529 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
10339 | 2024.07.15 19:59:24.045780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10340 | 2024.07.15 19:59:24.045905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10341 | 2024.07.15 19:59:24.045960 [ 3 ] {} <Debug> HTTP-Session: 38c3a12d-cbe0-4acd-9cf9-7c56a949677b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10342 | 2024.07.15 19:59:24.045999 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10343 | 2024.07.15 19:59:24.046010 [ 3 ] {} <Debug> HTTP-Session: 38c3a12d-cbe0-4acd-9cf9-7c56a949677b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10344 | 2024.07.15 19:59:24.046062 [ 3 ] {} <Debug> HTTP-Session: 38c3a12d-cbe0-4acd-9cf9-7c56a949677b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10345 | 2024.07.15 19:59:24.046072 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
10346 | 2024.07.15 19:59:24.046134 [ 3 ] {} <Trace> HTTP-Session: 38c3a12d-cbe0-4acd-9cf9-7c56a949677b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10347 | 2024.07.15 19:59:24.046305 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 12 rows starting from the beginning of the part | ||
10348 | 2024.07.15 19:59:24.046561 [ 3 ] {1d45fc83-3e44-49bc-9839-161cf3910eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10349 | 2024.07.15 19:59:24.046635 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 24 rows starting from the beginning of the part | ||
10350 | 2024.07.15 19:59:24.046707 [ 3 ] {1d45fc83-3e44-49bc-9839-161cf3910eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10351 | 2024.07.15 19:59:24.046964 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 12 rows starting from the beginning of the part | ||
10352 | 2024.07.15 19:59:24.047363 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part | ||
10353 | 2024.07.15 19:59:24.047732 [ 3 ] {1d45fc83-3e44-49bc-9839-161cf3910eb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10354 | 2024.07.15 19:59:24.047750 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 12 rows starting from the beginning of the part | ||
10355 | 2024.07.15 19:59:24.048755 [ 3 ] {1d45fc83-3e44-49bc-9839-161cf3910eb8} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10356 | 2024.07.15 19:59:24.048808 [ 3 ] {1d45fc83-3e44-49bc-9839-161cf3910eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10357 | 2024.07.15 19:59:24.049715 [ 3 ] {1d45fc83-3e44-49bc-9839-161cf3910eb8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10358 | 2024.07.15 19:59:24.050310 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.0050293 sec., 23860.179349014776 rows/sec., 1.77 MiB/sec. | ||
10359 | 2024.07.15 19:59:24.050515 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10360 | 2024.07.15 19:59:24.050680 [ 3 ] {1d45fc83-3e44-49bc-9839-161cf3910eb8} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10361 | 2024.07.15 19:59:24.051107 [ 3 ] {1d45fc83-3e44-49bc-9839-161cf3910eb8} <Debug> executeQuery: Read 179 rows, 16.16 KiB in 0.004742 sec., 37747.785744411645 rows/sec., 3.33 MiB/sec. | ||
10362 | 2024.07.15 19:59:24.051437 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_51_10} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10363 | 2024.07.15 19:59:24.051451 [ 3 ] {1d45fc83-3e44-49bc-9839-161cf3910eb8} <Debug> DynamicQueryHandler: Done processing query | ||
10364 | 2024.07.15 19:59:24.051512 [ 3 ] {1d45fc83-3e44-49bc-9839-161cf3910eb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10365 | 2024.07.15 19:59:24.051557 [ 3 ] {} <Debug> HTTP-Session: 38c3a12d-cbe0-4acd-9cf9-7c56a949677b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10366 | 2024.07.15 19:59:24.051617 [ 201 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_51_10} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10367 | 2024.07.15 19:59:24.051712 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10368 | 2024.07.15 19:59:24.051846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10369 | 2024.07.15 19:59:24.051902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10370 | 2024.07.15 19:59:24.051921 [ 3 ] {} <Debug> HTTP-Session: c4187120-fd0b-4b8d-b75d-08272374456d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10371 | 2024.07.15 19:59:24.051938 [ 3 ] {} <Debug> HTTP-Session: c4187120-fd0b-4b8d-b75d-08272374456d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10372 | 2024.07.15 19:59:24.051951 [ 3 ] {} <Debug> HTTP-Session: c4187120-fd0b-4b8d-b75d-08272374456d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10373 | 2024.07.15 19:59:24.051984 [ 3 ] {} <Trace> HTTP-Session: c4187120-fd0b-4b8d-b75d-08272374456d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10374 | 2024.07.15 19:59:24.052214 [ 3 ] {210a063f-8da0-4c91-8d7c-30a35ee46ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10375 | 2024.07.15 19:59:24.052261 [ 3 ] {210a063f-8da0-4c91-8d7c-30a35ee46ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10376 | 2024.07.15 19:59:24.052406 [ 3 ] {210a063f-8da0-4c91-8d7c-30a35ee46ab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10377 | 2024.07.15 19:59:24.052938 [ 3 ] {210a063f-8da0-4c91-8d7c-30a35ee46ab1} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10378 | 2024.07.15 19:59:24.052975 [ 3 ] {210a063f-8da0-4c91-8d7c-30a35ee46ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10379 | 2024.07.15 19:59:24.053310 [ 3 ] {210a063f-8da0-4c91-8d7c-30a35ee46ab1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10380 | 2024.07.15 19:59:24.053631 [ 3 ] {210a063f-8da0-4c91-8d7c-30a35ee46ab1} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10381 | 2024.07.15 19:59:24.053788 [ 3 ] {210a063f-8da0-4c91-8d7c-30a35ee46ab1} <Debug> executeQuery: Read 388 rows, 27.96 KiB in 0.001698 sec., 228504.12249705536 rows/sec., 16.08 MiB/sec. | ||
10382 | 2024.07.15 19:59:24.054059 [ 3 ] {210a063f-8da0-4c91-8d7c-30a35ee46ab1} <Debug> DynamicQueryHandler: Done processing query | ||
10383 | 2024.07.15 19:59:24.054118 [ 3 ] {210a063f-8da0-4c91-8d7c-30a35ee46ab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10384 | 2024.07.15 19:59:24.054174 [ 3 ] {} <Debug> HTTP-Session: c4187120-fd0b-4b8d-b75d-08272374456d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10385 | 2024.07.15 19:59:24.054357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10386 | 2024.07.15 19:59:24.054410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10387 | 2024.07.15 19:59:24.054436 [ 3 ] {} <Debug> HTTP-Session: 837a0674-11e0-44c4-ad3a-fda217eb9bb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10388 | 2024.07.15 19:59:24.054454 [ 3 ] {} <Debug> HTTP-Session: 837a0674-11e0-44c4-ad3a-fda217eb9bb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10389 | 2024.07.15 19:59:24.054468 [ 3 ] {} <Debug> HTTP-Session: 837a0674-11e0-44c4-ad3a-fda217eb9bb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10390 | 2024.07.15 19:59:24.054500 [ 3 ] {} <Trace> HTTP-Session: 837a0674-11e0-44c4-ad3a-fda217eb9bb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10391 | 2024.07.15 19:59:24.054603 [ 3 ] {b8caae2f-dfed-4582-b3c1-6fb4f72b3f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10392 | 2024.07.15 19:59:24.054651 [ 3 ] {b8caae2f-dfed-4582-b3c1-6fb4f72b3f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10393 | 2024.07.15 19:59:24.054799 [ 3 ] {b8caae2f-dfed-4582-b3c1-6fb4f72b3f4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10394 | 2024.07.15 19:59:24.055069 [ 3 ] {b8caae2f-dfed-4582-b3c1-6fb4f72b3f4b} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10395 | 2024.07.15 19:59:24.055105 [ 3 ] {b8caae2f-dfed-4582-b3c1-6fb4f72b3f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10396 | 2024.07.15 19:59:24.055464 [ 3 ] {b8caae2f-dfed-4582-b3c1-6fb4f72b3f4b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10397 | 2024.07.15 19:59:24.055799 [ 3 ] {b8caae2f-dfed-4582-b3c1-6fb4f72b3f4b} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10398 | 2024.07.15 19:59:24.055957 [ 154 ] {} <Debug> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
10399 | 2024.07.15 19:59:24.055966 [ 3 ] {b8caae2f-dfed-4582-b3c1-6fb4f72b3f4b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 187.36 KiB/sec. | ||
10400 | 2024.07.15 19:59:24.056030 [ 154 ] {} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10401 | 2024.07.15 19:59:24.056089 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10402 | 2024.07.15 19:59:24.056327 [ 197 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
10403 | 2024.07.15 19:59:24.056359 [ 3 ] {b8caae2f-dfed-4582-b3c1-6fb4f72b3f4b} <Debug> DynamicQueryHandler: Done processing query | ||
10404 | 2024.07.15 19:59:24.056410 [ 3 ] {b8caae2f-dfed-4582-b3c1-6fb4f72b3f4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10405 | 2024.07.15 19:59:24.056454 [ 3 ] {} <Debug> HTTP-Session: 837a0674-11e0-44c4-ad3a-fda217eb9bb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10406 | 2024.07.15 19:59:24.056574 [ 197 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10407 | 2024.07.15 19:59:24.056621 [ 197 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
10408 | 2024.07.15 19:59:24.056656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10409 | 2024.07.15 19:59:24.056796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10410 | 2024.07.15 19:59:24.056819 [ 197 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
10411 | 2024.07.15 19:59:24.056880 [ 3 ] {} <Debug> HTTP-Session: a338ebca-9703-443c-873e-3ea973914fc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10412 | 2024.07.15 19:59:24.056951 [ 3 ] {} <Debug> HTTP-Session: a338ebca-9703-443c-873e-3ea973914fc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10413 | 2024.07.15 19:59:24.057026 [ 3 ] {} <Debug> HTTP-Session: a338ebca-9703-443c-873e-3ea973914fc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10414 | 2024.07.15 19:59:24.057156 [ 3 ] {} <Trace> HTTP-Session: a338ebca-9703-443c-873e-3ea973914fc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10415 | 2024.07.15 19:59:24.057154 [ 197 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
10416 | 2024.07.15 19:59:24.057512 [ 197 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
10417 | 2024.07.15 19:59:24.057556 [ 3 ] {6eb8adda-9fa6-4c2b-a1e0-8639bf7689fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10418 | 2024.07.15 19:59:24.057760 [ 3 ] {6eb8adda-9fa6-4c2b-a1e0-8639bf7689fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10419 | 2024.07.15 19:59:24.057788 [ 197 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
10420 | 2024.07.15 19:59:24.058164 [ 197 ] {12fab97b-0094-4005-aeff-413e7b255b95::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 | ||
10421 | 2024.07.15 19:59:24.058925 [ 3 ] {6eb8adda-9fa6-4c2b-a1e0-8639bf7689fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10422 | 2024.07.15 19:59:24.059812 [ 3 ] {6eb8adda-9fa6-4c2b-a1e0-8639bf7689fa} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10423 | 2024.07.15 19:59:24.059885 [ 3 ] {6eb8adda-9fa6-4c2b-a1e0-8639bf7689fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10424 | 2024.07.15 19:59:24.060964 [ 187 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004751615 sec., 26517.299907505134 rows/sec., 1.11 MiB/sec. | ||
10425 | 2024.07.15 19:59:24.060999 [ 3 ] {6eb8adda-9fa6-4c2b-a1e0-8639bf7689fa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10426 | 2024.07.15 19:59:24.061103 [ 187 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
10427 | 2024.07.15 19:59:24.061513 [ 3 ] {6eb8adda-9fa6-4c2b-a1e0-8639bf7689fa} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10428 | 2024.07.15 19:59:24.061655 [ 187 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_21_4} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10429 | 2024.07.15 19:59:24.061744 [ 154 ] {} <Debug> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
10430 | 2024.07.15 19:59:24.061761 [ 3 ] {6eb8adda-9fa6-4c2b-a1e0-8639bf7689fa} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00437 sec., 17620.13729977117 rows/sec., 1.09 MiB/sec. | ||
10431 | 2024.07.15 19:59:24.061839 [ 154 ] {} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10432 | 2024.07.15 19:59:24.061887 [ 187 ] {12fab97b-0094-4005-aeff-413e7b255b95::all_1_21_4} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
10433 | 2024.07.15 19:59:24.061974 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10434 | 2024.07.15 19:59:24.062148 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10435 | 2024.07.15 19:59:24.062254 [ 3 ] {6eb8adda-9fa6-4c2b-a1e0-8639bf7689fa} <Debug> DynamicQueryHandler: Done processing query | ||
10436 | 2024.07.15 19:59:24.062287 [ 3 ] {6eb8adda-9fa6-4c2b-a1e0-8639bf7689fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10437 | 2024.07.15 19:59:24.062304 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
10438 | 2024.07.15 19:59:24.062311 [ 3 ] {} <Debug> HTTP-Session: a338ebca-9703-443c-873e-3ea973914fc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10439 | 2024.07.15 19:59:24.062447 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10440 | 2024.07.15 19:59:24.062482 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
10441 | 2024.07.15 19:59:24.062524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10442 | 2024.07.15 19:59:24.062598 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
10443 | 2024.07.15 19:59:24.062679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10444 | 2024.07.15 19:59:24.062791 [ 3 ] {} <Debug> HTTP-Session: 97876c14-886d-440c-bc9e-ee1a241a3d58 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10445 | 2024.07.15 19:59:24.062891 [ 3 ] {} <Debug> HTTP-Session: 97876c14-886d-440c-bc9e-ee1a241a3d58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10446 | 2024.07.15 19:59:24.062972 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
10447 | 2024.07.15 19:59:24.062983 [ 3 ] {} <Debug> HTTP-Session: 97876c14-886d-440c-bc9e-ee1a241a3d58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10448 | 2024.07.15 19:59:24.063128 [ 3 ] {} <Trace> HTTP-Session: 97876c14-886d-440c-bc9e-ee1a241a3d58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10449 | 2024.07.15 19:59:24.063352 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
10450 | 2024.07.15 19:59:24.063641 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
10451 | 2024.07.15 19:59:24.063647 [ 3 ] {bf40e8e2-cd2c-4ee9-88dc-db2e3f83465e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10452 | 2024.07.15 19:59:24.063819 [ 3 ] {bf40e8e2-cd2c-4ee9-88dc-db2e3f83465e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10453 | 2024.07.15 19:59:24.063970 [ 199 ] {9d8cb321-1140-4cba-8539-678f922fda83::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 | ||
10454 | 2024.07.15 19:59:24.064752 [ 3 ] {bf40e8e2-cd2c-4ee9-88dc-db2e3f83465e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10455 | 2024.07.15 19:59:24.065377 [ 3 ] {bf40e8e2-cd2c-4ee9-88dc-db2e3f83465e} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10456 | 2024.07.15 19:59:24.065424 [ 3 ] {bf40e8e2-cd2c-4ee9-88dc-db2e3f83465e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10457 | 2024.07.15 19:59:24.065993 [ 3 ] {bf40e8e2-cd2c-4ee9-88dc-db2e3f83465e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10458 | 2024.07.15 19:59:24.066171 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.003942838 sec., 410110.6867692764 rows/sec., 25.25 MiB/sec. | ||
10459 | 2024.07.15 19:59:24.066522 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
10460 | 2024.07.15 19:59:24.066598 [ 3 ] {bf40e8e2-cd2c-4ee9-88dc-db2e3f83465e} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10461 | 2024.07.15 19:59:24.066902 [ 3 ] {bf40e8e2-cd2c-4ee9-88dc-db2e3f83465e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003492 sec., 45819.01489117984 rows/sec., 3.19 MiB/sec. | ||
10462 | 2024.07.15 19:59:24.067364 [ 3 ] {bf40e8e2-cd2c-4ee9-88dc-db2e3f83465e} <Debug> DynamicQueryHandler: Done processing query | ||
10463 | 2024.07.15 19:59:24.067408 [ 3 ] {bf40e8e2-cd2c-4ee9-88dc-db2e3f83465e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10464 | 2024.07.15 19:59:24.067434 [ 3 ] {} <Debug> HTTP-Session: 97876c14-886d-440c-bc9e-ee1a241a3d58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10465 | 2024.07.15 19:59:24.067559 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10466 | 2024.07.15 19:59:24.067644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10467 | 2024.07.15 19:59:24.067712 [ 196 ] {9d8cb321-1140-4cba-8539-678f922fda83::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
10468 | 2024.07.15 19:59:24.067737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10469 | 2024.07.15 19:59:24.067768 [ 3 ] {} <Debug> HTTP-Session: 2b73d347-39d9-406a-90f6-afbe447b70b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10470 | 2024.07.15 19:59:24.067816 [ 3 ] {} <Debug> HTTP-Session: 2b73d347-39d9-406a-90f6-afbe447b70b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10471 | 2024.07.15 19:59:24.067865 [ 3 ] {} <Debug> HTTP-Session: 2b73d347-39d9-406a-90f6-afbe447b70b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10472 | 2024.07.15 19:59:24.067887 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
10473 | 2024.07.15 19:59:24.067919 [ 3 ] {} <Trace> HTTP-Session: 2b73d347-39d9-406a-90f6-afbe447b70b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10474 | 2024.07.15 19:59:24.068125 [ 3 ] {3a3b8c8f-9eba-42fe-a82b-8945b8646ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10475 | 2024.07.15 19:59:24.068200 [ 3 ] {3a3b8c8f-9eba-42fe-a82b-8945b8646ff7} <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 | ||
10476 | 2024.07.15 19:59:24.068666 [ 3 ] {3a3b8c8f-9eba-42fe-a82b-8945b8646ff7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10477 | 2024.07.15 19:59:24.069213 [ 3 ] {3a3b8c8f-9eba-42fe-a82b-8945b8646ff7} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10478 | 2024.07.15 19:59:24.069251 [ 3 ] {3a3b8c8f-9eba-42fe-a82b-8945b8646ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10479 | 2024.07.15 19:59:24.069854 [ 3 ] {3a3b8c8f-9eba-42fe-a82b-8945b8646ff7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10480 | 2024.07.15 19:59:24.070279 [ 3 ] {3a3b8c8f-9eba-42fe-a82b-8945b8646ff7} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10481 | 2024.07.15 19:59:24.070464 [ 154 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10482 | 2024.07.15 19:59:24.070472 [ 3 ] {3a3b8c8f-9eba-42fe-a82b-8945b8646ff7} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002426 sec., 2473.20692497939 rows/sec., 4.43 MiB/sec. | ||
10483 | 2024.07.15 19:59:24.070521 [ 154 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10484 | 2024.07.15 19:59:24.070596 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10485 | 2024.07.15 19:59:24.071223 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
10486 | 2024.07.15 19:59:24.071422 [ 3 ] {3a3b8c8f-9eba-42fe-a82b-8945b8646ff7} <Debug> DynamicQueryHandler: Done processing query | ||
10487 | 2024.07.15 19:59:24.071523 [ 3 ] {3a3b8c8f-9eba-42fe-a82b-8945b8646ff7} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10488 | 2024.07.15 19:59:24.071642 [ 3 ] {} <Debug> HTTP-Session: 2b73d347-39d9-406a-90f6-afbe447b70b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10489 | 2024.07.15 19:59:24.071935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10490 | 2024.07.15 19:59:24.072110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10491 | 2024.07.15 19:59:24.072210 [ 3 ] {} <Debug> HTTP-Session: f5dccb15-7209-4c77-8f2a-db199410022d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10492 | 2024.07.15 19:59:24.072297 [ 3 ] {} <Debug> HTTP-Session: f5dccb15-7209-4c77-8f2a-db199410022d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10493 | 2024.07.15 19:59:24.072372 [ 3 ] {} <Debug> HTTP-Session: f5dccb15-7209-4c77-8f2a-db199410022d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10494 | 2024.07.15 19:59:24.072515 [ 3 ] {} <Trace> HTTP-Session: f5dccb15-7209-4c77-8f2a-db199410022d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10495 | 2024.07.15 19:59:24.072862 [ 3 ] {8397a75f-fb15-47cb-8c5e-57ef7cca74d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10496 | 2024.07.15 19:59:24.073039 [ 3 ] {8397a75f-fb15-47cb-8c5e-57ef7cca74d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10497 | 2024.07.15 19:59:24.073695 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10498 | 2024.07.15 19:59:24.074112 [ 3 ] {8397a75f-fb15-47cb-8c5e-57ef7cca74d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10499 | 2024.07.15 19:59:24.074122 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 732 rows starting from the beginning of the part | ||
10500 | 2024.07.15 19:59:24.074886 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
10501 | 2024.07.15 19:59:24.075243 [ 3 ] {8397a75f-fb15-47cb-8c5e-57ef7cca74d0} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10502 | 2024.07.15 19:59:24.075347 [ 3 ] {8397a75f-fb15-47cb-8c5e-57ef7cca74d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10503 | 2024.07.15 19:59:24.075694 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 24 rows starting from the beginning of the part | ||
10504 | 2024.07.15 19:59:24.076342 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
10505 | 2024.07.15 19:59:24.076828 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part | ||
10506 | 2024.07.15 19:59:24.076859 [ 3 ] {8397a75f-fb15-47cb-8c5e-57ef7cca74d0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10507 | 2024.07.15 19:59:24.077460 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
10508 | 2024.07.15 19:59:24.078061 [ 3 ] {8397a75f-fb15-47cb-8c5e-57ef7cca74d0} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10509 | 2024.07.15 19:59:24.078424 [ 3 ] {8397a75f-fb15-47cb-8c5e-57ef7cca74d0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005667 sec., 4058.584789130051 rows/sec., 219.54 KiB/sec. | ||
10510 | 2024.07.15 19:59:24.078791 [ 3 ] {8397a75f-fb15-47cb-8c5e-57ef7cca74d0} <Debug> DynamicQueryHandler: Done processing query | ||
10511 | 2024.07.15 19:59:24.078836 [ 3 ] {8397a75f-fb15-47cb-8c5e-57ef7cca74d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10512 | 2024.07.15 19:59:24.078892 [ 3 ] {} <Debug> HTTP-Session: f5dccb15-7209-4c77-8f2a-db199410022d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10513 | 2024.07.15 19:59:24.079107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10514 | 2024.07.15 19:59:24.079224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10515 | 2024.07.15 19:59:24.079258 [ 3 ] {} <Debug> HTTP-Session: 27bd47de-da59-4cc2-8333-aea39341715c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10516 | 2024.07.15 19:59:24.079305 [ 3 ] {} <Debug> HTTP-Session: 27bd47de-da59-4cc2-8333-aea39341715c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10517 | 2024.07.15 19:59:24.079330 [ 3 ] {} <Debug> HTTP-Session: 27bd47de-da59-4cc2-8333-aea39341715c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10518 | 2024.07.15 19:59:24.079389 [ 3 ] {} <Trace> HTTP-Session: 27bd47de-da59-4cc2-8333-aea39341715c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10519 | 2024.07.15 19:59:24.079522 [ 3 ] {9d0c9e0f-7447-4705-bdec-91027b673151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10520 | 2024.07.15 19:59:24.079570 [ 3 ] {9d0c9e0f-7447-4705-bdec-91027b673151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10521 | 2024.07.15 19:59:24.079757 [ 3 ] {9d0c9e0f-7447-4705-bdec-91027b673151} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10522 | 2024.07.15 19:59:24.080540 [ 3 ] {9d0c9e0f-7447-4705-bdec-91027b673151} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10523 | 2024.07.15 19:59:24.080611 [ 3 ] {9d0c9e0f-7447-4705-bdec-91027b673151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10524 | 2024.07.15 19:59:24.081816 [ 3 ] {9d0c9e0f-7447-4705-bdec-91027b673151} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10525 | 2024.07.15 19:59:24.082872 [ 3 ] {9d0c9e0f-7447-4705-bdec-91027b673151} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10526 | 2024.07.15 19:59:24.083339 [ 3 ] {9d0c9e0f-7447-4705-bdec-91027b673151} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003843 sec., 15612.802498048399 rows/sec., 1.05 MiB/sec. | ||
10527 | 2024.07.15 19:59:24.083694 [ 3 ] {9d0c9e0f-7447-4705-bdec-91027b673151} <Debug> DynamicQueryHandler: Done processing query | ||
10528 | 2024.07.15 19:59:24.083763 [ 3 ] {9d0c9e0f-7447-4705-bdec-91027b673151} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10529 | 2024.07.15 19:59:24.083812 [ 3 ] {} <Debug> HTTP-Session: 27bd47de-da59-4cc2-8333-aea39341715c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10530 | 2024.07.15 19:59:24.088742 [ 191 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 798 rows, containing 19 columns (19 merged, 0 gathered) in 0.017970847 sec., 44405.25257379354 rows/sec., 79.57 MiB/sec. | ||
10531 | 2024.07.15 19:59:24.089823 [ 191 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10532 | 2024.07.15 19:59:24.090424 [ 191 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10533 | 2024.07.15 19:59:24.090512 [ 191 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10534 | 2024.07.15 19:59:24.090653 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
10535 | 2024.07.15 19:59:29.041483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10536 | 2024.07.15 19:59:29.041669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10537 | 2024.07.15 19:59:29.041698 [ 3 ] {} <Debug> HTTP-Session: 003b37c4-88f4-49c9-a8cc-0b157708cb54 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10538 | 2024.07.15 19:59:29.041726 [ 3 ] {} <Debug> HTTP-Session: 003b37c4-88f4-49c9-a8cc-0b157708cb54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10539 | 2024.07.15 19:59:29.041744 [ 3 ] {} <Debug> HTTP-Session: 003b37c4-88f4-49c9-a8cc-0b157708cb54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10540 | 2024.07.15 19:59:29.041802 [ 3 ] {} <Trace> HTTP-Session: 003b37c4-88f4-49c9-a8cc-0b157708cb54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10541 | 2024.07.15 19:59:29.042014 [ 3 ] {c3d12bc5-0324-43cf-bfac-26296e10f5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10542 | 2024.07.15 19:59:29.042087 [ 3 ] {c3d12bc5-0324-43cf-bfac-26296e10f5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10543 | 2024.07.15 19:59:29.042308 [ 3 ] {c3d12bc5-0324-43cf-bfac-26296e10f5e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10544 | 2024.07.15 19:59:29.042802 [ 3 ] {c3d12bc5-0324-43cf-bfac-26296e10f5e8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10545 | 2024.07.15 19:59:29.042846 [ 3 ] {c3d12bc5-0324-43cf-bfac-26296e10f5e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10546 | 2024.07.15 19:59:29.043226 [ 3 ] {c3d12bc5-0324-43cf-bfac-26296e10f5e8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10547 | 2024.07.15 19:59:29.043574 [ 3 ] {c3d12bc5-0324-43cf-bfac-26296e10f5e8} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10548 | 2024.07.15 19:59:29.043725 [ 3 ] {c3d12bc5-0324-43cf-bfac-26296e10f5e8} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001773 sec., 13536.37901861252 rows/sec., 1.07 MiB/sec. | ||
10549 | 2024.07.15 19:59:29.044063 [ 3 ] {c3d12bc5-0324-43cf-bfac-26296e10f5e8} <Debug> DynamicQueryHandler: Done processing query | ||
10550 | 2024.07.15 19:59:29.044125 [ 3 ] {c3d12bc5-0324-43cf-bfac-26296e10f5e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10551 | 2024.07.15 19:59:29.044186 [ 3 ] {} <Debug> HTTP-Session: 003b37c4-88f4-49c9-a8cc-0b157708cb54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10552 | 2024.07.15 19:59:29.044387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10553 | 2024.07.15 19:59:29.044448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10554 | 2024.07.15 19:59:29.044468 [ 3 ] {} <Debug> HTTP-Session: d9e158b5-4b40-4ee2-b348-ab0bdab3a3b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10555 | 2024.07.15 19:59:29.044487 [ 3 ] {} <Debug> HTTP-Session: d9e158b5-4b40-4ee2-b348-ab0bdab3a3b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10556 | 2024.07.15 19:59:29.044501 [ 3 ] {} <Debug> HTTP-Session: d9e158b5-4b40-4ee2-b348-ab0bdab3a3b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10557 | 2024.07.15 19:59:29.044536 [ 3 ] {} <Trace> HTTP-Session: d9e158b5-4b40-4ee2-b348-ab0bdab3a3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10558 | 2024.07.15 19:59:29.044645 [ 3 ] {0e657540-9c63-4c85-8337-27dff6ee3d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10559 | 2024.07.15 19:59:29.044691 [ 3 ] {0e657540-9c63-4c85-8337-27dff6ee3d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10560 | 2024.07.15 19:59:29.044841 [ 3 ] {0e657540-9c63-4c85-8337-27dff6ee3d33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10561 | 2024.07.15 19:59:29.045153 [ 3 ] {0e657540-9c63-4c85-8337-27dff6ee3d33} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10562 | 2024.07.15 19:59:29.045190 [ 3 ] {0e657540-9c63-4c85-8337-27dff6ee3d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10563 | 2024.07.15 19:59:29.045497 [ 3 ] {0e657540-9c63-4c85-8337-27dff6ee3d33} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10564 | 2024.07.15 19:59:29.045826 [ 3 ] {0e657540-9c63-4c85-8337-27dff6ee3d33} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10565 | 2024.07.15 19:59:29.045994 [ 3 ] {0e657540-9c63-4c85-8337-27dff6ee3d33} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001372 sec., 1457.725947521866 rows/sec., 118.87 KiB/sec. | ||
10566 | 2024.07.15 19:59:29.046172 [ 3 ] {0e657540-9c63-4c85-8337-27dff6ee3d33} <Debug> DynamicQueryHandler: Done processing query | ||
10567 | 2024.07.15 19:59:29.046197 [ 3 ] {0e657540-9c63-4c85-8337-27dff6ee3d33} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10568 | 2024.07.15 19:59:29.046213 [ 3 ] {} <Debug> HTTP-Session: d9e158b5-4b40-4ee2-b348-ab0bdab3a3b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10569 | 2024.07.15 19:59:29.046393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 23755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10570 | 2024.07.15 19:59:29.046444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10571 | 2024.07.15 19:59:29.046463 [ 3 ] {} <Debug> HTTP-Session: b03dbdb9-1db4-4de8-b135-f23c69893348 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10572 | 2024.07.15 19:59:29.046479 [ 3 ] {} <Debug> HTTP-Session: b03dbdb9-1db4-4de8-b135-f23c69893348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10573 | 2024.07.15 19:59:29.046493 [ 3 ] {} <Debug> HTTP-Session: b03dbdb9-1db4-4de8-b135-f23c69893348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10574 | 2024.07.15 19:59:29.046524 [ 3 ] {} <Trace> HTTP-Session: b03dbdb9-1db4-4de8-b135-f23c69893348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10575 | 2024.07.15 19:59:29.046665 [ 3 ] {f7cf966d-1427-4c0d-b9fb-8664caac92f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10576 | 2024.07.15 19:59:29.046707 [ 3 ] {f7cf966d-1427-4c0d-b9fb-8664caac92f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10577 | 2024.07.15 19:59:29.046837 [ 3 ] {f7cf966d-1427-4c0d-b9fb-8664caac92f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10578 | 2024.07.15 19:59:29.047249 [ 3 ] {f7cf966d-1427-4c0d-b9fb-8664caac92f2} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10579 | 2024.07.15 19:59:29.047285 [ 3 ] {f7cf966d-1427-4c0d-b9fb-8664caac92f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10580 | 2024.07.15 19:59:29.047604 [ 3 ] {f7cf966d-1427-4c0d-b9fb-8664caac92f2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10581 | 2024.07.15 19:59:29.047915 [ 3 ] {f7cf966d-1427-4c0d-b9fb-8664caac92f2} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10582 | 2024.07.15 19:59:29.048075 [ 3 ] {f7cf966d-1427-4c0d-b9fb-8664caac92f2} <Debug> executeQuery: Read 165 rows, 13.73 KiB in 0.001463 sec., 112781.95488721803 rows/sec., 9.16 MiB/sec. | ||
10583 | 2024.07.15 19:59:29.048333 [ 3 ] {f7cf966d-1427-4c0d-b9fb-8664caac92f2} <Debug> DynamicQueryHandler: Done processing query | ||
10584 | 2024.07.15 19:59:29.048392 [ 3 ] {f7cf966d-1427-4c0d-b9fb-8664caac92f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10585 | 2024.07.15 19:59:29.048454 [ 3 ] {} <Debug> HTTP-Session: b03dbdb9-1db4-4de8-b135-f23c69893348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10586 | 2024.07.15 19:59:29.048625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10587 | 2024.07.15 19:59:29.048678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10588 | 2024.07.15 19:59:29.048697 [ 3 ] {} <Debug> HTTP-Session: 7c3186b9-b319-4ef9-852a-9634bd9f64e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10589 | 2024.07.15 19:59:29.048714 [ 3 ] {} <Debug> HTTP-Session: 7c3186b9-b319-4ef9-852a-9634bd9f64e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10590 | 2024.07.15 19:59:29.048728 [ 3 ] {} <Debug> HTTP-Session: 7c3186b9-b319-4ef9-852a-9634bd9f64e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10591 | 2024.07.15 19:59:29.048761 [ 3 ] {} <Trace> HTTP-Session: 7c3186b9-b319-4ef9-852a-9634bd9f64e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10592 | 2024.07.15 19:59:29.048860 [ 3 ] {b7b6babd-a821-46d2-bacd-32d453624320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10593 | 2024.07.15 19:59:29.048903 [ 3 ] {b7b6babd-a821-46d2-bacd-32d453624320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10594 | 2024.07.15 19:59:29.049045 [ 3 ] {b7b6babd-a821-46d2-bacd-32d453624320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10595 | 2024.07.15 19:59:29.049319 [ 3 ] {b7b6babd-a821-46d2-bacd-32d453624320} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10596 | 2024.07.15 19:59:29.049354 [ 3 ] {b7b6babd-a821-46d2-bacd-32d453624320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10597 | 2024.07.15 19:59:29.049650 [ 3 ] {b7b6babd-a821-46d2-bacd-32d453624320} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10598 | 2024.07.15 19:59:29.049962 [ 3 ] {b7b6babd-a821-46d2-bacd-32d453624320} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10599 | 2024.07.15 19:59:29.050124 [ 3 ] {b7b6babd-a821-46d2-bacd-32d453624320} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001281 sec., 1561.28024980484 rows/sec., 109.02 KiB/sec. | ||
10600 | 2024.07.15 19:59:29.050286 [ 3 ] {b7b6babd-a821-46d2-bacd-32d453624320} <Debug> DynamicQueryHandler: Done processing query | ||
10601 | 2024.07.15 19:59:29.050311 [ 3 ] {b7b6babd-a821-46d2-bacd-32d453624320} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10602 | 2024.07.15 19:59:29.050328 [ 3 ] {} <Debug> HTTP-Session: 7c3186b9-b319-4ef9-852a-9634bd9f64e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10603 | 2024.07.15 19:59:29.050466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 19335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10604 | 2024.07.15 19:59:29.050514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10605 | 2024.07.15 19:59:29.050532 [ 3 ] {} <Debug> HTTP-Session: 32dd98f8-a99c-4fa7-a1bf-f33afac62f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10606 | 2024.07.15 19:59:29.050549 [ 3 ] {} <Debug> HTTP-Session: 32dd98f8-a99c-4fa7-a1bf-f33afac62f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10607 | 2024.07.15 19:59:29.050562 [ 3 ] {} <Debug> HTTP-Session: 32dd98f8-a99c-4fa7-a1bf-f33afac62f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10608 | 2024.07.15 19:59:29.050593 [ 3 ] {} <Trace> HTTP-Session: 32dd98f8-a99c-4fa7-a1bf-f33afac62f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10609 | 2024.07.15 19:59:29.050719 [ 3 ] {b8c5e218-8450-4c73-82f0-5c6ca34ee05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10610 | 2024.07.15 19:59:29.050761 [ 3 ] {b8c5e218-8450-4c73-82f0-5c6ca34ee05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10611 | 2024.07.15 19:59:29.050886 [ 3 ] {b8c5e218-8450-4c73-82f0-5c6ca34ee05d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10612 | 2024.07.15 19:59:29.051251 [ 3 ] {b8c5e218-8450-4c73-82f0-5c6ca34ee05d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10613 | 2024.07.15 19:59:29.051288 [ 3 ] {b8c5e218-8450-4c73-82f0-5c6ca34ee05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10614 | 2024.07.15 19:59:29.051599 [ 3 ] {b8c5e218-8450-4c73-82f0-5c6ca34ee05d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10615 | 2024.07.15 19:59:29.051917 [ 3 ] {b8c5e218-8450-4c73-82f0-5c6ca34ee05d} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10616 | 2024.07.15 19:59:29.052071 [ 3 ] {b8c5e218-8450-4c73-82f0-5c6ca34ee05d} <Debug> executeQuery: Read 114 rows, 9.10 KiB in 0.001392 sec., 81896.55172413793 rows/sec., 6.38 MiB/sec. | ||
10617 | 2024.07.15 19:59:29.052321 [ 3 ] {b8c5e218-8450-4c73-82f0-5c6ca34ee05d} <Debug> DynamicQueryHandler: Done processing query | ||
10618 | 2024.07.15 19:59:29.052383 [ 3 ] {b8c5e218-8450-4c73-82f0-5c6ca34ee05d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10619 | 2024.07.15 19:59:29.052440 [ 3 ] {} <Debug> HTTP-Session: 32dd98f8-a99c-4fa7-a1bf-f33afac62f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10620 | 2024.07.15 19:59:29.052700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 37754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10621 | 2024.07.15 19:59:29.052754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10622 | 2024.07.15 19:59:29.052773 [ 3 ] {} <Debug> HTTP-Session: 0b4dc8cb-1cce-4ba9-85bb-4fc3e8cfb8a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10623 | 2024.07.15 19:59:29.052789 [ 3 ] {} <Debug> HTTP-Session: 0b4dc8cb-1cce-4ba9-85bb-4fc3e8cfb8a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10624 | 2024.07.15 19:59:29.052803 [ 3 ] {} <Debug> HTTP-Session: 0b4dc8cb-1cce-4ba9-85bb-4fc3e8cfb8a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10625 | 2024.07.15 19:59:29.052834 [ 3 ] {} <Trace> HTTP-Session: 0b4dc8cb-1cce-4ba9-85bb-4fc3e8cfb8a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10626 | 2024.07.15 19:59:29.053007 [ 3 ] {004d55c7-177f-457d-81ad-fe99f05a63d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10627 | 2024.07.15 19:59:29.053057 [ 3 ] {004d55c7-177f-457d-81ad-fe99f05a63d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10628 | 2024.07.15 19:59:29.053216 [ 3 ] {004d55c7-177f-457d-81ad-fe99f05a63d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10629 | 2024.07.15 19:59:29.053712 [ 3 ] {004d55c7-177f-457d-81ad-fe99f05a63d4} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10630 | 2024.07.15 19:59:29.053748 [ 3 ] {004d55c7-177f-457d-81ad-fe99f05a63d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10631 | 2024.07.15 19:59:29.054145 [ 3 ] {004d55c7-177f-457d-81ad-fe99f05a63d4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10632 | 2024.07.15 19:59:29.054485 [ 3 ] {004d55c7-177f-457d-81ad-fe99f05a63d4} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10633 | 2024.07.15 19:59:29.054649 [ 3 ] {004d55c7-177f-457d-81ad-fe99f05a63d4} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001723 sec., 114335.461404527 rows/sec., 7.98 MiB/sec. | ||
10634 | 2024.07.15 19:59:29.054813 [ 3 ] {004d55c7-177f-457d-81ad-fe99f05a63d4} <Debug> DynamicQueryHandler: Done processing query | ||
10635 | 2024.07.15 19:59:29.054837 [ 3 ] {004d55c7-177f-457d-81ad-fe99f05a63d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10636 | 2024.07.15 19:59:29.054853 [ 3 ] {} <Debug> HTTP-Session: 0b4dc8cb-1cce-4ba9-85bb-4fc3e8cfb8a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10637 | 2024.07.15 19:59:29.055032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10638 | 2024.07.15 19:59:29.055080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10639 | 2024.07.15 19:59:29.055099 [ 3 ] {} <Debug> HTTP-Session: 34225f86-80ed-4a0b-ad5c-c173695465a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10640 | 2024.07.15 19:59:29.055115 [ 3 ] {} <Debug> HTTP-Session: 34225f86-80ed-4a0b-ad5c-c173695465a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10641 | 2024.07.15 19:59:29.055129 [ 3 ] {} <Debug> HTTP-Session: 34225f86-80ed-4a0b-ad5c-c173695465a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10642 | 2024.07.15 19:59:29.055159 [ 3 ] {} <Trace> HTTP-Session: 34225f86-80ed-4a0b-ad5c-c173695465a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10643 | 2024.07.15 19:59:29.055439 [ 3 ] {b191b6d5-a609-4750-9a42-ee12728d91a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10644 | 2024.07.15 19:59:29.055505 [ 3 ] {b191b6d5-a609-4750-9a42-ee12728d91a0} <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 | ||
10645 | 2024.07.15 19:59:29.055905 [ 3 ] {b191b6d5-a609-4750-9a42-ee12728d91a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10646 | 2024.07.15 19:59:29.056604 [ 3 ] {b191b6d5-a609-4750-9a42-ee12728d91a0} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10647 | 2024.07.15 19:59:29.056640 [ 3 ] {b191b6d5-a609-4750-9a42-ee12728d91a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10648 | 2024.07.15 19:59:29.057251 [ 3 ] {b191b6d5-a609-4750-9a42-ee12728d91a0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10649 | 2024.07.15 19:59:29.057660 [ 3 ] {b191b6d5-a609-4750-9a42-ee12728d91a0} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10650 | 2024.07.15 19:59:29.057870 [ 3 ] {b191b6d5-a609-4750-9a42-ee12728d91a0} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002609 sec., 9198.92679187428 rows/sec., 16.48 MiB/sec. | ||
10651 | 2024.07.15 19:59:29.058390 [ 3 ] {b191b6d5-a609-4750-9a42-ee12728d91a0} <Debug> DynamicQueryHandler: Done processing query | ||
10652 | 2024.07.15 19:59:29.058418 [ 3 ] {b191b6d5-a609-4750-9a42-ee12728d91a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10653 | 2024.07.15 19:59:29.058434 [ 3 ] {} <Debug> HTTP-Session: 34225f86-80ed-4a0b-ad5c-c173695465a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10654 | 2024.07.15 19:59:29.058563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10655 | 2024.07.15 19:59:29.058612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10656 | 2024.07.15 19:59:29.058631 [ 3 ] {} <Debug> HTTP-Session: 5471a9f4-f083-4b73-9ca8-0d84f347aa85 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10657 | 2024.07.15 19:59:29.058648 [ 3 ] {} <Debug> HTTP-Session: 5471a9f4-f083-4b73-9ca8-0d84f347aa85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10658 | 2024.07.15 19:59:29.058662 [ 3 ] {} <Debug> HTTP-Session: 5471a9f4-f083-4b73-9ca8-0d84f347aa85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10659 | 2024.07.15 19:59:29.058692 [ 3 ] {} <Trace> HTTP-Session: 5471a9f4-f083-4b73-9ca8-0d84f347aa85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10660 | 2024.07.15 19:59:29.058811 [ 3 ] {62df6c65-2a61-48b3-a7a7-754e08221768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10661 | 2024.07.15 19:59:29.058857 [ 3 ] {62df6c65-2a61-48b3-a7a7-754e08221768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10662 | 2024.07.15 19:59:29.059007 [ 3 ] {62df6c65-2a61-48b3-a7a7-754e08221768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10663 | 2024.07.15 19:59:29.059298 [ 3 ] {62df6c65-2a61-48b3-a7a7-754e08221768} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10664 | 2024.07.15 19:59:29.059334 [ 3 ] {62df6c65-2a61-48b3-a7a7-754e08221768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10665 | 2024.07.15 19:59:29.059703 [ 3 ] {62df6c65-2a61-48b3-a7a7-754e08221768} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10666 | 2024.07.15 19:59:29.060029 [ 3 ] {62df6c65-2a61-48b3-a7a7-754e08221768} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10667 | 2024.07.15 19:59:29.060188 [ 3 ] {62df6c65-2a61-48b3-a7a7-754e08221768} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
10668 | 2024.07.15 19:59:29.060353 [ 3 ] {62df6c65-2a61-48b3-a7a7-754e08221768} <Debug> DynamicQueryHandler: Done processing query | ||
10669 | 2024.07.15 19:59:29.060378 [ 3 ] {62df6c65-2a61-48b3-a7a7-754e08221768} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10670 | 2024.07.15 19:59:29.060394 [ 3 ] {} <Debug> HTTP-Session: 5471a9f4-f083-4b73-9ca8-0d84f347aa85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10671 | 2024.07.15 19:59:34.043362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10672 | 2024.07.15 19:59:34.043491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10673 | 2024.07.15 19:59:34.043544 [ 3 ] {} <Debug> HTTP-Session: 9bd22090-0a8c-4043-bf76-b2d69d3c7710 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10674 | 2024.07.15 19:59:34.043569 [ 3 ] {} <Debug> HTTP-Session: 9bd22090-0a8c-4043-bf76-b2d69d3c7710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10675 | 2024.07.15 19:59:34.043585 [ 3 ] {} <Debug> HTTP-Session: 9bd22090-0a8c-4043-bf76-b2d69d3c7710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10676 | 2024.07.15 19:59:34.043649 [ 3 ] {} <Trace> HTTP-Session: 9bd22090-0a8c-4043-bf76-b2d69d3c7710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10677 | 2024.07.15 19:59:34.043858 [ 3 ] {78c3e164-6f8f-4388-bdf6-f83aefcdc917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10678 | 2024.07.15 19:59:34.043929 [ 3 ] {78c3e164-6f8f-4388-bdf6-f83aefcdc917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10679 | 2024.07.15 19:59:34.044125 [ 3 ] {78c3e164-6f8f-4388-bdf6-f83aefcdc917} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10680 | 2024.07.15 19:59:34.044544 [ 3 ] {78c3e164-6f8f-4388-bdf6-f83aefcdc917} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10681 | 2024.07.15 19:59:34.044589 [ 3 ] {78c3e164-6f8f-4388-bdf6-f83aefcdc917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10682 | 2024.07.15 19:59:34.044966 [ 3 ] {78c3e164-6f8f-4388-bdf6-f83aefcdc917} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10683 | 2024.07.15 19:59:34.045306 [ 3 ] {78c3e164-6f8f-4388-bdf6-f83aefcdc917} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10684 | 2024.07.15 19:59:34.045457 [ 3 ] {78c3e164-6f8f-4388-bdf6-f83aefcdc917} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001657 sec., 7242.003621001811 rows/sec., 498.59 KiB/sec. | ||
10685 | 2024.07.15 19:59:34.045698 [ 3 ] {78c3e164-6f8f-4388-bdf6-f83aefcdc917} <Debug> DynamicQueryHandler: Done processing query | ||
10686 | 2024.07.15 19:59:34.045724 [ 3 ] {78c3e164-6f8f-4388-bdf6-f83aefcdc917} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10687 | 2024.07.15 19:59:34.045741 [ 3 ] {} <Debug> HTTP-Session: 9bd22090-0a8c-4043-bf76-b2d69d3c7710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10688 | 2024.07.15 19:59:34.045899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10689 | 2024.07.15 19:59:34.045957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10690 | 2024.07.15 19:59:34.045976 [ 3 ] {} <Debug> HTTP-Session: 4a2bba3d-c631-452a-952d-0f20ef72d157 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10691 | 2024.07.15 19:59:34.045994 [ 3 ] {} <Debug> HTTP-Session: 4a2bba3d-c631-452a-952d-0f20ef72d157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10692 | 2024.07.15 19:59:34.046009 [ 3 ] {} <Debug> HTTP-Session: 4a2bba3d-c631-452a-952d-0f20ef72d157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10693 | 2024.07.15 19:59:34.046045 [ 3 ] {} <Trace> HTTP-Session: 4a2bba3d-c631-452a-952d-0f20ef72d157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10694 | 2024.07.15 19:59:34.046151 [ 3 ] {820b75d6-34e1-4d8c-b82b-a7fde3d40fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10695 | 2024.07.15 19:59:34.046199 [ 3 ] {820b75d6-34e1-4d8c-b82b-a7fde3d40fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10696 | 2024.07.15 19:59:34.046340 [ 3 ] {820b75d6-34e1-4d8c-b82b-a7fde3d40fd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10697 | 2024.07.15 19:59:34.046634 [ 3 ] {820b75d6-34e1-4d8c-b82b-a7fde3d40fd9} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10698 | 2024.07.15 19:59:34.046672 [ 3 ] {820b75d6-34e1-4d8c-b82b-a7fde3d40fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10699 | 2024.07.15 19:59:34.046983 [ 3 ] {820b75d6-34e1-4d8c-b82b-a7fde3d40fd9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10700 | 2024.07.15 19:59:34.047325 [ 3 ] {820b75d6-34e1-4d8c-b82b-a7fde3d40fd9} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10701 | 2024.07.15 19:59:34.047488 [ 3 ] {820b75d6-34e1-4d8c-b82b-a7fde3d40fd9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00136 sec., 2941.176470588235 rows/sec., 239.83 KiB/sec. | ||
10702 | 2024.07.15 19:59:34.047496 [ 124 ] {} <Debug> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
10703 | 2024.07.15 19:59:34.047593 [ 124 ] {} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10704 | 2024.07.15 19:59:34.047640 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10705 | 2024.07.15 19:59:34.047743 [ 3 ] {820b75d6-34e1-4d8c-b82b-a7fde3d40fd9} <Debug> DynamicQueryHandler: Done processing query | ||
10706 | 2024.07.15 19:59:34.047789 [ 3 ] {820b75d6-34e1-4d8c-b82b-a7fde3d40fd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10707 | 2024.07.15 19:59:34.047814 [ 3 ] {} <Debug> HTTP-Session: 4a2bba3d-c631-452a-952d-0f20ef72d157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10708 | 2024.07.15 19:59:34.047831 [ 192 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::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 | ||
10709 | 2024.07.15 19:59:34.048014 [ 192 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10710 | 2024.07.15 19:59:34.048035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10711 | 2024.07.15 19:59:34.048065 [ 192 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
10712 | 2024.07.15 19:59:34.048126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10713 | 2024.07.15 19:59:34.048190 [ 3 ] {} <Debug> HTTP-Session: e373d97a-bbba-4e4c-b14a-ee76b7be3edf Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10714 | 2024.07.15 19:59:34.048243 [ 192 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
10715 | 2024.07.15 19:59:34.048263 [ 3 ] {} <Debug> HTTP-Session: e373d97a-bbba-4e4c-b14a-ee76b7be3edf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10716 | 2024.07.15 19:59:34.048335 [ 3 ] {} <Debug> HTTP-Session: e373d97a-bbba-4e4c-b14a-ee76b7be3edf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10717 | 2024.07.15 19:59:34.048487 [ 3 ] {} <Trace> HTTP-Session: e373d97a-bbba-4e4c-b14a-ee76b7be3edf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10718 | 2024.07.15 19:59:34.048626 [ 192 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
10719 | 2024.07.15 19:59:34.048781 [ 192 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
10720 | 2024.07.15 19:59:34.049003 [ 3 ] {ed14e104-962d-4396-8d08-3855fb9b0700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10721 | 2024.07.15 19:59:34.049131 [ 192 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
10722 | 2024.07.15 19:59:34.049192 [ 3 ] {ed14e104-962d-4396-8d08-3855fb9b0700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10723 | 2024.07.15 19:59:34.049405 [ 192 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
10724 | 2024.07.15 19:59:34.050113 [ 3 ] {ed14e104-962d-4396-8d08-3855fb9b0700} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10725 | 2024.07.15 19:59:34.051061 [ 3 ] {ed14e104-962d-4396-8d08-3855fb9b0700} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10726 | 2024.07.15 19:59:34.051138 [ 3 ] {ed14e104-962d-4396-8d08-3855fb9b0700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
10727 | 2024.07.15 19:59:34.052037 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004320826 sec., 6943.116894778916 rows/sec., 566.16 KiB/sec. | ||
10728 | 2024.07.15 19:59:34.052073 [ 3 ] {ed14e104-962d-4396-8d08-3855fb9b0700} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10729 | 2024.07.15 19:59:34.052164 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
10730 | 2024.07.15 19:59:34.052579 [ 3 ] {ed14e104-962d-4396-8d08-3855fb9b0700} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10731 | 2024.07.15 19:59:34.052685 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10732 | 2024.07.15 19:59:34.052828 [ 3 ] {ed14e104-962d-4396-8d08-3855fb9b0700} <Debug> executeQuery: Read 181 rows, 16.31 KiB in 0.004095 sec., 44200.244200244204 rows/sec., 3.89 MiB/sec. | ||
10733 | 2024.07.15 19:59:34.052889 [ 191 ] {16f8daa9-1221-4899-b066-adf8fc274cdf::all_1_21_4} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
10734 | 2024.07.15 19:59:34.053004 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10735 | 2024.07.15 19:59:34.053046 [ 3 ] {ed14e104-962d-4396-8d08-3855fb9b0700} <Debug> DynamicQueryHandler: Done processing query | ||
10736 | 2024.07.15 19:59:34.053071 [ 3 ] {ed14e104-962d-4396-8d08-3855fb9b0700} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10737 | 2024.07.15 19:59:34.053088 [ 3 ] {} <Debug> HTTP-Session: e373d97a-bbba-4e4c-b14a-ee76b7be3edf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10738 | 2024.07.15 19:59:34.053221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10739 | 2024.07.15 19:59:34.053270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10740 | 2024.07.15 19:59:34.053289 [ 3 ] {} <Debug> HTTP-Session: 7f1dcdca-50b9-4c50-98a5-b57f77a43c81 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10741 | 2024.07.15 19:59:34.053306 [ 3 ] {} <Debug> HTTP-Session: 7f1dcdca-50b9-4c50-98a5-b57f77a43c81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10742 | 2024.07.15 19:59:34.053321 [ 3 ] {} <Debug> HTTP-Session: 7f1dcdca-50b9-4c50-98a5-b57f77a43c81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10743 | 2024.07.15 19:59:34.053352 [ 3 ] {} <Trace> HTTP-Session: 7f1dcdca-50b9-4c50-98a5-b57f77a43c81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10744 | 2024.07.15 19:59:34.053451 [ 3 ] {5efe422c-8ae0-46ca-b7e7-9af3d1ee5282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10745 | 2024.07.15 19:59:34.053521 [ 3 ] {5efe422c-8ae0-46ca-b7e7-9af3d1ee5282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10746 | 2024.07.15 19:59:34.053649 [ 3 ] {5efe422c-8ae0-46ca-b7e7-9af3d1ee5282} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10747 | 2024.07.15 19:59:34.053932 [ 3 ] {5efe422c-8ae0-46ca-b7e7-9af3d1ee5282} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10748 | 2024.07.15 19:59:34.053969 [ 3 ] {5efe422c-8ae0-46ca-b7e7-9af3d1ee5282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10749 | 2024.07.15 19:59:34.054268 [ 3 ] {5efe422c-8ae0-46ca-b7e7-9af3d1ee5282} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10750 | 2024.07.15 19:59:34.054581 [ 3 ] {5efe422c-8ae0-46ca-b7e7-9af3d1ee5282} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10751 | 2024.07.15 19:59:34.054740 [ 124 ] {} <Debug> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
10752 | 2024.07.15 19:59:34.054756 [ 3 ] {5efe422c-8ae0-46ca-b7e7-9af3d1ee5282} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00132 sec., 3030.3030303030305 rows/sec., 211.59 KiB/sec. | ||
10753 | 2024.07.15 19:59:34.054805 [ 124 ] {} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10754 | 2024.07.15 19:59:34.054874 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10755 | 2024.07.15 19:59:34.055044 [ 3 ] {5efe422c-8ae0-46ca-b7e7-9af3d1ee5282} <Debug> DynamicQueryHandler: Done processing query | ||
10756 | 2024.07.15 19:59:34.055061 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::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 | ||
10757 | 2024.07.15 19:59:34.055102 [ 3 ] {5efe422c-8ae0-46ca-b7e7-9af3d1ee5282} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10758 | 2024.07.15 19:59:34.055160 [ 3 ] {} <Debug> HTTP-Session: 7f1dcdca-50b9-4c50-98a5-b57f77a43c81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10759 | 2024.07.15 19:59:34.055277 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10760 | 2024.07.15 19:59:34.055317 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
10761 | 2024.07.15 19:59:34.055432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 63296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10762 | 2024.07.15 19:59:34.055530 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
10763 | 2024.07.15 19:59:34.055622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10764 | 2024.07.15 19:59:34.055750 [ 3 ] {} <Debug> HTTP-Session: 5f8a87aa-3059-4f85-b28a-a9f5b6e157c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10765 | 2024.07.15 19:59:34.055779 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
10766 | 2024.07.15 19:59:34.055823 [ 3 ] {} <Debug> HTTP-Session: 5f8a87aa-3059-4f85-b28a-a9f5b6e157c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10767 | 2024.07.15 19:59:34.055894 [ 3 ] {} <Debug> HTTP-Session: 5f8a87aa-3059-4f85-b28a-a9f5b6e157c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10768 | 2024.07.15 19:59:34.056062 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
10769 | 2024.07.15 19:59:34.056070 [ 3 ] {} <Trace> HTTP-Session: 5f8a87aa-3059-4f85-b28a-a9f5b6e157c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10770 | 2024.07.15 19:59:34.056224 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
10771 | 2024.07.15 19:59:34.056425 [ 188 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
10772 | 2024.07.15 19:59:34.056683 [ 3 ] {5bb433b9-f389-4d31-bf81-9ed88b85a314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10773 | 2024.07.15 19:59:34.056797 [ 3 ] {5bb433b9-f389-4d31-bf81-9ed88b85a314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10774 | 2024.07.15 19:59:34.057248 [ 3 ] {5bb433b9-f389-4d31-bf81-9ed88b85a314} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10775 | 2024.07.15 19:59:34.058575 [ 3 ] {5bb433b9-f389-4d31-bf81-9ed88b85a314} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10776 | 2024.07.15 19:59:34.058621 [ 191 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003647342 sec., 8225.167807131878 rows/sec., 574.32 KiB/sec. | ||
10777 | 2024.07.15 19:59:34.058625 [ 3 ] {5bb433b9-f389-4d31-bf81-9ed88b85a314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10778 | 2024.07.15 19:59:34.058938 [ 193 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
10779 | 2024.07.15 19:59:34.059288 [ 3 ] {5bb433b9-f389-4d31-bf81-9ed88b85a314} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10780 | 2024.07.15 19:59:34.060290 [ 193 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10781 | 2024.07.15 19:59:34.060401 [ 3 ] {5bb433b9-f389-4d31-bf81-9ed88b85a314} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10782 | 2024.07.15 19:59:34.060478 [ 193 ] {7b17b95d-e44a-4c1e-a7d1-b1aee624b696::all_1_21_4} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
10783 | 2024.07.15 19:59:34.060662 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10784 | 2024.07.15 19:59:34.060780 [ 3 ] {5bb433b9-f389-4d31-bf81-9ed88b85a314} <Debug> executeQuery: Read 392 rows, 28.28 KiB in 0.004451 sec., 88070.09660750393 rows/sec., 6.20 MiB/sec. | ||
10785 | 2024.07.15 19:59:34.061013 [ 3 ] {5bb433b9-f389-4d31-bf81-9ed88b85a314} <Debug> DynamicQueryHandler: Done processing query | ||
10786 | 2024.07.15 19:59:34.061044 [ 3 ] {5bb433b9-f389-4d31-bf81-9ed88b85a314} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10787 | 2024.07.15 19:59:34.061065 [ 3 ] {} <Debug> HTTP-Session: 5f8a87aa-3059-4f85-b28a-a9f5b6e157c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10788 | 2024.07.15 19:59:34.061216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10789 | 2024.07.15 19:59:34.061274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10790 | 2024.07.15 19:59:34.061298 [ 3 ] {} <Debug> HTTP-Session: d05f5f5b-218c-4812-bc65-4a2036ae10c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10791 | 2024.07.15 19:59:34.061320 [ 3 ] {} <Debug> HTTP-Session: d05f5f5b-218c-4812-bc65-4a2036ae10c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10792 | 2024.07.15 19:59:34.061339 [ 3 ] {} <Debug> HTTP-Session: d05f5f5b-218c-4812-bc65-4a2036ae10c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10793 | 2024.07.15 19:59:34.061378 [ 3 ] {} <Trace> HTTP-Session: d05f5f5b-218c-4812-bc65-4a2036ae10c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10794 | 2024.07.15 19:59:34.061499 [ 3 ] {8485c683-c1c9-48d9-a3d6-6e3addb5a666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10795 | 2024.07.15 19:59:34.061556 [ 3 ] {8485c683-c1c9-48d9-a3d6-6e3addb5a666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10796 | 2024.07.15 19:59:34.061738 [ 3 ] {8485c683-c1c9-48d9-a3d6-6e3addb5a666} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10797 | 2024.07.15 19:59:34.062050 [ 3 ] {8485c683-c1c9-48d9-a3d6-6e3addb5a666} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10798 | 2024.07.15 19:59:34.062095 [ 3 ] {8485c683-c1c9-48d9-a3d6-6e3addb5a666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10799 | 2024.07.15 19:59:34.062508 [ 3 ] {8485c683-c1c9-48d9-a3d6-6e3addb5a666} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10800 | 2024.07.15 19:59:34.062855 [ 3 ] {8485c683-c1c9-48d9-a3d6-6e3addb5a666} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10801 | 2024.07.15 19:59:34.063008 [ 3 ] {8485c683-c1c9-48d9-a3d6-6e3addb5a666} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001535 sec., 3908.7947882736157 rows/sec., 167.96 KiB/sec. | ||
10802 | 2024.07.15 19:59:34.063314 [ 3 ] {8485c683-c1c9-48d9-a3d6-6e3addb5a666} <Debug> DynamicQueryHandler: Done processing query | ||
10803 | 2024.07.15 19:59:34.063339 [ 3 ] {8485c683-c1c9-48d9-a3d6-6e3addb5a666} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10804 | 2024.07.15 19:59:34.063358 [ 3 ] {} <Debug> HTTP-Session: d05f5f5b-218c-4812-bc65-4a2036ae10c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10805 | 2024.07.15 19:59:34.063498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10806 | 2024.07.15 19:59:34.063548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10807 | 2024.07.15 19:59:34.063567 [ 3 ] {} <Debug> HTTP-Session: 9619047d-2599-45ae-951f-0631daa10c00 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10808 | 2024.07.15 19:59:34.063583 [ 3 ] {} <Debug> HTTP-Session: 9619047d-2599-45ae-951f-0631daa10c00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10809 | 2024.07.15 19:59:34.063597 [ 3 ] {} <Debug> HTTP-Session: 9619047d-2599-45ae-951f-0631daa10c00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10810 | 2024.07.15 19:59:34.063629 [ 3 ] {} <Trace> HTTP-Session: 9619047d-2599-45ae-951f-0631daa10c00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10811 | 2024.07.15 19:59:34.063755 [ 3 ] {6ff735e6-4010-44b9-8478-a84d90768f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10812 | 2024.07.15 19:59:34.063803 [ 3 ] {6ff735e6-4010-44b9-8478-a84d90768f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10813 | 2024.07.15 19:59:34.063969 [ 3 ] {6ff735e6-4010-44b9-8478-a84d90768f5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10814 | 2024.07.15 19:59:34.064335 [ 3 ] {6ff735e6-4010-44b9-8478-a84d90768f5a} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10815 | 2024.07.15 19:59:34.064370 [ 3 ] {6ff735e6-4010-44b9-8478-a84d90768f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10816 | 2024.07.15 19:59:34.064744 [ 3 ] {6ff735e6-4010-44b9-8478-a84d90768f5a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10817 | 2024.07.15 19:59:34.065096 [ 3 ] {6ff735e6-4010-44b9-8478-a84d90768f5a} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10818 | 2024.07.15 19:59:34.065260 [ 3 ] {6ff735e6-4010-44b9-8478-a84d90768f5a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001543 sec., 49902.786779001945 rows/sec., 3.07 MiB/sec. | ||
10819 | 2024.07.15 19:59:34.065600 [ 3 ] {6ff735e6-4010-44b9-8478-a84d90768f5a} <Debug> DynamicQueryHandler: Done processing query | ||
10820 | 2024.07.15 19:59:34.065626 [ 3 ] {6ff735e6-4010-44b9-8478-a84d90768f5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10821 | 2024.07.15 19:59:34.065642 [ 3 ] {} <Debug> HTTP-Session: 9619047d-2599-45ae-951f-0631daa10c00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10822 | 2024.07.15 19:59:34.065809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10823 | 2024.07.15 19:59:34.065859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10824 | 2024.07.15 19:59:34.065878 [ 3 ] {} <Debug> HTTP-Session: e6b0a0c6-116e-43a7-890a-33fc25f7435f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10825 | 2024.07.15 19:59:34.065895 [ 3 ] {} <Debug> HTTP-Session: e6b0a0c6-116e-43a7-890a-33fc25f7435f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10826 | 2024.07.15 19:59:34.065909 [ 3 ] {} <Debug> HTTP-Session: e6b0a0c6-116e-43a7-890a-33fc25f7435f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10827 | 2024.07.15 19:59:34.065941 [ 3 ] {} <Trace> HTTP-Session: e6b0a0c6-116e-43a7-890a-33fc25f7435f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10828 | 2024.07.15 19:59:34.066115 [ 3 ] {b82dabaa-9f7a-4bad-9fe1-752e9bf188b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10829 | 2024.07.15 19:59:34.066166 [ 3 ] {b82dabaa-9f7a-4bad-9fe1-752e9bf188b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10830 | 2024.07.15 19:59:34.066332 [ 3 ] {b82dabaa-9f7a-4bad-9fe1-752e9bf188b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10831 | 2024.07.15 19:59:34.066734 [ 3 ] {b82dabaa-9f7a-4bad-9fe1-752e9bf188b0} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10832 | 2024.07.15 19:59:34.066773 [ 3 ] {b82dabaa-9f7a-4bad-9fe1-752e9bf188b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10833 | 2024.07.15 19:59:34.067153 [ 3 ] {b82dabaa-9f7a-4bad-9fe1-752e9bf188b0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10834 | 2024.07.15 19:59:34.067501 [ 3 ] {b82dabaa-9f7a-4bad-9fe1-752e9bf188b0} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10835 | 2024.07.15 19:59:34.067663 [ 3 ] {b82dabaa-9f7a-4bad-9fe1-752e9bf188b0} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001629 sec., 99447.51381215469 rows/sec., 6.93 MiB/sec. | ||
10836 | 2024.07.15 19:59:34.067924 [ 3 ] {b82dabaa-9f7a-4bad-9fe1-752e9bf188b0} <Debug> DynamicQueryHandler: Done processing query | ||
10837 | 2024.07.15 19:59:34.067990 [ 3 ] {b82dabaa-9f7a-4bad-9fe1-752e9bf188b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10838 | 2024.07.15 19:59:34.068046 [ 3 ] {} <Debug> HTTP-Session: e6b0a0c6-116e-43a7-890a-33fc25f7435f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10839 | 2024.07.15 19:59:34.068232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10840 | 2024.07.15 19:59:34.068283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10841 | 2024.07.15 19:59:34.068302 [ 3 ] {} <Debug> HTTP-Session: b332c49a-4b11-463b-acd4-1d8a7f7f01dc Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10842 | 2024.07.15 19:59:34.068319 [ 3 ] {} <Debug> HTTP-Session: b332c49a-4b11-463b-acd4-1d8a7f7f01dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10843 | 2024.07.15 19:59:34.068334 [ 3 ] {} <Debug> HTTP-Session: b332c49a-4b11-463b-acd4-1d8a7f7f01dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10844 | 2024.07.15 19:59:34.068367 [ 3 ] {} <Trace> HTTP-Session: b332c49a-4b11-463b-acd4-1d8a7f7f01dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10845 | 2024.07.15 19:59:34.068537 [ 3 ] {c33b11e0-255a-424b-a5ba-0ab1fcf88b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10846 | 2024.07.15 19:59:34.068610 [ 3 ] {c33b11e0-255a-424b-a5ba-0ab1fcf88b3f} <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 | ||
10847 | 2024.07.15 19:59:34.069067 [ 3 ] {c33b11e0-255a-424b-a5ba-0ab1fcf88b3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10848 | 2024.07.15 19:59:34.069599 [ 3 ] {c33b11e0-255a-424b-a5ba-0ab1fcf88b3f} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10849 | 2024.07.15 19:59:34.069635 [ 3 ] {c33b11e0-255a-424b-a5ba-0ab1fcf88b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10850 | 2024.07.15 19:59:34.070288 [ 3 ] {c33b11e0-255a-424b-a5ba-0ab1fcf88b3f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10851 | 2024.07.15 19:59:34.070720 [ 3 ] {c33b11e0-255a-424b-a5ba-0ab1fcf88b3f} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10852 | 2024.07.15 19:59:34.070906 [ 3 ] {c33b11e0-255a-424b-a5ba-0ab1fcf88b3f} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002459 sec., 2440.016266775112 rows/sec., 4.37 MiB/sec. | ||
10853 | 2024.07.15 19:59:34.071177 [ 3 ] {c33b11e0-255a-424b-a5ba-0ab1fcf88b3f} <Debug> DynamicQueryHandler: Done processing query | ||
10854 | 2024.07.15 19:59:34.071208 [ 3 ] {c33b11e0-255a-424b-a5ba-0ab1fcf88b3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10855 | 2024.07.15 19:59:34.071229 [ 3 ] {} <Debug> HTTP-Session: b332c49a-4b11-463b-acd4-1d8a7f7f01dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10856 | 2024.07.15 19:59:34.071353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10857 | 2024.07.15 19:59:34.071411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10858 | 2024.07.15 19:59:34.071436 [ 3 ] {} <Debug> HTTP-Session: 8938787c-e734-4b95-8d3d-9c91f8b4f397 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10859 | 2024.07.15 19:59:34.071458 [ 3 ] {} <Debug> HTTP-Session: 8938787c-e734-4b95-8d3d-9c91f8b4f397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10860 | 2024.07.15 19:59:34.071477 [ 3 ] {} <Debug> HTTP-Session: 8938787c-e734-4b95-8d3d-9c91f8b4f397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10861 | 2024.07.15 19:59:34.071515 [ 3 ] {} <Trace> HTTP-Session: 8938787c-e734-4b95-8d3d-9c91f8b4f397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10862 | 2024.07.15 19:59:34.071643 [ 3 ] {d962fca2-950b-4ed4-8976-1625b7f06a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10863 | 2024.07.15 19:59:34.071697 [ 3 ] {d962fca2-950b-4ed4-8976-1625b7f06a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10864 | 2024.07.15 19:59:34.071861 [ 3 ] {d962fca2-950b-4ed4-8976-1625b7f06a69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10865 | 2024.07.15 19:59:34.072156 [ 3 ] {d962fca2-950b-4ed4-8976-1625b7f06a69} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10866 | 2024.07.15 19:59:34.072193 [ 3 ] {d962fca2-950b-4ed4-8976-1625b7f06a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10867 | 2024.07.15 19:59:34.072550 [ 3 ] {d962fca2-950b-4ed4-8976-1625b7f06a69} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10868 | 2024.07.15 19:59:34.072882 [ 3 ] {d962fca2-950b-4ed4-8976-1625b7f06a69} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10869 | 2024.07.15 19:59:34.073051 [ 3 ] {d962fca2-950b-4ed4-8976-1625b7f06a69} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00144 sec., 15972.22222222222 rows/sec., 863.99 KiB/sec. | ||
10870 | 2024.07.15 19:59:34.073373 [ 3 ] {d962fca2-950b-4ed4-8976-1625b7f06a69} <Debug> DynamicQueryHandler: Done processing query | ||
10871 | 2024.07.15 19:59:34.073398 [ 3 ] {d962fca2-950b-4ed4-8976-1625b7f06a69} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10872 | 2024.07.15 19:59:34.073417 [ 3 ] {} <Debug> HTTP-Session: 8938787c-e734-4b95-8d3d-9c91f8b4f397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10873 | 2024.07.15 19:59:34.073557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10874 | 2024.07.15 19:59:34.073604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10875 | 2024.07.15 19:59:34.073623 [ 3 ] {} <Debug> HTTP-Session: 84170eb1-9923-4615-9f16-f43168f93c19 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10876 | 2024.07.15 19:59:34.073639 [ 3 ] {} <Debug> HTTP-Session: 84170eb1-9923-4615-9f16-f43168f93c19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10877 | 2024.07.15 19:59:34.073653 [ 3 ] {} <Debug> HTTP-Session: 84170eb1-9923-4615-9f16-f43168f93c19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10878 | 2024.07.15 19:59:34.073685 [ 3 ] {} <Trace> HTTP-Session: 84170eb1-9923-4615-9f16-f43168f93c19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10879 | 2024.07.15 19:59:34.073803 [ 3 ] {3ac51d6c-f2e1-4849-966a-827d3f9bd935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10880 | 2024.07.15 19:59:34.073849 [ 3 ] {3ac51d6c-f2e1-4849-966a-827d3f9bd935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10881 | 2024.07.15 19:59:34.073997 [ 3 ] {3ac51d6c-f2e1-4849-966a-827d3f9bd935} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10882 | 2024.07.15 19:59:34.074299 [ 3 ] {3ac51d6c-f2e1-4849-966a-827d3f9bd935} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10883 | 2024.07.15 19:59:34.074335 [ 3 ] {3ac51d6c-f2e1-4849-966a-827d3f9bd935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
10884 | 2024.07.15 19:59:34.074708 [ 3 ] {3ac51d6c-f2e1-4849-966a-827d3f9bd935} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10885 | 2024.07.15 19:59:34.075058 [ 3 ] {3ac51d6c-f2e1-4849-966a-827d3f9bd935} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10886 | 2024.07.15 19:59:34.075231 [ 3 ] {3ac51d6c-f2e1-4849-966a-827d3f9bd935} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. | ||
10887 | 2024.07.15 19:59:34.075406 [ 3 ] {3ac51d6c-f2e1-4849-966a-827d3f9bd935} <Debug> DynamicQueryHandler: Done processing query | ||
10888 | 2024.07.15 19:59:34.075431 [ 3 ] {3ac51d6c-f2e1-4849-966a-827d3f9bd935} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10889 | 2024.07.15 19:59:34.075447 [ 3 ] {} <Debug> HTTP-Session: 84170eb1-9923-4615-9f16-f43168f93c19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10890 | 2024.07.15 19:59:36.450972 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10891 | 2024.07.15 19:59:36.451064 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10892 | 2024.07.15 19:59:39.039586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10893 | 2024.07.15 19:59:39.039692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10894 | 2024.07.15 19:59:39.039715 [ 3 ] {} <Debug> HTTP-Session: bdc6ea65-3cd8-4bc7-852a-f9122f51c6f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10895 | 2024.07.15 19:59:39.039740 [ 3 ] {} <Debug> HTTP-Session: bdc6ea65-3cd8-4bc7-852a-f9122f51c6f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10896 | 2024.07.15 19:59:39.039755 [ 3 ] {} <Debug> HTTP-Session: bdc6ea65-3cd8-4bc7-852a-f9122f51c6f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10897 | 2024.07.15 19:59:39.039801 [ 3 ] {} <Trace> HTTP-Session: bdc6ea65-3cd8-4bc7-852a-f9122f51c6f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10898 | 2024.07.15 19:59:39.039985 [ 3 ] {afe8398c-f27d-4168-94e1-8c8770d6b83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10899 | 2024.07.15 19:59:39.040048 [ 3 ] {afe8398c-f27d-4168-94e1-8c8770d6b83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10900 | 2024.07.15 19:59:39.040228 [ 3 ] {afe8398c-f27d-4168-94e1-8c8770d6b83c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10901 | 2024.07.15 19:59:39.040710 [ 3 ] {afe8398c-f27d-4168-94e1-8c8770d6b83c} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10902 | 2024.07.15 19:59:39.040748 [ 3 ] {afe8398c-f27d-4168-94e1-8c8770d6b83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
10903 | 2024.07.15 19:59:39.041119 [ 3 ] {afe8398c-f27d-4168-94e1-8c8770d6b83c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10904 | 2024.07.15 19:59:39.041459 [ 3 ] {afe8398c-f27d-4168-94e1-8c8770d6b83c} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10905 | 2024.07.15 19:59:39.041632 [ 3 ] {afe8398c-f27d-4168-94e1-8c8770d6b83c} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001698 sec., 14134.275618374557 rows/sec., 1.12 MiB/sec. | ||
10906 | 2024.07.15 19:59:39.041921 [ 3 ] {afe8398c-f27d-4168-94e1-8c8770d6b83c} <Debug> DynamicQueryHandler: Done processing query | ||
10907 | 2024.07.15 19:59:39.041975 [ 3 ] {afe8398c-f27d-4168-94e1-8c8770d6b83c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10908 | 2024.07.15 19:59:39.042036 [ 3 ] {} <Debug> HTTP-Session: bdc6ea65-3cd8-4bc7-852a-f9122f51c6f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10909 | 2024.07.15 19:59:39.042246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10910 | 2024.07.15 19:59:39.042296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10911 | 2024.07.15 19:59:39.042315 [ 3 ] {} <Debug> HTTP-Session: bb3571eb-c166-40e0-bda2-c50010eaf500 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10912 | 2024.07.15 19:59:39.042332 [ 3 ] {} <Debug> HTTP-Session: bb3571eb-c166-40e0-bda2-c50010eaf500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10913 | 2024.07.15 19:59:39.042346 [ 3 ] {} <Debug> HTTP-Session: bb3571eb-c166-40e0-bda2-c50010eaf500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10914 | 2024.07.15 19:59:39.042379 [ 3 ] {} <Trace> HTTP-Session: bb3571eb-c166-40e0-bda2-c50010eaf500 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10915 | 2024.07.15 19:59:39.042478 [ 3 ] {03f39e72-2946-4ed2-bc9f-2b7e5ca629fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10916 | 2024.07.15 19:59:39.042522 [ 3 ] {03f39e72-2946-4ed2-bc9f-2b7e5ca629fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10917 | 2024.07.15 19:59:39.042667 [ 3 ] {03f39e72-2946-4ed2-bc9f-2b7e5ca629fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10918 | 2024.07.15 19:59:39.042967 [ 3 ] {03f39e72-2946-4ed2-bc9f-2b7e5ca629fa} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10919 | 2024.07.15 19:59:39.043002 [ 3 ] {03f39e72-2946-4ed2-bc9f-2b7e5ca629fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
10920 | 2024.07.15 19:59:39.043308 [ 3 ] {03f39e72-2946-4ed2-bc9f-2b7e5ca629fa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10921 | 2024.07.15 19:59:39.043620 [ 3 ] {03f39e72-2946-4ed2-bc9f-2b7e5ca629fa} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10922 | 2024.07.15 19:59:39.043771 [ 3 ] {03f39e72-2946-4ed2-bc9f-2b7e5ca629fa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 124.30 KiB/sec. | ||
10923 | 2024.07.15 19:59:39.043972 [ 3 ] {03f39e72-2946-4ed2-bc9f-2b7e5ca629fa} <Debug> DynamicQueryHandler: Done processing query | ||
10924 | 2024.07.15 19:59:39.043996 [ 3 ] {03f39e72-2946-4ed2-bc9f-2b7e5ca629fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10925 | 2024.07.15 19:59:39.044013 [ 3 ] {} <Debug> HTTP-Session: bb3571eb-c166-40e0-bda2-c50010eaf500 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10926 | 2024.07.15 19:59:39.044170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10927 | 2024.07.15 19:59:39.044216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10928 | 2024.07.15 19:59:39.044234 [ 3 ] {} <Debug> HTTP-Session: 1bc1420d-e666-4f70-8a4e-086ea66c3ea3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10929 | 2024.07.15 19:59:39.044251 [ 3 ] {} <Debug> HTTP-Session: 1bc1420d-e666-4f70-8a4e-086ea66c3ea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10930 | 2024.07.15 19:59:39.044265 [ 3 ] {} <Debug> HTTP-Session: 1bc1420d-e666-4f70-8a4e-086ea66c3ea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10931 | 2024.07.15 19:59:39.044295 [ 3 ] {} <Trace> HTTP-Session: 1bc1420d-e666-4f70-8a4e-086ea66c3ea3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10932 | 2024.07.15 19:59:39.044428 [ 3 ] {914be6e9-1c72-4291-a1cb-b2a121750c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10933 | 2024.07.15 19:59:39.044469 [ 3 ] {914be6e9-1c72-4291-a1cb-b2a121750c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10934 | 2024.07.15 19:59:39.044591 [ 3 ] {914be6e9-1c72-4291-a1cb-b2a121750c57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10935 | 2024.07.15 19:59:39.044955 [ 3 ] {914be6e9-1c72-4291-a1cb-b2a121750c57} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10936 | 2024.07.15 19:59:39.044989 [ 3 ] {914be6e9-1c72-4291-a1cb-b2a121750c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
10937 | 2024.07.15 19:59:39.045302 [ 3 ] {914be6e9-1c72-4291-a1cb-b2a121750c57} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10938 | 2024.07.15 19:59:39.045626 [ 3 ] {914be6e9-1c72-4291-a1cb-b2a121750c57} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10939 | 2024.07.15 19:59:39.045774 [ 3 ] {914be6e9-1c72-4291-a1cb-b2a121750c57} <Debug> executeQuery: Read 129 rows, 10.96 KiB in 0.001395 sec., 92473.1182795699 rows/sec., 7.68 MiB/sec. | ||
10940 | 2024.07.15 19:59:39.046024 [ 3 ] {914be6e9-1c72-4291-a1cb-b2a121750c57} <Debug> DynamicQueryHandler: Done processing query | ||
10941 | 2024.07.15 19:59:39.046081 [ 3 ] {914be6e9-1c72-4291-a1cb-b2a121750c57} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10942 | 2024.07.15 19:59:39.046141 [ 3 ] {} <Debug> HTTP-Session: 1bc1420d-e666-4f70-8a4e-086ea66c3ea3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10943 | 2024.07.15 19:59:39.046318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10944 | 2024.07.15 19:59:39.046370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10945 | 2024.07.15 19:59:39.046389 [ 3 ] {} <Debug> HTTP-Session: c38bb283-674f-4672-8ce3-e1aa537d5bdf Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10946 | 2024.07.15 19:59:39.046408 [ 3 ] {} <Debug> HTTP-Session: c38bb283-674f-4672-8ce3-e1aa537d5bdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10947 | 2024.07.15 19:59:39.046422 [ 3 ] {} <Debug> HTTP-Session: c38bb283-674f-4672-8ce3-e1aa537d5bdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10948 | 2024.07.15 19:59:39.046454 [ 3 ] {} <Trace> HTTP-Session: c38bb283-674f-4672-8ce3-e1aa537d5bdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10949 | 2024.07.15 19:59:39.046554 [ 3 ] {6a1a547e-a66a-4efb-9cd1-dedc5e4e057e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10950 | 2024.07.15 19:59:39.046598 [ 3 ] {6a1a547e-a66a-4efb-9cd1-dedc5e4e057e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10951 | 2024.07.15 19:59:39.046741 [ 3 ] {6a1a547e-a66a-4efb-9cd1-dedc5e4e057e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10952 | 2024.07.15 19:59:39.047033 [ 3 ] {6a1a547e-a66a-4efb-9cd1-dedc5e4e057e} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10953 | 2024.07.15 19:59:39.047068 [ 3 ] {6a1a547e-a66a-4efb-9cd1-dedc5e4e057e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
10954 | 2024.07.15 19:59:39.047355 [ 3 ] {6a1a547e-a66a-4efb-9cd1-dedc5e4e057e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10955 | 2024.07.15 19:59:39.047659 [ 3 ] {6a1a547e-a66a-4efb-9cd1-dedc5e4e057e} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10956 | 2024.07.15 19:59:39.047811 [ 3 ] {6a1a547e-a66a-4efb-9cd1-dedc5e4e057e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 108.85 KiB/sec. | ||
10957 | 2024.07.15 19:59:39.047976 [ 3 ] {6a1a547e-a66a-4efb-9cd1-dedc5e4e057e} <Debug> DynamicQueryHandler: Done processing query | ||
10958 | 2024.07.15 19:59:39.048000 [ 3 ] {6a1a547e-a66a-4efb-9cd1-dedc5e4e057e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10959 | 2024.07.15 19:59:39.048015 [ 3 ] {} <Debug> HTTP-Session: c38bb283-674f-4672-8ce3-e1aa537d5bdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10960 | 2024.07.15 19:59:39.048145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 15291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10961 | 2024.07.15 19:59:39.048192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10962 | 2024.07.15 19:59:39.048211 [ 3 ] {} <Debug> HTTP-Session: 2f065a14-cff4-4963-b099-6894742960c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10963 | 2024.07.15 19:59:39.048227 [ 3 ] {} <Debug> HTTP-Session: 2f065a14-cff4-4963-b099-6894742960c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10964 | 2024.07.15 19:59:39.048241 [ 3 ] {} <Debug> HTTP-Session: 2f065a14-cff4-4963-b099-6894742960c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10965 | 2024.07.15 19:59:39.048272 [ 3 ] {} <Trace> HTTP-Session: 2f065a14-cff4-4963-b099-6894742960c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10966 | 2024.07.15 19:59:39.048387 [ 3 ] {a3102292-bbd1-419e-b8f5-27096d1dc152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10967 | 2024.07.15 19:59:39.048434 [ 3 ] {a3102292-bbd1-419e-b8f5-27096d1dc152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10968 | 2024.07.15 19:59:39.048560 [ 3 ] {a3102292-bbd1-419e-b8f5-27096d1dc152} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10969 | 2024.07.15 19:59:39.048887 [ 3 ] {a3102292-bbd1-419e-b8f5-27096d1dc152} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10970 | 2024.07.15 19:59:39.048922 [ 3 ] {a3102292-bbd1-419e-b8f5-27096d1dc152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
10971 | 2024.07.15 19:59:39.049224 [ 3 ] {a3102292-bbd1-419e-b8f5-27096d1dc152} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10972 | 2024.07.15 19:59:39.049525 [ 3 ] {a3102292-bbd1-419e-b8f5-27096d1dc152} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10973 | 2024.07.15 19:59:39.049676 [ 3 ] {a3102292-bbd1-419e-b8f5-27096d1dc152} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001323 sec., 68027.21088435374 rows/sec., 5.31 MiB/sec. | ||
10974 | 2024.07.15 19:59:39.049920 [ 3 ] {a3102292-bbd1-419e-b8f5-27096d1dc152} <Debug> DynamicQueryHandler: Done processing query | ||
10975 | 2024.07.15 19:59:39.049975 [ 3 ] {a3102292-bbd1-419e-b8f5-27096d1dc152} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10976 | 2024.07.15 19:59:39.050042 [ 3 ] {} <Debug> HTTP-Session: 2f065a14-cff4-4963-b099-6894742960c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10977 | 2024.07.15 19:59:39.050291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10978 | 2024.07.15 19:59:39.050345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10979 | 2024.07.15 19:59:39.050364 [ 3 ] {} <Debug> HTTP-Session: 25773f4e-8ddd-4a1e-905c-9edc7df80750 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10980 | 2024.07.15 19:59:39.050380 [ 3 ] {} <Debug> HTTP-Session: 25773f4e-8ddd-4a1e-905c-9edc7df80750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10981 | 2024.07.15 19:59:39.050394 [ 3 ] {} <Debug> HTTP-Session: 25773f4e-8ddd-4a1e-905c-9edc7df80750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10982 | 2024.07.15 19:59:39.050427 [ 3 ] {} <Trace> HTTP-Session: 25773f4e-8ddd-4a1e-905c-9edc7df80750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10983 | 2024.07.15 19:59:39.050578 [ 3 ] {9cd352e2-34b2-4c4d-88c2-6f6d4b6c52e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10984 | 2024.07.15 19:59:39.050625 [ 3 ] {9cd352e2-34b2-4c4d-88c2-6f6d4b6c52e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10985 | 2024.07.15 19:59:39.050790 [ 3 ] {9cd352e2-34b2-4c4d-88c2-6f6d4b6c52e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10986 | 2024.07.15 19:59:39.051179 [ 3 ] {9cd352e2-34b2-4c4d-88c2-6f6d4b6c52e6} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10987 | 2024.07.15 19:59:39.051214 [ 3 ] {9cd352e2-34b2-4c4d-88c2-6f6d4b6c52e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
10988 | 2024.07.15 19:59:39.051601 [ 3 ] {9cd352e2-34b2-4c4d-88c2-6f6d4b6c52e6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10989 | 2024.07.15 19:59:39.051957 [ 3 ] {9cd352e2-34b2-4c4d-88c2-6f6d4b6c52e6} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10990 | 2024.07.15 19:59:39.052116 [ 3 ] {9cd352e2-34b2-4c4d-88c2-6f6d4b6c52e6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001595 sec., 100940.43887147335 rows/sec., 7.03 MiB/sec. | ||
10991 | 2024.07.15 19:59:39.052374 [ 3 ] {9cd352e2-34b2-4c4d-88c2-6f6d4b6c52e6} <Debug> DynamicQueryHandler: Done processing query | ||
10992 | 2024.07.15 19:59:39.052438 [ 3 ] {9cd352e2-34b2-4c4d-88c2-6f6d4b6c52e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10993 | 2024.07.15 19:59:39.052495 [ 3 ] {} <Debug> HTTP-Session: 25773f4e-8ddd-4a1e-905c-9edc7df80750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10994 | 2024.07.15 19:59:39.052697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10995 | 2024.07.15 19:59:39.052749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10996 | 2024.07.15 19:59:39.052768 [ 3 ] {} <Debug> HTTP-Session: d9dfe0f0-d9bc-47be-b645-c5e7f24ae807 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
10997 | 2024.07.15 19:59:39.052785 [ 3 ] {} <Debug> HTTP-Session: d9dfe0f0-d9bc-47be-b645-c5e7f24ae807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10998 | 2024.07.15 19:59:39.052798 [ 3 ] {} <Debug> HTTP-Session: d9dfe0f0-d9bc-47be-b645-c5e7f24ae807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10999 | 2024.07.15 19:59:39.052829 [ 3 ] {} <Trace> HTTP-Session: d9dfe0f0-d9bc-47be-b645-c5e7f24ae807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11000 | 2024.07.15 19:59:39.053110 [ 3 ] {21bac735-4ec5-4c71-b03a-3301f607ef04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11001 | 2024.07.15 19:59:39.053179 [ 3 ] {21bac735-4ec5-4c71-b03a-3301f607ef04} <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 | ||
11002 | 2024.07.15 19:59:39.053600 [ 3 ] {21bac735-4ec5-4c71-b03a-3301f607ef04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11003 | 2024.07.15 19:59:39.054266 [ 3 ] {21bac735-4ec5-4c71-b03a-3301f607ef04} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11004 | 2024.07.15 19:59:39.054300 [ 3 ] {21bac735-4ec5-4c71-b03a-3301f607ef04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11005 | 2024.07.15 19:59:39.054902 [ 3 ] {21bac735-4ec5-4c71-b03a-3301f607ef04} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11006 | 2024.07.15 19:59:39.055307 [ 3 ] {21bac735-4ec5-4c71-b03a-3301f607ef04} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11007 | 2024.07.15 19:59:39.055499 [ 3 ] {21bac735-4ec5-4c71-b03a-3301f607ef04} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002584 sec., 9287.925696594428 rows/sec., 16.64 MiB/sec. | ||
11008 | 2024.07.15 19:59:39.056019 [ 3 ] {21bac735-4ec5-4c71-b03a-3301f607ef04} <Debug> DynamicQueryHandler: Done processing query | ||
11009 | 2024.07.15 19:59:39.056068 [ 3 ] {21bac735-4ec5-4c71-b03a-3301f607ef04} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11010 | 2024.07.15 19:59:39.056103 [ 3 ] {} <Debug> HTTP-Session: d9dfe0f0-d9bc-47be-b645-c5e7f24ae807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11011 | 2024.07.15 19:59:39.056233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11012 | 2024.07.15 19:59:39.056281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11013 | 2024.07.15 19:59:39.056300 [ 3 ] {} <Debug> HTTP-Session: 28863fc3-8d10-4d21-9099-f8b9a76808f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11014 | 2024.07.15 19:59:39.056316 [ 3 ] {} <Debug> HTTP-Session: 28863fc3-8d10-4d21-9099-f8b9a76808f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11015 | 2024.07.15 19:59:39.056330 [ 3 ] {} <Debug> HTTP-Session: 28863fc3-8d10-4d21-9099-f8b9a76808f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11016 | 2024.07.15 19:59:39.056361 [ 3 ] {} <Trace> HTTP-Session: 28863fc3-8d10-4d21-9099-f8b9a76808f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11017 | 2024.07.15 19:59:39.056481 [ 3 ] {e9b47e06-d04c-47d3-9a03-4819a1c13938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11018 | 2024.07.15 19:59:39.056528 [ 3 ] {e9b47e06-d04c-47d3-9a03-4819a1c13938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11019 | 2024.07.15 19:59:39.056669 [ 3 ] {e9b47e06-d04c-47d3-9a03-4819a1c13938} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11020 | 2024.07.15 19:59:39.056961 [ 3 ] {e9b47e06-d04c-47d3-9a03-4819a1c13938} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11021 | 2024.07.15 19:59:39.056996 [ 3 ] {e9b47e06-d04c-47d3-9a03-4819a1c13938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11022 | 2024.07.15 19:59:39.057349 [ 3 ] {e9b47e06-d04c-47d3-9a03-4819a1c13938} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11023 | 2024.07.15 19:59:39.057670 [ 3 ] {e9b47e06-d04c-47d3-9a03-4819a1c13938} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11024 | 2024.07.15 19:59:39.057825 [ 3 ] {e9b47e06-d04c-47d3-9a03-4819a1c13938} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
11025 | 2024.07.15 19:59:39.057991 [ 3 ] {e9b47e06-d04c-47d3-9a03-4819a1c13938} <Debug> DynamicQueryHandler: Done processing query | ||
11026 | 2024.07.15 19:59:39.058014 [ 3 ] {e9b47e06-d04c-47d3-9a03-4819a1c13938} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11027 | 2024.07.15 19:59:39.058030 [ 3 ] {} <Debug> HTTP-Session: 28863fc3-8d10-4d21-9099-f8b9a76808f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11028 | 2024.07.15 19:59:44.043250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11029 | 2024.07.15 19:59:44.043378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11030 | 2024.07.15 19:59:44.043404 [ 3 ] {} <Debug> HTTP-Session: 700bebf7-fc09-4a20-8898-c4c23b568590 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11031 | 2024.07.15 19:59:44.043428 [ 3 ] {} <Debug> HTTP-Session: 700bebf7-fc09-4a20-8898-c4c23b568590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11032 | 2024.07.15 19:59:44.043443 [ 3 ] {} <Debug> HTTP-Session: 700bebf7-fc09-4a20-8898-c4c23b568590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11033 | 2024.07.15 19:59:44.043498 [ 3 ] {} <Trace> HTTP-Session: 700bebf7-fc09-4a20-8898-c4c23b568590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11034 | 2024.07.15 19:59:44.043690 [ 3 ] {42a5818b-5e95-4ef3-a95d-7f6fd2c414a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11035 | 2024.07.15 19:59:44.043756 [ 3 ] {42a5818b-5e95-4ef3-a95d-7f6fd2c414a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11036 | 2024.07.15 19:59:44.043951 [ 3 ] {42a5818b-5e95-4ef3-a95d-7f6fd2c414a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11037 | 2024.07.15 19:59:44.044393 [ 3 ] {42a5818b-5e95-4ef3-a95d-7f6fd2c414a7} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11038 | 2024.07.15 19:59:44.044435 [ 3 ] {42a5818b-5e95-4ef3-a95d-7f6fd2c414a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11039 | 2024.07.15 19:59:44.044827 [ 3 ] {42a5818b-5e95-4ef3-a95d-7f6fd2c414a7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11040 | 2024.07.15 19:59:44.045204 [ 3 ] {42a5818b-5e95-4ef3-a95d-7f6fd2c414a7} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11041 | 2024.07.15 19:59:44.045372 [ 3 ] {42a5818b-5e95-4ef3-a95d-7f6fd2c414a7} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001732 sec., 6928.406466512702 rows/sec., 477.00 KiB/sec. | ||
11042 | 2024.07.15 19:59:44.045679 [ 3 ] {42a5818b-5e95-4ef3-a95d-7f6fd2c414a7} <Debug> DynamicQueryHandler: Done processing query | ||
11043 | 2024.07.15 19:59:44.045727 [ 3 ] {42a5818b-5e95-4ef3-a95d-7f6fd2c414a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11044 | 2024.07.15 19:59:44.045753 [ 3 ] {} <Debug> HTTP-Session: 700bebf7-fc09-4a20-8898-c4c23b568590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11045 | 2024.07.15 19:59:44.045905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11046 | 2024.07.15 19:59:44.045956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11047 | 2024.07.15 19:59:44.045976 [ 3 ] {} <Debug> HTTP-Session: 13d274ea-6825-4c97-985f-a11faee43212 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11048 | 2024.07.15 19:59:44.045994 [ 3 ] {} <Debug> HTTP-Session: 13d274ea-6825-4c97-985f-a11faee43212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11049 | 2024.07.15 19:59:44.046009 [ 3 ] {} <Debug> HTTP-Session: 13d274ea-6825-4c97-985f-a11faee43212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11050 | 2024.07.15 19:59:44.046040 [ 3 ] {} <Trace> HTTP-Session: 13d274ea-6825-4c97-985f-a11faee43212 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11051 | 2024.07.15 19:59:44.046137 [ 3 ] {b7a773d1-6edd-4031-acc2-ae3d85f27997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11052 | 2024.07.15 19:59:44.046182 [ 3 ] {b7a773d1-6edd-4031-acc2-ae3d85f27997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11053 | 2024.07.15 19:59:44.046331 [ 3 ] {b7a773d1-6edd-4031-acc2-ae3d85f27997} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11054 | 2024.07.15 19:59:44.046615 [ 3 ] {b7a773d1-6edd-4031-acc2-ae3d85f27997} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11055 | 2024.07.15 19:59:44.046652 [ 3 ] {b7a773d1-6edd-4031-acc2-ae3d85f27997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11056 | 2024.07.15 19:59:44.046957 [ 3 ] {b7a773d1-6edd-4031-acc2-ae3d85f27997} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11057 | 2024.07.15 19:59:44.047269 [ 3 ] {b7a773d1-6edd-4031-acc2-ae3d85f27997} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11058 | 2024.07.15 19:59:44.047431 [ 3 ] {b7a773d1-6edd-4031-acc2-ae3d85f27997} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001314 sec., 1522.0700152207 rows/sec., 124.11 KiB/sec. | ||
11059 | 2024.07.15 19:59:44.047605 [ 3 ] {b7a773d1-6edd-4031-acc2-ae3d85f27997} <Debug> DynamicQueryHandler: Done processing query | ||
11060 | 2024.07.15 19:59:44.047630 [ 3 ] {b7a773d1-6edd-4031-acc2-ae3d85f27997} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11061 | 2024.07.15 19:59:44.047646 [ 3 ] {} <Debug> HTTP-Session: 13d274ea-6825-4c97-985f-a11faee43212 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11062 | 2024.07.15 19:59:44.047834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11063 | 2024.07.15 19:59:44.047883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11064 | 2024.07.15 19:59:44.047903 [ 3 ] {} <Debug> HTTP-Session: 18686884-a1ae-4bff-ad0a-676504a07146 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11065 | 2024.07.15 19:59:44.047919 [ 3 ] {} <Debug> HTTP-Session: 18686884-a1ae-4bff-ad0a-676504a07146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11066 | 2024.07.15 19:59:44.047933 [ 3 ] {} <Debug> HTTP-Session: 18686884-a1ae-4bff-ad0a-676504a07146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11067 | 2024.07.15 19:59:44.047964 [ 3 ] {} <Trace> HTTP-Session: 18686884-a1ae-4bff-ad0a-676504a07146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11068 | 2024.07.15 19:59:44.048111 [ 3 ] {4ad8a1b4-e8ea-4db9-86a0-8775628687ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11069 | 2024.07.15 19:59:44.048154 [ 3 ] {4ad8a1b4-e8ea-4db9-86a0-8775628687ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11070 | 2024.07.15 19:59:44.048282 [ 3 ] {4ad8a1b4-e8ea-4db9-86a0-8775628687ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11071 | 2024.07.15 19:59:44.048716 [ 3 ] {4ad8a1b4-e8ea-4db9-86a0-8775628687ba} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11072 | 2024.07.15 19:59:44.048752 [ 3 ] {4ad8a1b4-e8ea-4db9-86a0-8775628687ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11073 | 2024.07.15 19:59:44.049072 [ 3 ] {4ad8a1b4-e8ea-4db9-86a0-8775628687ba} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11074 | 2024.07.15 19:59:44.049377 [ 3 ] {4ad8a1b4-e8ea-4db9-86a0-8775628687ba} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11075 | 2024.07.15 19:59:44.049524 [ 3 ] {4ad8a1b4-e8ea-4db9-86a0-8775628687ba} <Debug> executeQuery: Read 180 rows, 16.24 KiB in 0.001478 sec., 121786.19756427605 rows/sec., 10.73 MiB/sec. | ||
11076 | 2024.07.15 19:59:44.049542 [ 132 ] {} <Debug> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11077 | 2024.07.15 19:59:44.049655 [ 132 ] {} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11078 | 2024.07.15 19:59:44.049686 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11079 | 2024.07.15 19:59:44.049760 [ 3 ] {4ad8a1b4-e8ea-4db9-86a0-8775628687ba} <Debug> DynamicQueryHandler: Done processing query | ||
11080 | 2024.07.15 19:59:44.049822 [ 3 ] {4ad8a1b4-e8ea-4db9-86a0-8775628687ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11081 | 2024.07.15 19:59:44.049861 [ 3 ] {} <Debug> HTTP-Session: 18686884-a1ae-4bff-ad0a-676504a07146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11082 | 2024.07.15 19:59:44.049878 [ 200 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
11083 | 2024.07.15 19:59:44.050060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11084 | 2024.07.15 19:59:44.050109 [ 200 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11085 | 2024.07.15 19:59:44.050171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11086 | 2024.07.15 19:59:44.050178 [ 200 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::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 | ||
11087 | 2024.07.15 19:59:44.050209 [ 3 ] {} <Debug> HTTP-Session: f96cb26f-2223-46a5-a7cf-5a6d22f6de72 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11088 | 2024.07.15 19:59:44.050249 [ 3 ] {} <Debug> HTTP-Session: f96cb26f-2223-46a5-a7cf-5a6d22f6de72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11089 | 2024.07.15 19:59:44.050289 [ 3 ] {} <Debug> HTTP-Session: f96cb26f-2223-46a5-a7cf-5a6d22f6de72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11090 | 2024.07.15 19:59:44.050403 [ 200 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 179 rows starting from the beginning of the part | ||
11091 | 2024.07.15 19:59:44.050448 [ 3 ] {} <Trace> HTTP-Session: f96cb26f-2223-46a5-a7cf-5a6d22f6de72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11092 | 2024.07.15 19:59:44.050643 [ 200 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 165 rows starting from the beginning of the part | ||
11093 | 2024.07.15 19:59:44.050942 [ 200 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 181 rows starting from the beginning of the part | ||
11094 | 2024.07.15 19:59:44.050959 [ 3 ] {6324400d-eca9-48e0-bdd2-142f04b27338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11095 | 2024.07.15 19:59:44.051145 [ 200 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 129 rows starting from the beginning of the part | ||
11096 | 2024.07.15 19:59:44.051175 [ 3 ] {6324400d-eca9-48e0-bdd2-142f04b27338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11097 | 2024.07.15 19:59:44.051451 [ 200 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 180 rows starting from the beginning of the part | ||
11098 | 2024.07.15 19:59:44.052155 [ 3 ] {6324400d-eca9-48e0-bdd2-142f04b27338} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11099 | 2024.07.15 19:59:44.052844 [ 3 ] {6324400d-eca9-48e0-bdd2-142f04b27338} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11100 | 2024.07.15 19:59:44.052914 [ 3 ] {6324400d-eca9-48e0-bdd2-142f04b27338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11101 | 2024.07.15 19:59:44.053909 [ 3 ] {6324400d-eca9-48e0-bdd2-142f04b27338} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11102 | 2024.07.15 19:59:44.054603 [ 3 ] {6324400d-eca9-48e0-bdd2-142f04b27338} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11103 | 2024.07.15 19:59:44.054616 [ 200 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1129 rows, containing 4 columns (4 merged, 0 gathered) in 0.004849006 sec., 232831.22355385823 rows/sec., 20.02 MiB/sec. | ||
11104 | 2024.07.15 19:59:44.054846 [ 3 ] {6324400d-eca9-48e0-bdd2-142f04b27338} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00412 sec., 485.43689320388347 rows/sec., 33.90 KiB/sec. | ||
11105 | 2024.07.15 19:59:44.054902 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11106 | 2024.07.15 19:59:44.055062 [ 3 ] {6324400d-eca9-48e0-bdd2-142f04b27338} <Debug> DynamicQueryHandler: Done processing query | ||
11107 | 2024.07.15 19:59:44.055090 [ 3 ] {6324400d-eca9-48e0-bdd2-142f04b27338} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11108 | 2024.07.15 19:59:44.055131 [ 3 ] {} <Debug> HTTP-Session: f96cb26f-2223-46a5-a7cf-5a6d22f6de72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11109 | 2024.07.15 19:59:44.055371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 62951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11110 | 2024.07.15 19:59:44.055383 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_61_12} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11111 | 2024.07.15 19:59:44.055434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11112 | 2024.07.15 19:59:44.055459 [ 3 ] {} <Debug> HTTP-Session: 0382d180-f268-4b1c-8030-0b84b4050201 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11113 | 2024.07.15 19:59:44.055477 [ 3 ] {} <Debug> HTTP-Session: 0382d180-f268-4b1c-8030-0b84b4050201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11114 | 2024.07.15 19:59:44.055488 [ 191 ] {6e759cc4-fbb1-4951-acbb-ce7369f0c7de::all_1_61_12} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11115 | 2024.07.15 19:59:44.055493 [ 3 ] {} <Debug> HTTP-Session: 0382d180-f268-4b1c-8030-0b84b4050201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11116 | 2024.07.15 19:59:44.055535 [ 3 ] {} <Trace> HTTP-Session: 0382d180-f268-4b1c-8030-0b84b4050201 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11117 | 2024.07.15 19:59:44.055587 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
11118 | 2024.07.15 19:59:44.055775 [ 3 ] {35b670ea-5cd2-4cca-8907-c44f4fdbc24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11119 | 2024.07.15 19:59:44.055819 [ 3 ] {35b670ea-5cd2-4cca-8907-c44f4fdbc24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11120 | 2024.07.15 19:59:44.055947 [ 3 ] {35b670ea-5cd2-4cca-8907-c44f4fdbc24c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11121 | 2024.07.15 19:59:44.056490 [ 3 ] {35b670ea-5cd2-4cca-8907-c44f4fdbc24c} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11122 | 2024.07.15 19:59:44.056526 [ 3 ] {35b670ea-5cd2-4cca-8907-c44f4fdbc24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11123 | 2024.07.15 19:59:44.056852 [ 3 ] {35b670ea-5cd2-4cca-8907-c44f4fdbc24c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11124 | 2024.07.15 19:59:44.057163 [ 3 ] {35b670ea-5cd2-4cca-8907-c44f4fdbc24c} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11125 | 2024.07.15 19:59:44.057318 [ 132 ] {} <Debug> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11126 | 2024.07.15 19:59:44.057323 [ 3 ] {35b670ea-5cd2-4cca-8907-c44f4fdbc24c} <Debug> executeQuery: Read 390 rows, 28.12 KiB in 0.001659 sec., 235081.37432188063 rows/sec., 16.55 MiB/sec. | ||
11127 | 2024.07.15 19:59:44.057374 [ 132 ] {} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11128 | 2024.07.15 19:59:44.057439 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11129 | 2024.07.15 19:59:44.057703 [ 3 ] {35b670ea-5cd2-4cca-8907-c44f4fdbc24c} <Debug> DynamicQueryHandler: Done processing query | ||
11130 | 2024.07.15 19:59:44.057765 [ 200 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
11131 | 2024.07.15 19:59:44.057776 [ 3 ] {35b670ea-5cd2-4cca-8907-c44f4fdbc24c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11132 | 2024.07.15 19:59:44.057866 [ 3 ] {} <Debug> HTTP-Session: 0382d180-f268-4b1c-8030-0b84b4050201 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11133 | 2024.07.15 19:59:44.058145 [ 200 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11134 | 2024.07.15 19:59:44.058260 [ 200 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::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 | ||
11135 | 2024.07.15 19:59:44.058288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11136 | 2024.07.15 19:59:44.058558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11137 | 2024.07.15 19:59:44.058706 [ 3 ] {} <Debug> HTTP-Session: 69a4e195-dc18-4a3f-bba2-870dc1424f50 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11138 | 2024.07.15 19:59:44.058720 [ 200 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 388 rows starting from the beginning of the part | ||
11139 | 2024.07.15 19:59:44.058758 [ 3 ] {} <Debug> HTTP-Session: 69a4e195-dc18-4a3f-bba2-870dc1424f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11140 | 2024.07.15 19:59:44.058799 [ 3 ] {} <Debug> HTTP-Session: 69a4e195-dc18-4a3f-bba2-870dc1424f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11141 | 2024.07.15 19:59:44.058965 [ 3 ] {} <Trace> HTTP-Session: 69a4e195-dc18-4a3f-bba2-870dc1424f50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11142 | 2024.07.15 19:59:44.058989 [ 200 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 114 rows starting from the beginning of the part | ||
11143 | 2024.07.15 19:59:44.059248 [ 200 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 392 rows starting from the beginning of the part | ||
11144 | 2024.07.15 19:59:44.059354 [ 3 ] {d447abf2-3d4c-47a8-98df-eadddb85ee10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11145 | 2024.07.15 19:59:44.059463 [ 200 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 90 rows starting from the beginning of the part | ||
11146 | 2024.07.15 19:59:44.059568 [ 3 ] {d447abf2-3d4c-47a8-98df-eadddb85ee10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11147 | 2024.07.15 19:59:44.059711 [ 200 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 390 rows starting from the beginning of the part | ||
11148 | 2024.07.15 19:59:44.060434 [ 3 ] {d447abf2-3d4c-47a8-98df-eadddb85ee10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11149 | 2024.07.15 19:59:44.061187 [ 3 ] {d447abf2-3d4c-47a8-98df-eadddb85ee10} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11150 | 2024.07.15 19:59:44.061242 [ 3 ] {d447abf2-3d4c-47a8-98df-eadddb85ee10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11151 | 2024.07.15 19:59:44.062197 [ 3 ] {d447abf2-3d4c-47a8-98df-eadddb85ee10} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11152 | 2024.07.15 19:59:44.062884 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 4 columns (4 merged, 0 gathered) in 0.005320016 sec., 346615.4989007552 rows/sec., 24.81 MiB/sec. | ||
11153 | 2024.07.15 19:59:44.063023 [ 3 ] {d447abf2-3d4c-47a8-98df-eadddb85ee10} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11154 | 2024.07.15 19:59:44.063184 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11155 | 2024.07.15 19:59:44.063292 [ 3 ] {d447abf2-3d4c-47a8-98df-eadddb85ee10} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004101 sec., 1463.057790782736 rows/sec., 62.87 KiB/sec. | ||
11156 | 2024.07.15 19:59:44.063655 [ 3 ] {d447abf2-3d4c-47a8-98df-eadddb85ee10} <Debug> DynamicQueryHandler: Done processing query | ||
11157 | 2024.07.15 19:59:44.063714 [ 3 ] {d447abf2-3d4c-47a8-98df-eadddb85ee10} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11158 | 2024.07.15 19:59:44.063746 [ 3 ] {} <Debug> HTTP-Session: 69a4e195-dc18-4a3f-bba2-870dc1424f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11159 | 2024.07.15 19:59:44.063932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11160 | 2024.07.15 19:59:44.063948 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_61_12} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11161 | 2024.07.15 19:59:44.064037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11162 | 2024.07.15 19:59:44.064082 [ 3 ] {} <Debug> HTTP-Session: 6ebdd0a0-da65-4096-8ea9-551329c2c3da Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11163 | 2024.07.15 19:59:44.064104 [ 3 ] {} <Debug> HTTP-Session: 6ebdd0a0-da65-4096-8ea9-551329c2c3da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11164 | 2024.07.15 19:59:44.064123 [ 189 ] {9ff60342-26e5-4d6c-beaf-fa233fe2d112::all_1_61_12} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11165 | 2024.07.15 19:59:44.064137 [ 3 ] {} <Debug> HTTP-Session: 6ebdd0a0-da65-4096-8ea9-551329c2c3da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11166 | 2024.07.15 19:59:44.064209 [ 3 ] {} <Trace> HTTP-Session: 6ebdd0a0-da65-4096-8ea9-551329c2c3da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11167 | 2024.07.15 19:59:44.064279 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
11168 | 2024.07.15 19:59:44.064416 [ 3 ] {58d47c86-1c05-43d6-a243-50296190c9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11169 | 2024.07.15 19:59:44.064468 [ 3 ] {58d47c86-1c05-43d6-a243-50296190c9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11170 | 2024.07.15 19:59:44.064629 [ 3 ] {58d47c86-1c05-43d6-a243-50296190c9ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11171 | 2024.07.15 19:59:44.064975 [ 3 ] {58d47c86-1c05-43d6-a243-50296190c9ae} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11172 | 2024.07.15 19:59:44.065012 [ 3 ] {58d47c86-1c05-43d6-a243-50296190c9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11173 | 2024.07.15 19:59:44.065393 [ 3 ] {58d47c86-1c05-43d6-a243-50296190c9ae} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11174 | 2024.07.15 19:59:44.065744 [ 3 ] {58d47c86-1c05-43d6-a243-50296190c9ae} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11175 | 2024.07.15 19:59:44.065911 [ 3 ] {58d47c86-1c05-43d6-a243-50296190c9ae} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001554 sec., 49549.54954954955 rows/sec., 3.05 MiB/sec. | ||
11176 | 2024.07.15 19:59:44.066089 [ 3 ] {58d47c86-1c05-43d6-a243-50296190c9ae} <Debug> DynamicQueryHandler: Done processing query | ||
11177 | 2024.07.15 19:59:44.066113 [ 3 ] {58d47c86-1c05-43d6-a243-50296190c9ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11178 | 2024.07.15 19:59:44.066129 [ 3 ] {} <Debug> HTTP-Session: 6ebdd0a0-da65-4096-8ea9-551329c2c3da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11179 | 2024.07.15 19:59:44.066308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11180 | 2024.07.15 19:59:44.066358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11181 | 2024.07.15 19:59:44.066379 [ 3 ] {} <Debug> HTTP-Session: b876e429-dcc5-4f25-b4e5-29bb484d3ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11182 | 2024.07.15 19:59:44.066396 [ 3 ] {} <Debug> HTTP-Session: b876e429-dcc5-4f25-b4e5-29bb484d3ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11183 | 2024.07.15 19:59:44.066410 [ 3 ] {} <Debug> HTTP-Session: b876e429-dcc5-4f25-b4e5-29bb484d3ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11184 | 2024.07.15 19:59:44.066440 [ 3 ] {} <Trace> HTTP-Session: b876e429-dcc5-4f25-b4e5-29bb484d3ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11185 | 2024.07.15 19:59:44.066613 [ 3 ] {2a6a93bb-5ea3-4a2e-8b4f-2ba8ba45c7af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11186 | 2024.07.15 19:59:44.066661 [ 3 ] {2a6a93bb-5ea3-4a2e-8b4f-2ba8ba45c7af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11187 | 2024.07.15 19:59:44.066813 [ 3 ] {2a6a93bb-5ea3-4a2e-8b4f-2ba8ba45c7af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11188 | 2024.07.15 19:59:44.067198 [ 3 ] {2a6a93bb-5ea3-4a2e-8b4f-2ba8ba45c7af} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11189 | 2024.07.15 19:59:44.067237 [ 3 ] {2a6a93bb-5ea3-4a2e-8b4f-2ba8ba45c7af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11190 | 2024.07.15 19:59:44.067636 [ 3 ] {2a6a93bb-5ea3-4a2e-8b4f-2ba8ba45c7af} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11191 | 2024.07.15 19:59:44.069030 [ 3 ] {2a6a93bb-5ea3-4a2e-8b4f-2ba8ba45c7af} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11192 | 2024.07.15 19:59:44.069273 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11193 | 2024.07.15 19:59:44.069277 [ 3 ] {2a6a93bb-5ea3-4a2e-8b4f-2ba8ba45c7af} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002743 sec., 58694.85964272694 rows/sec., 4.09 MiB/sec. | ||
11194 | 2024.07.15 19:59:44.069337 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11195 | 2024.07.15 19:59:44.069418 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11196 | 2024.07.15 19:59:44.069676 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
11197 | 2024.07.15 19:59:44.069703 [ 3 ] {2a6a93bb-5ea3-4a2e-8b4f-2ba8ba45c7af} <Debug> DynamicQueryHandler: Done processing query | ||
11198 | 2024.07.15 19:59:44.069781 [ 3 ] {2a6a93bb-5ea3-4a2e-8b4f-2ba8ba45c7af} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11199 | 2024.07.15 19:59:44.069855 [ 3 ] {} <Debug> HTTP-Session: b876e429-dcc5-4f25-b4e5-29bb484d3ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11200 | 2024.07.15 19:59:44.070155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11201 | 2024.07.15 19:59:44.070335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11202 | 2024.07.15 19:59:44.070378 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11203 | 2024.07.15 19:59:44.070430 [ 3 ] {} <Debug> HTTP-Session: 65d3c057-37ca-42f2-9f3f-86bf31a40e6c Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11204 | 2024.07.15 19:59:44.070503 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9137 rows starting from the beginning of the part | ||
11205 | 2024.07.15 19:59:44.070516 [ 3 ] {} <Debug> HTTP-Session: 65d3c057-37ca-42f2-9f3f-86bf31a40e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11206 | 2024.07.15 19:59:44.070590 [ 3 ] {} <Debug> HTTP-Session: 65d3c057-37ca-42f2-9f3f-86bf31a40e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11207 | 2024.07.15 19:59:44.070746 [ 3 ] {} <Trace> HTTP-Session: 65d3c057-37ca-42f2-9f3f-86bf31a40e6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11208 | 2024.07.15 19:59:44.070847 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
11209 | 2024.07.15 19:59:44.071188 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 197 rows starting from the beginning of the part | ||
11210 | 2024.07.15 19:59:44.071317 [ 3 ] {80d6db6c-81ea-4b36-b068-96d55ed1a01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11211 | 2024.07.15 19:59:44.071580 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 162 rows starting from the beginning of the part | ||
11212 | 2024.07.15 19:59:44.071778 [ 3 ] {80d6db6c-81ea-4b36-b068-96d55ed1a01c} <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 | ||
11213 | 2024.07.15 19:59:44.072020 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::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 | ||
11214 | 2024.07.15 19:59:44.072515 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 161 rows starting from the beginning of the part | ||
11215 | 2024.07.15 19:59:44.074654 [ 3 ] {80d6db6c-81ea-4b36-b068-96d55ed1a01c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11216 | 2024.07.15 19:59:44.076028 [ 3 ] {80d6db6c-81ea-4b36-b068-96d55ed1a01c} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11217 | 2024.07.15 19:59:44.076101 [ 3 ] {80d6db6c-81ea-4b36-b068-96d55ed1a01c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11218 | 2024.07.15 19:59:44.077318 [ 3 ] {80d6db6c-81ea-4b36-b068-96d55ed1a01c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11219 | 2024.07.15 19:59:44.078380 [ 3 ] {80d6db6c-81ea-4b36-b068-96d55ed1a01c} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11220 | 2024.07.15 19:59:44.078615 [ 3 ] {80d6db6c-81ea-4b36-b068-96d55ed1a01c} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.007583 sec., 791.2435711459844 rows/sec., 1.42 MiB/sec. | ||
11221 | 2024.07.15 19:59:44.078880 [ 3 ] {80d6db6c-81ea-4b36-b068-96d55ed1a01c} <Debug> DynamicQueryHandler: Done processing query | ||
11222 | 2024.07.15 19:59:44.078906 [ 3 ] {80d6db6c-81ea-4b36-b068-96d55ed1a01c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11223 | 2024.07.15 19:59:44.078925 [ 3 ] {} <Debug> HTTP-Session: 65d3c057-37ca-42f2-9f3f-86bf31a40e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11224 | 2024.07.15 19:59:44.079045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11225 | 2024.07.15 19:59:44.079099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11226 | 2024.07.15 19:59:44.079125 [ 3 ] {} <Debug> HTTP-Session: a8f25590-d3da-4c69-a784-ed369eb43ba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11227 | 2024.07.15 19:59:44.079145 [ 3 ] {} <Debug> HTTP-Session: a8f25590-d3da-4c69-a784-ed369eb43ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11228 | 2024.07.15 19:59:44.079159 [ 3 ] {} <Debug> HTTP-Session: a8f25590-d3da-4c69-a784-ed369eb43ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11229 | 2024.07.15 19:59:44.079204 [ 3 ] {} <Trace> HTTP-Session: a8f25590-d3da-4c69-a784-ed369eb43ba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11230 | 2024.07.15 19:59:44.079476 [ 3 ] {c5efe989-b649-45ce-827d-d4051f32ccfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11231 | 2024.07.15 19:59:44.079608 [ 3 ] {c5efe989-b649-45ce-827d-d4051f32ccfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11232 | 2024.07.15 19:59:44.079638 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9978 rows, containing 5 columns (5 merged, 0 gathered) in 0.01007958 sec., 989922.1991392499 rows/sec., 68.87 MiB/sec. | ||
11233 | 2024.07.15 19:59:44.079849 [ 3 ] {c5efe989-b649-45ce-827d-d4051f32ccfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11234 | 2024.07.15 19:59:44.079941 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11235 | 2024.07.15 19:59:44.080567 [ 3 ] {c5efe989-b649-45ce-827d-d4051f32ccfd} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11236 | 2024.07.15 19:59:44.080660 [ 3 ] {c5efe989-b649-45ce-827d-d4051f32ccfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11237 | 2024.07.15 19:59:44.080953 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11238 | 2024.07.15 19:59:44.081119 [ 186 ] {02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11239 | 2024.07.15 19:59:44.081304 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. | ||
11240 | 2024.07.15 19:59:44.081404 [ 3 ] {c5efe989-b649-45ce-827d-d4051f32ccfd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11241 | 2024.07.15 19:59:44.081750 [ 3 ] {c5efe989-b649-45ce-827d-d4051f32ccfd} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11242 | 2024.07.15 19:59:44.081924 [ 3 ] {c5efe989-b649-45ce-827d-d4051f32ccfd} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002574 sec., 8935.508935508937 rows/sec., 483.35 KiB/sec. | ||
11243 | 2024.07.15 19:59:44.081933 [ 132 ] {} <Debug> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11244 | 2024.07.15 19:59:44.082021 [ 132 ] {} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11245 | 2024.07.15 19:59:44.082075 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11246 | 2024.07.15 19:59:44.082250 [ 3 ] {c5efe989-b649-45ce-827d-d4051f32ccfd} <Debug> DynamicQueryHandler: Done processing query | ||
11247 | 2024.07.15 19:59:44.082339 [ 3 ] {c5efe989-b649-45ce-827d-d4051f32ccfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11248 | 2024.07.15 19:59:44.082395 [ 3 ] {} <Debug> HTTP-Session: a8f25590-d3da-4c69-a784-ed369eb43ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11249 | 2024.07.15 19:59:44.082448 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
11250 | 2024.07.15 19:59:44.082702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11251 | 2024.07.15 19:59:44.082891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11252 | 2024.07.15 19:59:44.082991 [ 3 ] {} <Debug> HTTP-Session: 67561a11-5fd5-47d7-87b3-a4491f1c601e Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11253 | 2024.07.15 19:59:44.083013 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11254 | 2024.07.15 19:59:44.083056 [ 3 ] {} <Debug> HTTP-Session: 67561a11-5fd5-47d7-87b3-a4491f1c601e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11255 | 2024.07.15 19:59:44.083109 [ 3 ] {} <Debug> HTTP-Session: 67561a11-5fd5-47d7-87b3-a4491f1c601e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11256 | 2024.07.15 19:59:44.083119 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 441 rows starting from the beginning of the part | ||
11257 | 2024.07.15 19:59:44.083189 [ 3 ] {} <Trace> HTTP-Session: 67561a11-5fd5-47d7-87b3-a4491f1c601e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11258 | 2024.07.15 19:59:44.083330 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
11259 | 2024.07.15 19:59:44.083613 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
11260 | 2024.07.15 19:59:44.083623 [ 3 ] {363174bd-e1d7-4556-b37b-00c06d9a7af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11261 | 2024.07.15 19:59:44.083911 [ 3 ] {363174bd-e1d7-4556-b37b-00c06d9a7af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11262 | 2024.07.15 19:59:44.083993 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
11263 | 2024.07.15 19:59:44.084309 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
11264 | 2024.07.15 19:59:44.084701 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::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 | ||
11265 | 2024.07.15 19:59:44.085339 [ 3 ] {363174bd-e1d7-4556-b37b-00c06d9a7af2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11266 | 2024.07.15 19:59:44.086121 [ 3 ] {363174bd-e1d7-4556-b37b-00c06d9a7af2} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11267 | 2024.07.15 19:59:44.086173 [ 3 ] {363174bd-e1d7-4556-b37b-00c06d9a7af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11268 | 2024.07.15 19:59:44.087110 [ 3 ] {363174bd-e1d7-4556-b37b-00c06d9a7af2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11269 | 2024.07.15 19:59:44.087673 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 4 columns (4 merged, 0 gathered) in 0.005497139 sec., 101143.5221121387 rows/sec., 5.44 MiB/sec. | ||
11270 | 2024.07.15 19:59:44.087887 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11271 | 2024.07.15 19:59:44.088035 [ 3 ] {363174bd-e1d7-4556-b37b-00c06d9a7af2} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11272 | 2024.07.15 19:59:44.088310 [ 138 ] {} <Debug> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11273 | 2024.07.15 19:59:44.088384 [ 3 ] {363174bd-e1d7-4556-b37b-00c06d9a7af2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004943 sec., 12138.37750354036 rows/sec., 837.67 KiB/sec. | ||
11274 | 2024.07.15 19:59:44.088413 [ 138 ] {} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11275 | 2024.07.15 19:59:44.088486 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11276 | 2024.07.15 19:59:44.088952 [ 198 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
11277 | 2024.07.15 19:59:44.089101 [ 3 ] {363174bd-e1d7-4556-b37b-00c06d9a7af2} <Debug> DynamicQueryHandler: Done processing query | ||
11278 | 2024.07.15 19:59:44.089175 [ 3 ] {363174bd-e1d7-4556-b37b-00c06d9a7af2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11279 | 2024.07.15 19:59:44.089192 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_26_5} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11280 | 2024.07.15 19:59:44.089250 [ 3 ] {} <Debug> HTTP-Session: 67561a11-5fd5-47d7-87b3-a4491f1c601e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11281 | 2024.07.15 19:59:44.089387 [ 198 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11282 | 2024.07.15 19:59:44.089421 [ 194 ] {bec1336a-b62d-4557-9004-8cf07244f7b2::all_1_26_5} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11283 | 2024.07.15 19:59:44.089431 [ 198 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3000 rows starting from the beginning of the part | ||
11284 | 2024.07.15 19:59:44.089559 [ 198 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
11285 | 2024.07.15 19:59:44.089563 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
11286 | 2024.07.15 19:59:44.089693 [ 198 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
11287 | 2024.07.15 19:59:44.089894 [ 198 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
11288 | 2024.07.15 19:59:44.089991 [ 198 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
11289 | 2024.07.15 19:59:44.090148 [ 198 ] {24666bcb-104f-468e-b11e-336e6ff816db::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 | ||
11290 | 2024.07.15 19:59:44.091496 [ 195 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 4 columns (4 merged, 0 gathered) in 0.002850177 sec., 1157822.8299505608 rows/sec., 78.60 MiB/sec. | ||
11291 | 2024.07.15 19:59:44.091774 [ 195 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11292 | 2024.07.15 19:59:44.092172 [ 195 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_61_12} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11293 | 2024.07.15 19:59:44.092259 [ 195 ] {24666bcb-104f-468e-b11e-336e6ff816db::all_1_61_12} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11294 | 2024.07.15 19:59:44.092347 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
11295 | 2024.07.15 19:59:49.040183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11296 | 2024.07.15 19:59:49.040308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11297 | 2024.07.15 19:59:49.040333 [ 3 ] {} <Debug> HTTP-Session: b7f4e100-b43e-47fc-b8df-75dd7f6e551b Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11298 | 2024.07.15 19:59:49.040357 [ 3 ] {} <Debug> HTTP-Session: b7f4e100-b43e-47fc-b8df-75dd7f6e551b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11299 | 2024.07.15 19:59:49.040372 [ 3 ] {} <Debug> HTTP-Session: b7f4e100-b43e-47fc-b8df-75dd7f6e551b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11300 | 2024.07.15 19:59:49.040421 [ 3 ] {} <Trace> HTTP-Session: b7f4e100-b43e-47fc-b8df-75dd7f6e551b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11301 | 2024.07.15 19:59:49.040612 [ 3 ] {d5256b14-73ca-4688-9434-1f68768f7a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11302 | 2024.07.15 19:59:49.040674 [ 3 ] {d5256b14-73ca-4688-9434-1f68768f7a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11303 | 2024.07.15 19:59:49.040860 [ 3 ] {d5256b14-73ca-4688-9434-1f68768f7a13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11304 | 2024.07.15 19:59:49.041292 [ 3 ] {d5256b14-73ca-4688-9434-1f68768f7a13} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11305 | 2024.07.15 19:59:49.041330 [ 3 ] {d5256b14-73ca-4688-9434-1f68768f7a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11306 | 2024.07.15 19:59:49.041710 [ 3 ] {d5256b14-73ca-4688-9434-1f68768f7a13} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11307 | 2024.07.15 19:59:49.042059 [ 3 ] {d5256b14-73ca-4688-9434-1f68768f7a13} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11308 | 2024.07.15 19:59:49.042197 [ 3 ] {d5256b14-73ca-4688-9434-1f68768f7a13} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001646 sec., 14580.801944106926 rows/sec., 1.15 MiB/sec. | ||
11309 | 2024.07.15 19:59:49.042206 [ 139 ] {} <Debug> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11310 | 2024.07.15 19:59:49.042257 [ 139 ] {} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11311 | 2024.07.15 19:59:49.042289 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11312 | 2024.07.15 19:59:49.042450 [ 3 ] {d5256b14-73ca-4688-9434-1f68768f7a13} <Debug> DynamicQueryHandler: Done processing query | ||
11313 | 2024.07.15 19:59:49.042465 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
11314 | 2024.07.15 19:59:49.042498 [ 3 ] {d5256b14-73ca-4688-9434-1f68768f7a13} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11315 | 2024.07.15 19:59:49.042532 [ 3 ] {} <Debug> HTTP-Session: b7f4e100-b43e-47fc-b8df-75dd7f6e551b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11316 | 2024.07.15 19:59:49.042869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18686, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11317 | 2024.07.15 19:59:49.043033 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11318 | 2024.07.15 19:59:49.043044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11319 | 2024.07.15 19:59:49.043146 [ 3 ] {} <Debug> HTTP-Session: 9ce68e77-6abe-4b4e-8204-2ef43cce3661 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11320 | 2024.07.15 19:59:49.043157 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::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 | ||
11321 | 2024.07.15 19:59:49.043224 [ 3 ] {} <Debug> HTTP-Session: 9ce68e77-6abe-4b4e-8204-2ef43cce3661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11322 | 2024.07.15 19:59:49.043322 [ 3 ] {} <Debug> HTTP-Session: 9ce68e77-6abe-4b4e-8204-2ef43cce3661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11323 | 2024.07.15 19:59:49.043543 [ 3 ] {} <Trace> HTTP-Session: 9ce68e77-6abe-4b4e-8204-2ef43cce3661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11324 | 2024.07.15 19:59:49.043589 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part | ||
11325 | 2024.07.15 19:59:49.044052 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part | ||
11326 | 2024.07.15 19:59:49.044059 [ 3 ] {5c45a9e9-6295-418b-b22c-2a967e27df78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11327 | 2024.07.15 19:59:49.044153 [ 3 ] {5c45a9e9-6295-418b-b22c-2a967e27df78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11328 | 2024.07.15 19:59:49.044178 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part | ||
11329 | 2024.07.15 19:59:49.044574 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 12 rows starting from the beginning of the part | ||
11330 | 2024.07.15 19:59:49.044920 [ 187 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part | ||
11331 | 2024.07.15 19:59:49.045226 [ 3 ] {5c45a9e9-6295-418b-b22c-2a967e27df78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11332 | 2024.07.15 19:59:49.045876 [ 3 ] {5c45a9e9-6295-418b-b22c-2a967e27df78} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11333 | 2024.07.15 19:59:49.045925 [ 3 ] {5c45a9e9-6295-418b-b22c-2a967e27df78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11334 | 2024.07.15 19:59:49.046470 [ 3 ] {5c45a9e9-6295-418b-b22c-2a967e27df78} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11335 | 2024.07.15 19:59:49.046480 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 4 columns (4 merged, 0 gathered) in 0.004133142 sec., 31936.962243252226 rows/sec., 2.42 MiB/sec. | ||
11336 | 2024.07.15 19:59:49.046764 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11337 | 2024.07.15 19:59:49.047083 [ 3 ] {5c45a9e9-6295-418b-b22c-2a967e27df78} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11338 | 2024.07.15 19:59:49.047484 [ 3 ] {5c45a9e9-6295-418b-b22c-2a967e27df78} <Debug> executeQuery: Read 128 rows, 10.89 KiB in 0.003663 sec., 34944.034944034946 rows/sec., 2.90 MiB/sec. | ||
11339 | 2024.07.15 19:59:49.047801 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_56_11} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11340 | 2024.07.15 19:59:49.048050 [ 3 ] {5c45a9e9-6295-418b-b22c-2a967e27df78} <Debug> DynamicQueryHandler: Done processing query | ||
11341 | 2024.07.15 19:59:49.048140 [ 3 ] {5c45a9e9-6295-418b-b22c-2a967e27df78} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11342 | 2024.07.15 19:59:49.048150 [ 190 ] {b7cb16b7-0c89-423a-8133-717e905c03c9::all_1_56_11} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11343 | 2024.07.15 19:59:49.048211 [ 3 ] {} <Debug> HTTP-Session: 9ce68e77-6abe-4b4e-8204-2ef43cce3661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11344 | 2024.07.15 19:59:49.048422 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11345 | 2024.07.15 19:59:49.048533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11346 | 2024.07.15 19:59:49.048601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11347 | 2024.07.15 19:59:49.048621 [ 3 ] {} <Debug> HTTP-Session: 09b72a32-ffd2-41df-a77c-f20dbadb9110 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11348 | 2024.07.15 19:59:49.048637 [ 3 ] {} <Debug> HTTP-Session: 09b72a32-ffd2-41df-a77c-f20dbadb9110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11349 | 2024.07.15 19:59:49.048652 [ 3 ] {} <Debug> HTTP-Session: 09b72a32-ffd2-41df-a77c-f20dbadb9110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11350 | 2024.07.15 19:59:49.048685 [ 3 ] {} <Trace> HTTP-Session: 09b72a32-ffd2-41df-a77c-f20dbadb9110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11351 | 2024.07.15 19:59:49.048821 [ 3 ] {9b976f7f-df38-42b2-8c5a-1e7df04eaab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11352 | 2024.07.15 19:59:49.048867 [ 3 ] {9b976f7f-df38-42b2-8c5a-1e7df04eaab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11353 | 2024.07.15 19:59:49.049020 [ 3 ] {9b976f7f-df38-42b2-8c5a-1e7df04eaab7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11354 | 2024.07.15 19:59:49.049394 [ 3 ] {9b976f7f-df38-42b2-8c5a-1e7df04eaab7} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11355 | 2024.07.15 19:59:49.049430 [ 3 ] {9b976f7f-df38-42b2-8c5a-1e7df04eaab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11356 | 2024.07.15 19:59:49.049753 [ 3 ] {9b976f7f-df38-42b2-8c5a-1e7df04eaab7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11357 | 2024.07.15 19:59:49.050071 [ 3 ] {9b976f7f-df38-42b2-8c5a-1e7df04eaab7} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11358 | 2024.07.15 19:59:49.050193 [ 3 ] {9b976f7f-df38-42b2-8c5a-1e7df04eaab7} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001426 sec., 61711.07994389902 rows/sec., 4.82 MiB/sec. | ||
11359 | 2024.07.15 19:59:49.050364 [ 3 ] {9b976f7f-df38-42b2-8c5a-1e7df04eaab7} <Debug> DynamicQueryHandler: Done processing query | ||
11360 | 2024.07.15 19:59:49.050393 [ 3 ] {9b976f7f-df38-42b2-8c5a-1e7df04eaab7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11361 | 2024.07.15 19:59:49.050409 [ 3 ] {} <Debug> HTTP-Session: 09b72a32-ffd2-41df-a77c-f20dbadb9110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11362 | 2024.07.15 19:59:49.050557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11363 | 2024.07.15 19:59:49.050605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11364 | 2024.07.15 19:59:49.050624 [ 3 ] {} <Debug> HTTP-Session: bc1fdc3f-1ed4-4417-8ded-89efe043ded7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11365 | 2024.07.15 19:59:49.050640 [ 3 ] {} <Debug> HTTP-Session: bc1fdc3f-1ed4-4417-8ded-89efe043ded7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11366 | 2024.07.15 19:59:49.050654 [ 3 ] {} <Debug> HTTP-Session: bc1fdc3f-1ed4-4417-8ded-89efe043ded7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11367 | 2024.07.15 19:59:49.050685 [ 3 ] {} <Trace> HTTP-Session: bc1fdc3f-1ed4-4417-8ded-89efe043ded7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11368 | 2024.07.15 19:59:49.050825 [ 3 ] {68bf60a1-65ce-466e-bff3-ce80cb6c9d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11369 | 2024.07.15 19:59:49.050872 [ 3 ] {68bf60a1-65ce-466e-bff3-ce80cb6c9d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11370 | 2024.07.15 19:59:49.051012 [ 3 ] {68bf60a1-65ce-466e-bff3-ce80cb6c9d26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11371 | 2024.07.15 19:59:49.051398 [ 3 ] {68bf60a1-65ce-466e-bff3-ce80cb6c9d26} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11372 | 2024.07.15 19:59:49.051433 [ 3 ] {68bf60a1-65ce-466e-bff3-ce80cb6c9d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11373 | 2024.07.15 19:59:49.051825 [ 3 ] {68bf60a1-65ce-466e-bff3-ce80cb6c9d26} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11374 | 2024.07.15 19:59:49.052180 [ 3 ] {68bf60a1-65ce-466e-bff3-ce80cb6c9d26} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11375 | 2024.07.15 19:59:49.052308 [ 3 ] {68bf60a1-65ce-466e-bff3-ce80cb6c9d26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
11376 | 2024.07.15 19:59:49.052482 [ 3 ] {68bf60a1-65ce-466e-bff3-ce80cb6c9d26} <Debug> DynamicQueryHandler: Done processing query | ||
11377 | 2024.07.15 19:59:49.052506 [ 3 ] {68bf60a1-65ce-466e-bff3-ce80cb6c9d26} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11378 | 2024.07.15 19:59:49.052522 [ 3 ] {} <Debug> HTTP-Session: bc1fdc3f-1ed4-4417-8ded-89efe043ded7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11379 | 2024.07.15 19:59:49.052700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11380 | 2024.07.15 19:59:49.052746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11381 | 2024.07.15 19:59:49.052765 [ 3 ] {} <Debug> HTTP-Session: 16365d38-793e-439a-b575-1666d8dc13a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11382 | 2024.07.15 19:59:49.052781 [ 3 ] {} <Debug> HTTP-Session: 16365d38-793e-439a-b575-1666d8dc13a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11383 | 2024.07.15 19:59:49.052795 [ 3 ] {} <Debug> HTTP-Session: 16365d38-793e-439a-b575-1666d8dc13a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11384 | 2024.07.15 19:59:49.052825 [ 3 ] {} <Trace> HTTP-Session: 16365d38-793e-439a-b575-1666d8dc13a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11385 | 2024.07.15 19:59:49.053106 [ 3 ] {5780118a-bafe-422f-9fa1-dc10d121b46b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11386 | 2024.07.15 19:59:49.053170 [ 3 ] {5780118a-bafe-422f-9fa1-dc10d121b46b} <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 | ||
11387 | 2024.07.15 19:59:49.053564 [ 3 ] {5780118a-bafe-422f-9fa1-dc10d121b46b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11388 | 2024.07.15 19:59:49.054260 [ 3 ] {5780118a-bafe-422f-9fa1-dc10d121b46b} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11389 | 2024.07.15 19:59:49.054295 [ 3 ] {5780118a-bafe-422f-9fa1-dc10d121b46b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11390 | 2024.07.15 19:59:49.054914 [ 3 ] {5780118a-bafe-422f-9fa1-dc10d121b46b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11391 | 2024.07.15 19:59:49.055324 [ 3 ] {5780118a-bafe-422f-9fa1-dc10d121b46b} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11392 | 2024.07.15 19:59:49.055464 [ 139 ] {} <Debug> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11393 | 2024.07.15 19:59:49.055478 [ 3 ] {5780118a-bafe-422f-9fa1-dc10d121b46b} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002565 sec., 9356.72514619883 rows/sec., 16.77 MiB/sec. | ||
11394 | 2024.07.15 19:59:49.055510 [ 139 ] {} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11395 | 2024.07.15 19:59:49.055559 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11396 | 2024.07.15 19:59:49.056070 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
11397 | 2024.07.15 19:59:49.056109 [ 3 ] {5780118a-bafe-422f-9fa1-dc10d121b46b} <Debug> DynamicQueryHandler: Done processing query | ||
11398 | 2024.07.15 19:59:49.056211 [ 3 ] {5780118a-bafe-422f-9fa1-dc10d121b46b} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11399 | 2024.07.15 19:59:49.056290 [ 3 ] {} <Debug> HTTP-Session: 16365d38-793e-439a-b575-1666d8dc13a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11400 | 2024.07.15 19:59:49.056529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11401 | 2024.07.15 19:59:49.056625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11402 | 2024.07.15 19:59:49.056699 [ 3 ] {} <Debug> HTTP-Session: 7765c838-f997-43ab-9491-413d51a09277 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11403 | 2024.07.15 19:59:49.056761 [ 3 ] {} <Debug> HTTP-Session: 7765c838-f997-43ab-9491-413d51a09277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11404 | 2024.07.15 19:59:49.056804 [ 3 ] {} <Debug> HTTP-Session: 7765c838-f997-43ab-9491-413d51a09277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11405 | 2024.07.15 19:59:49.056894 [ 3 ] {} <Trace> HTTP-Session: 7765c838-f997-43ab-9491-413d51a09277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11406 | 2024.07.15 19:59:49.057209 [ 3 ] {4fba6b7c-8477-49bc-86e6-10d8d1455dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11407 | 2024.07.15 19:59:49.057270 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11408 | 2024.07.15 19:59:49.057291 [ 3 ] {4fba6b7c-8477-49bc-86e6-10d8d1455dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11409 | 2024.07.15 19:59:49.057499 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 798 rows starting from the beginning of the part | ||
11410 | 2024.07.15 19:59:49.058058 [ 3 ] {4fba6b7c-8477-49bc-86e6-10d8d1455dab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11411 | 2024.07.15 19:59:49.058405 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part | ||
11412 | 2024.07.15 19:59:49.059099 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
11413 | 2024.07.15 19:59:49.059227 [ 3 ] {4fba6b7c-8477-49bc-86e6-10d8d1455dab} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11414 | 2024.07.15 19:59:49.059302 [ 3 ] {4fba6b7c-8477-49bc-86e6-10d8d1455dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11415 | 2024.07.15 19:59:49.059739 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part | ||
11416 | 2024.07.15 19:59:49.060374 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::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 | ||
11417 | 2024.07.15 19:59:49.060832 [ 3 ] {4fba6b7c-8477-49bc-86e6-10d8d1455dab} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11418 | 2024.07.15 19:59:49.060940 [ 196 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part | ||
11419 | 2024.07.15 19:59:49.062027 [ 3 ] {4fba6b7c-8477-49bc-86e6-10d8d1455dab} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11420 | 2024.07.15 19:59:49.062251 [ 3 ] {4fba6b7c-8477-49bc-86e6-10d8d1455dab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005186 sec., 11569.610489780178 rows/sec., 798.42 KiB/sec. | ||
11421 | 2024.07.15 19:59:49.062623 [ 3 ] {4fba6b7c-8477-49bc-86e6-10d8d1455dab} <Debug> DynamicQueryHandler: Done processing query | ||
11422 | 2024.07.15 19:59:49.062679 [ 3 ] {4fba6b7c-8477-49bc-86e6-10d8d1455dab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11423 | 2024.07.15 19:59:49.062725 [ 3 ] {} <Debug> HTTP-Session: 7765c838-f997-43ab-9491-413d51a09277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11424 | 2024.07.15 19:59:49.067274 [ 198 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 882 rows, containing 19 columns (19 merged, 0 gathered) in 0.011585621 sec., 76128.84971811179 rows/sec., 136.42 MiB/sec. | ||
11425 | 2024.07.15 19:59:49.068200 [ 197 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11426 | 2024.07.15 19:59:49.068871 [ 197 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11427 | 2024.07.15 19:59:49.068965 [ 197 ] {d00edd87-6e40-4f36-8743-cdceefd121d9::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11428 | 2024.07.15 19:59:49.069121 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
11429 | 2024.07.15 19:59:51.451338 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11430 | 2024.07.15 19:59:51.451447 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11431 | 2024.07.15 19:59:54.043150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 1609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11432 | 2024.07.15 19:59:54.043262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11433 | 2024.07.15 19:59:54.043288 [ 3 ] {} <Debug> HTTP-Session: ef1b7a56-8804-445b-bb66-995f81e27c97 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11434 | 2024.07.15 19:59:54.043313 [ 3 ] {} <Debug> HTTP-Session: ef1b7a56-8804-445b-bb66-995f81e27c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11435 | 2024.07.15 19:59:54.043328 [ 3 ] {} <Debug> HTTP-Session: ef1b7a56-8804-445b-bb66-995f81e27c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11436 | 2024.07.15 19:59:54.043378 [ 3 ] {} <Trace> HTTP-Session: ef1b7a56-8804-445b-bb66-995f81e27c97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11437 | 2024.07.15 19:59:54.043568 [ 3 ] {17d12a27-6103-4f39-ba93-9bfb16172f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11438 | 2024.07.15 19:59:54.043633 [ 3 ] {17d12a27-6103-4f39-ba93-9bfb16172f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11439 | 2024.07.15 19:59:54.043824 [ 3 ] {17d12a27-6103-4f39-ba93-9bfb16172f8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11440 | 2024.07.15 19:59:54.044287 [ 3 ] {17d12a27-6103-4f39-ba93-9bfb16172f8d} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11441 | 2024.07.15 19:59:54.044333 [ 3 ] {17d12a27-6103-4f39-ba93-9bfb16172f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11442 | 2024.07.15 19:59:54.044737 [ 3 ] {17d12a27-6103-4f39-ba93-9bfb16172f8d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11443 | 2024.07.15 19:59:54.045089 [ 3 ] {17d12a27-6103-4f39-ba93-9bfb16172f8d} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11444 | 2024.07.15 19:59:54.045248 [ 3 ] {17d12a27-6103-4f39-ba93-9bfb16172f8d} <Debug> executeQuery: Read 12 rows, 846.00 B in 0.001735 sec., 6916.4265129683 rows/sec., 476.18 KiB/sec. | ||
11445 | 2024.07.15 19:59:54.045483 [ 3 ] {17d12a27-6103-4f39-ba93-9bfb16172f8d} <Debug> DynamicQueryHandler: Done processing query | ||
11446 | 2024.07.15 19:59:54.045511 [ 3 ] {17d12a27-6103-4f39-ba93-9bfb16172f8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11447 | 2024.07.15 19:59:54.045527 [ 3 ] {} <Debug> HTTP-Session: ef1b7a56-8804-445b-bb66-995f81e27c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11448 | 2024.07.15 19:59:54.045681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11449 | 2024.07.15 19:59:54.045740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11450 | 2024.07.15 19:59:54.045761 [ 3 ] {} <Debug> HTTP-Session: f264c063-f5b1-4f01-8395-dd842ea1a2a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11451 | 2024.07.15 19:59:54.045778 [ 3 ] {} <Debug> HTTP-Session: f264c063-f5b1-4f01-8395-dd842ea1a2a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11452 | 2024.07.15 19:59:54.045792 [ 3 ] {} <Debug> HTTP-Session: f264c063-f5b1-4f01-8395-dd842ea1a2a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11453 | 2024.07.15 19:59:54.045828 [ 3 ] {} <Trace> HTTP-Session: f264c063-f5b1-4f01-8395-dd842ea1a2a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11454 | 2024.07.15 19:59:54.045963 [ 3 ] {dd493a5c-d227-42a6-b931-848f7ea9a741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11455 | 2024.07.15 19:59:54.046009 [ 3 ] {dd493a5c-d227-42a6-b931-848f7ea9a741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11456 | 2024.07.15 19:59:54.046144 [ 3 ] {dd493a5c-d227-42a6-b931-848f7ea9a741} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11457 | 2024.07.15 19:59:54.046477 [ 3 ] {dd493a5c-d227-42a6-b931-848f7ea9a741} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11458 | 2024.07.15 19:59:54.046516 [ 3 ] {dd493a5c-d227-42a6-b931-848f7ea9a741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11459 | 2024.07.15 19:59:54.046827 [ 3 ] {dd493a5c-d227-42a6-b931-848f7ea9a741} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11460 | 2024.07.15 19:59:54.047153 [ 3 ] {dd493a5c-d227-42a6-b931-848f7ea9a741} <Trace> oximeter.fields_ipaddr (16f8daa9-1221-4899-b066-adf8fc274cdf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11461 | 2024.07.15 19:59:54.047318 [ 3 ] {dd493a5c-d227-42a6-b931-848f7ea9a741} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001376 sec., 2906.9767441860463 rows/sec., 237.04 KiB/sec. | ||
11462 | 2024.07.15 19:59:54.047626 [ 3 ] {dd493a5c-d227-42a6-b931-848f7ea9a741} <Debug> DynamicQueryHandler: Done processing query | ||
11463 | 2024.07.15 19:59:54.047673 [ 3 ] {dd493a5c-d227-42a6-b931-848f7ea9a741} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11464 | 2024.07.15 19:59:54.047716 [ 3 ] {} <Debug> HTTP-Session: f264c063-f5b1-4f01-8395-dd842ea1a2a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11465 | 2024.07.15 19:59:54.047894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 27329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11466 | 2024.07.15 19:59:54.047950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11467 | 2024.07.15 19:59:54.047970 [ 3 ] {} <Debug> HTTP-Session: 8255c8e6-2996-4c1a-b07a-c28da58af060 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11468 | 2024.07.15 19:59:54.047987 [ 3 ] {} <Debug> HTTP-Session: 8255c8e6-2996-4c1a-b07a-c28da58af060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11469 | 2024.07.15 19:59:54.048001 [ 3 ] {} <Debug> HTTP-Session: 8255c8e6-2996-4c1a-b07a-c28da58af060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11470 | 2024.07.15 19:59:54.048035 [ 3 ] {} <Trace> HTTP-Session: 8255c8e6-2996-4c1a-b07a-c28da58af060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11471 | 2024.07.15 19:59:54.048191 [ 3 ] {cbb483c8-58b6-4f41-9d0a-76103f9ab62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11472 | 2024.07.15 19:59:54.048237 [ 3 ] {cbb483c8-58b6-4f41-9d0a-76103f9ab62d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11473 | 2024.07.15 19:59:54.048387 [ 3 ] {cbb483c8-58b6-4f41-9d0a-76103f9ab62d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11474 | 2024.07.15 19:59:54.048802 [ 3 ] {cbb483c8-58b6-4f41-9d0a-76103f9ab62d} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11475 | 2024.07.15 19:59:54.048839 [ 3 ] {cbb483c8-58b6-4f41-9d0a-76103f9ab62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11476 | 2024.07.15 19:59:54.049171 [ 3 ] {cbb483c8-58b6-4f41-9d0a-76103f9ab62d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11477 | 2024.07.15 19:59:54.049496 [ 3 ] {cbb483c8-58b6-4f41-9d0a-76103f9ab62d} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11478 | 2024.07.15 19:59:54.049646 [ 3 ] {cbb483c8-58b6-4f41-9d0a-76103f9ab62d} <Debug> executeQuery: Read 181 rows, 16.31 KiB in 0.001523 sec., 118844.38608010505 rows/sec., 10.46 MiB/sec. | ||
11479 | 2024.07.15 19:59:54.049900 [ 3 ] {cbb483c8-58b6-4f41-9d0a-76103f9ab62d} <Debug> DynamicQueryHandler: Done processing query | ||
11480 | 2024.07.15 19:59:54.049959 [ 3 ] {cbb483c8-58b6-4f41-9d0a-76103f9ab62d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11481 | 2024.07.15 19:59:54.050018 [ 3 ] {} <Debug> HTTP-Session: 8255c8e6-2996-4c1a-b07a-c28da58af060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11482 | 2024.07.15 19:59:54.050205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11483 | 2024.07.15 19:59:54.050257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11484 | 2024.07.15 19:59:54.050277 [ 3 ] {} <Debug> HTTP-Session: 30b56bc0-97c5-4248-9a1d-992cf928ea08 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11485 | 2024.07.15 19:59:54.050294 [ 3 ] {} <Debug> HTTP-Session: 30b56bc0-97c5-4248-9a1d-992cf928ea08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11486 | 2024.07.15 19:59:54.050308 [ 3 ] {} <Debug> HTTP-Session: 30b56bc0-97c5-4248-9a1d-992cf928ea08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11487 | 2024.07.15 19:59:54.050342 [ 3 ] {} <Trace> HTTP-Session: 30b56bc0-97c5-4248-9a1d-992cf928ea08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11488 | 2024.07.15 19:59:54.050447 [ 3 ] {82f7dd5a-7cb0-4d15-8138-05fa382e43cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11489 | 2024.07.15 19:59:54.050491 [ 3 ] {82f7dd5a-7cb0-4d15-8138-05fa382e43cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11490 | 2024.07.15 19:59:54.050635 [ 3 ] {82f7dd5a-7cb0-4d15-8138-05fa382e43cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11491 | 2024.07.15 19:59:54.050910 [ 3 ] {82f7dd5a-7cb0-4d15-8138-05fa382e43cf} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11492 | 2024.07.15 19:59:54.050946 [ 3 ] {82f7dd5a-7cb0-4d15-8138-05fa382e43cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11493 | 2024.07.15 19:59:54.051263 [ 3 ] {82f7dd5a-7cb0-4d15-8138-05fa382e43cf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11494 | 2024.07.15 19:59:54.051586 [ 3 ] {82f7dd5a-7cb0-4d15-8138-05fa382e43cf} <Trace> oximeter.fields_u16 (7b17b95d-e44a-4c1e-a7d1-b1aee624b696): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11495 | 2024.07.15 19:59:54.051744 [ 3 ] {82f7dd5a-7cb0-4d15-8138-05fa382e43cf} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00132 sec., 3030.3030303030305 rows/sec., 211.59 KiB/sec. | ||
11496 | 2024.07.15 19:59:54.052062 [ 3 ] {82f7dd5a-7cb0-4d15-8138-05fa382e43cf} <Debug> DynamicQueryHandler: Done processing query | ||
11497 | 2024.07.15 19:59:54.052087 [ 3 ] {82f7dd5a-7cb0-4d15-8138-05fa382e43cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11498 | 2024.07.15 19:59:54.052103 [ 3 ] {} <Debug> HTTP-Session: 30b56bc0-97c5-4248-9a1d-992cf928ea08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11499 | 2024.07.15 19:59:54.052272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 63292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11500 | 2024.07.15 19:59:54.052321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11501 | 2024.07.15 19:59:54.052342 [ 3 ] {} <Debug> HTTP-Session: dc506f25-e05a-4770-909a-0a76f2f376e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11502 | 2024.07.15 19:59:54.052358 [ 3 ] {} <Debug> HTTP-Session: dc506f25-e05a-4770-909a-0a76f2f376e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11503 | 2024.07.15 19:59:54.052372 [ 3 ] {} <Debug> HTTP-Session: dc506f25-e05a-4770-909a-0a76f2f376e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11504 | 2024.07.15 19:59:54.052410 [ 3 ] {} <Trace> HTTP-Session: dc506f25-e05a-4770-909a-0a76f2f376e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11505 | 2024.07.15 19:59:54.052620 [ 3 ] {af1f4706-0d57-4be5-816d-d6478ac0023b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11506 | 2024.07.15 19:59:54.052666 [ 3 ] {af1f4706-0d57-4be5-816d-d6478ac0023b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11507 | 2024.07.15 19:59:54.052813 [ 3 ] {af1f4706-0d57-4be5-816d-d6478ac0023b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11508 | 2024.07.15 19:59:54.053310 [ 3 ] {af1f4706-0d57-4be5-816d-d6478ac0023b} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11509 | 2024.07.15 19:59:54.053346 [ 3 ] {af1f4706-0d57-4be5-816d-d6478ac0023b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11510 | 2024.07.15 19:59:54.053679 [ 3 ] {af1f4706-0d57-4be5-816d-d6478ac0023b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11511 | 2024.07.15 19:59:54.054018 [ 3 ] {af1f4706-0d57-4be5-816d-d6478ac0023b} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11512 | 2024.07.15 19:59:54.054175 [ 3 ] {af1f4706-0d57-4be5-816d-d6478ac0023b} <Debug> executeQuery: Read 392 rows, 28.28 KiB in 0.00166 sec., 236144.578313253 rows/sec., 16.64 MiB/sec. | ||
11513 | 2024.07.15 19:59:54.054426 [ 3 ] {af1f4706-0d57-4be5-816d-d6478ac0023b} <Debug> DynamicQueryHandler: Done processing query | ||
11514 | 2024.07.15 19:59:54.054487 [ 3 ] {af1f4706-0d57-4be5-816d-d6478ac0023b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11515 | 2024.07.15 19:59:54.054541 [ 3 ] {} <Debug> HTTP-Session: dc506f25-e05a-4770-909a-0a76f2f376e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11516 | 2024.07.15 19:59:54.054724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11517 | 2024.07.15 19:59:54.054775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11518 | 2024.07.15 19:59:54.054795 [ 3 ] {} <Debug> HTTP-Session: 7c0bf87f-db3e-497c-9bbe-a0cf09f86db2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11519 | 2024.07.15 19:59:54.054812 [ 3 ] {} <Debug> HTTP-Session: 7c0bf87f-db3e-497c-9bbe-a0cf09f86db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11520 | 2024.07.15 19:59:54.054826 [ 3 ] {} <Debug> HTTP-Session: 7c0bf87f-db3e-497c-9bbe-a0cf09f86db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11521 | 2024.07.15 19:59:54.054858 [ 3 ] {} <Trace> HTTP-Session: 7c0bf87f-db3e-497c-9bbe-a0cf09f86db2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11522 | 2024.07.15 19:59:54.054963 [ 3 ] {5dc9da71-06de-45c8-9eb6-8f27336fc116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11523 | 2024.07.15 19:59:54.055017 [ 3 ] {5dc9da71-06de-45c8-9eb6-8f27336fc116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11524 | 2024.07.15 19:59:54.055167 [ 3 ] {5dc9da71-06de-45c8-9eb6-8f27336fc116} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11525 | 2024.07.15 19:59:54.055443 [ 3 ] {5dc9da71-06de-45c8-9eb6-8f27336fc116} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11526 | 2024.07.15 19:59:54.055480 [ 3 ] {5dc9da71-06de-45c8-9eb6-8f27336fc116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11527 | 2024.07.15 19:59:54.055848 [ 3 ] {5dc9da71-06de-45c8-9eb6-8f27336fc116} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11528 | 2024.07.15 19:59:54.056181 [ 3 ] {5dc9da71-06de-45c8-9eb6-8f27336fc116} <Trace> oximeter.measurements_bool (12fab97b-0094-4005-aeff-413e7b255b95): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11529 | 2024.07.15 19:59:54.056343 [ 3 ] {5dc9da71-06de-45c8-9eb6-8f27336fc116} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 184.55 KiB/sec. | ||
11530 | 2024.07.15 19:59:54.056682 [ 3 ] {5dc9da71-06de-45c8-9eb6-8f27336fc116} <Debug> DynamicQueryHandler: Done processing query | ||
11531 | 2024.07.15 19:59:54.056707 [ 3 ] {5dc9da71-06de-45c8-9eb6-8f27336fc116} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11532 | 2024.07.15 19:59:54.056722 [ 3 ] {} <Debug> HTTP-Session: 7c0bf87f-db3e-497c-9bbe-a0cf09f86db2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11533 | 2024.07.15 19:59:54.056851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11534 | 2024.07.15 19:59:54.056899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11535 | 2024.07.15 19:59:54.056919 [ 3 ] {} <Debug> HTTP-Session: 2eb15c2e-0581-472c-a8f3-52b897bbc55f Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11536 | 2024.07.15 19:59:54.056936 [ 3 ] {} <Debug> HTTP-Session: 2eb15c2e-0581-472c-a8f3-52b897bbc55f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11537 | 2024.07.15 19:59:54.056949 [ 3 ] {} <Debug> HTTP-Session: 2eb15c2e-0581-472c-a8f3-52b897bbc55f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11538 | 2024.07.15 19:59:54.056981 [ 3 ] {} <Trace> HTTP-Session: 2eb15c2e-0581-472c-a8f3-52b897bbc55f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11539 | 2024.07.15 19:59:54.057121 [ 3 ] {82b7c141-79ab-4aed-b589-f33342aea9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11540 | 2024.07.15 19:59:54.057169 [ 3 ] {82b7c141-79ab-4aed-b589-f33342aea9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11541 | 2024.07.15 19:59:54.057338 [ 3 ] {82b7c141-79ab-4aed-b589-f33342aea9d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11542 | 2024.07.15 19:59:54.057640 [ 3 ] {82b7c141-79ab-4aed-b589-f33342aea9d0} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11543 | 2024.07.15 19:59:54.057676 [ 3 ] {82b7c141-79ab-4aed-b589-f33342aea9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11544 | 2024.07.15 19:59:54.058054 [ 3 ] {82b7c141-79ab-4aed-b589-f33342aea9d0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11545 | 2024.07.15 19:59:54.058401 [ 3 ] {82b7c141-79ab-4aed-b589-f33342aea9d0} <Trace> oximeter.measurements_cumulativei64 (9d8cb321-1140-4cba-8539-678f922fda83): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11546 | 2024.07.15 19:59:54.058558 [ 3 ] {82b7c141-79ab-4aed-b589-f33342aea9d0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001495 sec., 51505.01672240803 rows/sec., 3.17 MiB/sec. | ||
11547 | 2024.07.15 19:59:54.058723 [ 3 ] {82b7c141-79ab-4aed-b589-f33342aea9d0} <Debug> DynamicQueryHandler: Done processing query | ||
11548 | 2024.07.15 19:59:54.058747 [ 3 ] {82b7c141-79ab-4aed-b589-f33342aea9d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11549 | 2024.07.15 19:59:54.058763 [ 3 ] {} <Debug> HTTP-Session: 2eb15c2e-0581-472c-a8f3-52b897bbc55f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11550 | 2024.07.15 19:59:54.058956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 30978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11551 | 2024.07.15 19:59:54.059004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11552 | 2024.07.15 19:59:54.059024 [ 3 ] {} <Debug> HTTP-Session: 2443f92a-432e-4a65-9e28-bd996828e801 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11553 | 2024.07.15 19:59:54.059042 [ 3 ] {} <Debug> HTTP-Session: 2443f92a-432e-4a65-9e28-bd996828e801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11554 | 2024.07.15 19:59:54.059055 [ 3 ] {} <Debug> HTTP-Session: 2443f92a-432e-4a65-9e28-bd996828e801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11555 | 2024.07.15 19:59:54.059086 [ 3 ] {} <Trace> HTTP-Session: 2443f92a-432e-4a65-9e28-bd996828e801 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11556 | 2024.07.15 19:59:54.059238 [ 3 ] {57ad8f1e-137d-4185-980f-5853c641f005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11557 | 2024.07.15 19:59:54.059285 [ 3 ] {57ad8f1e-137d-4185-980f-5853c641f005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11558 | 2024.07.15 19:59:54.059429 [ 3 ] {57ad8f1e-137d-4185-980f-5853c641f005} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11559 | 2024.07.15 19:59:54.059822 [ 3 ] {57ad8f1e-137d-4185-980f-5853c641f005} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11560 | 2024.07.15 19:59:54.059858 [ 3 ] {57ad8f1e-137d-4185-980f-5853c641f005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11561 | 2024.07.15 19:59:54.060238 [ 3 ] {57ad8f1e-137d-4185-980f-5853c641f005} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11562 | 2024.07.15 19:59:54.060587 [ 3 ] {57ad8f1e-137d-4185-980f-5853c641f005} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11563 | 2024.07.15 19:59:54.060731 [ 3 ] {57ad8f1e-137d-4185-980f-5853c641f005} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001561 sec., 103779.62844330557 rows/sec., 7.23 MiB/sec. | ||
11564 | 2024.07.15 19:59:54.060903 [ 3 ] {57ad8f1e-137d-4185-980f-5853c641f005} <Debug> DynamicQueryHandler: Done processing query | ||
11565 | 2024.07.15 19:59:54.060927 [ 3 ] {57ad8f1e-137d-4185-980f-5853c641f005} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11566 | 2024.07.15 19:59:54.060942 [ 3 ] {} <Debug> HTTP-Session: 2443f92a-432e-4a65-9e28-bd996828e801 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11567 | 2024.07.15 19:59:54.061076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9967, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11568 | 2024.07.15 19:59:54.061124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11569 | 2024.07.15 19:59:54.061144 [ 3 ] {} <Debug> HTTP-Session: 0318f7b1-4aea-4ad7-82ff-3200b8fa94c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11570 | 2024.07.15 19:59:54.061160 [ 3 ] {} <Debug> HTTP-Session: 0318f7b1-4aea-4ad7-82ff-3200b8fa94c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11571 | 2024.07.15 19:59:54.061173 [ 3 ] {} <Debug> HTTP-Session: 0318f7b1-4aea-4ad7-82ff-3200b8fa94c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11572 | 2024.07.15 19:59:54.061204 [ 3 ] {} <Trace> HTTP-Session: 0318f7b1-4aea-4ad7-82ff-3200b8fa94c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11573 | 2024.07.15 19:59:54.061363 [ 3 ] {52b6979d-553b-4bc4-8306-0cdc181db62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11574 | 2024.07.15 19:59:54.061430 [ 3 ] {52b6979d-553b-4bc4-8306-0cdc181db62d} <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 | ||
11575 | 2024.07.15 19:59:54.061834 [ 3 ] {52b6979d-553b-4bc4-8306-0cdc181db62d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11576 | 2024.07.15 19:59:54.062305 [ 3 ] {52b6979d-553b-4bc4-8306-0cdc181db62d} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11577 | 2024.07.15 19:59:54.062341 [ 3 ] {52b6979d-553b-4bc4-8306-0cdc181db62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11578 | 2024.07.15 19:59:54.062918 [ 3 ] {52b6979d-553b-4bc4-8306-0cdc181db62d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11579 | 2024.07.15 19:59:54.063344 [ 3 ] {52b6979d-553b-4bc4-8306-0cdc181db62d} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11580 | 2024.07.15 19:59:54.063522 [ 3 ] {52b6979d-553b-4bc4-8306-0cdc181db62d} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002236 sec., 2683.3631484794273 rows/sec., 4.81 MiB/sec. | ||
11581 | 2024.07.15 19:59:54.063732 [ 3 ] {52b6979d-553b-4bc4-8306-0cdc181db62d} <Debug> DynamicQueryHandler: Done processing query | ||
11582 | 2024.07.15 19:59:54.063756 [ 3 ] {52b6979d-553b-4bc4-8306-0cdc181db62d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11583 | 2024.07.15 19:59:54.063772 [ 3 ] {} <Debug> HTTP-Session: 0318f7b1-4aea-4ad7-82ff-3200b8fa94c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11584 | 2024.07.15 19:59:54.063894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11585 | 2024.07.15 19:59:54.063941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11586 | 2024.07.15 19:59:54.063961 [ 3 ] {} <Debug> HTTP-Session: 1306f32d-345a-4be1-8f2c-34ee3e5f4a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11587 | 2024.07.15 19:59:54.063978 [ 3 ] {} <Debug> HTTP-Session: 1306f32d-345a-4be1-8f2c-34ee3e5f4a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11588 | 2024.07.15 19:59:54.063992 [ 3 ] {} <Debug> HTTP-Session: 1306f32d-345a-4be1-8f2c-34ee3e5f4a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11589 | 2024.07.15 19:59:54.064022 [ 3 ] {} <Trace> HTTP-Session: 1306f32d-345a-4be1-8f2c-34ee3e5f4a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11590 | 2024.07.15 19:59:54.064123 [ 3 ] {50d9a25c-e84d-4ff4-9dbc-b25f4c9f2c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11591 | 2024.07.15 19:59:54.064167 [ 3 ] {50d9a25c-e84d-4ff4-9dbc-b25f4c9f2c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11592 | 2024.07.15 19:59:54.064292 [ 3 ] {50d9a25c-e84d-4ff4-9dbc-b25f4c9f2c66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11593 | 2024.07.15 19:59:54.064565 [ 3 ] {50d9a25c-e84d-4ff4-9dbc-b25f4c9f2c66} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11594 | 2024.07.15 19:59:54.064601 [ 3 ] {50d9a25c-e84d-4ff4-9dbc-b25f4c9f2c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11595 | 2024.07.15 19:59:54.065030 [ 3 ] {50d9a25c-e84d-4ff4-9dbc-b25f4c9f2c66} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11596 | 2024.07.15 19:59:54.065474 [ 3 ] {50d9a25c-e84d-4ff4-9dbc-b25f4c9f2c66} <Trace> oximeter.measurements_i64 (bec1336a-b62d-4557-9004-8cf07244f7b2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11597 | 2024.07.15 19:59:54.065671 [ 3 ] {50d9a25c-e84d-4ff4-9dbc-b25f4c9f2c66} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001574 sec., 14612.452350698855 rows/sec., 790.43 KiB/sec. | ||
11598 | 2024.07.15 19:59:54.065872 [ 3 ] {50d9a25c-e84d-4ff4-9dbc-b25f4c9f2c66} <Debug> DynamicQueryHandler: Done processing query | ||
11599 | 2024.07.15 19:59:54.065902 [ 3 ] {50d9a25c-e84d-4ff4-9dbc-b25f4c9f2c66} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11600 | 2024.07.15 19:59:54.065923 [ 3 ] {} <Debug> HTTP-Session: 1306f32d-345a-4be1-8f2c-34ee3e5f4a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11601 | 2024.07.15 19:59:54.066061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11602 | 2024.07.15 19:59:54.066118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11603 | 2024.07.15 19:59:54.066143 [ 3 ] {} <Debug> HTTP-Session: 89342011-77b1-4d71-a96f-a21cd14b1661 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11604 | 2024.07.15 19:59:54.066165 [ 3 ] {} <Debug> HTTP-Session: 89342011-77b1-4d71-a96f-a21cd14b1661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11605 | 2024.07.15 19:59:54.066184 [ 3 ] {} <Debug> HTTP-Session: 89342011-77b1-4d71-a96f-a21cd14b1661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11606 | 2024.07.15 19:59:54.066223 [ 3 ] {} <Trace> HTTP-Session: 89342011-77b1-4d71-a96f-a21cd14b1661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11607 | 2024.07.15 19:59:54.066375 [ 3 ] {1f6036bb-b86e-491a-a789-5e9a5b1a67a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11608 | 2024.07.15 19:59:54.066448 [ 3 ] {1f6036bb-b86e-491a-a789-5e9a5b1a67a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11609 | 2024.07.15 19:59:54.066585 [ 3 ] {1f6036bb-b86e-491a-a789-5e9a5b1a67a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11610 | 2024.07.15 19:59:54.066908 [ 3 ] {1f6036bb-b86e-491a-a789-5e9a5b1a67a8} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11611 | 2024.07.15 19:59:54.066944 [ 3 ] {1f6036bb-b86e-491a-a789-5e9a5b1a67a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11612 | 2024.07.15 19:59:54.067345 [ 3 ] {1f6036bb-b86e-491a-a789-5e9a5b1a67a8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11613 | 2024.07.15 19:59:54.067698 [ 3 ] {1f6036bb-b86e-491a-a789-5e9a5b1a67a8} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11614 | 2024.07.15 19:59:54.067854 [ 3 ] {1f6036bb-b86e-491a-a789-5e9a5b1a67a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
11615 | 2024.07.15 19:59:54.068112 [ 3 ] {1f6036bb-b86e-491a-a789-5e9a5b1a67a8} <Debug> DynamicQueryHandler: Done processing query | ||
11616 | 2024.07.15 19:59:54.068175 [ 3 ] {1f6036bb-b86e-491a-a789-5e9a5b1a67a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11617 | 2024.07.15 19:59:54.068231 [ 3 ] {} <Debug> HTTP-Session: 89342011-77b1-4d71-a96f-a21cd14b1661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11618 | 2024.07.15 19:59:59.041024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11619 | 2024.07.15 19:59:59.041136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11620 | 2024.07.15 19:59:59.041161 [ 3 ] {} <Debug> HTTP-Session: a6123fa6-5cca-456b-b5a3-8d0b1a1bd6fd Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11621 | 2024.07.15 19:59:59.041185 [ 3 ] {} <Debug> HTTP-Session: a6123fa6-5cca-456b-b5a3-8d0b1a1bd6fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11622 | 2024.07.15 19:59:59.041200 [ 3 ] {} <Debug> HTTP-Session: a6123fa6-5cca-456b-b5a3-8d0b1a1bd6fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11623 | 2024.07.15 19:59:59.041248 [ 3 ] {} <Trace> HTTP-Session: a6123fa6-5cca-456b-b5a3-8d0b1a1bd6fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11624 | 2024.07.15 19:59:59.041421 [ 3 ] {64c023c2-d850-4bb7-bb0a-87ead25672fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11625 | 2024.07.15 19:59:59.041485 [ 3 ] {64c023c2-d850-4bb7-bb0a-87ead25672fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11626 | 2024.07.15 19:59:59.041671 [ 3 ] {64c023c2-d850-4bb7-bb0a-87ead25672fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11627 | 2024.07.15 19:59:59.042102 [ 3 ] {64c023c2-d850-4bb7-bb0a-87ead25672fb} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11628 | 2024.07.15 19:59:59.042141 [ 3 ] {64c023c2-d850-4bb7-bb0a-87ead25672fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11629 | 2024.07.15 19:59:59.042512 [ 3 ] {64c023c2-d850-4bb7-bb0a-87ead25672fb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11630 | 2024.07.15 19:59:59.042845 [ 3 ] {64c023c2-d850-4bb7-bb0a-87ead25672fb} <Trace> oximeter.fields_i64 (b7cb16b7-0c89-423a-8133-717e905c03c9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11631 | 2024.07.15 19:59:59.043009 [ 3 ] {64c023c2-d850-4bb7-bb0a-87ead25672fb} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.00164 sec., 14634.146341463415 rows/sec., 1.16 MiB/sec. | ||
11632 | 2024.07.15 19:59:59.043291 [ 3 ] {64c023c2-d850-4bb7-bb0a-87ead25672fb} <Debug> DynamicQueryHandler: Done processing query | ||
11633 | 2024.07.15 19:59:59.043350 [ 3 ] {64c023c2-d850-4bb7-bb0a-87ead25672fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11634 | 2024.07.15 19:59:59.043417 [ 3 ] {} <Debug> HTTP-Session: a6123fa6-5cca-456b-b5a3-8d0b1a1bd6fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11635 | 2024.07.15 19:59:59.043619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 23621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11636 | 2024.07.15 19:59:59.043672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11637 | 2024.07.15 19:59:59.043691 [ 3 ] {} <Debug> HTTP-Session: ff01d28f-c79d-4051-b6e0-e7c98b96dbbb Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11638 | 2024.07.15 19:59:59.043709 [ 3 ] {} <Debug> HTTP-Session: ff01d28f-c79d-4051-b6e0-e7c98b96dbbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11639 | 2024.07.15 19:59:59.043724 [ 3 ] {} <Debug> HTTP-Session: ff01d28f-c79d-4051-b6e0-e7c98b96dbbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11640 | 2024.07.15 19:59:59.043756 [ 3 ] {} <Trace> HTTP-Session: ff01d28f-c79d-4051-b6e0-e7c98b96dbbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11641 | 2024.07.15 19:59:59.043906 [ 3 ] {cb378223-4921-4c4b-9f2e-920404b5ad7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11642 | 2024.07.15 19:59:59.043952 [ 3 ] {cb378223-4921-4c4b-9f2e-920404b5ad7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11643 | 2024.07.15 19:59:59.044094 [ 3 ] {cb378223-4921-4c4b-9f2e-920404b5ad7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11644 | 2024.07.15 19:59:59.044490 [ 3 ] {cb378223-4921-4c4b-9f2e-920404b5ad7b} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11645 | 2024.07.15 19:59:59.044527 [ 3 ] {cb378223-4921-4c4b-9f2e-920404b5ad7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11646 | 2024.07.15 19:59:59.044854 [ 3 ] {cb378223-4921-4c4b-9f2e-920404b5ad7b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11647 | 2024.07.15 19:59:59.045156 [ 3 ] {cb378223-4921-4c4b-9f2e-920404b5ad7b} <Trace> oximeter.fields_string (6e759cc4-fbb1-4951-acbb-ce7369f0c7de): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11648 | 2024.07.15 19:59:59.045302 [ 3 ] {cb378223-4921-4c4b-9f2e-920404b5ad7b} <Debug> executeQuery: Read 164 rows, 13.66 KiB in 0.001462 sec., 112175.10259917921 rows/sec., 9.12 MiB/sec. | ||
11649 | 2024.07.15 19:59:59.045476 [ 3 ] {cb378223-4921-4c4b-9f2e-920404b5ad7b} <Debug> DynamicQueryHandler: Done processing query | ||
11650 | 2024.07.15 19:59:59.045499 [ 3 ] {cb378223-4921-4c4b-9f2e-920404b5ad7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11651 | 2024.07.15 19:59:59.045515 [ 3 ] {} <Debug> HTTP-Session: ff01d28f-c79d-4051-b6e0-e7c98b96dbbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11652 | 2024.07.15 19:59:59.045704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 18992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11653 | 2024.07.15 19:59:59.045752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11654 | 2024.07.15 19:59:59.045771 [ 3 ] {} <Debug> HTTP-Session: f47c45b5-9d41-4be6-8858-77ff59337f6d Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11655 | 2024.07.15 19:59:59.045787 [ 3 ] {} <Debug> HTTP-Session: f47c45b5-9d41-4be6-8858-77ff59337f6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11656 | 2024.07.15 19:59:59.045803 [ 3 ] {} <Debug> HTTP-Session: f47c45b5-9d41-4be6-8858-77ff59337f6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11657 | 2024.07.15 19:59:59.045833 [ 3 ] {} <Trace> HTTP-Session: f47c45b5-9d41-4be6-8858-77ff59337f6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11658 | 2024.07.15 19:59:59.045966 [ 3 ] {5385dd6f-02b3-48fe-b0e7-e2f215b47ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11659 | 2024.07.15 19:59:59.046008 [ 3 ] {5385dd6f-02b3-48fe-b0e7-e2f215b47ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11660 | 2024.07.15 19:59:59.046133 [ 3 ] {5385dd6f-02b3-48fe-b0e7-e2f215b47ea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11661 | 2024.07.15 19:59:59.046486 [ 3 ] {5385dd6f-02b3-48fe-b0e7-e2f215b47ea7} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11662 | 2024.07.15 19:59:59.046523 [ 3 ] {5385dd6f-02b3-48fe-b0e7-e2f215b47ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11663 | 2024.07.15 19:59:59.046842 [ 3 ] {5385dd6f-02b3-48fe-b0e7-e2f215b47ea7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11664 | 2024.07.15 19:59:59.047153 [ 3 ] {5385dd6f-02b3-48fe-b0e7-e2f215b47ea7} <Trace> oximeter.fields_uuid (9ff60342-26e5-4d6c-beaf-fa233fe2d112): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11665 | 2024.07.15 19:59:59.047299 [ 3 ] {5385dd6f-02b3-48fe-b0e7-e2f215b47ea7} <Debug> executeQuery: Read 112 rows, 8.94 KiB in 0.001383 sec., 80983.36948662328 rows/sec., 6.31 MiB/sec. | ||
11666 | 2024.07.15 19:59:59.047562 [ 3 ] {5385dd6f-02b3-48fe-b0e7-e2f215b47ea7} <Debug> DynamicQueryHandler: Done processing query | ||
11667 | 2024.07.15 19:59:59.047627 [ 3 ] {5385dd6f-02b3-48fe-b0e7-e2f215b47ea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11668 | 2024.07.15 19:59:59.047679 [ 3 ] {} <Debug> HTTP-Session: f47c45b5-9d41-4be6-8858-77ff59337f6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11669 | 2024.07.15 19:59:59.047924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 37566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11670 | 2024.07.15 19:59:59.047976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11671 | 2024.07.15 19:59:59.047996 [ 3 ] {} <Debug> HTTP-Session: 8bec4698-a3fa-4ac9-b1c0-117e15cc6b42 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11672 | 2024.07.15 19:59:59.048014 [ 3 ] {} <Debug> HTTP-Session: 8bec4698-a3fa-4ac9-b1c0-117e15cc6b42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11673 | 2024.07.15 19:59:59.048028 [ 3 ] {} <Debug> HTTP-Session: 8bec4698-a3fa-4ac9-b1c0-117e15cc6b42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11674 | 2024.07.15 19:59:59.048060 [ 3 ] {} <Trace> HTTP-Session: 8bec4698-a3fa-4ac9-b1c0-117e15cc6b42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11675 | 2024.07.15 19:59:59.048232 [ 3 ] {358cb727-1d46-4982-a266-adb1171efb95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11676 | 2024.07.15 19:59:59.048281 [ 3 ] {358cb727-1d46-4982-a266-adb1171efb95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11677 | 2024.07.15 19:59:59.048448 [ 3 ] {358cb727-1d46-4982-a266-adb1171efb95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11678 | 2024.07.15 19:59:59.048896 [ 3 ] {358cb727-1d46-4982-a266-adb1171efb95} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11679 | 2024.07.15 19:59:59.048932 [ 3 ] {358cb727-1d46-4982-a266-adb1171efb95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11680 | 2024.07.15 19:59:59.049319 [ 3 ] {358cb727-1d46-4982-a266-adb1171efb95} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11681 | 2024.07.15 19:59:59.049663 [ 3 ] {358cb727-1d46-4982-a266-adb1171efb95} <Trace> oximeter.measurements_cumulativeu64 (02aacfd2-6a0d-4c94-9e1c-fa7ea6cf84ac): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11682 | 2024.07.15 19:59:59.049803 [ 3 ] {358cb727-1d46-4982-a266-adb1171efb95} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001655 sec., 118429.00302114803 rows/sec., 8.27 MiB/sec. | ||
11683 | 2024.07.15 19:59:59.050096 [ 3 ] {358cb727-1d46-4982-a266-adb1171efb95} <Debug> DynamicQueryHandler: Done processing query | ||
11684 | 2024.07.15 19:59:59.050150 [ 3 ] {358cb727-1d46-4982-a266-adb1171efb95} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11685 | 2024.07.15 19:59:59.050213 [ 3 ] {} <Debug> HTTP-Session: 8bec4698-a3fa-4ac9-b1c0-117e15cc6b42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11686 | 2024.07.15 19:59:59.050423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 38631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11687 | 2024.07.15 19:59:59.050474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11688 | 2024.07.15 19:59:59.050493 [ 3 ] {} <Debug> HTTP-Session: e9b31c7f-039f-47c5-be50-1d9d56ae4bbd Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11689 | 2024.07.15 19:59:59.050510 [ 3 ] {} <Debug> HTTP-Session: e9b31c7f-039f-47c5-be50-1d9d56ae4bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11690 | 2024.07.15 19:59:59.050524 [ 3 ] {} <Debug> HTTP-Session: e9b31c7f-039f-47c5-be50-1d9d56ae4bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11691 | 2024.07.15 19:59:59.050557 [ 3 ] {} <Trace> HTTP-Session: e9b31c7f-039f-47c5-be50-1d9d56ae4bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11692 | 2024.07.15 19:59:59.050839 [ 3 ] {4a92c1ed-cf1d-4497-9e05-592cd04269c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11693 | 2024.07.15 19:59:59.050913 [ 3 ] {4a92c1ed-cf1d-4497-9e05-592cd04269c4} <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 | ||
11694 | 2024.07.15 19:59:59.051347 [ 3 ] {4a92c1ed-cf1d-4497-9e05-592cd04269c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11695 | 2024.07.15 19:59:59.052041 [ 3 ] {4a92c1ed-cf1d-4497-9e05-592cd04269c4} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11696 | 2024.07.15 19:59:59.052078 [ 3 ] {4a92c1ed-cf1d-4497-9e05-592cd04269c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11697 | 2024.07.15 19:59:59.052697 [ 3 ] {4a92c1ed-cf1d-4497-9e05-592cd04269c4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11698 | 2024.07.15 19:59:59.053105 [ 3 ] {4a92c1ed-cf1d-4497-9e05-592cd04269c4} <Trace> oximeter.measurements_histogramf64 (d00edd87-6e40-4f36-8743-cdceefd121d9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11699 | 2024.07.15 19:59:59.053308 [ 3 ] {4a92c1ed-cf1d-4497-9e05-592cd04269c4} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002659 sec., 9025.949605114705 rows/sec., 16.17 MiB/sec. | ||
11700 | 2024.07.15 19:59:59.053792 [ 3 ] {4a92c1ed-cf1d-4497-9e05-592cd04269c4} <Debug> DynamicQueryHandler: Done processing query | ||
11701 | 2024.07.15 19:59:59.053837 [ 3 ] {4a92c1ed-cf1d-4497-9e05-592cd04269c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11702 | 2024.07.15 19:59:59.053864 [ 3 ] {} <Debug> HTTP-Session: e9b31c7f-039f-47c5-be50-1d9d56ae4bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11703 | 2024.07.15 19:59:59.053997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50322, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11704 | 2024.07.15 19:59:59.054055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11705 | 2024.07.15 19:59:59.054074 [ 3 ] {} <Debug> HTTP-Session: 9069fe3d-2ec3-4ce1-91a9-a532affbbcf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50322 | ||
11706 | 2024.07.15 19:59:59.054091 [ 3 ] {} <Debug> HTTP-Session: 9069fe3d-2ec3-4ce1-91a9-a532affbbcf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11707 | 2024.07.15 19:59:59.054105 [ 3 ] {} <Debug> HTTP-Session: 9069fe3d-2ec3-4ce1-91a9-a532affbbcf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11708 | 2024.07.15 19:59:59.054137 [ 3 ] {} <Trace> HTTP-Session: 9069fe3d-2ec3-4ce1-91a9-a532affbbcf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11709 | 2024.07.15 19:59:59.054256 [ 3 ] {e2e57817-5457-4175-b5c5-339ec765ee12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50322) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11710 | 2024.07.15 19:59:59.054304 [ 3 ] {e2e57817-5457-4175-b5c5-339ec765ee12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11711 | 2024.07.15 19:59:59.054451 [ 3 ] {e2e57817-5457-4175-b5c5-339ec765ee12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11712 | 2024.07.15 19:59:59.054751 [ 3 ] {e2e57817-5457-4175-b5c5-339ec765ee12} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11713 | 2024.07.15 19:59:59.054788 [ 3 ] {e2e57817-5457-4175-b5c5-339ec765ee12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
11714 | 2024.07.15 19:59:59.055167 [ 3 ] {e2e57817-5457-4175-b5c5-339ec765ee12} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11715 | 2024.07.15 19:59:59.055494 [ 3 ] {e2e57817-5457-4175-b5c5-339ec765ee12} <Trace> oximeter.measurements_u64 (24666bcb-104f-468e-b11e-336e6ff816db): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11716 | 2024.07.15 19:59:59.055638 [ 3 ] {e2e57817-5457-4175-b5c5-339ec765ee12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
11717 | 2024.07.15 19:59:59.055807 [ 3 ] {e2e57817-5457-4175-b5c5-339ec765ee12} <Debug> DynamicQueryHandler: Done processing query | ||
11718 | 2024.07.15 19:59:59.055831 [ 3 ] {e2e57817-5457-4175-b5c5-339ec765ee12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11719 | 2024.07.15 19:59:59.055848 [ 3 ] {} <Debug> HTTP-Session: 9069fe3d-2ec3-4ce1-91a9-a532affbbcf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |