1 | [ Jul 13 05:35:55 Enabled. ] | ||
2 | [ Jul 13 05:35:55 Rereading configuration. ] | ||
3 | [ Jul 13 05:35:57 Rereading configuration. ] | ||
4 | [ Jul 13 05:35:59 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 13 05:35:59 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.13 05:36:00.111451 [ 1 ] {} <Information> Application: Will watch for the process with pid 23667 | ||
33 | 2024.07.13 05:36:00.111912 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.07.13 05:36:00.282752 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23667 | ||
35 | 2024.07.13 05:36:00.283517 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.07.13 05:36:00.284255 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.07.13 05:36:00.372520 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.07.13 05:36:00.418375 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.07.13 05:36:00.418418 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.07.13 05:36:00.418436 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.07.13 05:36:00.418502 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.07.13 05:36:00.418787 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.07.13 05:36:00.420272 [ 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.13 05:36:00.420743 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.07.13 05:36:00.421588 [ 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.13 05:36:00.421615 [ 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.13 05:36:00.421628 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.07.13 05:36:00.421800 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.07.13 05:36:00.422665 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.07.13 05:36:00.427816 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.07.13 05:36:00.428479 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.07.13 05:36:00.429736 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.07.13 05:36:00.429800 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.07.13 05:36:00.431323 [ 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.13 05:36:00.431596 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.07.13 05:36:00.435989 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.07.13 05:36:00.436270 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.07.13 05:36:00.437773 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.07.13 05:36:00.438183 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.07.13 05:36:00.438499 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.07.13 05:36:00.438959 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.07.13 05:36:00.440331 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.07.13 05:36:00.440358 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.07.13 05:36:00.440458 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.07.13 05:36:00.440605 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.07.13 05:36:00.457518 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.07.13 05:36:00.457564 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000219844 sec | ||
74 | 2024.07.13 05:36:00.457605 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.07.13 05:36:00.457620 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.07.13 05:36:00.458868 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.07.13 05:36:00.459982 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.07.13 05:36:00.460011 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.07.13 05:36:00.460042 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.07.13 05:36:00.460057 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.07.13 05:36:00.460070 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.07.13 05:36:00.460100 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.07.13 05:36:00.460113 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.07.13 05:36:00.460127 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.07.13 05:36:00.460160 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.07.13 05:36:00.460174 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.07.13 05:36:00.460188 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.07.13 05:36:00.460205 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.07.13 05:36:00.460235 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.07.13 05:36:00.460250 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.07.13 05:36:00.460267 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.07.13 05:36:00.460295 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.07.13 05:36:00.460310 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.07.13 05:36:00.496915 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.07.13 05:36:00.498446 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.07.13 05:36:00.498483 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3991e-05 sec | ||
97 | 2024.07.13 05:36:00.498497 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.07.13 05:36:00.498513 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.07.13 05:36:00.498534 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.07.13 05:36:00.498721 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.07.13 05:36:00.498765 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.07.13 05:36:00.498779 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.07.13 05:36:00.498800 [ 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.13 05:36:00.498812 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.07.13 05:36:00.523909 [ 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.13 05:36:00.722831 [ 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.13 05:36:00.722898 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.07.13 05:36:00.780645 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.07.13 05:36:00.780869 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.05 MiB (RSS), difference: 147.19 MiB | ||
110 | 2024.07.13 05:36:00.781761 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.256e-05 sec. | ||
111 | 2024.07.13 05:36:00.782139 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.07.13 05:36:00.782233 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.07.13 05:36:00.782290 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.07.13 05:36:00.782308 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.07.13 05:36:00.783494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.07.13 05:36:00.783695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.07.13 05:36:00.783730 [ 3 ] {} <Debug> HTTP-Session: 11d06512-0c02-414e-96bf-f2181014bb21 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
118 | 2024.07.13 05:36:00.783761 [ 3 ] {} <Debug> HTTP-Session: 11d06512-0c02-414e-96bf-f2181014bb21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.07.13 05:36:00.783783 [ 3 ] {} <Debug> HTTP-Session: 11d06512-0c02-414e-96bf-f2181014bb21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.07.13 05:36:00.783868 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.07.13 05:36:00.783901 [ 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.13 05:36:00.783924 [ 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.13 05:36:00.783986 [ 3 ] {} <Trace> HTTP-Session: 11d06512-0c02-414e-96bf-f2181014bb21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.07.13 05:36:00.785095 [ 3 ] {f9abb66b-6124-41de-8a84-fb03f2a27d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.07.13 05:36:00.811629 [ 3 ] {f9abb66b-6124-41de-8a84-fb03f2a27d1c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55456) (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.13 05:36:00.811857 [ 3 ] {f9abb66b-6124-41de-8a84-fb03f2a27d1c} <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.13 05:36:00.813266 [ 3 ] {} <Debug> HTTP-Session: 11d06512-0c02-414e-96bf-f2181014bb21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.07.13 05:36:00.813750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.07.13 05:36:00.813807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.07.13 05:36:00.813832 [ 3 ] {} <Debug> HTTP-Session: 757fb368-bf71-46e8-b8bc-702dd89830da Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
179 | 2024.07.13 05:36:00.813859 [ 3 ] {} <Debug> HTTP-Session: 757fb368-bf71-46e8-b8bc-702dd89830da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.07.13 05:36:00.813872 [ 3 ] {} <Debug> HTTP-Session: 757fb368-bf71-46e8-b8bc-702dd89830da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.07.13 05:36:00.813913 [ 3 ] {} <Trace> HTTP-Session: 757fb368-bf71-46e8-b8bc-702dd89830da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.07.13 05:36:00.815059 [ 3 ] {e47e696a-dbc5-4adb-9e08-a743bef270b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.07.13 05:36:00.815182 [ 3 ] {e47e696a-dbc5-4adb-9e08-a743bef270b7} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.07.13 05:36:00.817273 [ 3 ] {e47e696a-dbc5-4adb-9e08-a743bef270b7} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.07.13 05:36:00.820221 [ 3 ] {e47e696a-dbc5-4adb-9e08-a743bef270b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.07.13 05:36:00.826196 [ 3 ] {e47e696a-dbc5-4adb-9e08-a743bef270b7} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.07.13 05:36:00.826242 [ 3 ] {e47e696a-dbc5-4adb-9e08-a743bef270b7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.07.13 05:36:00.826266 [ 3 ] {} <Debug> HTTP-Session: 757fb368-bf71-46e8-b8bc-702dd89830da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.07.13 05:36:00.828782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.07.13 05:36:00.828883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.07.13 05:36:00.828927 [ 3 ] {} <Debug> HTTP-Session: 2c012a9a-9229-4320-9671-05556c1f155b Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
192 | 2024.07.13 05:36:00.828960 [ 3 ] {} <Debug> HTTP-Session: 2c012a9a-9229-4320-9671-05556c1f155b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.07.13 05:36:00.828992 [ 3 ] {} <Debug> HTTP-Session: 2c012a9a-9229-4320-9671-05556c1f155b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.07.13 05:36:00.829061 [ 3 ] {} <Trace> HTTP-Session: 2c012a9a-9229-4320-9671-05556c1f155b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.07.13 05:36:00.829228 [ 3 ] {525f07e6-3a00-4c92-ab02-1e7fc4e35101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.07.13 05:36:00.829530 [ 3 ] {525f07e6-3a00-4c92-ab02-1e7fc4e35101} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55456) (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.13 05:36:00.829687 [ 3 ] {525f07e6-3a00-4c92-ab02-1e7fc4e35101} <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.13 05:36:00.829858 [ 3 ] {} <Debug> HTTP-Session: 2c012a9a-9229-4320-9671-05556c1f155b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.07.13 05:36:00.830176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.07.13 05:36:00.830229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.07.13 05:36:00.830248 [ 3 ] {} <Debug> HTTP-Session: 5dd8e4ca-3ca2-42e6-9080-d60e32b14cee Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
250 | 2024.07.13 05:36:00.830268 [ 3 ] {} <Debug> HTTP-Session: 5dd8e4ca-3ca2-42e6-9080-d60e32b14cee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.07.13 05:36:00.830287 [ 3 ] {} <Debug> HTTP-Session: 5dd8e4ca-3ca2-42e6-9080-d60e32b14cee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.07.13 05:36:00.830316 [ 3 ] {} <Trace> HTTP-Session: 5dd8e4ca-3ca2-42e6-9080-d60e32b14cee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.07.13 05:36:00.830475 [ 3 ] {69db174c-ae11-4f7d-9b3f-d7dc5b42c510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.07.13 05:36:00.830629 [ 3 ] {69db174c-ae11-4f7d-9b3f-d7dc5b42c510} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.07.13 05:36:00.830651 [ 3 ] {} <Debug> HTTP-Session: 5dd8e4ca-3ca2-42e6-9080-d60e32b14cee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.07.13 05:36:00.830795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.07.13 05:36:00.830842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.07.13 05:36:00.830864 [ 3 ] {} <Debug> HTTP-Session: 18d56f4a-085e-4bf3-b520-05382ab17f22 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
259 | 2024.07.13 05:36:00.830880 [ 3 ] {} <Debug> HTTP-Session: 18d56f4a-085e-4bf3-b520-05382ab17f22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.07.13 05:36:00.830896 [ 3 ] {} <Debug> HTTP-Session: 18d56f4a-085e-4bf3-b520-05382ab17f22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.07.13 05:36:00.830926 [ 3 ] {} <Trace> HTTP-Session: 18d56f4a-085e-4bf3-b520-05382ab17f22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.07.13 05:36:00.831016 [ 3 ] {bb7e5ceb-c90d-470e-852e-08bdcbd2c30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.07.13 05:36:00.831071 [ 3 ] {bb7e5ceb-c90d-470e-852e-08bdcbd2c30f} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.07.13 05:36:00.832434 [ 3 ] {bb7e5ceb-c90d-470e-852e-08bdcbd2c30f} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.07.13 05:36:00.832469 [ 3 ] {bb7e5ceb-c90d-470e-852e-08bdcbd2c30f} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6351e-05 sec | ||
266 | 2024.07.13 05:36:00.832483 [ 3 ] {bb7e5ceb-c90d-470e-852e-08bdcbd2c30f} <Trace> ReferentialDeps: No tables | ||
267 | 2024.07.13 05:36:00.832497 [ 3 ] {bb7e5ceb-c90d-470e-852e-08bdcbd2c30f} <Trace> LoadingDeps: No tables | ||
268 | 2024.07.13 05:36:00.832518 [ 3 ] {bb7e5ceb-c90d-470e-852e-08bdcbd2c30f} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.07.13 05:36:00.832635 [ 3 ] {bb7e5ceb-c90d-470e-852e-08bdcbd2c30f} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.07.13 05:36:00.832657 [ 3 ] {} <Debug> HTTP-Session: 18d56f4a-085e-4bf3-b520-05382ab17f22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.07.13 05:36:00.832765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.07.13 05:36:00.832814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.07.13 05:36:00.832833 [ 3 ] {} <Debug> HTTP-Session: 56a3b6c3-a55f-4941-b2d5-af7850a42d6e Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
274 | 2024.07.13 05:36:00.832852 [ 3 ] {} <Debug> HTTP-Session: 56a3b6c3-a55f-4941-b2d5-af7850a42d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.07.13 05:36:00.832878 [ 3 ] {} <Debug> HTTP-Session: 56a3b6c3-a55f-4941-b2d5-af7850a42d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.07.13 05:36:00.832907 [ 3 ] {} <Trace> HTTP-Session: 56a3b6c3-a55f-4941-b2d5-af7850a42d6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.07.13 05:36:00.833044 [ 3 ] {221fec96-5500-4e49-99de-57839e478b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) /* 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.13 05:36:00.833091 [ 3 ] {221fec96-5500-4e49-99de-57839e478b37} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.07.13 05:36:00.837020 [ 3 ] {221fec96-5500-4e49-99de-57839e478b37} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.07.13 05:36:00.843055 [ 3 ] {221fec96-5500-4e49-99de-57839e478b37} <Debug> oximeter.version (9091cf6f-3d5f-4fc8-947c-8e784cacd9b8): Loading data parts | ||
282 | 2024.07.13 05:36:00.843662 [ 3 ] {221fec96-5500-4e49-99de-57839e478b37} <Debug> oximeter.version (9091cf6f-3d5f-4fc8-947c-8e784cacd9b8): There are no data parts | ||
283 | 2024.07.13 05:36:00.846958 [ 3 ] {221fec96-5500-4e49-99de-57839e478b37} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.07.13 05:36:00.846984 [ 3 ] {} <Debug> HTTP-Session: 56a3b6c3-a55f-4941-b2d5-af7850a42d6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.07.13 05:36:00.847124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.07.13 05:36:00.847175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.07.13 05:36:00.847203 [ 3 ] {} <Debug> HTTP-Session: f8b36f33-ed1d-4e2f-ab2a-3de151c31cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
288 | 2024.07.13 05:36:00.847219 [ 3 ] {} <Debug> HTTP-Session: f8b36f33-ed1d-4e2f-ab2a-3de151c31cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.07.13 05:36:00.847235 [ 3 ] {} <Debug> HTTP-Session: f8b36f33-ed1d-4e2f-ab2a-3de151c31cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.07.13 05:36:00.847271 [ 3 ] {} <Trace> HTTP-Session: f8b36f33-ed1d-4e2f-ab2a-3de151c31cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.07.13 05:36:00.847460 [ 3 ] {48d18ec6-9e95-48ef-a5f1-a7d4cd1c3b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) /* 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.13 05:36:00.847513 [ 3 ] {48d18ec6-9e95-48ef-a5f1-a7d4cd1c3b82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.07.13 05:36:00.859762 [ 3 ] {48d18ec6-9e95-48ef-a5f1-a7d4cd1c3b82} <Debug> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Loading data parts | ||
304 | 2024.07.13 05:36:00.859941 [ 3 ] {48d18ec6-9e95-48ef-a5f1-a7d4cd1c3b82} <Debug> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): There are no data parts | ||
305 | 2024.07.13 05:36:00.861768 [ 3 ] {48d18ec6-9e95-48ef-a5f1-a7d4cd1c3b82} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.07.13 05:36:00.861794 [ 3 ] {} <Debug> HTTP-Session: f8b36f33-ed1d-4e2f-ab2a-3de151c31cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.07.13 05:36:00.861949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.07.13 05:36:00.862002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.07.13 05:36:00.862024 [ 3 ] {} <Debug> HTTP-Session: df60cfb6-390a-45ba-9e7d-83e5cb1c2fd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
310 | 2024.07.13 05:36:00.862040 [ 3 ] {} <Debug> HTTP-Session: df60cfb6-390a-45ba-9e7d-83e5cb1c2fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.07.13 05:36:00.862057 [ 3 ] {} <Debug> HTTP-Session: df60cfb6-390a-45ba-9e7d-83e5cb1c2fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.07.13 05:36:00.862086 [ 3 ] {} <Trace> HTTP-Session: df60cfb6-390a-45ba-9e7d-83e5cb1c2fd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.07.13 05:36:00.862261 [ 3 ] {54c6b1d2-94c5-4780-95a9-0bfaa000aacc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.862307 [ 3 ] {54c6b1d2-94c5-4780-95a9-0bfaa000aacc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.07.13 05:36:00.867074 [ 3 ] {54c6b1d2-94c5-4780-95a9-0bfaa000aacc} <Debug> oximeter.measurements_i8 (14bfe414-aa2e-4890-95a8-a585b4ed333f): Loading data parts | ||
316 | 2024.07.13 05:36:00.867285 [ 3 ] {54c6b1d2-94c5-4780-95a9-0bfaa000aacc} <Debug> oximeter.measurements_i8 (14bfe414-aa2e-4890-95a8-a585b4ed333f): There are no data parts | ||
317 | 2024.07.13 05:36:00.868942 [ 3 ] {54c6b1d2-94c5-4780-95a9-0bfaa000aacc} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.07.13 05:36:00.868987 [ 3 ] {} <Debug> HTTP-Session: df60cfb6-390a-45ba-9e7d-83e5cb1c2fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.07.13 05:36:00.869096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.07.13 05:36:00.869146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.07.13 05:36:00.869169 [ 3 ] {} <Debug> HTTP-Session: a6e4f4d8-4e2e-4f20-b975-11eddd685971 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
322 | 2024.07.13 05:36:00.869185 [ 3 ] {} <Debug> HTTP-Session: a6e4f4d8-4e2e-4f20-b975-11eddd685971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.07.13 05:36:00.869201 [ 3 ] {} <Debug> HTTP-Session: a6e4f4d8-4e2e-4f20-b975-11eddd685971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.07.13 05:36:00.869234 [ 3 ] {} <Trace> HTTP-Session: a6e4f4d8-4e2e-4f20-b975-11eddd685971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.07.13 05:36:00.869401 [ 3 ] {9b64f2ec-7379-4765-94e7-b082b94752dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.869450 [ 3 ] {9b64f2ec-7379-4765-94e7-b082b94752dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.07.13 05:36:00.873399 [ 3 ] {9b64f2ec-7379-4765-94e7-b082b94752dc} <Debug> oximeter.measurements_u8 (8987d08b-92f9-4df1-9b6a-8fe8e05712ba): Loading data parts | ||
328 | 2024.07.13 05:36:00.873590 [ 3 ] {9b64f2ec-7379-4765-94e7-b082b94752dc} <Debug> oximeter.measurements_u8 (8987d08b-92f9-4df1-9b6a-8fe8e05712ba): There are no data parts | ||
329 | 2024.07.13 05:36:00.874996 [ 3 ] {9b64f2ec-7379-4765-94e7-b082b94752dc} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.07.13 05:36:00.875022 [ 3 ] {} <Debug> HTTP-Session: a6e4f4d8-4e2e-4f20-b975-11eddd685971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.07.13 05:36:00.875156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.07.13 05:36:00.875207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.07.13 05:36:00.875230 [ 3 ] {} <Debug> HTTP-Session: acd6fc6e-cf0f-4c4f-87fb-b4cb3ef8d162 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
334 | 2024.07.13 05:36:00.875245 [ 3 ] {} <Debug> HTTP-Session: acd6fc6e-cf0f-4c4f-87fb-b4cb3ef8d162 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.07.13 05:36:00.875262 [ 3 ] {} <Debug> HTTP-Session: acd6fc6e-cf0f-4c4f-87fb-b4cb3ef8d162 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.07.13 05:36:00.875294 [ 3 ] {} <Trace> HTTP-Session: acd6fc6e-cf0f-4c4f-87fb-b4cb3ef8d162 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.07.13 05:36:00.875472 [ 3 ] {e95de678-6496-45cc-ad03-d1ed07afb8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.875518 [ 3 ] {e95de678-6496-45cc-ad03-d1ed07afb8ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.07.13 05:36:00.880261 [ 3 ] {e95de678-6496-45cc-ad03-d1ed07afb8ae} <Debug> oximeter.measurements_i16 (c2ccf7d1-452d-4615-9d22-755ed7990fbd): Loading data parts | ||
340 | 2024.07.13 05:36:00.880513 [ 3 ] {e95de678-6496-45cc-ad03-d1ed07afb8ae} <Debug> oximeter.measurements_i16 (c2ccf7d1-452d-4615-9d22-755ed7990fbd): There are no data parts | ||
341 | 2024.07.13 05:36:00.882124 [ 3 ] {e95de678-6496-45cc-ad03-d1ed07afb8ae} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.07.13 05:36:00.882155 [ 3 ] {} <Debug> HTTP-Session: acd6fc6e-cf0f-4c4f-87fb-b4cb3ef8d162 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.07.13 05:36:00.882266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.07.13 05:36:00.882317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.07.13 05:36:00.882339 [ 3 ] {} <Debug> HTTP-Session: cb4bdd75-0dc4-4fd1-b026-770a468ccda3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
346 | 2024.07.13 05:36:00.882355 [ 3 ] {} <Debug> HTTP-Session: cb4bdd75-0dc4-4fd1-b026-770a468ccda3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.07.13 05:36:00.882371 [ 3 ] {} <Debug> HTTP-Session: cb4bdd75-0dc4-4fd1-b026-770a468ccda3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.07.13 05:36:00.882408 [ 3 ] {} <Trace> HTTP-Session: cb4bdd75-0dc4-4fd1-b026-770a468ccda3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.07.13 05:36:00.882576 [ 3 ] {3d9ad828-14e0-47aa-abcc-a7d28fa851e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.882626 [ 3 ] {3d9ad828-14e0-47aa-abcc-a7d28fa851e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.07.13 05:36:00.886516 [ 3 ] {3d9ad828-14e0-47aa-abcc-a7d28fa851e0} <Debug> oximeter.measurements_u16 (e8633911-8b0e-4e2c-b9c4-de85aa1fc806): Loading data parts | ||
352 | 2024.07.13 05:36:00.886683 [ 3 ] {3d9ad828-14e0-47aa-abcc-a7d28fa851e0} <Debug> oximeter.measurements_u16 (e8633911-8b0e-4e2c-b9c4-de85aa1fc806): There are no data parts | ||
353 | 2024.07.13 05:36:00.888067 [ 3 ] {3d9ad828-14e0-47aa-abcc-a7d28fa851e0} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.07.13 05:36:00.888097 [ 3 ] {} <Debug> HTTP-Session: cb4bdd75-0dc4-4fd1-b026-770a468ccda3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.07.13 05:36:00.888218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.07.13 05:36:00.888270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.07.13 05:36:00.888292 [ 3 ] {} <Debug> HTTP-Session: 55e3e9eb-08ec-41e9-9d08-a82fc7d3d0a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
358 | 2024.07.13 05:36:00.888323 [ 3 ] {} <Debug> HTTP-Session: 55e3e9eb-08ec-41e9-9d08-a82fc7d3d0a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.07.13 05:36:00.888337 [ 3 ] {} <Debug> HTTP-Session: 55e3e9eb-08ec-41e9-9d08-a82fc7d3d0a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.07.13 05:36:00.888371 [ 3 ] {} <Trace> HTTP-Session: 55e3e9eb-08ec-41e9-9d08-a82fc7d3d0a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.07.13 05:36:00.888551 [ 3 ] {169b86f3-0b15-46f2-8f6f-fe32b611a0c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.888598 [ 3 ] {169b86f3-0b15-46f2-8f6f-fe32b611a0c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.07.13 05:36:00.893360 [ 3 ] {169b86f3-0b15-46f2-8f6f-fe32b611a0c8} <Debug> oximeter.measurements_i32 (bba0bd88-9e48-458c-8c2f-0b12ca38ec7a): Loading data parts | ||
364 | 2024.07.13 05:36:00.893574 [ 3 ] {169b86f3-0b15-46f2-8f6f-fe32b611a0c8} <Debug> oximeter.measurements_i32 (bba0bd88-9e48-458c-8c2f-0b12ca38ec7a): There are no data parts | ||
365 | 2024.07.13 05:36:00.895075 [ 3 ] {169b86f3-0b15-46f2-8f6f-fe32b611a0c8} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.07.13 05:36:00.895106 [ 3 ] {} <Debug> HTTP-Session: 55e3e9eb-08ec-41e9-9d08-a82fc7d3d0a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.07.13 05:36:00.895244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.07.13 05:36:00.895297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.07.13 05:36:00.895342 [ 3 ] {} <Debug> HTTP-Session: b14b8266-3b90-4e38-b38e-b5d05d31fd2b Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
370 | 2024.07.13 05:36:00.895359 [ 3 ] {} <Debug> HTTP-Session: b14b8266-3b90-4e38-b38e-b5d05d31fd2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.07.13 05:36:00.895377 [ 3 ] {} <Debug> HTTP-Session: b14b8266-3b90-4e38-b38e-b5d05d31fd2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.07.13 05:36:00.895411 [ 3 ] {} <Trace> HTTP-Session: b14b8266-3b90-4e38-b38e-b5d05d31fd2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.07.13 05:36:00.895584 [ 3 ] {b1ebdf5f-2782-44b7-b0cd-6f6eeb06cc82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.895634 [ 3 ] {b1ebdf5f-2782-44b7-b0cd-6f6eeb06cc82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.07.13 05:36:00.899576 [ 3 ] {b1ebdf5f-2782-44b7-b0cd-6f6eeb06cc82} <Debug> oximeter.measurements_u32 (2d550c42-2534-43b6-9526-56d76a582421): Loading data parts | ||
376 | 2024.07.13 05:36:00.899745 [ 3 ] {b1ebdf5f-2782-44b7-b0cd-6f6eeb06cc82} <Debug> oximeter.measurements_u32 (2d550c42-2534-43b6-9526-56d76a582421): There are no data parts | ||
377 | 2024.07.13 05:36:00.901135 [ 3 ] {b1ebdf5f-2782-44b7-b0cd-6f6eeb06cc82} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.07.13 05:36:00.901177 [ 3 ] {} <Debug> HTTP-Session: b14b8266-3b90-4e38-b38e-b5d05d31fd2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.07.13 05:36:00.901299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.07.13 05:36:00.901357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.07.13 05:36:00.901381 [ 3 ] {} <Debug> HTTP-Session: 5ccd2c8b-6c56-443d-b0ce-739e1a51ae46 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
382 | 2024.07.13 05:36:00.901405 [ 3 ] {} <Debug> HTTP-Session: 5ccd2c8b-6c56-443d-b0ce-739e1a51ae46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.07.13 05:36:00.901418 [ 3 ] {} <Debug> HTTP-Session: 5ccd2c8b-6c56-443d-b0ce-739e1a51ae46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.07.13 05:36:00.901452 [ 3 ] {} <Trace> HTTP-Session: 5ccd2c8b-6c56-443d-b0ce-739e1a51ae46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.07.13 05:36:00.901625 [ 3 ] {2c30a344-5aa4-439d-ac25-02b2be5e9af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.901679 [ 3 ] {2c30a344-5aa4-439d-ac25-02b2be5e9af3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.07.13 05:36:00.906368 [ 3 ] {2c30a344-5aa4-439d-ac25-02b2be5e9af3} <Debug> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Loading data parts | ||
388 | 2024.07.13 05:36:00.906525 [ 3 ] {2c30a344-5aa4-439d-ac25-02b2be5e9af3} <Debug> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): There are no data parts | ||
389 | 2024.07.13 05:36:00.907970 [ 3 ] {2c30a344-5aa4-439d-ac25-02b2be5e9af3} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.07.13 05:36:00.908007 [ 3 ] {} <Debug> HTTP-Session: 5ccd2c8b-6c56-443d-b0ce-739e1a51ae46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.07.13 05:36:00.908117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.07.13 05:36:00.908173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.07.13 05:36:00.908192 [ 3 ] {} <Debug> HTTP-Session: 54311d01-47c3-4a46-b01d-8b4e8883970c Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
394 | 2024.07.13 05:36:00.908214 [ 3 ] {} <Debug> HTTP-Session: 54311d01-47c3-4a46-b01d-8b4e8883970c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.07.13 05:36:00.908228 [ 3 ] {} <Debug> HTTP-Session: 54311d01-47c3-4a46-b01d-8b4e8883970c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.07.13 05:36:00.908262 [ 3 ] {} <Trace> HTTP-Session: 54311d01-47c3-4a46-b01d-8b4e8883970c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.07.13 05:36:00.908437 [ 3 ] {5f09b39c-53f0-4b8f-b5ff-c90f82c56250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.908486 [ 3 ] {5f09b39c-53f0-4b8f-b5ff-c90f82c56250} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.07.13 05:36:00.912833 [ 3 ] {5f09b39c-53f0-4b8f-b5ff-c90f82c56250} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Loading data parts | ||
400 | 2024.07.13 05:36:00.913082 [ 3 ] {5f09b39c-53f0-4b8f-b5ff-c90f82c56250} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): There are no data parts | ||
401 | 2024.07.13 05:36:00.914662 [ 3 ] {5f09b39c-53f0-4b8f-b5ff-c90f82c56250} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.07.13 05:36:00.914694 [ 3 ] {} <Debug> HTTP-Session: 54311d01-47c3-4a46-b01d-8b4e8883970c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.07.13 05:36:00.914836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.07.13 05:36:00.914883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.07.13 05:36:00.914908 [ 3 ] {} <Debug> HTTP-Session: 07c067f8-7a3d-4648-b162-3466b0b8556a Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
406 | 2024.07.13 05:36:00.914929 [ 3 ] {} <Debug> HTTP-Session: 07c067f8-7a3d-4648-b162-3466b0b8556a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.07.13 05:36:00.914942 [ 3 ] {} <Debug> HTTP-Session: 07c067f8-7a3d-4648-b162-3466b0b8556a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.07.13 05:36:00.914976 [ 3 ] {} <Trace> HTTP-Session: 07c067f8-7a3d-4648-b162-3466b0b8556a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.07.13 05:36:00.915150 [ 3 ] {58496cfc-3400-4926-8ea9-677c5af96912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.915202 [ 3 ] {58496cfc-3400-4926-8ea9-677c5af96912} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.07.13 05:36:00.919936 [ 3 ] {58496cfc-3400-4926-8ea9-677c5af96912} <Debug> oximeter.measurements_f32 (c96a9d66-6873-42d1-9ad0-77a54a486d07): Loading data parts | ||
412 | 2024.07.13 05:36:00.920118 [ 3 ] {58496cfc-3400-4926-8ea9-677c5af96912} <Debug> oximeter.measurements_f32 (c96a9d66-6873-42d1-9ad0-77a54a486d07): There are no data parts | ||
413 | 2024.07.13 05:36:00.921585 [ 3 ] {58496cfc-3400-4926-8ea9-677c5af96912} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.07.13 05:36:00.921611 [ 3 ] {} <Debug> HTTP-Session: 07c067f8-7a3d-4648-b162-3466b0b8556a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.07.13 05:36:00.921725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.07.13 05:36:00.921783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.07.13 05:36:00.921803 [ 3 ] {} <Debug> HTTP-Session: d18dcd00-643f-4b1d-a5bc-2fb933c8223f Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
418 | 2024.07.13 05:36:00.921826 [ 3 ] {} <Debug> HTTP-Session: d18dcd00-643f-4b1d-a5bc-2fb933c8223f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.07.13 05:36:00.921845 [ 3 ] {} <Debug> HTTP-Session: d18dcd00-643f-4b1d-a5bc-2fb933c8223f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.07.13 05:36:00.921877 [ 3 ] {} <Trace> HTTP-Session: d18dcd00-643f-4b1d-a5bc-2fb933c8223f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.07.13 05:36:00.922051 [ 3 ] {e8973f7f-d571-4ccb-9eff-13955396c490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.922112 [ 3 ] {e8973f7f-d571-4ccb-9eff-13955396c490} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.07.13 05:36:00.926673 [ 3 ] {e8973f7f-d571-4ccb-9eff-13955396c490} <Debug> oximeter.measurements_f64 (ad94e124-79dd-4bbb-84c4-fd55b38031c3): Loading data parts | ||
424 | 2024.07.13 05:36:00.926857 [ 3 ] {e8973f7f-d571-4ccb-9eff-13955396c490} <Debug> oximeter.measurements_f64 (ad94e124-79dd-4bbb-84c4-fd55b38031c3): There are no data parts | ||
425 | 2024.07.13 05:36:00.928335 [ 3 ] {e8973f7f-d571-4ccb-9eff-13955396c490} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.07.13 05:36:00.928370 [ 3 ] {} <Debug> HTTP-Session: d18dcd00-643f-4b1d-a5bc-2fb933c8223f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.07.13 05:36:00.928490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.07.13 05:36:00.928541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.07.13 05:36:00.928561 [ 3 ] {} <Debug> HTTP-Session: a149616a-d897-453c-95ce-85ac01e7a897 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
430 | 2024.07.13 05:36:00.928583 [ 3 ] {} <Debug> HTTP-Session: a149616a-d897-453c-95ce-85ac01e7a897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.07.13 05:36:00.928597 [ 3 ] {} <Debug> HTTP-Session: a149616a-d897-453c-95ce-85ac01e7a897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.07.13 05:36:00.928631 [ 3 ] {} <Trace> HTTP-Session: a149616a-d897-453c-95ce-85ac01e7a897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.07.13 05:36:00.928816 [ 3 ] {9d25b4a6-d4fa-4b7b-ab1d-8e3900a4769b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.928876 [ 3 ] {9d25b4a6-d4fa-4b7b-ab1d-8e3900a4769b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.07.13 05:36:00.940610 [ 3 ] {9d25b4a6-d4fa-4b7b-ab1d-8e3900a4769b} <Debug> oximeter.measurements_string (8ef84c20-abff-4d6a-b61a-44fd199891b4): Loading data parts | ||
436 | 2024.07.13 05:36:00.940886 [ 3 ] {9d25b4a6-d4fa-4b7b-ab1d-8e3900a4769b} <Debug> oximeter.measurements_string (8ef84c20-abff-4d6a-b61a-44fd199891b4): There are no data parts | ||
437 | 2024.07.13 05:36:00.951412 [ 3 ] {9d25b4a6-d4fa-4b7b-ab1d-8e3900a4769b} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.07.13 05:36:00.951443 [ 3 ] {} <Debug> HTTP-Session: a149616a-d897-453c-95ce-85ac01e7a897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.07.13 05:36:00.951585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.07.13 05:36:00.951647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.07.13 05:36:00.951671 [ 3 ] {} <Debug> HTTP-Session: d9097527-b0af-4076-b17a-d53a4b4f1295 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
442 | 2024.07.13 05:36:00.951697 [ 3 ] {} <Debug> HTTP-Session: d9097527-b0af-4076-b17a-d53a4b4f1295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.07.13 05:36:00.951727 [ 3 ] {} <Debug> HTTP-Session: d9097527-b0af-4076-b17a-d53a4b4f1295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.07.13 05:36:00.951765 [ 3 ] {} <Trace> HTTP-Session: d9097527-b0af-4076-b17a-d53a4b4f1295 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.07.13 05:36:00.951984 [ 3 ] {e9632c22-6e6f-415d-8ccd-d63090bd7973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.952060 [ 3 ] {e9632c22-6e6f-415d-8ccd-d63090bd7973} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.07.13 05:36:00.961084 [ 3 ] {e9632c22-6e6f-415d-8ccd-d63090bd7973} <Debug> oximeter.measurements_bytes (3dcca2b5-133b-4dcf-bfc3-785b37a8213c): Loading data parts | ||
455 | 2024.07.13 05:36:00.961289 [ 3 ] {e9632c22-6e6f-415d-8ccd-d63090bd7973} <Debug> oximeter.measurements_bytes (3dcca2b5-133b-4dcf-bfc3-785b37a8213c): There are no data parts | ||
456 | 2024.07.13 05:36:00.966608 [ 3 ] {e9632c22-6e6f-415d-8ccd-d63090bd7973} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.07.13 05:36:00.966639 [ 3 ] {} <Debug> HTTP-Session: d9097527-b0af-4076-b17a-d53a4b4f1295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.07.13 05:36:00.966819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.07.13 05:36:00.966892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.07.13 05:36:00.966916 [ 3 ] {} <Debug> HTTP-Session: 484028fc-1aa6-4639-ba6c-4ce60ae38029 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
461 | 2024.07.13 05:36:00.966942 [ 3 ] {} <Debug> HTTP-Session: 484028fc-1aa6-4639-ba6c-4ce60ae38029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.07.13 05:36:00.966965 [ 3 ] {} <Debug> HTTP-Session: 484028fc-1aa6-4639-ba6c-4ce60ae38029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.07.13 05:36:00.967008 [ 3 ] {} <Trace> HTTP-Session: 484028fc-1aa6-4639-ba6c-4ce60ae38029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.07.13 05:36:00.967211 [ 3 ] {012f3553-ccf9-4054-bb4b-86efd2082b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:00.967262 [ 3 ] {012f3553-ccf9-4054-bb4b-86efd2082b1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.07.13 05:36:00.969161 [ 3 ] {012f3553-ccf9-4054-bb4b-86efd2082b1f} <Debug> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Loading data parts | ||
467 | 2024.07.13 05:36:00.969340 [ 3 ] {012f3553-ccf9-4054-bb4b-86efd2082b1f} <Debug> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): There are no data parts | ||
468 | 2024.07.13 05:36:00.972866 [ 3 ] {012f3553-ccf9-4054-bb4b-86efd2082b1f} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.07.13 05:36:00.972915 [ 3 ] {} <Debug> HTTP-Session: 484028fc-1aa6-4639-ba6c-4ce60ae38029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.07.13 05:36:00.973056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.07.13 05:36:00.973123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.07.13 05:36:00.973142 [ 3 ] {} <Debug> HTTP-Session: 18b37c87-1472-4e15-845b-bb2a497edae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
473 | 2024.07.13 05:36:00.973163 [ 3 ] {} <Debug> HTTP-Session: 18b37c87-1472-4e15-845b-bb2a497edae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.07.13 05:36:00.973178 [ 3 ] {} <Debug> HTTP-Session: 18b37c87-1472-4e15-845b-bb2a497edae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.07.13 05:36:00.973213 [ 3 ] {} <Trace> HTTP-Session: 18b37c87-1472-4e15-845b-bb2a497edae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.07.13 05:36:00.973398 [ 3 ] {54005eba-3b26-483c-ba45-c13f8aa748bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.07.13 05:36:00.973452 [ 3 ] {54005eba-3b26-483c-ba45-c13f8aa748bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.07.13 05:36:00.975181 [ 3 ] {54005eba-3b26-483c-ba45-c13f8aa748bd} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Loading data parts | ||
479 | 2024.07.13 05:36:00.975337 [ 3 ] {54005eba-3b26-483c-ba45-c13f8aa748bd} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): There are no data parts | ||
480 | 2024.07.13 05:36:00.979956 [ 3 ] {54005eba-3b26-483c-ba45-c13f8aa748bd} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.07.13 05:36:00.980009 [ 3 ] {} <Debug> HTTP-Session: 18b37c87-1472-4e15-845b-bb2a497edae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.07.13 05:36:00.980175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.07.13 05:36:00.980228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.07.13 05:36:00.980247 [ 3 ] {} <Debug> HTTP-Session: 555a3cb7-9235-48a6-aabc-0e6553dfb412 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
485 | 2024.07.13 05:36:00.980270 [ 3 ] {} <Debug> HTTP-Session: 555a3cb7-9235-48a6-aabc-0e6553dfb412 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.07.13 05:36:00.980289 [ 3 ] {} <Debug> HTTP-Session: 555a3cb7-9235-48a6-aabc-0e6553dfb412 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.07.13 05:36:00.980319 [ 3 ] {} <Trace> HTTP-Session: 555a3cb7-9235-48a6-aabc-0e6553dfb412 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.07.13 05:36:00.980506 [ 3 ] {c39668ad-6196-4378-8c68-f4c3222d1e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.07.13 05:36:00.980574 [ 3 ] {c39668ad-6196-4378-8c68-f4c3222d1e96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.07.13 05:36:00.982453 [ 3 ] {c39668ad-6196-4378-8c68-f4c3222d1e96} <Debug> oximeter.measurements_cumulativef32 (892be599-ca8c-4c23-b0c4-262d694b0f67): Loading data parts | ||
491 | 2024.07.13 05:36:00.982616 [ 3 ] {c39668ad-6196-4378-8c68-f4c3222d1e96} <Debug> oximeter.measurements_cumulativef32 (892be599-ca8c-4c23-b0c4-262d694b0f67): There are no data parts | ||
492 | 2024.07.13 05:36:00.986011 [ 3 ] {c39668ad-6196-4378-8c68-f4c3222d1e96} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.07.13 05:36:00.986060 [ 3 ] {} <Debug> HTTP-Session: 555a3cb7-9235-48a6-aabc-0e6553dfb412 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.07.13 05:36:00.986187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.07.13 05:36:00.986245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.07.13 05:36:00.986270 [ 3 ] {} <Debug> HTTP-Session: f88ca2af-80fe-4ad2-b862-3898d57d8908 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
497 | 2024.07.13 05:36:00.986292 [ 3 ] {} <Debug> HTTP-Session: f88ca2af-80fe-4ad2-b862-3898d57d8908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.07.13 05:36:00.986306 [ 3 ] {} <Debug> HTTP-Session: f88ca2af-80fe-4ad2-b862-3898d57d8908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.07.13 05:36:00.986340 [ 3 ] {} <Trace> HTTP-Session: f88ca2af-80fe-4ad2-b862-3898d57d8908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.07.13 05:36:00.986531 [ 3 ] {bae1a249-7eba-4417-9d6e-1cc0abd71346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.07.13 05:36:00.986586 [ 3 ] {bae1a249-7eba-4417-9d6e-1cc0abd71346} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.07.13 05:36:00.988299 [ 3 ] {bae1a249-7eba-4417-9d6e-1cc0abd71346} <Debug> oximeter.measurements_cumulativef64 (9718b8e5-0e7b-4827-b493-3237a62978d1): Loading data parts | ||
503 | 2024.07.13 05:36:00.988470 [ 3 ] {bae1a249-7eba-4417-9d6e-1cc0abd71346} <Debug> oximeter.measurements_cumulativef64 (9718b8e5-0e7b-4827-b493-3237a62978d1): There are no data parts | ||
504 | 2024.07.13 05:36:00.993097 [ 3 ] {bae1a249-7eba-4417-9d6e-1cc0abd71346} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.07.13 05:36:00.993156 [ 3 ] {} <Debug> HTTP-Session: f88ca2af-80fe-4ad2-b862-3898d57d8908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.07.13 05:36:00.993404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.07.13 05:36:00.993502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.07.13 05:36:00.993525 [ 3 ] {} <Debug> HTTP-Session: 8d30a545-087b-4348-88f7-be17f50d366e Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
509 | 2024.07.13 05:36:00.993548 [ 3 ] {} <Debug> HTTP-Session: 8d30a545-087b-4348-88f7-be17f50d366e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.07.13 05:36:00.993573 [ 3 ] {} <Debug> HTTP-Session: 8d30a545-087b-4348-88f7-be17f50d366e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.07.13 05:36:00.993602 [ 3 ] {} <Trace> HTTP-Session: 8d30a545-087b-4348-88f7-be17f50d366e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.07.13 05:36:00.993851 [ 3 ] {33f48bad-a04f-4707-81b3-3493e28f2651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.07.13 05:36:00.993921 [ 3 ] {33f48bad-a04f-4707-81b3-3493e28f2651} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.07.13 05:36:00.996020 [ 3 ] {33f48bad-a04f-4707-81b3-3493e28f2651} <Debug> oximeter.measurements_histogrami8 (90097eb9-91e4-443d-a29d-1ad4d7efd745): Loading data parts | ||
525 | 2024.07.13 05:36:00.996194 [ 3 ] {33f48bad-a04f-4707-81b3-3493e28f2651} <Debug> oximeter.measurements_histogrami8 (90097eb9-91e4-443d-a29d-1ad4d7efd745): There are no data parts | ||
526 | 2024.07.13 05:36:00.999669 [ 3 ] {33f48bad-a04f-4707-81b3-3493e28f2651} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.07.13 05:36:00.999709 [ 3 ] {} <Debug> HTTP-Session: 8d30a545-087b-4348-88f7-be17f50d366e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.07.13 05:36:00.999883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.07.13 05:36:00.999940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.07.13 05:36:00.999970 [ 3 ] {} <Debug> HTTP-Session: a2ad7d23-0cda-47cf-abd5-7d2c1a24f59b Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
531 | 2024.07.13 05:36:00.999997 [ 3 ] {} <Debug> HTTP-Session: a2ad7d23-0cda-47cf-abd5-7d2c1a24f59b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.07.13 05:36:01.000013 [ 3 ] {} <Debug> HTTP-Session: a2ad7d23-0cda-47cf-abd5-7d2c1a24f59b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.07.13 05:36:01.000062 [ 3 ] {} <Trace> HTTP-Session: a2ad7d23-0cda-47cf-abd5-7d2c1a24f59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.07.13 05:36:01.000186 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.83 MiB, peak 161.13 MiB, free memory in arenas 0.00 B, will set to 170.90 MiB (RSS), difference: 11.07 MiB | ||
535 | 2024.07.13 05:36:01.000579 [ 3 ] {a77d0862-039f-49d8-9c97-1a1580086ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.000709 [ 3 ] {a77d0862-039f-49d8-9c97-1a1580086ffd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
537 | 2024.07.13 05:36:01.002761 [ 3 ] {a77d0862-039f-49d8-9c97-1a1580086ffd} <Debug> oximeter.measurements_histogramu8 (90770d71-930e-47c2-9a36-bfb1c484664d): Loading data parts | ||
538 | 2024.07.13 05:36:01.002941 [ 3 ] {a77d0862-039f-49d8-9c97-1a1580086ffd} <Debug> oximeter.measurements_histogramu8 (90770d71-930e-47c2-9a36-bfb1c484664d): There are no data parts | ||
539 | 2024.07.13 05:36:01.007666 [ 3 ] {a77d0862-039f-49d8-9c97-1a1580086ffd} <Debug> DynamicQueryHandler: Done processing query | ||
540 | 2024.07.13 05:36:01.007733 [ 3 ] {} <Debug> HTTP-Session: a2ad7d23-0cda-47cf-abd5-7d2c1a24f59b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.07.13 05:36:01.007938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
542 | 2024.07.13 05:36:01.008044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
543 | 2024.07.13 05:36:01.008097 [ 3 ] {} <Debug> HTTP-Session: 292ddbaa-7aeb-488c-9df9-75915446a3d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
544 | 2024.07.13 05:36:01.008129 [ 3 ] {} <Debug> HTTP-Session: 292ddbaa-7aeb-488c-9df9-75915446a3d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.07.13 05:36:01.008144 [ 3 ] {} <Debug> HTTP-Session: 292ddbaa-7aeb-488c-9df9-75915446a3d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
546 | 2024.07.13 05:36:01.008180 [ 3 ] {} <Trace> HTTP-Session: 292ddbaa-7aeb-488c-9df9-75915446a3d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
547 | 2024.07.13 05:36:01.008435 [ 3 ] {dc8ca693-d7ed-4197-b2b0-f00fedb32fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.008502 [ 3 ] {dc8ca693-d7ed-4197-b2b0-f00fedb32fca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
549 | 2024.07.13 05:36:01.010701 [ 3 ] {dc8ca693-d7ed-4197-b2b0-f00fedb32fca} <Debug> oximeter.measurements_histogrami16 (e70cc6a5-02d1-490f-96ec-bc300f20024b): Loading data parts | ||
550 | 2024.07.13 05:36:01.010921 [ 3 ] {dc8ca693-d7ed-4197-b2b0-f00fedb32fca} <Debug> oximeter.measurements_histogrami16 (e70cc6a5-02d1-490f-96ec-bc300f20024b): There are no data parts | ||
551 | 2024.07.13 05:36:01.013756 [ 3 ] {dc8ca693-d7ed-4197-b2b0-f00fedb32fca} <Debug> DynamicQueryHandler: Done processing query | ||
552 | 2024.07.13 05:36:01.013803 [ 3 ] {} <Debug> HTTP-Session: 292ddbaa-7aeb-488c-9df9-75915446a3d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.07.13 05:36:01.013928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
554 | 2024.07.13 05:36:01.013992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
555 | 2024.07.13 05:36:01.014030 [ 3 ] {} <Debug> HTTP-Session: d511108b-bd67-4f7f-adcf-5d7fd829133b Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
556 | 2024.07.13 05:36:01.014050 [ 3 ] {} <Debug> HTTP-Session: d511108b-bd67-4f7f-adcf-5d7fd829133b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.07.13 05:36:01.014073 [ 3 ] {} <Debug> HTTP-Session: d511108b-bd67-4f7f-adcf-5d7fd829133b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
558 | 2024.07.13 05:36:01.014109 [ 3 ] {} <Trace> HTTP-Session: d511108b-bd67-4f7f-adcf-5d7fd829133b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
559 | 2024.07.13 05:36:01.014357 [ 3 ] {c9f00dd0-b739-49f1-91f5-a5f17f3dfd10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.014424 [ 3 ] {c9f00dd0-b739-49f1-91f5-a5f17f3dfd10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
561 | 2024.07.13 05:36:01.016384 [ 3 ] {c9f00dd0-b739-49f1-91f5-a5f17f3dfd10} <Debug> oximeter.measurements_histogramu16 (f5366dc5-3c6a-4538-ad25-cfc73419a0a7): Loading data parts | ||
562 | 2024.07.13 05:36:01.016560 [ 3 ] {c9f00dd0-b739-49f1-91f5-a5f17f3dfd10} <Debug> oximeter.measurements_histogramu16 (f5366dc5-3c6a-4538-ad25-cfc73419a0a7): There are no data parts | ||
563 | 2024.07.13 05:36:01.021074 [ 3 ] {c9f00dd0-b739-49f1-91f5-a5f17f3dfd10} <Debug> DynamicQueryHandler: Done processing query | ||
564 | 2024.07.13 05:36:01.021114 [ 3 ] {} <Debug> HTTP-Session: d511108b-bd67-4f7f-adcf-5d7fd829133b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.07.13 05:36:01.021284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
566 | 2024.07.13 05:36:01.021340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
567 | 2024.07.13 05:36:01.021373 [ 3 ] {} <Debug> HTTP-Session: d128d754-8d9b-4889-b01a-45eab0de40cd Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
568 | 2024.07.13 05:36:01.021402 [ 3 ] {} <Debug> HTTP-Session: d128d754-8d9b-4889-b01a-45eab0de40cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.07.13 05:36:01.021420 [ 3 ] {} <Debug> HTTP-Session: d128d754-8d9b-4889-b01a-45eab0de40cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
570 | 2024.07.13 05:36:01.021463 [ 3 ] {} <Trace> HTTP-Session: d128d754-8d9b-4889-b01a-45eab0de40cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
571 | 2024.07.13 05:36:01.021780 [ 3 ] {e9f6093d-e74a-4b64-bf60-5f409a84ff7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.021871 [ 3 ] {e9f6093d-e74a-4b64-bf60-5f409a84ff7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
573 | 2024.07.13 05:36:01.024063 [ 3 ] {e9f6093d-e74a-4b64-bf60-5f409a84ff7d} <Debug> oximeter.measurements_histogrami32 (58804c6b-924a-4e74-84a9-78a836e8726c): Loading data parts | ||
574 | 2024.07.13 05:36:01.024256 [ 3 ] {e9f6093d-e74a-4b64-bf60-5f409a84ff7d} <Debug> oximeter.measurements_histogrami32 (58804c6b-924a-4e74-84a9-78a836e8726c): There are no data parts | ||
575 | 2024.07.13 05:36:01.027593 [ 3 ] {e9f6093d-e74a-4b64-bf60-5f409a84ff7d} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.07.13 05:36:01.027644 [ 3 ] {} <Debug> HTTP-Session: d128d754-8d9b-4889-b01a-45eab0de40cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.07.13 05:36:01.027838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.07.13 05:36:01.027960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.07.13 05:36:01.027999 [ 3 ] {} <Debug> HTTP-Session: bf3ea8ea-9333-4747-97e3-cae5472ea5fc Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
580 | 2024.07.13 05:36:01.028093 [ 3 ] {} <Debug> HTTP-Session: bf3ea8ea-9333-4747-97e3-cae5472ea5fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.07.13 05:36:01.028122 [ 3 ] {} <Debug> HTTP-Session: bf3ea8ea-9333-4747-97e3-cae5472ea5fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.07.13 05:36:01.028166 [ 3 ] {} <Trace> HTTP-Session: bf3ea8ea-9333-4747-97e3-cae5472ea5fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.07.13 05:36:01.028416 [ 3 ] {7b8a82ff-f6ad-4a31-916c-c5944db30728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.028482 [ 3 ] {7b8a82ff-f6ad-4a31-916c-c5944db30728} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.07.13 05:36:01.030439 [ 3 ] {7b8a82ff-f6ad-4a31-916c-c5944db30728} <Debug> oximeter.measurements_histogramu32 (b9894cbc-73fc-45cd-90c0-0c0e225b5d93): Loading data parts | ||
586 | 2024.07.13 05:36:01.030600 [ 3 ] {7b8a82ff-f6ad-4a31-916c-c5944db30728} <Debug> oximeter.measurements_histogramu32 (b9894cbc-73fc-45cd-90c0-0c0e225b5d93): There are no data parts | ||
587 | 2024.07.13 05:36:01.035358 [ 3 ] {7b8a82ff-f6ad-4a31-916c-c5944db30728} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.07.13 05:36:01.035425 [ 3 ] {} <Debug> HTTP-Session: bf3ea8ea-9333-4747-97e3-cae5472ea5fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.07.13 05:36:01.035661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.07.13 05:36:01.035754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.07.13 05:36:01.035808 [ 3 ] {} <Debug> HTTP-Session: 5f9a2582-6fd5-4b15-98f3-aedff6a938e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
592 | 2024.07.13 05:36:01.035854 [ 3 ] {} <Debug> HTTP-Session: 5f9a2582-6fd5-4b15-98f3-aedff6a938e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.07.13 05:36:01.035882 [ 3 ] {} <Debug> HTTP-Session: 5f9a2582-6fd5-4b15-98f3-aedff6a938e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.07.13 05:36:01.035953 [ 3 ] {} <Trace> HTTP-Session: 5f9a2582-6fd5-4b15-98f3-aedff6a938e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.07.13 05:36:01.036508 [ 3 ] {fd8d5559-4af1-40d4-a009-0e5ffa874750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.036579 [ 3 ] {fd8d5559-4af1-40d4-a009-0e5ffa874750} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.07.13 05:36:01.038697 [ 3 ] {fd8d5559-4af1-40d4-a009-0e5ffa874750} <Debug> oximeter.measurements_histogrami64 (455bc2d8-fd69-4728-a6dd-8b8c4b1cea8b): Loading data parts | ||
598 | 2024.07.13 05:36:01.038869 [ 3 ] {fd8d5559-4af1-40d4-a009-0e5ffa874750} <Debug> oximeter.measurements_histogrami64 (455bc2d8-fd69-4728-a6dd-8b8c4b1cea8b): There are no data parts | ||
599 | 2024.07.13 05:36:01.041316 [ 3 ] {fd8d5559-4af1-40d4-a009-0e5ffa874750} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.07.13 05:36:01.041343 [ 3 ] {} <Debug> HTTP-Session: 5f9a2582-6fd5-4b15-98f3-aedff6a938e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.07.13 05:36:01.041468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.07.13 05:36:01.041523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.07.13 05:36:01.041542 [ 3 ] {} <Debug> HTTP-Session: 09999540-54a7-4bce-8bcb-039bfc178f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
604 | 2024.07.13 05:36:01.041565 [ 3 ] {} <Debug> HTTP-Session: 09999540-54a7-4bce-8bcb-039bfc178f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.07.13 05:36:01.041593 [ 3 ] {} <Debug> HTTP-Session: 09999540-54a7-4bce-8bcb-039bfc178f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.07.13 05:36:01.041622 [ 3 ] {} <Trace> HTTP-Session: 09999540-54a7-4bce-8bcb-039bfc178f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.07.13 05:36:01.041873 [ 3 ] {7ccb32cb-d266-4037-b164-ad43287d1688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.041946 [ 3 ] {7ccb32cb-d266-4037-b164-ad43287d1688} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.07.13 05:36:01.043866 [ 3 ] {7ccb32cb-d266-4037-b164-ad43287d1688} <Debug> oximeter.measurements_histogramu64 (5cecc62d-64c0-4c51-ac3f-9922a43491c5): Loading data parts | ||
610 | 2024.07.13 05:36:01.044105 [ 3 ] {7ccb32cb-d266-4037-b164-ad43287d1688} <Debug> oximeter.measurements_histogramu64 (5cecc62d-64c0-4c51-ac3f-9922a43491c5): There are no data parts | ||
611 | 2024.07.13 05:36:01.048609 [ 3 ] {7ccb32cb-d266-4037-b164-ad43287d1688} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.07.13 05:36:01.048642 [ 3 ] {} <Debug> HTTP-Session: 09999540-54a7-4bce-8bcb-039bfc178f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.07.13 05:36:01.048820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.07.13 05:36:01.048883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.07.13 05:36:01.048906 [ 3 ] {} <Debug> HTTP-Session: 63e9d774-09ed-45aa-be8e-4ac3d3fd288e Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
616 | 2024.07.13 05:36:01.048936 [ 3 ] {} <Debug> HTTP-Session: 63e9d774-09ed-45aa-be8e-4ac3d3fd288e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.07.13 05:36:01.048953 [ 3 ] {} <Debug> HTTP-Session: 63e9d774-09ed-45aa-be8e-4ac3d3fd288e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.07.13 05:36:01.049004 [ 3 ] {} <Trace> HTTP-Session: 63e9d774-09ed-45aa-be8e-4ac3d3fd288e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.07.13 05:36:01.049286 [ 3 ] {c9260dd8-d17e-4576-ae48-85a8c47057ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.049366 [ 3 ] {c9260dd8-d17e-4576-ae48-85a8c47057ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.07.13 05:36:01.051481 [ 3 ] {c9260dd8-d17e-4576-ae48-85a8c47057ba} <Debug> oximeter.measurements_histogramf32 (bc555f07-bbaf-42fb-8623-84878a783cac): Loading data parts | ||
622 | 2024.07.13 05:36:01.051622 [ 3 ] {c9260dd8-d17e-4576-ae48-85a8c47057ba} <Debug> oximeter.measurements_histogramf32 (bc555f07-bbaf-42fb-8623-84878a783cac): There are no data parts | ||
623 | 2024.07.13 05:36:01.054873 [ 3 ] {c9260dd8-d17e-4576-ae48-85a8c47057ba} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.07.13 05:36:01.054904 [ 3 ] {} <Debug> HTTP-Session: 63e9d774-09ed-45aa-be8e-4ac3d3fd288e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.07.13 05:36:01.055043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.07.13 05:36:01.055100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.07.13 05:36:01.055119 [ 3 ] {} <Debug> HTTP-Session: 8cfb592d-a2c8-4ad9-a1f3-382426f6afe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
628 | 2024.07.13 05:36:01.055142 [ 3 ] {} <Debug> HTTP-Session: 8cfb592d-a2c8-4ad9-a1f3-382426f6afe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.07.13 05:36:01.055163 [ 3 ] {} <Debug> HTTP-Session: 8cfb592d-a2c8-4ad9-a1f3-382426f6afe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.07.13 05:36:01.055192 [ 3 ] {} <Trace> HTTP-Session: 8cfb592d-a2c8-4ad9-a1f3-382426f6afe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.07.13 05:36:01.055442 [ 3 ] {08ed3df2-e69e-49ef-a939-e4aa1655b92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.055516 [ 3 ] {08ed3df2-e69e-49ef-a939-e4aa1655b92e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.07.13 05:36:01.057496 [ 3 ] {08ed3df2-e69e-49ef-a939-e4aa1655b92e} <Debug> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Loading data parts | ||
634 | 2024.07.13 05:36:01.057625 [ 3 ] {08ed3df2-e69e-49ef-a939-e4aa1655b92e} <Debug> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): There are no data parts | ||
635 | 2024.07.13 05:36:01.062148 [ 3 ] {08ed3df2-e69e-49ef-a939-e4aa1655b92e} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.07.13 05:36:01.062200 [ 3 ] {} <Debug> HTTP-Session: 8cfb592d-a2c8-4ad9-a1f3-382426f6afe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.07.13 05:36:01.062388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.07.13 05:36:01.062492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.07.13 05:36:01.062560 [ 3 ] {} <Debug> HTTP-Session: f280c1e0-a852-4f8d-9052-f4424652786c Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
640 | 2024.07.13 05:36:01.062593 [ 3 ] {} <Debug> HTTP-Session: f280c1e0-a852-4f8d-9052-f4424652786c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.07.13 05:36:01.062635 [ 3 ] {} <Debug> HTTP-Session: f280c1e0-a852-4f8d-9052-f4424652786c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.07.13 05:36:01.062715 [ 3 ] {} <Trace> HTTP-Session: f280c1e0-a852-4f8d-9052-f4424652786c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.07.13 05:36:01.063006 [ 3 ] {f0ac7b56-8777-4fbf-b244-911d1fc39566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) /* 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.13 05:36:01.063118 [ 3 ] {f0ac7b56-8777-4fbf-b244-911d1fc39566} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.07.13 05:36:01.064848 [ 3 ] {f0ac7b56-8777-4fbf-b244-911d1fc39566} <Debug> oximeter.fields_bool (026134a2-1b27-434f-8a3b-3c0fe43a8e74): Loading data parts | ||
663 | 2024.07.13 05:36:01.065001 [ 3 ] {f0ac7b56-8777-4fbf-b244-911d1fc39566} <Debug> oximeter.fields_bool (026134a2-1b27-434f-8a3b-3c0fe43a8e74): There are no data parts | ||
664 | 2024.07.13 05:36:01.068339 [ 3 ] {f0ac7b56-8777-4fbf-b244-911d1fc39566} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.07.13 05:36:01.068375 [ 3 ] {} <Debug> HTTP-Session: f280c1e0-a852-4f8d-9052-f4424652786c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.07.13 05:36:01.068497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.07.13 05:36:01.068555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.07.13 05:36:01.068575 [ 3 ] {} <Debug> HTTP-Session: 0b413353-e1b1-4d8d-ad36-a1449ad78ed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
669 | 2024.07.13 05:36:01.068592 [ 3 ] {} <Debug> HTTP-Session: 0b413353-e1b1-4d8d-ad36-a1449ad78ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.07.13 05:36:01.068612 [ 3 ] {} <Debug> HTTP-Session: 0b413353-e1b1-4d8d-ad36-a1449ad78ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.07.13 05:36:01.068649 [ 3 ] {} <Trace> HTTP-Session: 0b413353-e1b1-4d8d-ad36-a1449ad78ed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.07.13 05:36:01.068796 [ 3 ] {f0ea7c13-ab4f-4745-89ff-5efce83d17bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.068850 [ 3 ] {f0ea7c13-ab4f-4745-89ff-5efce83d17bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.07.13 05:36:01.070509 [ 3 ] {f0ea7c13-ab4f-4745-89ff-5efce83d17bd} <Debug> oximeter.fields_i8 (b31d47e3-ff76-4e64-84d5-a6a38f2df7de): Loading data parts | ||
675 | 2024.07.13 05:36:01.070655 [ 3 ] {f0ea7c13-ab4f-4745-89ff-5efce83d17bd} <Debug> oximeter.fields_i8 (b31d47e3-ff76-4e64-84d5-a6a38f2df7de): There are no data parts | ||
676 | 2024.07.13 05:36:01.075283 [ 3 ] {f0ea7c13-ab4f-4745-89ff-5efce83d17bd} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.07.13 05:36:01.075366 [ 3 ] {} <Debug> HTTP-Session: 0b413353-e1b1-4d8d-ad36-a1449ad78ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.07.13 05:36:01.075554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.07.13 05:36:01.075617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.07.13 05:36:01.075648 [ 3 ] {} <Debug> HTTP-Session: 857b583f-4965-4a3c-91f2-6b197c2a09db Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
681 | 2024.07.13 05:36:01.075676 [ 3 ] {} <Debug> HTTP-Session: 857b583f-4965-4a3c-91f2-6b197c2a09db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.07.13 05:36:01.075693 [ 3 ] {} <Debug> HTTP-Session: 857b583f-4965-4a3c-91f2-6b197c2a09db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.07.13 05:36:01.075736 [ 3 ] {} <Trace> HTTP-Session: 857b583f-4965-4a3c-91f2-6b197c2a09db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.07.13 05:36:01.075924 [ 3 ] {fd36884b-6dc2-4845-9cbf-feed737f18f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.075980 [ 3 ] {fd36884b-6dc2-4845-9cbf-feed737f18f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.07.13 05:36:01.077714 [ 3 ] {fd36884b-6dc2-4845-9cbf-feed737f18f3} <Debug> oximeter.fields_u8 (80c8ba6a-220d-4849-aff0-436f97b87585): Loading data parts | ||
687 | 2024.07.13 05:36:01.077842 [ 3 ] {fd36884b-6dc2-4845-9cbf-feed737f18f3} <Debug> oximeter.fields_u8 (80c8ba6a-220d-4849-aff0-436f97b87585): There are no data parts | ||
688 | 2024.07.13 05:36:01.081368 [ 3 ] {fd36884b-6dc2-4845-9cbf-feed737f18f3} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.07.13 05:36:01.081407 [ 3 ] {} <Debug> HTTP-Session: 857b583f-4965-4a3c-91f2-6b197c2a09db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.07.13 05:36:01.081532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.07.13 05:36:01.081595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.07.13 05:36:01.081627 [ 3 ] {} <Debug> HTTP-Session: 8947d726-8554-47d0-93e9-3486197e4300 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
693 | 2024.07.13 05:36:01.081648 [ 3 ] {} <Debug> HTTP-Session: 8947d726-8554-47d0-93e9-3486197e4300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.07.13 05:36:01.081672 [ 3 ] {} <Debug> HTTP-Session: 8947d726-8554-47d0-93e9-3486197e4300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.07.13 05:36:01.081723 [ 3 ] {} <Trace> HTTP-Session: 8947d726-8554-47d0-93e9-3486197e4300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.07.13 05:36:01.081893 [ 3 ] {0036591a-291d-4816-bb6c-431403dc9150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.081962 [ 3 ] {0036591a-291d-4816-bb6c-431403dc9150} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.07.13 05:36:01.083567 [ 3 ] {0036591a-291d-4816-bb6c-431403dc9150} <Debug> oximeter.fields_i16 (fa3cc5ff-00e5-415b-b543-3b76b9916d1c): Loading data parts | ||
699 | 2024.07.13 05:36:01.083702 [ 3 ] {0036591a-291d-4816-bb6c-431403dc9150} <Debug> oximeter.fields_i16 (fa3cc5ff-00e5-415b-b543-3b76b9916d1c): There are no data parts | ||
700 | 2024.07.13 05:36:01.088306 [ 3 ] {0036591a-291d-4816-bb6c-431403dc9150} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.07.13 05:36:01.088337 [ 3 ] {} <Debug> HTTP-Session: 8947d726-8554-47d0-93e9-3486197e4300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.07.13 05:36:01.088465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.07.13 05:36:01.088531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.07.13 05:36:01.088555 [ 3 ] {} <Debug> HTTP-Session: 6d0e6dea-4dc8-4874-a885-eb17ab7f5f8e Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
705 | 2024.07.13 05:36:01.088583 [ 3 ] {} <Debug> HTTP-Session: 6d0e6dea-4dc8-4874-a885-eb17ab7f5f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.07.13 05:36:01.088615 [ 3 ] {} <Debug> HTTP-Session: 6d0e6dea-4dc8-4874-a885-eb17ab7f5f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.07.13 05:36:01.088651 [ 3 ] {} <Trace> HTTP-Session: 6d0e6dea-4dc8-4874-a885-eb17ab7f5f8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.07.13 05:36:01.088828 [ 3 ] {25c42be8-0754-4ae7-82fe-62c44f2f13ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.088894 [ 3 ] {25c42be8-0754-4ae7-82fe-62c44f2f13ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.07.13 05:36:01.090633 [ 3 ] {25c42be8-0754-4ae7-82fe-62c44f2f13ce} <Debug> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Loading data parts | ||
711 | 2024.07.13 05:36:01.090770 [ 3 ] {25c42be8-0754-4ae7-82fe-62c44f2f13ce} <Debug> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): There are no data parts | ||
712 | 2024.07.13 05:36:01.094491 [ 3 ] {25c42be8-0754-4ae7-82fe-62c44f2f13ce} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.07.13 05:36:01.094533 [ 3 ] {} <Debug> HTTP-Session: 6d0e6dea-4dc8-4874-a885-eb17ab7f5f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.07.13 05:36:01.094691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.07.13 05:36:01.094755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.07.13 05:36:01.094778 [ 3 ] {} <Debug> HTTP-Session: 47fe9e98-dc59-4ecf-bddc-f6eff0651725 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
717 | 2024.07.13 05:36:01.094812 [ 3 ] {} <Debug> HTTP-Session: 47fe9e98-dc59-4ecf-bddc-f6eff0651725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.07.13 05:36:01.094829 [ 3 ] {} <Debug> HTTP-Session: 47fe9e98-dc59-4ecf-bddc-f6eff0651725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.07.13 05:36:01.094872 [ 3 ] {} <Trace> HTTP-Session: 47fe9e98-dc59-4ecf-bddc-f6eff0651725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.07.13 05:36:01.095055 [ 3 ] {4ae2b35b-56d3-4306-9e68-e3648ff34a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.095113 [ 3 ] {4ae2b35b-56d3-4306-9e68-e3648ff34a75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.07.13 05:36:01.096728 [ 3 ] {4ae2b35b-56d3-4306-9e68-e3648ff34a75} <Debug> oximeter.fields_i32 (27ab6385-22e6-407f-b1e4-99df7d906c86): Loading data parts | ||
723 | 2024.07.13 05:36:01.096863 [ 3 ] {4ae2b35b-56d3-4306-9e68-e3648ff34a75} <Debug> oximeter.fields_i32 (27ab6385-22e6-407f-b1e4-99df7d906c86): There are no data parts | ||
724 | 2024.07.13 05:36:01.101226 [ 3 ] {4ae2b35b-56d3-4306-9e68-e3648ff34a75} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.07.13 05:36:01.101256 [ 3 ] {} <Debug> HTTP-Session: 47fe9e98-dc59-4ecf-bddc-f6eff0651725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.07.13 05:36:01.101404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.07.13 05:36:01.101476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.07.13 05:36:01.101499 [ 3 ] {} <Debug> HTTP-Session: 5dadec87-c383-48b7-9b84-349e57ed874a Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
729 | 2024.07.13 05:36:01.101535 [ 3 ] {} <Debug> HTTP-Session: 5dadec87-c383-48b7-9b84-349e57ed874a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.07.13 05:36:01.101555 [ 3 ] {} <Debug> HTTP-Session: 5dadec87-c383-48b7-9b84-349e57ed874a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.07.13 05:36:01.101600 [ 3 ] {} <Trace> HTTP-Session: 5dadec87-c383-48b7-9b84-349e57ed874a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.07.13 05:36:01.101781 [ 3 ] {a0f8247b-2ed9-4935-ac1d-f5c423879d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.101837 [ 3 ] {a0f8247b-2ed9-4935-ac1d-f5c423879d0d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.07.13 05:36:01.103592 [ 3 ] {a0f8247b-2ed9-4935-ac1d-f5c423879d0d} <Debug> oximeter.fields_u32 (b83f69c6-8444-4339-93e7-1697848ed25d): Loading data parts | ||
735 | 2024.07.13 05:36:01.103732 [ 3 ] {a0f8247b-2ed9-4935-ac1d-f5c423879d0d} <Debug> oximeter.fields_u32 (b83f69c6-8444-4339-93e7-1697848ed25d): There are no data parts | ||
736 | 2024.07.13 05:36:01.107733 [ 3 ] {a0f8247b-2ed9-4935-ac1d-f5c423879d0d} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.07.13 05:36:01.107803 [ 3 ] {} <Debug> HTTP-Session: 5dadec87-c383-48b7-9b84-349e57ed874a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.07.13 05:36:01.107968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.07.13 05:36:01.108078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.07.13 05:36:01.108178 [ 3 ] {} <Debug> HTTP-Session: 1cd29b4d-2808-42e2-b3f8-53c355ab927b Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
741 | 2024.07.13 05:36:01.108195 [ 3 ] {} <Debug> HTTP-Session: 1cd29b4d-2808-42e2-b3f8-53c355ab927b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.07.13 05:36:01.108209 [ 3 ] {} <Debug> HTTP-Session: 1cd29b4d-2808-42e2-b3f8-53c355ab927b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.07.13 05:36:01.108246 [ 3 ] {} <Trace> HTTP-Session: 1cd29b4d-2808-42e2-b3f8-53c355ab927b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.07.13 05:36:01.108387 [ 3 ] {32ea7e7c-3301-4335-b933-74cb88e55b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.108435 [ 3 ] {32ea7e7c-3301-4335-b933-74cb88e55b03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.07.13 05:36:01.110073 [ 3 ] {32ea7e7c-3301-4335-b933-74cb88e55b03} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Loading data parts | ||
747 | 2024.07.13 05:36:01.110201 [ 3 ] {32ea7e7c-3301-4335-b933-74cb88e55b03} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): There are no data parts | ||
748 | 2024.07.13 05:36:01.114657 [ 3 ] {32ea7e7c-3301-4335-b933-74cb88e55b03} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.07.13 05:36:01.114683 [ 3 ] {} <Debug> HTTP-Session: 1cd29b4d-2808-42e2-b3f8-53c355ab927b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.07.13 05:36:01.114801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.07.13 05:36:01.114847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.07.13 05:36:01.114867 [ 3 ] {} <Debug> HTTP-Session: ea5a31fe-804d-46b7-8284-9b9927c87b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
753 | 2024.07.13 05:36:01.114884 [ 3 ] {} <Debug> HTTP-Session: ea5a31fe-804d-46b7-8284-9b9927c87b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.07.13 05:36:01.114898 [ 3 ] {} <Debug> HTTP-Session: ea5a31fe-804d-46b7-8284-9b9927c87b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.07.13 05:36:01.114928 [ 3 ] {} <Trace> HTTP-Session: ea5a31fe-804d-46b7-8284-9b9927c87b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.07.13 05:36:01.115068 [ 3 ] {56229c3f-f1b9-48de-84ee-244057cfa8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.115108 [ 3 ] {56229c3f-f1b9-48de-84ee-244057cfa8e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.07.13 05:36:01.116792 [ 3 ] {56229c3f-f1b9-48de-84ee-244057cfa8e0} <Debug> oximeter.fields_u64 (92dd190e-b8e9-476c-9a1e-97c3d1946fac): Loading data parts | ||
759 | 2024.07.13 05:36:01.116928 [ 3 ] {56229c3f-f1b9-48de-84ee-244057cfa8e0} <Debug> oximeter.fields_u64 (92dd190e-b8e9-476c-9a1e-97c3d1946fac): There are no data parts | ||
760 | 2024.07.13 05:36:01.121133 [ 3 ] {56229c3f-f1b9-48de-84ee-244057cfa8e0} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.07.13 05:36:01.121159 [ 3 ] {} <Debug> HTTP-Session: ea5a31fe-804d-46b7-8284-9b9927c87b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.07.13 05:36:01.121270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.07.13 05:36:01.121314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.07.13 05:36:01.121334 [ 3 ] {} <Debug> HTTP-Session: ac330db1-933c-4ccd-afee-249bec7ada69 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
765 | 2024.07.13 05:36:01.121351 [ 3 ] {} <Debug> HTTP-Session: ac330db1-933c-4ccd-afee-249bec7ada69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.07.13 05:36:01.121365 [ 3 ] {} <Debug> HTTP-Session: ac330db1-933c-4ccd-afee-249bec7ada69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.07.13 05:36:01.121395 [ 3 ] {} <Trace> HTTP-Session: ac330db1-933c-4ccd-afee-249bec7ada69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.07.13 05:36:01.121534 [ 3 ] {95db4efd-42e7-4932-a1bc-0af992e3f924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.121574 [ 3 ] {95db4efd-42e7-4932-a1bc-0af992e3f924} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.07.13 05:36:01.123243 [ 3 ] {95db4efd-42e7-4932-a1bc-0af992e3f924} <Debug> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Loading data parts | ||
771 | 2024.07.13 05:36:01.123361 [ 3 ] {95db4efd-42e7-4932-a1bc-0af992e3f924} <Debug> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): There are no data parts | ||
772 | 2024.07.13 05:36:01.128004 [ 3 ] {95db4efd-42e7-4932-a1bc-0af992e3f924} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.07.13 05:36:01.128051 [ 3 ] {} <Debug> HTTP-Session: ac330db1-933c-4ccd-afee-249bec7ada69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.07.13 05:36:01.128187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.07.13 05:36:01.128235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.07.13 05:36:01.128255 [ 3 ] {} <Debug> HTTP-Session: c8d5393f-05b9-420f-9b94-8856fe86d73f Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
777 | 2024.07.13 05:36:01.128272 [ 3 ] {} <Debug> HTTP-Session: c8d5393f-05b9-420f-9b94-8856fe86d73f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.07.13 05:36:01.128285 [ 3 ] {} <Debug> HTTP-Session: c8d5393f-05b9-420f-9b94-8856fe86d73f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.07.13 05:36:01.128314 [ 3 ] {} <Trace> HTTP-Session: c8d5393f-05b9-420f-9b94-8856fe86d73f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.07.13 05:36:01.128477 [ 3 ] {a1563a44-a62c-41e9-aa3c-5ad0acded68a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.128520 [ 3 ] {a1563a44-a62c-41e9-aa3c-5ad0acded68a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.07.13 05:36:01.130245 [ 3 ] {a1563a44-a62c-41e9-aa3c-5ad0acded68a} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Loading data parts | ||
783 | 2024.07.13 05:36:01.130364 [ 3 ] {a1563a44-a62c-41e9-aa3c-5ad0acded68a} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): There are no data parts | ||
784 | 2024.07.13 05:36:01.134416 [ 3 ] {a1563a44-a62c-41e9-aa3c-5ad0acded68a} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.07.13 05:36:01.134447 [ 3 ] {} <Debug> HTTP-Session: c8d5393f-05b9-420f-9b94-8856fe86d73f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.07.13 05:36:01.134574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.07.13 05:36:01.134630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.07.13 05:36:01.134653 [ 3 ] {} <Debug> HTTP-Session: 8af47c52-219d-4995-8df7-a212fda35e64 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
789 | 2024.07.13 05:36:01.134673 [ 3 ] {} <Debug> HTTP-Session: 8af47c52-219d-4995-8df7-a212fda35e64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.07.13 05:36:01.134689 [ 3 ] {} <Debug> HTTP-Session: 8af47c52-219d-4995-8df7-a212fda35e64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.07.13 05:36:01.134726 [ 3 ] {} <Trace> HTTP-Session: 8af47c52-219d-4995-8df7-a212fda35e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.07.13 05:36:01.134896 [ 3 ] {475d530a-0ee8-44c4-b0b3-9844c33c4463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) 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.13 05:36:01.134943 [ 3 ] {475d530a-0ee8-44c4-b0b3-9844c33c4463} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.07.13 05:36:01.136628 [ 3 ] {475d530a-0ee8-44c4-b0b3-9844c33c4463} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Loading data parts | ||
795 | 2024.07.13 05:36:01.136857 [ 3 ] {475d530a-0ee8-44c4-b0b3-9844c33c4463} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): There are no data parts | ||
796 | 2024.07.13 05:36:01.141679 [ 3 ] {475d530a-0ee8-44c4-b0b3-9844c33c4463} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.07.13 05:36:01.141730 [ 3 ] {} <Debug> HTTP-Session: 8af47c52-219d-4995-8df7-a212fda35e64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.07.13 05:36:01.141929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.07.13 05:36:01.142022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.07.13 05:36:01.142066 [ 3 ] {} <Debug> HTTP-Session: 199de9cf-56c1-459a-8feb-33aeb49cd8af Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
801 | 2024.07.13 05:36:01.142105 [ 3 ] {} <Debug> HTTP-Session: 199de9cf-56c1-459a-8feb-33aeb49cd8af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.07.13 05:36:01.142137 [ 3 ] {} <Debug> HTTP-Session: 199de9cf-56c1-459a-8feb-33aeb49cd8af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.07.13 05:36:01.142208 [ 3 ] {} <Trace> HTTP-Session: 199de9cf-56c1-459a-8feb-33aeb49cd8af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.07.13 05:36:01.142579 [ 3 ] {d39fa2f9-2d9e-4230-8a81-41d1380832b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) /* 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.13 05:36:01.142638 [ 3 ] {d39fa2f9-2d9e-4230-8a81-41d1380832b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.07.13 05:36:01.144572 [ 3 ] {d39fa2f9-2d9e-4230-8a81-41d1380832b7} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Loading data parts | ||
810 | 2024.07.13 05:36:01.144726 [ 3 ] {d39fa2f9-2d9e-4230-8a81-41d1380832b7} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): There are no data parts | ||
811 | 2024.07.13 05:36:01.147760 [ 3 ] {d39fa2f9-2d9e-4230-8a81-41d1380832b7} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.07.13 05:36:01.147789 [ 3 ] {} <Debug> HTTP-Session: 199de9cf-56c1-459a-8feb-33aeb49cd8af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.07.13 05:36:01.148020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55456, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.07.13 05:36:01.148075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.07.13 05:36:01.148100 [ 3 ] {} <Debug> HTTP-Session: c1dc21d1-254c-425e-988a-5c0eb587be10 Authenticating user 'default' from [fd00:1122:3344:101::d]:55456 | ||
816 | 2024.07.13 05:36:01.148116 [ 3 ] {} <Debug> HTTP-Session: c1dc21d1-254c-425e-988a-5c0eb587be10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.07.13 05:36:01.148130 [ 3 ] {} <Debug> HTTP-Session: c1dc21d1-254c-425e-988a-5c0eb587be10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.07.13 05:36:01.148160 [ 3 ] {} <Trace> HTTP-Session: c1dc21d1-254c-425e-988a-5c0eb587be10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.07.13 05:36:01.148318 [ 3 ] {c1c51f3a-cc60-4c8f-acef-3aece5aed699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55456) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.07.13 05:36:01.150081 [ 3 ] {c1c51f3a-cc60-4c8f-acef-3aece5aed699} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.07.13 05:36:01.152942 [ 3 ] {c1c51f3a-cc60-4c8f-acef-3aece5aed699} <Trace> oximeter.version (9091cf6f-3d5f-4fc8-947c-8e784cacd9b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.07.13 05:36:01.152977 [ 3 ] {c1c51f3a-cc60-4c8f-acef-3aece5aed699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
823 | 2024.07.13 05:36:01.156036 [ 3 ] {c1c51f3a-cc60-4c8f-acef-3aece5aed699} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.07.13 05:36:01.157073 [ 3 ] {c1c51f3a-cc60-4c8f-acef-3aece5aed699} <Trace> oximeter.version (9091cf6f-3d5f-4fc8-947c-8e784cacd9b8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.07.13 05:36:01.157317 [ 3 ] {c1c51f3a-cc60-4c8f-acef-3aece5aed699} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.009075 sec., 110.19283746556474 rows/sec., 1.72 KiB/sec. | ||
826 | 2024.07.13 05:36:01.157467 [ 3 ] {c1c51f3a-cc60-4c8f-acef-3aece5aed699} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.07.13 05:36:01.157491 [ 3 ] {c1c51f3a-cc60-4c8f-acef-3aece5aed699} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.07.13 05:36:01.157506 [ 3 ] {} <Debug> HTTP-Session: c1dc21d1-254c-425e-988a-5c0eb587be10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.07.13 05:36:02.000198 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.74 MiB, peak 176.87 MiB, free memory in arenas 0.00 B, will set to 173.70 MiB (RSS), difference: 1.97 MiB | ||
830 | 2024.07.13 05:36:15.441073 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.07.13 05:36:15.441135 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.07.13 05:36:21.159630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
833 | 2024.07.13 05:36:21.159763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
834 | 2024.07.13 05:36:21.159793 [ 3 ] {} <Debug> HTTP-Session: fecb2adf-4d4b-4a71-ae27-4f4e4b33d421 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
835 | 2024.07.13 05:36:21.159821 [ 3 ] {} <Debug> HTTP-Session: fecb2adf-4d4b-4a71-ae27-4f4e4b33d421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.07.13 05:36:21.159839 [ 3 ] {} <Debug> HTTP-Session: fecb2adf-4d4b-4a71-ae27-4f4e4b33d421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.07.13 05:36:21.159895 [ 3 ] {} <Trace> HTTP-Session: fecb2adf-4d4b-4a71-ae27-4f4e4b33d421 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
838 | 2024.07.13 05:36:21.160104 [ 3 ] {aade0d88-3e00-4d43-b289-9abbdb7b9714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
839 | 2024.07.13 05:36:21.160534 [ 3 ] {aade0d88-3e00-4d43-b289-9abbdb7b9714} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
840 | 2024.07.13 05:36:21.160683 [ 3 ] {aade0d88-3e00-4d43-b289-9abbdb7b9714} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
841 | 2024.07.13 05:36:21.161718 [ 3 ] {aade0d88-3e00-4d43-b289-9abbdb7b9714} <Debug> DynamicQueryHandler: Done processing query | ||
842 | 2024.07.13 05:36:21.161746 [ 3 ] {aade0d88-3e00-4d43-b289-9abbdb7b9714} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
843 | 2024.07.13 05:36:21.161763 [ 3 ] {} <Debug> HTTP-Session: fecb2adf-4d4b-4a71-ae27-4f4e4b33d421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
844 | 2024.07.13 05:36:21.163248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
845 | 2024.07.13 05:36:21.163297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
846 | 2024.07.13 05:36:21.163316 [ 3 ] {} <Debug> HTTP-Session: bc1e08ab-9c0a-4ddb-aac5-59b58fac73ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
847 | 2024.07.13 05:36:21.163333 [ 3 ] {} <Debug> HTTP-Session: bc1e08ab-9c0a-4ddb-aac5-59b58fac73ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.07.13 05:36:21.163347 [ 3 ] {} <Debug> HTTP-Session: bc1e08ab-9c0a-4ddb-aac5-59b58fac73ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.07.13 05:36:21.163377 [ 3 ] {} <Trace> HTTP-Session: bc1e08ab-9c0a-4ddb-aac5-59b58fac73ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2024.07.13 05:36:21.163517 [ 3 ] {a811f784-d56e-4090-9b2d-773b2acf7bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
851 | 2024.07.13 05:36:21.174706 [ 3 ] {a811f784-d56e-4090-9b2d-773b2acf7bae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
852 | 2024.07.13 05:36:21.174815 [ 3 ] {a811f784-d56e-4090-9b2d-773b2acf7bae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
853 | 2024.07.13 05:36:21.176169 [ 3 ] {a811f784-d56e-4090-9b2d-773b2acf7bae} <Debug> DynamicQueryHandler: Done processing query | ||
854 | 2024.07.13 05:36:21.176194 [ 3 ] {a811f784-d56e-4090-9b2d-773b2acf7bae} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
855 | 2024.07.13 05:36:21.176211 [ 3 ] {} <Debug> HTTP-Session: bc1e08ab-9c0a-4ddb-aac5-59b58fac73ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2024.07.13 05:36:21.176601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
857 | 2024.07.13 05:36:21.176649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
858 | 2024.07.13 05:36:21.176669 [ 3 ] {} <Debug> HTTP-Session: 3cf96188-5173-4803-b27a-0d96b69d6f87 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
859 | 2024.07.13 05:36:21.176686 [ 3 ] {} <Debug> HTTP-Session: 3cf96188-5173-4803-b27a-0d96b69d6f87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.07.13 05:36:21.176701 [ 3 ] {} <Debug> HTTP-Session: 3cf96188-5173-4803-b27a-0d96b69d6f87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.07.13 05:36:21.176732 [ 3 ] {} <Trace> HTTP-Session: 3cf96188-5173-4803-b27a-0d96b69d6f87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
862 | 2024.07.13 05:36:21.176850 [ 3 ] {618ad3ae-d2c3-458b-90fc-4f3671cf7477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
863 | 2024.07.13 05:36:21.177248 [ 3 ] {618ad3ae-d2c3-458b-90fc-4f3671cf7477} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
864 | 2024.07.13 05:36:21.177299 [ 3 ] {618ad3ae-d2c3-458b-90fc-4f3671cf7477} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
865 | 2024.07.13 05:36:21.178182 [ 3 ] {618ad3ae-d2c3-458b-90fc-4f3671cf7477} <Debug> DynamicQueryHandler: Done processing query | ||
866 | 2024.07.13 05:36:21.178208 [ 3 ] {618ad3ae-d2c3-458b-90fc-4f3671cf7477} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
867 | 2024.07.13 05:36:21.178225 [ 3 ] {} <Debug> HTTP-Session: 3cf96188-5173-4803-b27a-0d96b69d6f87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
868 | 2024.07.13 05:36:21.178466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
869 | 2024.07.13 05:36:21.178513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
870 | 2024.07.13 05:36:21.178532 [ 3 ] {} <Debug> HTTP-Session: 1b41af4a-0993-4382-80a1-aeab842c199e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
871 | 2024.07.13 05:36:21.178549 [ 3 ] {} <Debug> HTTP-Session: 1b41af4a-0993-4382-80a1-aeab842c199e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.07.13 05:36:21.178563 [ 3 ] {} <Debug> HTTP-Session: 1b41af4a-0993-4382-80a1-aeab842c199e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.07.13 05:36:21.178593 [ 3 ] {} <Trace> HTTP-Session: 1b41af4a-0993-4382-80a1-aeab842c199e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2024.07.13 05:36:21.178711 [ 3 ] {eb4c4958-47cf-42cb-ac38-bf5e740959a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
875 | 2024.07.13 05:36:21.179023 [ 3 ] {eb4c4958-47cf-42cb-ac38-bf5e740959a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
876 | 2024.07.13 05:36:21.179072 [ 3 ] {eb4c4958-47cf-42cb-ac38-bf5e740959a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
877 | 2024.07.13 05:36:21.179951 [ 3 ] {eb4c4958-47cf-42cb-ac38-bf5e740959a2} <Debug> DynamicQueryHandler: Done processing query | ||
878 | 2024.07.13 05:36:21.179978 [ 3 ] {eb4c4958-47cf-42cb-ac38-bf5e740959a2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
879 | 2024.07.13 05:36:21.179993 [ 3 ] {} <Debug> HTTP-Session: 1b41af4a-0993-4382-80a1-aeab842c199e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
880 | 2024.07.13 05:36:21.180221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
881 | 2024.07.13 05:36:21.180283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
882 | 2024.07.13 05:36:21.180328 [ 3 ] {} <Debug> HTTP-Session: b627bd95-e2fe-4eaa-a033-3089daf514fe Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
883 | 2024.07.13 05:36:21.180369 [ 3 ] {} <Debug> HTTP-Session: b627bd95-e2fe-4eaa-a033-3089daf514fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.07.13 05:36:21.180388 [ 3 ] {} <Debug> HTTP-Session: b627bd95-e2fe-4eaa-a033-3089daf514fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.07.13 05:36:21.180427 [ 3 ] {} <Trace> HTTP-Session: b627bd95-e2fe-4eaa-a033-3089daf514fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
886 | 2024.07.13 05:36:21.180547 [ 3 ] {9a2a84cb-dd59-4382-a739-c2823a030df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
887 | 2024.07.13 05:36:21.180859 [ 3 ] {9a2a84cb-dd59-4382-a739-c2823a030df4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
888 | 2024.07.13 05:36:21.180909 [ 3 ] {9a2a84cb-dd59-4382-a739-c2823a030df4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
889 | 2024.07.13 05:36:21.181768 [ 3 ] {9a2a84cb-dd59-4382-a739-c2823a030df4} <Debug> DynamicQueryHandler: Done processing query | ||
890 | 2024.07.13 05:36:21.181793 [ 3 ] {9a2a84cb-dd59-4382-a739-c2823a030df4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
891 | 2024.07.13 05:36:21.181809 [ 3 ] {} <Debug> HTTP-Session: b627bd95-e2fe-4eaa-a033-3089daf514fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
892 | 2024.07.13 05:36:21.181999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
893 | 2024.07.13 05:36:21.182044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
894 | 2024.07.13 05:36:21.182063 [ 3 ] {} <Debug> HTTP-Session: 5bff5a04-3a7a-4167-b25d-bb9280d8d1bd Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
895 | 2024.07.13 05:36:21.182085 [ 3 ] {} <Debug> HTTP-Session: 5bff5a04-3a7a-4167-b25d-bb9280d8d1bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.07.13 05:36:21.182100 [ 3 ] {} <Debug> HTTP-Session: 5bff5a04-3a7a-4167-b25d-bb9280d8d1bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.07.13 05:36:21.182130 [ 3 ] {} <Trace> HTTP-Session: 5bff5a04-3a7a-4167-b25d-bb9280d8d1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
898 | 2024.07.13 05:36:21.182248 [ 3 ] {6bf9b311-5d0c-439f-903d-3d58d2f5effd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
899 | 2024.07.13 05:36:21.182567 [ 3 ] {6bf9b311-5d0c-439f-903d-3d58d2f5effd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
900 | 2024.07.13 05:36:21.182616 [ 3 ] {6bf9b311-5d0c-439f-903d-3d58d2f5effd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
901 | 2024.07.13 05:36:21.183557 [ 3 ] {6bf9b311-5d0c-439f-903d-3d58d2f5effd} <Debug> DynamicQueryHandler: Done processing query | ||
902 | 2024.07.13 05:36:21.183581 [ 3 ] {6bf9b311-5d0c-439f-903d-3d58d2f5effd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
903 | 2024.07.13 05:36:21.183598 [ 3 ] {} <Debug> HTTP-Session: 5bff5a04-3a7a-4167-b25d-bb9280d8d1bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
904 | 2024.07.13 05:36:21.183810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
905 | 2024.07.13 05:36:21.183855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
906 | 2024.07.13 05:36:21.183873 [ 3 ] {} <Debug> HTTP-Session: b7fc268a-bf47-4117-9fd3-131de3b8dec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
907 | 2024.07.13 05:36:21.183890 [ 3 ] {} <Debug> HTTP-Session: b7fc268a-bf47-4117-9fd3-131de3b8dec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.07.13 05:36:21.183904 [ 3 ] {} <Debug> HTTP-Session: b7fc268a-bf47-4117-9fd3-131de3b8dec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
909 | 2024.07.13 05:36:21.183933 [ 3 ] {} <Trace> HTTP-Session: b7fc268a-bf47-4117-9fd3-131de3b8dec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
910 | 2024.07.13 05:36:21.184052 [ 3 ] {88607208-70a9-4f2a-80ea-49559ab709a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
911 | 2024.07.13 05:36:21.184368 [ 3 ] {88607208-70a9-4f2a-80ea-49559ab709a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
912 | 2024.07.13 05:36:21.184417 [ 3 ] {88607208-70a9-4f2a-80ea-49559ab709a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
913 | 2024.07.13 05:36:21.185248 [ 3 ] {88607208-70a9-4f2a-80ea-49559ab709a2} <Debug> DynamicQueryHandler: Done processing query | ||
914 | 2024.07.13 05:36:21.185273 [ 3 ] {88607208-70a9-4f2a-80ea-49559ab709a2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
915 | 2024.07.13 05:36:21.185290 [ 3 ] {} <Debug> HTTP-Session: b7fc268a-bf47-4117-9fd3-131de3b8dec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
916 | 2024.07.13 05:36:21.185489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
917 | 2024.07.13 05:36:21.185536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
918 | 2024.07.13 05:36:21.185554 [ 3 ] {} <Debug> HTTP-Session: d698d7a3-46c2-448a-8c51-03af7270c22f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
919 | 2024.07.13 05:36:21.185570 [ 3 ] {} <Debug> HTTP-Session: d698d7a3-46c2-448a-8c51-03af7270c22f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.07.13 05:36:21.185584 [ 3 ] {} <Debug> HTTP-Session: d698d7a3-46c2-448a-8c51-03af7270c22f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
921 | 2024.07.13 05:36:21.185613 [ 3 ] {} <Trace> HTTP-Session: d698d7a3-46c2-448a-8c51-03af7270c22f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
922 | 2024.07.13 05:36:21.185733 [ 3 ] {9d56b824-9f42-44cb-b8c5-625b2332e645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
923 | 2024.07.13 05:36:21.186055 [ 3 ] {9d56b824-9f42-44cb-b8c5-625b2332e645} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
924 | 2024.07.13 05:36:21.186104 [ 3 ] {9d56b824-9f42-44cb-b8c5-625b2332e645} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
925 | 2024.07.13 05:36:21.186924 [ 3 ] {9d56b824-9f42-44cb-b8c5-625b2332e645} <Debug> DynamicQueryHandler: Done processing query | ||
926 | 2024.07.13 05:36:21.186949 [ 3 ] {9d56b824-9f42-44cb-b8c5-625b2332e645} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
927 | 2024.07.13 05:36:21.186965 [ 3 ] {} <Debug> HTTP-Session: d698d7a3-46c2-448a-8c51-03af7270c22f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
928 | 2024.07.13 05:36:21.187201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
929 | 2024.07.13 05:36:21.187247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
930 | 2024.07.13 05:36:21.187265 [ 3 ] {} <Debug> HTTP-Session: 3977d0d2-63cb-44b3-9dfd-5423f036b3c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
931 | 2024.07.13 05:36:21.187281 [ 3 ] {} <Debug> HTTP-Session: 3977d0d2-63cb-44b3-9dfd-5423f036b3c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.07.13 05:36:21.187295 [ 3 ] {} <Debug> HTTP-Session: 3977d0d2-63cb-44b3-9dfd-5423f036b3c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
933 | 2024.07.13 05:36:21.187324 [ 3 ] {} <Trace> HTTP-Session: 3977d0d2-63cb-44b3-9dfd-5423f036b3c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
934 | 2024.07.13 05:36:21.187447 [ 3 ] {320bdf70-b44f-434f-8157-ae57661830cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
935 | 2024.07.13 05:36:21.187774 [ 3 ] {320bdf70-b44f-434f-8157-ae57661830cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
936 | 2024.07.13 05:36:21.187824 [ 3 ] {320bdf70-b44f-434f-8157-ae57661830cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
937 | 2024.07.13 05:36:21.188673 [ 3 ] {320bdf70-b44f-434f-8157-ae57661830cf} <Debug> DynamicQueryHandler: Done processing query | ||
938 | 2024.07.13 05:36:21.188698 [ 3 ] {320bdf70-b44f-434f-8157-ae57661830cf} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
939 | 2024.07.13 05:36:21.188714 [ 3 ] {} <Debug> HTTP-Session: 3977d0d2-63cb-44b3-9dfd-5423f036b3c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
940 | 2024.07.13 05:36:21.188913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
941 | 2024.07.13 05:36:21.188959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
942 | 2024.07.13 05:36:21.188978 [ 3 ] {} <Debug> HTTP-Session: 55f63b79-7a52-4e9b-a114-35bb3a8cab2f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
943 | 2024.07.13 05:36:21.188994 [ 3 ] {} <Debug> HTTP-Session: 55f63b79-7a52-4e9b-a114-35bb3a8cab2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.07.13 05:36:21.189008 [ 3 ] {} <Debug> HTTP-Session: 55f63b79-7a52-4e9b-a114-35bb3a8cab2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
945 | 2024.07.13 05:36:21.189036 [ 3 ] {} <Trace> HTTP-Session: 55f63b79-7a52-4e9b-a114-35bb3a8cab2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
946 | 2024.07.13 05:36:21.189165 [ 3 ] {9fa80cec-950c-4be3-988a-b9a7bc2aa74f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
947 | 2024.07.13 05:36:21.189496 [ 3 ] {9fa80cec-950c-4be3-988a-b9a7bc2aa74f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
948 | 2024.07.13 05:36:21.189546 [ 3 ] {9fa80cec-950c-4be3-988a-b9a7bc2aa74f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
949 | 2024.07.13 05:36:21.190394 [ 3 ] {9fa80cec-950c-4be3-988a-b9a7bc2aa74f} <Debug> DynamicQueryHandler: Done processing query | ||
950 | 2024.07.13 05:36:21.190418 [ 3 ] {9fa80cec-950c-4be3-988a-b9a7bc2aa74f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
951 | 2024.07.13 05:36:21.190435 [ 3 ] {} <Debug> HTTP-Session: 55f63b79-7a52-4e9b-a114-35bb3a8cab2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.07.13 05:36:21.190644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
953 | 2024.07.13 05:36:21.190689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
954 | 2024.07.13 05:36:21.190708 [ 3 ] {} <Debug> HTTP-Session: 9f03ad2c-72d9-40fe-b158-7e793841a917 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
955 | 2024.07.13 05:36:21.190724 [ 3 ] {} <Debug> HTTP-Session: 9f03ad2c-72d9-40fe-b158-7e793841a917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.07.13 05:36:21.190738 [ 3 ] {} <Debug> HTTP-Session: 9f03ad2c-72d9-40fe-b158-7e793841a917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
957 | 2024.07.13 05:36:21.190767 [ 3 ] {} <Trace> HTTP-Session: 9f03ad2c-72d9-40fe-b158-7e793841a917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
958 | 2024.07.13 05:36:21.190890 [ 3 ] {dbfc4666-b69e-4509-8ca0-2dcf0be92db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
959 | 2024.07.13 05:36:21.191221 [ 3 ] {dbfc4666-b69e-4509-8ca0-2dcf0be92db9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
960 | 2024.07.13 05:36:21.191271 [ 3 ] {dbfc4666-b69e-4509-8ca0-2dcf0be92db9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
961 | 2024.07.13 05:36:21.192177 [ 3 ] {dbfc4666-b69e-4509-8ca0-2dcf0be92db9} <Debug> DynamicQueryHandler: Done processing query | ||
962 | 2024.07.13 05:36:21.192201 [ 3 ] {dbfc4666-b69e-4509-8ca0-2dcf0be92db9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
963 | 2024.07.13 05:36:21.192218 [ 3 ] {} <Debug> HTTP-Session: 9f03ad2c-72d9-40fe-b158-7e793841a917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.07.13 05:36:21.192409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
965 | 2024.07.13 05:36:21.192455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
966 | 2024.07.13 05:36:21.192474 [ 3 ] {} <Debug> HTTP-Session: af8fcbca-7d89-42f7-8594-00898f9b6a5a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
967 | 2024.07.13 05:36:21.192490 [ 3 ] {} <Debug> HTTP-Session: af8fcbca-7d89-42f7-8594-00898f9b6a5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.07.13 05:36:21.192503 [ 3 ] {} <Debug> HTTP-Session: af8fcbca-7d89-42f7-8594-00898f9b6a5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.07.13 05:36:21.192532 [ 3 ] {} <Trace> HTTP-Session: af8fcbca-7d89-42f7-8594-00898f9b6a5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
970 | 2024.07.13 05:36:21.192657 [ 3 ] {3d543667-4952-49c0-ac91-1ac689bf3339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
971 | 2024.07.13 05:36:21.192992 [ 3 ] {3d543667-4952-49c0-ac91-1ac689bf3339} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
972 | 2024.07.13 05:36:21.193043 [ 3 ] {3d543667-4952-49c0-ac91-1ac689bf3339} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
973 | 2024.07.13 05:36:21.193830 [ 3 ] {3d543667-4952-49c0-ac91-1ac689bf3339} <Debug> DynamicQueryHandler: Done processing query | ||
974 | 2024.07.13 05:36:21.193855 [ 3 ] {3d543667-4952-49c0-ac91-1ac689bf3339} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
975 | 2024.07.13 05:36:21.193871 [ 3 ] {} <Debug> HTTP-Session: af8fcbca-7d89-42f7-8594-00898f9b6a5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
976 | 2024.07.13 05:36:21.194101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
977 | 2024.07.13 05:36:21.194147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
978 | 2024.07.13 05:36:21.194166 [ 3 ] {} <Debug> HTTP-Session: 70b7b35e-ee37-4045-9f71-b9de66ae4654 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
979 | 2024.07.13 05:36:21.194183 [ 3 ] {} <Debug> HTTP-Session: 70b7b35e-ee37-4045-9f71-b9de66ae4654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.07.13 05:36:21.194196 [ 3 ] {} <Debug> HTTP-Session: 70b7b35e-ee37-4045-9f71-b9de66ae4654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.07.13 05:36:21.194226 [ 3 ] {} <Trace> HTTP-Session: 70b7b35e-ee37-4045-9f71-b9de66ae4654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
982 | 2024.07.13 05:36:21.194353 [ 3 ] {2b134331-1219-40d1-a54d-1b1d286c6a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
983 | 2024.07.13 05:36:21.194691 [ 3 ] {2b134331-1219-40d1-a54d-1b1d286c6a38} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
984 | 2024.07.13 05:36:21.194741 [ 3 ] {2b134331-1219-40d1-a54d-1b1d286c6a38} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
985 | 2024.07.13 05:36:21.195604 [ 3 ] {2b134331-1219-40d1-a54d-1b1d286c6a38} <Debug> DynamicQueryHandler: Done processing query | ||
986 | 2024.07.13 05:36:21.195630 [ 3 ] {2b134331-1219-40d1-a54d-1b1d286c6a38} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
987 | 2024.07.13 05:36:21.195647 [ 3 ] {} <Debug> HTTP-Session: 70b7b35e-ee37-4045-9f71-b9de66ae4654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.07.13 05:36:21.195836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
989 | 2024.07.13 05:36:21.195883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
990 | 2024.07.13 05:36:21.195902 [ 3 ] {} <Debug> HTTP-Session: 1173b93f-d022-47ad-a2a2-b73d046d7993 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
991 | 2024.07.13 05:36:21.195920 [ 3 ] {} <Debug> HTTP-Session: 1173b93f-d022-47ad-a2a2-b73d046d7993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.07.13 05:36:21.195934 [ 3 ] {} <Debug> HTTP-Session: 1173b93f-d022-47ad-a2a2-b73d046d7993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
993 | 2024.07.13 05:36:21.195963 [ 3 ] {} <Trace> HTTP-Session: 1173b93f-d022-47ad-a2a2-b73d046d7993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
994 | 2024.07.13 05:36:21.196092 [ 3 ] {0704043b-b82b-4c97-b275-471252318a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
995 | 2024.07.13 05:36:21.196435 [ 3 ] {0704043b-b82b-4c97-b275-471252318a0e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
996 | 2024.07.13 05:36:21.196486 [ 3 ] {0704043b-b82b-4c97-b275-471252318a0e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
997 | 2024.07.13 05:36:21.197335 [ 3 ] {0704043b-b82b-4c97-b275-471252318a0e} <Debug> DynamicQueryHandler: Done processing query | ||
998 | 2024.07.13 05:36:21.197361 [ 3 ] {0704043b-b82b-4c97-b275-471252318a0e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
999 | 2024.07.13 05:36:21.197379 [ 3 ] {} <Debug> HTTP-Session: 1173b93f-d022-47ad-a2a2-b73d046d7993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1000 | 2024.07.13 05:36:21.200146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1001 | 2024.07.13 05:36:21.200238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1002 | 2024.07.13 05:36:21.200276 [ 3 ] {} <Debug> HTTP-Session: 570921c0-eedf-425b-ac6d-8e632ca97bef Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1003 | 2024.07.13 05:36:21.200309 [ 3 ] {} <Debug> HTTP-Session: 570921c0-eedf-425b-ac6d-8e632ca97bef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.07.13 05:36:21.200336 [ 3 ] {} <Debug> HTTP-Session: 570921c0-eedf-425b-ac6d-8e632ca97bef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.07.13 05:36:21.200396 [ 3 ] {} <Trace> HTTP-Session: 570921c0-eedf-425b-ac6d-8e632ca97bef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1006 | 2024.07.13 05:36:21.200612 [ 3 ] {68ed5f1b-7943-456b-821f-3852ed8cb7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1007 | 2024.07.13 05:36:21.200699 [ 3 ] {68ed5f1b-7943-456b-821f-3852ed8cb7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1008 | 2024.07.13 05:36:21.200956 [ 3 ] {68ed5f1b-7943-456b-821f-3852ed8cb7fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1009 | 2024.07.13 05:36:21.201515 [ 3 ] {68ed5f1b-7943-456b-821f-3852ed8cb7fa} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1010 | 2024.07.13 05:36:21.201554 [ 3 ] {68ed5f1b-7943-456b-821f-3852ed8cb7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1011 | 2024.07.13 05:36:21.202096 [ 3 ] {68ed5f1b-7943-456b-821f-3852ed8cb7fa} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1012 | 2024.07.13 05:36:21.202406 [ 3 ] {68ed5f1b-7943-456b-821f-3852ed8cb7fa} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1013 | 2024.07.13 05:36:21.202569 [ 3 ] {68ed5f1b-7943-456b-821f-3852ed8cb7fa} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002036 sec., 6876.2278978388995 rows/sec., 986.64 KiB/sec. | ||
1014 | 2024.07.13 05:36:21.202743 [ 3 ] {68ed5f1b-7943-456b-821f-3852ed8cb7fa} <Debug> DynamicQueryHandler: Done processing query | ||
1015 | 2024.07.13 05:36:21.202768 [ 3 ] {68ed5f1b-7943-456b-821f-3852ed8cb7fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1016 | 2024.07.13 05:36:21.202783 [ 3 ] {} <Debug> HTTP-Session: 570921c0-eedf-425b-ac6d-8e632ca97bef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1017 | 2024.07.13 05:36:21.202902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1018 | 2024.07.13 05:36:21.202950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1019 | 2024.07.13 05:36:21.202969 [ 3 ] {} <Debug> HTTP-Session: d1115512-8d66-43e8-99f7-7c83dde3864c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1020 | 2024.07.13 05:36:21.202986 [ 3 ] {} <Debug> HTTP-Session: d1115512-8d66-43e8-99f7-7c83dde3864c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.07.13 05:36:21.203000 [ 3 ] {} <Debug> HTTP-Session: d1115512-8d66-43e8-99f7-7c83dde3864c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.07.13 05:36:21.203031 [ 3 ] {} <Trace> HTTP-Session: d1115512-8d66-43e8-99f7-7c83dde3864c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1023 | 2024.07.13 05:36:21.203135 [ 3 ] {faf5486f-9f5a-4e7b-a22d-75575fbc72f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1024 | 2024.07.13 05:36:21.203178 [ 3 ] {faf5486f-9f5a-4e7b-a22d-75575fbc72f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1025 | 2024.07.13 05:36:21.203301 [ 3 ] {faf5486f-9f5a-4e7b-a22d-75575fbc72f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1026 | 2024.07.13 05:36:21.206125 [ 3 ] {faf5486f-9f5a-4e7b-a22d-75575fbc72f0} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1027 | 2024.07.13 05:36:21.206160 [ 3 ] {faf5486f-9f5a-4e7b-a22d-75575fbc72f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1028 | 2024.07.13 05:36:21.206461 [ 3 ] {faf5486f-9f5a-4e7b-a22d-75575fbc72f0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1029 | 2024.07.13 05:36:21.206769 [ 3 ] {faf5486f-9f5a-4e7b-a22d-75575fbc72f0} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1030 | 2024.07.13 05:36:21.206917 [ 3 ] {faf5486f-9f5a-4e7b-a22d-75575fbc72f0} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.003805 sec., 6833.11432325887 rows/sec., 527.42 KiB/sec. | ||
1031 | 2024.07.13 05:36:21.207170 [ 3 ] {faf5486f-9f5a-4e7b-a22d-75575fbc72f0} <Debug> DynamicQueryHandler: Done processing query | ||
1032 | 2024.07.13 05:36:21.207194 [ 3 ] {faf5486f-9f5a-4e7b-a22d-75575fbc72f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1033 | 2024.07.13 05:36:21.207209 [ 3 ] {} <Debug> HTTP-Session: d1115512-8d66-43e8-99f7-7c83dde3864c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1034 | 2024.07.13 05:36:21.207331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1035 | 2024.07.13 05:36:21.207376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1036 | 2024.07.13 05:36:21.207395 [ 3 ] {} <Debug> HTTP-Session: f588e932-1c14-4ccf-9e19-20958bc64ef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1037 | 2024.07.13 05:36:21.207411 [ 3 ] {} <Debug> HTTP-Session: f588e932-1c14-4ccf-9e19-20958bc64ef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.07.13 05:36:21.207426 [ 3 ] {} <Debug> HTTP-Session: f588e932-1c14-4ccf-9e19-20958bc64ef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.07.13 05:36:21.207456 [ 3 ] {} <Trace> HTTP-Session: f588e932-1c14-4ccf-9e19-20958bc64ef8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1040 | 2024.07.13 05:36:21.207556 [ 3 ] {6198b82f-8299-44ec-bdaf-7fc3b6f39ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1041 | 2024.07.13 05:36:21.207599 [ 3 ] {6198b82f-8299-44ec-bdaf-7fc3b6f39ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1042 | 2024.07.13 05:36:21.208271 [ 3 ] {6198b82f-8299-44ec-bdaf-7fc3b6f39ef5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1043 | 2024.07.13 05:36:21.208595 [ 3 ] {6198b82f-8299-44ec-bdaf-7fc3b6f39ef5} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1044 | 2024.07.13 05:36:21.208631 [ 3 ] {6198b82f-8299-44ec-bdaf-7fc3b6f39ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1045 | 2024.07.13 05:36:21.209459 [ 3 ] {6198b82f-8299-44ec-bdaf-7fc3b6f39ef5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1046 | 2024.07.13 05:36:21.209757 [ 3 ] {6198b82f-8299-44ec-bdaf-7fc3b6f39ef5} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1047 | 2024.07.13 05:36:21.209902 [ 3 ] {6198b82f-8299-44ec-bdaf-7fc3b6f39ef5} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002366 sec., 11834.31952662722 rows/sec., 945.19 KiB/sec. | ||
1048 | 2024.07.13 05:36:21.210156 [ 3 ] {6198b82f-8299-44ec-bdaf-7fc3b6f39ef5} <Debug> DynamicQueryHandler: Done processing query | ||
1049 | 2024.07.13 05:36:21.210180 [ 3 ] {6198b82f-8299-44ec-bdaf-7fc3b6f39ef5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1050 | 2024.07.13 05:36:21.210196 [ 3 ] {} <Debug> HTTP-Session: f588e932-1c14-4ccf-9e19-20958bc64ef8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.07.13 05:36:21.210332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 11491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1052 | 2024.07.13 05:36:21.210378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1053 | 2024.07.13 05:36:21.210397 [ 3 ] {} <Debug> HTTP-Session: 2959f5bd-c3c4-4442-aa51-f5c2699cf4f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1054 | 2024.07.13 05:36:21.210414 [ 3 ] {} <Debug> HTTP-Session: 2959f5bd-c3c4-4442-aa51-f5c2699cf4f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1055 | 2024.07.13 05:36:21.210427 [ 3 ] {} <Debug> HTTP-Session: 2959f5bd-c3c4-4442-aa51-f5c2699cf4f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1056 | 2024.07.13 05:36:21.210458 [ 3 ] {} <Trace> HTTP-Session: 2959f5bd-c3c4-4442-aa51-f5c2699cf4f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1057 | 2024.07.13 05:36:21.210573 [ 3 ] {55161b98-33fd-4daa-88e0-097c5544a026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1058 | 2024.07.13 05:36:21.210619 [ 3 ] {55161b98-33fd-4daa-88e0-097c5544a026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1059 | 2024.07.13 05:36:21.210778 [ 3 ] {55161b98-33fd-4daa-88e0-097c5544a026} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1060 | 2024.07.13 05:36:21.211673 [ 3 ] {55161b98-33fd-4daa-88e0-097c5544a026} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1061 | 2024.07.13 05:36:21.211709 [ 3 ] {55161b98-33fd-4daa-88e0-097c5544a026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1062 | 2024.07.13 05:36:21.212188 [ 3 ] {55161b98-33fd-4daa-88e0-097c5544a026} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1063 | 2024.07.13 05:36:21.212511 [ 3 ] {55161b98-33fd-4daa-88e0-097c5544a026} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1064 | 2024.07.13 05:36:21.212629 [ 3 ] {55161b98-33fd-4daa-88e0-097c5544a026} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.002096 sec., 28625.95419847328 rows/sec., 1.98 MiB/sec. | ||
1065 | 2024.07.13 05:36:21.212821 [ 3 ] {55161b98-33fd-4daa-88e0-097c5544a026} <Debug> DynamicQueryHandler: Done processing query | ||
1066 | 2024.07.13 05:36:21.212844 [ 3 ] {55161b98-33fd-4daa-88e0-097c5544a026} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1067 | 2024.07.13 05:36:21.212859 [ 3 ] {} <Debug> HTTP-Session: 2959f5bd-c3c4-4442-aa51-f5c2699cf4f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1068 | 2024.07.13 05:36:21.213004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 2796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1069 | 2024.07.13 05:36:21.213050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1070 | 2024.07.13 05:36:21.213069 [ 3 ] {} <Debug> HTTP-Session: f869fa14-b246-484c-af42-f97e8dfd7d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1071 | 2024.07.13 05:36:21.213087 [ 3 ] {} <Debug> HTTP-Session: f869fa14-b246-484c-af42-f97e8dfd7d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.07.13 05:36:21.213101 [ 3 ] {} <Debug> HTTP-Session: f869fa14-b246-484c-af42-f97e8dfd7d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1073 | 2024.07.13 05:36:21.213131 [ 3 ] {} <Trace> HTTP-Session: f869fa14-b246-484c-af42-f97e8dfd7d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1074 | 2024.07.13 05:36:21.213231 [ 3 ] {cc64f379-6e1d-43d6-8a89-f2fd58306136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1075 | 2024.07.13 05:36:21.213275 [ 3 ] {cc64f379-6e1d-43d6-8a89-f2fd58306136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1076 | 2024.07.13 05:36:21.213407 [ 3 ] {cc64f379-6e1d-43d6-8a89-f2fd58306136} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1077 | 2024.07.13 05:36:21.213718 [ 3 ] {cc64f379-6e1d-43d6-8a89-f2fd58306136} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1078 | 2024.07.13 05:36:21.213753 [ 3 ] {cc64f379-6e1d-43d6-8a89-f2fd58306136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1079 | 2024.07.13 05:36:21.214091 [ 3 ] {cc64f379-6e1d-43d6-8a89-f2fd58306136} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1080 | 2024.07.13 05:36:21.214520 [ 3 ] {cc64f379-6e1d-43d6-8a89-f2fd58306136} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1081 | 2024.07.13 05:36:21.214673 [ 3 ] {cc64f379-6e1d-43d6-8a89-f2fd58306136} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001469 sec., 12253.233492171545 rows/sec., 859.56 KiB/sec. | ||
1082 | 2024.07.13 05:36:21.214986 [ 3 ] {cc64f379-6e1d-43d6-8a89-f2fd58306136} <Debug> DynamicQueryHandler: Done processing query | ||
1083 | 2024.07.13 05:36:21.215011 [ 3 ] {cc64f379-6e1d-43d6-8a89-f2fd58306136} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1084 | 2024.07.13 05:36:21.215027 [ 3 ] {} <Debug> HTTP-Session: f869fa14-b246-484c-af42-f97e8dfd7d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1085 | 2024.07.13 05:36:26.164479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1086 | 2024.07.13 05:36:26.164615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1087 | 2024.07.13 05:36:26.164644 [ 3 ] {} <Debug> HTTP-Session: 4473a0c5-2f75-4553-b8d8-4722d070235a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1088 | 2024.07.13 05:36:26.164672 [ 3 ] {} <Debug> HTTP-Session: 4473a0c5-2f75-4553-b8d8-4722d070235a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1089 | 2024.07.13 05:36:26.164691 [ 3 ] {} <Debug> HTTP-Session: 4473a0c5-2f75-4553-b8d8-4722d070235a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1090 | 2024.07.13 05:36:26.164747 [ 3 ] {} <Trace> HTTP-Session: 4473a0c5-2f75-4553-b8d8-4722d070235a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1091 | 2024.07.13 05:36:26.164940 [ 3 ] {a4f3a356-d8f7-4440-9382-a2d46be7c08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1092 | 2024.07.13 05:36:26.165005 [ 3 ] {a4f3a356-d8f7-4440-9382-a2d46be7c08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1093 | 2024.07.13 05:36:26.165192 [ 3 ] {a4f3a356-d8f7-4440-9382-a2d46be7c08d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1094 | 2024.07.13 05:36:26.165580 [ 3 ] {a4f3a356-d8f7-4440-9382-a2d46be7c08d} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1095 | 2024.07.13 05:36:26.165619 [ 3 ] {a4f3a356-d8f7-4440-9382-a2d46be7c08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1096 | 2024.07.13 05:36:26.165972 [ 3 ] {a4f3a356-d8f7-4440-9382-a2d46be7c08d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1097 | 2024.07.13 05:36:26.166294 [ 3 ] {a4f3a356-d8f7-4440-9382-a2d46be7c08d} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1098 | 2024.07.13 05:36:26.166489 [ 3 ] {a4f3a356-d8f7-4440-9382-a2d46be7c08d} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001606 sec., 16189.2901618929 rows/sec., 1.22 MiB/sec. | ||
1099 | 2024.07.13 05:36:26.166673 [ 3 ] {a4f3a356-d8f7-4440-9382-a2d46be7c08d} <Debug> DynamicQueryHandler: Done processing query | ||
1100 | 2024.07.13 05:36:26.166699 [ 3 ] {a4f3a356-d8f7-4440-9382-a2d46be7c08d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1101 | 2024.07.13 05:36:26.166716 [ 3 ] {} <Debug> HTTP-Session: 4473a0c5-2f75-4553-b8d8-4722d070235a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1102 | 2024.07.13 05:36:26.166846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1103 | 2024.07.13 05:36:26.166893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1104 | 2024.07.13 05:36:26.166912 [ 3 ] {} <Debug> HTTP-Session: 3d262f78-a19a-4ceb-bb28-ab6742949c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1105 | 2024.07.13 05:36:26.166930 [ 3 ] {} <Debug> HTTP-Session: 3d262f78-a19a-4ceb-bb28-ab6742949c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1106 | 2024.07.13 05:36:26.166944 [ 3 ] {} <Debug> HTTP-Session: 3d262f78-a19a-4ceb-bb28-ab6742949c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1107 | 2024.07.13 05:36:26.166974 [ 3 ] {} <Trace> HTTP-Session: 3d262f78-a19a-4ceb-bb28-ab6742949c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1108 | 2024.07.13 05:36:26.167077 [ 3 ] {131db0c1-f063-4713-86da-c097bbd8f0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1109 | 2024.07.13 05:36:26.167119 [ 3 ] {131db0c1-f063-4713-86da-c097bbd8f0ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1110 | 2024.07.13 05:36:26.167244 [ 3 ] {131db0c1-f063-4713-86da-c097bbd8f0ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1111 | 2024.07.13 05:36:26.167565 [ 3 ] {131db0c1-f063-4713-86da-c097bbd8f0ce} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1112 | 2024.07.13 05:36:26.167601 [ 3 ] {131db0c1-f063-4713-86da-c097bbd8f0ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1113 | 2024.07.13 05:36:26.167908 [ 3 ] {131db0c1-f063-4713-86da-c097bbd8f0ce} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1114 | 2024.07.13 05:36:26.168214 [ 3 ] {131db0c1-f063-4713-86da-c097bbd8f0ce} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1115 | 2024.07.13 05:36:26.168372 [ 3 ] {131db0c1-f063-4713-86da-c097bbd8f0ce} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00132 sec., 21212.121212121212 rows/sec., 1.65 MiB/sec. | ||
1116 | 2024.07.13 05:36:26.168659 [ 3 ] {131db0c1-f063-4713-86da-c097bbd8f0ce} <Debug> DynamicQueryHandler: Done processing query | ||
1117 | 2024.07.13 05:36:26.168684 [ 3 ] {131db0c1-f063-4713-86da-c097bbd8f0ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1118 | 2024.07.13 05:36:26.168700 [ 3 ] {} <Debug> HTTP-Session: 3d262f78-a19a-4ceb-bb28-ab6742949c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1119 | 2024.07.13 05:36:26.168862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1120 | 2024.07.13 05:36:26.168911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1121 | 2024.07.13 05:36:26.168930 [ 3 ] {} <Debug> HTTP-Session: 0dccf99b-9770-4f3b-8583-5f9fa99cbe3a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1122 | 2024.07.13 05:36:26.168947 [ 3 ] {} <Debug> HTTP-Session: 0dccf99b-9770-4f3b-8583-5f9fa99cbe3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1123 | 2024.07.13 05:36:26.168961 [ 3 ] {} <Debug> HTTP-Session: 0dccf99b-9770-4f3b-8583-5f9fa99cbe3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1124 | 2024.07.13 05:36:26.168991 [ 3 ] {} <Trace> HTTP-Session: 0dccf99b-9770-4f3b-8583-5f9fa99cbe3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1125 | 2024.07.13 05:36:26.169127 [ 3 ] {7ed78c14-28ad-4763-b02e-25b90fbf0fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1126 | 2024.07.13 05:36:26.169197 [ 3 ] {7ed78c14-28ad-4763-b02e-25b90fbf0fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1127 | 2024.07.13 05:36:26.169368 [ 3 ] {7ed78c14-28ad-4763-b02e-25b90fbf0fbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1128 | 2024.07.13 05:36:26.169705 [ 3 ] {7ed78c14-28ad-4763-b02e-25b90fbf0fbc} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1129 | 2024.07.13 05:36:26.169742 [ 3 ] {7ed78c14-28ad-4763-b02e-25b90fbf0fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1130 | 2024.07.13 05:36:26.170134 [ 3 ] {7ed78c14-28ad-4763-b02e-25b90fbf0fbc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1131 | 2024.07.13 05:36:26.170463 [ 3 ] {7ed78c14-28ad-4763-b02e-25b90fbf0fbc} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1132 | 2024.07.13 05:36:26.170628 [ 3 ] {7ed78c14-28ad-4763-b02e-25b90fbf0fbc} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001562 sec., 64020.486555697826 rows/sec., 4.44 MiB/sec. | ||
1133 | 2024.07.13 05:36:26.170900 [ 3 ] {7ed78c14-28ad-4763-b02e-25b90fbf0fbc} <Debug> DynamicQueryHandler: Done processing query | ||
1134 | 2024.07.13 05:36:26.170924 [ 3 ] {7ed78c14-28ad-4763-b02e-25b90fbf0fbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1135 | 2024.07.13 05:36:26.170940 [ 3 ] {} <Debug> HTTP-Session: 0dccf99b-9770-4f3b-8583-5f9fa99cbe3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2024.07.13 05:36:26.171079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1137 | 2024.07.13 05:36:26.171128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1138 | 2024.07.13 05:36:26.171149 [ 3 ] {} <Debug> HTTP-Session: f1add7c5-1df1-4806-9362-4c1ec89cc63e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1139 | 2024.07.13 05:36:26.171166 [ 3 ] {} <Debug> HTTP-Session: f1add7c5-1df1-4806-9362-4c1ec89cc63e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1140 | 2024.07.13 05:36:26.171180 [ 3 ] {} <Debug> HTTP-Session: f1add7c5-1df1-4806-9362-4c1ec89cc63e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1141 | 2024.07.13 05:36:26.171210 [ 3 ] {} <Trace> HTTP-Session: f1add7c5-1df1-4806-9362-4c1ec89cc63e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1142 | 2024.07.13 05:36:26.171321 [ 3 ] {d3986bc9-2cc3-46b8-9222-eb2e4ecaaf52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1143 | 2024.07.13 05:36:26.171366 [ 3 ] {d3986bc9-2cc3-46b8-9222-eb2e4ecaaf52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1144 | 2024.07.13 05:36:26.171509 [ 3 ] {d3986bc9-2cc3-46b8-9222-eb2e4ecaaf52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1145 | 2024.07.13 05:36:26.171788 [ 3 ] {d3986bc9-2cc3-46b8-9222-eb2e4ecaaf52} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1146 | 2024.07.13 05:36:26.171824 [ 3 ] {d3986bc9-2cc3-46b8-9222-eb2e4ecaaf52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1147 | 2024.07.13 05:36:26.172172 [ 3 ] {d3986bc9-2cc3-46b8-9222-eb2e4ecaaf52} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1148 | 2024.07.13 05:36:26.172482 [ 3 ] {d3986bc9-2cc3-46b8-9222-eb2e4ecaaf52} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1149 | 2024.07.13 05:36:26.172628 [ 3 ] {d3986bc9-2cc3-46b8-9222-eb2e4ecaaf52} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001348 sec., 22255.19287833828 rows/sec., 1.52 MiB/sec. | ||
1150 | 2024.07.13 05:36:26.172792 [ 3 ] {d3986bc9-2cc3-46b8-9222-eb2e4ecaaf52} <Debug> DynamicQueryHandler: Done processing query | ||
1151 | 2024.07.13 05:36:26.172815 [ 3 ] {d3986bc9-2cc3-46b8-9222-eb2e4ecaaf52} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1152 | 2024.07.13 05:36:26.172831 [ 3 ] {} <Debug> HTTP-Session: f1add7c5-1df1-4806-9362-4c1ec89cc63e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.07.13 05:36:30.441176 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1154 | 2024.07.13 05:36:30.441248 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1155 | 2024.07.13 05:36:31.161907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1156 | 2024.07.13 05:36:31.162022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1157 | 2024.07.13 05:36:31.162051 [ 3 ] {} <Debug> HTTP-Session: 20f9a1ff-4731-40b4-8df4-9b5acb543106 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1158 | 2024.07.13 05:36:31.162078 [ 3 ] {} <Debug> HTTP-Session: 20f9a1ff-4731-40b4-8df4-9b5acb543106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1159 | 2024.07.13 05:36:31.162095 [ 3 ] {} <Debug> HTTP-Session: 20f9a1ff-4731-40b4-8df4-9b5acb543106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1160 | 2024.07.13 05:36:31.162149 [ 3 ] {} <Trace> HTTP-Session: 20f9a1ff-4731-40b4-8df4-9b5acb543106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1161 | 2024.07.13 05:36:31.162394 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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) | ||
1162 | 2024.07.13 05:36:31.162902 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1163 | 2024.07.13 05:36:31.162983 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <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 | ||
1164 | 2024.07.13 05:36:31.163274 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1165 | 2024.07.13 05:36:31.165451 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1166 | 2024.07.13 05:36:31.165844 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1167 | 2024.07.13 05:36:31.166946 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1168 | 2024.07.13 05:36:31.166993 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1169 | 2024.07.13 05:36:31.167011 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1170 | 2024.07.13 05:36:31.169010 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <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'))" | ||
1171 | 2024.07.13 05:36:31.169046 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1172 | 2024.07.13 05:36:31.174906 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.012619 sec., 1109.4381488232032 rows/sec., 45.27 KiB/sec. | ||
1173 | 2024.07.13 05:36:31.175208 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Debug> DynamicQueryHandler: Done processing query | ||
1174 | 2024.07.13 05:36:31.175233 [ 3 ] {38a5e5e3-1813-4c5b-b12f-1d87f03f33de} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1175 | 2024.07.13 05:36:31.175250 [ 3 ] {} <Debug> HTTP-Session: 20f9a1ff-4731-40b4-8df4-9b5acb543106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1176 | 2024.07.13 05:36:31.176563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1177 | 2024.07.13 05:36:31.176615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1178 | 2024.07.13 05:36:31.176634 [ 3 ] {} <Debug> HTTP-Session: b6d4ad7e-725f-4447-96b8-e777747b8683 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1179 | 2024.07.13 05:36:31.176653 [ 3 ] {} <Debug> HTTP-Session: b6d4ad7e-725f-4447-96b8-e777747b8683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1180 | 2024.07.13 05:36:31.176666 [ 3 ] {} <Debug> HTTP-Session: b6d4ad7e-725f-4447-96b8-e777747b8683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1181 | 2024.07.13 05:36:31.176702 [ 3 ] {} <Trace> HTTP-Session: b6d4ad7e-725f-4447-96b8-e777747b8683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1182 | 2024.07.13 05:36:31.176850 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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) | ||
1183 | 2024.07.13 05:36:31.177111 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1184 | 2024.07.13 05:36:31.177151 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <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 | ||
1185 | 2024.07.13 05:36:31.177390 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1186 | 2024.07.13 05:36:31.177452 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1187 | 2024.07.13 05:36:31.177591 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1188 | 2024.07.13 05:36:31.177624 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1189 | 2024.07.13 05:36:31.177647 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1190 | 2024.07.13 05:36:31.177663 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1191 | 2024.07.13 05:36:31.177702 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <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'))" | ||
1192 | 2024.07.13 05:36:31.177723 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1193 | 2024.07.13 05:36:31.178587 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001793 sec., 7808.1427774679305 rows/sec., 318.62 KiB/sec. | ||
1194 | 2024.07.13 05:36:31.178840 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Debug> DynamicQueryHandler: Done processing query | ||
1195 | 2024.07.13 05:36:31.178864 [ 3 ] {b3070faf-e705-4aba-8817-e744a6c074c3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1196 | 2024.07.13 05:36:31.178882 [ 3 ] {} <Debug> HTTP-Session: b6d4ad7e-725f-4447-96b8-e777747b8683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1197 | 2024.07.13 05:36:31.179120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1198 | 2024.07.13 05:36:31.179169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1199 | 2024.07.13 05:36:31.179188 [ 3 ] {} <Debug> HTTP-Session: 51c4d7de-12d8-4a20-8c86-861b80e93164 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1200 | 2024.07.13 05:36:31.179204 [ 3 ] {} <Debug> HTTP-Session: 51c4d7de-12d8-4a20-8c86-861b80e93164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1201 | 2024.07.13 05:36:31.179217 [ 3 ] {} <Debug> HTTP-Session: 51c4d7de-12d8-4a20-8c86-861b80e93164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1202 | 2024.07.13 05:36:31.179248 [ 3 ] {} <Trace> HTTP-Session: 51c4d7de-12d8-4a20-8c86-861b80e93164 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1203 | 2024.07.13 05:36:31.179384 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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) | ||
1204 | 2024.07.13 05:36:31.179635 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1205 | 2024.07.13 05:36:31.179672 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <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 | ||
1206 | 2024.07.13 05:36:31.179910 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1207 | 2024.07.13 05:36:31.179973 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1208 | 2024.07.13 05:36:31.180108 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1209 | 2024.07.13 05:36:31.180141 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1210 | 2024.07.13 05:36:31.180163 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1211 | 2024.07.13 05:36:31.180179 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1212 | 2024.07.13 05:36:31.180218 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <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'))" | ||
1213 | 2024.07.13 05:36:31.180239 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1214 | 2024.07.13 05:36:31.181028 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001703 sec., 8220.786846741044 rows/sec., 335.46 KiB/sec. | ||
1215 | 2024.07.13 05:36:31.181261 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Debug> DynamicQueryHandler: Done processing query | ||
1216 | 2024.07.13 05:36:31.181285 [ 3 ] {f13c5fcd-c008-4d18-b081-5bb4725942fe} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1217 | 2024.07.13 05:36:31.181301 [ 3 ] {} <Debug> HTTP-Session: 51c4d7de-12d8-4a20-8c86-861b80e93164 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1218 | 2024.07.13 05:36:31.181505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1219 | 2024.07.13 05:36:31.181553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1220 | 2024.07.13 05:36:31.181572 [ 3 ] {} <Debug> HTTP-Session: 0c547781-b638-4ba5-b87f-18bbb9ca85f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1221 | 2024.07.13 05:36:31.181588 [ 3 ] {} <Debug> HTTP-Session: 0c547781-b638-4ba5-b87f-18bbb9ca85f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2024.07.13 05:36:31.181602 [ 3 ] {} <Debug> HTTP-Session: 0c547781-b638-4ba5-b87f-18bbb9ca85f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1223 | 2024.07.13 05:36:31.181632 [ 3 ] {} <Trace> HTTP-Session: 0c547781-b638-4ba5-b87f-18bbb9ca85f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1224 | 2024.07.13 05:36:31.181767 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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) | ||
1225 | 2024.07.13 05:36:31.182018 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1226 | 2024.07.13 05:36:31.182056 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <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 | ||
1227 | 2024.07.13 05:36:31.182303 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1228 | 2024.07.13 05:36:31.182367 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1229 | 2024.07.13 05:36:31.182501 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1230 | 2024.07.13 05:36:31.182533 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1231 | 2024.07.13 05:36:31.182555 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1232 | 2024.07.13 05:36:31.182571 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1233 | 2024.07.13 05:36:31.182610 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <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'))" | ||
1234 | 2024.07.13 05:36:31.182630 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1235 | 2024.07.13 05:36:31.183460 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00175 sec., 8000 rows/sec., 326.45 KiB/sec. | ||
1236 | 2024.07.13 05:36:31.183751 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Debug> DynamicQueryHandler: Done processing query | ||
1237 | 2024.07.13 05:36:31.183782 [ 3 ] {bc9b1167-a214-4a89-b388-0401fbd11fa6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1238 | 2024.07.13 05:36:31.183804 [ 3 ] {} <Debug> HTTP-Session: 0c547781-b638-4ba5-b87f-18bbb9ca85f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1239 | 2024.07.13 05:36:31.186436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1240 | 2024.07.13 05:36:31.186496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1241 | 2024.07.13 05:36:31.186521 [ 3 ] {} <Debug> HTTP-Session: 01fdfbd5-0d9c-408c-acae-d67533c853cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1242 | 2024.07.13 05:36:31.186542 [ 3 ] {} <Debug> HTTP-Session: 01fdfbd5-0d9c-408c-acae-d67533c853cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1243 | 2024.07.13 05:36:31.186560 [ 3 ] {} <Debug> HTTP-Session: 01fdfbd5-0d9c-408c-acae-d67533c853cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1244 | 2024.07.13 05:36:31.186598 [ 3 ] {} <Trace> HTTP-Session: 01fdfbd5-0d9c-408c-acae-d67533c853cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1245 | 2024.07.13 05:36:31.186740 [ 3 ] {1ce099b1-754c-46a5-9d64-25f43507097a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1246 | 2024.07.13 05:36:31.186798 [ 3 ] {1ce099b1-754c-46a5-9d64-25f43507097a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1247 | 2024.07.13 05:36:31.187004 [ 3 ] {1ce099b1-754c-46a5-9d64-25f43507097a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1248 | 2024.07.13 05:36:31.187314 [ 3 ] {1ce099b1-754c-46a5-9d64-25f43507097a} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1249 | 2024.07.13 05:36:31.187350 [ 3 ] {1ce099b1-754c-46a5-9d64-25f43507097a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1250 | 2024.07.13 05:36:31.187824 [ 3 ] {1ce099b1-754c-46a5-9d64-25f43507097a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1251 | 2024.07.13 05:36:31.188138 [ 3 ] {1ce099b1-754c-46a5-9d64-25f43507097a} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1252 | 2024.07.13 05:36:31.188297 [ 3 ] {1ce099b1-754c-46a5-9d64-25f43507097a} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001596 sec., 2506.2656641604012 rows/sec., 271.06 KiB/sec. | ||
1253 | 2024.07.13 05:36:31.188458 [ 3 ] {1ce099b1-754c-46a5-9d64-25f43507097a} <Debug> DynamicQueryHandler: Done processing query | ||
1254 | 2024.07.13 05:36:31.188482 [ 3 ] {1ce099b1-754c-46a5-9d64-25f43507097a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1255 | 2024.07.13 05:36:31.188498 [ 3 ] {} <Debug> HTTP-Session: 01fdfbd5-0d9c-408c-acae-d67533c853cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1256 | 2024.07.13 05:36:31.188610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 2346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1257 | 2024.07.13 05:36:31.188657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1258 | 2024.07.13 05:36:31.188678 [ 3 ] {} <Debug> HTTP-Session: 036a1f90-e49d-4b08-90a5-411949b0db59 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1259 | 2024.07.13 05:36:31.188694 [ 3 ] {} <Debug> HTTP-Session: 036a1f90-e49d-4b08-90a5-411949b0db59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.07.13 05:36:31.188709 [ 3 ] {} <Debug> HTTP-Session: 036a1f90-e49d-4b08-90a5-411949b0db59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1261 | 2024.07.13 05:36:31.188739 [ 3 ] {} <Trace> HTTP-Session: 036a1f90-e49d-4b08-90a5-411949b0db59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1262 | 2024.07.13 05:36:31.188840 [ 3 ] {66ba0371-cfc7-4e20-9ee5-86193a768462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1263 | 2024.07.13 05:36:31.188883 [ 3 ] {66ba0371-cfc7-4e20-9ee5-86193a768462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1264 | 2024.07.13 05:36:31.189009 [ 3 ] {66ba0371-cfc7-4e20-9ee5-86193a768462} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1265 | 2024.07.13 05:36:31.189869 [ 3 ] {66ba0371-cfc7-4e20-9ee5-86193a768462} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1266 | 2024.07.13 05:36:31.189905 [ 3 ] {66ba0371-cfc7-4e20-9ee5-86193a768462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1267 | 2024.07.13 05:36:31.190218 [ 3 ] {66ba0371-cfc7-4e20-9ee5-86193a768462} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1268 | 2024.07.13 05:36:31.190519 [ 3 ] {66ba0371-cfc7-4e20-9ee5-86193a768462} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1269 | 2024.07.13 05:36:31.190674 [ 3 ] {66ba0371-cfc7-4e20-9ee5-86193a768462} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001855 sec., 8625.33692722372 rows/sec., 699.12 KiB/sec. | ||
1270 | 2024.07.13 05:36:31.190939 [ 3 ] {66ba0371-cfc7-4e20-9ee5-86193a768462} <Debug> DynamicQueryHandler: Done processing query | ||
1271 | 2024.07.13 05:36:31.190965 [ 3 ] {66ba0371-cfc7-4e20-9ee5-86193a768462} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1272 | 2024.07.13 05:36:31.190981 [ 3 ] {} <Debug> HTTP-Session: 036a1f90-e49d-4b08-90a5-411949b0db59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1273 | 2024.07.13 05:36:31.191114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1274 | 2024.07.13 05:36:31.191170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1275 | 2024.07.13 05:36:31.191190 [ 3 ] {} <Debug> HTTP-Session: 51c4b2a3-63ba-458c-9dc4-a4fd7f7bd9a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1276 | 2024.07.13 05:36:31.191207 [ 3 ] {} <Debug> HTTP-Session: 51c4b2a3-63ba-458c-9dc4-a4fd7f7bd9a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1277 | 2024.07.13 05:36:31.191220 [ 3 ] {} <Debug> HTTP-Session: 51c4b2a3-63ba-458c-9dc4-a4fd7f7bd9a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1278 | 2024.07.13 05:36:31.191251 [ 3 ] {} <Trace> HTTP-Session: 51c4b2a3-63ba-458c-9dc4-a4fd7f7bd9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1279 | 2024.07.13 05:36:31.191369 [ 3 ] {e47c6772-3684-4ba4-9418-463a5a55ab4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1280 | 2024.07.13 05:36:31.191412 [ 3 ] {e47c6772-3684-4ba4-9418-463a5a55ab4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1281 | 2024.07.13 05:36:31.191556 [ 3 ] {e47c6772-3684-4ba4-9418-463a5a55ab4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1282 | 2024.07.13 05:36:31.191881 [ 3 ] {e47c6772-3684-4ba4-9418-463a5a55ab4a} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1283 | 2024.07.13 05:36:31.191917 [ 3 ] {e47c6772-3684-4ba4-9418-463a5a55ab4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1284 | 2024.07.13 05:36:31.192227 [ 3 ] {e47c6772-3684-4ba4-9418-463a5a55ab4a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1285 | 2024.07.13 05:36:31.192563 [ 3 ] {e47c6772-3684-4ba4-9418-463a5a55ab4a} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1286 | 2024.07.13 05:36:31.192711 [ 3 ] {e47c6772-3684-4ba4-9418-463a5a55ab4a} <Debug> executeQuery: Read 74 rows, 6.27 KiB in 0.00138 sec., 53623.188405797104 rows/sec., 4.44 MiB/sec. | ||
1287 | 2024.07.13 05:36:31.192866 [ 3 ] {e47c6772-3684-4ba4-9418-463a5a55ab4a} <Debug> DynamicQueryHandler: Done processing query | ||
1288 | 2024.07.13 05:36:31.192890 [ 3 ] {e47c6772-3684-4ba4-9418-463a5a55ab4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1289 | 2024.07.13 05:36:31.192906 [ 3 ] {} <Debug> HTTP-Session: 51c4b2a3-63ba-458c-9dc4-a4fd7f7bd9a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.07.13 05:36:31.193018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 8695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1291 | 2024.07.13 05:36:31.193065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1292 | 2024.07.13 05:36:31.193085 [ 3 ] {} <Debug> HTTP-Session: fdf908bb-df87-4fa9-8a1b-b873a1e19132 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1293 | 2024.07.13 05:36:31.193101 [ 3 ] {} <Debug> HTTP-Session: fdf908bb-df87-4fa9-8a1b-b873a1e19132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1294 | 2024.07.13 05:36:31.193115 [ 3 ] {} <Debug> HTTP-Session: fdf908bb-df87-4fa9-8a1b-b873a1e19132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1295 | 2024.07.13 05:36:31.193146 [ 3 ] {} <Trace> HTTP-Session: fdf908bb-df87-4fa9-8a1b-b873a1e19132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1296 | 2024.07.13 05:36:31.193255 [ 3 ] {742a8697-306e-42a8-b2a2-d40634b60a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1297 | 2024.07.13 05:36:31.193298 [ 3 ] {742a8697-306e-42a8-b2a2-d40634b60a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1298 | 2024.07.13 05:36:31.193421 [ 3 ] {742a8697-306e-42a8-b2a2-d40634b60a1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1299 | 2024.07.13 05:36:31.193739 [ 3 ] {742a8697-306e-42a8-b2a2-d40634b60a1e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1300 | 2024.07.13 05:36:31.193775 [ 3 ] {742a8697-306e-42a8-b2a2-d40634b60a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1301 | 2024.07.13 05:36:31.194077 [ 3 ] {742a8697-306e-42a8-b2a2-d40634b60a1e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1302 | 2024.07.13 05:36:31.194381 [ 3 ] {742a8697-306e-42a8-b2a2-d40634b60a1e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1303 | 2024.07.13 05:36:31.194526 [ 3 ] {742a8697-306e-42a8-b2a2-d40634b60a1e} <Debug> executeQuery: Read 51 rows, 4.09 KiB in 0.001296 sec., 39351.85185185185 rows/sec., 3.08 MiB/sec. | ||
1304 | 2024.07.13 05:36:31.194797 [ 3 ] {742a8697-306e-42a8-b2a2-d40634b60a1e} <Debug> DynamicQueryHandler: Done processing query | ||
1305 | 2024.07.13 05:36:31.194822 [ 3 ] {742a8697-306e-42a8-b2a2-d40634b60a1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1306 | 2024.07.13 05:36:31.194838 [ 3 ] {} <Debug> HTTP-Session: fdf908bb-df87-4fa9-8a1b-b873a1e19132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.07.13 05:36:31.194963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1308 | 2024.07.13 05:36:31.195012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1309 | 2024.07.13 05:36:31.195033 [ 3 ] {} <Debug> HTTP-Session: 92e34a77-0e94-4260-997d-21b09ab69860 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1310 | 2024.07.13 05:36:31.195050 [ 3 ] {} <Debug> HTTP-Session: 92e34a77-0e94-4260-997d-21b09ab69860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1311 | 2024.07.13 05:36:31.195063 [ 3 ] {} <Debug> HTTP-Session: 92e34a77-0e94-4260-997d-21b09ab69860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1312 | 2024.07.13 05:36:31.195093 [ 3 ] {} <Trace> HTTP-Session: 92e34a77-0e94-4260-997d-21b09ab69860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1313 | 2024.07.13 05:36:31.195233 [ 3 ] {ec3bdfc6-b232-4572-b0a9-38f65d2a6940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1314 | 2024.07.13 05:36:31.195280 [ 3 ] {ec3bdfc6-b232-4572-b0a9-38f65d2a6940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1315 | 2024.07.13 05:36:31.195435 [ 3 ] {ec3bdfc6-b232-4572-b0a9-38f65d2a6940} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1316 | 2024.07.13 05:36:31.195755 [ 3 ] {ec3bdfc6-b232-4572-b0a9-38f65d2a6940} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1317 | 2024.07.13 05:36:31.195790 [ 3 ] {ec3bdfc6-b232-4572-b0a9-38f65d2a6940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1318 | 2024.07.13 05:36:31.196178 [ 3 ] {ec3bdfc6-b232-4572-b0a9-38f65d2a6940} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1319 | 2024.07.13 05:36:31.196531 [ 3 ] {ec3bdfc6-b232-4572-b0a9-38f65d2a6940} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1320 | 2024.07.13 05:36:31.196695 [ 3 ] {ec3bdfc6-b232-4572-b0a9-38f65d2a6940} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001516 sec., 65963.06068601583 rows/sec., 4.57 MiB/sec. | ||
1321 | 2024.07.13 05:36:31.196974 [ 3 ] {ec3bdfc6-b232-4572-b0a9-38f65d2a6940} <Debug> DynamicQueryHandler: Done processing query | ||
1322 | 2024.07.13 05:36:31.196998 [ 3 ] {ec3bdfc6-b232-4572-b0a9-38f65d2a6940} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1323 | 2024.07.13 05:36:31.197014 [ 3 ] {} <Debug> HTTP-Session: 92e34a77-0e94-4260-997d-21b09ab69860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1324 | 2024.07.13 05:36:31.197264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 25303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1325 | 2024.07.13 05:36:31.197312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1326 | 2024.07.13 05:36:31.197331 [ 3 ] {} <Debug> HTTP-Session: b7fa8c49-c739-4e41-9865-7ff9d45cf0e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1327 | 2024.07.13 05:36:31.197349 [ 3 ] {} <Debug> HTTP-Session: b7fa8c49-c739-4e41-9865-7ff9d45cf0e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1328 | 2024.07.13 05:36:31.197363 [ 3 ] {} <Debug> HTTP-Session: b7fa8c49-c739-4e41-9865-7ff9d45cf0e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1329 | 2024.07.13 05:36:31.197394 [ 3 ] {} <Trace> HTTP-Session: b7fa8c49-c739-4e41-9865-7ff9d45cf0e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1330 | 2024.07.13 05:36:31.197589 [ 3 ] {9baba4b6-e1ca-476a-9977-a81e2d362986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1331 | 2024.07.13 05:36:31.197659 [ 3 ] {9baba4b6-e1ca-476a-9977-a81e2d362986} <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 | ||
1332 | 2024.07.13 05:36:31.198075 [ 3 ] {9baba4b6-e1ca-476a-9977-a81e2d362986} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1333 | 2024.07.13 05:36:31.198694 [ 3 ] {9baba4b6-e1ca-476a-9977-a81e2d362986} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1334 | 2024.07.13 05:36:31.198730 [ 3 ] {9baba4b6-e1ca-476a-9977-a81e2d362986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1335 | 2024.07.13 05:36:31.201904 [ 3 ] {9baba4b6-e1ca-476a-9977-a81e2d362986} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1336 | 2024.07.13 05:36:31.202354 [ 3 ] {9baba4b6-e1ca-476a-9977-a81e2d362986} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1337 | 2024.07.13 05:36:31.202545 [ 3 ] {9baba4b6-e1ca-476a-9977-a81e2d362986} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.005069 sec., 3156.4411126454925 rows/sec., 5.66 MiB/sec. | ||
1338 | 2024.07.13 05:36:31.202923 [ 3 ] {9baba4b6-e1ca-476a-9977-a81e2d362986} <Debug> DynamicQueryHandler: Done processing query | ||
1339 | 2024.07.13 05:36:31.202947 [ 3 ] {9baba4b6-e1ca-476a-9977-a81e2d362986} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1340 | 2024.07.13 05:36:31.202963 [ 3 ] {} <Debug> HTTP-Session: b7fa8c49-c739-4e41-9865-7ff9d45cf0e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1341 | 2024.07.13 05:36:31.203079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1342 | 2024.07.13 05:36:31.203128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1343 | 2024.07.13 05:36:31.203152 [ 3 ] {} <Debug> HTTP-Session: 9fe921ad-d6a6-4656-9054-c6f01777d145 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1344 | 2024.07.13 05:36:31.203168 [ 3 ] {} <Debug> HTTP-Session: 9fe921ad-d6a6-4656-9054-c6f01777d145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1345 | 2024.07.13 05:36:31.203182 [ 3 ] {} <Debug> HTTP-Session: 9fe921ad-d6a6-4656-9054-c6f01777d145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1346 | 2024.07.13 05:36:31.203211 [ 3 ] {} <Trace> HTTP-Session: 9fe921ad-d6a6-4656-9054-c6f01777d145 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1347 | 2024.07.13 05:36:31.203307 [ 3 ] {a5737241-4d77-42d0-a281-63ade9ab2a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1348 | 2024.07.13 05:36:31.203352 [ 3 ] {a5737241-4d77-42d0-a281-63ade9ab2a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1349 | 2024.07.13 05:36:31.203481 [ 3 ] {a5737241-4d77-42d0-a281-63ade9ab2a2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1350 | 2024.07.13 05:36:31.203740 [ 3 ] {a5737241-4d77-42d0-a281-63ade9ab2a2d} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1351 | 2024.07.13 05:36:31.203775 [ 3 ] {a5737241-4d77-42d0-a281-63ade9ab2a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1352 | 2024.07.13 05:36:31.204122 [ 3 ] {a5737241-4d77-42d0-a281-63ade9ab2a2d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1353 | 2024.07.13 05:36:31.204433 [ 3 ] {a5737241-4d77-42d0-a281-63ade9ab2a2d} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1354 | 2024.07.13 05:36:31.204591 [ 3 ] {a5737241-4d77-42d0-a281-63ade9ab2a2d} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001301 sec., 9223.674096848577 rows/sec., 695.08 KiB/sec. | ||
1355 | 2024.07.13 05:36:31.204853 [ 3 ] {a5737241-4d77-42d0-a281-63ade9ab2a2d} <Debug> DynamicQueryHandler: Done processing query | ||
1356 | 2024.07.13 05:36:31.204877 [ 3 ] {a5737241-4d77-42d0-a281-63ade9ab2a2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1357 | 2024.07.13 05:36:31.204892 [ 3 ] {} <Debug> HTTP-Session: 9fe921ad-d6a6-4656-9054-c6f01777d145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1358 | 2024.07.13 05:36:31.205003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1359 | 2024.07.13 05:36:31.205049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1360 | 2024.07.13 05:36:31.205068 [ 3 ] {} <Debug> HTTP-Session: 8779903c-cdf1-4d16-9455-ef33a2893b0a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1361 | 2024.07.13 05:36:31.205083 [ 3 ] {} <Debug> HTTP-Session: 8779903c-cdf1-4d16-9455-ef33a2893b0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1362 | 2024.07.13 05:36:31.205097 [ 3 ] {} <Debug> HTTP-Session: 8779903c-cdf1-4d16-9455-ef33a2893b0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1363 | 2024.07.13 05:36:31.205126 [ 3 ] {} <Trace> HTTP-Session: 8779903c-cdf1-4d16-9455-ef33a2893b0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1364 | 2024.07.13 05:36:31.205230 [ 3 ] {6519fb04-7a1a-4921-b43f-6ec291f8a064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1365 | 2024.07.13 05:36:31.205273 [ 3 ] {6519fb04-7a1a-4921-b43f-6ec291f8a064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1366 | 2024.07.13 05:36:31.205415 [ 3 ] {6519fb04-7a1a-4921-b43f-6ec291f8a064} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1367 | 2024.07.13 05:36:31.205680 [ 3 ] {6519fb04-7a1a-4921-b43f-6ec291f8a064} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1368 | 2024.07.13 05:36:31.205714 [ 3 ] {6519fb04-7a1a-4921-b43f-6ec291f8a064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1369 | 2024.07.13 05:36:31.206055 [ 3 ] {6519fb04-7a1a-4921-b43f-6ec291f8a064} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1370 | 2024.07.13 05:36:31.206367 [ 3 ] {6519fb04-7a1a-4921-b43f-6ec291f8a064} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1371 | 2024.07.13 05:36:31.206518 [ 3 ] {6519fb04-7a1a-4921-b43f-6ec291f8a064} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001317 sec., 22779.04328018223 rows/sec., 1.56 MiB/sec. | ||
1372 | 2024.07.13 05:36:31.206790 [ 3 ] {6519fb04-7a1a-4921-b43f-6ec291f8a064} <Debug> DynamicQueryHandler: Done processing query | ||
1373 | 2024.07.13 05:36:31.206814 [ 3 ] {6519fb04-7a1a-4921-b43f-6ec291f8a064} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1374 | 2024.07.13 05:36:31.206830 [ 3 ] {} <Debug> HTTP-Session: 8779903c-cdf1-4d16-9455-ef33a2893b0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1375 | 2024.07.13 05:36:36.164697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1376 | 2024.07.13 05:36:36.164888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1377 | 2024.07.13 05:36:36.164934 [ 3 ] {} <Debug> HTTP-Session: 14892d75-7d09-4822-a06b-b586194ee613 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1378 | 2024.07.13 05:36:36.164977 [ 3 ] {} <Debug> HTTP-Session: 14892d75-7d09-4822-a06b-b586194ee613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1379 | 2024.07.13 05:36:36.165005 [ 3 ] {} <Debug> HTTP-Session: 14892d75-7d09-4822-a06b-b586194ee613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1380 | 2024.07.13 05:36:36.165085 [ 3 ] {} <Trace> HTTP-Session: 14892d75-7d09-4822-a06b-b586194ee613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1381 | 2024.07.13 05:36:36.165317 [ 3 ] {17c5abff-c02d-4f76-b5f0-b9f4f76107d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1382 | 2024.07.13 05:36:36.165382 [ 3 ] {17c5abff-c02d-4f76-b5f0-b9f4f76107d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1383 | 2024.07.13 05:36:36.165572 [ 3 ] {17c5abff-c02d-4f76-b5f0-b9f4f76107d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1384 | 2024.07.13 05:36:36.165979 [ 3 ] {17c5abff-c02d-4f76-b5f0-b9f4f76107d9} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1385 | 2024.07.13 05:36:36.166019 [ 3 ] {17c5abff-c02d-4f76-b5f0-b9f4f76107d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1386 | 2024.07.13 05:36:36.166387 [ 3 ] {17c5abff-c02d-4f76-b5f0-b9f4f76107d9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1387 | 2024.07.13 05:36:36.166716 [ 3 ] {17c5abff-c02d-4f76-b5f0-b9f4f76107d9} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1388 | 2024.07.13 05:36:36.166872 [ 3 ] {17c5abff-c02d-4f76-b5f0-b9f4f76107d9} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001614 sec., 16109.045848822801 rows/sec., 1.21 MiB/sec. | ||
1389 | 2024.07.13 05:36:36.167066 [ 3 ] {17c5abff-c02d-4f76-b5f0-b9f4f76107d9} <Debug> DynamicQueryHandler: Done processing query | ||
1390 | 2024.07.13 05:36:36.167092 [ 3 ] {17c5abff-c02d-4f76-b5f0-b9f4f76107d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1391 | 2024.07.13 05:36:36.167109 [ 3 ] {} <Debug> HTTP-Session: 14892d75-7d09-4822-a06b-b586194ee613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1392 | 2024.07.13 05:36:36.167240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1393 | 2024.07.13 05:36:36.167287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1394 | 2024.07.13 05:36:36.167307 [ 3 ] {} <Debug> HTTP-Session: c7feb566-cd7b-41c1-b0cf-4f953793f104 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1395 | 2024.07.13 05:36:36.167324 [ 3 ] {} <Debug> HTTP-Session: c7feb566-cd7b-41c1-b0cf-4f953793f104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1396 | 2024.07.13 05:36:36.167338 [ 3 ] {} <Debug> HTTP-Session: c7feb566-cd7b-41c1-b0cf-4f953793f104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1397 | 2024.07.13 05:36:36.167369 [ 3 ] {} <Trace> HTTP-Session: c7feb566-cd7b-41c1-b0cf-4f953793f104 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1398 | 2024.07.13 05:36:36.167473 [ 3 ] {d5b97ea0-c3d0-4f4c-8220-8cd989054f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1399 | 2024.07.13 05:36:36.167516 [ 3 ] {d5b97ea0-c3d0-4f4c-8220-8cd989054f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1400 | 2024.07.13 05:36:36.167639 [ 3 ] {d5b97ea0-c3d0-4f4c-8220-8cd989054f6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1401 | 2024.07.13 05:36:36.167953 [ 3 ] {d5b97ea0-c3d0-4f4c-8220-8cd989054f6c} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1402 | 2024.07.13 05:36:36.168016 [ 3 ] {d5b97ea0-c3d0-4f4c-8220-8cd989054f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1403 | 2024.07.13 05:36:36.168320 [ 3 ] {d5b97ea0-c3d0-4f4c-8220-8cd989054f6c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1404 | 2024.07.13 05:36:36.168625 [ 3 ] {d5b97ea0-c3d0-4f4c-8220-8cd989054f6c} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1405 | 2024.07.13 05:36:36.168774 [ 3 ] {d5b97ea0-c3d0-4f4c-8220-8cd989054f6c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001318 sec., 21244.309559939302 rows/sec., 1.66 MiB/sec. | ||
1406 | 2024.07.13 05:36:36.168939 [ 3 ] {d5b97ea0-c3d0-4f4c-8220-8cd989054f6c} <Debug> DynamicQueryHandler: Done processing query | ||
1407 | 2024.07.13 05:36:36.168964 [ 3 ] {d5b97ea0-c3d0-4f4c-8220-8cd989054f6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1408 | 2024.07.13 05:36:36.168980 [ 3 ] {} <Debug> HTTP-Session: c7feb566-cd7b-41c1-b0cf-4f953793f104 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1409 | 2024.07.13 05:36:36.169108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1410 | 2024.07.13 05:36:36.169156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1411 | 2024.07.13 05:36:36.169241 [ 3 ] {} <Debug> HTTP-Session: 3cc8dd29-e509-40f6-b8c3-6cea7f8abc52 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1412 | 2024.07.13 05:36:36.169257 [ 3 ] {} <Debug> HTTP-Session: 3cc8dd29-e509-40f6-b8c3-6cea7f8abc52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1413 | 2024.07.13 05:36:36.169297 [ 3 ] {} <Debug> HTTP-Session: 3cc8dd29-e509-40f6-b8c3-6cea7f8abc52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1414 | 2024.07.13 05:36:36.169329 [ 3 ] {} <Trace> HTTP-Session: 3cc8dd29-e509-40f6-b8c3-6cea7f8abc52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1415 | 2024.07.13 05:36:36.169459 [ 3 ] {c49fe465-b6a1-4e6e-b66c-56ae504ef382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1416 | 2024.07.13 05:36:36.169506 [ 3 ] {c49fe465-b6a1-4e6e-b66c-56ae504ef382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1417 | 2024.07.13 05:36:36.169649 [ 3 ] {c49fe465-b6a1-4e6e-b66c-56ae504ef382} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1418 | 2024.07.13 05:36:36.170072 [ 3 ] {c49fe465-b6a1-4e6e-b66c-56ae504ef382} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1419 | 2024.07.13 05:36:36.170108 [ 3 ] {c49fe465-b6a1-4e6e-b66c-56ae504ef382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1420 | 2024.07.13 05:36:36.170491 [ 3 ] {c49fe465-b6a1-4e6e-b66c-56ae504ef382} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1421 | 2024.07.13 05:36:36.170824 [ 3 ] {c49fe465-b6a1-4e6e-b66c-56ae504ef382} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1422 | 2024.07.13 05:36:36.170984 [ 3 ] {c49fe465-b6a1-4e6e-b66c-56ae504ef382} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001574 sec., 63532.40152477763 rows/sec., 4.40 MiB/sec. | ||
1423 | 2024.07.13 05:36:36.171269 [ 3 ] {c49fe465-b6a1-4e6e-b66c-56ae504ef382} <Debug> DynamicQueryHandler: Done processing query | ||
1424 | 2024.07.13 05:36:36.171293 [ 3 ] {c49fe465-b6a1-4e6e-b66c-56ae504ef382} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1425 | 2024.07.13 05:36:36.171309 [ 3 ] {} <Debug> HTTP-Session: 3cc8dd29-e509-40f6-b8c3-6cea7f8abc52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2024.07.13 05:36:36.171432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1427 | 2024.07.13 05:36:36.171480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1428 | 2024.07.13 05:36:36.171499 [ 3 ] {} <Debug> HTTP-Session: 6887d8ea-5e10-43e4-a0bf-769b98034154 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1429 | 2024.07.13 05:36:36.171515 [ 3 ] {} <Debug> HTTP-Session: 6887d8ea-5e10-43e4-a0bf-769b98034154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1430 | 2024.07.13 05:36:36.171530 [ 3 ] {} <Debug> HTTP-Session: 6887d8ea-5e10-43e4-a0bf-769b98034154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1431 | 2024.07.13 05:36:36.171561 [ 3 ] {} <Trace> HTTP-Session: 6887d8ea-5e10-43e4-a0bf-769b98034154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1432 | 2024.07.13 05:36:36.171673 [ 3 ] {19d0ab5f-3574-4278-81b6-4c71785e1d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1433 | 2024.07.13 05:36:36.171718 [ 3 ] {19d0ab5f-3574-4278-81b6-4c71785e1d5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1434 | 2024.07.13 05:36:36.171858 [ 3 ] {19d0ab5f-3574-4278-81b6-4c71785e1d5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1435 | 2024.07.13 05:36:36.172142 [ 3 ] {19d0ab5f-3574-4278-81b6-4c71785e1d5f} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1436 | 2024.07.13 05:36:36.172179 [ 3 ] {19d0ab5f-3574-4278-81b6-4c71785e1d5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1437 | 2024.07.13 05:36:36.172551 [ 3 ] {19d0ab5f-3574-4278-81b6-4c71785e1d5f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1438 | 2024.07.13 05:36:36.172871 [ 3 ] {19d0ab5f-3574-4278-81b6-4c71785e1d5f} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1439 | 2024.07.13 05:36:36.173022 [ 3 ] {19d0ab5f-3574-4278-81b6-4c71785e1d5f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00139 sec., 21582.733812949642 rows/sec., 1.48 MiB/sec. | ||
1440 | 2024.07.13 05:36:36.173191 [ 3 ] {19d0ab5f-3574-4278-81b6-4c71785e1d5f} <Debug> DynamicQueryHandler: Done processing query | ||
1441 | 2024.07.13 05:36:36.173214 [ 3 ] {19d0ab5f-3574-4278-81b6-4c71785e1d5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1442 | 2024.07.13 05:36:36.173230 [ 3 ] {} <Debug> HTTP-Session: 6887d8ea-5e10-43e4-a0bf-769b98034154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1443 | 2024.07.13 05:36:41.159133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1444 | 2024.07.13 05:36:41.159268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1445 | 2024.07.13 05:36:41.159297 [ 3 ] {} <Debug> HTTP-Session: d31f8a90-31ab-4b5a-8245-49ba3c2f2979 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1446 | 2024.07.13 05:36:41.159324 [ 3 ] {} <Debug> HTTP-Session: d31f8a90-31ab-4b5a-8245-49ba3c2f2979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.07.13 05:36:41.159342 [ 3 ] {} <Debug> HTTP-Session: d31f8a90-31ab-4b5a-8245-49ba3c2f2979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.07.13 05:36:41.159397 [ 3 ] {} <Trace> HTTP-Session: d31f8a90-31ab-4b5a-8245-49ba3c2f2979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1449 | 2024.07.13 05:36:41.159648 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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) | ||
1450 | 2024.07.13 05:36:41.160065 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1451 | 2024.07.13 05:36:41.160117 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <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 | ||
1452 | 2024.07.13 05:36:41.160439 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1453 | 2024.07.13 05:36:41.160515 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1454 | 2024.07.13 05:36:41.160685 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1455 | 2024.07.13 05:36:41.160819 [ 251 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1456 | 2024.07.13 05:36:41.160831 [ 250 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1457 | 2024.07.13 05:36:41.160976 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1458 | 2024.07.13 05:36:41.161005 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1459 | 2024.07.13 05:36:41.163070 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1460 | 2024.07.13 05:36:41.164973 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1461 | 2024.07.13 05:36:41.165035 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <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'))" | ||
1462 | 2024.07.13 05:36:41.165079 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <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'))" | ||
1463 | 2024.07.13 05:36:41.166774 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00724 sec., 2486.1878453038676 rows/sec., 104.40 KiB/sec. | ||
1464 | 2024.07.13 05:36:41.167114 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Debug> DynamicQueryHandler: Done processing query | ||
1465 | 2024.07.13 05:36:41.167141 [ 3 ] {f1b145ee-8839-4d21-863a-d8b11ba65461} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1466 | 2024.07.13 05:36:41.167158 [ 3 ] {} <Debug> HTTP-Session: d31f8a90-31ab-4b5a-8245-49ba3c2f2979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1467 | 2024.07.13 05:36:41.167438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1468 | 2024.07.13 05:36:41.167486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1469 | 2024.07.13 05:36:41.167505 [ 3 ] {} <Debug> HTTP-Session: 1bad3bdd-7669-4225-834c-ec826b3d2c75 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1470 | 2024.07.13 05:36:41.167521 [ 3 ] {} <Debug> HTTP-Session: 1bad3bdd-7669-4225-834c-ec826b3d2c75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1471 | 2024.07.13 05:36:41.167536 [ 3 ] {} <Debug> HTTP-Session: 1bad3bdd-7669-4225-834c-ec826b3d2c75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1472 | 2024.07.13 05:36:41.167567 [ 3 ] {} <Trace> HTTP-Session: 1bad3bdd-7669-4225-834c-ec826b3d2c75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1473 | 2024.07.13 05:36:41.167704 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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') FORMAT JSONEachRow; (stage: Complete) | ||
1474 | 2024.07.13 05:36:41.167963 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1475 | 2024.07.13 05:36:41.168003 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <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')" moved to PREWHERE | ||
1476 | 2024.07.13 05:36:41.168259 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1477 | 2024.07.13 05:36:41.168323 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1478 | 2024.07.13 05:36:41.168457 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1479 | 2024.07.13 05:36:41.168548 [ 257 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1480 | 2024.07.13 05:36:41.168562 [ 255 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1481 | 2024.07.13 05:36:41.168674 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1482 | 2024.07.13 05:36:41.168701 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1483 | 2024.07.13 05:36:41.168778 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1484 | 2024.07.13 05:36:41.168797 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1485 | 2024.07.13 05:36:41.168835 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <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'))" | ||
1486 | 2024.07.13 05:36:41.168875 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <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'))" | ||
1487 | 2024.07.13 05:36:41.170134 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002492 sec., 7223.113964686999 rows/sec., 303.31 KiB/sec. | ||
1488 | 2024.07.13 05:36:41.170424 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Debug> DynamicQueryHandler: Done processing query | ||
1489 | 2024.07.13 05:36:41.170449 [ 3 ] {3d1fab6e-1823-4783-87bf-1fb1cb2d55f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1490 | 2024.07.13 05:36:41.170465 [ 3 ] {} <Debug> HTTP-Session: 1bad3bdd-7669-4225-834c-ec826b3d2c75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1491 | 2024.07.13 05:36:41.170891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1492 | 2024.07.13 05:36:41.170940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1493 | 2024.07.13 05:36:41.170959 [ 3 ] {} <Debug> HTTP-Session: 26ea7f44-99a1-428a-9063-4ba805672430 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1494 | 2024.07.13 05:36:41.170976 [ 3 ] {} <Debug> HTTP-Session: 26ea7f44-99a1-428a-9063-4ba805672430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1495 | 2024.07.13 05:36:41.170990 [ 3 ] {} <Debug> HTTP-Session: 26ea7f44-99a1-428a-9063-4ba805672430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1496 | 2024.07.13 05:36:41.171020 [ 3 ] {} <Trace> HTTP-Session: 26ea7f44-99a1-428a-9063-4ba805672430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1497 | 2024.07.13 05:36:41.171157 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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') FORMAT JSONEachRow; (stage: Complete) | ||
1498 | 2024.07.13 05:36:41.171417 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1499 | 2024.07.13 05:36:41.171456 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <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')" moved to PREWHERE | ||
1500 | 2024.07.13 05:36:41.171712 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1501 | 2024.07.13 05:36:41.171776 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1502 | 2024.07.13 05:36:41.171910 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1503 | 2024.07.13 05:36:41.172007 [ 250 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1504 | 2024.07.13 05:36:41.172022 [ 254 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1505 | 2024.07.13 05:36:41.172133 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1506 | 2024.07.13 05:36:41.172160 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1507 | 2024.07.13 05:36:41.172238 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1508 | 2024.07.13 05:36:41.172257 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1509 | 2024.07.13 05:36:41.172295 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <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'))" | ||
1510 | 2024.07.13 05:36:41.172334 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <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'))" | ||
1511 | 2024.07.13 05:36:41.173616 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002521 sec., 7140.023800079334 rows/sec., 299.83 KiB/sec. | ||
1512 | 2024.07.13 05:36:41.173912 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Debug> DynamicQueryHandler: Done processing query | ||
1513 | 2024.07.13 05:36:41.173936 [ 3 ] {7c01a7aa-5d7d-4146-a5e0-77affe27cb22} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1514 | 2024.07.13 05:36:41.173953 [ 3 ] {} <Debug> HTTP-Session: 26ea7f44-99a1-428a-9063-4ba805672430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1515 | 2024.07.13 05:36:41.174178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1516 | 2024.07.13 05:36:41.174225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1517 | 2024.07.13 05:36:41.174245 [ 3 ] {} <Debug> HTTP-Session: e06dc4ee-124c-4885-bff9-aa2f7dd8f7d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1518 | 2024.07.13 05:36:41.174262 [ 3 ] {} <Debug> HTTP-Session: e06dc4ee-124c-4885-bff9-aa2f7dd8f7d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.07.13 05:36:41.174275 [ 3 ] {} <Debug> HTTP-Session: e06dc4ee-124c-4885-bff9-aa2f7dd8f7d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.07.13 05:36:41.174306 [ 3 ] {} <Trace> HTTP-Session: e06dc4ee-124c-4885-bff9-aa2f7dd8f7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1521 | 2024.07.13 05:36:41.174443 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1522 | 2024.07.13 05:36:41.174702 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1523 | 2024.07.13 05:36:41.174742 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <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', 'switch_table:capacity')" moved to PREWHERE | ||
1524 | 2024.07.13 05:36:41.175002 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1525 | 2024.07.13 05:36:41.175065 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1526 | 2024.07.13 05:36:41.175199 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1527 | 2024.07.13 05:36:41.175279 [ 255 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1528 | 2024.07.13 05:36:41.175280 [ 251 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1529 | 2024.07.13 05:36:41.175388 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1530 | 2024.07.13 05:36:41.175415 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1531 | 2024.07.13 05:36:41.175492 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1532 | 2024.07.13 05:36:41.175511 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1533 | 2024.07.13 05:36:41.175548 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <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', 'switch_table:capacity'))" | ||
1534 | 2024.07.13 05:36:41.175586 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <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', 'switch_table:capacity'))" | ||
1535 | 2024.07.13 05:36:41.176889 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002507 sec., 7179.896290386916 rows/sec., 301.50 KiB/sec. | ||
1536 | 2024.07.13 05:36:41.177182 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Debug> DynamicQueryHandler: Done processing query | ||
1537 | 2024.07.13 05:36:41.177207 [ 3 ] {deca6050-a2d0-4917-8cfa-d296405975c3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1538 | 2024.07.13 05:36:41.177223 [ 3 ] {} <Debug> HTTP-Session: e06dc4ee-124c-4885-bff9-aa2f7dd8f7d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1539 | 2024.07.13 05:36:41.177426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 867, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1540 | 2024.07.13 05:36:41.177473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1541 | 2024.07.13 05:36:41.177492 [ 3 ] {} <Debug> HTTP-Session: 7ac3f30b-405f-4fdd-bfb2-2232ad46bd3d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1542 | 2024.07.13 05:36:41.177509 [ 3 ] {} <Debug> HTTP-Session: 7ac3f30b-405f-4fdd-bfb2-2232ad46bd3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.07.13 05:36:41.177523 [ 3 ] {} <Debug> HTTP-Session: 7ac3f30b-405f-4fdd-bfb2-2232ad46bd3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1544 | 2024.07.13 05:36:41.177554 [ 3 ] {} <Trace> HTTP-Session: 7ac3f30b-405f-4fdd-bfb2-2232ad46bd3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1545 | 2024.07.13 05:36:41.177690 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1546 | 2024.07.13 05:36:41.177945 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1547 | 2024.07.13 05:36:41.177986 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <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', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1548 | 2024.07.13 05:36:41.178253 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1549 | 2024.07.13 05:36:41.178317 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1550 | 2024.07.13 05:36:41.178451 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1551 | 2024.07.13 05:36:41.178572 [ 255 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1552 | 2024.07.13 05:36:41.178568 [ 250 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1553 | 2024.07.13 05:36:41.178692 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1554 | 2024.07.13 05:36:41.178719 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1555 | 2024.07.13 05:36:41.178797 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1556 | 2024.07.13 05:36:41.178816 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1557 | 2024.07.13 05:36:41.178854 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <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', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1558 | 2024.07.13 05:36:41.178892 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <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', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1559 | 2024.07.13 05:36:41.180113 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002486 sec., 7240.547063555913 rows/sec., 304.05 KiB/sec. | ||
1560 | 2024.07.13 05:36:41.180412 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Debug> DynamicQueryHandler: Done processing query | ||
1561 | 2024.07.13 05:36:41.180436 [ 3 ] {7d5a44d8-d9e0-401e-878e-1b74ea69bd9a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1562 | 2024.07.13 05:36:41.180452 [ 3 ] {} <Debug> HTTP-Session: 7ac3f30b-405f-4fdd-bfb2-2232ad46bd3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1563 | 2024.07.13 05:36:41.180666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1564 | 2024.07.13 05:36:41.180712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1565 | 2024.07.13 05:36:41.180731 [ 3 ] {} <Debug> HTTP-Session: a17c31ff-afb8-4759-949a-59ad1d20b92d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1566 | 2024.07.13 05:36:41.180747 [ 3 ] {} <Debug> HTTP-Session: a17c31ff-afb8-4759-949a-59ad1d20b92d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1567 | 2024.07.13 05:36:41.180760 [ 3 ] {} <Debug> HTTP-Session: a17c31ff-afb8-4759-949a-59ad1d20b92d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1568 | 2024.07.13 05:36:41.180790 [ 3 ] {} <Trace> HTTP-Session: a17c31ff-afb8-4759-949a-59ad1d20b92d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1569 | 2024.07.13 05:36:41.180928 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1570 | 2024.07.13 05:36:41.181186 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1571 | 2024.07.13 05:36:41.181227 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1572 | 2024.07.13 05:36:41.181488 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1573 | 2024.07.13 05:36:41.181551 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1574 | 2024.07.13 05:36:41.181684 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1575 | 2024.07.13 05:36:41.181790 [ 254 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1576 | 2024.07.13 05:36:41.181797 [ 251 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1577 | 2024.07.13 05:36:41.181903 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1578 | 2024.07.13 05:36:41.181930 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1579 | 2024.07.13 05:36:41.182008 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1580 | 2024.07.13 05:36:41.182027 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1581 | 2024.07.13 05:36:41.182064 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1582 | 2024.07.13 05:36:41.182103 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1583 | 2024.07.13 05:36:41.183443 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002581 sec., 6974.041069352964 rows/sec., 292.86 KiB/sec. | ||
1584 | 2024.07.13 05:36:41.183727 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Debug> DynamicQueryHandler: Done processing query | ||
1585 | 2024.07.13 05:36:41.183751 [ 3 ] {359e3491-e3aa-47c1-91d3-b842dba0454c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1586 | 2024.07.13 05:36:41.183767 [ 3 ] {} <Debug> HTTP-Session: a17c31ff-afb8-4759-949a-59ad1d20b92d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1587 | 2024.07.13 05:36:41.183966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1588 | 2024.07.13 05:36:41.184013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1589 | 2024.07.13 05:36:41.184033 [ 3 ] {} <Debug> HTTP-Session: 79c9cbfa-12c9-43d3-9e23-99d2d0fd345e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1590 | 2024.07.13 05:36:41.184050 [ 3 ] {} <Debug> HTTP-Session: 79c9cbfa-12c9-43d3-9e23-99d2d0fd345e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1591 | 2024.07.13 05:36:41.184063 [ 3 ] {} <Debug> HTTP-Session: 79c9cbfa-12c9-43d3-9e23-99d2d0fd345e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1592 | 2024.07.13 05:36:41.184094 [ 3 ] {} <Trace> HTTP-Session: 79c9cbfa-12c9-43d3-9e23-99d2d0fd345e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1593 | 2024.07.13 05:36:41.184231 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1594 | 2024.07.13 05:36:41.184492 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1595 | 2024.07.13 05:36:41.184534 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1596 | 2024.07.13 05:36:41.184802 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1597 | 2024.07.13 05:36:41.184865 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1598 | 2024.07.13 05:36:41.185002 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1599 | 2024.07.13 05:36:41.185103 [ 254 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1600 | 2024.07.13 05:36:41.185105 [ 250 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1601 | 2024.07.13 05:36:41.185213 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1602 | 2024.07.13 05:36:41.185240 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1603 | 2024.07.13 05:36:41.185317 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1604 | 2024.07.13 05:36:41.185337 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1605 | 2024.07.13 05:36:41.185375 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1606 | 2024.07.13 05:36:41.185414 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1607 | 2024.07.13 05:36:41.186741 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002575 sec., 6990.291262135922 rows/sec., 293.54 KiB/sec. | ||
1608 | 2024.07.13 05:36:41.187042 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Debug> DynamicQueryHandler: Done processing query | ||
1609 | 2024.07.13 05:36:41.187066 [ 3 ] {d635b6d3-e6e2-4657-ba7c-957335a05dfb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1610 | 2024.07.13 05:36:41.187083 [ 3 ] {} <Debug> HTTP-Session: 79c9cbfa-12c9-43d3-9e23-99d2d0fd345e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.07.13 05:36:41.187318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1612 | 2024.07.13 05:36:41.187365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1613 | 2024.07.13 05:36:41.187385 [ 3 ] {} <Debug> HTTP-Session: 248cc611-4047-4b6f-8f82-50a463766f86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1614 | 2024.07.13 05:36:41.187402 [ 3 ] {} <Debug> HTTP-Session: 248cc611-4047-4b6f-8f82-50a463766f86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1615 | 2024.07.13 05:36:41.187415 [ 3 ] {} <Debug> HTTP-Session: 248cc611-4047-4b6f-8f82-50a463766f86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1616 | 2024.07.13 05:36:41.187445 [ 3 ] {} <Trace> HTTP-Session: 248cc611-4047-4b6f-8f82-50a463766f86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1617 | 2024.07.13 05:36:41.187585 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1618 | 2024.07.13 05:36:41.187849 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1619 | 2024.07.13 05:36:41.187890 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1620 | 2024.07.13 05:36:41.188157 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1621 | 2024.07.13 05:36:41.188221 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1622 | 2024.07.13 05:36:41.188360 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1623 | 2024.07.13 05:36:41.188451 [ 250 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1624 | 2024.07.13 05:36:41.188466 [ 251 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1625 | 2024.07.13 05:36:41.188574 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1626 | 2024.07.13 05:36:41.188601 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1627 | 2024.07.13 05:36:41.188679 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1628 | 2024.07.13 05:36:41.188699 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1629 | 2024.07.13 05:36:41.188737 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1630 | 2024.07.13 05:36:41.188777 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1631 | 2024.07.13 05:36:41.189995 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002477 sec., 7266.855066612838 rows/sec., 305.15 KiB/sec. | ||
1632 | 2024.07.13 05:36:41.190291 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Debug> DynamicQueryHandler: Done processing query | ||
1633 | 2024.07.13 05:36:41.190315 [ 3 ] {8aaa4829-33da-4f5c-87aa-defa5c6de757} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1634 | 2024.07.13 05:36:41.190332 [ 3 ] {} <Debug> HTTP-Session: 248cc611-4047-4b6f-8f82-50a463766f86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1635 | 2024.07.13 05:36:41.190554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 966, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1636 | 2024.07.13 05:36:41.190602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1637 | 2024.07.13 05:36:41.190621 [ 3 ] {} <Debug> HTTP-Session: f0c20c4e-b2e2-4c53-8514-6c976d2ef385 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1638 | 2024.07.13 05:36:41.190637 [ 3 ] {} <Debug> HTTP-Session: f0c20c4e-b2e2-4c53-8514-6c976d2ef385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1639 | 2024.07.13 05:36:41.190651 [ 3 ] {} <Debug> HTTP-Session: f0c20c4e-b2e2-4c53-8514-6c976d2ef385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1640 | 2024.07.13 05:36:41.190682 [ 3 ] {} <Trace> HTTP-Session: f0c20c4e-b2e2-4c53-8514-6c976d2ef385 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1641 | 2024.07.13 05:36:41.190822 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1642 | 2024.07.13 05:36:41.191088 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1643 | 2024.07.13 05:36:41.191132 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1644 | 2024.07.13 05:36:41.191410 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1645 | 2024.07.13 05:36:41.191471 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1646 | 2024.07.13 05:36:41.191606 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1647 | 2024.07.13 05:36:41.191710 [ 254 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1648 | 2024.07.13 05:36:41.191722 [ 250 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1649 | 2024.07.13 05:36:41.191832 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1650 | 2024.07.13 05:36:41.191860 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1651 | 2024.07.13 05:36:41.191939 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1652 | 2024.07.13 05:36:41.191959 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1653 | 2024.07.13 05:36:41.191997 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1654 | 2024.07.13 05:36:41.192036 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1655 | 2024.07.13 05:36:41.193318 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002562 sec., 7025.76112412178 rows/sec., 295.03 KiB/sec. | ||
1656 | 2024.07.13 05:36:41.193613 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Debug> DynamicQueryHandler: Done processing query | ||
1657 | 2024.07.13 05:36:41.193637 [ 3 ] {26e7d781-f493-44cf-9ab6-b9ec3b60e0f9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1658 | 2024.07.13 05:36:41.193653 [ 3 ] {} <Debug> HTTP-Session: f0c20c4e-b2e2-4c53-8514-6c976d2ef385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1659 | 2024.07.13 05:36:41.193967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1660 | 2024.07.13 05:36:41.194012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1661 | 2024.07.13 05:36:41.194031 [ 3 ] {} <Debug> HTTP-Session: 30dfd178-f864-4f7e-bca9-e469f9daa0b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1662 | 2024.07.13 05:36:41.194048 [ 3 ] {} <Debug> HTTP-Session: 30dfd178-f864-4f7e-bca9-e469f9daa0b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1663 | 2024.07.13 05:36:41.194062 [ 3 ] {} <Debug> HTTP-Session: 30dfd178-f864-4f7e-bca9-e469f9daa0b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1664 | 2024.07.13 05:36:41.194093 [ 3 ] {} <Trace> HTTP-Session: 30dfd178-f864-4f7e-bca9-e469f9daa0b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1665 | 2024.07.13 05:36:41.194237 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
1666 | 2024.07.13 05:36:41.194504 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1667 | 2024.07.13 05:36:41.194547 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <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', '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 | ||
1668 | 2024.07.13 05:36:41.194816 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1669 | 2024.07.13 05:36:41.194880 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1670 | 2024.07.13 05:36:41.195014 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1671 | 2024.07.13 05:36:41.195109 [ 254 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1672 | 2024.07.13 05:36:41.195122 [ 251 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1673 | 2024.07.13 05:36:41.195226 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1674 | 2024.07.13 05:36:41.195253 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1675 | 2024.07.13 05:36:41.195333 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1676 | 2024.07.13 05:36:41.195353 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1677 | 2024.07.13 05:36:41.195391 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1678 | 2024.07.13 05:36:41.195431 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1679 | 2024.07.13 05:36:41.196698 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002532 sec., 7109.004739336493 rows/sec., 298.52 KiB/sec. | ||
1680 | 2024.07.13 05:36:41.196996 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Debug> DynamicQueryHandler: Done processing query | ||
1681 | 2024.07.13 05:36:41.197020 [ 3 ] {6649d372-19a7-4ad1-a119-16a13093999d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1682 | 2024.07.13 05:36:41.197037 [ 3 ] {} <Debug> HTTP-Session: 30dfd178-f864-4f7e-bca9-e469f9daa0b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1683 | 2024.07.13 05:36:41.197256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1684 | 2024.07.13 05:36:41.197303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1685 | 2024.07.13 05:36:41.197323 [ 3 ] {} <Debug> HTTP-Session: fe29a4b6-54c4-46f7-8c23-6f376532e9d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1686 | 2024.07.13 05:36:41.197339 [ 3 ] {} <Debug> HTTP-Session: fe29a4b6-54c4-46f7-8c23-6f376532e9d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1687 | 2024.07.13 05:36:41.197353 [ 3 ] {} <Debug> HTTP-Session: fe29a4b6-54c4-46f7-8c23-6f376532e9d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1688 | 2024.07.13 05:36:41.197383 [ 3 ] {} <Trace> HTTP-Session: fe29a4b6-54c4-46f7-8c23-6f376532e9d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1689 | 2024.07.13 05:36:41.197523 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
1690 | 2024.07.13 05:36:41.197792 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1691 | 2024.07.13 05:36:41.197834 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <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', '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 | ||
1692 | 2024.07.13 05:36:41.198108 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1693 | 2024.07.13 05:36:41.198172 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1694 | 2024.07.13 05:36:41.198309 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1695 | 2024.07.13 05:36:41.198401 [ 250 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1696 | 2024.07.13 05:36:41.198413 [ 251 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1697 | 2024.07.13 05:36:41.198521 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1698 | 2024.07.13 05:36:41.198548 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1699 | 2024.07.13 05:36:41.198625 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1700 | 2024.07.13 05:36:41.198644 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1701 | 2024.07.13 05:36:41.198683 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <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', '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'))" | ||
1702 | 2024.07.13 05:36:41.198722 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <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', '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'))" | ||
1703 | 2024.07.13 05:36:41.199951 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002494 sec., 7217.321571772253 rows/sec., 303.07 KiB/sec. | ||
1704 | 2024.07.13 05:36:41.200252 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Debug> DynamicQueryHandler: Done processing query | ||
1705 | 2024.07.13 05:36:41.200276 [ 3 ] {cacbb541-5bad-48fa-97d9-dba6c7431dc4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1706 | 2024.07.13 05:36:41.200292 [ 3 ] {} <Debug> HTTP-Session: fe29a4b6-54c4-46f7-8c23-6f376532e9d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1707 | 2024.07.13 05:36:41.204518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1708 | 2024.07.13 05:36:41.204574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1709 | 2024.07.13 05:36:41.204598 [ 3 ] {} <Debug> HTTP-Session: 3e8a4573-3f09-4e5e-b7dc-54d0af9e4956 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1710 | 2024.07.13 05:36:41.204619 [ 3 ] {} <Debug> HTTP-Session: 3e8a4573-3f09-4e5e-b7dc-54d0af9e4956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1711 | 2024.07.13 05:36:41.204636 [ 3 ] {} <Debug> HTTP-Session: 3e8a4573-3f09-4e5e-b7dc-54d0af9e4956 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1712 | 2024.07.13 05:36:41.204672 [ 3 ] {} <Trace> HTTP-Session: 3e8a4573-3f09-4e5e-b7dc-54d0af9e4956 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1713 | 2024.07.13 05:36:41.204845 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
1714 | 2024.07.13 05:36:41.205178 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1715 | 2024.07.13 05:36:41.205231 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <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', '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 | ||
1716 | 2024.07.13 05:36:41.205526 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1717 | 2024.07.13 05:36:41.205589 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1718 | 2024.07.13 05:36:41.205723 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1719 | 2024.07.13 05:36:41.205805 [ 251 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1720 | 2024.07.13 05:36:41.205809 [ 255 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1721 | 2024.07.13 05:36:41.205913 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
1722 | 2024.07.13 05:36:41.205940 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1723 | 2024.07.13 05:36:41.206018 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1724 | 2024.07.13 05:36:41.206037 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1725 | 2024.07.13 05:36:41.206076 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <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', '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'))" | ||
1726 | 2024.07.13 05:36:41.206117 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <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', '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'))" | ||
1727 | 2024.07.13 05:36:41.207444 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002686 sec., 6701.414743112435 rows/sec., 281.41 KiB/sec. | ||
1728 | 2024.07.13 05:36:41.207738 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Debug> DynamicQueryHandler: Done processing query | ||
1729 | 2024.07.13 05:36:41.207762 [ 3 ] {68e08c5f-4b5f-43a6-9ef9-c4fbc37db564} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1730 | 2024.07.13 05:36:41.207779 [ 3 ] {} <Debug> HTTP-Session: 3e8a4573-3f09-4e5e-b7dc-54d0af9e4956 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1731 | 2024.07.13 05:36:41.214162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1732 | 2024.07.13 05:36:41.214257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1733 | 2024.07.13 05:36:41.214295 [ 3 ] {} <Debug> HTTP-Session: 28dc5f09-2cbc-4e0e-bc0b-34e90d21f4fc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1734 | 2024.07.13 05:36:41.214329 [ 3 ] {} <Debug> HTTP-Session: 28dc5f09-2cbc-4e0e-bc0b-34e90d21f4fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1735 | 2024.07.13 05:36:41.214356 [ 3 ] {} <Debug> HTTP-Session: 28dc5f09-2cbc-4e0e-bc0b-34e90d21f4fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1736 | 2024.07.13 05:36:41.214415 [ 3 ] {} <Trace> HTTP-Session: 28dc5f09-2cbc-4e0e-bc0b-34e90d21f4fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1737 | 2024.07.13 05:36:41.214637 [ 3 ] {d26a98b2-14b6-468f-be37-6f729192932b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1738 | 2024.07.13 05:36:41.214724 [ 3 ] {d26a98b2-14b6-468f-be37-6f729192932b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1739 | 2024.07.13 05:36:41.215035 [ 3 ] {d26a98b2-14b6-468f-be37-6f729192932b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1740 | 2024.07.13 05:36:41.215445 [ 3 ] {d26a98b2-14b6-468f-be37-6f729192932b} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1741 | 2024.07.13 05:36:41.215483 [ 3 ] {d26a98b2-14b6-468f-be37-6f729192932b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1742 | 2024.07.13 05:36:41.215962 [ 3 ] {d26a98b2-14b6-468f-be37-6f729192932b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1743 | 2024.07.13 05:36:41.216277 [ 3 ] {d26a98b2-14b6-468f-be37-6f729192932b} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1744 | 2024.07.13 05:36:41.216420 [ 3 ] {d26a98b2-14b6-468f-be37-6f729192932b} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.001872 sec., 6410.25641025641 rows/sec., 864.93 KiB/sec. | ||
1745 | 2024.07.13 05:36:41.216602 [ 3 ] {d26a98b2-14b6-468f-be37-6f729192932b} <Debug> DynamicQueryHandler: Done processing query | ||
1746 | 2024.07.13 05:36:41.216626 [ 3 ] {d26a98b2-14b6-468f-be37-6f729192932b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1747 | 2024.07.13 05:36:41.216641 [ 3 ] {} <Debug> HTTP-Session: 28dc5f09-2cbc-4e0e-bc0b-34e90d21f4fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1748 | 2024.07.13 05:36:41.216762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1749 | 2024.07.13 05:36:41.216809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1750 | 2024.07.13 05:36:41.216829 [ 3 ] {} <Debug> HTTP-Session: 5cf5159a-d1a8-4141-b7a4-9d4e9b8614a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1751 | 2024.07.13 05:36:41.216845 [ 3 ] {} <Debug> HTTP-Session: 5cf5159a-d1a8-4141-b7a4-9d4e9b8614a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1752 | 2024.07.13 05:36:41.216858 [ 3 ] {} <Debug> HTTP-Session: 5cf5159a-d1a8-4141-b7a4-9d4e9b8614a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1753 | 2024.07.13 05:36:41.216889 [ 3 ] {} <Trace> HTTP-Session: 5cf5159a-d1a8-4141-b7a4-9d4e9b8614a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1754 | 2024.07.13 05:36:41.216991 [ 3 ] {cc94c557-1216-4ca6-b2e5-1601e44c9640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1755 | 2024.07.13 05:36:41.217033 [ 3 ] {cc94c557-1216-4ca6-b2e5-1601e44c9640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1756 | 2024.07.13 05:36:41.217158 [ 3 ] {cc94c557-1216-4ca6-b2e5-1601e44c9640} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1757 | 2024.07.13 05:36:41.217463 [ 3 ] {cc94c557-1216-4ca6-b2e5-1601e44c9640} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1758 | 2024.07.13 05:36:41.217499 [ 3 ] {cc94c557-1216-4ca6-b2e5-1601e44c9640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1759 | 2024.07.13 05:36:41.217800 [ 3 ] {cc94c557-1216-4ca6-b2e5-1601e44c9640} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1760 | 2024.07.13 05:36:41.218100 [ 3 ] {cc94c557-1216-4ca6-b2e5-1601e44c9640} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1761 | 2024.07.13 05:36:41.218249 [ 3 ] {cc94c557-1216-4ca6-b2e5-1601e44c9640} <Debug> executeQuery: Read 22 rows, 1.64 KiB in 0.001288 sec., 17080.745341614907 rows/sec., 1.24 MiB/sec. | ||
1762 | 2024.07.13 05:36:41.218412 [ 3 ] {cc94c557-1216-4ca6-b2e5-1601e44c9640} <Debug> DynamicQueryHandler: Done processing query | ||
1763 | 2024.07.13 05:36:41.218436 [ 3 ] {cc94c557-1216-4ca6-b2e5-1601e44c9640} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1764 | 2024.07.13 05:36:41.218451 [ 3 ] {} <Debug> HTTP-Session: 5cf5159a-d1a8-4141-b7a4-9d4e9b8614a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1765 | 2024.07.13 05:36:41.218666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 27328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1766 | 2024.07.13 05:36:41.218713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1767 | 2024.07.13 05:36:41.218733 [ 3 ] {} <Debug> HTTP-Session: 52a0c98a-cd4c-4d0d-a74e-93a561bb5365 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1768 | 2024.07.13 05:36:41.218750 [ 3 ] {} <Debug> HTTP-Session: 52a0c98a-cd4c-4d0d-a74e-93a561bb5365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1769 | 2024.07.13 05:36:41.218764 [ 3 ] {} <Debug> HTTP-Session: 52a0c98a-cd4c-4d0d-a74e-93a561bb5365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1770 | 2024.07.13 05:36:41.218794 [ 3 ] {} <Trace> HTTP-Session: 52a0c98a-cd4c-4d0d-a74e-93a561bb5365 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1771 | 2024.07.13 05:36:41.218939 [ 3 ] {a76b60da-d2ba-44cb-9e95-3e7c2cfa73d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1772 | 2024.07.13 05:36:41.218980 [ 3 ] {a76b60da-d2ba-44cb-9e95-3e7c2cfa73d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1773 | 2024.07.13 05:36:41.219106 [ 3 ] {a76b60da-d2ba-44cb-9e95-3e7c2cfa73d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1774 | 2024.07.13 05:36:41.219496 [ 3 ] {a76b60da-d2ba-44cb-9e95-3e7c2cfa73d8} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1775 | 2024.07.13 05:36:41.219532 [ 3 ] {a76b60da-d2ba-44cb-9e95-3e7c2cfa73d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1776 | 2024.07.13 05:36:41.219847 [ 3 ] {a76b60da-d2ba-44cb-9e95-3e7c2cfa73d8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1777 | 2024.07.13 05:36:41.220148 [ 3 ] {a76b60da-d2ba-44cb-9e95-3e7c2cfa73d8} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1778 | 2024.07.13 05:36:41.220304 [ 3 ] {a76b60da-d2ba-44cb-9e95-3e7c2cfa73d8} <Debug> executeQuery: Read 179 rows, 16.42 KiB in 0.001434 sec., 124825.66248256626 rows/sec., 11.19 MiB/sec. | ||
1779 | 2024.07.13 05:36:41.220469 [ 3 ] {a76b60da-d2ba-44cb-9e95-3e7c2cfa73d8} <Debug> DynamicQueryHandler: Done processing query | ||
1780 | 2024.07.13 05:36:41.220492 [ 3 ] {a76b60da-d2ba-44cb-9e95-3e7c2cfa73d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1781 | 2024.07.13 05:36:41.220508 [ 3 ] {} <Debug> HTTP-Session: 52a0c98a-cd4c-4d0d-a74e-93a561bb5365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.07.13 05:36:41.220729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 58195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1783 | 2024.07.13 05:36:41.220776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1784 | 2024.07.13 05:36:41.220795 [ 3 ] {} <Debug> HTTP-Session: 7900c566-6959-428e-9d0a-e7a18916d7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1785 | 2024.07.13 05:36:41.220812 [ 3 ] {} <Debug> HTTP-Session: 7900c566-6959-428e-9d0a-e7a18916d7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1786 | 2024.07.13 05:36:41.220826 [ 3 ] {} <Debug> HTTP-Session: 7900c566-6959-428e-9d0a-e7a18916d7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1787 | 2024.07.13 05:36:41.220856 [ 3 ] {} <Trace> HTTP-Session: 7900c566-6959-428e-9d0a-e7a18916d7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1788 | 2024.07.13 05:36:41.221046 [ 3 ] {43b4f431-1e0f-4a28-8275-d0d4ee4195fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1789 | 2024.07.13 05:36:41.221090 [ 3 ] {43b4f431-1e0f-4a28-8275-d0d4ee4195fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1790 | 2024.07.13 05:36:41.221214 [ 3 ] {43b4f431-1e0f-4a28-8275-d0d4ee4195fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1791 | 2024.07.13 05:36:41.221710 [ 3 ] {43b4f431-1e0f-4a28-8275-d0d4ee4195fd} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1792 | 2024.07.13 05:36:41.221747 [ 3 ] {43b4f431-1e0f-4a28-8275-d0d4ee4195fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1793 | 2024.07.13 05:36:41.222060 [ 3 ] {43b4f431-1e0f-4a28-8275-d0d4ee4195fd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1794 | 2024.07.13 05:36:41.222367 [ 3 ] {43b4f431-1e0f-4a28-8275-d0d4ee4195fd} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1795 | 2024.07.13 05:36:41.222524 [ 3 ] {43b4f431-1e0f-4a28-8275-d0d4ee4195fd} <Debug> executeQuery: Read 362 rows, 25.88 KiB in 0.001579 sec., 229259.0246991767 rows/sec., 16.00 MiB/sec. | ||
1796 | 2024.07.13 05:36:41.222678 [ 3 ] {43b4f431-1e0f-4a28-8275-d0d4ee4195fd} <Debug> DynamicQueryHandler: Done processing query | ||
1797 | 2024.07.13 05:36:41.222702 [ 3 ] {43b4f431-1e0f-4a28-8275-d0d4ee4195fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
1798 | 2024.07.13 05:36:41.222717 [ 3 ] {} <Debug> HTTP-Session: 7900c566-6959-428e-9d0a-e7a18916d7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1799 | 2024.07.13 05:36:41.222848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1800 | 2024.07.13 05:36:41.222894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1801 | 2024.07.13 05:36:41.222913 [ 3 ] {} <Debug> HTTP-Session: 87a71e10-9da6-4655-9dc2-250cd57a1254 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1802 | 2024.07.13 05:36:41.222930 [ 3 ] {} <Debug> HTTP-Session: 87a71e10-9da6-4655-9dc2-250cd57a1254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1803 | 2024.07.13 05:36:41.222944 [ 3 ] {} <Debug> HTTP-Session: 87a71e10-9da6-4655-9dc2-250cd57a1254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1804 | 2024.07.13 05:36:41.222973 [ 3 ] {} <Trace> HTTP-Session: 87a71e10-9da6-4655-9dc2-250cd57a1254 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1805 | 2024.07.13 05:36:41.223068 [ 3 ] {8b2558cd-6ad0-48f0-bf50-dda83995294a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1806 | 2024.07.13 05:36:41.223111 [ 3 ] {8b2558cd-6ad0-48f0-bf50-dda83995294a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1807 | 2024.07.13 05:36:41.223235 [ 3 ] {8b2558cd-6ad0-48f0-bf50-dda83995294a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1808 | 2024.07.13 05:36:41.223475 [ 3 ] {8b2558cd-6ad0-48f0-bf50-dda83995294a} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1809 | 2024.07.13 05:36:41.223510 [ 3 ] {8b2558cd-6ad0-48f0-bf50-dda83995294a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1810 | 2024.07.13 05:36:41.223865 [ 3 ] {8b2558cd-6ad0-48f0-bf50-dda83995294a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1811 | 2024.07.13 05:36:41.224182 [ 3 ] {8b2558cd-6ad0-48f0-bf50-dda83995294a} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1812 | 2024.07.13 05:36:41.224332 [ 3 ] {8b2558cd-6ad0-48f0-bf50-dda83995294a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00129 sec., 4651.162790697675 rows/sec., 199.85 KiB/sec. | ||
1813 | 2024.07.13 05:36:41.224493 [ 3 ] {8b2558cd-6ad0-48f0-bf50-dda83995294a} <Debug> DynamicQueryHandler: Done processing query | ||
1814 | 2024.07.13 05:36:41.224517 [ 3 ] {8b2558cd-6ad0-48f0-bf50-dda83995294a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1815 | 2024.07.13 05:36:41.224532 [ 3 ] {} <Debug> HTTP-Session: 87a71e10-9da6-4655-9dc2-250cd57a1254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1816 | 2024.07.13 05:36:41.224686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1817 | 2024.07.13 05:36:41.224733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1818 | 2024.07.13 05:36:41.224752 [ 3 ] {} <Debug> HTTP-Session: 8109ff0f-1cbc-49ac-96dc-81d1e3eddfb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1819 | 2024.07.13 05:36:41.224769 [ 3 ] {} <Debug> HTTP-Session: 8109ff0f-1cbc-49ac-96dc-81d1e3eddfb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1820 | 2024.07.13 05:36:41.224783 [ 3 ] {} <Debug> HTTP-Session: 8109ff0f-1cbc-49ac-96dc-81d1e3eddfb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1821 | 2024.07.13 05:36:41.224813 [ 3 ] {} <Trace> HTTP-Session: 8109ff0f-1cbc-49ac-96dc-81d1e3eddfb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1822 | 2024.07.13 05:36:41.224948 [ 3 ] {20a206ec-9b91-4b9f-a373-b76b93af544d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1823 | 2024.07.13 05:36:41.224992 [ 3 ] {20a206ec-9b91-4b9f-a373-b76b93af544d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1824 | 2024.07.13 05:36:41.225132 [ 3 ] {20a206ec-9b91-4b9f-a373-b76b93af544d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1825 | 2024.07.13 05:36:41.225420 [ 3 ] {20a206ec-9b91-4b9f-a373-b76b93af544d} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1826 | 2024.07.13 05:36:41.225455 [ 3 ] {20a206ec-9b91-4b9f-a373-b76b93af544d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1827 | 2024.07.13 05:36:41.225811 [ 3 ] {20a206ec-9b91-4b9f-a373-b76b93af544d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1828 | 2024.07.13 05:36:41.226131 [ 3 ] {20a206ec-9b91-4b9f-a373-b76b93af544d} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1829 | 2024.07.13 05:36:41.226287 [ 3 ] {20a206ec-9b91-4b9f-a373-b76b93af544d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001392 sec., 55316.09195402299 rows/sec., 3.41 MiB/sec. | ||
1830 | 2024.07.13 05:36:41.226551 [ 3 ] {20a206ec-9b91-4b9f-a373-b76b93af544d} <Debug> DynamicQueryHandler: Done processing query | ||
1831 | 2024.07.13 05:36:41.226575 [ 3 ] {20a206ec-9b91-4b9f-a373-b76b93af544d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1832 | 2024.07.13 05:36:41.226590 [ 3 ] {} <Debug> HTTP-Session: 8109ff0f-1cbc-49ac-96dc-81d1e3eddfb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1833 | 2024.07.13 05:36:41.226753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1834 | 2024.07.13 05:36:41.226798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1835 | 2024.07.13 05:36:41.226816 [ 3 ] {} <Debug> HTTP-Session: 51f30210-9502-4bfd-9648-0e2ccee2e4aa Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1836 | 2024.07.13 05:36:41.226832 [ 3 ] {} <Debug> HTTP-Session: 51f30210-9502-4bfd-9648-0e2ccee2e4aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1837 | 2024.07.13 05:36:41.226846 [ 3 ] {} <Debug> HTTP-Session: 51f30210-9502-4bfd-9648-0e2ccee2e4aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1838 | 2024.07.13 05:36:41.226875 [ 3 ] {} <Trace> HTTP-Session: 51f30210-9502-4bfd-9648-0e2ccee2e4aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1839 | 2024.07.13 05:36:41.227005 [ 3 ] {568a0ea3-8e07-48c0-afef-5b680afecb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1840 | 2024.07.13 05:36:41.227050 [ 3 ] {568a0ea3-8e07-48c0-afef-5b680afecb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1841 | 2024.07.13 05:36:41.227206 [ 3 ] {568a0ea3-8e07-48c0-afef-5b680afecb43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1842 | 2024.07.13 05:36:41.227648 [ 3 ] {568a0ea3-8e07-48c0-afef-5b680afecb43} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1843 | 2024.07.13 05:36:41.227694 [ 3 ] {568a0ea3-8e07-48c0-afef-5b680afecb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1844 | 2024.07.13 05:36:41.228194 [ 3 ] {568a0ea3-8e07-48c0-afef-5b680afecb43} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1845 | 2024.07.13 05:36:41.228550 [ 3 ] {568a0ea3-8e07-48c0-afef-5b680afecb43} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1846 | 2024.07.13 05:36:41.228720 [ 3 ] {568a0ea3-8e07-48c0-afef-5b680afecb43} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00176 sec., 56818.181818181816 rows/sec., 3.94 MiB/sec. | ||
1847 | 2024.07.13 05:36:41.228970 [ 3 ] {568a0ea3-8e07-48c0-afef-5b680afecb43} <Debug> DynamicQueryHandler: Done processing query | ||
1848 | 2024.07.13 05:36:41.229011 [ 3 ] {568a0ea3-8e07-48c0-afef-5b680afecb43} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1849 | 2024.07.13 05:36:41.229028 [ 3 ] {} <Debug> HTTP-Session: 51f30210-9502-4bfd-9648-0e2ccee2e4aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1850 | 2024.07.13 05:36:41.229241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 25303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1851 | 2024.07.13 05:36:41.229288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1852 | 2024.07.13 05:36:41.229309 [ 3 ] {} <Debug> HTTP-Session: 6074d929-097f-4120-85dc-cf67f418516f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1853 | 2024.07.13 05:36:41.229325 [ 3 ] {} <Debug> HTTP-Session: 6074d929-097f-4120-85dc-cf67f418516f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1854 | 2024.07.13 05:36:41.229339 [ 3 ] {} <Debug> HTTP-Session: 6074d929-097f-4120-85dc-cf67f418516f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1855 | 2024.07.13 05:36:41.229370 [ 3 ] {} <Trace> HTTP-Session: 6074d929-097f-4120-85dc-cf67f418516f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1856 | 2024.07.13 05:36:41.229576 [ 3 ] {b4572030-6b27-4d93-bdbe-bc0ee7094d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1857 | 2024.07.13 05:36:41.229654 [ 3 ] {b4572030-6b27-4d93-bdbe-bc0ee7094d26} <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 | ||
1858 | 2024.07.13 05:36:41.230079 [ 3 ] {b4572030-6b27-4d93-bdbe-bc0ee7094d26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1859 | 2024.07.13 05:36:41.230603 [ 3 ] {b4572030-6b27-4d93-bdbe-bc0ee7094d26} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1860 | 2024.07.13 05:36:41.230639 [ 3 ] {b4572030-6b27-4d93-bdbe-bc0ee7094d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1861 | 2024.07.13 05:36:41.231241 [ 3 ] {b4572030-6b27-4d93-bdbe-bc0ee7094d26} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1862 | 2024.07.13 05:36:41.231652 [ 3 ] {b4572030-6b27-4d93-bdbe-bc0ee7094d26} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1863 | 2024.07.13 05:36:41.231853 [ 3 ] {b4572030-6b27-4d93-bdbe-bc0ee7094d26} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002399 sec., 6669.4456023343055 rows/sec., 11.95 MiB/sec. | ||
1864 | 2024.07.13 05:36:41.232211 [ 3 ] {b4572030-6b27-4d93-bdbe-bc0ee7094d26} <Debug> DynamicQueryHandler: Done processing query | ||
1865 | 2024.07.13 05:36:41.232236 [ 3 ] {b4572030-6b27-4d93-bdbe-bc0ee7094d26} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1866 | 2024.07.13 05:36:41.232253 [ 3 ] {} <Debug> HTTP-Session: 6074d929-097f-4120-85dc-cf67f418516f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1867 | 2024.07.13 05:36:41.232372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1868 | 2024.07.13 05:36:41.232419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1869 | 2024.07.13 05:36:41.232440 [ 3 ] {} <Debug> HTTP-Session: 853ac981-be0a-49f3-957f-d1439c86354a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1870 | 2024.07.13 05:36:41.232458 [ 3 ] {} <Debug> HTTP-Session: 853ac981-be0a-49f3-957f-d1439c86354a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1871 | 2024.07.13 05:36:41.232473 [ 3 ] {} <Debug> HTTP-Session: 853ac981-be0a-49f3-957f-d1439c86354a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1872 | 2024.07.13 05:36:41.232504 [ 3 ] {} <Trace> HTTP-Session: 853ac981-be0a-49f3-957f-d1439c86354a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1873 | 2024.07.13 05:36:41.232609 [ 3 ] {e829abf1-2ceb-45e9-b577-a300b77825f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1874 | 2024.07.13 05:36:41.232658 [ 3 ] {e829abf1-2ceb-45e9-b577-a300b77825f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1875 | 2024.07.13 05:36:41.232784 [ 3 ] {e829abf1-2ceb-45e9-b577-a300b77825f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1876 | 2024.07.13 05:36:41.233044 [ 3 ] {e829abf1-2ceb-45e9-b577-a300b77825f2} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1877 | 2024.07.13 05:36:41.233080 [ 3 ] {e829abf1-2ceb-45e9-b577-a300b77825f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1878 | 2024.07.13 05:36:41.233426 [ 3 ] {e829abf1-2ceb-45e9-b577-a300b77825f2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1879 | 2024.07.13 05:36:41.233745 [ 3 ] {e829abf1-2ceb-45e9-b577-a300b77825f2} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1880 | 2024.07.13 05:36:41.233907 [ 3 ] {e829abf1-2ceb-45e9-b577-a300b77825f2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001328 sec., 17319.277108433736 rows/sec., 936.85 KiB/sec. | ||
1881 | 2024.07.13 05:36:41.234187 [ 3 ] {e829abf1-2ceb-45e9-b577-a300b77825f2} <Debug> DynamicQueryHandler: Done processing query | ||
1882 | 2024.07.13 05:36:41.234212 [ 3 ] {e829abf1-2ceb-45e9-b577-a300b77825f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1883 | 2024.07.13 05:36:41.234232 [ 3 ] {} <Debug> HTTP-Session: 853ac981-be0a-49f3-957f-d1439c86354a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1884 | 2024.07.13 05:36:41.234354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1885 | 2024.07.13 05:36:41.234401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1886 | 2024.07.13 05:36:41.234419 [ 3 ] {} <Debug> HTTP-Session: 1d17707f-876b-4dd8-b813-e28a8a5dddf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1887 | 2024.07.13 05:36:41.234436 [ 3 ] {} <Debug> HTTP-Session: 1d17707f-876b-4dd8-b813-e28a8a5dddf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1888 | 2024.07.13 05:36:41.234450 [ 3 ] {} <Debug> HTTP-Session: 1d17707f-876b-4dd8-b813-e28a8a5dddf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1889 | 2024.07.13 05:36:41.234479 [ 3 ] {} <Trace> HTTP-Session: 1d17707f-876b-4dd8-b813-e28a8a5dddf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1890 | 2024.07.13 05:36:41.234584 [ 3 ] {9d9dbba3-e4bc-47d4-b3ee-324039914a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1891 | 2024.07.13 05:36:41.234630 [ 3 ] {9d9dbba3-e4bc-47d4-b3ee-324039914a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1892 | 2024.07.13 05:36:41.234769 [ 3 ] {9d9dbba3-e4bc-47d4-b3ee-324039914a8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1893 | 2024.07.13 05:36:41.235040 [ 3 ] {9d9dbba3-e4bc-47d4-b3ee-324039914a8e} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1894 | 2024.07.13 05:36:41.235102 [ 3 ] {9d9dbba3-e4bc-47d4-b3ee-324039914a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1895 | 2024.07.13 05:36:41.235443 [ 3 ] {9d9dbba3-e4bc-47d4-b3ee-324039914a8e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1896 | 2024.07.13 05:36:41.235761 [ 3 ] {9d9dbba3-e4bc-47d4-b3ee-324039914a8e} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1897 | 2024.07.13 05:36:41.235922 [ 3 ] {9d9dbba3-e4bc-47d4-b3ee-324039914a8e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001365 sec., 21978.02197802198 rows/sec., 1.51 MiB/sec. | ||
1898 | 2024.07.13 05:36:41.236078 [ 3 ] {9d9dbba3-e4bc-47d4-b3ee-324039914a8e} <Debug> DynamicQueryHandler: Done processing query | ||
1899 | 2024.07.13 05:36:41.236101 [ 3 ] {9d9dbba3-e4bc-47d4-b3ee-324039914a8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1900 | 2024.07.13 05:36:41.236116 [ 3 ] {} <Debug> HTTP-Session: 1d17707f-876b-4dd8-b813-e28a8a5dddf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1901 | 2024.07.13 05:36:42.000198 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.87 MiB, peak 183.13 MiB, free memory in arenas 0.00 B, will set to 176.76 MiB (RSS), difference: -1.11 MiB | ||
1902 | 2024.07.13 05:36:45.441304 [ 9 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1903 | 2024.07.13 05:36:45.441407 [ 9 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1904 | 2024.07.13 05:36:46.163816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1905 | 2024.07.13 05:36:46.163983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1906 | 2024.07.13 05:36:46.164069 [ 3 ] {} <Debug> HTTP-Session: 52fb8fac-386e-4214-be76-193f67302061 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1907 | 2024.07.13 05:36:46.164114 [ 3 ] {} <Debug> HTTP-Session: 52fb8fac-386e-4214-be76-193f67302061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1908 | 2024.07.13 05:36:46.164144 [ 3 ] {} <Debug> HTTP-Session: 52fb8fac-386e-4214-be76-193f67302061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1909 | 2024.07.13 05:36:46.164225 [ 3 ] {} <Trace> HTTP-Session: 52fb8fac-386e-4214-be76-193f67302061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1910 | 2024.07.13 05:36:46.164516 [ 3 ] {feb3b9ad-c80e-4fea-afeb-52e740730be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1911 | 2024.07.13 05:36:46.164587 [ 3 ] {feb3b9ad-c80e-4fea-afeb-52e740730be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1912 | 2024.07.13 05:36:46.164781 [ 3 ] {feb3b9ad-c80e-4fea-afeb-52e740730be6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1913 | 2024.07.13 05:36:46.165259 [ 3 ] {feb3b9ad-c80e-4fea-afeb-52e740730be6} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1914 | 2024.07.13 05:36:46.165302 [ 3 ] {feb3b9ad-c80e-4fea-afeb-52e740730be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1915 | 2024.07.13 05:36:46.165671 [ 3 ] {feb3b9ad-c80e-4fea-afeb-52e740730be6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1916 | 2024.07.13 05:36:46.166014 [ 3 ] {feb3b9ad-c80e-4fea-afeb-52e740730be6} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1917 | 2024.07.13 05:36:46.166154 [ 9 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1918 | 2024.07.13 05:36:46.166156 [ 3 ] {feb3b9ad-c80e-4fea-afeb-52e740730be6} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00174 sec., 14942.528735632184 rows/sec., 1.13 MiB/sec. | ||
1919 | 2024.07.13 05:36:46.166209 [ 9 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1920 | 2024.07.13 05:36:46.166245 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1921 | 2024.07.13 05:36:46.166410 [ 3 ] {feb3b9ad-c80e-4fea-afeb-52e740730be6} <Debug> DynamicQueryHandler: Done processing query | ||
1922 | 2024.07.13 05:36:46.166439 [ 3 ] {feb3b9ad-c80e-4fea-afeb-52e740730be6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1923 | 2024.07.13 05:36:46.166455 [ 3 ] {} <Debug> HTTP-Session: 52fb8fac-386e-4214-be76-193f67302061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1924 | 2024.07.13 05:36:46.166590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1925 | 2024.07.13 05:36:46.166643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1926 | 2024.07.13 05:36:46.166663 [ 3 ] {} <Debug> HTTP-Session: 18c5f33e-188b-4f9c-a3d6-571403fe4a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1927 | 2024.07.13 05:36:46.166681 [ 3 ] {} <Debug> HTTP-Session: 18c5f33e-188b-4f9c-a3d6-571403fe4a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1928 | 2024.07.13 05:36:46.166695 [ 3 ] {} <Debug> HTTP-Session: 18c5f33e-188b-4f9c-a3d6-571403fe4a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.07.13 05:36:46.166729 [ 3 ] {} <Trace> HTTP-Session: 18c5f33e-188b-4f9c-a3d6-571403fe4a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1930 | 2024.07.13 05:36:46.166843 [ 3 ] {eb1c0020-6577-48d4-ae41-faa1061127e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1931 | 2024.07.13 05:36:46.166890 [ 3 ] {eb1c0020-6577-48d4-ae41-faa1061127e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1932 | 2024.07.13 05:36:46.167019 [ 3 ] {eb1c0020-6577-48d4-ae41-faa1061127e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1933 | 2024.07.13 05:36:46.167382 [ 3 ] {eb1c0020-6577-48d4-ae41-faa1061127e7} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1934 | 2024.07.13 05:36:46.167418 [ 3 ] {eb1c0020-6577-48d4-ae41-faa1061127e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1935 | 2024.07.13 05:36:46.167728 [ 3 ] {eb1c0020-6577-48d4-ae41-faa1061127e7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1936 | 2024.07.13 05:36:46.168050 [ 3 ] {eb1c0020-6577-48d4-ae41-faa1061127e7} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1937 | 2024.07.13 05:36:46.168163 [ 9 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1938 | 2024.07.13 05:36:46.168176 [ 3 ] {eb1c0020-6577-48d4-ae41-faa1061127e7} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00137 sec., 20437.956204379563 rows/sec., 1.59 MiB/sec. | ||
1939 | 2024.07.13 05:36:46.168196 [ 9 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1940 | 2024.07.13 05:36:46.168241 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
1941 | 2024.07.13 05:36:46.168452 [ 3 ] {eb1c0020-6577-48d4-ae41-faa1061127e7} <Debug> DynamicQueryHandler: Done processing query | ||
1942 | 2024.07.13 05:36:46.168480 [ 3 ] {eb1c0020-6577-48d4-ae41-faa1061127e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1943 | 2024.07.13 05:36:46.168498 [ 3 ] {} <Debug> HTTP-Session: 18c5f33e-188b-4f9c-a3d6-571403fe4a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1944 | 2024.07.13 05:36:46.168707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1945 | 2024.07.13 05:36:46.168754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1946 | 2024.07.13 05:36:46.168774 [ 3 ] {} <Debug> HTTP-Session: 12e26d0c-0e66-4988-8241-2cf92975d789 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1947 | 2024.07.13 05:36:46.168791 [ 3 ] {} <Debug> HTTP-Session: 12e26d0c-0e66-4988-8241-2cf92975d789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1948 | 2024.07.13 05:36:46.168806 [ 3 ] {} <Debug> HTTP-Session: 12e26d0c-0e66-4988-8241-2cf92975d789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1949 | 2024.07.13 05:36:46.168837 [ 3 ] {} <Trace> HTTP-Session: 12e26d0c-0e66-4988-8241-2cf92975d789 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1950 | 2024.07.13 05:36:46.168972 [ 3 ] {84fb9e70-1459-4f96-9285-0e0f7e44b605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1951 | 2024.07.13 05:36:46.169022 [ 3 ] {84fb9e70-1459-4f96-9285-0e0f7e44b605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1952 | 2024.07.13 05:36:46.169169 [ 3 ] {84fb9e70-1459-4f96-9285-0e0f7e44b605} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1953 | 2024.07.13 05:36:46.169551 [ 3 ] {84fb9e70-1459-4f96-9285-0e0f7e44b605} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1954 | 2024.07.13 05:36:46.169588 [ 3 ] {84fb9e70-1459-4f96-9285-0e0f7e44b605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1955 | 2024.07.13 05:36:46.169965 [ 3 ] {84fb9e70-1459-4f96-9285-0e0f7e44b605} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1956 | 2024.07.13 05:36:46.170308 [ 3 ] {84fb9e70-1459-4f96-9285-0e0f7e44b605} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1957 | 2024.07.13 05:36:46.170422 [ 9 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1958 | 2024.07.13 05:36:46.170434 [ 3 ] {84fb9e70-1459-4f96-9285-0e0f7e44b605} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001519 sec., 65832.78472679395 rows/sec., 4.56 MiB/sec. | ||
1959 | 2024.07.13 05:36:46.170459 [ 9 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1960 | 2024.07.13 05:36:46.170494 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1961 | 2024.07.13 05:36:46.170574 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
1962 | 2024.07.13 05:36:46.170575 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
1963 | 2024.07.13 05:36:46.170858 [ 3 ] {84fb9e70-1459-4f96-9285-0e0f7e44b605} <Debug> DynamicQueryHandler: Done processing query | ||
1964 | 2024.07.13 05:36:46.170975 [ 3 ] {84fb9e70-1459-4f96-9285-0e0f7e44b605} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1965 | 2024.07.13 05:36:46.170991 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
1966 | 2024.07.13 05:36:46.171073 [ 3 ] {} <Debug> HTTP-Session: 12e26d0c-0e66-4988-8241-2cf92975d789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1967 | 2024.07.13 05:36:46.171432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1968 | 2024.07.13 05:36:46.171637 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1969 | 2024.07.13 05:36:46.171642 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1970 | 2024.07.13 05:36:46.171678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1971 | 2024.07.13 05:36:46.171815 [ 3 ] {} <Debug> HTTP-Session: 7f713504-84a6-4b09-a434-52ce652b394b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
1972 | 2024.07.13 05:36:46.171812 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
1973 | 2024.07.13 05:36:46.171835 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
1974 | 2024.07.13 05:36:46.171872 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1975 | 2024.07.13 05:36:46.171900 [ 3 ] {} <Debug> HTTP-Session: 7f713504-84a6-4b09-a434-52ce652b394b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1976 | 2024.07.13 05:36:46.171992 [ 3 ] {} <Debug> HTTP-Session: 7f713504-84a6-4b09-a434-52ce652b394b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1977 | 2024.07.13 05:36:46.172026 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
1978 | 2024.07.13 05:36:46.172228 [ 3 ] {} <Trace> HTTP-Session: 7f713504-84a6-4b09-a434-52ce652b394b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1979 | 2024.07.13 05:36:46.172349 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
1980 | 2024.07.13 05:36:46.172442 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
1981 | 2024.07.13 05:36:46.172720 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
1982 | 2024.07.13 05:36:46.172963 [ 3 ] {d5d19456-b4f2-4906-82c5-58a246d406a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1983 | 2024.07.13 05:36:46.173062 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 51 rows starting from the beginning of the part | ||
1984 | 2024.07.13 05:36:46.173084 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part | ||
1985 | 2024.07.13 05:36:46.173331 [ 3 ] {d5d19456-b4f2-4906-82c5-58a246d406a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1986 | 2024.07.13 05:36:46.173592 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
1987 | 2024.07.13 05:36:46.173985 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
1988 | 2024.07.13 05:36:46.175368 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
1989 | 2024.07.13 05:36:46.175520 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 362 rows starting from the beginning of the part | ||
1990 | 2024.07.13 05:36:46.176220 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
1991 | 2024.07.13 05:36:46.176276 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
1992 | 2024.07.13 05:36:46.176353 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
1993 | 2024.07.13 05:36:46.177296 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
1994 | 2024.07.13 05:36:46.177373 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 179 rows starting from the beginning of the part | ||
1995 | 2024.07.13 05:36:46.177485 [ 3 ] {d5d19456-b4f2-4906-82c5-58a246d406a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1996 | 2024.07.13 05:36:46.178435 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
1997 | 2024.07.13 05:36:46.181056 [ 3 ] {d5d19456-b4f2-4906-82c5-58a246d406a1} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1998 | 2024.07.13 05:36:46.181213 [ 3 ] {d5d19456-b4f2-4906-82c5-58a246d406a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
1999 | 2024.07.13 05:36:46.184226 [ 3 ] {d5d19456-b4f2-4906-82c5-58a246d406a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2000 | 2024.07.13 05:36:46.186246 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 525 rows, containing 4 columns (4 merged, 0 gathered) in 0.017873008 sec., 29373.902814792003 rows/sec., 2.13 MiB/sec. | ||
2001 | 2024.07.13 05:36:46.186648 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2002 | 2024.07.13 05:36:46.186843 [ 3 ] {d5d19456-b4f2-4906-82c5-58a246d406a1} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2003 | 2024.07.13 05:36:46.186911 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 357 rows, containing 4 columns (4 merged, 0 gathered) in 0.020589721 sec., 17338.748786348297 rows/sec., 1.46 MiB/sec. | ||
2004 | 2024.07.13 05:36:46.187164 [ 9 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2005 | 2024.07.13 05:36:46.187209 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2006 | 2024.07.13 05:36:46.187362 [ 9 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2007 | 2024.07.13 05:36:46.187527 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2008 | 2024.07.13 05:36:46.187552 [ 3 ] {d5d19456-b4f2-4906-82c5-58a246d406a1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.014866 sec., 2018.0277142472755 rows/sec., 141.56 KiB/sec. | ||
2009 | 2024.07.13 05:36:46.188886 [ 3 ] {d5d19456-b4f2-4906-82c5-58a246d406a1} <Debug> DynamicQueryHandler: Done processing query | ||
2010 | 2024.07.13 05:36:46.188920 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
2011 | 2024.07.13 05:36:46.189051 [ 3 ] {d5d19456-b4f2-4906-82c5-58a246d406a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2012 | 2024.07.13 05:36:46.189096 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_6_1} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2013 | 2024.07.13 05:36:46.189234 [ 3 ] {} <Debug> HTTP-Session: 7f713504-84a6-4b09-a434-52ce652b394b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2014 | 2024.07.13 05:36:46.189746 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_6_1} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2015 | 2024.07.13 05:36:46.190209 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2016 | 2024.07.13 05:36:46.190276 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2017 | 2024.07.13 05:36:46.190439 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
2018 | 2024.07.13 05:36:46.190484 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.019865809 sec., 28189.136420268613 rows/sec., 1.95 MiB/sec. | ||
2019 | 2024.07.13 05:36:46.190766 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
2020 | 2024.07.13 05:36:46.190799 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_6_1} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2021 | 2024.07.13 05:36:46.190879 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2022 | 2024.07.13 05:36:46.191170 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
2023 | 2024.07.13 05:36:46.191380 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_6_1} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2024 | 2024.07.13 05:36:46.191507 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
2025 | 2024.07.13 05:36:46.191817 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2026 | 2024.07.13 05:36:46.191900 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
2027 | 2024.07.13 05:36:46.192521 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
2028 | 2024.07.13 05:36:46.193059 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2029 | 2024.07.13 05:36:46.193168 [ 187 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2030 | 2024.07.13 05:36:46.193264 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2031 | 2024.07.13 05:36:46.193800 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 4 columns (4 merged, 0 gathered) in 0.006053974 sec., 27750.366949048675 rows/sec., 1.90 MiB/sec. | ||
2032 | 2024.07.13 05:36:46.193926 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2033 | 2024.07.13 05:36:46.194268 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_6_1} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2034 | 2024.07.13 05:36:46.194335 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_6_1} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2035 | 2024.07.13 05:36:46.194401 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2036 | 2024.07.13 05:36:51.167664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2037 | 2024.07.13 05:36:51.167855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2038 | 2024.07.13 05:36:51.167901 [ 3 ] {} <Debug> HTTP-Session: 126112f7-fe8d-4de0-9f8a-0bbfb204efa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2039 | 2024.07.13 05:36:51.167943 [ 3 ] {} <Debug> HTTP-Session: 126112f7-fe8d-4de0-9f8a-0bbfb204efa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2040 | 2024.07.13 05:36:51.167971 [ 3 ] {} <Debug> HTTP-Session: 126112f7-fe8d-4de0-9f8a-0bbfb204efa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2041 | 2024.07.13 05:36:51.168050 [ 3 ] {} <Trace> HTTP-Session: 126112f7-fe8d-4de0-9f8a-0bbfb204efa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2042 | 2024.07.13 05:36:51.168442 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
2043 | 2024.07.13 05:36:51.168903 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2044 | 2024.07.13 05:36:51.168950 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <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', '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 | ||
2045 | 2024.07.13 05:36:51.169281 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2046 | 2024.07.13 05:36:51.169359 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2047 | 2024.07.13 05:36:51.169528 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2048 | 2024.07.13 05:36:51.169698 [ 261 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2049 | 2024.07.13 05:36:51.169729 [ 260 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2050 | 2024.07.13 05:36:51.169790 [ 262 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2051 | 2024.07.13 05:36:51.169935 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2052 | 2024.07.13 05:36:51.169967 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2053 | 2024.07.13 05:36:51.170081 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2054 | 2024.07.13 05:36:51.170104 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2055 | 2024.07.13 05:36:51.170145 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <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', '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'))" | ||
2056 | 2024.07.13 05:36:51.170190 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <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', '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'))" | ||
2057 | 2024.07.13 05:36:51.170231 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <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', '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'))" | ||
2058 | 2024.07.13 05:36:51.172182 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003935 sec., 7623.888182973316 rows/sec., 281.93 KiB/sec. | ||
2059 | 2024.07.13 05:36:51.172606 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Debug> DynamicQueryHandler: Done processing query | ||
2060 | 2024.07.13 05:36:51.172633 [ 3 ] {b6317264-3f60-4ce5-b501-dfc77b6f6fe3} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2061 | 2024.07.13 05:36:51.172651 [ 3 ] {} <Debug> HTTP-Session: 126112f7-fe8d-4de0-9f8a-0bbfb204efa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2062 | 2024.07.13 05:36:51.172889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2063 | 2024.07.13 05:36:51.172939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2064 | 2024.07.13 05:36:51.172958 [ 3 ] {} <Debug> HTTP-Session: 0773e79a-dd5f-47e7-b08f-e81f7df7a835 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2065 | 2024.07.13 05:36:51.172975 [ 3 ] {} <Debug> HTTP-Session: 0773e79a-dd5f-47e7-b08f-e81f7df7a835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2066 | 2024.07.13 05:36:51.172989 [ 3 ] {} <Debug> HTTP-Session: 0773e79a-dd5f-47e7-b08f-e81f7df7a835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2067 | 2024.07.13 05:36:51.173021 [ 3 ] {} <Trace> HTTP-Session: 0773e79a-dd5f-47e7-b08f-e81f7df7a835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2068 | 2024.07.13 05:36:51.173182 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
2069 | 2024.07.13 05:36:51.173467 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2070 | 2024.07.13 05:36:51.173513 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <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', '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 | ||
2071 | 2024.07.13 05:36:51.173809 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2072 | 2024.07.13 05:36:51.173874 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2073 | 2024.07.13 05:36:51.174011 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2074 | 2024.07.13 05:36:51.174101 [ 260 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2075 | 2024.07.13 05:36:51.174148 [ 261 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2076 | 2024.07.13 05:36:51.174173 [ 265 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2077 | 2024.07.13 05:36:51.174292 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2078 | 2024.07.13 05:36:51.174321 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2079 | 2024.07.13 05:36:51.174428 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2080 | 2024.07.13 05:36:51.174448 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2081 | 2024.07.13 05:36:51.174488 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <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', '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'))" | ||
2082 | 2024.07.13 05:36:51.174530 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <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', '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'))" | ||
2083 | 2024.07.13 05:36:51.174567 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <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', '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'))" | ||
2084 | 2024.07.13 05:36:51.176316 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003208 sec., 9351.620947630923 rows/sec., 345.82 KiB/sec. | ||
2085 | 2024.07.13 05:36:51.176641 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Debug> DynamicQueryHandler: Done processing query | ||
2086 | 2024.07.13 05:36:51.176666 [ 3 ] {d73567b3-c240-48b7-9179-7151bb37031c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2087 | 2024.07.13 05:36:51.176682 [ 3 ] {} <Debug> HTTP-Session: 0773e79a-dd5f-47e7-b08f-e81f7df7a835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2088 | 2024.07.13 05:36:51.176913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2089 | 2024.07.13 05:36:51.176961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2090 | 2024.07.13 05:36:51.176980 [ 3 ] {} <Debug> HTTP-Session: e74d5d8b-149b-442a-a347-90823ed5fe7c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2091 | 2024.07.13 05:36:51.176997 [ 3 ] {} <Debug> HTTP-Session: e74d5d8b-149b-442a-a347-90823ed5fe7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2092 | 2024.07.13 05:36:51.177012 [ 3 ] {} <Debug> HTTP-Session: e74d5d8b-149b-442a-a347-90823ed5fe7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2093 | 2024.07.13 05:36:51.177042 [ 3 ] {} <Trace> HTTP-Session: e74d5d8b-149b-442a-a347-90823ed5fe7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2094 | 2024.07.13 05:36:51.177190 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
2095 | 2024.07.13 05:36:51.177475 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2096 | 2024.07.13 05:36:51.177519 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <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', '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 | ||
2097 | 2024.07.13 05:36:51.177812 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2098 | 2024.07.13 05:36:51.177876 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2099 | 2024.07.13 05:36:51.178015 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2100 | 2024.07.13 05:36:51.178073 [ 260 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2101 | 2024.07.13 05:36:51.178161 [ 263 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2102 | 2024.07.13 05:36:51.178165 [ 262 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2103 | 2024.07.13 05:36:51.178286 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2104 | 2024.07.13 05:36:51.178314 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2105 | 2024.07.13 05:36:51.178418 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2106 | 2024.07.13 05:36:51.178438 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2107 | 2024.07.13 05:36:51.178476 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <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', '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'))" | ||
2108 | 2024.07.13 05:36:51.178516 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <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', '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'))" | ||
2109 | 2024.07.13 05:36:51.178557 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <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', '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'))" | ||
2110 | 2024.07.13 05:36:51.180272 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003154 sec., 9511.731135066582 rows/sec., 351.74 KiB/sec. | ||
2111 | 2024.07.13 05:36:51.180610 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Debug> DynamicQueryHandler: Done processing query | ||
2112 | 2024.07.13 05:36:51.180634 [ 3 ] {b916ec30-cadc-4468-aed0-22d70fb18eda} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2113 | 2024.07.13 05:36:51.180652 [ 3 ] {} <Debug> HTTP-Session: e74d5d8b-149b-442a-a347-90823ed5fe7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2114 | 2024.07.13 05:36:51.180871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2115 | 2024.07.13 05:36:51.180918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2116 | 2024.07.13 05:36:51.180937 [ 3 ] {} <Debug> HTTP-Session: ab3eeb1a-5c9c-4f0f-b1df-0e89ef2b2c64 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2117 | 2024.07.13 05:36:51.180953 [ 3 ] {} <Debug> HTTP-Session: ab3eeb1a-5c9c-4f0f-b1df-0e89ef2b2c64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2118 | 2024.07.13 05:36:51.180967 [ 3 ] {} <Debug> HTTP-Session: ab3eeb1a-5c9c-4f0f-b1df-0e89ef2b2c64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2119 | 2024.07.13 05:36:51.180998 [ 3 ] {} <Trace> HTTP-Session: ab3eeb1a-5c9c-4f0f-b1df-0e89ef2b2c64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2120 | 2024.07.13 05:36:51.181153 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
2121 | 2024.07.13 05:36:51.181439 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2122 | 2024.07.13 05:36:51.181486 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <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', '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 | ||
2123 | 2024.07.13 05:36:51.181784 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2124 | 2024.07.13 05:36:51.181848 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2125 | 2024.07.13 05:36:51.181986 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2126 | 2024.07.13 05:36:51.182130 [ 265 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2127 | 2024.07.13 05:36:51.182130 [ 267 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2128 | 2024.07.13 05:36:51.182145 [ 260 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2129 | 2024.07.13 05:36:51.182277 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2130 | 2024.07.13 05:36:51.182300 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2131 | 2024.07.13 05:36:51.182403 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2132 | 2024.07.13 05:36:51.182424 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2133 | 2024.07.13 05:36:51.182462 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <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', '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'))" | ||
2134 | 2024.07.13 05:36:51.182505 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <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', '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'))" | ||
2135 | 2024.07.13 05:36:51.182544 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <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', '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'))" | ||
2136 | 2024.07.13 05:36:51.184273 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003198 sec., 9380.863039399625 rows/sec., 346.90 KiB/sec. | ||
2137 | 2024.07.13 05:36:51.184601 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Debug> DynamicQueryHandler: Done processing query | ||
2138 | 2024.07.13 05:36:51.184627 [ 3 ] {cb19fe8b-0ff8-4aa6-b33b-d8a3d5f6065c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2139 | 2024.07.13 05:36:51.184643 [ 3 ] {} <Debug> HTTP-Session: ab3eeb1a-5c9c-4f0f-b1df-0e89ef2b2c64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.07.13 05:36:51.184869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1224, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2141 | 2024.07.13 05:36:51.184916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2142 | 2024.07.13 05:36:51.184934 [ 3 ] {} <Debug> HTTP-Session: 74c601e8-a285-440e-b1e1-13185b2eaee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2143 | 2024.07.13 05:36:51.184951 [ 3 ] {} <Debug> HTTP-Session: 74c601e8-a285-440e-b1e1-13185b2eaee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2144 | 2024.07.13 05:36:51.184964 [ 3 ] {} <Debug> HTTP-Session: 74c601e8-a285-440e-b1e1-13185b2eaee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.07.13 05:36:51.184995 [ 3 ] {} <Trace> HTTP-Session: 74c601e8-a285-440e-b1e1-13185b2eaee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2146 | 2024.07.13 05:36:51.185143 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
2147 | 2024.07.13 05:36:51.185431 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2148 | 2024.07.13 05:36:51.185477 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <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', '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 | ||
2149 | 2024.07.13 05:36:51.185777 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2150 | 2024.07.13 05:36:51.185841 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2151 | 2024.07.13 05:36:51.185978 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2152 | 2024.07.13 05:36:51.186056 [ 263 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2153 | 2024.07.13 05:36:51.186117 [ 261 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2154 | 2024.07.13 05:36:51.186118 [ 266 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2155 | 2024.07.13 05:36:51.186248 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2156 | 2024.07.13 05:36:51.186276 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2157 | 2024.07.13 05:36:51.186381 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2158 | 2024.07.13 05:36:51.186401 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2159 | 2024.07.13 05:36:51.186440 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <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', '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'))" | ||
2160 | 2024.07.13 05:36:51.186481 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <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', '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'))" | ||
2161 | 2024.07.13 05:36:51.186520 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <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', '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'))" | ||
2162 | 2024.07.13 05:36:51.188204 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003137 sec., 9563.27701625757 rows/sec., 353.64 KiB/sec. | ||
2163 | 2024.07.13 05:36:51.188528 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Debug> DynamicQueryHandler: Done processing query | ||
2164 | 2024.07.13 05:36:51.188553 [ 3 ] {b7f165a1-9f9f-4796-9e56-b816f378f461} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2165 | 2024.07.13 05:36:51.188570 [ 3 ] {} <Debug> HTTP-Session: 74c601e8-a285-440e-b1e1-13185b2eaee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2166 | 2024.07.13 05:36:51.188794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2167 | 2024.07.13 05:36:51.188842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2168 | 2024.07.13 05:36:51.188862 [ 3 ] {} <Debug> HTTP-Session: 615a9111-3676-4ab5-b157-f00c3b2d467c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2169 | 2024.07.13 05:36:51.188878 [ 3 ] {} <Debug> HTTP-Session: 615a9111-3676-4ab5-b157-f00c3b2d467c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2170 | 2024.07.13 05:36:51.188892 [ 3 ] {} <Debug> HTTP-Session: 615a9111-3676-4ab5-b157-f00c3b2d467c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2171 | 2024.07.13 05:36:51.188922 [ 3 ] {} <Trace> HTTP-Session: 615a9111-3676-4ab5-b157-f00c3b2d467c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2172 | 2024.07.13 05:36:51.189070 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
2173 | 2024.07.13 05:36:51.189359 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2174 | 2024.07.13 05:36:51.189406 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <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', '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 | ||
2175 | 2024.07.13 05:36:51.189709 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2176 | 2024.07.13 05:36:51.189773 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2177 | 2024.07.13 05:36:51.189912 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2178 | 2024.07.13 05:36:51.190060 [ 260 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2179 | 2024.07.13 05:36:51.190077 [ 261 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2180 | 2024.07.13 05:36:51.190081 [ 267 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2181 | 2024.07.13 05:36:51.190201 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2182 | 2024.07.13 05:36:51.190232 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2183 | 2024.07.13 05:36:51.190336 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2184 | 2024.07.13 05:36:51.190357 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2185 | 2024.07.13 05:36:51.190397 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <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', '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'))" | ||
2186 | 2024.07.13 05:36:51.190439 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <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', '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'))" | ||
2187 | 2024.07.13 05:36:51.190476 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <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', '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'))" | ||
2188 | 2024.07.13 05:36:51.192174 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Debug> executeQuery: Read 30 rows, 1.11 KiB in 0.003179 sec., 9436.929852154766 rows/sec., 348.97 KiB/sec. | ||
2189 | 2024.07.13 05:36:51.192511 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Debug> DynamicQueryHandler: Done processing query | ||
2190 | 2024.07.13 05:36:51.192535 [ 3 ] {554d041a-5011-4202-af7f-22a0cc8fc479} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2191 | 2024.07.13 05:36:51.192552 [ 3 ] {} <Debug> HTTP-Session: 615a9111-3676-4ab5-b157-f00c3b2d467c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2192 | 2024.07.13 05:36:51.205238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2193 | 2024.07.13 05:36:51.205294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2194 | 2024.07.13 05:36:51.205313 [ 3 ] {} <Debug> HTTP-Session: 0eb360f7-b848-45b1-80e6-4d97b86bc881 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2195 | 2024.07.13 05:36:51.205334 [ 3 ] {} <Debug> HTTP-Session: 0eb360f7-b848-45b1-80e6-4d97b86bc881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2196 | 2024.07.13 05:36:51.205349 [ 3 ] {} <Debug> HTTP-Session: 0eb360f7-b848-45b1-80e6-4d97b86bc881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2197 | 2024.07.13 05:36:51.205381 [ 3 ] {} <Trace> HTTP-Session: 0eb360f7-b848-45b1-80e6-4d97b86bc881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2198 | 2024.07.13 05:36:51.205500 [ 3 ] {16bd08e4-9328-4b2c-899e-9ec0e59c90fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2199 | 2024.07.13 05:36:51.205547 [ 3 ] {16bd08e4-9328-4b2c-899e-9ec0e59c90fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2200 | 2024.07.13 05:36:51.205718 [ 3 ] {16bd08e4-9328-4b2c-899e-9ec0e59c90fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2201 | 2024.07.13 05:36:51.206063 [ 3 ] {16bd08e4-9328-4b2c-899e-9ec0e59c90fe} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2202 | 2024.07.13 05:36:51.206102 [ 3 ] {16bd08e4-9328-4b2c-899e-9ec0e59c90fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2203 | 2024.07.13 05:36:51.206597 [ 3 ] {16bd08e4-9328-4b2c-899e-9ec0e59c90fe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2204 | 2024.07.13 05:36:51.206917 [ 3 ] {16bd08e4-9328-4b2c-899e-9ec0e59c90fe} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2205 | 2024.07.13 05:36:51.207073 [ 3 ] {16bd08e4-9328-4b2c-899e-9ec0e59c90fe} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001613 sec., 3719.7768133911964 rows/sec., 603.01 KiB/sec. | ||
2206 | 2024.07.13 05:36:51.207381 [ 3 ] {16bd08e4-9328-4b2c-899e-9ec0e59c90fe} <Debug> DynamicQueryHandler: Done processing query | ||
2207 | 2024.07.13 05:36:51.207407 [ 3 ] {16bd08e4-9328-4b2c-899e-9ec0e59c90fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2208 | 2024.07.13 05:36:51.207424 [ 3 ] {} <Debug> HTTP-Session: 0eb360f7-b848-45b1-80e6-4d97b86bc881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2209 | 2024.07.13 05:36:51.207538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2210 | 2024.07.13 05:36:51.207586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2211 | 2024.07.13 05:36:51.207605 [ 3 ] {} <Debug> HTTP-Session: 6f5a722c-ae7e-4f2a-b439-170cc61663f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2212 | 2024.07.13 05:36:51.207621 [ 3 ] {} <Debug> HTTP-Session: 6f5a722c-ae7e-4f2a-b439-170cc61663f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2213 | 2024.07.13 05:36:51.207635 [ 3 ] {} <Debug> HTTP-Session: 6f5a722c-ae7e-4f2a-b439-170cc61663f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2214 | 2024.07.13 05:36:51.207665 [ 3 ] {} <Trace> HTTP-Session: 6f5a722c-ae7e-4f2a-b439-170cc61663f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2215 | 2024.07.13 05:36:51.207770 [ 3 ] {14e32ece-01e0-4c04-9643-f629a1ec64b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2216 | 2024.07.13 05:36:51.207814 [ 3 ] {14e32ece-01e0-4c04-9643-f629a1ec64b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2217 | 2024.07.13 05:36:51.207963 [ 3 ] {14e32ece-01e0-4c04-9643-f629a1ec64b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2218 | 2024.07.13 05:36:51.208287 [ 3 ] {14e32ece-01e0-4c04-9643-f629a1ec64b0} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2219 | 2024.07.13 05:36:51.208324 [ 3 ] {14e32ece-01e0-4c04-9643-f629a1ec64b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2220 | 2024.07.13 05:36:51.208639 [ 3 ] {14e32ece-01e0-4c04-9643-f629a1ec64b0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2221 | 2024.07.13 05:36:51.208952 [ 3 ] {14e32ece-01e0-4c04-9643-f629a1ec64b0} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2222 | 2024.07.13 05:36:51.209107 [ 3 ] {14e32ece-01e0-4c04-9643-f629a1ec64b0} <Debug> executeQuery: Read 22 rows, 1.64 KiB in 0.00137 sec., 16058.394160583943 rows/sec., 1.17 MiB/sec. | ||
2223 | 2024.07.13 05:36:51.209283 [ 3 ] {14e32ece-01e0-4c04-9643-f629a1ec64b0} <Debug> DynamicQueryHandler: Done processing query | ||
2224 | 2024.07.13 05:36:51.209307 [ 3 ] {14e32ece-01e0-4c04-9643-f629a1ec64b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2225 | 2024.07.13 05:36:51.209322 [ 3 ] {} <Debug> HTTP-Session: 6f5a722c-ae7e-4f2a-b439-170cc61663f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2226 | 2024.07.13 05:36:51.209550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 32302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2227 | 2024.07.13 05:36:51.209599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2228 | 2024.07.13 05:36:51.209618 [ 3 ] {} <Debug> HTTP-Session: 028894ae-e8f3-405a-b2de-3661f06e017e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2229 | 2024.07.13 05:36:51.209634 [ 3 ] {} <Debug> HTTP-Session: 028894ae-e8f3-405a-b2de-3661f06e017e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2230 | 2024.07.13 05:36:51.209648 [ 3 ] {} <Debug> HTTP-Session: 028894ae-e8f3-405a-b2de-3661f06e017e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2231 | 2024.07.13 05:36:51.209678 [ 3 ] {} <Trace> HTTP-Session: 028894ae-e8f3-405a-b2de-3661f06e017e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2232 | 2024.07.13 05:36:51.209831 [ 3 ] {f389c51d-f95d-449a-b349-4c355b919180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2233 | 2024.07.13 05:36:51.209874 [ 3 ] {f389c51d-f95d-449a-b349-4c355b919180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2234 | 2024.07.13 05:36:51.209999 [ 3 ] {f389c51d-f95d-449a-b349-4c355b919180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2235 | 2024.07.13 05:36:51.210432 [ 3 ] {f389c51d-f95d-449a-b349-4c355b919180} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2236 | 2024.07.13 05:36:51.210469 [ 3 ] {f389c51d-f95d-449a-b349-4c355b919180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2237 | 2024.07.13 05:36:51.210799 [ 3 ] {f389c51d-f95d-449a-b349-4c355b919180} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2238 | 2024.07.13 05:36:51.211116 [ 3 ] {f389c51d-f95d-449a-b349-4c355b919180} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2239 | 2024.07.13 05:36:51.211271 [ 3 ] {f389c51d-f95d-449a-b349-4c355b919180} <Debug> executeQuery: Read 215 rows, 19.24 KiB in 0.001514 sec., 142007.92602377807 rows/sec., 12.41 MiB/sec. | ||
2240 | 2024.07.13 05:36:51.211574 [ 3 ] {f389c51d-f95d-449a-b349-4c355b919180} <Debug> DynamicQueryHandler: Done processing query | ||
2241 | 2024.07.13 05:36:51.211598 [ 3 ] {f389c51d-f95d-449a-b349-4c355b919180} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2242 | 2024.07.13 05:36:51.211615 [ 3 ] {} <Debug> HTTP-Session: 028894ae-e8f3-405a-b2de-3661f06e017e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2243 | 2024.07.13 05:36:51.211801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 62231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2244 | 2024.07.13 05:36:51.211848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2245 | 2024.07.13 05:36:51.211867 [ 3 ] {} <Debug> HTTP-Session: 5826b700-00ef-4eb9-a3d6-d7fd25d2e581 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2246 | 2024.07.13 05:36:51.211884 [ 3 ] {} <Debug> HTTP-Session: 5826b700-00ef-4eb9-a3d6-d7fd25d2e581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2247 | 2024.07.13 05:36:51.211898 [ 3 ] {} <Debug> HTTP-Session: 5826b700-00ef-4eb9-a3d6-d7fd25d2e581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2248 | 2024.07.13 05:36:51.211928 [ 3 ] {} <Trace> HTTP-Session: 5826b700-00ef-4eb9-a3d6-d7fd25d2e581 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2249 | 2024.07.13 05:36:51.212141 [ 3 ] {f652e215-1f62-48c9-ac12-1c8fea6bf446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2250 | 2024.07.13 05:36:51.212184 [ 3 ] {f652e215-1f62-48c9-ac12-1c8fea6bf446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2251 | 2024.07.13 05:36:51.212323 [ 3 ] {f652e215-1f62-48c9-ac12-1c8fea6bf446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2252 | 2024.07.13 05:36:51.212816 [ 3 ] {f652e215-1f62-48c9-ac12-1c8fea6bf446} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2253 | 2024.07.13 05:36:51.212852 [ 3 ] {f652e215-1f62-48c9-ac12-1c8fea6bf446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2254 | 2024.07.13 05:36:51.213181 [ 3 ] {f652e215-1f62-48c9-ac12-1c8fea6bf446} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2255 | 2024.07.13 05:36:51.213481 [ 3 ] {f652e215-1f62-48c9-ac12-1c8fea6bf446} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2256 | 2024.07.13 05:36:51.213628 [ 3 ] {f652e215-1f62-48c9-ac12-1c8fea6bf446} <Debug> executeQuery: Read 386 rows, 27.78 KiB in 0.001606 sec., 240348.69240348693 rows/sec., 16.89 MiB/sec. | ||
2257 | 2024.07.13 05:36:51.213782 [ 3 ] {f652e215-1f62-48c9-ac12-1c8fea6bf446} <Debug> DynamicQueryHandler: Done processing query | ||
2258 | 2024.07.13 05:36:51.213805 [ 3 ] {f652e215-1f62-48c9-ac12-1c8fea6bf446} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2259 | 2024.07.13 05:36:51.213821 [ 3 ] {} <Debug> HTTP-Session: 5826b700-00ef-4eb9-a3d6-d7fd25d2e581 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2260 | 2024.07.13 05:36:51.213963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2261 | 2024.07.13 05:36:51.214008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2262 | 2024.07.13 05:36:51.214026 [ 3 ] {} <Debug> HTTP-Session: 7b6f72ca-9ba9-413c-a75e-cd376ea34dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2263 | 2024.07.13 05:36:51.214042 [ 3 ] {} <Debug> HTTP-Session: 7b6f72ca-9ba9-413c-a75e-cd376ea34dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2264 | 2024.07.13 05:36:51.214056 [ 3 ] {} <Debug> HTTP-Session: 7b6f72ca-9ba9-413c-a75e-cd376ea34dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2265 | 2024.07.13 05:36:51.214086 [ 3 ] {} <Trace> HTTP-Session: 7b6f72ca-9ba9-413c-a75e-cd376ea34dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2266 | 2024.07.13 05:36:51.214178 [ 3 ] {fcf1f8db-b59c-43d6-a9d8-a944677d627f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2267 | 2024.07.13 05:36:51.214222 [ 3 ] {fcf1f8db-b59c-43d6-a9d8-a944677d627f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2268 | 2024.07.13 05:36:51.214346 [ 3 ] {fcf1f8db-b59c-43d6-a9d8-a944677d627f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2269 | 2024.07.13 05:36:51.214590 [ 3 ] {fcf1f8db-b59c-43d6-a9d8-a944677d627f} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2270 | 2024.07.13 05:36:51.214624 [ 3 ] {fcf1f8db-b59c-43d6-a9d8-a944677d627f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2271 | 2024.07.13 05:36:51.214963 [ 3 ] {fcf1f8db-b59c-43d6-a9d8-a944677d627f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2272 | 2024.07.13 05:36:51.215281 [ 3 ] {fcf1f8db-b59c-43d6-a9d8-a944677d627f} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2273 | 2024.07.13 05:36:51.215444 [ 3 ] {fcf1f8db-b59c-43d6-a9d8-a944677d627f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001281 sec., 4683.840749414519 rows/sec., 201.26 KiB/sec. | ||
2274 | 2024.07.13 05:36:51.215723 [ 3 ] {fcf1f8db-b59c-43d6-a9d8-a944677d627f} <Debug> DynamicQueryHandler: Done processing query | ||
2275 | 2024.07.13 05:36:51.215746 [ 3 ] {fcf1f8db-b59c-43d6-a9d8-a944677d627f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2276 | 2024.07.13 05:36:51.215761 [ 3 ] {} <Debug> HTTP-Session: 7b6f72ca-9ba9-413c-a75e-cd376ea34dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2277 | 2024.07.13 05:36:51.215912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2278 | 2024.07.13 05:36:51.215959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2279 | 2024.07.13 05:36:51.215977 [ 3 ] {} <Debug> HTTP-Session: 7916185a-3bfc-44f0-a378-dcc835c73fbc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2280 | 2024.07.13 05:36:51.215993 [ 3 ] {} <Debug> HTTP-Session: 7916185a-3bfc-44f0-a378-dcc835c73fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2281 | 2024.07.13 05:36:51.216007 [ 3 ] {} <Debug> HTTP-Session: 7916185a-3bfc-44f0-a378-dcc835c73fbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2282 | 2024.07.13 05:36:51.216036 [ 3 ] {} <Trace> HTTP-Session: 7916185a-3bfc-44f0-a378-dcc835c73fbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2283 | 2024.07.13 05:36:51.216153 [ 3 ] {400bc7f6-6a5f-40c1-bea4-43862c0be8d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2284 | 2024.07.13 05:36:51.216199 [ 3 ] {400bc7f6-6a5f-40c1-bea4-43862c0be8d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2285 | 2024.07.13 05:36:51.216361 [ 3 ] {400bc7f6-6a5f-40c1-bea4-43862c0be8d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2286 | 2024.07.13 05:36:51.216657 [ 3 ] {400bc7f6-6a5f-40c1-bea4-43862c0be8d7} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2287 | 2024.07.13 05:36:51.216691 [ 3 ] {400bc7f6-6a5f-40c1-bea4-43862c0be8d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2288 | 2024.07.13 05:36:51.217047 [ 3 ] {400bc7f6-6a5f-40c1-bea4-43862c0be8d7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2289 | 2024.07.13 05:36:51.217384 [ 3 ] {400bc7f6-6a5f-40c1-bea4-43862c0be8d7} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2290 | 2024.07.13 05:36:51.217548 [ 3 ] {400bc7f6-6a5f-40c1-bea4-43862c0be8d7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00143 sec., 53846.153846153844 rows/sec., 3.32 MiB/sec. | ||
2291 | 2024.07.13 05:36:51.217835 [ 3 ] {400bc7f6-6a5f-40c1-bea4-43862c0be8d7} <Debug> DynamicQueryHandler: Done processing query | ||
2292 | 2024.07.13 05:36:51.217858 [ 3 ] {400bc7f6-6a5f-40c1-bea4-43862c0be8d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2293 | 2024.07.13 05:36:51.217874 [ 3 ] {} <Debug> HTTP-Session: 7916185a-3bfc-44f0-a378-dcc835c73fbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2294 | 2024.07.13 05:36:51.218095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 74432, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2295 | 2024.07.13 05:36:51.218141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2296 | 2024.07.13 05:36:51.218159 [ 3 ] {} <Debug> HTTP-Session: 9726780e-6026-46a3-b7c4-b719715d9874 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2297 | 2024.07.13 05:36:51.218175 [ 3 ] {} <Debug> HTTP-Session: 9726780e-6026-46a3-b7c4-b719715d9874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2298 | 2024.07.13 05:36:51.218189 [ 3 ] {} <Debug> HTTP-Session: 9726780e-6026-46a3-b7c4-b719715d9874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2299 | 2024.07.13 05:36:51.218219 [ 3 ] {} <Trace> HTTP-Session: 9726780e-6026-46a3-b7c4-b719715d9874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2300 | 2024.07.13 05:36:51.218571 [ 3 ] {277cfeb3-a3e0-4b6c-a37c-7fd31991ba2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2301 | 2024.07.13 05:36:51.218617 [ 3 ] {277cfeb3-a3e0-4b6c-a37c-7fd31991ba2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2302 | 2024.07.13 05:36:51.218777 [ 3 ] {277cfeb3-a3e0-4b6c-a37c-7fd31991ba2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2303 | 2024.07.13 05:36:51.219303 [ 3 ] {277cfeb3-a3e0-4b6c-a37c-7fd31991ba2b} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2304 | 2024.07.13 05:36:51.219338 [ 3 ] {277cfeb3-a3e0-4b6c-a37c-7fd31991ba2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2305 | 2024.07.13 05:36:51.219708 [ 3 ] {277cfeb3-a3e0-4b6c-a37c-7fd31991ba2b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2306 | 2024.07.13 05:36:51.220035 [ 3 ] {277cfeb3-a3e0-4b6c-a37c-7fd31991ba2b} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2307 | 2024.07.13 05:36:51.220182 [ 3 ] {277cfeb3-a3e0-4b6c-a37c-7fd31991ba2b} <Debug> executeQuery: Read 388 rows, 27.91 KiB in 0.001862 sec., 208378.0880773362 rows/sec., 14.64 MiB/sec. | ||
2308 | 2024.07.13 05:36:51.220351 [ 3 ] {277cfeb3-a3e0-4b6c-a37c-7fd31991ba2b} <Debug> DynamicQueryHandler: Done processing query | ||
2309 | 2024.07.13 05:36:51.220375 [ 3 ] {277cfeb3-a3e0-4b6c-a37c-7fd31991ba2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
2310 | 2024.07.13 05:36:51.220391 [ 3 ] {} <Debug> HTTP-Session: 9726780e-6026-46a3-b7c4-b719715d9874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2311 | 2024.07.13 05:36:51.220581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 25303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2312 | 2024.07.13 05:36:51.220628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2313 | 2024.07.13 05:36:51.220647 [ 3 ] {} <Debug> HTTP-Session: 73e15caa-5cd3-4191-8398-e3b6b88d536a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2314 | 2024.07.13 05:36:51.220663 [ 3 ] {} <Debug> HTTP-Session: 73e15caa-5cd3-4191-8398-e3b6b88d536a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.07.13 05:36:51.220676 [ 3 ] {} <Debug> HTTP-Session: 73e15caa-5cd3-4191-8398-e3b6b88d536a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2316 | 2024.07.13 05:36:51.220705 [ 3 ] {} <Trace> HTTP-Session: 73e15caa-5cd3-4191-8398-e3b6b88d536a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2317 | 2024.07.13 05:36:51.220898 [ 3 ] {20845ba1-cf80-4a53-a446-56c09f5d3991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2318 | 2024.07.13 05:36:51.220961 [ 3 ] {20845ba1-cf80-4a53-a446-56c09f5d3991} <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 | ||
2319 | 2024.07.13 05:36:51.221359 [ 3 ] {20845ba1-cf80-4a53-a446-56c09f5d3991} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2320 | 2024.07.13 05:36:51.221875 [ 3 ] {20845ba1-cf80-4a53-a446-56c09f5d3991} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2321 | 2024.07.13 05:36:51.221910 [ 3 ] {20845ba1-cf80-4a53-a446-56c09f5d3991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2322 | 2024.07.13 05:36:51.222493 [ 3 ] {20845ba1-cf80-4a53-a446-56c09f5d3991} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2323 | 2024.07.13 05:36:51.222893 [ 3 ] {20845ba1-cf80-4a53-a446-56c09f5d3991} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2324 | 2024.07.13 05:36:51.223067 [ 3 ] {20845ba1-cf80-4a53-a446-56c09f5d3991} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00229 sec., 6986.899563318778 rows/sec., 12.52 MiB/sec. | ||
2325 | 2024.07.13 05:36:51.223264 [ 3 ] {20845ba1-cf80-4a53-a446-56c09f5d3991} <Debug> DynamicQueryHandler: Done processing query | ||
2326 | 2024.07.13 05:36:51.223288 [ 3 ] {20845ba1-cf80-4a53-a446-56c09f5d3991} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
2327 | 2024.07.13 05:36:51.223304 [ 3 ] {} <Debug> HTTP-Session: 73e15caa-5cd3-4191-8398-e3b6b88d536a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2328 | 2024.07.13 05:36:51.223425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2329 | 2024.07.13 05:36:51.223471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2330 | 2024.07.13 05:36:51.223490 [ 3 ] {} <Debug> HTTP-Session: f02c3124-cea9-4882-9843-89c747679dab Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2331 | 2024.07.13 05:36:51.223506 [ 3 ] {} <Debug> HTTP-Session: f02c3124-cea9-4882-9843-89c747679dab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2332 | 2024.07.13 05:36:51.223520 [ 3 ] {} <Debug> HTTP-Session: f02c3124-cea9-4882-9843-89c747679dab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2333 | 2024.07.13 05:36:51.223550 [ 3 ] {} <Trace> HTTP-Session: f02c3124-cea9-4882-9843-89c747679dab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2334 | 2024.07.13 05:36:51.223649 [ 3 ] {38afdc6d-e93c-4964-a5ee-cd5edf34a632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2335 | 2024.07.13 05:36:51.223692 [ 3 ] {38afdc6d-e93c-4964-a5ee-cd5edf34a632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2336 | 2024.07.13 05:36:51.223814 [ 3 ] {38afdc6d-e93c-4964-a5ee-cd5edf34a632} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2337 | 2024.07.13 05:36:51.224071 [ 3 ] {38afdc6d-e93c-4964-a5ee-cd5edf34a632} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2338 | 2024.07.13 05:36:51.224106 [ 3 ] {38afdc6d-e93c-4964-a5ee-cd5edf34a632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2339 | 2024.07.13 05:36:51.224445 [ 3 ] {38afdc6d-e93c-4964-a5ee-cd5edf34a632} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2340 | 2024.07.13 05:36:51.224760 [ 3 ] {38afdc6d-e93c-4964-a5ee-cd5edf34a632} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2341 | 2024.07.13 05:36:51.224912 [ 3 ] {38afdc6d-e93c-4964-a5ee-cd5edf34a632} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001291 sec., 17815.646785437646 rows/sec., 963.70 KiB/sec. | ||
2342 | 2024.07.13 05:36:51.225073 [ 3 ] {38afdc6d-e93c-4964-a5ee-cd5edf34a632} <Debug> DynamicQueryHandler: Done processing query | ||
2343 | 2024.07.13 05:36:51.225097 [ 3 ] {38afdc6d-e93c-4964-a5ee-cd5edf34a632} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2344 | 2024.07.13 05:36:51.225112 [ 3 ] {} <Debug> HTTP-Session: f02c3124-cea9-4882-9843-89c747679dab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2345 | 2024.07.13 05:36:51.225226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2346 | 2024.07.13 05:36:51.225273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2347 | 2024.07.13 05:36:51.225292 [ 3 ] {} <Debug> HTTP-Session: bf735e1c-117f-4826-b4b2-f75c1545062b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2348 | 2024.07.13 05:36:51.225308 [ 3 ] {} <Debug> HTTP-Session: bf735e1c-117f-4826-b4b2-f75c1545062b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2349 | 2024.07.13 05:36:51.225322 [ 3 ] {} <Debug> HTTP-Session: bf735e1c-117f-4826-b4b2-f75c1545062b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.07.13 05:36:51.225351 [ 3 ] {} <Trace> HTTP-Session: bf735e1c-117f-4826-b4b2-f75c1545062b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2351 | 2024.07.13 05:36:51.225455 [ 3 ] {0523c0e7-f107-4375-8a18-c4153207a468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2352 | 2024.07.13 05:36:51.225497 [ 3 ] {0523c0e7-f107-4375-8a18-c4153207a468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2353 | 2024.07.13 05:36:51.225619 [ 3 ] {0523c0e7-f107-4375-8a18-c4153207a468} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2354 | 2024.07.13 05:36:51.225879 [ 3 ] {0523c0e7-f107-4375-8a18-c4153207a468} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2355 | 2024.07.13 05:36:51.225914 [ 3 ] {0523c0e7-f107-4375-8a18-c4153207a468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2356 | 2024.07.13 05:36:51.226252 [ 3 ] {0523c0e7-f107-4375-8a18-c4153207a468} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2357 | 2024.07.13 05:36:51.226563 [ 3 ] {0523c0e7-f107-4375-8a18-c4153207a468} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2358 | 2024.07.13 05:36:51.226719 [ 3 ] {0523c0e7-f107-4375-8a18-c4153207a468} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001291 sec., 23237.800154918667 rows/sec., 1.59 MiB/sec. | ||
2359 | 2024.07.13 05:36:51.226984 [ 3 ] {0523c0e7-f107-4375-8a18-c4153207a468} <Debug> DynamicQueryHandler: Done processing query | ||
2360 | 2024.07.13 05:36:51.227008 [ 3 ] {0523c0e7-f107-4375-8a18-c4153207a468} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2361 | 2024.07.13 05:36:51.227023 [ 3 ] {} <Debug> HTTP-Session: bf735e1c-117f-4826-b4b2-f75c1545062b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.07.13 05:36:56.163981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2363 | 2024.07.13 05:36:56.164166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2364 | 2024.07.13 05:36:56.164211 [ 3 ] {} <Debug> HTTP-Session: 2e4df3dc-58e6-4189-b768-0dff43f00069 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2365 | 2024.07.13 05:36:56.164254 [ 3 ] {} <Debug> HTTP-Session: 2e4df3dc-58e6-4189-b768-0dff43f00069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.07.13 05:36:56.164284 [ 3 ] {} <Debug> HTTP-Session: 2e4df3dc-58e6-4189-b768-0dff43f00069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2367 | 2024.07.13 05:36:56.164364 [ 3 ] {} <Trace> HTTP-Session: 2e4df3dc-58e6-4189-b768-0dff43f00069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2368 | 2024.07.13 05:36:56.164655 [ 3 ] {1848cbde-10ac-4826-bb01-000580fb6002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2369 | 2024.07.13 05:36:56.164762 [ 3 ] {1848cbde-10ac-4826-bb01-000580fb6002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2370 | 2024.07.13 05:36:56.164958 [ 3 ] {1848cbde-10ac-4826-bb01-000580fb6002} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2371 | 2024.07.13 05:36:56.165396 [ 3 ] {1848cbde-10ac-4826-bb01-000580fb6002} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2372 | 2024.07.13 05:36:56.165436 [ 3 ] {1848cbde-10ac-4826-bb01-000580fb6002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2373 | 2024.07.13 05:36:56.165808 [ 3 ] {1848cbde-10ac-4826-bb01-000580fb6002} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2374 | 2024.07.13 05:36:56.166156 [ 3 ] {1848cbde-10ac-4826-bb01-000580fb6002} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2375 | 2024.07.13 05:36:56.166304 [ 3 ] {1848cbde-10ac-4826-bb01-000580fb6002} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001748 sec., 14874.141876430205 rows/sec., 1.12 MiB/sec. | ||
2376 | 2024.07.13 05:36:56.166511 [ 3 ] {1848cbde-10ac-4826-bb01-000580fb6002} <Debug> DynamicQueryHandler: Done processing query | ||
2377 | 2024.07.13 05:36:56.166537 [ 3 ] {1848cbde-10ac-4826-bb01-000580fb6002} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2378 | 2024.07.13 05:36:56.166554 [ 3 ] {} <Debug> HTTP-Session: 2e4df3dc-58e6-4189-b768-0dff43f00069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2379 | 2024.07.13 05:36:56.166725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2380 | 2024.07.13 05:36:56.166778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2381 | 2024.07.13 05:36:56.166798 [ 3 ] {} <Debug> HTTP-Session: f35040e0-6564-407d-b4fc-06958a4bb8f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2382 | 2024.07.13 05:36:56.166816 [ 3 ] {} <Debug> HTTP-Session: f35040e0-6564-407d-b4fc-06958a4bb8f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2383 | 2024.07.13 05:36:56.166830 [ 3 ] {} <Debug> HTTP-Session: f35040e0-6564-407d-b4fc-06958a4bb8f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2384 | 2024.07.13 05:36:56.166864 [ 3 ] {} <Trace> HTTP-Session: f35040e0-6564-407d-b4fc-06958a4bb8f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2385 | 2024.07.13 05:36:56.166973 [ 3 ] {d7a474d9-5346-406d-8a78-757f9e828621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2386 | 2024.07.13 05:36:56.167020 [ 3 ] {d7a474d9-5346-406d-8a78-757f9e828621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2387 | 2024.07.13 05:36:56.167147 [ 3 ] {d7a474d9-5346-406d-8a78-757f9e828621} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2388 | 2024.07.13 05:36:56.167607 [ 3 ] {d7a474d9-5346-406d-8a78-757f9e828621} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2389 | 2024.07.13 05:36:56.167643 [ 3 ] {d7a474d9-5346-406d-8a78-757f9e828621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2390 | 2024.07.13 05:36:56.167956 [ 3 ] {d7a474d9-5346-406d-8a78-757f9e828621} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2391 | 2024.07.13 05:36:56.168266 [ 3 ] {d7a474d9-5346-406d-8a78-757f9e828621} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2392 | 2024.07.13 05:36:56.168394 [ 3 ] {d7a474d9-5346-406d-8a78-757f9e828621} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001455 sec., 19243.986254295534 rows/sec., 1.50 MiB/sec. | ||
2393 | 2024.07.13 05:36:56.168560 [ 3 ] {d7a474d9-5346-406d-8a78-757f9e828621} <Debug> DynamicQueryHandler: Done processing query | ||
2394 | 2024.07.13 05:36:56.168584 [ 3 ] {d7a474d9-5346-406d-8a78-757f9e828621} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2395 | 2024.07.13 05:36:56.168600 [ 3 ] {} <Debug> HTTP-Session: f35040e0-6564-407d-b4fc-06958a4bb8f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2396 | 2024.07.13 05:36:56.168729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2397 | 2024.07.13 05:36:56.168777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2398 | 2024.07.13 05:36:56.168797 [ 3 ] {} <Debug> HTTP-Session: 73001471-3641-4496-b0f2-f1d547f7f70c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2399 | 2024.07.13 05:36:56.168814 [ 3 ] {} <Debug> HTTP-Session: 73001471-3641-4496-b0f2-f1d547f7f70c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2400 | 2024.07.13 05:36:56.168828 [ 3 ] {} <Debug> HTTP-Session: 73001471-3641-4496-b0f2-f1d547f7f70c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2401 | 2024.07.13 05:36:56.168859 [ 3 ] {} <Trace> HTTP-Session: 73001471-3641-4496-b0f2-f1d547f7f70c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2402 | 2024.07.13 05:36:56.168992 [ 3 ] {ca9a6390-1f87-456a-b9ea-f82cdff3d955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2403 | 2024.07.13 05:36:56.169040 [ 3 ] {ca9a6390-1f87-456a-b9ea-f82cdff3d955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2404 | 2024.07.13 05:36:56.169183 [ 3 ] {ca9a6390-1f87-456a-b9ea-f82cdff3d955} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2405 | 2024.07.13 05:36:56.169627 [ 3 ] {ca9a6390-1f87-456a-b9ea-f82cdff3d955} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2406 | 2024.07.13 05:36:56.169674 [ 3 ] {ca9a6390-1f87-456a-b9ea-f82cdff3d955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2407 | 2024.07.13 05:36:56.170093 [ 3 ] {ca9a6390-1f87-456a-b9ea-f82cdff3d955} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2408 | 2024.07.13 05:36:56.170432 [ 3 ] {ca9a6390-1f87-456a-b9ea-f82cdff3d955} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2409 | 2024.07.13 05:36:56.170559 [ 3 ] {ca9a6390-1f87-456a-b9ea-f82cdff3d955} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001627 sec., 61462.81499692686 rows/sec., 4.26 MiB/sec. | ||
2410 | 2024.07.13 05:36:56.170730 [ 3 ] {ca9a6390-1f87-456a-b9ea-f82cdff3d955} <Debug> DynamicQueryHandler: Done processing query | ||
2411 | 2024.07.13 05:36:56.170755 [ 3 ] {ca9a6390-1f87-456a-b9ea-f82cdff3d955} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2412 | 2024.07.13 05:36:56.170771 [ 3 ] {} <Debug> HTTP-Session: 73001471-3641-4496-b0f2-f1d547f7f70c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2413 | 2024.07.13 05:36:56.170892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2414 | 2024.07.13 05:36:56.170941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2415 | 2024.07.13 05:36:56.170960 [ 3 ] {} <Debug> HTTP-Session: 6ecc4c93-8720-44e6-aa30-419826119db4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2416 | 2024.07.13 05:36:56.170977 [ 3 ] {} <Debug> HTTP-Session: 6ecc4c93-8720-44e6-aa30-419826119db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2417 | 2024.07.13 05:36:56.170991 [ 3 ] {} <Debug> HTTP-Session: 6ecc4c93-8720-44e6-aa30-419826119db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.07.13 05:36:56.171023 [ 3 ] {} <Trace> HTTP-Session: 6ecc4c93-8720-44e6-aa30-419826119db4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2419 | 2024.07.13 05:36:56.171135 [ 3 ] {09f9d6a4-c06c-4f57-815e-b14fa5bd9603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2420 | 2024.07.13 05:36:56.171181 [ 3 ] {09f9d6a4-c06c-4f57-815e-b14fa5bd9603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2421 | 2024.07.13 05:36:56.171307 [ 3 ] {09f9d6a4-c06c-4f57-815e-b14fa5bd9603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2422 | 2024.07.13 05:36:56.171586 [ 3 ] {09f9d6a4-c06c-4f57-815e-b14fa5bd9603} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2423 | 2024.07.13 05:36:56.171621 [ 3 ] {09f9d6a4-c06c-4f57-815e-b14fa5bd9603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
2424 | 2024.07.13 05:36:56.171974 [ 3 ] {09f9d6a4-c06c-4f57-815e-b14fa5bd9603} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2425 | 2024.07.13 05:36:56.172297 [ 3 ] {09f9d6a4-c06c-4f57-815e-b14fa5bd9603} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2426 | 2024.07.13 05:36:56.172450 [ 3 ] {09f9d6a4-c06c-4f57-815e-b14fa5bd9603} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001355 sec., 22140.22140221402 rows/sec., 1.52 MiB/sec. | ||
2427 | 2024.07.13 05:36:56.172716 [ 3 ] {09f9d6a4-c06c-4f57-815e-b14fa5bd9603} <Debug> DynamicQueryHandler: Done processing query | ||
2428 | 2024.07.13 05:36:56.172743 [ 3 ] {09f9d6a4-c06c-4f57-815e-b14fa5bd9603} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2429 | 2024.07.13 05:36:56.172759 [ 3 ] {} <Debug> HTTP-Session: 6ecc4c93-8720-44e6-aa30-419826119db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2430 | 2024.07.13 05:37:00.441463 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2431 | 2024.07.13 05:37:00.441562 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2432 | 2024.07.13 05:37:01.170009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2433 | 2024.07.13 05:37:01.170132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2434 | 2024.07.13 05:37:01.170162 [ 3 ] {} <Debug> HTTP-Session: 920d03d4-c18e-4536-ad36-1becacd1679d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2435 | 2024.07.13 05:37:01.170190 [ 3 ] {} <Debug> HTTP-Session: 920d03d4-c18e-4536-ad36-1becacd1679d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2436 | 2024.07.13 05:37:01.170209 [ 3 ] {} <Debug> HTTP-Session: 920d03d4-c18e-4536-ad36-1becacd1679d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2437 | 2024.07.13 05:37:01.170265 [ 3 ] {} <Trace> HTTP-Session: 920d03d4-c18e-4536-ad36-1becacd1679d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2438 | 2024.07.13 05:37:01.170499 [ 3 ] {8ed73268-ff76-46cf-90f5-77ad83103405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2439 | 2024.07.13 05:37:01.170571 [ 3 ] {8ed73268-ff76-46cf-90f5-77ad83103405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2440 | 2024.07.13 05:37:01.170790 [ 3 ] {8ed73268-ff76-46cf-90f5-77ad83103405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2441 | 2024.07.13 05:37:01.171249 [ 3 ] {8ed73268-ff76-46cf-90f5-77ad83103405} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2442 | 2024.07.13 05:37:01.171288 [ 3 ] {8ed73268-ff76-46cf-90f5-77ad83103405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2443 | 2024.07.13 05:37:01.171647 [ 3 ] {8ed73268-ff76-46cf-90f5-77ad83103405} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2444 | 2024.07.13 05:37:01.171973 [ 3 ] {8ed73268-ff76-46cf-90f5-77ad83103405} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2445 | 2024.07.13 05:37:01.172110 [ 3 ] {8ed73268-ff76-46cf-90f5-77ad83103405} <Debug> executeQuery: Read 22 rows, 1.64 KiB in 0.00168 sec., 13095.238095238095 rows/sec., 974.24 KiB/sec. | ||
2446 | 2024.07.13 05:37:01.172373 [ 3 ] {8ed73268-ff76-46cf-90f5-77ad83103405} <Debug> DynamicQueryHandler: Done processing query | ||
2447 | 2024.07.13 05:37:01.172400 [ 3 ] {8ed73268-ff76-46cf-90f5-77ad83103405} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2448 | 2024.07.13 05:37:01.172416 [ 3 ] {} <Debug> HTTP-Session: 920d03d4-c18e-4536-ad36-1becacd1679d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2449 | 2024.07.13 05:37:01.172607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 27328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2450 | 2024.07.13 05:37:01.172664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2451 | 2024.07.13 05:37:01.172684 [ 3 ] {} <Debug> HTTP-Session: 65e337f0-c16c-4805-9f75-a5aa88a6c6a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2452 | 2024.07.13 05:37:01.172704 [ 3 ] {} <Debug> HTTP-Session: 65e337f0-c16c-4805-9f75-a5aa88a6c6a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2453 | 2024.07.13 05:37:01.172719 [ 3 ] {} <Debug> HTTP-Session: 65e337f0-c16c-4805-9f75-a5aa88a6c6a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2454 | 2024.07.13 05:37:01.172752 [ 3 ] {} <Trace> HTTP-Session: 65e337f0-c16c-4805-9f75-a5aa88a6c6a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2455 | 2024.07.13 05:37:01.172897 [ 3 ] {8a9c6276-beda-46a5-9bba-5732626f25ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2456 | 2024.07.13 05:37:01.172942 [ 3 ] {8a9c6276-beda-46a5-9bba-5732626f25ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2457 | 2024.07.13 05:37:01.173082 [ 3 ] {8a9c6276-beda-46a5-9bba-5732626f25ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2458 | 2024.07.13 05:37:01.173514 [ 3 ] {8a9c6276-beda-46a5-9bba-5732626f25ff} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2459 | 2024.07.13 05:37:01.173549 [ 3 ] {8a9c6276-beda-46a5-9bba-5732626f25ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2460 | 2024.07.13 05:37:01.173878 [ 3 ] {8a9c6276-beda-46a5-9bba-5732626f25ff} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2461 | 2024.07.13 05:37:01.174183 [ 3 ] {8a9c6276-beda-46a5-9bba-5732626f25ff} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2462 | 2024.07.13 05:37:01.174307 [ 3 ] {8a9c6276-beda-46a5-9bba-5732626f25ff} <Debug> executeQuery: Read 179 rows, 16.42 KiB in 0.00148 sec., 120945.94594594595 rows/sec., 10.84 MiB/sec. | ||
2463 | 2024.07.13 05:37:01.174587 [ 3 ] {8a9c6276-beda-46a5-9bba-5732626f25ff} <Debug> DynamicQueryHandler: Done processing query | ||
2464 | 2024.07.13 05:37:01.174613 [ 3 ] {8a9c6276-beda-46a5-9bba-5732626f25ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2465 | 2024.07.13 05:37:01.174629 [ 3 ] {} <Debug> HTTP-Session: 65e337f0-c16c-4805-9f75-a5aa88a6c6a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2466 | 2024.07.13 05:37:01.174860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 58195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2467 | 2024.07.13 05:37:01.174908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2468 | 2024.07.13 05:37:01.174928 [ 3 ] {} <Debug> HTTP-Session: 04d265b8-f391-4012-8b1b-b7f297091fc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2469 | 2024.07.13 05:37:01.174944 [ 3 ] {} <Debug> HTTP-Session: 04d265b8-f391-4012-8b1b-b7f297091fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2470 | 2024.07.13 05:37:01.174958 [ 3 ] {} <Debug> HTTP-Session: 04d265b8-f391-4012-8b1b-b7f297091fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2471 | 2024.07.13 05:37:01.174988 [ 3 ] {} <Trace> HTTP-Session: 04d265b8-f391-4012-8b1b-b7f297091fc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2472 | 2024.07.13 05:37:01.175176 [ 3 ] {1f4795f1-003c-4a00-ac62-d7be69912014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2473 | 2024.07.13 05:37:01.175220 [ 3 ] {1f4795f1-003c-4a00-ac62-d7be69912014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2474 | 2024.07.13 05:37:01.175359 [ 3 ] {1f4795f1-003c-4a00-ac62-d7be69912014} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2475 | 2024.07.13 05:37:01.175855 [ 3 ] {1f4795f1-003c-4a00-ac62-d7be69912014} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2476 | 2024.07.13 05:37:01.175890 [ 3 ] {1f4795f1-003c-4a00-ac62-d7be69912014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2477 | 2024.07.13 05:37:01.176202 [ 3 ] {1f4795f1-003c-4a00-ac62-d7be69912014} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2478 | 2024.07.13 05:37:01.176504 [ 3 ] {1f4795f1-003c-4a00-ac62-d7be69912014} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2479 | 2024.07.13 05:37:01.176627 [ 3 ] {1f4795f1-003c-4a00-ac62-d7be69912014} <Debug> executeQuery: Read 362 rows, 25.88 KiB in 0.00155 sec., 233548.3870967742 rows/sec., 16.30 MiB/sec. | ||
2480 | 2024.07.13 05:37:01.176900 [ 3 ] {1f4795f1-003c-4a00-ac62-d7be69912014} <Debug> DynamicQueryHandler: Done processing query | ||
2481 | 2024.07.13 05:37:01.176925 [ 3 ] {1f4795f1-003c-4a00-ac62-d7be69912014} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2482 | 2024.07.13 05:37:01.176941 [ 3 ] {} <Debug> HTTP-Session: 04d265b8-f391-4012-8b1b-b7f297091fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2483 | 2024.07.13 05:37:01.177125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2484 | 2024.07.13 05:37:01.177172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2485 | 2024.07.13 05:37:01.177192 [ 3 ] {} <Debug> HTTP-Session: 343bb788-8594-4299-b949-4ebd99d74c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2486 | 2024.07.13 05:37:01.177208 [ 3 ] {} <Debug> HTTP-Session: 343bb788-8594-4299-b949-4ebd99d74c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2487 | 2024.07.13 05:37:01.177221 [ 3 ] {} <Debug> HTTP-Session: 343bb788-8594-4299-b949-4ebd99d74c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2488 | 2024.07.13 05:37:01.177253 [ 3 ] {} <Trace> HTTP-Session: 343bb788-8594-4299-b949-4ebd99d74c4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2489 | 2024.07.13 05:37:01.177348 [ 3 ] {d6e9abf0-786f-4eda-9f8c-250da7a3cb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2490 | 2024.07.13 05:37:01.177394 [ 3 ] {d6e9abf0-786f-4eda-9f8c-250da7a3cb00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2491 | 2024.07.13 05:37:01.177538 [ 3 ] {d6e9abf0-786f-4eda-9f8c-250da7a3cb00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2492 | 2024.07.13 05:37:01.177801 [ 3 ] {d6e9abf0-786f-4eda-9f8c-250da7a3cb00} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2493 | 2024.07.13 05:37:01.177836 [ 3 ] {d6e9abf0-786f-4eda-9f8c-250da7a3cb00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2494 | 2024.07.13 05:37:01.178192 [ 3 ] {d6e9abf0-786f-4eda-9f8c-250da7a3cb00} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2495 | 2024.07.13 05:37:01.178517 [ 3 ] {d6e9abf0-786f-4eda-9f8c-250da7a3cb00} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2496 | 2024.07.13 05:37:01.178681 [ 3 ] {d6e9abf0-786f-4eda-9f8c-250da7a3cb00} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 191.54 KiB/sec. | ||
2497 | 2024.07.13 05:37:01.179111 [ 3 ] {d6e9abf0-786f-4eda-9f8c-250da7a3cb00} <Debug> DynamicQueryHandler: Done processing query | ||
2498 | 2024.07.13 05:37:01.179136 [ 3 ] {d6e9abf0-786f-4eda-9f8c-250da7a3cb00} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2499 | 2024.07.13 05:37:01.179153 [ 3 ] {} <Debug> HTTP-Session: 343bb788-8594-4299-b949-4ebd99d74c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2500 | 2024.07.13 05:37:01.179290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2501 | 2024.07.13 05:37:01.179339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2502 | 2024.07.13 05:37:01.179358 [ 3 ] {} <Debug> HTTP-Session: d24b8e90-62e5-4dc9-a223-150eb7dca125 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2503 | 2024.07.13 05:37:01.179374 [ 3 ] {} <Debug> HTTP-Session: d24b8e90-62e5-4dc9-a223-150eb7dca125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2504 | 2024.07.13 05:37:01.179388 [ 3 ] {} <Debug> HTTP-Session: d24b8e90-62e5-4dc9-a223-150eb7dca125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2505 | 2024.07.13 05:37:01.179418 [ 3 ] {} <Trace> HTTP-Session: d24b8e90-62e5-4dc9-a223-150eb7dca125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2506 | 2024.07.13 05:37:01.179552 [ 3 ] {2a6bb952-6497-4549-9d9f-bd7bb133caca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2507 | 2024.07.13 05:37:01.179600 [ 3 ] {2a6bb952-6497-4549-9d9f-bd7bb133caca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2508 | 2024.07.13 05:37:01.179765 [ 3 ] {2a6bb952-6497-4549-9d9f-bd7bb133caca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2509 | 2024.07.13 05:37:01.180098 [ 3 ] {2a6bb952-6497-4549-9d9f-bd7bb133caca} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2510 | 2024.07.13 05:37:01.180134 [ 3 ] {2a6bb952-6497-4549-9d9f-bd7bb133caca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2511 | 2024.07.13 05:37:01.180498 [ 3 ] {2a6bb952-6497-4549-9d9f-bd7bb133caca} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2512 | 2024.07.13 05:37:01.180833 [ 3 ] {2a6bb952-6497-4549-9d9f-bd7bb133caca} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2513 | 2024.07.13 05:37:01.181000 [ 3 ] {2a6bb952-6497-4549-9d9f-bd7bb133caca} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001499 sec., 51367.578385590394 rows/sec., 3.16 MiB/sec. | ||
2514 | 2024.07.13 05:37:01.181282 [ 3 ] {2a6bb952-6497-4549-9d9f-bd7bb133caca} <Debug> DynamicQueryHandler: Done processing query | ||
2515 | 2024.07.13 05:37:01.181307 [ 3 ] {2a6bb952-6497-4549-9d9f-bd7bb133caca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2516 | 2024.07.13 05:37:01.181322 [ 3 ] {} <Debug> HTTP-Session: d24b8e90-62e5-4dc9-a223-150eb7dca125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2517 | 2024.07.13 05:37:01.181471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2518 | 2024.07.13 05:37:01.181520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2519 | 2024.07.13 05:37:01.181540 [ 3 ] {} <Debug> HTTP-Session: 30929f5c-6b63-4854-a4cf-be656fbec3bb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2520 | 2024.07.13 05:37:01.181555 [ 3 ] {} <Debug> HTTP-Session: 30929f5c-6b63-4854-a4cf-be656fbec3bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2521 | 2024.07.13 05:37:01.181570 [ 3 ] {} <Debug> HTTP-Session: 30929f5c-6b63-4854-a4cf-be656fbec3bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2522 | 2024.07.13 05:37:01.181600 [ 3 ] {} <Trace> HTTP-Session: 30929f5c-6b63-4854-a4cf-be656fbec3bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2523 | 2024.07.13 05:37:01.181747 [ 3 ] {bc6fcb44-70ef-4931-9338-59abddbe0cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2524 | 2024.07.13 05:37:01.181792 [ 3 ] {bc6fcb44-70ef-4931-9338-59abddbe0cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2525 | 2024.07.13 05:37:01.181948 [ 3 ] {bc6fcb44-70ef-4931-9338-59abddbe0cdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2526 | 2024.07.13 05:37:01.182300 [ 3 ] {bc6fcb44-70ef-4931-9338-59abddbe0cdf} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2527 | 2024.07.13 05:37:01.182335 [ 3 ] {bc6fcb44-70ef-4931-9338-59abddbe0cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2528 | 2024.07.13 05:37:01.182693 [ 3 ] {bc6fcb44-70ef-4931-9338-59abddbe0cdf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2529 | 2024.07.13 05:37:01.183021 [ 3 ] {bc6fcb44-70ef-4931-9338-59abddbe0cdf} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2530 | 2024.07.13 05:37:01.183176 [ 3 ] {bc6fcb44-70ef-4931-9338-59abddbe0cdf} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001493 sec., 66979.23643670462 rows/sec., 4.64 MiB/sec. | ||
2531 | 2024.07.13 05:37:01.183460 [ 3 ] {bc6fcb44-70ef-4931-9338-59abddbe0cdf} <Debug> DynamicQueryHandler: Done processing query | ||
2532 | 2024.07.13 05:37:01.183485 [ 3 ] {bc6fcb44-70ef-4931-9338-59abddbe0cdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2533 | 2024.07.13 05:37:01.183501 [ 3 ] {} <Debug> HTTP-Session: 30929f5c-6b63-4854-a4cf-be656fbec3bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2534 | 2024.07.13 05:37:01.183643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 25303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2535 | 2024.07.13 05:37:01.183691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2536 | 2024.07.13 05:37:01.183710 [ 3 ] {} <Debug> HTTP-Session: 32fd111a-6404-41ef-8057-792c2588031b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2537 | 2024.07.13 05:37:01.183726 [ 3 ] {} <Debug> HTTP-Session: 32fd111a-6404-41ef-8057-792c2588031b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2538 | 2024.07.13 05:37:01.183740 [ 3 ] {} <Debug> HTTP-Session: 32fd111a-6404-41ef-8057-792c2588031b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2539 | 2024.07.13 05:37:01.183770 [ 3 ] {} <Trace> HTTP-Session: 32fd111a-6404-41ef-8057-792c2588031b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2540 | 2024.07.13 05:37:01.183957 [ 3 ] {006cfb5a-1e9c-41b9-8b74-715f302abc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2541 | 2024.07.13 05:37:01.184024 [ 3 ] {006cfb5a-1e9c-41b9-8b74-715f302abc43} <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 | ||
2542 | 2024.07.13 05:37:01.184444 [ 3 ] {006cfb5a-1e9c-41b9-8b74-715f302abc43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2543 | 2024.07.13 05:37:01.185027 [ 3 ] {006cfb5a-1e9c-41b9-8b74-715f302abc43} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2544 | 2024.07.13 05:37:01.185062 [ 3 ] {006cfb5a-1e9c-41b9-8b74-715f302abc43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2545 | 2024.07.13 05:37:01.185637 [ 3 ] {006cfb5a-1e9c-41b9-8b74-715f302abc43} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2546 | 2024.07.13 05:37:01.186032 [ 3 ] {006cfb5a-1e9c-41b9-8b74-715f302abc43} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2547 | 2024.07.13 05:37:01.186242 [ 3 ] {006cfb5a-1e9c-41b9-8b74-715f302abc43} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002387 sec., 6702.974444909929 rows/sec., 12.01 MiB/sec. | ||
2548 | 2024.07.13 05:37:01.186590 [ 3 ] {006cfb5a-1e9c-41b9-8b74-715f302abc43} <Debug> DynamicQueryHandler: Done processing query | ||
2549 | 2024.07.13 05:37:01.186615 [ 3 ] {006cfb5a-1e9c-41b9-8b74-715f302abc43} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
2550 | 2024.07.13 05:37:01.186631 [ 3 ] {} <Debug> HTTP-Session: 32fd111a-6404-41ef-8057-792c2588031b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2551 | 2024.07.13 05:37:01.186756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2552 | 2024.07.13 05:37:01.186804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2553 | 2024.07.13 05:37:01.186823 [ 3 ] {} <Debug> HTTP-Session: 9d83ad6d-f7a6-44cd-bbbb-9645fc7a2f07 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2554 | 2024.07.13 05:37:01.186840 [ 3 ] {} <Debug> HTTP-Session: 9d83ad6d-f7a6-44cd-bbbb-9645fc7a2f07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2555 | 2024.07.13 05:37:01.186853 [ 3 ] {} <Debug> HTTP-Session: 9d83ad6d-f7a6-44cd-bbbb-9645fc7a2f07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2556 | 2024.07.13 05:37:01.186884 [ 3 ] {} <Trace> HTTP-Session: 9d83ad6d-f7a6-44cd-bbbb-9645fc7a2f07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2557 | 2024.07.13 05:37:01.186986 [ 3 ] {3043576c-cbbf-4a5d-890d-407da9ed6f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2558 | 2024.07.13 05:37:01.187030 [ 3 ] {3043576c-cbbf-4a5d-890d-407da9ed6f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2559 | 2024.07.13 05:37:01.187155 [ 3 ] {3043576c-cbbf-4a5d-890d-407da9ed6f79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2560 | 2024.07.13 05:37:01.187412 [ 3 ] {3043576c-cbbf-4a5d-890d-407da9ed6f79} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2561 | 2024.07.13 05:37:01.187447 [ 3 ] {3043576c-cbbf-4a5d-890d-407da9ed6f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2562 | 2024.07.13 05:37:01.187793 [ 3 ] {3043576c-cbbf-4a5d-890d-407da9ed6f79} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2563 | 2024.07.13 05:37:01.188110 [ 3 ] {3043576c-cbbf-4a5d-890d-407da9ed6f79} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2564 | 2024.07.13 05:37:01.188262 [ 3 ] {3043576c-cbbf-4a5d-890d-407da9ed6f79} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001297 sec., 17733.230531996916 rows/sec., 959.24 KiB/sec. | ||
2565 | 2024.07.13 05:37:01.188513 [ 3 ] {3043576c-cbbf-4a5d-890d-407da9ed6f79} <Debug> DynamicQueryHandler: Done processing query | ||
2566 | 2024.07.13 05:37:01.188538 [ 3 ] {3043576c-cbbf-4a5d-890d-407da9ed6f79} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2567 | 2024.07.13 05:37:01.188553 [ 3 ] {} <Debug> HTTP-Session: 9d83ad6d-f7a6-44cd-bbbb-9645fc7a2f07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2568 | 2024.07.13 05:37:01.188667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2569 | 2024.07.13 05:37:01.188716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2570 | 2024.07.13 05:37:01.188735 [ 3 ] {} <Debug> HTTP-Session: 4a8d315e-589a-42ad-9445-19d5924a6f11 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2571 | 2024.07.13 05:37:01.188751 [ 3 ] {} <Debug> HTTP-Session: 4a8d315e-589a-42ad-9445-19d5924a6f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2572 | 2024.07.13 05:37:01.188765 [ 3 ] {} <Debug> HTTP-Session: 4a8d315e-589a-42ad-9445-19d5924a6f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2573 | 2024.07.13 05:37:01.188795 [ 3 ] {} <Trace> HTTP-Session: 4a8d315e-589a-42ad-9445-19d5924a6f11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2574 | 2024.07.13 05:37:01.188900 [ 3 ] {294edb2c-53f7-466b-b375-ac14b963623f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2575 | 2024.07.13 05:37:01.188945 [ 3 ] {294edb2c-53f7-466b-b375-ac14b963623f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2576 | 2024.07.13 05:37:01.189088 [ 3 ] {294edb2c-53f7-466b-b375-ac14b963623f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2577 | 2024.07.13 05:37:01.189362 [ 3 ] {294edb2c-53f7-466b-b375-ac14b963623f} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2578 | 2024.07.13 05:37:01.189398 [ 3 ] {294edb2c-53f7-466b-b375-ac14b963623f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2579 | 2024.07.13 05:37:01.189743 [ 3 ] {294edb2c-53f7-466b-b375-ac14b963623f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2580 | 2024.07.13 05:37:01.190058 [ 3 ] {294edb2c-53f7-466b-b375-ac14b963623f} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2581 | 2024.07.13 05:37:01.190211 [ 3 ] {294edb2c-53f7-466b-b375-ac14b963623f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001333 sec., 22505.626406601652 rows/sec., 1.54 MiB/sec. | ||
2582 | 2024.07.13 05:37:01.190713 [ 3 ] {294edb2c-53f7-466b-b375-ac14b963623f} <Debug> DynamicQueryHandler: Done processing query | ||
2583 | 2024.07.13 05:37:01.190738 [ 3 ] {294edb2c-53f7-466b-b375-ac14b963623f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2584 | 2024.07.13 05:37:01.190754 [ 3 ] {} <Debug> HTTP-Session: 4a8d315e-589a-42ad-9445-19d5924a6f11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2585 | 2024.07.13 05:37:06.163624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2586 | 2024.07.13 05:37:06.163807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2587 | 2024.07.13 05:37:06.163853 [ 3 ] {} <Debug> HTTP-Session: 2f7e7859-b1d4-410a-a080-9c13c6e6f6f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2588 | 2024.07.13 05:37:06.163895 [ 3 ] {} <Debug> HTTP-Session: 2f7e7859-b1d4-410a-a080-9c13c6e6f6f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2589 | 2024.07.13 05:37:06.163924 [ 3 ] {} <Debug> HTTP-Session: 2f7e7859-b1d4-410a-a080-9c13c6e6f6f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2590 | 2024.07.13 05:37:06.164007 [ 3 ] {} <Trace> HTTP-Session: 2f7e7859-b1d4-410a-a080-9c13c6e6f6f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2591 | 2024.07.13 05:37:06.164195 [ 3 ] {dc78b9d2-2994-4e2a-bf5e-1760a917b63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2592 | 2024.07.13 05:37:06.164262 [ 3 ] {dc78b9d2-2994-4e2a-bf5e-1760a917b63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2593 | 2024.07.13 05:37:06.164456 [ 3 ] {dc78b9d2-2994-4e2a-bf5e-1760a917b63d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2594 | 2024.07.13 05:37:06.164893 [ 3 ] {dc78b9d2-2994-4e2a-bf5e-1760a917b63d} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2595 | 2024.07.13 05:37:06.164933 [ 3 ] {dc78b9d2-2994-4e2a-bf5e-1760a917b63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2596 | 2024.07.13 05:37:06.165305 [ 3 ] {dc78b9d2-2994-4e2a-bf5e-1760a917b63d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2597 | 2024.07.13 05:37:06.165630 [ 3 ] {dc78b9d2-2994-4e2a-bf5e-1760a917b63d} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2598 | 2024.07.13 05:37:06.165802 [ 3 ] {dc78b9d2-2994-4e2a-bf5e-1760a917b63d} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001665 sec., 15615.615615615616 rows/sec., 1.18 MiB/sec. | ||
2599 | 2024.07.13 05:37:06.165989 [ 3 ] {dc78b9d2-2994-4e2a-bf5e-1760a917b63d} <Debug> DynamicQueryHandler: Done processing query | ||
2600 | 2024.07.13 05:37:06.166016 [ 3 ] {dc78b9d2-2994-4e2a-bf5e-1760a917b63d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2601 | 2024.07.13 05:37:06.166033 [ 3 ] {} <Debug> HTTP-Session: 2f7e7859-b1d4-410a-a080-9c13c6e6f6f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2602 | 2024.07.13 05:37:06.166163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2603 | 2024.07.13 05:37:06.166212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2604 | 2024.07.13 05:37:06.166232 [ 3 ] {} <Debug> HTTP-Session: d99a03de-232a-430b-af03-c786e1101f77 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2605 | 2024.07.13 05:37:06.166249 [ 3 ] {} <Debug> HTTP-Session: d99a03de-232a-430b-af03-c786e1101f77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2606 | 2024.07.13 05:37:06.166264 [ 3 ] {} <Debug> HTTP-Session: d99a03de-232a-430b-af03-c786e1101f77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2607 | 2024.07.13 05:37:06.166294 [ 3 ] {} <Trace> HTTP-Session: d99a03de-232a-430b-af03-c786e1101f77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2608 | 2024.07.13 05:37:06.166399 [ 3 ] {c6a70ca8-4734-4a6d-aa52-e498a2367007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2609 | 2024.07.13 05:37:06.166441 [ 3 ] {c6a70ca8-4734-4a6d-aa52-e498a2367007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2610 | 2024.07.13 05:37:06.166568 [ 3 ] {c6a70ca8-4734-4a6d-aa52-e498a2367007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2611 | 2024.07.13 05:37:06.166878 [ 3 ] {c6a70ca8-4734-4a6d-aa52-e498a2367007} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2612 | 2024.07.13 05:37:06.166914 [ 3 ] {c6a70ca8-4734-4a6d-aa52-e498a2367007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2613 | 2024.07.13 05:37:06.167221 [ 3 ] {c6a70ca8-4734-4a6d-aa52-e498a2367007} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2614 | 2024.07.13 05:37:06.167530 [ 3 ] {c6a70ca8-4734-4a6d-aa52-e498a2367007} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2615 | 2024.07.13 05:37:06.167659 [ 3 ] {c6a70ca8-4734-4a6d-aa52-e498a2367007} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001286 sec., 21772.939346811818 rows/sec., 1.70 MiB/sec. | ||
2616 | 2024.07.13 05:37:06.167861 [ 3 ] {c6a70ca8-4734-4a6d-aa52-e498a2367007} <Debug> DynamicQueryHandler: Done processing query | ||
2617 | 2024.07.13 05:37:06.167885 [ 3 ] {c6a70ca8-4734-4a6d-aa52-e498a2367007} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2618 | 2024.07.13 05:37:06.167901 [ 3 ] {} <Debug> HTTP-Session: d99a03de-232a-430b-af03-c786e1101f77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2619 | 2024.07.13 05:37:06.168036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2620 | 2024.07.13 05:37:06.168085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2621 | 2024.07.13 05:37:06.168105 [ 3 ] {} <Debug> HTTP-Session: 8712bdcc-a72a-4e92-9998-557ab713479b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2622 | 2024.07.13 05:37:06.168122 [ 3 ] {} <Debug> HTTP-Session: 8712bdcc-a72a-4e92-9998-557ab713479b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2623 | 2024.07.13 05:37:06.168136 [ 3 ] {} <Debug> HTTP-Session: 8712bdcc-a72a-4e92-9998-557ab713479b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2624 | 2024.07.13 05:37:06.168167 [ 3 ] {} <Trace> HTTP-Session: 8712bdcc-a72a-4e92-9998-557ab713479b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2625 | 2024.07.13 05:37:06.168301 [ 3 ] {1413c5b8-65cd-456b-b769-92be45a689fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2626 | 2024.07.13 05:37:06.168349 [ 3 ] {1413c5b8-65cd-456b-b769-92be45a689fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2627 | 2024.07.13 05:37:06.168503 [ 3 ] {1413c5b8-65cd-456b-b769-92be45a689fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2628 | 2024.07.13 05:37:06.168821 [ 3 ] {1413c5b8-65cd-456b-b769-92be45a689fa} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2629 | 2024.07.13 05:37:06.168856 [ 3 ] {1413c5b8-65cd-456b-b769-92be45a689fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2630 | 2024.07.13 05:37:06.169238 [ 3 ] {1413c5b8-65cd-456b-b769-92be45a689fa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2631 | 2024.07.13 05:37:06.169570 [ 3 ] {1413c5b8-65cd-456b-b769-92be45a689fa} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2632 | 2024.07.13 05:37:06.169733 [ 3 ] {1413c5b8-65cd-456b-b769-92be45a689fa} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001486 sec., 67294.75100942126 rows/sec., 4.67 MiB/sec. | ||
2633 | 2024.07.13 05:37:06.169893 [ 3 ] {1413c5b8-65cd-456b-b769-92be45a689fa} <Debug> DynamicQueryHandler: Done processing query | ||
2634 | 2024.07.13 05:37:06.169918 [ 3 ] {1413c5b8-65cd-456b-b769-92be45a689fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2635 | 2024.07.13 05:37:06.169934 [ 3 ] {} <Debug> HTTP-Session: 8712bdcc-a72a-4e92-9998-557ab713479b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2636 | 2024.07.13 05:37:06.170052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2637 | 2024.07.13 05:37:06.170099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2638 | 2024.07.13 05:37:06.170120 [ 3 ] {} <Debug> HTTP-Session: 7cc3bf8b-e119-4779-8a45-cd59a20b4c43 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2639 | 2024.07.13 05:37:06.170137 [ 3 ] {} <Debug> HTTP-Session: 7cc3bf8b-e119-4779-8a45-cd59a20b4c43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2640 | 2024.07.13 05:37:06.170151 [ 3 ] {} <Debug> HTTP-Session: 7cc3bf8b-e119-4779-8a45-cd59a20b4c43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2641 | 2024.07.13 05:37:06.170182 [ 3 ] {} <Trace> HTTP-Session: 7cc3bf8b-e119-4779-8a45-cd59a20b4c43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2642 | 2024.07.13 05:37:06.170285 [ 3 ] {914783ea-f5be-4502-9520-551e59a3afd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2643 | 2024.07.13 05:37:06.170329 [ 3 ] {914783ea-f5be-4502-9520-551e59a3afd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2644 | 2024.07.13 05:37:06.170454 [ 3 ] {914783ea-f5be-4502-9520-551e59a3afd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2645 | 2024.07.13 05:37:06.170725 [ 3 ] {914783ea-f5be-4502-9520-551e59a3afd6} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2646 | 2024.07.13 05:37:06.170762 [ 3 ] {914783ea-f5be-4502-9520-551e59a3afd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2647 | 2024.07.13 05:37:06.171121 [ 3 ] {914783ea-f5be-4502-9520-551e59a3afd6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2648 | 2024.07.13 05:37:06.171443 [ 3 ] {914783ea-f5be-4502-9520-551e59a3afd6} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2649 | 2024.07.13 05:37:06.171596 [ 3 ] {914783ea-f5be-4502-9520-551e59a3afd6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001338 sec., 22421.52466367713 rows/sec., 1.54 MiB/sec. | ||
2650 | 2024.07.13 05:37:06.171764 [ 3 ] {914783ea-f5be-4502-9520-551e59a3afd6} <Debug> DynamicQueryHandler: Done processing query | ||
2651 | 2024.07.13 05:37:06.171789 [ 3 ] {914783ea-f5be-4502-9520-551e59a3afd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2652 | 2024.07.13 05:37:06.171804 [ 3 ] {} <Debug> HTTP-Session: 7cc3bf8b-e119-4779-8a45-cd59a20b4c43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2653 | 2024.07.13 05:37:11.167124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2654 | 2024.07.13 05:37:11.167252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2655 | 2024.07.13 05:37:11.167280 [ 3 ] {} <Debug> HTTP-Session: 13e06184-50af-475f-a38e-1d2930b61cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2656 | 2024.07.13 05:37:11.167304 [ 3 ] {} <Debug> HTTP-Session: 13e06184-50af-475f-a38e-1d2930b61cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2657 | 2024.07.13 05:37:11.167319 [ 3 ] {} <Debug> HTTP-Session: 13e06184-50af-475f-a38e-1d2930b61cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2658 | 2024.07.13 05:37:11.167371 [ 3 ] {} <Trace> HTTP-Session: 13e06184-50af-475f-a38e-1d2930b61cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2659 | 2024.07.13 05:37:11.167617 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
2660 | 2024.07.13 05:37:11.168032 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2661 | 2024.07.13 05:37:11.168084 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <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', '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 | ||
2662 | 2024.07.13 05:37:11.168448 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2663 | 2024.07.13 05:37:11.168533 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2664 | 2024.07.13 05:37:11.168707 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2665 | 2024.07.13 05:37:11.168896 [ 260 ] {6319efdc-5c03-4435-ae65-f46991871819} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2666 | 2024.07.13 05:37:11.168943 [ 266 ] {6319efdc-5c03-4435-ae65-f46991871819} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2667 | 2024.07.13 05:37:11.168959 [ 261 ] {6319efdc-5c03-4435-ae65-f46991871819} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2668 | 2024.07.13 05:37:11.168965 [ 265 ] {6319efdc-5c03-4435-ae65-f46991871819} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2669 | 2024.07.13 05:37:11.169160 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2670 | 2024.07.13 05:37:11.169193 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2671 | 2024.07.13 05:37:11.169327 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2672 | 2024.07.13 05:37:11.169352 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2673 | 2024.07.13 05:37:11.169396 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <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', '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'))" | ||
2674 | 2024.07.13 05:37:11.169445 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <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', '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'))" | ||
2675 | 2024.07.13 05:37:11.169485 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <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', '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'))" | ||
2676 | 2024.07.13 05:37:11.169526 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <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', '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'))" | ||
2677 | 2024.07.13 05:37:11.171746 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.004244 sec., 8482.563619227143 rows/sec., 318.00 KiB/sec. | ||
2678 | 2024.07.13 05:37:11.172168 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Debug> DynamicQueryHandler: Done processing query | ||
2679 | 2024.07.13 05:37:11.172195 [ 3 ] {6319efdc-5c03-4435-ae65-f46991871819} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2680 | 2024.07.13 05:37:11.172214 [ 3 ] {} <Debug> HTTP-Session: 13e06184-50af-475f-a38e-1d2930b61cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2681 | 2024.07.13 05:37:11.172586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2682 | 2024.07.13 05:37:11.172642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2683 | 2024.07.13 05:37:11.172664 [ 3 ] {} <Debug> HTTP-Session: 2de5cfbb-f7a8-4393-87e8-8aefc6aaa2cb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2684 | 2024.07.13 05:37:11.172682 [ 3 ] {} <Debug> HTTP-Session: 2de5cfbb-f7a8-4393-87e8-8aefc6aaa2cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2685 | 2024.07.13 05:37:11.172698 [ 3 ] {} <Debug> HTTP-Session: 2de5cfbb-f7a8-4393-87e8-8aefc6aaa2cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2686 | 2024.07.13 05:37:11.172736 [ 3 ] {} <Trace> HTTP-Session: 2de5cfbb-f7a8-4393-87e8-8aefc6aaa2cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2687 | 2024.07.13 05:37:11.172907 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
2688 | 2024.07.13 05:37:11.173215 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2689 | 2024.07.13 05:37:11.173264 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <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', '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 | ||
2690 | 2024.07.13 05:37:11.173579 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2691 | 2024.07.13 05:37:11.173646 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2692 | 2024.07.13 05:37:11.173788 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2693 | 2024.07.13 05:37:11.173956 [ 268 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2694 | 2024.07.13 05:37:11.173959 [ 262 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2695 | 2024.07.13 05:37:11.173977 [ 263 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2696 | 2024.07.13 05:37:11.174000 [ 267 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2697 | 2024.07.13 05:37:11.174137 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2698 | 2024.07.13 05:37:11.174169 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2699 | 2024.07.13 05:37:11.174292 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2700 | 2024.07.13 05:37:11.174316 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2701 | 2024.07.13 05:37:11.174356 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <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', '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'))" | ||
2702 | 2024.07.13 05:37:11.174401 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <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', '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'))" | ||
2703 | 2024.07.13 05:37:11.174442 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <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', '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'))" | ||
2704 | 2024.07.13 05:37:11.174478 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <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', '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'))" | ||
2705 | 2024.07.13 05:37:11.176611 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.003788 sec., 9503.695881731785 rows/sec., 356.29 KiB/sec. | ||
2706 | 2024.07.13 05:37:11.177035 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Debug> DynamicQueryHandler: Done processing query | ||
2707 | 2024.07.13 05:37:11.177066 [ 3 ] {478f16e9-26dc-4794-8ce6-828d799ac226} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2708 | 2024.07.13 05:37:11.177091 [ 3 ] {} <Debug> HTTP-Session: 2de5cfbb-f7a8-4393-87e8-8aefc6aaa2cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2709 | 2024.07.13 05:37:11.177336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2710 | 2024.07.13 05:37:11.177388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2711 | 2024.07.13 05:37:11.177410 [ 3 ] {} <Debug> HTTP-Session: 853f7d86-f700-4dc6-a151-d01bffd200d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2712 | 2024.07.13 05:37:11.177427 [ 3 ] {} <Debug> HTTP-Session: 853f7d86-f700-4dc6-a151-d01bffd200d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2713 | 2024.07.13 05:37:11.177442 [ 3 ] {} <Debug> HTTP-Session: 853f7d86-f700-4dc6-a151-d01bffd200d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2714 | 2024.07.13 05:37:11.177476 [ 3 ] {} <Trace> HTTP-Session: 853f7d86-f700-4dc6-a151-d01bffd200d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2715 | 2024.07.13 05:37:11.177640 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
2716 | 2024.07.13 05:37:11.177954 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2717 | 2024.07.13 05:37:11.178003 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <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', '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 | ||
2718 | 2024.07.13 05:37:11.178321 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2719 | 2024.07.13 05:37:11.178386 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2720 | 2024.07.13 05:37:11.178524 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2721 | 2024.07.13 05:37:11.178681 [ 262 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2722 | 2024.07.13 05:37:11.178685 [ 266 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2723 | 2024.07.13 05:37:11.178725 [ 260 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2724 | 2024.07.13 05:37:11.178777 [ 261 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2725 | 2024.07.13 05:37:11.178887 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2726 | 2024.07.13 05:37:11.178917 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2727 | 2024.07.13 05:37:11.179038 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2728 | 2024.07.13 05:37:11.179061 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2729 | 2024.07.13 05:37:11.179103 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <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', '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'))" | ||
2730 | 2024.07.13 05:37:11.179147 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <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', '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'))" | ||
2731 | 2024.07.13 05:37:11.179186 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <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', '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'))" | ||
2732 | 2024.07.13 05:37:11.179231 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <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', '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'))" | ||
2733 | 2024.07.13 05:37:11.181325 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.003769 sec., 9551.605200318387 rows/sec., 358.08 KiB/sec. | ||
2734 | 2024.07.13 05:37:11.181711 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Debug> DynamicQueryHandler: Done processing query | ||
2735 | 2024.07.13 05:37:11.181736 [ 3 ] {2d9ee441-f420-4fca-b559-7c308992293d} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2736 | 2024.07.13 05:37:11.181753 [ 3 ] {} <Debug> HTTP-Session: 853f7d86-f700-4dc6-a151-d01bffd200d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2737 | 2024.07.13 05:37:11.181993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2738 | 2024.07.13 05:37:11.182051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2739 | 2024.07.13 05:37:11.182072 [ 3 ] {} <Debug> HTTP-Session: b82f152e-2045-4cfd-a4c4-9ebd4efa731e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2740 | 2024.07.13 05:37:11.182090 [ 3 ] {} <Debug> HTTP-Session: b82f152e-2045-4cfd-a4c4-9ebd4efa731e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2741 | 2024.07.13 05:37:11.182106 [ 3 ] {} <Debug> HTTP-Session: b82f152e-2045-4cfd-a4c4-9ebd4efa731e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2742 | 2024.07.13 05:37:11.182138 [ 3 ] {} <Trace> HTTP-Session: b82f152e-2045-4cfd-a4c4-9ebd4efa731e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2743 | 2024.07.13 05:37:11.182298 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) 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', '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) | ||
2744 | 2024.07.13 05:37:11.182593 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2745 | 2024.07.13 05:37:11.182642 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <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', '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 | ||
2746 | 2024.07.13 05:37:11.182965 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2747 | 2024.07.13 05:37:11.183032 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2748 | 2024.07.13 05:37:11.183172 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2749 | 2024.07.13 05:37:11.183312 [ 268 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2750 | 2024.07.13 05:37:11.183336 [ 262 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2751 | 2024.07.13 05:37:11.183356 [ 263 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2752 | 2024.07.13 05:37:11.183422 [ 265 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2753 | 2024.07.13 05:37:11.183523 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2754 | 2024.07.13 05:37:11.183554 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2755 | 2024.07.13 05:37:11.183674 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2756 | 2024.07.13 05:37:11.183696 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2757 | 2024.07.13 05:37:11.183736 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <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', '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'))" | ||
2758 | 2024.07.13 05:37:11.183779 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <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', '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'))" | ||
2759 | 2024.07.13 05:37:11.183816 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <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', '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'))" | ||
2760 | 2024.07.13 05:37:11.183851 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <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', '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'))" | ||
2761 | 2024.07.13 05:37:11.186012 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.003795 sec., 9486.166007905138 rows/sec., 355.63 KiB/sec. | ||
2762 | 2024.07.13 05:37:11.186432 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Debug> DynamicQueryHandler: Done processing query | ||
2763 | 2024.07.13 05:37:11.186463 [ 3 ] {2b26a5e2-315d-4b4e-952d-0d8990a6bb70} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2764 | 2024.07.13 05:37:11.186484 [ 3 ] {} <Debug> HTTP-Session: b82f152e-2045-4cfd-a4c4-9ebd4efa731e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2765 | 2024.07.13 05:37:11.188759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2766 | 2024.07.13 05:37:11.188809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2767 | 2024.07.13 05:37:11.188831 [ 3 ] {} <Debug> HTTP-Session: b3245d71-ad85-46a0-ab21-4a8fc51f8aae Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2768 | 2024.07.13 05:37:11.188848 [ 3 ] {} <Debug> HTTP-Session: b3245d71-ad85-46a0-ab21-4a8fc51f8aae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2769 | 2024.07.13 05:37:11.188863 [ 3 ] {} <Debug> HTTP-Session: b3245d71-ad85-46a0-ab21-4a8fc51f8aae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2770 | 2024.07.13 05:37:11.188896 [ 3 ] {} <Trace> HTTP-Session: b3245d71-ad85-46a0-ab21-4a8fc51f8aae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2771 | 2024.07.13 05:37:11.189011 [ 3 ] {7f1bd5bf-1c22-4b1c-8c04-670a42604a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2772 | 2024.07.13 05:37:11.189065 [ 3 ] {7f1bd5bf-1c22-4b1c-8c04-670a42604a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2773 | 2024.07.13 05:37:11.189235 [ 3 ] {7f1bd5bf-1c22-4b1c-8c04-670a42604a68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2774 | 2024.07.13 05:37:11.189581 [ 3 ] {7f1bd5bf-1c22-4b1c-8c04-670a42604a68} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2775 | 2024.07.13 05:37:11.189616 [ 3 ] {7f1bd5bf-1c22-4b1c-8c04-670a42604a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2776 | 2024.07.13 05:37:11.190106 [ 3 ] {7f1bd5bf-1c22-4b1c-8c04-670a42604a68} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2777 | 2024.07.13 05:37:11.190446 [ 3 ] {7f1bd5bf-1c22-4b1c-8c04-670a42604a68} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2778 | 2024.07.13 05:37:11.190594 [ 3 ] {7f1bd5bf-1c22-4b1c-8c04-670a42604a68} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001623 sec., 2464.5717806531115 rows/sec., 313.49 KiB/sec. | ||
2779 | 2024.07.13 05:37:11.190883 [ 3 ] {7f1bd5bf-1c22-4b1c-8c04-670a42604a68} <Debug> DynamicQueryHandler: Done processing query | ||
2780 | 2024.07.13 05:37:11.190910 [ 3 ] {7f1bd5bf-1c22-4b1c-8c04-670a42604a68} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2781 | 2024.07.13 05:37:11.190927 [ 3 ] {} <Debug> HTTP-Session: b3245d71-ad85-46a0-ab21-4a8fc51f8aae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2782 | 2024.07.13 05:37:11.191061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2783 | 2024.07.13 05:37:11.191113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2784 | 2024.07.13 05:37:11.191137 [ 3 ] {} <Debug> HTTP-Session: 3fd85f9c-efa8-4990-a91f-c4067538bdb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2785 | 2024.07.13 05:37:11.191154 [ 3 ] {} <Debug> HTTP-Session: 3fd85f9c-efa8-4990-a91f-c4067538bdb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2786 | 2024.07.13 05:37:11.191170 [ 3 ] {} <Debug> HTTP-Session: 3fd85f9c-efa8-4990-a91f-c4067538bdb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2787 | 2024.07.13 05:37:11.191201 [ 3 ] {} <Trace> HTTP-Session: 3fd85f9c-efa8-4990-a91f-c4067538bdb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2788 | 2024.07.13 05:37:11.191310 [ 3 ] {fa7fd4ba-edf4-449c-8d97-8f3520afb7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2789 | 2024.07.13 05:37:11.191356 [ 3 ] {fa7fd4ba-edf4-449c-8d97-8f3520afb7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2790 | 2024.07.13 05:37:11.191500 [ 3 ] {fa7fd4ba-edf4-449c-8d97-8f3520afb7fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2791 | 2024.07.13 05:37:11.191798 [ 3 ] {fa7fd4ba-edf4-449c-8d97-8f3520afb7fa} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2792 | 2024.07.13 05:37:11.191835 [ 3 ] {fa7fd4ba-edf4-449c-8d97-8f3520afb7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2793 | 2024.07.13 05:37:11.192145 [ 3 ] {fa7fd4ba-edf4-449c-8d97-8f3520afb7fa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2794 | 2024.07.13 05:37:11.192464 [ 3 ] {fa7fd4ba-edf4-449c-8d97-8f3520afb7fa} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2795 | 2024.07.13 05:37:11.192588 [ 3 ] {fa7fd4ba-edf4-449c-8d97-8f3520afb7fa} <Debug> executeQuery: Read 22 rows, 1.64 KiB in 0.001311 sec., 16781.083142639207 rows/sec., 1.22 MiB/sec. | ||
2796 | 2024.07.13 05:37:11.192865 [ 3 ] {fa7fd4ba-edf4-449c-8d97-8f3520afb7fa} <Debug> DynamicQueryHandler: Done processing query | ||
2797 | 2024.07.13 05:37:11.192889 [ 3 ] {fa7fd4ba-edf4-449c-8d97-8f3520afb7fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2798 | 2024.07.13 05:37:11.192905 [ 3 ] {} <Debug> HTTP-Session: 3fd85f9c-efa8-4990-a91f-c4067538bdb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2799 | 2024.07.13 05:37:11.193076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 27906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2800 | 2024.07.13 05:37:11.193125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2801 | 2024.07.13 05:37:11.193146 [ 3 ] {} <Debug> HTTP-Session: f8786fe3-f8ad-434e-b9b8-4fbb3a52f3ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2802 | 2024.07.13 05:37:11.193162 [ 3 ] {} <Debug> HTTP-Session: f8786fe3-f8ad-434e-b9b8-4fbb3a52f3ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2803 | 2024.07.13 05:37:11.193176 [ 3 ] {} <Debug> HTTP-Session: f8786fe3-f8ad-434e-b9b8-4fbb3a52f3ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2804 | 2024.07.13 05:37:11.193207 [ 3 ] {} <Trace> HTTP-Session: f8786fe3-f8ad-434e-b9b8-4fbb3a52f3ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2805 | 2024.07.13 05:37:11.193355 [ 3 ] {758aa939-3201-4eda-b7a1-0ec8d1e355c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2806 | 2024.07.13 05:37:11.193399 [ 3 ] {758aa939-3201-4eda-b7a1-0ec8d1e355c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2807 | 2024.07.13 05:37:11.193538 [ 3 ] {758aa939-3201-4eda-b7a1-0ec8d1e355c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2808 | 2024.07.13 05:37:11.193947 [ 3 ] {758aa939-3201-4eda-b7a1-0ec8d1e355c7} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2809 | 2024.07.13 05:37:11.193984 [ 3 ] {758aa939-3201-4eda-b7a1-0ec8d1e355c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2810 | 2024.07.13 05:37:11.194306 [ 3 ] {758aa939-3201-4eda-b7a1-0ec8d1e355c7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2811 | 2024.07.13 05:37:11.194618 [ 3 ] {758aa939-3201-4eda-b7a1-0ec8d1e355c7} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2812 | 2024.07.13 05:37:11.194735 [ 65 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2813 | 2024.07.13 05:37:11.194744 [ 3 ] {758aa939-3201-4eda-b7a1-0ec8d1e355c7} <Debug> executeQuery: Read 183 rows, 16.76 KiB in 0.001458 sec., 125514.40329218106 rows/sec., 11.23 MiB/sec. | ||
2814 | 2024.07.13 05:37:11.194773 [ 65 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2815 | 2024.07.13 05:37:11.194805 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2816 | 2024.07.13 05:37:11.194976 [ 3 ] {758aa939-3201-4eda-b7a1-0ec8d1e355c7} <Debug> DynamicQueryHandler: Done processing query | ||
2817 | 2024.07.13 05:37:11.194976 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
2818 | 2024.07.13 05:37:11.195012 [ 3 ] {758aa939-3201-4eda-b7a1-0ec8d1e355c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2819 | 2024.07.13 05:37:11.195064 [ 3 ] {} <Debug> HTTP-Session: f8786fe3-f8ad-434e-b9b8-4fbb3a52f3ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2820 | 2024.07.13 05:37:11.195185 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2821 | 2024.07.13 05:37:11.195221 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 179 rows starting from the beginning of the part | ||
2822 | 2024.07.13 05:37:11.195314 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 215 rows starting from the beginning of the part | ||
2823 | 2024.07.13 05:37:11.195433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 59551, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2824 | 2024.07.13 05:37:11.195579 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
2825 | 2024.07.13 05:37:11.195599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2826 | 2024.07.13 05:37:11.195677 [ 3 ] {} <Debug> HTTP-Session: 656c8630-fa96-4765-bc61-d4e4b775d95c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2827 | 2024.07.13 05:37:11.195784 [ 3 ] {} <Debug> HTTP-Session: 656c8630-fa96-4765-bc61-d4e4b775d95c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2828 | 2024.07.13 05:37:11.195865 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 179 rows starting from the beginning of the part | ||
2829 | 2024.07.13 05:37:11.195892 [ 3 ] {} <Debug> HTTP-Session: 656c8630-fa96-4765-bc61-d4e4b775d95c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2830 | 2024.07.13 05:37:11.196067 [ 3 ] {} <Trace> HTTP-Session: 656c8630-fa96-4765-bc61-d4e4b775d95c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2831 | 2024.07.13 05:37:11.196133 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
2832 | 2024.07.13 05:37:11.196460 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 183 rows starting from the beginning of the part | ||
2833 | 2024.07.13 05:37:11.196712 [ 3 ] {26603154-4e05-470d-a824-5aa6457dd100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2834 | 2024.07.13 05:37:11.196796 [ 3 ] {26603154-4e05-470d-a824-5aa6457dd100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2835 | 2024.07.13 05:37:11.197241 [ 3 ] {26603154-4e05-470d-a824-5aa6457dd100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2836 | 2024.07.13 05:37:11.198593 [ 3 ] {26603154-4e05-470d-a824-5aa6457dd100} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2837 | 2024.07.13 05:37:11.198657 [ 3 ] {26603154-4e05-470d-a824-5aa6457dd100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2838 | 2024.07.13 05:37:11.199030 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 808 rows, containing 4 columns (4 merged, 0 gathered) in 0.004141504 sec., 195098.20586917218 rows/sec., 17.18 MiB/sec. | ||
2839 | 2024.07.13 05:37:11.199242 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2840 | 2024.07.13 05:37:11.199333 [ 3 ] {26603154-4e05-470d-a824-5aa6457dd100} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2841 | 2024.07.13 05:37:11.199899 [ 3 ] {26603154-4e05-470d-a824-5aa6457dd100} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2842 | 2024.07.13 05:37:11.199905 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2843 | 2024.07.13 05:37:11.200040 [ 200 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_11_2} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2844 | 2024.07.13 05:37:11.200058 [ 65 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2845 | 2024.07.13 05:37:11.200088 [ 3 ] {26603154-4e05-470d-a824-5aa6457dd100} <Debug> executeQuery: Read 370 rows, 26.52 KiB in 0.003734 sec., 99089.4483128013 rows/sec., 6.94 MiB/sec. | ||
2846 | 2024.07.13 05:37:11.200106 [ 65 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2847 | 2024.07.13 05:37:11.200168 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2848 | 2024.07.13 05:37:11.200234 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
2849 | 2024.07.13 05:37:11.200395 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
2850 | 2024.07.13 05:37:11.200424 [ 3 ] {26603154-4e05-470d-a824-5aa6457dd100} <Debug> DynamicQueryHandler: Done processing query | ||
2851 | 2024.07.13 05:37:11.200465 [ 3 ] {26603154-4e05-470d-a824-5aa6457dd100} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2852 | 2024.07.13 05:37:11.200507 [ 3 ] {} <Debug> HTTP-Session: 656c8630-fa96-4765-bc61-d4e4b775d95c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2853 | 2024.07.13 05:37:11.200607 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2854 | 2024.07.13 05:37:11.200640 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 369 rows starting from the beginning of the part | ||
2855 | 2024.07.13 05:37:11.200697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2856 | 2024.07.13 05:37:11.200799 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 386 rows starting from the beginning of the part | ||
2857 | 2024.07.13 05:37:11.200856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2858 | 2024.07.13 05:37:11.200974 [ 3 ] {} <Debug> HTTP-Session: 3e72d485-7a83-421f-9145-ab0595aa9792 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2859 | 2024.07.13 05:37:11.201049 [ 3 ] {} <Debug> HTTP-Session: 3e72d485-7a83-421f-9145-ab0595aa9792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2860 | 2024.07.13 05:37:11.201072 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
2861 | 2024.07.13 05:37:11.201101 [ 3 ] {} <Debug> HTTP-Session: 3e72d485-7a83-421f-9145-ab0595aa9792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2862 | 2024.07.13 05:37:11.201321 [ 3 ] {} <Trace> HTTP-Session: 3e72d485-7a83-421f-9145-ab0595aa9792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2863 | 2024.07.13 05:37:11.201417 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 362 rows starting from the beginning of the part | ||
2864 | 2024.07.13 05:37:11.201716 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part | ||
2865 | 2024.07.13 05:37:11.201805 [ 3 ] {8a1210e6-8fb3-47cf-b4b2-b1c7a13fcbec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2866 | 2024.07.13 05:37:11.201908 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 370 rows starting from the beginning of the part | ||
2867 | 2024.07.13 05:37:11.202011 [ 3 ] {8a1210e6-8fb3-47cf-b4b2-b1c7a13fcbec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2868 | 2024.07.13 05:37:11.202716 [ 3 ] {8a1210e6-8fb3-47cf-b4b2-b1c7a13fcbec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2869 | 2024.07.13 05:37:11.203419 [ 3 ] {8a1210e6-8fb3-47cf-b4b2-b1c7a13fcbec} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2870 | 2024.07.13 05:37:11.203479 [ 3 ] {8a1210e6-8fb3-47cf-b4b2-b1c7a13fcbec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2871 | 2024.07.13 05:37:11.204343 [ 3 ] {8a1210e6-8fb3-47cf-b4b2-b1c7a13fcbec} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2872 | 2024.07.13 05:37:11.204726 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1543 rows, containing 4 columns (4 merged, 0 gathered) in 0.004387438 sec., 351685.8813731385 rows/sec., 24.73 MiB/sec. | ||
2873 | 2024.07.13 05:37:11.204952 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2874 | 2024.07.13 05:37:11.205139 [ 3 ] {8a1210e6-8fb3-47cf-b4b2-b1c7a13fcbec} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2875 | 2024.07.13 05:37:11.205619 [ 3 ] {8a1210e6-8fb3-47cf-b4b2-b1c7a13fcbec} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003978 sec., 1508.2956259426849 rows/sec., 64.81 KiB/sec. | ||
2876 | 2024.07.13 05:37:11.206019 [ 187 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2877 | 2024.07.13 05:37:11.206144 [ 3 ] {8a1210e6-8fb3-47cf-b4b2-b1c7a13fcbec} <Debug> DynamicQueryHandler: Done processing query | ||
2878 | 2024.07.13 05:37:11.206182 [ 3 ] {8a1210e6-8fb3-47cf-b4b2-b1c7a13fcbec} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2879 | 2024.07.13 05:37:11.206199 [ 187 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_11_2} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2880 | 2024.07.13 05:37:11.206214 [ 3 ] {} <Debug> HTTP-Session: 3e72d485-7a83-421f-9145-ab0595aa9792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2881 | 2024.07.13 05:37:11.206319 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
2882 | 2024.07.13 05:37:11.206378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2883 | 2024.07.13 05:37:11.206432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2884 | 2024.07.13 05:37:11.206452 [ 3 ] {} <Debug> HTTP-Session: 59fe01f9-5cbc-4863-ad3d-c152ab629e5c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2885 | 2024.07.13 05:37:11.206468 [ 3 ] {} <Debug> HTTP-Session: 59fe01f9-5cbc-4863-ad3d-c152ab629e5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2886 | 2024.07.13 05:37:11.206482 [ 3 ] {} <Debug> HTTP-Session: 59fe01f9-5cbc-4863-ad3d-c152ab629e5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2887 | 2024.07.13 05:37:11.206515 [ 3 ] {} <Trace> HTTP-Session: 59fe01f9-5cbc-4863-ad3d-c152ab629e5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2888 | 2024.07.13 05:37:11.206656 [ 3 ] {63ae69e3-6b2c-4e86-82f0-03ba3db78669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2889 | 2024.07.13 05:37:11.206704 [ 3 ] {63ae69e3-6b2c-4e86-82f0-03ba3db78669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2890 | 2024.07.13 05:37:11.206876 [ 3 ] {63ae69e3-6b2c-4e86-82f0-03ba3db78669} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2891 | 2024.07.13 05:37:11.207207 [ 3 ] {63ae69e3-6b2c-4e86-82f0-03ba3db78669} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2892 | 2024.07.13 05:37:11.207242 [ 3 ] {63ae69e3-6b2c-4e86-82f0-03ba3db78669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2893 | 2024.07.13 05:37:11.207629 [ 3 ] {63ae69e3-6b2c-4e86-82f0-03ba3db78669} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2894 | 2024.07.13 05:37:11.207975 [ 3 ] {63ae69e3-6b2c-4e86-82f0-03ba3db78669} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2895 | 2024.07.13 05:37:11.208098 [ 3 ] {63ae69e3-6b2c-4e86-82f0-03ba3db78669} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001504 sec., 51196.8085106383 rows/sec., 3.15 MiB/sec. | ||
2896 | 2024.07.13 05:37:11.208261 [ 3 ] {63ae69e3-6b2c-4e86-82f0-03ba3db78669} <Debug> DynamicQueryHandler: Done processing query | ||
2897 | 2024.07.13 05:37:11.208285 [ 3 ] {63ae69e3-6b2c-4e86-82f0-03ba3db78669} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2898 | 2024.07.13 05:37:11.208300 [ 3 ] {} <Debug> HTTP-Session: 59fe01f9-5cbc-4863-ad3d-c152ab629e5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2899 | 2024.07.13 05:37:11.208433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 19889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2900 | 2024.07.13 05:37:11.208480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2901 | 2024.07.13 05:37:11.208498 [ 3 ] {} <Debug> HTTP-Session: 0dae45b9-4765-4fd8-88ce-4a104e8e7989 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2902 | 2024.07.13 05:37:11.208515 [ 3 ] {} <Debug> HTTP-Session: 0dae45b9-4765-4fd8-88ce-4a104e8e7989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2903 | 2024.07.13 05:37:11.208529 [ 3 ] {} <Debug> HTTP-Session: 0dae45b9-4765-4fd8-88ce-4a104e8e7989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2904 | 2024.07.13 05:37:11.208559 [ 3 ] {} <Trace> HTTP-Session: 0dae45b9-4765-4fd8-88ce-4a104e8e7989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2905 | 2024.07.13 05:37:11.208702 [ 3 ] {bf93e3a6-5649-44b6-b639-90409ac4e581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2906 | 2024.07.13 05:37:11.208746 [ 3 ] {bf93e3a6-5649-44b6-b639-90409ac4e581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2907 | 2024.07.13 05:37:11.208884 [ 3 ] {bf93e3a6-5649-44b6-b639-90409ac4e581} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2908 | 2024.07.13 05:37:11.209216 [ 3 ] {bf93e3a6-5649-44b6-b639-90409ac4e581} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2909 | 2024.07.13 05:37:11.209253 [ 3 ] {bf93e3a6-5649-44b6-b639-90409ac4e581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2910 | 2024.07.13 05:37:11.209616 [ 3 ] {bf93e3a6-5649-44b6-b639-90409ac4e581} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2911 | 2024.07.13 05:37:11.209942 [ 3 ] {bf93e3a6-5649-44b6-b639-90409ac4e581} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2912 | 2024.07.13 05:37:11.210058 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2913 | 2024.07.13 05:37:11.210066 [ 3 ] {bf93e3a6-5649-44b6-b639-90409ac4e581} <Debug> executeQuery: Read 104 rows, 7.40 KiB in 0.00143 sec., 72727.27272727272 rows/sec., 5.06 MiB/sec. | ||
2914 | 2024.07.13 05:37:11.210092 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2915 | 2024.07.13 05:37:11.210127 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2916 | 2024.07.13 05:37:11.210335 [ 3 ] {bf93e3a6-5649-44b6-b639-90409ac4e581} <Debug> DynamicQueryHandler: Done processing query | ||
2917 | 2024.07.13 05:37:11.210396 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
2918 | 2024.07.13 05:37:11.210415 [ 3 ] {bf93e3a6-5649-44b6-b639-90409ac4e581} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2919 | 2024.07.13 05:37:11.210513 [ 3 ] {} <Debug> HTTP-Session: 0dae45b9-4765-4fd8-88ce-4a104e8e7989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2920 | 2024.07.13 05:37:11.210674 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2921 | 2024.07.13 05:37:11.210731 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 560 rows starting from the beginning of the part | ||
2922 | 2024.07.13 05:37:11.210754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 25442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2923 | 2024.07.13 05:37:11.210899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2924 | 2024.07.13 05:37:11.210979 [ 3 ] {} <Debug> HTTP-Session: 7b6d711e-080a-4ec0-b461-85ffae9d2936 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2925 | 2024.07.13 05:37:11.210993 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 388 rows starting from the beginning of the part | ||
2926 | 2024.07.13 05:37:11.211047 [ 3 ] {} <Debug> HTTP-Session: 7b6d711e-080a-4ec0-b461-85ffae9d2936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2927 | 2024.07.13 05:37:11.211111 [ 3 ] {} <Debug> HTTP-Session: 7b6d711e-080a-4ec0-b461-85ffae9d2936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2928 | 2024.07.13 05:37:11.211256 [ 3 ] {} <Trace> HTTP-Session: 7b6d711e-080a-4ec0-b461-85ffae9d2936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2929 | 2024.07.13 05:37:11.211286 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
2930 | 2024.07.13 05:37:11.211557 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
2931 | 2024.07.13 05:37:11.211629 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part | ||
2932 | 2024.07.13 05:37:11.211907 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 104 rows starting from the beginning of the part | ||
2933 | 2024.07.13 05:37:11.212020 [ 3 ] {fed235a4-acd1-4961-a55e-e507fc5d4584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2934 | 2024.07.13 05:37:11.212375 [ 3 ] {fed235a4-acd1-4961-a55e-e507fc5d4584} <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 | ||
2935 | 2024.07.13 05:37:11.214214 [ 3 ] {fed235a4-acd1-4961-a55e-e507fc5d4584} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2936 | 2024.07.13 05:37:11.215761 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1352 rows, containing 5 columns (5 merged, 0 gathered) in 0.005546206 sec., 243770.24582209895 rows/sec., 16.97 MiB/sec. | ||
2937 | 2024.07.13 05:37:11.215903 [ 3 ] {fed235a4-acd1-4961-a55e-e507fc5d4584} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2938 | 2024.07.13 05:37:11.215945 [ 3 ] {fed235a4-acd1-4961-a55e-e507fc5d4584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2939 | 2024.07.13 05:37:11.216073 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2940 | 2024.07.13 05:37:11.217158 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2941 | 2024.07.13 05:37:11.217370 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2942 | 2024.07.13 05:37:11.217534 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
2943 | 2024.07.13 05:37:11.217681 [ 3 ] {fed235a4-acd1-4961-a55e-e507fc5d4584} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2944 | 2024.07.13 05:37:11.218120 [ 3 ] {fed235a4-acd1-4961-a55e-e507fc5d4584} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2945 | 2024.07.13 05:37:11.218286 [ 3 ] {fed235a4-acd1-4961-a55e-e507fc5d4584} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.006775 sec., 2361.6236162361624 rows/sec., 4.23 MiB/sec. | ||
2946 | 2024.07.13 05:37:11.218775 [ 3 ] {fed235a4-acd1-4961-a55e-e507fc5d4584} <Debug> DynamicQueryHandler: Done processing query | ||
2947 | 2024.07.13 05:37:11.218800 [ 3 ] {fed235a4-acd1-4961-a55e-e507fc5d4584} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
2948 | 2024.07.13 05:37:11.218817 [ 3 ] {} <Debug> HTTP-Session: 7b6d711e-080a-4ec0-b461-85ffae9d2936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2949 | 2024.07.13 05:37:11.218940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2950 | 2024.07.13 05:37:11.218989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2951 | 2024.07.13 05:37:11.219008 [ 3 ] {} <Debug> HTTP-Session: 8d01327d-5f99-49c0-b885-3c161ed11cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2952 | 2024.07.13 05:37:11.219026 [ 3 ] {} <Debug> HTTP-Session: 8d01327d-5f99-49c0-b885-3c161ed11cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2953 | 2024.07.13 05:37:11.219041 [ 3 ] {} <Debug> HTTP-Session: 8d01327d-5f99-49c0-b885-3c161ed11cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2954 | 2024.07.13 05:37:11.219080 [ 3 ] {} <Trace> HTTP-Session: 8d01327d-5f99-49c0-b885-3c161ed11cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2955 | 2024.07.13 05:37:11.219186 [ 3 ] {8c2d21db-cdba-4b6c-9622-9b4c6fa51fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2956 | 2024.07.13 05:37:11.219232 [ 3 ] {8c2d21db-cdba-4b6c-9622-9b4c6fa51fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2957 | 2024.07.13 05:37:11.219420 [ 3 ] {8c2d21db-cdba-4b6c-9622-9b4c6fa51fa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2958 | 2024.07.13 05:37:11.219736 [ 3 ] {8c2d21db-cdba-4b6c-9622-9b4c6fa51fa7} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2959 | 2024.07.13 05:37:11.219771 [ 3 ] {8c2d21db-cdba-4b6c-9622-9b4c6fa51fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2960 | 2024.07.13 05:37:11.220138 [ 3 ] {8c2d21db-cdba-4b6c-9622-9b4c6fa51fa7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2961 | 2024.07.13 05:37:11.220458 [ 3 ] {8c2d21db-cdba-4b6c-9622-9b4c6fa51fa7} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2962 | 2024.07.13 05:37:11.220589 [ 3 ] {8c2d21db-cdba-4b6c-9622-9b4c6fa51fa7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001436 sec., 16016.713091922005 rows/sec., 866.39 KiB/sec. | ||
2963 | 2024.07.13 05:37:11.220737 [ 3 ] {8c2d21db-cdba-4b6c-9622-9b4c6fa51fa7} <Debug> DynamicQueryHandler: Done processing query | ||
2964 | 2024.07.13 05:37:11.220762 [ 3 ] {8c2d21db-cdba-4b6c-9622-9b4c6fa51fa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2965 | 2024.07.13 05:37:11.220777 [ 3 ] {} <Debug> HTTP-Session: 8d01327d-5f99-49c0-b885-3c161ed11cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2966 | 2024.07.13 05:37:11.220900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2967 | 2024.07.13 05:37:11.220946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2968 | 2024.07.13 05:37:11.220965 [ 3 ] {} <Debug> HTTP-Session: 4a8fabd8-aa7f-405d-829f-8c9957f17e01 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
2969 | 2024.07.13 05:37:11.220981 [ 3 ] {} <Debug> HTTP-Session: 4a8fabd8-aa7f-405d-829f-8c9957f17e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2970 | 2024.07.13 05:37:11.220995 [ 3 ] {} <Debug> HTTP-Session: 4a8fabd8-aa7f-405d-829f-8c9957f17e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2971 | 2024.07.13 05:37:11.221116 [ 3 ] {} <Trace> HTTP-Session: 4a8fabd8-aa7f-405d-829f-8c9957f17e01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2972 | 2024.07.13 05:37:11.221218 [ 3 ] {7ddb9c9a-8a83-458b-ae6f-268ebcf6a61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2973 | 2024.07.13 05:37:11.221263 [ 3 ] {7ddb9c9a-8a83-458b-ae6f-268ebcf6a61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2974 | 2024.07.13 05:37:11.221389 [ 3 ] {7ddb9c9a-8a83-458b-ae6f-268ebcf6a61d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2975 | 2024.07.13 05:37:11.221660 [ 3 ] {7ddb9c9a-8a83-458b-ae6f-268ebcf6a61d} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2976 | 2024.07.13 05:37:11.221694 [ 3 ] {7ddb9c9a-8a83-458b-ae6f-268ebcf6a61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2977 | 2024.07.13 05:37:11.222045 [ 3 ] {7ddb9c9a-8a83-458b-ae6f-268ebcf6a61d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2978 | 2024.07.13 05:37:11.222386 [ 3 ] {7ddb9c9a-8a83-458b-ae6f-268ebcf6a61d} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2979 | 2024.07.13 05:37:11.222501 [ 65 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2980 | 2024.07.13 05:37:11.222511 [ 3 ] {7ddb9c9a-8a83-458b-ae6f-268ebcf6a61d} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001322 sec., 25718.608169440242 rows/sec., 1.74 MiB/sec. | ||
2981 | 2024.07.13 05:37:11.222532 [ 65 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2982 | 2024.07.13 05:37:11.222640 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
2983 | 2024.07.13 05:37:11.222826 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
2984 | 2024.07.13 05:37:11.222863 [ 3 ] {7ddb9c9a-8a83-458b-ae6f-268ebcf6a61d} <Debug> DynamicQueryHandler: Done processing query | ||
2985 | 2024.07.13 05:37:11.222903 [ 3 ] {7ddb9c9a-8a83-458b-ae6f-268ebcf6a61d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2986 | 2024.07.13 05:37:11.222936 [ 3 ] {} <Debug> HTTP-Session: 4a8fabd8-aa7f-405d-829f-8c9957f17e01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.07.13 05:37:11.223045 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2988 | 2024.07.13 05:37:11.223079 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 168 rows starting from the beginning of the part | ||
2989 | 2024.07.13 05:37:11.223153 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
2990 | 2024.07.13 05:37:11.223275 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
2991 | 2024.07.13 05:37:11.223474 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
2992 | 2024.07.13 05:37:11.223546 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
2993 | 2024.07.13 05:37:11.223758 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
2994 | 2024.07.13 05:37:11.224808 [ 195 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 4 columns (4 merged, 0 gathered) in 0.002059672 sec., 156335.571877464 rows/sec., 10.70 MiB/sec. | ||
2995 | 2024.07.13 05:37:11.224953 [ 195 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2996 | 2024.07.13 05:37:11.225333 [ 195 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2997 | 2024.07.13 05:37:11.225413 [ 195 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_11_2} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2998 | 2024.07.13 05:37:11.225481 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
2999 | 2024.07.13 05:37:15.441626 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3000 | 2024.07.13 05:37:15.441703 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3001 | 2024.07.13 05:37:16.166952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3002 | 2024.07.13 05:37:16.167120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3003 | 2024.07.13 05:37:16.167164 [ 3 ] {} <Debug> HTTP-Session: 994bea47-1179-4f91-a8cd-1d7cd014a613 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3004 | 2024.07.13 05:37:16.167204 [ 3 ] {} <Debug> HTTP-Session: 994bea47-1179-4f91-a8cd-1d7cd014a613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.07.13 05:37:16.167235 [ 3 ] {} <Debug> HTTP-Session: 994bea47-1179-4f91-a8cd-1d7cd014a613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3006 | 2024.07.13 05:37:16.167328 [ 3 ] {} <Trace> HTTP-Session: 994bea47-1179-4f91-a8cd-1d7cd014a613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3007 | 2024.07.13 05:37:16.167530 [ 3 ] {a196087f-2a3d-43c2-92dd-7bea5f537702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3008 | 2024.07.13 05:37:16.167596 [ 3 ] {a196087f-2a3d-43c2-92dd-7bea5f537702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3009 | 2024.07.13 05:37:16.167783 [ 3 ] {a196087f-2a3d-43c2-92dd-7bea5f537702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3010 | 2024.07.13 05:37:16.168320 [ 3 ] {a196087f-2a3d-43c2-92dd-7bea5f537702} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3011 | 2024.07.13 05:37:16.168374 [ 3 ] {a196087f-2a3d-43c2-92dd-7bea5f537702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3012 | 2024.07.13 05:37:16.168755 [ 3 ] {a196087f-2a3d-43c2-92dd-7bea5f537702} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3013 | 2024.07.13 05:37:16.169089 [ 3 ] {a196087f-2a3d-43c2-92dd-7bea5f537702} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3014 | 2024.07.13 05:37:16.169315 [ 3 ] {a196087f-2a3d-43c2-92dd-7bea5f537702} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001849 sec., 30286.64142779881 rows/sec., 2.33 MiB/sec. | ||
3015 | 2024.07.13 05:37:16.169531 [ 3 ] {a196087f-2a3d-43c2-92dd-7bea5f537702} <Debug> DynamicQueryHandler: Done processing query | ||
3016 | 2024.07.13 05:37:16.169558 [ 3 ] {a196087f-2a3d-43c2-92dd-7bea5f537702} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3017 | 2024.07.13 05:37:16.169575 [ 3 ] {} <Debug> HTTP-Session: 994bea47-1179-4f91-a8cd-1d7cd014a613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3018 | 2024.07.13 05:37:16.169759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3019 | 2024.07.13 05:37:16.169816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3020 | 2024.07.13 05:37:16.169836 [ 3 ] {} <Debug> HTTP-Session: ec237ad4-dbc4-4774-988e-530e1459839c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3021 | 2024.07.13 05:37:16.169855 [ 3 ] {} <Debug> HTTP-Session: ec237ad4-dbc4-4774-988e-530e1459839c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3022 | 2024.07.13 05:37:16.169868 [ 3 ] {} <Debug> HTTP-Session: ec237ad4-dbc4-4774-988e-530e1459839c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3023 | 2024.07.13 05:37:16.169902 [ 3 ] {} <Trace> HTTP-Session: ec237ad4-dbc4-4774-988e-530e1459839c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3024 | 2024.07.13 05:37:16.170028 [ 3 ] {8b2cd569-e857-4143-a8e6-3e18d44fd101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3025 | 2024.07.13 05:37:16.170075 [ 3 ] {8b2cd569-e857-4143-a8e6-3e18d44fd101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3026 | 2024.07.13 05:37:16.170209 [ 3 ] {8b2cd569-e857-4143-a8e6-3e18d44fd101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3027 | 2024.07.13 05:37:16.170569 [ 3 ] {8b2cd569-e857-4143-a8e6-3e18d44fd101} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3028 | 2024.07.13 05:37:16.170606 [ 3 ] {8b2cd569-e857-4143-a8e6-3e18d44fd101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3029 | 2024.07.13 05:37:16.170933 [ 3 ] {8b2cd569-e857-4143-a8e6-3e18d44fd101} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3030 | 2024.07.13 05:37:16.171237 [ 3 ] {8b2cd569-e857-4143-a8e6-3e18d44fd101} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3031 | 2024.07.13 05:37:16.171392 [ 3 ] {8b2cd569-e857-4143-a8e6-3e18d44fd101} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001403 sec., 45616.535994297934 rows/sec., 3.56 MiB/sec. | ||
3032 | 2024.07.13 05:37:16.171565 [ 3 ] {8b2cd569-e857-4143-a8e6-3e18d44fd101} <Debug> DynamicQueryHandler: Done processing query | ||
3033 | 2024.07.13 05:37:16.171589 [ 3 ] {8b2cd569-e857-4143-a8e6-3e18d44fd101} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3034 | 2024.07.13 05:37:16.171604 [ 3 ] {} <Debug> HTTP-Session: ec237ad4-dbc4-4774-988e-530e1459839c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3035 | 2024.07.13 05:37:16.171787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 26786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3036 | 2024.07.13 05:37:16.171839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3037 | 2024.07.13 05:37:16.171859 [ 3 ] {} <Debug> HTTP-Session: 618146f7-1d09-444e-a628-011a2413fd54 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3038 | 2024.07.13 05:37:16.171877 [ 3 ] {} <Debug> HTTP-Session: 618146f7-1d09-444e-a628-011a2413fd54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3039 | 2024.07.13 05:37:16.171891 [ 3 ] {} <Debug> HTTP-Session: 618146f7-1d09-444e-a628-011a2413fd54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3040 | 2024.07.13 05:37:16.171922 [ 3 ] {} <Trace> HTTP-Session: 618146f7-1d09-444e-a628-011a2413fd54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3041 | 2024.07.13 05:37:16.172064 [ 3 ] {74c1a6de-f416-4aff-bf45-df25f069808f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3042 | 2024.07.13 05:37:16.172112 [ 3 ] {74c1a6de-f416-4aff-bf45-df25f069808f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3043 | 2024.07.13 05:37:16.172260 [ 3 ] {74c1a6de-f416-4aff-bf45-df25f069808f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3044 | 2024.07.13 05:37:16.172654 [ 3 ] {74c1a6de-f416-4aff-bf45-df25f069808f} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3045 | 2024.07.13 05:37:16.172691 [ 3 ] {74c1a6de-f416-4aff-bf45-df25f069808f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3046 | 2024.07.13 05:37:16.173081 [ 3 ] {74c1a6de-f416-4aff-bf45-df25f069808f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3047 | 2024.07.13 05:37:16.173437 [ 3 ] {74c1a6de-f416-4aff-bf45-df25f069808f} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3048 | 2024.07.13 05:37:16.173593 [ 3 ] {74c1a6de-f416-4aff-bf45-df25f069808f} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001592 sec., 87939.69849246231 rows/sec., 6.13 MiB/sec. | ||
3049 | 2024.07.13 05:37:16.173764 [ 3 ] {74c1a6de-f416-4aff-bf45-df25f069808f} <Debug> DynamicQueryHandler: Done processing query | ||
3050 | 2024.07.13 05:37:16.173789 [ 3 ] {74c1a6de-f416-4aff-bf45-df25f069808f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3051 | 2024.07.13 05:37:16.173805 [ 3 ] {} <Debug> HTTP-Session: 618146f7-1d09-444e-a628-011a2413fd54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3052 | 2024.07.13 05:37:16.173936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3053 | 2024.07.13 05:37:16.173986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3054 | 2024.07.13 05:37:16.174005 [ 3 ] {} <Debug> HTTP-Session: d5a3c918-6642-41dc-b77e-6000a1aabd53 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3055 | 2024.07.13 05:37:16.174022 [ 3 ] {} <Debug> HTTP-Session: d5a3c918-6642-41dc-b77e-6000a1aabd53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3056 | 2024.07.13 05:37:16.174036 [ 3 ] {} <Debug> HTTP-Session: d5a3c918-6642-41dc-b77e-6000a1aabd53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3057 | 2024.07.13 05:37:16.174067 [ 3 ] {} <Trace> HTTP-Session: d5a3c918-6642-41dc-b77e-6000a1aabd53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3058 | 2024.07.13 05:37:16.174185 [ 3 ] {40628b42-186a-4a25-9c6d-a64bf97bc37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3059 | 2024.07.13 05:37:16.174230 [ 3 ] {40628b42-186a-4a25-9c6d-a64bf97bc37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3060 | 2024.07.13 05:37:16.174364 [ 3 ] {40628b42-186a-4a25-9c6d-a64bf97bc37d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3061 | 2024.07.13 05:37:16.174678 [ 3 ] {40628b42-186a-4a25-9c6d-a64bf97bc37d} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3062 | 2024.07.13 05:37:16.174713 [ 3 ] {40628b42-186a-4a25-9c6d-a64bf97bc37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3063 | 2024.07.13 05:37:16.175066 [ 3 ] {40628b42-186a-4a25-9c6d-a64bf97bc37d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3064 | 2024.07.13 05:37:16.175379 [ 3 ] {40628b42-186a-4a25-9c6d-a64bf97bc37d} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3065 | 2024.07.13 05:37:16.175524 [ 3 ] {40628b42-186a-4a25-9c6d-a64bf97bc37d} <Debug> executeQuery: Read 52 rows, 3.58 KiB in 0.001379 sec., 37708.48440899202 rows/sec., 2.53 MiB/sec. | ||
3066 | 2024.07.13 05:37:16.175696 [ 3 ] {40628b42-186a-4a25-9c6d-a64bf97bc37d} <Debug> DynamicQueryHandler: Done processing query | ||
3067 | 2024.07.13 05:37:16.175721 [ 3 ] {40628b42-186a-4a25-9c6d-a64bf97bc37d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3068 | 2024.07.13 05:37:16.175737 [ 3 ] {} <Debug> HTTP-Session: d5a3c918-6642-41dc-b77e-6000a1aabd53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3069 | 2024.07.13 05:37:21.166337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3070 | 2024.07.13 05:37:21.166505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3071 | 2024.07.13 05:37:21.166530 [ 3 ] {} <Debug> HTTP-Session: eb0ad5da-5e94-4081-9912-ab6be9d26c86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3072 | 2024.07.13 05:37:21.166554 [ 3 ] {} <Debug> HTTP-Session: eb0ad5da-5e94-4081-9912-ab6be9d26c86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3073 | 2024.07.13 05:37:21.166568 [ 3 ] {} <Debug> HTTP-Session: eb0ad5da-5e94-4081-9912-ab6be9d26c86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3074 | 2024.07.13 05:37:21.166618 [ 3 ] {} <Trace> HTTP-Session: eb0ad5da-5e94-4081-9912-ab6be9d26c86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3075 | 2024.07.13 05:37:21.166868 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3076 | 2024.07.13 05:37:21.167281 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3077 | 2024.07.13 05:37:21.167331 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3078 | 2024.07.13 05:37:21.167699 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3079 | 2024.07.13 05:37:21.167779 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3080 | 2024.07.13 05:37:21.167951 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3081 | 2024.07.13 05:37:21.168197 [ 262 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3082 | 2024.07.13 05:37:21.168195 [ 266 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3083 | 2024.07.13 05:37:21.168240 [ 263 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3084 | 2024.07.13 05:37:21.168265 [ 267 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
3085 | 2024.07.13 05:37:21.168288 [ 265 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3086 | 2024.07.13 05:37:21.168449 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges | ||
3087 | 2024.07.13 05:37:21.168481 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3088 | 2024.07.13 05:37:21.168640 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3089 | 2024.07.13 05:37:21.168666 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Reading approx. 40 rows with 5 streams | ||
3090 | 2024.07.13 05:37:21.168709 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3091 | 2024.07.13 05:37:21.168753 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3092 | 2024.07.13 05:37:21.168792 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3093 | 2024.07.13 05:37:21.168831 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3094 | 2024.07.13 05:37:21.168869 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3095 | 2024.07.13 05:37:21.171829 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Debug> executeQuery: Read 40 rows, 1.51 KiB in 0.005079 sec., 7875.566056310297 rows/sec., 298.22 KiB/sec. | ||
3096 | 2024.07.13 05:37:21.172341 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Debug> DynamicQueryHandler: Done processing query | ||
3097 | 2024.07.13 05:37:21.172373 [ 3 ] {76db774c-702c-4805-a210-a150d2819355} <Debug> MemoryTracker: Peak memory usage (for query): 3.17 MiB. | ||
3098 | 2024.07.13 05:37:21.172394 [ 3 ] {} <Debug> HTTP-Session: eb0ad5da-5e94-4081-9912-ab6be9d26c86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3099 | 2024.07.13 05:37:21.181767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3100 | 2024.07.13 05:37:21.181866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3101 | 2024.07.13 05:37:21.181904 [ 3 ] {} <Debug> HTTP-Session: 26dae119-7e70-41d1-b658-1e8f1dc4efea Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3102 | 2024.07.13 05:37:21.181938 [ 3 ] {} <Debug> HTTP-Session: 26dae119-7e70-41d1-b658-1e8f1dc4efea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3103 | 2024.07.13 05:37:21.181965 [ 3 ] {} <Debug> HTTP-Session: 26dae119-7e70-41d1-b658-1e8f1dc4efea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3104 | 2024.07.13 05:37:21.182029 [ 3 ] {} <Trace> HTTP-Session: 26dae119-7e70-41d1-b658-1e8f1dc4efea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3105 | 2024.07.13 05:37:21.182239 [ 3 ] {dede15db-6039-439c-905b-46673df4b8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3106 | 2024.07.13 05:37:21.182331 [ 3 ] {dede15db-6039-439c-905b-46673df4b8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3107 | 2024.07.13 05:37:21.182557 [ 3 ] {dede15db-6039-439c-905b-46673df4b8e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3108 | 2024.07.13 05:37:21.182964 [ 3 ] {dede15db-6039-439c-905b-46673df4b8e6} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3109 | 2024.07.13 05:37:21.183003 [ 3 ] {dede15db-6039-439c-905b-46673df4b8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3110 | 2024.07.13 05:37:21.183494 [ 3 ] {dede15db-6039-439c-905b-46673df4b8e6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3111 | 2024.07.13 05:37:21.183803 [ 3 ] {dede15db-6039-439c-905b-46673df4b8e6} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3112 | 2024.07.13 05:37:21.183962 [ 3 ] {dede15db-6039-439c-905b-46673df4b8e6} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001785 sec., 560.2240896358544 rows/sec., 126.93 KiB/sec. | ||
3113 | 2024.07.13 05:37:21.183974 [ 54 ] {} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3114 | 2024.07.13 05:37:21.184082 [ 54 ] {} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3115 | 2024.07.13 05:37:21.184130 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3116 | 2024.07.13 05:37:21.184231 [ 3 ] {dede15db-6039-439c-905b-46673df4b8e6} <Debug> DynamicQueryHandler: Done processing query | ||
3117 | 2024.07.13 05:37:21.184294 [ 3 ] {dede15db-6039-439c-905b-46673df4b8e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3118 | 2024.07.13 05:37:21.184347 [ 3 ] {} <Debug> HTTP-Session: 26dae119-7e70-41d1-b658-1e8f1dc4efea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3119 | 2024.07.13 05:37:21.184383 [ 191 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::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 | ||
3120 | 2024.07.13 05:37:21.184548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3121 | 2024.07.13 05:37:21.184680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3122 | 2024.07.13 05:37:21.184739 [ 3 ] {} <Debug> HTTP-Session: 61bbea13-53a7-4ea2-9a37-c0af4221099a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3123 | 2024.07.13 05:37:21.184794 [ 3 ] {} <Debug> HTTP-Session: 61bbea13-53a7-4ea2-9a37-c0af4221099a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3124 | 2024.07.13 05:37:21.184837 [ 3 ] {} <Debug> HTTP-Session: 61bbea13-53a7-4ea2-9a37-c0af4221099a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3125 | 2024.07.13 05:37:21.184957 [ 3 ] {} <Trace> HTTP-Session: 61bbea13-53a7-4ea2-9a37-c0af4221099a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3126 | 2024.07.13 05:37:21.185237 [ 3 ] {15efac9d-fddc-4050-b9f3-51c8c634751d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3127 | 2024.07.13 05:37:21.185352 [ 3 ] {15efac9d-fddc-4050-b9f3-51c8c634751d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3128 | 2024.07.13 05:37:21.185499 [ 191 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3129 | 2024.07.13 05:37:21.185601 [ 191 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::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 | ||
3130 | 2024.07.13 05:37:21.185952 [ 191 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::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 | ||
3131 | 2024.07.13 05:37:21.185989 [ 3 ] {15efac9d-fddc-4050-b9f3-51c8c634751d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3132 | 2024.07.13 05:37:21.186198 [ 191 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
3133 | 2024.07.13 05:37:21.186395 [ 191 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::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 | ||
3134 | 2024.07.13 05:37:21.186650 [ 191 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
3135 | 2024.07.13 05:37:21.186932 [ 191 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
3136 | 2024.07.13 05:37:21.187161 [ 3 ] {15efac9d-fddc-4050-b9f3-51c8c634751d} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3137 | 2024.07.13 05:37:21.187254 [ 3 ] {15efac9d-fddc-4050-b9f3-51c8c634751d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3138 | 2024.07.13 05:37:21.188125 [ 3 ] {15efac9d-fddc-4050-b9f3-51c8c634751d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3139 | 2024.07.13 05:37:21.189212 [ 3 ] {15efac9d-fddc-4050-b9f3-51c8c634751d} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3140 | 2024.07.13 05:37:21.189601 [ 3 ] {15efac9d-fddc-4050-b9f3-51c8c634751d} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.004463 sec., 8514.45216222272 rows/sec., 657.31 KiB/sec. | ||
3141 | 2024.07.13 05:37:21.189629 [ 54 ] {} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3142 | 2024.07.13 05:37:21.189810 [ 54 ] {} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3143 | 2024.07.13 05:37:21.189946 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3144 | 2024.07.13 05:37:21.190197 [ 3 ] {15efac9d-fddc-4050-b9f3-51c8c634751d} <Debug> DynamicQueryHandler: Done processing query | ||
3145 | 2024.07.13 05:37:21.190290 [ 3 ] {15efac9d-fddc-4050-b9f3-51c8c634751d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3146 | 2024.07.13 05:37:21.190399 [ 3 ] {} <Debug> HTTP-Session: 61bbea13-53a7-4ea2-9a37-c0af4221099a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3147 | 2024.07.13 05:37:21.190473 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::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 | ||
3148 | 2024.07.13 05:37:21.190797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3149 | 2024.07.13 05:37:21.190844 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3150 | 2024.07.13 05:37:21.190918 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
3151 | 2024.07.13 05:37:21.190985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3152 | 2024.07.13 05:37:21.191160 [ 3 ] {} <Debug> HTTP-Session: fa54a84c-189d-441e-946a-24ec39f880c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3153 | 2024.07.13 05:37:21.191294 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
3154 | 2024.07.13 05:37:21.191297 [ 3 ] {} <Debug> HTTP-Session: fa54a84c-189d-441e-946a-24ec39f880c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3155 | 2024.07.13 05:37:21.191432 [ 3 ] {} <Debug> HTTP-Session: fa54a84c-189d-441e-946a-24ec39f880c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3156 | 2024.07.13 05:37:21.191705 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
3157 | 2024.07.13 05:37:21.191700 [ 3 ] {} <Trace> HTTP-Session: fa54a84c-189d-441e-946a-24ec39f880c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3158 | 2024.07.13 05:37:21.192222 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
3159 | 2024.07.13 05:37:21.192400 [ 3 ] {df996506-0c34-448b-a558-b3a60590721b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3160 | 2024.07.13 05:37:21.192694 [ 3 ] {df996506-0c34-448b-a558-b3a60590721b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3161 | 2024.07.13 05:37:21.192717 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
3162 | 2024.07.13 05:37:21.193289 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part | ||
3163 | 2024.07.13 05:37:21.194705 [ 3 ] {df996506-0c34-448b-a558-b3a60590721b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3164 | 2024.07.13 05:37:21.196904 [ 3 ] {df996506-0c34-448b-a558-b3a60590721b} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3165 | 2024.07.13 05:37:21.197046 [ 3 ] {df996506-0c34-448b-a558-b3a60590721b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3166 | 2024.07.13 05:37:21.198533 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 4 columns (4 merged, 0 gathered) in 0.008418331 sec., 16867.951616537768 rows/sec., 1.25 MiB/sec. | ||
3167 | 2024.07.13 05:37:21.198886 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3168 | 2024.07.13 05:37:21.199385 [ 3 ] {df996506-0c34-448b-a558-b3a60590721b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3169 | 2024.07.13 05:37:21.200380 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3170 | 2024.07.13 05:37:21.200717 [ 199 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_6_1} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3171 | 2024.07.13 05:37:21.200966 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3172 | 2024.07.13 05:37:21.201261 [ 3 ] {df996506-0c34-448b-a558-b3a60590721b} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3173 | 2024.07.13 05:37:21.201708 [ 3 ] {df996506-0c34-448b-a558-b3a60590721b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.009581 sec., 626.2394322095815 rows/sec., 51.07 KiB/sec. | ||
3174 | 2024.07.13 05:37:21.202222 [ 194 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.01796972 sec., 2281.615962853066 rows/sec., 321.02 KiB/sec. | ||
3175 | 2024.07.13 05:37:21.202324 [ 3 ] {df996506-0c34-448b-a558-b3a60590721b} <Debug> DynamicQueryHandler: Done processing query | ||
3176 | 2024.07.13 05:37:21.202358 [ 3 ] {df996506-0c34-448b-a558-b3a60590721b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3177 | 2024.07.13 05:37:21.202397 [ 3 ] {} <Debug> HTTP-Session: fa54a84c-189d-441e-946a-24ec39f880c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3178 | 2024.07.13 05:37:21.202520 [ 194 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3179 | 2024.07.13 05:37:21.202798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 44208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3180 | 2024.07.13 05:37:21.202891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3181 | 2024.07.13 05:37:21.202914 [ 3 ] {} <Debug> HTTP-Session: 255f3f99-bf93-4e7f-b33b-dab74ee9945f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3182 | 2024.07.13 05:37:21.202943 [ 3 ] {} <Debug> HTTP-Session: 255f3f99-bf93-4e7f-b33b-dab74ee9945f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3183 | 2024.07.13 05:37:21.202981 [ 3 ] {} <Debug> HTTP-Session: 255f3f99-bf93-4e7f-b33b-dab74ee9945f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3184 | 2024.07.13 05:37:21.203061 [ 3 ] {} <Trace> HTTP-Session: 255f3f99-bf93-4e7f-b33b-dab74ee9945f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3185 | 2024.07.13 05:37:21.203477 [ 194 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::all_1_6_1} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3186 | 2024.07.13 05:37:21.203577 [ 3 ] {deac570d-fd39-46ff-b39c-d03a7ab50e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3187 | 2024.07.13 05:37:21.203658 [ 3 ] {deac570d-fd39-46ff-b39c-d03a7ab50e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3188 | 2024.07.13 05:37:21.203659 [ 194 ] {9a6359ce-e10f-4cea-b3d1-f730a9a6f76d::all_1_6_1} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3189 | 2024.07.13 05:37:21.203883 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3190 | 2024.07.13 05:37:21.203989 [ 3 ] {deac570d-fd39-46ff-b39c-d03a7ab50e99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3191 | 2024.07.13 05:37:21.204544 [ 3 ] {deac570d-fd39-46ff-b39c-d03a7ab50e99} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3192 | 2024.07.13 05:37:21.204582 [ 3 ] {deac570d-fd39-46ff-b39c-d03a7ab50e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3193 | 2024.07.13 05:37:21.204954 [ 3 ] {deac570d-fd39-46ff-b39c-d03a7ab50e99} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3194 | 2024.07.13 05:37:21.205271 [ 3 ] {deac570d-fd39-46ff-b39c-d03a7ab50e99} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3195 | 2024.07.13 05:37:21.205432 [ 3 ] {deac570d-fd39-46ff-b39c-d03a7ab50e99} <Debug> executeQuery: Read 296 rows, 26.25 KiB in 0.00213 sec., 138967.13615023476 rows/sec., 12.03 MiB/sec. | ||
3196 | 2024.07.13 05:37:21.205600 [ 3 ] {deac570d-fd39-46ff-b39c-d03a7ab50e99} <Debug> DynamicQueryHandler: Done processing query | ||
3197 | 2024.07.13 05:37:21.205624 [ 3 ] {deac570d-fd39-46ff-b39c-d03a7ab50e99} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3198 | 2024.07.13 05:37:21.205639 [ 3 ] {} <Debug> HTTP-Session: 255f3f99-bf93-4e7f-b33b-dab74ee9945f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3199 | 2024.07.13 05:37:21.205783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3200 | 2024.07.13 05:37:21.205830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3201 | 2024.07.13 05:37:21.205849 [ 3 ] {} <Debug> HTTP-Session: 38fe1a1a-1ccf-4ca7-8f53-b483482d437b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3202 | 2024.07.13 05:37:21.205865 [ 3 ] {} <Debug> HTTP-Session: 38fe1a1a-1ccf-4ca7-8f53-b483482d437b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3203 | 2024.07.13 05:37:21.205879 [ 3 ] {} <Debug> HTTP-Session: 38fe1a1a-1ccf-4ca7-8f53-b483482d437b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3204 | 2024.07.13 05:37:21.205909 [ 3 ] {} <Trace> HTTP-Session: 38fe1a1a-1ccf-4ca7-8f53-b483482d437b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3205 | 2024.07.13 05:37:21.206003 [ 3 ] {e9d68ce2-489f-4fc8-b548-c73bc1393f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3206 | 2024.07.13 05:37:21.206044 [ 3 ] {e9d68ce2-489f-4fc8-b548-c73bc1393f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3207 | 2024.07.13 05:37:21.206170 [ 3 ] {e9d68ce2-489f-4fc8-b548-c73bc1393f37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3208 | 2024.07.13 05:37:21.206567 [ 3 ] {e9d68ce2-489f-4fc8-b548-c73bc1393f37} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3209 | 2024.07.13 05:37:21.206601 [ 3 ] {e9d68ce2-489f-4fc8-b548-c73bc1393f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3210 | 2024.07.13 05:37:21.206927 [ 3 ] {e9d68ce2-489f-4fc8-b548-c73bc1393f37} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3211 | 2024.07.13 05:37:21.207237 [ 3 ] {e9d68ce2-489f-4fc8-b548-c73bc1393f37} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3212 | 2024.07.13 05:37:21.207389 [ 3 ] {e9d68ce2-489f-4fc8-b548-c73bc1393f37} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001406 sec., 4267.425320056899 rows/sec., 297.97 KiB/sec. | ||
3213 | 2024.07.13 05:37:21.207643 [ 3 ] {e9d68ce2-489f-4fc8-b548-c73bc1393f37} <Debug> DynamicQueryHandler: Done processing query | ||
3214 | 2024.07.13 05:37:21.207668 [ 3 ] {e9d68ce2-489f-4fc8-b548-c73bc1393f37} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3215 | 2024.07.13 05:37:21.207684 [ 3 ] {} <Debug> HTTP-Session: 38fe1a1a-1ccf-4ca7-8f53-b483482d437b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3216 | 2024.07.13 05:37:21.207959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 74274, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3217 | 2024.07.13 05:37:21.208007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3218 | 2024.07.13 05:37:21.208025 [ 3 ] {} <Debug> HTTP-Session: 2fd95e62-eccf-488d-bca4-6575948e7c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3219 | 2024.07.13 05:37:21.208041 [ 3 ] {} <Debug> HTTP-Session: 2fd95e62-eccf-488d-bca4-6575948e7c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3220 | 2024.07.13 05:37:21.208055 [ 3 ] {} <Debug> HTTP-Session: 2fd95e62-eccf-488d-bca4-6575948e7c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3221 | 2024.07.13 05:37:21.208084 [ 3 ] {} <Trace> HTTP-Session: 2fd95e62-eccf-488d-bca4-6575948e7c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3222 | 2024.07.13 05:37:21.208398 [ 3 ] {9e68f617-9159-4c67-97ee-7faed7734d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3223 | 2024.07.13 05:37:21.208442 [ 3 ] {9e68f617-9159-4c67-97ee-7faed7734d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3224 | 2024.07.13 05:37:21.208587 [ 3 ] {9e68f617-9159-4c67-97ee-7faed7734d1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3225 | 2024.07.13 05:37:21.209218 [ 3 ] {9e68f617-9159-4c67-97ee-7faed7734d1f} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3226 | 2024.07.13 05:37:21.209254 [ 3 ] {9e68f617-9159-4c67-97ee-7faed7734d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3227 | 2024.07.13 05:37:21.209634 [ 3 ] {9e68f617-9159-4c67-97ee-7faed7734d1f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3228 | 2024.07.13 05:37:21.209961 [ 3 ] {9e68f617-9159-4c67-97ee-7faed7734d1f} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3229 | 2024.07.13 05:37:21.210118 [ 3 ] {9e68f617-9159-4c67-97ee-7faed7734d1f} <Debug> executeQuery: Read 457 rows, 33.48 KiB in 0.001862 sec., 245435.01611170784 rows/sec., 17.56 MiB/sec. | ||
3230 | 2024.07.13 05:37:21.210434 [ 3 ] {9e68f617-9159-4c67-97ee-7faed7734d1f} <Debug> DynamicQueryHandler: Done processing query | ||
3231 | 2024.07.13 05:37:21.210460 [ 3 ] {9e68f617-9159-4c67-97ee-7faed7734d1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3232 | 2024.07.13 05:37:21.210476 [ 3 ] {} <Debug> HTTP-Session: 2fd95e62-eccf-488d-bca4-6575948e7c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3233 | 2024.07.13 05:37:21.210612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3234 | 2024.07.13 05:37:21.210662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3235 | 2024.07.13 05:37:21.210681 [ 3 ] {} <Debug> HTTP-Session: 77425064-3c2c-4936-b702-7951ff21ea86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3236 | 2024.07.13 05:37:21.210697 [ 3 ] {} <Debug> HTTP-Session: 77425064-3c2c-4936-b702-7951ff21ea86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3237 | 2024.07.13 05:37:21.210711 [ 3 ] {} <Debug> HTTP-Session: 77425064-3c2c-4936-b702-7951ff21ea86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3238 | 2024.07.13 05:37:21.210741 [ 3 ] {} <Trace> HTTP-Session: 77425064-3c2c-4936-b702-7951ff21ea86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3239 | 2024.07.13 05:37:21.210837 [ 3 ] {76623c4e-f6d6-472a-8600-a8f7b2bbc731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3240 | 2024.07.13 05:37:21.210883 [ 3 ] {76623c4e-f6d6-472a-8600-a8f7b2bbc731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3241 | 2024.07.13 05:37:21.211032 [ 3 ] {76623c4e-f6d6-472a-8600-a8f7b2bbc731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3242 | 2024.07.13 05:37:21.211300 [ 3 ] {76623c4e-f6d6-472a-8600-a8f7b2bbc731} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3243 | 2024.07.13 05:37:21.211337 [ 3 ] {76623c4e-f6d6-472a-8600-a8f7b2bbc731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3244 | 2024.07.13 05:37:21.211691 [ 3 ] {76623c4e-f6d6-472a-8600-a8f7b2bbc731} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3245 | 2024.07.13 05:37:21.212029 [ 3 ] {76623c4e-f6d6-472a-8600-a8f7b2bbc731} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3246 | 2024.07.13 05:37:21.212193 [ 3 ] {76623c4e-f6d6-472a-8600-a8f7b2bbc731} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 188.18 KiB/sec. | ||
3247 | 2024.07.13 05:37:21.212498 [ 3 ] {76623c4e-f6d6-472a-8600-a8f7b2bbc731} <Debug> DynamicQueryHandler: Done processing query | ||
3248 | 2024.07.13 05:37:21.212523 [ 3 ] {76623c4e-f6d6-472a-8600-a8f7b2bbc731} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3249 | 2024.07.13 05:37:21.212538 [ 3 ] {} <Debug> HTTP-Session: 77425064-3c2c-4936-b702-7951ff21ea86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3250 | 2024.07.13 05:37:21.212676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3251 | 2024.07.13 05:37:21.212724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3252 | 2024.07.13 05:37:21.212743 [ 3 ] {} <Debug> HTTP-Session: eea553d5-bf68-4f5f-8cdf-ef5e9187a6b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3253 | 2024.07.13 05:37:21.212760 [ 3 ] {} <Debug> HTTP-Session: eea553d5-bf68-4f5f-8cdf-ef5e9187a6b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3254 | 2024.07.13 05:37:21.212774 [ 3 ] {} <Debug> HTTP-Session: eea553d5-bf68-4f5f-8cdf-ef5e9187a6b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3255 | 2024.07.13 05:37:21.212804 [ 3 ] {} <Trace> HTTP-Session: eea553d5-bf68-4f5f-8cdf-ef5e9187a6b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3256 | 2024.07.13 05:37:21.212919 [ 3 ] {5484ffdb-4d6a-4203-bc54-1d2202f5e315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3257 | 2024.07.13 05:37:21.212966 [ 3 ] {5484ffdb-4d6a-4203-bc54-1d2202f5e315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3258 | 2024.07.13 05:37:21.213126 [ 3 ] {5484ffdb-4d6a-4203-bc54-1d2202f5e315} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3259 | 2024.07.13 05:37:21.213463 [ 3 ] {5484ffdb-4d6a-4203-bc54-1d2202f5e315} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3260 | 2024.07.13 05:37:21.213499 [ 3 ] {5484ffdb-4d6a-4203-bc54-1d2202f5e315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3261 | 2024.07.13 05:37:21.213868 [ 3 ] {5484ffdb-4d6a-4203-bc54-1d2202f5e315} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3262 | 2024.07.13 05:37:21.214211 [ 3 ] {5484ffdb-4d6a-4203-bc54-1d2202f5e315} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3263 | 2024.07.13 05:37:21.214377 [ 3 ] {5484ffdb-4d6a-4203-bc54-1d2202f5e315} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001496 sec., 51470.58823529412 rows/sec., 3.17 MiB/sec. | ||
3264 | 2024.07.13 05:37:21.214685 [ 3 ] {5484ffdb-4d6a-4203-bc54-1d2202f5e315} <Debug> DynamicQueryHandler: Done processing query | ||
3265 | 2024.07.13 05:37:21.214710 [ 3 ] {5484ffdb-4d6a-4203-bc54-1d2202f5e315} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3266 | 2024.07.13 05:37:21.214725 [ 3 ] {} <Debug> HTTP-Session: eea553d5-bf68-4f5f-8cdf-ef5e9187a6b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3267 | 2024.07.13 05:37:21.214908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3268 | 2024.07.13 05:37:21.214956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3269 | 2024.07.13 05:37:21.214975 [ 3 ] {} <Debug> HTTP-Session: ec2a3754-7c98-47c2-98f6-5fdfa8f716ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3270 | 2024.07.13 05:37:21.214992 [ 3 ] {} <Debug> HTTP-Session: ec2a3754-7c98-47c2-98f6-5fdfa8f716ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3271 | 2024.07.13 05:37:21.215006 [ 3 ] {} <Debug> HTTP-Session: ec2a3754-7c98-47c2-98f6-5fdfa8f716ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3272 | 2024.07.13 05:37:21.215036 [ 3 ] {} <Trace> HTTP-Session: ec2a3754-7c98-47c2-98f6-5fdfa8f716ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3273 | 2024.07.13 05:37:21.215245 [ 3 ] {779ed7a5-f051-4a72-b815-4a4022e0ee62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3274 | 2024.07.13 05:37:21.215292 [ 3 ] {779ed7a5-f051-4a72-b815-4a4022e0ee62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3275 | 2024.07.13 05:37:21.215454 [ 3 ] {779ed7a5-f051-4a72-b815-4a4022e0ee62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3276 | 2024.07.13 05:37:21.215916 [ 3 ] {779ed7a5-f051-4a72-b815-4a4022e0ee62} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3277 | 2024.07.13 05:37:21.215952 [ 3 ] {779ed7a5-f051-4a72-b815-4a4022e0ee62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3278 | 2024.07.13 05:37:21.216322 [ 3 ] {779ed7a5-f051-4a72-b815-4a4022e0ee62} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3279 | 2024.07.13 05:37:21.216665 [ 3 ] {779ed7a5-f051-4a72-b815-4a4022e0ee62} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3280 | 2024.07.13 05:37:21.216829 [ 3 ] {779ed7a5-f051-4a72-b815-4a4022e0ee62} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.00171 sec., 116374.26900584796 rows/sec., 8.12 MiB/sec. | ||
3281 | 2024.07.13 05:37:21.216990 [ 3 ] {779ed7a5-f051-4a72-b815-4a4022e0ee62} <Debug> DynamicQueryHandler: Done processing query | ||
3282 | 2024.07.13 05:37:21.217014 [ 3 ] {779ed7a5-f051-4a72-b815-4a4022e0ee62} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3283 | 2024.07.13 05:37:21.217030 [ 3 ] {} <Debug> HTTP-Session: ec2a3754-7c98-47c2-98f6-5fdfa8f716ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3284 | 2024.07.13 05:37:21.217192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51240, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3285 | 2024.07.13 05:37:21.217239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3286 | 2024.07.13 05:37:21.217260 [ 3 ] {} <Debug> HTTP-Session: f9bfbd57-3f9d-4385-a736-d36cbead2721 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3287 | 2024.07.13 05:37:21.217276 [ 3 ] {} <Debug> HTTP-Session: f9bfbd57-3f9d-4385-a736-d36cbead2721 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3288 | 2024.07.13 05:37:21.217291 [ 3 ] {} <Debug> HTTP-Session: f9bfbd57-3f9d-4385-a736-d36cbead2721 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3289 | 2024.07.13 05:37:21.217321 [ 3 ] {} <Trace> HTTP-Session: f9bfbd57-3f9d-4385-a736-d36cbead2721 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3290 | 2024.07.13 05:37:21.217767 [ 3 ] {0acb181e-638e-4a4a-a8dc-7d39fba7a941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3291 | 2024.07.13 05:37:21.217831 [ 3 ] {0acb181e-638e-4a4a-a8dc-7d39fba7a941} <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 | ||
3292 | 2024.07.13 05:37:21.218231 [ 3 ] {0acb181e-638e-4a4a-a8dc-7d39fba7a941} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3293 | 2024.07.13 05:37:21.218960 [ 3 ] {0acb181e-638e-4a4a-a8dc-7d39fba7a941} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3294 | 2024.07.13 05:37:21.218996 [ 3 ] {0acb181e-638e-4a4a-a8dc-7d39fba7a941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3295 | 2024.07.13 05:37:21.219693 [ 3 ] {0acb181e-638e-4a4a-a8dc-7d39fba7a941} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3296 | 2024.07.13 05:37:21.220114 [ 3 ] {0acb181e-638e-4a4a-a8dc-7d39fba7a941} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3297 | 2024.07.13 05:37:21.220272 [ 54 ] {} <Debug> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3298 | 2024.07.13 05:37:21.220299 [ 3 ] {0acb181e-638e-4a4a-a8dc-7d39fba7a941} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002893 sec., 11061.18216384376 rows/sec., 19.82 MiB/sec. | ||
3299 | 2024.07.13 05:37:21.220334 [ 54 ] {} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3300 | 2024.07.13 05:37:21.220402 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3301 | 2024.07.13 05:37:21.220960 [ 197 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::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 | ||
3302 | 2024.07.13 05:37:21.221025 [ 3 ] {0acb181e-638e-4a4a-a8dc-7d39fba7a941} <Debug> DynamicQueryHandler: Done processing query | ||
3303 | 2024.07.13 05:37:21.221074 [ 3 ] {0acb181e-638e-4a4a-a8dc-7d39fba7a941} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3304 | 2024.07.13 05:37:21.221105 [ 3 ] {} <Debug> HTTP-Session: f9bfbd57-3f9d-4385-a736-d36cbead2721 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3305 | 2024.07.13 05:37:21.221313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3306 | 2024.07.13 05:37:21.221424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3307 | 2024.07.13 05:37:21.221490 [ 3 ] {} <Debug> HTTP-Session: 1d231cd4-4f76-48ce-88a3-a0a54e23214d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3308 | 2024.07.13 05:37:21.221544 [ 3 ] {} <Debug> HTTP-Session: 1d231cd4-4f76-48ce-88a3-a0a54e23214d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3309 | 2024.07.13 05:37:21.221588 [ 3 ] {} <Debug> HTTP-Session: 1d231cd4-4f76-48ce-88a3-a0a54e23214d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3310 | 2024.07.13 05:37:21.221638 [ 197 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3311 | 2024.07.13 05:37:21.221658 [ 3 ] {} <Trace> HTTP-Session: 1d231cd4-4f76-48ce-88a3-a0a54e23214d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3312 | 2024.07.13 05:37:21.221778 [ 197 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
3313 | 2024.07.13 05:37:21.221890 [ 3 ] {c4c9c855-4728-48ae-82dd-6eac577c603a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3314 | 2024.07.13 05:37:21.222034 [ 3 ] {c4c9c855-4728-48ae-82dd-6eac577c603a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3315 | 2024.07.13 05:37:21.222542 [ 197 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part | ||
3316 | 2024.07.13 05:37:21.222964 [ 3 ] {c4c9c855-4728-48ae-82dd-6eac577c603a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3317 | 2024.07.13 05:37:21.223332 [ 197 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
3318 | 2024.07.13 05:37:21.224016 [ 197 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part | ||
3319 | 2024.07.13 05:37:21.224212 [ 3 ] {c4c9c855-4728-48ae-82dd-6eac577c603a} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3320 | 2024.07.13 05:37:21.224333 [ 3 ] {c4c9c855-4728-48ae-82dd-6eac577c603a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3321 | 2024.07.13 05:37:21.224680 [ 197 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
3322 | 2024.07.13 05:37:21.225288 [ 197 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
3323 | 2024.07.13 05:37:21.225695 [ 3 ] {c4c9c855-4728-48ae-82dd-6eac577c603a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3324 | 2024.07.13 05:37:21.226790 [ 3 ] {c4c9c855-4728-48ae-82dd-6eac577c603a} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3325 | 2024.07.13 05:37:21.227073 [ 54 ] {} <Debug> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3326 | 2024.07.13 05:37:21.227146 [ 3 ] {c4c9c855-4728-48ae-82dd-6eac577c603a} <Debug> executeQuery: Read 38 rows, 2.33 KiB in 0.005302 sec., 7167.106752168992 rows/sec., 439.84 KiB/sec. | ||
3327 | 2024.07.13 05:37:21.227180 [ 54 ] {} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3328 | 2024.07.13 05:37:21.227340 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3329 | 2024.07.13 05:37:21.227790 [ 3 ] {c4c9c855-4728-48ae-82dd-6eac577c603a} <Debug> DynamicQueryHandler: Done processing query | ||
3330 | 2024.07.13 05:37:21.227884 [ 3 ] {c4c9c855-4728-48ae-82dd-6eac577c603a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3331 | 2024.07.13 05:37:21.227985 [ 3 ] {} <Debug> HTTP-Session: 1d231cd4-4f76-48ce-88a3-a0a54e23214d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3332 | 2024.07.13 05:37:21.228023 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
3333 | 2024.07.13 05:37:21.228293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3334 | 2024.07.13 05:37:21.228478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3335 | 2024.07.13 05:37:21.228585 [ 3 ] {} <Debug> HTTP-Session: 0f27ed99-e143-488b-a85a-d34ee9688d6c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3336 | 2024.07.13 05:37:21.228604 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3337 | 2024.07.13 05:37:21.228660 [ 3 ] {} <Debug> HTTP-Session: 0f27ed99-e143-488b-a85a-d34ee9688d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3338 | 2024.07.13 05:37:21.228721 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
3339 | 2024.07.13 05:37:21.228737 [ 3 ] {} <Debug> HTTP-Session: 0f27ed99-e143-488b-a85a-d34ee9688d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3340 | 2024.07.13 05:37:21.228889 [ 3 ] {} <Trace> HTTP-Session: 0f27ed99-e143-488b-a85a-d34ee9688d6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3341 | 2024.07.13 05:37:21.229085 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
3342 | 2024.07.13 05:37:21.229418 [ 3 ] {05dd8319-187d-4992-88ef-85e5bbb0ab28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3343 | 2024.07.13 05:37:21.229615 [ 3 ] {05dd8319-187d-4992-88ef-85e5bbb0ab28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3344 | 2024.07.13 05:37:21.229670 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
3345 | 2024.07.13 05:37:21.230124 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
3346 | 2024.07.13 05:37:21.230546 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
3347 | 2024.07.13 05:37:21.230984 [ 3 ] {05dd8319-187d-4992-88ef-85e5bbb0ab28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3348 | 2024.07.13 05:37:21.231166 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part | ||
3349 | 2024.07.13 05:37:21.232554 [ 3 ] {05dd8319-187d-4992-88ef-85e5bbb0ab28} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3350 | 2024.07.13 05:37:21.232653 [ 3 ] {05dd8319-187d-4992-88ef-85e5bbb0ab28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3351 | 2024.07.13 05:37:21.234348 [ 3 ] {05dd8319-187d-4992-88ef-85e5bbb0ab28} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3352 | 2024.07.13 05:37:21.235855 [ 3 ] {05dd8319-187d-4992-88ef-85e5bbb0ab28} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3353 | 2024.07.13 05:37:21.236426 [ 3 ] {05dd8319-187d-4992-88ef-85e5bbb0ab28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007207 sec., 8325.239350631331 rows/sec., 574.53 KiB/sec. | ||
3354 | 2024.07.13 05:37:21.236793 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 4 columns (4 merged, 0 gathered) in 0.009247914 sec., 15354.814069421494 rows/sec., 888.08 KiB/sec. | ||
3355 | 2024.07.13 05:37:21.237097 [ 3 ] {05dd8319-187d-4992-88ef-85e5bbb0ab28} <Debug> DynamicQueryHandler: Done processing query | ||
3356 | 2024.07.13 05:37:21.237191 [ 3 ] {05dd8319-187d-4992-88ef-85e5bbb0ab28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3357 | 2024.07.13 05:37:21.237248 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3358 | 2024.07.13 05:37:21.237274 [ 3 ] {} <Debug> HTTP-Session: 0f27ed99-e143-488b-a85a-d34ee9688d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3359 | 2024.07.13 05:37:21.238430 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_6_1} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3360 | 2024.07.13 05:37:21.238620 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_6_1} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3361 | 2024.07.13 05:37:21.238834 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3362 | 2024.07.13 05:37:21.239600 [ 186 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 19 columns (19 merged, 0 gathered) in 0.019014216 sec., 5890.329635468535 rows/sec., 10.56 MiB/sec. | ||
3363 | 2024.07.13 05:37:21.239978 [ 186 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3364 | 2024.07.13 05:37:21.240577 [ 186 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3365 | 2024.07.13 05:37:21.240654 [ 186 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3366 | 2024.07.13 05:37:21.240790 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
3367 | 2024.07.13 05:37:26.167240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3368 | 2024.07.13 05:37:26.167374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3369 | 2024.07.13 05:37:26.167399 [ 3 ] {} <Debug> HTTP-Session: 93c281da-1fae-49ea-b1c8-027b8ab25f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3370 | 2024.07.13 05:37:26.167424 [ 3 ] {} <Debug> HTTP-Session: 93c281da-1fae-49ea-b1c8-027b8ab25f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3371 | 2024.07.13 05:37:26.167439 [ 3 ] {} <Debug> HTTP-Session: 93c281da-1fae-49ea-b1c8-027b8ab25f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3372 | 2024.07.13 05:37:26.167487 [ 3 ] {} <Trace> HTTP-Session: 93c281da-1fae-49ea-b1c8-027b8ab25f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3373 | 2024.07.13 05:37:26.167685 [ 3 ] {ab4bd007-801e-40d6-9c8c-e052654daf4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3374 | 2024.07.13 05:37:26.167751 [ 3 ] {ab4bd007-801e-40d6-9c8c-e052654daf4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3375 | 2024.07.13 05:37:26.167940 [ 3 ] {ab4bd007-801e-40d6-9c8c-e052654daf4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3376 | 2024.07.13 05:37:26.168399 [ 3 ] {ab4bd007-801e-40d6-9c8c-e052654daf4c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3377 | 2024.07.13 05:37:26.168445 [ 3 ] {ab4bd007-801e-40d6-9c8c-e052654daf4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3378 | 2024.07.13 05:37:26.168822 [ 3 ] {ab4bd007-801e-40d6-9c8c-e052654daf4c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3379 | 2024.07.13 05:37:26.169181 [ 3 ] {ab4bd007-801e-40d6-9c8c-e052654daf4c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3380 | 2024.07.13 05:37:26.169327 [ 3 ] {ab4bd007-801e-40d6-9c8c-e052654daf4c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001708 sec., 32786.885245901634 rows/sec., 2.52 MiB/sec. | ||
3381 | 2024.07.13 05:37:26.169606 [ 3 ] {ab4bd007-801e-40d6-9c8c-e052654daf4c} <Debug> DynamicQueryHandler: Done processing query | ||
3382 | 2024.07.13 05:37:26.169634 [ 3 ] {ab4bd007-801e-40d6-9c8c-e052654daf4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3383 | 2024.07.13 05:37:26.169651 [ 3 ] {} <Debug> HTTP-Session: 93c281da-1fae-49ea-b1c8-027b8ab25f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3384 | 2024.07.13 05:37:26.169804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3385 | 2024.07.13 05:37:26.169857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3386 | 2024.07.13 05:37:26.169876 [ 3 ] {} <Debug> HTTP-Session: f2368635-0eed-4ba9-a0fa-e7c0e55dddb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3387 | 2024.07.13 05:37:26.169896 [ 3 ] {} <Debug> HTTP-Session: f2368635-0eed-4ba9-a0fa-e7c0e55dddb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3388 | 2024.07.13 05:37:26.169912 [ 3 ] {} <Debug> HTTP-Session: f2368635-0eed-4ba9-a0fa-e7c0e55dddb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3389 | 2024.07.13 05:37:26.169948 [ 3 ] {} <Trace> HTTP-Session: f2368635-0eed-4ba9-a0fa-e7c0e55dddb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3390 | 2024.07.13 05:37:26.170074 [ 3 ] {71d080b7-722a-41f7-bcdd-3856f6780b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3391 | 2024.07.13 05:37:26.170123 [ 3 ] {71d080b7-722a-41f7-bcdd-3856f6780b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3392 | 2024.07.13 05:37:26.170272 [ 3 ] {71d080b7-722a-41f7-bcdd-3856f6780b72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3393 | 2024.07.13 05:37:26.170661 [ 3 ] {71d080b7-722a-41f7-bcdd-3856f6780b72} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3394 | 2024.07.13 05:37:26.170702 [ 3 ] {71d080b7-722a-41f7-bcdd-3856f6780b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3395 | 2024.07.13 05:37:26.171051 [ 3 ] {71d080b7-722a-41f7-bcdd-3856f6780b72} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3396 | 2024.07.13 05:37:26.171371 [ 3 ] {71d080b7-722a-41f7-bcdd-3856f6780b72} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3397 | 2024.07.13 05:37:26.171499 [ 3 ] {71d080b7-722a-41f7-bcdd-3856f6780b72} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00147 sec., 43537.4149659864 rows/sec., 3.40 MiB/sec. | ||
3398 | 2024.07.13 05:37:26.171806 [ 3 ] {71d080b7-722a-41f7-bcdd-3856f6780b72} <Debug> DynamicQueryHandler: Done processing query | ||
3399 | 2024.07.13 05:37:26.171832 [ 3 ] {71d080b7-722a-41f7-bcdd-3856f6780b72} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3400 | 2024.07.13 05:37:26.171849 [ 3 ] {} <Debug> HTTP-Session: f2368635-0eed-4ba9-a0fa-e7c0e55dddb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3401 | 2024.07.13 05:37:26.172072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3402 | 2024.07.13 05:37:26.172121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3403 | 2024.07.13 05:37:26.172142 [ 3 ] {} <Debug> HTTP-Session: 83ce15df-804f-4489-b1c1-2ebbf37f0b3d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3404 | 2024.07.13 05:37:26.172159 [ 3 ] {} <Debug> HTTP-Session: 83ce15df-804f-4489-b1c1-2ebbf37f0b3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3405 | 2024.07.13 05:37:26.172173 [ 3 ] {} <Debug> HTTP-Session: 83ce15df-804f-4489-b1c1-2ebbf37f0b3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3406 | 2024.07.13 05:37:26.172205 [ 3 ] {} <Trace> HTTP-Session: 83ce15df-804f-4489-b1c1-2ebbf37f0b3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3407 | 2024.07.13 05:37:26.172358 [ 3 ] {11a1c8af-5608-4e3b-8ff6-66d777649137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3408 | 2024.07.13 05:37:26.172408 [ 3 ] {11a1c8af-5608-4e3b-8ff6-66d777649137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3409 | 2024.07.13 05:37:26.172575 [ 3 ] {11a1c8af-5608-4e3b-8ff6-66d777649137} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3410 | 2024.07.13 05:37:26.172990 [ 3 ] {11a1c8af-5608-4e3b-8ff6-66d777649137} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3411 | 2024.07.13 05:37:26.173026 [ 3 ] {11a1c8af-5608-4e3b-8ff6-66d777649137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3412 | 2024.07.13 05:37:26.173416 [ 3 ] {11a1c8af-5608-4e3b-8ff6-66d777649137} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3413 | 2024.07.13 05:37:26.173774 [ 3 ] {11a1c8af-5608-4e3b-8ff6-66d777649137} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3414 | 2024.07.13 05:37:26.173901 [ 3 ] {11a1c8af-5608-4e3b-8ff6-66d777649137} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
3415 | 2024.07.13 05:37:26.174238 [ 3 ] {11a1c8af-5608-4e3b-8ff6-66d777649137} <Debug> DynamicQueryHandler: Done processing query | ||
3416 | 2024.07.13 05:37:26.174265 [ 3 ] {11a1c8af-5608-4e3b-8ff6-66d777649137} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3417 | 2024.07.13 05:37:26.174281 [ 3 ] {} <Debug> HTTP-Session: 83ce15df-804f-4489-b1c1-2ebbf37f0b3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3418 | 2024.07.13 05:37:26.174422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3419 | 2024.07.13 05:37:26.174472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3420 | 2024.07.13 05:37:26.174490 [ 3 ] {} <Debug> HTTP-Session: 5f23ae88-7d8f-41f9-9fe3-c1e8f5b3ea36 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3421 | 2024.07.13 05:37:26.174508 [ 3 ] {} <Debug> HTTP-Session: 5f23ae88-7d8f-41f9-9fe3-c1e8f5b3ea36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3422 | 2024.07.13 05:37:26.174522 [ 3 ] {} <Debug> HTTP-Session: 5f23ae88-7d8f-41f9-9fe3-c1e8f5b3ea36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3423 | 2024.07.13 05:37:26.174553 [ 3 ] {} <Trace> HTTP-Session: 5f23ae88-7d8f-41f9-9fe3-c1e8f5b3ea36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3424 | 2024.07.13 05:37:26.174676 [ 3 ] {f46e65d6-82c0-4161-8627-3cb91d0ff44e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3425 | 2024.07.13 05:37:26.174722 [ 3 ] {f46e65d6-82c0-4161-8627-3cb91d0ff44e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3426 | 2024.07.13 05:37:26.174872 [ 3 ] {f46e65d6-82c0-4161-8627-3cb91d0ff44e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3427 | 2024.07.13 05:37:26.175184 [ 3 ] {f46e65d6-82c0-4161-8627-3cb91d0ff44e} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3428 | 2024.07.13 05:37:26.175219 [ 3 ] {f46e65d6-82c0-4161-8627-3cb91d0ff44e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3429 | 2024.07.13 05:37:26.175569 [ 3 ] {f46e65d6-82c0-4161-8627-3cb91d0ff44e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3430 | 2024.07.13 05:37:26.175890 [ 3 ] {f46e65d6-82c0-4161-8627-3cb91d0ff44e} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3431 | 2024.07.13 05:37:26.176018 [ 3 ] {f46e65d6-82c0-4161-8627-3cb91d0ff44e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
3432 | 2024.07.13 05:37:26.176210 [ 3 ] {f46e65d6-82c0-4161-8627-3cb91d0ff44e} <Debug> DynamicQueryHandler: Done processing query | ||
3433 | 2024.07.13 05:37:26.176235 [ 3 ] {f46e65d6-82c0-4161-8627-3cb91d0ff44e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3434 | 2024.07.13 05:37:26.176251 [ 3 ] {} <Debug> HTTP-Session: 5f23ae88-7d8f-41f9-9fe3-c1e8f5b3ea36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3435 | 2024.07.13 05:37:30.441753 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3436 | 2024.07.13 05:37:30.441826 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3437 | 2024.07.13 05:37:31.174534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3438 | 2024.07.13 05:37:31.174661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3439 | 2024.07.13 05:37:31.174689 [ 3 ] {} <Debug> HTTP-Session: 2d652a83-9085-4b80-b5dd-f5e4bf436293 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3440 | 2024.07.13 05:37:31.174718 [ 3 ] {} <Debug> HTTP-Session: 2d652a83-9085-4b80-b5dd-f5e4bf436293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3441 | 2024.07.13 05:37:31.174735 [ 3 ] {} <Debug> HTTP-Session: 2d652a83-9085-4b80-b5dd-f5e4bf436293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3442 | 2024.07.13 05:37:31.174790 [ 3 ] {} <Trace> HTTP-Session: 2d652a83-9085-4b80-b5dd-f5e4bf436293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3443 | 2024.07.13 05:37:31.175001 [ 3 ] {c29d610b-0c24-4cce-a927-08482f2a4055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3444 | 2024.07.13 05:37:31.175078 [ 3 ] {c29d610b-0c24-4cce-a927-08482f2a4055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3445 | 2024.07.13 05:37:31.175297 [ 3 ] {c29d610b-0c24-4cce-a927-08482f2a4055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3446 | 2024.07.13 05:37:31.175762 [ 3 ] {c29d610b-0c24-4cce-a927-08482f2a4055} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3447 | 2024.07.13 05:37:31.175808 [ 3 ] {c29d610b-0c24-4cce-a927-08482f2a4055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3448 | 2024.07.13 05:37:31.176184 [ 3 ] {c29d610b-0c24-4cce-a927-08482f2a4055} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3449 | 2024.07.13 05:37:31.176530 [ 3 ] {c29d610b-0c24-4cce-a927-08482f2a4055} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3450 | 2024.07.13 05:37:31.176700 [ 3 ] {c29d610b-0c24-4cce-a927-08482f2a4055} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001762 sec., 21566.40181611805 rows/sec., 1.63 MiB/sec. | ||
3451 | 2024.07.13 05:37:31.176918 [ 3 ] {c29d610b-0c24-4cce-a927-08482f2a4055} <Debug> DynamicQueryHandler: Done processing query | ||
3452 | 2024.07.13 05:37:31.176945 [ 3 ] {c29d610b-0c24-4cce-a927-08482f2a4055} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3453 | 2024.07.13 05:37:31.176962 [ 3 ] {} <Debug> HTTP-Session: 2d652a83-9085-4b80-b5dd-f5e4bf436293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3454 | 2024.07.13 05:37:31.177127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3455 | 2024.07.13 05:37:31.177185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3456 | 2024.07.13 05:37:31.177205 [ 3 ] {} <Debug> HTTP-Session: 2e22642b-6b23-431a-aba6-1578d5bc72e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3457 | 2024.07.13 05:37:31.177224 [ 3 ] {} <Debug> HTTP-Session: 2e22642b-6b23-431a-aba6-1578d5bc72e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3458 | 2024.07.13 05:37:31.177238 [ 3 ] {} <Debug> HTTP-Session: 2e22642b-6b23-431a-aba6-1578d5bc72e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3459 | 2024.07.13 05:37:31.177274 [ 3 ] {} <Trace> HTTP-Session: 2e22642b-6b23-431a-aba6-1578d5bc72e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3460 | 2024.07.13 05:37:31.177377 [ 3 ] {434c98e0-e1e9-4fa1-b7ae-3868a79ed771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3461 | 2024.07.13 05:37:31.177423 [ 3 ] {434c98e0-e1e9-4fa1-b7ae-3868a79ed771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3462 | 2024.07.13 05:37:31.177561 [ 3 ] {434c98e0-e1e9-4fa1-b7ae-3868a79ed771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3463 | 2024.07.13 05:37:31.177836 [ 3 ] {434c98e0-e1e9-4fa1-b7ae-3868a79ed771} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3464 | 2024.07.13 05:37:31.177874 [ 3 ] {434c98e0-e1e9-4fa1-b7ae-3868a79ed771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3465 | 2024.07.13 05:37:31.178186 [ 3 ] {434c98e0-e1e9-4fa1-b7ae-3868a79ed771} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3466 | 2024.07.13 05:37:31.178498 [ 3 ] {434c98e0-e1e9-4fa1-b7ae-3868a79ed771} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3467 | 2024.07.13 05:37:31.178646 [ 3 ] {434c98e0-e1e9-4fa1-b7ae-3868a79ed771} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 125.84 KiB/sec. | ||
3468 | 2024.07.13 05:37:31.178815 [ 3 ] {434c98e0-e1e9-4fa1-b7ae-3868a79ed771} <Debug> DynamicQueryHandler: Done processing query | ||
3469 | 2024.07.13 05:37:31.178840 [ 3 ] {434c98e0-e1e9-4fa1-b7ae-3868a79ed771} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3470 | 2024.07.13 05:37:31.178855 [ 3 ] {} <Debug> HTTP-Session: 2e22642b-6b23-431a-aba6-1578d5bc72e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3471 | 2024.07.13 05:37:31.179099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3472 | 2024.07.13 05:37:31.179150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3473 | 2024.07.13 05:37:31.179168 [ 3 ] {} <Debug> HTTP-Session: 76a5b669-43c3-41cf-9ef6-24af256ff469 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3474 | 2024.07.13 05:37:31.179185 [ 3 ] {} <Debug> HTTP-Session: 76a5b669-43c3-41cf-9ef6-24af256ff469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3475 | 2024.07.13 05:37:31.179199 [ 3 ] {} <Debug> HTTP-Session: 76a5b669-43c3-41cf-9ef6-24af256ff469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3476 | 2024.07.13 05:37:31.179230 [ 3 ] {} <Trace> HTTP-Session: 76a5b669-43c3-41cf-9ef6-24af256ff469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3477 | 2024.07.13 05:37:31.179404 [ 3 ] {b14e45ad-19da-4d58-bf74-82c7021f36ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3478 | 2024.07.13 05:37:31.179448 [ 3 ] {b14e45ad-19da-4d58-bf74-82c7021f36ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3479 | 2024.07.13 05:37:31.179576 [ 3 ] {b14e45ad-19da-4d58-bf74-82c7021f36ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3480 | 2024.07.13 05:37:31.180010 [ 3 ] {b14e45ad-19da-4d58-bf74-82c7021f36ca} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3481 | 2024.07.13 05:37:31.180047 [ 3 ] {b14e45ad-19da-4d58-bf74-82c7021f36ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3482 | 2024.07.13 05:37:31.180379 [ 3 ] {b14e45ad-19da-4d58-bf74-82c7021f36ca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3483 | 2024.07.13 05:37:31.180686 [ 3 ] {b14e45ad-19da-4d58-bf74-82c7021f36ca} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3484 | 2024.07.13 05:37:31.180847 [ 3 ] {b14e45ad-19da-4d58-bf74-82c7021f36ca} <Debug> executeQuery: Read 258 rows, 23.29 KiB in 0.001522 sec., 169513.7976346912 rows/sec., 14.94 MiB/sec. | ||
3485 | 2024.07.13 05:37:31.181162 [ 3 ] {b14e45ad-19da-4d58-bf74-82c7021f36ca} <Debug> DynamicQueryHandler: Done processing query | ||
3486 | 2024.07.13 05:37:31.181189 [ 3 ] {b14e45ad-19da-4d58-bf74-82c7021f36ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3487 | 2024.07.13 05:37:31.181205 [ 3 ] {} <Debug> HTTP-Session: 76a5b669-43c3-41cf-9ef6-24af256ff469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3488 | 2024.07.13 05:37:31.181336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3489 | 2024.07.13 05:37:31.181385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3490 | 2024.07.13 05:37:31.181403 [ 3 ] {} <Debug> HTTP-Session: d7cafa33-432a-446e-8bd9-6937e7f71e2b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3491 | 2024.07.13 05:37:31.181421 [ 3 ] {} <Debug> HTTP-Session: d7cafa33-432a-446e-8bd9-6937e7f71e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3492 | 2024.07.13 05:37:31.181435 [ 3 ] {} <Debug> HTTP-Session: d7cafa33-432a-446e-8bd9-6937e7f71e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3493 | 2024.07.13 05:37:31.181465 [ 3 ] {} <Trace> HTTP-Session: d7cafa33-432a-446e-8bd9-6937e7f71e2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3494 | 2024.07.13 05:37:31.181561 [ 3 ] {3c889685-0c9c-4392-9a0f-9264702d91cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3495 | 2024.07.13 05:37:31.181606 [ 3 ] {3c889685-0c9c-4392-9a0f-9264702d91cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3496 | 2024.07.13 05:37:31.181750 [ 3 ] {3c889685-0c9c-4392-9a0f-9264702d91cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3497 | 2024.07.13 05:37:31.182015 [ 3 ] {3c889685-0c9c-4392-9a0f-9264702d91cd} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3498 | 2024.07.13 05:37:31.182052 [ 3 ] {3c889685-0c9c-4392-9a0f-9264702d91cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3499 | 2024.07.13 05:37:31.182348 [ 3 ] {3c889685-0c9c-4392-9a0f-9264702d91cd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3500 | 2024.07.13 05:37:31.182657 [ 3 ] {3c889685-0c9c-4392-9a0f-9264702d91cd} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3501 | 2024.07.13 05:37:31.182808 [ 3 ] {3c889685-0c9c-4392-9a0f-9264702d91cd} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 110.74 KiB/sec. | ||
3502 | 2024.07.13 05:37:31.183073 [ 3 ] {3c889685-0c9c-4392-9a0f-9264702d91cd} <Debug> DynamicQueryHandler: Done processing query | ||
3503 | 2024.07.13 05:37:31.183098 [ 3 ] {3c889685-0c9c-4392-9a0f-9264702d91cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3504 | 2024.07.13 05:37:31.183114 [ 3 ] {} <Debug> HTTP-Session: d7cafa33-432a-446e-8bd9-6937e7f71e2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3505 | 2024.07.13 05:37:31.183505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 67339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3506 | 2024.07.13 05:37:31.183553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3507 | 2024.07.13 05:37:31.183572 [ 3 ] {} <Debug> HTTP-Session: 0ce24025-13f5-4715-a9a6-e4a652d85e25 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3508 | 2024.07.13 05:37:31.183588 [ 3 ] {} <Debug> HTTP-Session: 0ce24025-13f5-4715-a9a6-e4a652d85e25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3509 | 2024.07.13 05:37:31.183602 [ 3 ] {} <Debug> HTTP-Session: 0ce24025-13f5-4715-a9a6-e4a652d85e25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3510 | 2024.07.13 05:37:31.183632 [ 3 ] {} <Trace> HTTP-Session: 0ce24025-13f5-4715-a9a6-e4a652d85e25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3511 | 2024.07.13 05:37:31.183849 [ 3 ] {faed1314-4f41-47e8-bc98-757581021be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3512 | 2024.07.13 05:37:31.183893 [ 3 ] {faed1314-4f41-47e8-bc98-757581021be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3513 | 2024.07.13 05:37:31.184035 [ 3 ] {faed1314-4f41-47e8-bc98-757581021be5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3514 | 2024.07.13 05:37:31.184548 [ 3 ] {faed1314-4f41-47e8-bc98-757581021be5} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3515 | 2024.07.13 05:37:31.184585 [ 3 ] {faed1314-4f41-47e8-bc98-757581021be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3516 | 2024.07.13 05:37:31.184939 [ 3 ] {faed1314-4f41-47e8-bc98-757581021be5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3517 | 2024.07.13 05:37:31.185252 [ 3 ] {faed1314-4f41-47e8-bc98-757581021be5} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3518 | 2024.07.13 05:37:31.185413 [ 3 ] {faed1314-4f41-47e8-bc98-757581021be5} <Debug> executeQuery: Read 416 rows, 30.20 KiB in 0.001664 sec., 250000.00000000003 rows/sec., 17.72 MiB/sec. | ||
3519 | 2024.07.13 05:37:31.185581 [ 3 ] {faed1314-4f41-47e8-bc98-757581021be5} <Debug> DynamicQueryHandler: Done processing query | ||
3520 | 2024.07.13 05:37:31.185605 [ 3 ] {faed1314-4f41-47e8-bc98-757581021be5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3521 | 2024.07.13 05:37:31.185620 [ 3 ] {} <Debug> HTTP-Session: 0ce24025-13f5-4715-a9a6-e4a652d85e25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3522 | 2024.07.13 05:37:31.185811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3523 | 2024.07.13 05:37:31.185859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3524 | 2024.07.13 05:37:31.185877 [ 3 ] {} <Debug> HTTP-Session: ce5dfa79-00fc-4d20-9097-5083fb113fdd Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3525 | 2024.07.13 05:37:31.185893 [ 3 ] {} <Debug> HTTP-Session: ce5dfa79-00fc-4d20-9097-5083fb113fdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3526 | 2024.07.13 05:37:31.185907 [ 3 ] {} <Debug> HTTP-Session: ce5dfa79-00fc-4d20-9097-5083fb113fdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3527 | 2024.07.13 05:37:31.185938 [ 3 ] {} <Trace> HTTP-Session: ce5dfa79-00fc-4d20-9097-5083fb113fdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3528 | 2024.07.13 05:37:31.186032 [ 3 ] {0dda606f-90e9-4768-b39f-b92b4a9035b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3529 | 2024.07.13 05:37:31.186078 [ 3 ] {0dda606f-90e9-4768-b39f-b92b4a9035b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3530 | 2024.07.13 05:37:31.186207 [ 3 ] {0dda606f-90e9-4768-b39f-b92b4a9035b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3531 | 2024.07.13 05:37:31.186537 [ 3 ] {0dda606f-90e9-4768-b39f-b92b4a9035b0} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3532 | 2024.07.13 05:37:31.186573 [ 3 ] {0dda606f-90e9-4768-b39f-b92b4a9035b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3533 | 2024.07.13 05:37:31.186933 [ 3 ] {0dda606f-90e9-4768-b39f-b92b4a9035b0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3534 | 2024.07.13 05:37:31.187253 [ 3 ] {0dda606f-90e9-4768-b39f-b92b4a9035b0} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3535 | 2024.07.13 05:37:31.187400 [ 34 ] {} <Debug> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3536 | 2024.07.13 05:37:31.187411 [ 3 ] {0dda606f-90e9-4768-b39f-b92b4a9035b0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001393 sec., 4307.250538406318 rows/sec., 185.08 KiB/sec. | ||
3537 | 2024.07.13 05:37:31.187484 [ 34 ] {} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3538 | 2024.07.13 05:37:31.187550 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3539 | 2024.07.13 05:37:31.187806 [ 3 ] {0dda606f-90e9-4768-b39f-b92b4a9035b0} <Debug> DynamicQueryHandler: Done processing query | ||
3540 | 2024.07.13 05:37:31.187901 [ 3 ] {0dda606f-90e9-4768-b39f-b92b4a9035b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3541 | 2024.07.13 05:37:31.187969 [ 3 ] {} <Debug> HTTP-Session: ce5dfa79-00fc-4d20-9097-5083fb113fdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3542 | 2024.07.13 05:37:31.187986 [ 197 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
3543 | 2024.07.13 05:37:31.188177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3544 | 2024.07.13 05:37:31.188255 [ 197 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3545 | 2024.07.13 05:37:31.188274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3546 | 2024.07.13 05:37:31.188327 [ 197 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
3547 | 2024.07.13 05:37:31.188338 [ 3 ] {} <Debug> HTTP-Session: 607871e1-3bc3-4643-a5a3-95d6c6aaae29 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3548 | 2024.07.13 05:37:31.188390 [ 3 ] {} <Debug> HTTP-Session: 607871e1-3bc3-4643-a5a3-95d6c6aaae29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3549 | 2024.07.13 05:37:31.188439 [ 3 ] {} <Debug> HTTP-Session: 607871e1-3bc3-4643-a5a3-95d6c6aaae29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3550 | 2024.07.13 05:37:31.188580 [ 197 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
3551 | 2024.07.13 05:37:31.188592 [ 3 ] {} <Trace> HTTP-Session: 607871e1-3bc3-4643-a5a3-95d6c6aaae29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3552 | 2024.07.13 05:37:31.188727 [ 197 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
3553 | 2024.07.13 05:37:31.189002 [ 3 ] {34df9503-b7d6-4664-9d82-0447d1ab734e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3554 | 2024.07.13 05:37:31.189208 [ 197 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
3555 | 2024.07.13 05:37:31.189214 [ 3 ] {34df9503-b7d6-4664-9d82-0447d1ab734e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3556 | 2024.07.13 05:37:31.189521 [ 197 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
3557 | 2024.07.13 05:37:31.189840 [ 197 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
3558 | 2024.07.13 05:37:31.190467 [ 3 ] {34df9503-b7d6-4664-9d82-0447d1ab734e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3559 | 2024.07.13 05:37:31.191246 [ 3 ] {34df9503-b7d6-4664-9d82-0447d1ab734e} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3560 | 2024.07.13 05:37:31.191311 [ 3 ] {34df9503-b7d6-4664-9d82-0447d1ab734e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3561 | 2024.07.13 05:37:31.192453 [ 3 ] {34df9503-b7d6-4664-9d82-0447d1ab734e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3562 | 2024.07.13 05:37:31.192703 [ 186 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005027888 sec., 7160.064026883653 rows/sec., 307.66 KiB/sec. | ||
3563 | 2024.07.13 05:37:31.192973 [ 186 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3564 | 2024.07.13 05:37:31.193193 [ 3 ] {34df9503-b7d6-4664-9d82-0447d1ab734e} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3565 | 2024.07.13 05:37:31.193471 [ 34 ] {} <Debug> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3566 | 2024.07.13 05:37:31.193585 [ 34 ] {} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3567 | 2024.07.13 05:37:31.193655 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3568 | 2024.07.13 05:37:31.193663 [ 3 ] {34df9503-b7d6-4664-9d82-0447d1ab734e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00485 sec., 15876.288659793814 rows/sec., 1001.13 KiB/sec. | ||
3569 | 2024.07.13 05:37:31.194380 [ 186 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_6_1} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3570 | 2024.07.13 05:37:31.194427 [ 3 ] {34df9503-b7d6-4664-9d82-0447d1ab734e} <Debug> DynamicQueryHandler: Done processing query | ||
3571 | 2024.07.13 05:37:31.194454 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
3572 | 2024.07.13 05:37:31.194500 [ 3 ] {34df9503-b7d6-4664-9d82-0447d1ab734e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3573 | 2024.07.13 05:37:31.194576 [ 3 ] {} <Debug> HTTP-Session: 607871e1-3bc3-4643-a5a3-95d6c6aaae29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3574 | 2024.07.13 05:37:31.194614 [ 186 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_6_1} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3575 | 2024.07.13 05:37:31.194752 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3576 | 2024.07.13 05:37:31.194756 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3577 | 2024.07.13 05:37:31.194827 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
3578 | 2024.07.13 05:37:31.194864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3579 | 2024.07.13 05:37:31.195036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3580 | 2024.07.13 05:37:31.195080 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
3581 | 2024.07.13 05:37:31.195119 [ 3 ] {} <Debug> HTTP-Session: 1a5b285f-124f-43ab-8585-44520c71a523 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3582 | 2024.07.13 05:37:31.195194 [ 3 ] {} <Debug> HTTP-Session: 1a5b285f-124f-43ab-8585-44520c71a523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3583 | 2024.07.13 05:37:31.195271 [ 3 ] {} <Debug> HTTP-Session: 1a5b285f-124f-43ab-8585-44520c71a523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3584 | 2024.07.13 05:37:31.195350 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
3585 | 2024.07.13 05:37:31.195392 [ 3 ] {} <Trace> HTTP-Session: 1a5b285f-124f-43ab-8585-44520c71a523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3586 | 2024.07.13 05:37:31.195604 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
3587 | 2024.07.13 05:37:31.195854 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
3588 | 2024.07.13 05:37:31.195958 [ 3 ] {6c380693-6501-4f60-9caf-135691575385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3589 | 2024.07.13 05:37:31.196102 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
3590 | 2024.07.13 05:37:31.196203 [ 3 ] {6c380693-6501-4f60-9caf-135691575385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3591 | 2024.07.13 05:37:31.196913 [ 3 ] {6c380693-6501-4f60-9caf-135691575385} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3592 | 2024.07.13 05:37:31.197908 [ 3 ] {6c380693-6501-4f60-9caf-135691575385} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3593 | 2024.07.13 05:37:31.197993 [ 3 ] {6c380693-6501-4f60-9caf-135691575385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3594 | 2024.07.13 05:37:31.199065 [ 186 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.00515963 sec., 89541.3043183329 rows/sec., 5.51 MiB/sec. | ||
3595 | 2024.07.13 05:37:31.199074 [ 3 ] {6c380693-6501-4f60-9caf-135691575385} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3596 | 2024.07.13 05:37:31.199253 [ 186 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3597 | 2024.07.13 05:37:31.200019 [ 3 ] {6c380693-6501-4f60-9caf-135691575385} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3598 | 2024.07.13 05:37:31.200282 [ 186 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3599 | 2024.07.13 05:37:31.200294 [ 3 ] {6c380693-6501-4f60-9caf-135691575385} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.0046 sec., 35000 rows/sec., 2.44 MiB/sec. | ||
3600 | 2024.07.13 05:37:31.200467 [ 186 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3601 | 2024.07.13 05:37:31.200616 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3602 | 2024.07.13 05:37:31.200674 [ 3 ] {6c380693-6501-4f60-9caf-135691575385} <Debug> DynamicQueryHandler: Done processing query | ||
3603 | 2024.07.13 05:37:31.200705 [ 3 ] {6c380693-6501-4f60-9caf-135691575385} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3604 | 2024.07.13 05:37:31.200721 [ 3 ] {} <Debug> HTTP-Session: 1a5b285f-124f-43ab-8585-44520c71a523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3605 | 2024.07.13 05:37:31.200911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3606 | 2024.07.13 05:37:31.200962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3607 | 2024.07.13 05:37:31.200981 [ 3 ] {} <Debug> HTTP-Session: fdc8e3bd-139b-4c71-9a01-3ac1e375e0ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3608 | 2024.07.13 05:37:31.200998 [ 3 ] {} <Debug> HTTP-Session: fdc8e3bd-139b-4c71-9a01-3ac1e375e0ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3609 | 2024.07.13 05:37:31.201012 [ 3 ] {} <Debug> HTTP-Session: fdc8e3bd-139b-4c71-9a01-3ac1e375e0ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3610 | 2024.07.13 05:37:31.201046 [ 3 ] {} <Trace> HTTP-Session: fdc8e3bd-139b-4c71-9a01-3ac1e375e0ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3611 | 2024.07.13 05:37:31.201386 [ 3 ] {34c5b4fb-ce52-4a9d-91b9-d12bfcd5046a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3612 | 2024.07.13 05:37:31.201461 [ 3 ] {34c5b4fb-ce52-4a9d-91b9-d12bfcd5046a} <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 | ||
3613 | 2024.07.13 05:37:31.201904 [ 3 ] {34c5b4fb-ce52-4a9d-91b9-d12bfcd5046a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3614 | 2024.07.13 05:37:31.202630 [ 3 ] {34c5b4fb-ce52-4a9d-91b9-d12bfcd5046a} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3615 | 2024.07.13 05:37:31.202667 [ 3 ] {34c5b4fb-ce52-4a9d-91b9-d12bfcd5046a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3616 | 2024.07.13 05:37:31.203320 [ 3 ] {34c5b4fb-ce52-4a9d-91b9-d12bfcd5046a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3617 | 2024.07.13 05:37:31.203744 [ 3 ] {34c5b4fb-ce52-4a9d-91b9-d12bfcd5046a} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3618 | 2024.07.13 05:37:31.203956 [ 3 ] {34c5b4fb-ce52-4a9d-91b9-d12bfcd5046a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002811 sec., 11383.849163998577 rows/sec., 20.40 MiB/sec. | ||
3619 | 2024.07.13 05:37:31.204431 [ 3 ] {34c5b4fb-ce52-4a9d-91b9-d12bfcd5046a} <Debug> DynamicQueryHandler: Done processing query | ||
3620 | 2024.07.13 05:37:31.204457 [ 3 ] {34c5b4fb-ce52-4a9d-91b9-d12bfcd5046a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3621 | 2024.07.13 05:37:31.204473 [ 3 ] {} <Debug> HTTP-Session: fdc8e3bd-139b-4c71-9a01-3ac1e375e0ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3622 | 2024.07.13 05:37:31.204606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3623 | 2024.07.13 05:37:31.204655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3624 | 2024.07.13 05:37:31.204675 [ 3 ] {} <Debug> HTTP-Session: deeaa462-788a-44d3-8a4a-f8dfea928a5e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3625 | 2024.07.13 05:37:31.204692 [ 3 ] {} <Debug> HTTP-Session: deeaa462-788a-44d3-8a4a-f8dfea928a5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3626 | 2024.07.13 05:37:31.204706 [ 3 ] {} <Debug> HTTP-Session: deeaa462-788a-44d3-8a4a-f8dfea928a5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3627 | 2024.07.13 05:37:31.204737 [ 3 ] {} <Trace> HTTP-Session: deeaa462-788a-44d3-8a4a-f8dfea928a5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3628 | 2024.07.13 05:37:31.204840 [ 3 ] {4d4a1867-fd7f-48b3-86ec-55899e09f9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3629 | 2024.07.13 05:37:31.204885 [ 3 ] {4d4a1867-fd7f-48b3-86ec-55899e09f9e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3630 | 2024.07.13 05:37:31.205018 [ 3 ] {4d4a1867-fd7f-48b3-86ec-55899e09f9e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3631 | 2024.07.13 05:37:31.205318 [ 3 ] {4d4a1867-fd7f-48b3-86ec-55899e09f9e8} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3632 | 2024.07.13 05:37:31.205431 [ 3 ] {4d4a1867-fd7f-48b3-86ec-55899e09f9e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3633 | 2024.07.13 05:37:31.205796 [ 3 ] {4d4a1867-fd7f-48b3-86ec-55899e09f9e8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3634 | 2024.07.13 05:37:31.206155 [ 3 ] {4d4a1867-fd7f-48b3-86ec-55899e09f9e8} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3635 | 2024.07.13 05:37:31.206275 [ 3 ] {4d4a1867-fd7f-48b3-86ec-55899e09f9e8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001466 sec., 15688.949522510231 rows/sec., 848.66 KiB/sec. | ||
3636 | 2024.07.13 05:37:31.206581 [ 3 ] {4d4a1867-fd7f-48b3-86ec-55899e09f9e8} <Debug> DynamicQueryHandler: Done processing query | ||
3637 | 2024.07.13 05:37:31.206606 [ 3 ] {4d4a1867-fd7f-48b3-86ec-55899e09f9e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3638 | 2024.07.13 05:37:31.206623 [ 3 ] {} <Debug> HTTP-Session: deeaa462-788a-44d3-8a4a-f8dfea928a5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3639 | 2024.07.13 05:37:31.206749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3640 | 2024.07.13 05:37:31.206798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3641 | 2024.07.13 05:37:31.206816 [ 3 ] {} <Debug> HTTP-Session: a272f715-11ec-4b7c-b9f6-a19f61282a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3642 | 2024.07.13 05:37:31.206832 [ 3 ] {} <Debug> HTTP-Session: a272f715-11ec-4b7c-b9f6-a19f61282a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3643 | 2024.07.13 05:37:31.206934 [ 3 ] {} <Debug> HTTP-Session: a272f715-11ec-4b7c-b9f6-a19f61282a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3644 | 2024.07.13 05:37:31.206966 [ 3 ] {} <Trace> HTTP-Session: a272f715-11ec-4b7c-b9f6-a19f61282a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3645 | 2024.07.13 05:37:31.207094 [ 3 ] {c4139153-398b-49f1-8e42-06a2c39b2e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3646 | 2024.07.13 05:37:31.207139 [ 3 ] {c4139153-398b-49f1-8e42-06a2c39b2e5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3647 | 2024.07.13 05:37:31.207283 [ 3 ] {c4139153-398b-49f1-8e42-06a2c39b2e5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3648 | 2024.07.13 05:37:31.207584 [ 3 ] {c4139153-398b-49f1-8e42-06a2c39b2e5c} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3649 | 2024.07.13 05:37:31.207619 [ 3 ] {c4139153-398b-49f1-8e42-06a2c39b2e5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3650 | 2024.07.13 05:37:31.207978 [ 3 ] {c4139153-398b-49f1-8e42-06a2c39b2e5c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3651 | 2024.07.13 05:37:31.208299 [ 3 ] {c4139153-398b-49f1-8e42-06a2c39b2e5c} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3652 | 2024.07.13 05:37:31.208427 [ 3 ] {c4139153-398b-49f1-8e42-06a2c39b2e5c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
3653 | 2024.07.13 05:37:31.208590 [ 3 ] {c4139153-398b-49f1-8e42-06a2c39b2e5c} <Debug> DynamicQueryHandler: Done processing query | ||
3654 | 2024.07.13 05:37:31.208614 [ 3 ] {c4139153-398b-49f1-8e42-06a2c39b2e5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3655 | 2024.07.13 05:37:31.208629 [ 3 ] {} <Debug> HTTP-Session: a272f715-11ec-4b7c-b9f6-a19f61282a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3656 | 2024.07.13 05:37:36.166847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3657 | 2024.07.13 05:37:36.167029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3658 | 2024.07.13 05:37:36.167074 [ 3 ] {} <Debug> HTTP-Session: 6089f545-7834-47c5-9edf-183eba41ad61 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3659 | 2024.07.13 05:37:36.167116 [ 3 ] {} <Debug> HTTP-Session: 6089f545-7834-47c5-9edf-183eba41ad61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3660 | 2024.07.13 05:37:36.167144 [ 3 ] {} <Debug> HTTP-Session: 6089f545-7834-47c5-9edf-183eba41ad61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3661 | 2024.07.13 05:37:36.167222 [ 3 ] {} <Trace> HTTP-Session: 6089f545-7834-47c5-9edf-183eba41ad61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3662 | 2024.07.13 05:37:36.167531 [ 3 ] {46f7f013-6d4d-44bc-8041-da5c6d16510b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3663 | 2024.07.13 05:37:36.167641 [ 3 ] {46f7f013-6d4d-44bc-8041-da5c6d16510b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3664 | 2024.07.13 05:37:36.167900 [ 3 ] {46f7f013-6d4d-44bc-8041-da5c6d16510b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3665 | 2024.07.13 05:37:36.168378 [ 3 ] {46f7f013-6d4d-44bc-8041-da5c6d16510b} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3666 | 2024.07.13 05:37:36.168424 [ 3 ] {46f7f013-6d4d-44bc-8041-da5c6d16510b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3667 | 2024.07.13 05:37:36.168800 [ 3 ] {46f7f013-6d4d-44bc-8041-da5c6d16510b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3668 | 2024.07.13 05:37:36.169157 [ 3 ] {46f7f013-6d4d-44bc-8041-da5c6d16510b} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3669 | 2024.07.13 05:37:36.169355 [ 28 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3670 | 2024.07.13 05:37:36.169381 [ 3 ] {46f7f013-6d4d-44bc-8041-da5c6d16510b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.20 MiB/sec. | ||
3671 | 2024.07.13 05:37:36.169451 [ 28 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3672 | 2024.07.13 05:37:36.169523 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3673 | 2024.07.13 05:37:36.169774 [ 3 ] {46f7f013-6d4d-44bc-8041-da5c6d16510b} <Debug> DynamicQueryHandler: Done processing query | ||
3674 | 2024.07.13 05:37:36.169825 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
3675 | 2024.07.13 05:37:36.169856 [ 3 ] {46f7f013-6d4d-44bc-8041-da5c6d16510b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3676 | 2024.07.13 05:37:36.169939 [ 3 ] {} <Debug> HTTP-Session: 6089f545-7834-47c5-9edf-183eba41ad61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3677 | 2024.07.13 05:37:36.170256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3678 | 2024.07.13 05:37:36.170272 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3679 | 2024.07.13 05:37:36.170305 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 219 rows starting from the beginning of the part | ||
3680 | 2024.07.13 05:37:36.170323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3681 | 2024.07.13 05:37:36.170346 [ 3 ] {} <Debug> HTTP-Session: c927b373-4094-490a-9d7d-1bb359e49724 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3682 | 2024.07.13 05:37:36.170370 [ 3 ] {} <Debug> HTTP-Session: c927b373-4094-490a-9d7d-1bb359e49724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3683 | 2024.07.13 05:37:36.170406 [ 3 ] {} <Debug> HTTP-Session: c927b373-4094-490a-9d7d-1bb359e49724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3684 | 2024.07.13 05:37:36.170437 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
3685 | 2024.07.13 05:37:36.170519 [ 3 ] {} <Trace> HTTP-Session: c927b373-4094-490a-9d7d-1bb359e49724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3686 | 2024.07.13 05:37:36.170757 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 296 rows starting from the beginning of the part | ||
3687 | 2024.07.13 05:37:36.170903 [ 3 ] {9473b3ee-13e1-4ae1-98d5-659f42e685c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3688 | 2024.07.13 05:37:36.171035 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part | ||
3689 | 2024.07.13 05:37:36.171071 [ 3 ] {9473b3ee-13e1-4ae1-98d5-659f42e685c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3690 | 2024.07.13 05:37:36.171362 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 258 rows starting from the beginning of the part | ||
3691 | 2024.07.13 05:37:36.171910 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
3692 | 2024.07.13 05:37:36.172609 [ 3 ] {9473b3ee-13e1-4ae1-98d5-659f42e685c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3693 | 2024.07.13 05:37:36.173219 [ 3 ] {9473b3ee-13e1-4ae1-98d5-659f42e685c0} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3694 | 2024.07.13 05:37:36.173262 [ 3 ] {9473b3ee-13e1-4ae1-98d5-659f42e685c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3695 | 2024.07.13 05:37:36.173730 [ 3 ] {9473b3ee-13e1-4ae1-98d5-659f42e685c0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3696 | 2024.07.13 05:37:36.174136 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 941 rows, containing 4 columns (4 merged, 0 gathered) in 0.00448953 sec., 209598.77760032786 rows/sec., 17.91 MiB/sec. | ||
3697 | 2024.07.13 05:37:36.174271 [ 3 ] {9473b3ee-13e1-4ae1-98d5-659f42e685c0} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3698 | 2024.07.13 05:37:36.174393 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3699 | 2024.07.13 05:37:36.174520 [ 28 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3700 | 2024.07.13 05:37:36.174556 [ 3 ] {9473b3ee-13e1-4ae1-98d5-659f42e685c0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003785 sec., 16908.85072655218 rows/sec., 1.32 MiB/sec. | ||
3701 | 2024.07.13 05:37:36.174625 [ 28 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3702 | 2024.07.13 05:37:36.174714 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3703 | 2024.07.13 05:37:36.175179 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
3704 | 2024.07.13 05:37:36.175229 [ 3 ] {9473b3ee-13e1-4ae1-98d5-659f42e685c0} <Debug> DynamicQueryHandler: Done processing query | ||
3705 | 2024.07.13 05:37:36.175302 [ 3 ] {9473b3ee-13e1-4ae1-98d5-659f42e685c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3706 | 2024.07.13 05:37:36.175432 [ 3 ] {} <Debug> HTTP-Session: c927b373-4094-490a-9d7d-1bb359e49724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3707 | 2024.07.13 05:37:36.175573 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3708 | 2024.07.13 05:37:36.175613 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 401 rows starting from the beginning of the part | ||
3709 | 2024.07.13 05:37:36.175774 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3710 | 2024.07.13 05:37:36.175857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3711 | 2024.07.13 05:37:36.175892 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
3712 | 2024.07.13 05:37:36.176111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3713 | 2024.07.13 05:37:36.176247 [ 3 ] {} <Debug> HTTP-Session: 64fd2fa8-7f00-48b3-bb85-2da60baf01b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3714 | 2024.07.13 05:37:36.176325 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_16_3} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3715 | 2024.07.13 05:37:36.176347 [ 3 ] {} <Debug> HTTP-Session: 64fd2fa8-7f00-48b3-bb85-2da60baf01b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3716 | 2024.07.13 05:37:36.176434 [ 3 ] {} <Debug> HTTP-Session: 64fd2fa8-7f00-48b3-bb85-2da60baf01b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3717 | 2024.07.13 05:37:36.176454 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 457 rows starting from the beginning of the part | ||
3718 | 2024.07.13 05:37:36.176663 [ 3 ] {} <Trace> HTTP-Session: 64fd2fa8-7f00-48b3-bb85-2da60baf01b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3719 | 2024.07.13 05:37:36.176691 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3720 | 2024.07.13 05:37:36.176938 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part | ||
3721 | 2024.07.13 05:37:36.177139 [ 3 ] {d795c41f-7564-44be-aa6b-c600aec8beeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3722 | 2024.07.13 05:37:36.177167 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 416 rows starting from the beginning of the part | ||
3723 | 2024.07.13 05:37:36.177300 [ 3 ] {d795c41f-7564-44be-aa6b-c600aec8beeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3724 | 2024.07.13 05:37:36.177559 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
3725 | 2024.07.13 05:37:36.178252 [ 3 ] {d795c41f-7564-44be-aa6b-c600aec8beeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3726 | 2024.07.13 05:37:36.179237 [ 3 ] {d795c41f-7564-44be-aa6b-c600aec8beeb} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3727 | 2024.07.13 05:37:36.179306 [ 3 ] {d795c41f-7564-44be-aa6b-c600aec8beeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3728 | 2024.07.13 05:37:36.180224 [ 3 ] {d795c41f-7564-44be-aa6b-c600aec8beeb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3729 | 2024.07.13 05:37:36.180447 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1466 rows, containing 4 columns (4 merged, 0 gathered) in 0.005551086 sec., 264092.46767209156 rows/sec., 19.00 MiB/sec. | ||
3730 | 2024.07.13 05:37:36.180756 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3731 | 2024.07.13 05:37:36.180922 [ 3 ] {d795c41f-7564-44be-aa6b-c600aec8beeb} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3732 | 2024.07.13 05:37:36.181190 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3733 | 2024.07.13 05:37:36.181286 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3734 | 2024.07.13 05:37:36.181376 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3735 | 2024.07.13 05:37:36.181394 [ 3 ] {d795c41f-7564-44be-aa6b-c600aec8beeb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004425 sec., 36158.19209039548 rows/sec., 2.52 MiB/sec. | ||
3736 | 2024.07.13 05:37:36.181878 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
3737 | 2024.07.13 05:37:36.182062 [ 3 ] {d795c41f-7564-44be-aa6b-c600aec8beeb} <Debug> DynamicQueryHandler: Done processing query | ||
3738 | 2024.07.13 05:37:36.182148 [ 3 ] {d795c41f-7564-44be-aa6b-c600aec8beeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3739 | 2024.07.13 05:37:36.182236 [ 3 ] {} <Debug> HTTP-Session: 64fd2fa8-7f00-48b3-bb85-2da60baf01b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3740 | 2024.07.13 05:37:36.182311 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3741 | 2024.07.13 05:37:36.182360 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3742 | 2024.07.13 05:37:36.182439 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1352 rows starting from the beginning of the part | ||
3743 | 2024.07.13 05:37:36.182541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3744 | 2024.07.13 05:37:36.182722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3745 | 2024.07.13 05:37:36.182796 [ 3 ] {} <Debug> HTTP-Session: b3c29bc8-b985-448f-989f-5f660c778b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3746 | 2024.07.13 05:37:36.182839 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 140 rows starting from the beginning of the part | ||
3747 | 2024.07.13 05:37:36.182687 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_16_3} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3748 | 2024.07.13 05:37:36.182869 [ 3 ] {} <Debug> HTTP-Session: b3c29bc8-b985-448f-989f-5f660c778b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3749 | 2024.07.13 05:37:36.182937 [ 3 ] {} <Debug> HTTP-Session: b3c29bc8-b985-448f-989f-5f660c778b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3750 | 2024.07.13 05:37:36.183083 [ 3 ] {} <Trace> HTTP-Session: b3c29bc8-b985-448f-989f-5f660c778b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3751 | 2024.07.13 05:37:36.183222 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 199 rows starting from the beginning of the part | ||
3752 | 2024.07.13 05:37:36.183518 [ 3 ] {e1f29bdc-4378-4fd7-a606-a82eed11e78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3753 | 2024.07.13 05:37:36.183591 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
3754 | 2024.07.13 05:37:36.183648 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3755 | 2024.07.13 05:37:36.183682 [ 3 ] {e1f29bdc-4378-4fd7-a606-a82eed11e78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3756 | 2024.07.13 05:37:36.184045 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 161 rows starting from the beginning of the part | ||
3757 | 2024.07.13 05:37:36.184440 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
3758 | 2024.07.13 05:37:36.184512 [ 3 ] {e1f29bdc-4378-4fd7-a606-a82eed11e78d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3759 | 2024.07.13 05:37:36.185558 [ 3 ] {e1f29bdc-4378-4fd7-a606-a82eed11e78d} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3760 | 2024.07.13 05:37:36.185619 [ 3 ] {e1f29bdc-4378-4fd7-a606-a82eed11e78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3761 | 2024.07.13 05:37:36.186687 [ 3 ] {e1f29bdc-4378-4fd7-a606-a82eed11e78d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3762 | 2024.07.13 05:37:36.187464 [ 3 ] {e1f29bdc-4378-4fd7-a606-a82eed11e78d} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3763 | 2024.07.13 05:37:36.187568 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.006021663 sec., 360697.70095071744 rows/sec., 25.12 MiB/sec. | ||
3764 | 2024.07.13 05:37:36.187760 [ 28 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3765 | 2024.07.13 05:37:36.187771 [ 3 ] {e1f29bdc-4378-4fd7-a606-a82eed11e78d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004435 sec., 13528.748590755356 rows/sec., 933.62 KiB/sec. | ||
3766 | 2024.07.13 05:37:36.187858 [ 28 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3767 | 2024.07.13 05:37:36.187946 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3768 | 2024.07.13 05:37:36.188164 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3769 | 2024.07.13 05:37:36.188235 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
3770 | 2024.07.13 05:37:36.188330 [ 3 ] {e1f29bdc-4378-4fd7-a606-a82eed11e78d} <Debug> DynamicQueryHandler: Done processing query | ||
3771 | 2024.07.13 05:37:36.188418 [ 3 ] {e1f29bdc-4378-4fd7-a606-a82eed11e78d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3772 | 2024.07.13 05:37:36.188501 [ 3 ] {} <Debug> HTTP-Session: b3c29bc8-b985-448f-989f-5f660c778b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3773 | 2024.07.13 05:37:36.188607 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3774 | 2024.07.13 05:37:36.188670 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 322 rows starting from the beginning of the part | ||
3775 | 2024.07.13 05:37:36.188847 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part | ||
3776 | 2024.07.13 05:37:36.189172 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
3777 | 2024.07.13 05:37:36.189251 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3778 | 2024.07.13 05:37:36.189368 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
3779 | 2024.07.13 05:37:36.189624 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3780 | 2024.07.13 05:37:36.189677 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
3781 | 2024.07.13 05:37:36.189819 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
3782 | 2024.07.13 05:37:36.189829 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
3783 | 2024.07.13 05:37:36.190860 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 4 columns (4 merged, 0 gathered) in 0.002781234 sec., 220765.31496450855 rows/sec., 14.99 MiB/sec. | ||
3784 | 2024.07.13 05:37:36.191042 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3785 | 2024.07.13 05:37:36.191483 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3786 | 2024.07.13 05:37:36.191571 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_16_3} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3787 | 2024.07.13 05:37:36.191649 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
3788 | 2024.07.13 05:37:41.173971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3789 | 2024.07.13 05:37:41.174107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3790 | 2024.07.13 05:37:41.174137 [ 3 ] {} <Debug> HTTP-Session: 3e1e826a-3405-4ef6-8649-731dd306724d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3791 | 2024.07.13 05:37:41.174164 [ 3 ] {} <Debug> HTTP-Session: 3e1e826a-3405-4ef6-8649-731dd306724d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3792 | 2024.07.13 05:37:41.174184 [ 3 ] {} <Debug> HTTP-Session: 3e1e826a-3405-4ef6-8649-731dd306724d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3793 | 2024.07.13 05:37:41.174240 [ 3 ] {} <Trace> HTTP-Session: 3e1e826a-3405-4ef6-8649-731dd306724d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3794 | 2024.07.13 05:37:41.174453 [ 3 ] {8eaa7e57-e22b-49dd-9c62-c924f66568a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3795 | 2024.07.13 05:37:41.174527 [ 3 ] {8eaa7e57-e22b-49dd-9c62-c924f66568a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3796 | 2024.07.13 05:37:41.174743 [ 3 ] {8eaa7e57-e22b-49dd-9c62-c924f66568a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3797 | 2024.07.13 05:37:41.175190 [ 3 ] {8eaa7e57-e22b-49dd-9c62-c924f66568a6} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3798 | 2024.07.13 05:37:41.175234 [ 3 ] {8eaa7e57-e22b-49dd-9c62-c924f66568a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3799 | 2024.07.13 05:37:41.175617 [ 3 ] {8eaa7e57-e22b-49dd-9c62-c924f66568a6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3800 | 2024.07.13 05:37:41.175959 [ 3 ] {8eaa7e57-e22b-49dd-9c62-c924f66568a6} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3801 | 2024.07.13 05:37:41.176106 [ 3 ] {8eaa7e57-e22b-49dd-9c62-c924f66568a6} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001722 sec., 22067.363530778166 rows/sec., 1.66 MiB/sec. | ||
3802 | 2024.07.13 05:37:41.176308 [ 3 ] {8eaa7e57-e22b-49dd-9c62-c924f66568a6} <Debug> DynamicQueryHandler: Done processing query | ||
3803 | 2024.07.13 05:37:41.176336 [ 3 ] {8eaa7e57-e22b-49dd-9c62-c924f66568a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3804 | 2024.07.13 05:37:41.176352 [ 3 ] {} <Debug> HTTP-Session: 3e1e826a-3405-4ef6-8649-731dd306724d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3805 | 2024.07.13 05:37:41.176524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3806 | 2024.07.13 05:37:41.176578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3807 | 2024.07.13 05:37:41.176598 [ 3 ] {} <Debug> HTTP-Session: a29a239d-e15c-4619-8db3-65307c32c6b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3808 | 2024.07.13 05:37:41.176618 [ 3 ] {} <Debug> HTTP-Session: a29a239d-e15c-4619-8db3-65307c32c6b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3809 | 2024.07.13 05:37:41.176632 [ 3 ] {} <Debug> HTTP-Session: a29a239d-e15c-4619-8db3-65307c32c6b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3810 | 2024.07.13 05:37:41.176667 [ 3 ] {} <Trace> HTTP-Session: a29a239d-e15c-4619-8db3-65307c32c6b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3811 | 2024.07.13 05:37:41.176848 [ 3 ] {5fe760ef-2564-4375-91df-092c653ddfe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3812 | 2024.07.13 05:37:41.176897 [ 3 ] {5fe760ef-2564-4375-91df-092c653ddfe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3813 | 2024.07.13 05:37:41.177028 [ 3 ] {5fe760ef-2564-4375-91df-092c653ddfe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3814 | 2024.07.13 05:37:41.177526 [ 3 ] {5fe760ef-2564-4375-91df-092c653ddfe4} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3815 | 2024.07.13 05:37:41.177563 [ 3 ] {5fe760ef-2564-4375-91df-092c653ddfe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3816 | 2024.07.13 05:37:41.177893 [ 3 ] {5fe760ef-2564-4375-91df-092c653ddfe4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3817 | 2024.07.13 05:37:41.178209 [ 3 ] {5fe760ef-2564-4375-91df-092c653ddfe4} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3818 | 2024.07.13 05:37:41.178341 [ 3 ] {5fe760ef-2564-4375-91df-092c653ddfe4} <Debug> executeQuery: Read 257 rows, 23.21 KiB in 0.001587 sec., 161940.76874606175 rows/sec., 14.29 MiB/sec. | ||
3819 | 2024.07.13 05:37:41.178548 [ 3 ] {5fe760ef-2564-4375-91df-092c653ddfe4} <Debug> DynamicQueryHandler: Done processing query | ||
3820 | 2024.07.13 05:37:41.178573 [ 3 ] {5fe760ef-2564-4375-91df-092c653ddfe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3821 | 2024.07.13 05:37:41.178589 [ 3 ] {} <Debug> HTTP-Session: a29a239d-e15c-4619-8db3-65307c32c6b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3822 | 2024.07.13 05:37:41.178833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 66996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3823 | 2024.07.13 05:37:41.178883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3824 | 2024.07.13 05:37:41.178902 [ 3 ] {} <Debug> HTTP-Session: 6ab18160-610c-413e-b11d-11f88ab1656d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3825 | 2024.07.13 05:37:41.178920 [ 3 ] {} <Debug> HTTP-Session: 6ab18160-610c-413e-b11d-11f88ab1656d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3826 | 2024.07.13 05:37:41.178934 [ 3 ] {} <Debug> HTTP-Session: 6ab18160-610c-413e-b11d-11f88ab1656d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3827 | 2024.07.13 05:37:41.178965 [ 3 ] {} <Trace> HTTP-Session: 6ab18160-610c-413e-b11d-11f88ab1656d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3828 | 2024.07.13 05:37:41.179178 [ 3 ] {dfd37ca4-da66-43a9-873b-9e1f08ecf099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3829 | 2024.07.13 05:37:41.179223 [ 3 ] {dfd37ca4-da66-43a9-873b-9e1f08ecf099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3830 | 2024.07.13 05:37:41.179349 [ 3 ] {dfd37ca4-da66-43a9-873b-9e1f08ecf099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3831 | 2024.07.13 05:37:41.179934 [ 3 ] {dfd37ca4-da66-43a9-873b-9e1f08ecf099} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3832 | 2024.07.13 05:37:41.179971 [ 3 ] {dfd37ca4-da66-43a9-873b-9e1f08ecf099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3833 | 2024.07.13 05:37:41.180307 [ 3 ] {dfd37ca4-da66-43a9-873b-9e1f08ecf099} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3834 | 2024.07.13 05:37:41.180619 [ 3 ] {dfd37ca4-da66-43a9-873b-9e1f08ecf099} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3835 | 2024.07.13 05:37:41.180747 [ 3 ] {dfd37ca4-da66-43a9-873b-9e1f08ecf099} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.001682 sec., 246135.5529131986 rows/sec., 17.44 MiB/sec. | ||
3836 | 2024.07.13 05:37:41.180912 [ 3 ] {dfd37ca4-da66-43a9-873b-9e1f08ecf099} <Debug> DynamicQueryHandler: Done processing query | ||
3837 | 2024.07.13 05:37:41.180936 [ 3 ] {dfd37ca4-da66-43a9-873b-9e1f08ecf099} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
3838 | 2024.07.13 05:37:41.180952 [ 3 ] {} <Debug> HTTP-Session: 6ab18160-610c-413e-b11d-11f88ab1656d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3839 | 2024.07.13 05:37:41.181074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3840 | 2024.07.13 05:37:41.181121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3841 | 2024.07.13 05:37:41.181141 [ 3 ] {} <Debug> HTTP-Session: 67d76435-a24c-40a0-a9ee-a5b21a84b2ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3842 | 2024.07.13 05:37:41.181158 [ 3 ] {} <Debug> HTTP-Session: 67d76435-a24c-40a0-a9ee-a5b21a84b2ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3843 | 2024.07.13 05:37:41.181171 [ 3 ] {} <Debug> HTTP-Session: 67d76435-a24c-40a0-a9ee-a5b21a84b2ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3844 | 2024.07.13 05:37:41.181203 [ 3 ] {} <Trace> HTTP-Session: 67d76435-a24c-40a0-a9ee-a5b21a84b2ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3845 | 2024.07.13 05:37:41.181299 [ 3 ] {cc1327ca-358c-4433-9009-b85bf11d726d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3846 | 2024.07.13 05:37:41.181344 [ 3 ] {cc1327ca-358c-4433-9009-b85bf11d726d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3847 | 2024.07.13 05:37:41.181472 [ 3 ] {cc1327ca-358c-4433-9009-b85bf11d726d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3848 | 2024.07.13 05:37:41.181735 [ 3 ] {cc1327ca-358c-4433-9009-b85bf11d726d} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3849 | 2024.07.13 05:37:41.181770 [ 3 ] {cc1327ca-358c-4433-9009-b85bf11d726d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3850 | 2024.07.13 05:37:41.182136 [ 3 ] {cc1327ca-358c-4433-9009-b85bf11d726d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3851 | 2024.07.13 05:37:41.182466 [ 3 ] {cc1327ca-358c-4433-9009-b85bf11d726d} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3852 | 2024.07.13 05:37:41.182591 [ 3 ] {cc1327ca-358c-4433-9009-b85bf11d726d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 195.76 KiB/sec. | ||
3853 | 2024.07.13 05:37:41.182875 [ 3 ] {cc1327ca-358c-4433-9009-b85bf11d726d} <Debug> DynamicQueryHandler: Done processing query | ||
3854 | 2024.07.13 05:37:41.182900 [ 3 ] {cc1327ca-358c-4433-9009-b85bf11d726d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3855 | 2024.07.13 05:37:41.182915 [ 3 ] {} <Debug> HTTP-Session: 67d76435-a24c-40a0-a9ee-a5b21a84b2ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3856 | 2024.07.13 05:37:41.183047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3857 | 2024.07.13 05:37:41.183095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3858 | 2024.07.13 05:37:41.183113 [ 3 ] {} <Debug> HTTP-Session: 8990093b-86b1-4e28-9cb9-e6fefc5ccd32 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3859 | 2024.07.13 05:37:41.183129 [ 3 ] {} <Debug> HTTP-Session: 8990093b-86b1-4e28-9cb9-e6fefc5ccd32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3860 | 2024.07.13 05:37:41.183143 [ 3 ] {} <Debug> HTTP-Session: 8990093b-86b1-4e28-9cb9-e6fefc5ccd32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3861 | 2024.07.13 05:37:41.183173 [ 3 ] {} <Trace> HTTP-Session: 8990093b-86b1-4e28-9cb9-e6fefc5ccd32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3862 | 2024.07.13 05:37:41.183291 [ 3 ] {510b0e07-8a21-479a-8832-1bdbdef98a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3863 | 2024.07.13 05:37:41.183339 [ 3 ] {510b0e07-8a21-479a-8832-1bdbdef98a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3864 | 2024.07.13 05:37:41.183499 [ 3 ] {510b0e07-8a21-479a-8832-1bdbdef98a8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3865 | 2024.07.13 05:37:41.183814 [ 3 ] {510b0e07-8a21-479a-8832-1bdbdef98a8f} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3866 | 2024.07.13 05:37:41.183850 [ 3 ] {510b0e07-8a21-479a-8832-1bdbdef98a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3867 | 2024.07.13 05:37:41.184214 [ 3 ] {510b0e07-8a21-479a-8832-1bdbdef98a8f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3868 | 2024.07.13 05:37:41.184556 [ 3 ] {510b0e07-8a21-479a-8832-1bdbdef98a8f} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3869 | 2024.07.13 05:37:41.184679 [ 3 ] {510b0e07-8a21-479a-8832-1bdbdef98a8f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001432 sec., 53770.949720670396 rows/sec., 3.31 MiB/sec. | ||
3870 | 2024.07.13 05:37:41.184846 [ 3 ] {510b0e07-8a21-479a-8832-1bdbdef98a8f} <Debug> DynamicQueryHandler: Done processing query | ||
3871 | 2024.07.13 05:37:41.184870 [ 3 ] {510b0e07-8a21-479a-8832-1bdbdef98a8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3872 | 2024.07.13 05:37:41.184886 [ 3 ] {} <Debug> HTTP-Session: 8990093b-86b1-4e28-9cb9-e6fefc5ccd32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3873 | 2024.07.13 05:37:41.185073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3874 | 2024.07.13 05:37:41.185120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3875 | 2024.07.13 05:37:41.185139 [ 3 ] {} <Debug> HTTP-Session: df4f3296-b5b9-4071-a1e2-99439d8cf9eb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3876 | 2024.07.13 05:37:41.185156 [ 3 ] {} <Debug> HTTP-Session: df4f3296-b5b9-4071-a1e2-99439d8cf9eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3877 | 2024.07.13 05:37:41.185169 [ 3 ] {} <Debug> HTTP-Session: df4f3296-b5b9-4071-a1e2-99439d8cf9eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3878 | 2024.07.13 05:37:41.185202 [ 3 ] {} <Trace> HTTP-Session: df4f3296-b5b9-4071-a1e2-99439d8cf9eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3879 | 2024.07.13 05:37:41.185345 [ 3 ] {ce2ae9ec-b4fc-498b-a9b0-ec80548fa204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3880 | 2024.07.13 05:37:41.185389 [ 3 ] {ce2ae9ec-b4fc-498b-a9b0-ec80548fa204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3881 | 2024.07.13 05:37:41.185527 [ 3 ] {ce2ae9ec-b4fc-498b-a9b0-ec80548fa204} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3882 | 2024.07.13 05:37:41.185878 [ 3 ] {ce2ae9ec-b4fc-498b-a9b0-ec80548fa204} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3883 | 2024.07.13 05:37:41.185913 [ 3 ] {ce2ae9ec-b4fc-498b-a9b0-ec80548fa204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3884 | 2024.07.13 05:37:41.186278 [ 3 ] {ce2ae9ec-b4fc-498b-a9b0-ec80548fa204} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3885 | 2024.07.13 05:37:41.186622 [ 3 ] {ce2ae9ec-b4fc-498b-a9b0-ec80548fa204} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3886 | 2024.07.13 05:37:41.186751 [ 3 ] {ce2ae9ec-b4fc-498b-a9b0-ec80548fa204} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001469 sec., 108917.63104152484 rows/sec., 7.59 MiB/sec. | ||
3887 | 2024.07.13 05:37:41.186986 [ 3 ] {ce2ae9ec-b4fc-498b-a9b0-ec80548fa204} <Debug> DynamicQueryHandler: Done processing query | ||
3888 | 2024.07.13 05:37:41.187014 [ 3 ] {ce2ae9ec-b4fc-498b-a9b0-ec80548fa204} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3889 | 2024.07.13 05:37:41.187031 [ 3 ] {} <Debug> HTTP-Session: df4f3296-b5b9-4071-a1e2-99439d8cf9eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3890 | 2024.07.13 05:37:41.187242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3891 | 2024.07.13 05:37:41.187292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3892 | 2024.07.13 05:37:41.187311 [ 3 ] {} <Debug> HTTP-Session: 797e9ff6-0f6e-4785-8c46-0298bb246ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3893 | 2024.07.13 05:37:41.187328 [ 3 ] {} <Debug> HTTP-Session: 797e9ff6-0f6e-4785-8c46-0298bb246ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3894 | 2024.07.13 05:37:41.187342 [ 3 ] {} <Debug> HTTP-Session: 797e9ff6-0f6e-4785-8c46-0298bb246ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3895 | 2024.07.13 05:37:41.187374 [ 3 ] {} <Trace> HTTP-Session: 797e9ff6-0f6e-4785-8c46-0298bb246ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3896 | 2024.07.13 05:37:41.187685 [ 3 ] {23619745-4c7c-47bf-b25f-a691aa43aca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3897 | 2024.07.13 05:37:41.187752 [ 3 ] {23619745-4c7c-47bf-b25f-a691aa43aca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3898 | 2024.07.13 05:37:41.188162 [ 3 ] {23619745-4c7c-47bf-b25f-a691aa43aca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3899 | 2024.07.13 05:37:41.188935 [ 3 ] {23619745-4c7c-47bf-b25f-a691aa43aca8} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3900 | 2024.07.13 05:37:41.188971 [ 3 ] {23619745-4c7c-47bf-b25f-a691aa43aca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3901 | 2024.07.13 05:37:41.189603 [ 3 ] {23619745-4c7c-47bf-b25f-a691aa43aca8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3902 | 2024.07.13 05:37:41.190008 [ 3 ] {23619745-4c7c-47bf-b25f-a691aa43aca8} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3903 | 2024.07.13 05:37:41.190197 [ 3 ] {23619745-4c7c-47bf-b25f-a691aa43aca8} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002734 sec., 11704.462326261888 rows/sec., 20.97 MiB/sec. | ||
3904 | 2024.07.13 05:37:41.190428 [ 3 ] {23619745-4c7c-47bf-b25f-a691aa43aca8} <Debug> DynamicQueryHandler: Done processing query | ||
3905 | 2024.07.13 05:37:41.190453 [ 3 ] {23619745-4c7c-47bf-b25f-a691aa43aca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3906 | 2024.07.13 05:37:41.190469 [ 3 ] {} <Debug> HTTP-Session: 797e9ff6-0f6e-4785-8c46-0298bb246ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3907 | 2024.07.13 05:37:41.190587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3908 | 2024.07.13 05:37:41.190636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3909 | 2024.07.13 05:37:41.190656 [ 3 ] {} <Debug> HTTP-Session: 1fa50b0f-56a9-4fcc-8bc1-a04ad730b863 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3910 | 2024.07.13 05:37:41.190672 [ 3 ] {} <Debug> HTTP-Session: 1fa50b0f-56a9-4fcc-8bc1-a04ad730b863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3911 | 2024.07.13 05:37:41.190686 [ 3 ] {} <Debug> HTTP-Session: 1fa50b0f-56a9-4fcc-8bc1-a04ad730b863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3912 | 2024.07.13 05:37:41.190717 [ 3 ] {} <Trace> HTTP-Session: 1fa50b0f-56a9-4fcc-8bc1-a04ad730b863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3913 | 2024.07.13 05:37:41.190821 [ 3 ] {478abec8-7588-4d06-9655-1bc795b69df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3914 | 2024.07.13 05:37:41.190866 [ 3 ] {478abec8-7588-4d06-9655-1bc795b69df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3915 | 2024.07.13 05:37:41.190996 [ 3 ] {478abec8-7588-4d06-9655-1bc795b69df1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3916 | 2024.07.13 05:37:41.191281 [ 3 ] {478abec8-7588-4d06-9655-1bc795b69df1} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3917 | 2024.07.13 05:37:41.191317 [ 3 ] {478abec8-7588-4d06-9655-1bc795b69df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3918 | 2024.07.13 05:37:41.191669 [ 3 ] {478abec8-7588-4d06-9655-1bc795b69df1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3919 | 2024.07.13 05:37:41.191998 [ 3 ] {478abec8-7588-4d06-9655-1bc795b69df1} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3920 | 2024.07.13 05:37:41.192157 [ 3 ] {478abec8-7588-4d06-9655-1bc795b69df1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001352 sec., 17011.834319526628 rows/sec., 920.22 KiB/sec. | ||
3921 | 2024.07.13 05:37:41.192433 [ 3 ] {478abec8-7588-4d06-9655-1bc795b69df1} <Debug> DynamicQueryHandler: Done processing query | ||
3922 | 2024.07.13 05:37:41.192459 [ 3 ] {478abec8-7588-4d06-9655-1bc795b69df1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3923 | 2024.07.13 05:37:41.192475 [ 3 ] {} <Debug> HTTP-Session: 1fa50b0f-56a9-4fcc-8bc1-a04ad730b863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3924 | 2024.07.13 05:37:41.192597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3925 | 2024.07.13 05:37:41.192646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3926 | 2024.07.13 05:37:41.192665 [ 3 ] {} <Debug> HTTP-Session: c20712bf-3f2c-494b-a716-09a2177a2adc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3927 | 2024.07.13 05:37:41.192681 [ 3 ] {} <Debug> HTTP-Session: c20712bf-3f2c-494b-a716-09a2177a2adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3928 | 2024.07.13 05:37:41.192695 [ 3 ] {} <Debug> HTTP-Session: c20712bf-3f2c-494b-a716-09a2177a2adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3929 | 2024.07.13 05:37:41.192726 [ 3 ] {} <Trace> HTTP-Session: c20712bf-3f2c-494b-a716-09a2177a2adc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3930 | 2024.07.13 05:37:41.192843 [ 3 ] {261bf3c6-566a-429b-b7d6-739a722d4718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3931 | 2024.07.13 05:37:41.192888 [ 3 ] {261bf3c6-566a-429b-b7d6-739a722d4718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3932 | 2024.07.13 05:37:41.193031 [ 3 ] {261bf3c6-566a-429b-b7d6-739a722d4718} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3933 | 2024.07.13 05:37:41.193331 [ 3 ] {261bf3c6-566a-429b-b7d6-739a722d4718} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3934 | 2024.07.13 05:37:41.193367 [ 3 ] {261bf3c6-566a-429b-b7d6-739a722d4718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3935 | 2024.07.13 05:37:41.193719 [ 3 ] {261bf3c6-566a-429b-b7d6-739a722d4718} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3936 | 2024.07.13 05:37:41.194036 [ 3 ] {261bf3c6-566a-429b-b7d6-739a722d4718} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3937 | 2024.07.13 05:37:41.194199 [ 3 ] {261bf3c6-566a-429b-b7d6-739a722d4718} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
3938 | 2024.07.13 05:37:41.194492 [ 3 ] {261bf3c6-566a-429b-b7d6-739a722d4718} <Debug> DynamicQueryHandler: Done processing query | ||
3939 | 2024.07.13 05:37:41.194518 [ 3 ] {261bf3c6-566a-429b-b7d6-739a722d4718} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3940 | 2024.07.13 05:37:41.194534 [ 3 ] {} <Debug> HTTP-Session: c20712bf-3f2c-494b-a716-09a2177a2adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3941 | 2024.07.13 05:37:45.442067 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3942 | 2024.07.13 05:37:45.442139 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3943 | 2024.07.13 05:37:46.168014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3944 | 2024.07.13 05:37:46.168130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3945 | 2024.07.13 05:37:46.168154 [ 3 ] {} <Debug> HTTP-Session: 66d53744-af8a-40be-b123-eb8ce7104c06 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3946 | 2024.07.13 05:37:46.168180 [ 3 ] {} <Debug> HTTP-Session: 66d53744-af8a-40be-b123-eb8ce7104c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3947 | 2024.07.13 05:37:46.168195 [ 3 ] {} <Debug> HTTP-Session: 66d53744-af8a-40be-b123-eb8ce7104c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3948 | 2024.07.13 05:37:46.168244 [ 3 ] {} <Trace> HTTP-Session: 66d53744-af8a-40be-b123-eb8ce7104c06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3949 | 2024.07.13 05:37:46.168436 [ 3 ] {3b115f2f-207e-404c-8864-f7065e05ee62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3950 | 2024.07.13 05:37:46.168502 [ 3 ] {3b115f2f-207e-404c-8864-f7065e05ee62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3951 | 2024.07.13 05:37:46.168691 [ 3 ] {3b115f2f-207e-404c-8864-f7065e05ee62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3952 | 2024.07.13 05:37:46.169152 [ 3 ] {3b115f2f-207e-404c-8864-f7065e05ee62} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3953 | 2024.07.13 05:37:46.169193 [ 3 ] {3b115f2f-207e-404c-8864-f7065e05ee62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3954 | 2024.07.13 05:37:46.169574 [ 3 ] {3b115f2f-207e-404c-8864-f7065e05ee62} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3955 | 2024.07.13 05:37:46.169906 [ 3 ] {3b115f2f-207e-404c-8864-f7065e05ee62} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3956 | 2024.07.13 05:37:46.170068 [ 3 ] {3b115f2f-207e-404c-8864-f7065e05ee62} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001694 sec., 33057.85123966942 rows/sec., 2.54 MiB/sec. | ||
3957 | 2024.07.13 05:37:46.170413 [ 3 ] {3b115f2f-207e-404c-8864-f7065e05ee62} <Debug> DynamicQueryHandler: Done processing query | ||
3958 | 2024.07.13 05:37:46.170441 [ 3 ] {3b115f2f-207e-404c-8864-f7065e05ee62} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3959 | 2024.07.13 05:37:46.170458 [ 3 ] {} <Debug> HTTP-Session: 66d53744-af8a-40be-b123-eb8ce7104c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3960 | 2024.07.13 05:37:46.170603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3961 | 2024.07.13 05:37:46.170661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3962 | 2024.07.13 05:37:46.170680 [ 3 ] {} <Debug> HTTP-Session: e622cc64-66f4-48f8-bfba-9e7a007aaf0c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3963 | 2024.07.13 05:37:46.170698 [ 3 ] {} <Debug> HTTP-Session: e622cc64-66f4-48f8-bfba-9e7a007aaf0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3964 | 2024.07.13 05:37:46.170712 [ 3 ] {} <Debug> HTTP-Session: e622cc64-66f4-48f8-bfba-9e7a007aaf0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3965 | 2024.07.13 05:37:46.170746 [ 3 ] {} <Trace> HTTP-Session: e622cc64-66f4-48f8-bfba-9e7a007aaf0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3966 | 2024.07.13 05:37:46.170873 [ 3 ] {ed33aac9-f974-4325-9d55-b5a661296f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3967 | 2024.07.13 05:37:46.170918 [ 3 ] {ed33aac9-f974-4325-9d55-b5a661296f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3968 | 2024.07.13 05:37:46.171065 [ 3 ] {ed33aac9-f974-4325-9d55-b5a661296f35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3969 | 2024.07.13 05:37:46.171430 [ 3 ] {ed33aac9-f974-4325-9d55-b5a661296f35} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3970 | 2024.07.13 05:37:46.171467 [ 3 ] {ed33aac9-f974-4325-9d55-b5a661296f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3971 | 2024.07.13 05:37:46.171780 [ 3 ] {ed33aac9-f974-4325-9d55-b5a661296f35} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3972 | 2024.07.13 05:37:46.172097 [ 3 ] {ed33aac9-f974-4325-9d55-b5a661296f35} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3973 | 2024.07.13 05:37:46.172223 [ 3 ] {ed33aac9-f974-4325-9d55-b5a661296f35} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001398 sec., 45779.68526466381 rows/sec., 3.57 MiB/sec. | ||
3974 | 2024.07.13 05:37:46.172398 [ 3 ] {ed33aac9-f974-4325-9d55-b5a661296f35} <Debug> DynamicQueryHandler: Done processing query | ||
3975 | 2024.07.13 05:37:46.172423 [ 3 ] {ed33aac9-f974-4325-9d55-b5a661296f35} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3976 | 2024.07.13 05:37:46.172439 [ 3 ] {} <Debug> HTTP-Session: e622cc64-66f4-48f8-bfba-9e7a007aaf0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3977 | 2024.07.13 05:37:46.172721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3978 | 2024.07.13 05:37:46.172772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3979 | 2024.07.13 05:37:46.172791 [ 3 ] {} <Debug> HTTP-Session: af42986f-8128-447d-9701-f6f3e2bb559e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3980 | 2024.07.13 05:37:46.172808 [ 3 ] {} <Debug> HTTP-Session: af42986f-8128-447d-9701-f6f3e2bb559e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3981 | 2024.07.13 05:37:46.172822 [ 3 ] {} <Debug> HTTP-Session: af42986f-8128-447d-9701-f6f3e2bb559e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3982 | 2024.07.13 05:37:46.172853 [ 3 ] {} <Trace> HTTP-Session: af42986f-8128-447d-9701-f6f3e2bb559e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3983 | 2024.07.13 05:37:46.172997 [ 3 ] {d8f17532-aa08-4ce9-b9cf-0484552efbcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3984 | 2024.07.13 05:37:46.173045 [ 3 ] {d8f17532-aa08-4ce9-b9cf-0484552efbcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3985 | 2024.07.13 05:37:46.173188 [ 3 ] {d8f17532-aa08-4ce9-b9cf-0484552efbcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3986 | 2024.07.13 05:37:46.173569 [ 3 ] {d8f17532-aa08-4ce9-b9cf-0484552efbcf} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3987 | 2024.07.13 05:37:46.173605 [ 3 ] {d8f17532-aa08-4ce9-b9cf-0484552efbcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
3988 | 2024.07.13 05:37:46.173996 [ 3 ] {d8f17532-aa08-4ce9-b9cf-0484552efbcf} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3989 | 2024.07.13 05:37:46.174336 [ 3 ] {d8f17532-aa08-4ce9-b9cf-0484552efbcf} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3990 | 2024.07.13 05:37:46.174475 [ 3 ] {d8f17532-aa08-4ce9-b9cf-0484552efbcf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. | ||
3991 | 2024.07.13 05:37:46.174643 [ 3 ] {d8f17532-aa08-4ce9-b9cf-0484552efbcf} <Debug> DynamicQueryHandler: Done processing query | ||
3992 | 2024.07.13 05:37:46.174669 [ 3 ] {d8f17532-aa08-4ce9-b9cf-0484552efbcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3993 | 2024.07.13 05:37:46.174685 [ 3 ] {} <Debug> HTTP-Session: af42986f-8128-447d-9701-f6f3e2bb559e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3994 | 2024.07.13 05:37:46.174809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3995 | 2024.07.13 05:37:46.174858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3996 | 2024.07.13 05:37:46.174878 [ 3 ] {} <Debug> HTTP-Session: 48a7cadb-4982-4af2-8b5b-66bb69380de7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
3997 | 2024.07.13 05:37:46.174895 [ 3 ] {} <Debug> HTTP-Session: 48a7cadb-4982-4af2-8b5b-66bb69380de7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3998 | 2024.07.13 05:37:46.174909 [ 3 ] {} <Debug> HTTP-Session: 48a7cadb-4982-4af2-8b5b-66bb69380de7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3999 | 2024.07.13 05:37:46.174939 [ 3 ] {} <Trace> HTTP-Session: 48a7cadb-4982-4af2-8b5b-66bb69380de7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4000 | 2024.07.13 05:37:46.175068 [ 3 ] {875a0c7d-c898-45a8-ba0a-a54d357239fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4001 | 2024.07.13 05:37:46.175113 [ 3 ] {875a0c7d-c898-45a8-ba0a-a54d357239fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4002 | 2024.07.13 05:37:46.175239 [ 3 ] {875a0c7d-c898-45a8-ba0a-a54d357239fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4003 | 2024.07.13 05:37:46.175544 [ 3 ] {875a0c7d-c898-45a8-ba0a-a54d357239fe} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4004 | 2024.07.13 05:37:46.175579 [ 3 ] {875a0c7d-c898-45a8-ba0a-a54d357239fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4005 | 2024.07.13 05:37:46.175931 [ 3 ] {875a0c7d-c898-45a8-ba0a-a54d357239fe} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4006 | 2024.07.13 05:37:46.176244 [ 3 ] {875a0c7d-c898-45a8-ba0a-a54d357239fe} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4007 | 2024.07.13 05:37:46.176375 [ 3 ] {875a0c7d-c898-45a8-ba0a-a54d357239fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
4008 | 2024.07.13 05:37:46.176539 [ 3 ] {875a0c7d-c898-45a8-ba0a-a54d357239fe} <Debug> DynamicQueryHandler: Done processing query | ||
4009 | 2024.07.13 05:37:46.176562 [ 3 ] {875a0c7d-c898-45a8-ba0a-a54d357239fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4010 | 2024.07.13 05:37:46.176578 [ 3 ] {} <Debug> HTTP-Session: 48a7cadb-4982-4af2-8b5b-66bb69380de7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4011 | 2024.07.13 05:37:51.175231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4012 | 2024.07.13 05:37:51.175412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4013 | 2024.07.13 05:37:51.175458 [ 3 ] {} <Debug> HTTP-Session: f22273e3-0724-46d5-9a26-261e01310290 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4014 | 2024.07.13 05:37:51.175499 [ 3 ] {} <Debug> HTTP-Session: f22273e3-0724-46d5-9a26-261e01310290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4015 | 2024.07.13 05:37:51.175528 [ 3 ] {} <Debug> HTTP-Session: f22273e3-0724-46d5-9a26-261e01310290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4016 | 2024.07.13 05:37:51.175608 [ 3 ] {} <Trace> HTTP-Session: f22273e3-0724-46d5-9a26-261e01310290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4017 | 2024.07.13 05:37:51.175905 [ 3 ] {edc8b68f-8f90-451f-b9d4-3dfb3227abfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4018 | 2024.07.13 05:37:51.176014 [ 3 ] {edc8b68f-8f90-451f-b9d4-3dfb3227abfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4019 | 2024.07.13 05:37:51.176259 [ 3 ] {edc8b68f-8f90-451f-b9d4-3dfb3227abfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4020 | 2024.07.13 05:37:51.176719 [ 3 ] {edc8b68f-8f90-451f-b9d4-3dfb3227abfe} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4021 | 2024.07.13 05:37:51.176764 [ 3 ] {edc8b68f-8f90-451f-b9d4-3dfb3227abfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4022 | 2024.07.13 05:37:51.177136 [ 3 ] {edc8b68f-8f90-451f-b9d4-3dfb3227abfe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4023 | 2024.07.13 05:37:51.177463 [ 3 ] {edc8b68f-8f90-451f-b9d4-3dfb3227abfe} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4024 | 2024.07.13 05:37:51.177619 [ 3 ] {edc8b68f-8f90-451f-b9d4-3dfb3227abfe} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001815 sec., 20936.6391184573 rows/sec., 1.58 MiB/sec. | ||
4025 | 2024.07.13 05:37:51.177835 [ 3 ] {edc8b68f-8f90-451f-b9d4-3dfb3227abfe} <Debug> DynamicQueryHandler: Done processing query | ||
4026 | 2024.07.13 05:37:51.177862 [ 3 ] {edc8b68f-8f90-451f-b9d4-3dfb3227abfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4027 | 2024.07.13 05:37:51.177879 [ 3 ] {} <Debug> HTTP-Session: f22273e3-0724-46d5-9a26-261e01310290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4028 | 2024.07.13 05:37:51.178129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 43808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4029 | 2024.07.13 05:37:51.178184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4030 | 2024.07.13 05:37:51.178205 [ 3 ] {} <Debug> HTTP-Session: e5baf408-d6c5-4158-b1e6-7ca4a56ad5e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4031 | 2024.07.13 05:37:51.178224 [ 3 ] {} <Debug> HTTP-Session: e5baf408-d6c5-4158-b1e6-7ca4a56ad5e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4032 | 2024.07.13 05:37:51.178238 [ 3 ] {} <Debug> HTTP-Session: e5baf408-d6c5-4158-b1e6-7ca4a56ad5e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4033 | 2024.07.13 05:37:51.178271 [ 3 ] {} <Trace> HTTP-Session: e5baf408-d6c5-4158-b1e6-7ca4a56ad5e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4034 | 2024.07.13 05:37:51.178459 [ 3 ] {6b1e698e-0b7c-467e-8196-28bd519696cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4035 | 2024.07.13 05:37:51.178508 [ 3 ] {6b1e698e-0b7c-467e-8196-28bd519696cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4036 | 2024.07.13 05:37:51.178639 [ 3 ] {6b1e698e-0b7c-467e-8196-28bd519696cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4037 | 2024.07.13 05:37:51.179184 [ 3 ] {6b1e698e-0b7c-467e-8196-28bd519696cd} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4038 | 2024.07.13 05:37:51.179222 [ 3 ] {6b1e698e-0b7c-467e-8196-28bd519696cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4039 | 2024.07.13 05:37:51.179551 [ 3 ] {6b1e698e-0b7c-467e-8196-28bd519696cd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4040 | 2024.07.13 05:37:51.179862 [ 3 ] {6b1e698e-0b7c-467e-8196-28bd519696cd} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4041 | 2024.07.13 05:37:51.180027 [ 3 ] {6b1e698e-0b7c-467e-8196-28bd519696cd} <Debug> executeQuery: Read 293 rows, 26.03 KiB in 0.001656 sec., 176932.36714975847 rows/sec., 15.35 MiB/sec. | ||
4042 | 2024.07.13 05:37:51.180318 [ 3 ] {6b1e698e-0b7c-467e-8196-28bd519696cd} <Debug> DynamicQueryHandler: Done processing query | ||
4043 | 2024.07.13 05:37:51.180344 [ 3 ] {6b1e698e-0b7c-467e-8196-28bd519696cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4044 | 2024.07.13 05:37:51.180360 [ 3 ] {} <Debug> HTTP-Session: e5baf408-d6c5-4158-b1e6-7ca4a56ad5e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4045 | 2024.07.13 05:37:51.180561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 71032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4046 | 2024.07.13 05:37:51.180614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4047 | 2024.07.13 05:37:51.180634 [ 3 ] {} <Debug> HTTP-Session: f25ed1fb-4ffb-4514-bddb-40a42de49f1a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4048 | 2024.07.13 05:37:51.180650 [ 3 ] {} <Debug> HTTP-Session: f25ed1fb-4ffb-4514-bddb-40a42de49f1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4049 | 2024.07.13 05:37:51.180664 [ 3 ] {} <Debug> HTTP-Session: f25ed1fb-4ffb-4514-bddb-40a42de49f1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4050 | 2024.07.13 05:37:51.180697 [ 3 ] {} <Trace> HTTP-Session: f25ed1fb-4ffb-4514-bddb-40a42de49f1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4051 | 2024.07.13 05:37:51.180935 [ 3 ] {bfba1bf4-5527-47bf-b2df-64afdefc7384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4052 | 2024.07.13 05:37:51.180982 [ 3 ] {bfba1bf4-5527-47bf-b2df-64afdefc7384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4053 | 2024.07.13 05:37:51.181131 [ 3 ] {bfba1bf4-5527-47bf-b2df-64afdefc7384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4054 | 2024.07.13 05:37:51.181687 [ 3 ] {bfba1bf4-5527-47bf-b2df-64afdefc7384} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4055 | 2024.07.13 05:37:51.181725 [ 3 ] {bfba1bf4-5527-47bf-b2df-64afdefc7384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4056 | 2024.07.13 05:37:51.182051 [ 3 ] {bfba1bf4-5527-47bf-b2df-64afdefc7384} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4057 | 2024.07.13 05:37:51.182361 [ 3 ] {bfba1bf4-5527-47bf-b2df-64afdefc7384} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4058 | 2024.07.13 05:37:51.182517 [ 3 ] {bfba1bf4-5527-47bf-b2df-64afdefc7384} <Debug> executeQuery: Read 438 rows, 31.94 KiB in 0.001706 sec., 256740.91441969518 rows/sec., 18.28 MiB/sec. | ||
4059 | 2024.07.13 05:37:51.182721 [ 3 ] {bfba1bf4-5527-47bf-b2df-64afdefc7384} <Debug> DynamicQueryHandler: Done processing query | ||
4060 | 2024.07.13 05:37:51.182749 [ 3 ] {bfba1bf4-5527-47bf-b2df-64afdefc7384} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4061 | 2024.07.13 05:37:51.182765 [ 3 ] {} <Debug> HTTP-Session: f25ed1fb-4ffb-4514-bddb-40a42de49f1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4062 | 2024.07.13 05:37:51.182903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4063 | 2024.07.13 05:37:51.182953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4064 | 2024.07.13 05:37:51.182972 [ 3 ] {} <Debug> HTTP-Session: aa6137f6-c612-496f-9125-2bd0c98497e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4065 | 2024.07.13 05:37:51.182989 [ 3 ] {} <Debug> HTTP-Session: aa6137f6-c612-496f-9125-2bd0c98497e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4066 | 2024.07.13 05:37:51.183003 [ 3 ] {} <Debug> HTTP-Session: aa6137f6-c612-496f-9125-2bd0c98497e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4067 | 2024.07.13 05:37:51.183035 [ 3 ] {} <Trace> HTTP-Session: aa6137f6-c612-496f-9125-2bd0c98497e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4068 | 2024.07.13 05:37:51.183131 [ 3 ] {95184799-fb57-4bab-bb0d-d1f57e4f00df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4069 | 2024.07.13 05:37:51.183176 [ 3 ] {95184799-fb57-4bab-bb0d-d1f57e4f00df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4070 | 2024.07.13 05:37:51.183305 [ 3 ] {95184799-fb57-4bab-bb0d-d1f57e4f00df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4071 | 2024.07.13 05:37:51.183577 [ 3 ] {95184799-fb57-4bab-bb0d-d1f57e4f00df} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4072 | 2024.07.13 05:37:51.183613 [ 3 ] {95184799-fb57-4bab-bb0d-d1f57e4f00df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4073 | 2024.07.13 05:37:51.183974 [ 3 ] {95184799-fb57-4bab-bb0d-d1f57e4f00df} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4074 | 2024.07.13 05:37:51.184299 [ 3 ] {95184799-fb57-4bab-bb0d-d1f57e4f00df} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4075 | 2024.07.13 05:37:51.184454 [ 3 ] {95184799-fb57-4bab-bb0d-d1f57e4f00df} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 191.26 KiB/sec. | ||
4076 | 2024.07.13 05:37:51.184622 [ 3 ] {95184799-fb57-4bab-bb0d-d1f57e4f00df} <Debug> DynamicQueryHandler: Done processing query | ||
4077 | 2024.07.13 05:37:51.184647 [ 3 ] {95184799-fb57-4bab-bb0d-d1f57e4f00df} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4078 | 2024.07.13 05:37:51.184662 [ 3 ] {} <Debug> HTTP-Session: aa6137f6-c612-496f-9125-2bd0c98497e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4079 | 2024.07.13 05:37:51.184794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4080 | 2024.07.13 05:37:51.184844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4081 | 2024.07.13 05:37:51.184863 [ 3 ] {} <Debug> HTTP-Session: c1720fbe-14ff-4073-843e-b40534735b11 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4082 | 2024.07.13 05:37:51.184879 [ 3 ] {} <Debug> HTTP-Session: c1720fbe-14ff-4073-843e-b40534735b11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4083 | 2024.07.13 05:37:51.184893 [ 3 ] {} <Debug> HTTP-Session: c1720fbe-14ff-4073-843e-b40534735b11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4084 | 2024.07.13 05:37:51.184924 [ 3 ] {} <Trace> HTTP-Session: c1720fbe-14ff-4073-843e-b40534735b11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4085 | 2024.07.13 05:37:51.185042 [ 3 ] {8da7863d-4c70-403a-9b42-0d30c536fec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4086 | 2024.07.13 05:37:51.185089 [ 3 ] {8da7863d-4c70-403a-9b42-0d30c536fec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4087 | 2024.07.13 05:37:51.185232 [ 3 ] {8da7863d-4c70-403a-9b42-0d30c536fec6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4088 | 2024.07.13 05:37:51.185547 [ 3 ] {8da7863d-4c70-403a-9b42-0d30c536fec6} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4089 | 2024.07.13 05:37:51.185583 [ 3 ] {8da7863d-4c70-403a-9b42-0d30c536fec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4090 | 2024.07.13 05:37:51.185935 [ 3 ] {8da7863d-4c70-403a-9b42-0d30c536fec6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4091 | 2024.07.13 05:37:51.186266 [ 3 ] {8da7863d-4c70-403a-9b42-0d30c536fec6} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4092 | 2024.07.13 05:37:51.186427 [ 3 ] {8da7863d-4c70-403a-9b42-0d30c536fec6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00142 sec., 54225.35211267605 rows/sec., 3.34 MiB/sec. | ||
4093 | 2024.07.13 05:37:51.186701 [ 3 ] {8da7863d-4c70-403a-9b42-0d30c536fec6} <Debug> DynamicQueryHandler: Done processing query | ||
4094 | 2024.07.13 05:37:51.186725 [ 3 ] {8da7863d-4c70-403a-9b42-0d30c536fec6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4095 | 2024.07.13 05:37:51.186740 [ 3 ] {} <Debug> HTTP-Session: c1720fbe-14ff-4073-843e-b40534735b11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4096 | 2024.07.13 05:37:51.186924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 37548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4097 | 2024.07.13 05:37:51.186974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4098 | 2024.07.13 05:37:51.186994 [ 3 ] {} <Debug> HTTP-Session: ef8f8bac-2fdf-4b1d-8409-1457b0e3cac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4099 | 2024.07.13 05:37:51.187011 [ 3 ] {} <Debug> HTTP-Session: ef8f8bac-2fdf-4b1d-8409-1457b0e3cac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4100 | 2024.07.13 05:37:51.187024 [ 3 ] {} <Debug> HTTP-Session: ef8f8bac-2fdf-4b1d-8409-1457b0e3cac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4101 | 2024.07.13 05:37:51.187054 [ 3 ] {} <Trace> HTTP-Session: ef8f8bac-2fdf-4b1d-8409-1457b0e3cac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4102 | 2024.07.13 05:37:51.187263 [ 3 ] {f8ed5498-c417-4497-b096-5be0cd8558e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4103 | 2024.07.13 05:37:51.187311 [ 3 ] {f8ed5498-c417-4497-b096-5be0cd8558e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4104 | 2024.07.13 05:37:51.187474 [ 3 ] {f8ed5498-c417-4497-b096-5be0cd8558e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4105 | 2024.07.13 05:37:51.187875 [ 3 ] {f8ed5498-c417-4497-b096-5be0cd8558e3} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4106 | 2024.07.13 05:37:51.187911 [ 3 ] {f8ed5498-c417-4497-b096-5be0cd8558e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4107 | 2024.07.13 05:37:51.188278 [ 3 ] {f8ed5498-c417-4497-b096-5be0cd8558e3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4108 | 2024.07.13 05:37:51.188611 [ 3 ] {f8ed5498-c417-4497-b096-5be0cd8558e3} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4109 | 2024.07.13 05:37:51.188771 [ 3 ] {f8ed5498-c417-4497-b096-5be0cd8558e3} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001631 sec., 120171.67381974249 rows/sec., 8.39 MiB/sec. | ||
4110 | 2024.07.13 05:37:51.188941 [ 3 ] {f8ed5498-c417-4497-b096-5be0cd8558e3} <Debug> DynamicQueryHandler: Done processing query | ||
4111 | 2024.07.13 05:37:51.188965 [ 3 ] {f8ed5498-c417-4497-b096-5be0cd8558e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4112 | 2024.07.13 05:37:51.188981 [ 3 ] {} <Debug> HTTP-Session: ef8f8bac-2fdf-4b1d-8409-1457b0e3cac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4113 | 2024.07.13 05:37:51.189140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4114 | 2024.07.13 05:37:51.189190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4115 | 2024.07.13 05:37:51.189209 [ 3 ] {} <Debug> HTTP-Session: 5df7cd1e-ce2e-4ba0-aeff-4afbd15c5da7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4116 | 2024.07.13 05:37:51.189227 [ 3 ] {} <Debug> HTTP-Session: 5df7cd1e-ce2e-4ba0-aeff-4afbd15c5da7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4117 | 2024.07.13 05:37:51.189240 [ 3 ] {} <Debug> HTTP-Session: 5df7cd1e-ce2e-4ba0-aeff-4afbd15c5da7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4118 | 2024.07.13 05:37:51.189270 [ 3 ] {} <Trace> HTTP-Session: 5df7cd1e-ce2e-4ba0-aeff-4afbd15c5da7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4119 | 2024.07.13 05:37:51.189590 [ 3 ] {3badc1d6-e90b-4a78-aec0-e9a9bda784ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4120 | 2024.07.13 05:37:51.189655 [ 3 ] {3badc1d6-e90b-4a78-aec0-e9a9bda784ef} <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 | ||
4121 | 2024.07.13 05:37:51.190057 [ 3 ] {3badc1d6-e90b-4a78-aec0-e9a9bda784ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4122 | 2024.07.13 05:37:51.190796 [ 3 ] {3badc1d6-e90b-4a78-aec0-e9a9bda784ef} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4123 | 2024.07.13 05:37:51.190832 [ 3 ] {3badc1d6-e90b-4a78-aec0-e9a9bda784ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4124 | 2024.07.13 05:37:51.191435 [ 3 ] {3badc1d6-e90b-4a78-aec0-e9a9bda784ef} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4125 | 2024.07.13 05:37:51.191836 [ 3 ] {3badc1d6-e90b-4a78-aec0-e9a9bda784ef} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4126 | 2024.07.13 05:37:51.191980 [ 3 ] {3badc1d6-e90b-4a78-aec0-e9a9bda784ef} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002629 sec., 12171.928489920123 rows/sec., 21.81 MiB/sec. | ||
4127 | 2024.07.13 05:37:51.192202 [ 3 ] {3badc1d6-e90b-4a78-aec0-e9a9bda784ef} <Debug> DynamicQueryHandler: Done processing query | ||
4128 | 2024.07.13 05:37:51.192232 [ 3 ] {3badc1d6-e90b-4a78-aec0-e9a9bda784ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4129 | 2024.07.13 05:37:51.192247 [ 3 ] {} <Debug> HTTP-Session: 5df7cd1e-ce2e-4ba0-aeff-4afbd15c5da7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4130 | 2024.07.13 05:37:51.192377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4131 | 2024.07.13 05:37:51.192426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4132 | 2024.07.13 05:37:51.192446 [ 3 ] {} <Debug> HTTP-Session: 65cee08c-0fa8-466d-b2f7-f962b2f35394 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4133 | 2024.07.13 05:37:51.192463 [ 3 ] {} <Debug> HTTP-Session: 65cee08c-0fa8-466d-b2f7-f962b2f35394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4134 | 2024.07.13 05:37:51.192477 [ 3 ] {} <Debug> HTTP-Session: 65cee08c-0fa8-466d-b2f7-f962b2f35394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4135 | 2024.07.13 05:37:51.192507 [ 3 ] {} <Trace> HTTP-Session: 65cee08c-0fa8-466d-b2f7-f962b2f35394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4136 | 2024.07.13 05:37:51.192606 [ 3 ] {3626c662-0e65-4275-aaca-0f4edbee5a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4137 | 2024.07.13 05:37:51.192651 [ 3 ] {3626c662-0e65-4275-aaca-0f4edbee5a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4138 | 2024.07.13 05:37:51.192777 [ 3 ] {3626c662-0e65-4275-aaca-0f4edbee5a2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4139 | 2024.07.13 05:37:51.193048 [ 3 ] {3626c662-0e65-4275-aaca-0f4edbee5a2b} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4140 | 2024.07.13 05:37:51.193083 [ 3 ] {3626c662-0e65-4275-aaca-0f4edbee5a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4141 | 2024.07.13 05:37:51.193434 [ 3 ] {3626c662-0e65-4275-aaca-0f4edbee5a2b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4142 | 2024.07.13 05:37:51.193754 [ 3 ] {3626c662-0e65-4275-aaca-0f4edbee5a2b} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4143 | 2024.07.13 05:37:51.193880 [ 3 ] {3626c662-0e65-4275-aaca-0f4edbee5a2b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001303 sec., 17651.57329240215 rows/sec., 954.83 KiB/sec. | ||
4144 | 2024.07.13 05:37:51.194038 [ 3 ] {3626c662-0e65-4275-aaca-0f4edbee5a2b} <Debug> DynamicQueryHandler: Done processing query | ||
4145 | 2024.07.13 05:37:51.194063 [ 3 ] {3626c662-0e65-4275-aaca-0f4edbee5a2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4146 | 2024.07.13 05:37:51.194079 [ 3 ] {} <Debug> HTTP-Session: 65cee08c-0fa8-466d-b2f7-f962b2f35394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4147 | 2024.07.13 05:37:51.194226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4148 | 2024.07.13 05:37:51.194275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4149 | 2024.07.13 05:37:51.194294 [ 3 ] {} <Debug> HTTP-Session: 18aca155-5e04-44e8-8b54-18dab066175f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4150 | 2024.07.13 05:37:51.194310 [ 3 ] {} <Debug> HTTP-Session: 18aca155-5e04-44e8-8b54-18dab066175f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4151 | 2024.07.13 05:37:51.194324 [ 3 ] {} <Debug> HTTP-Session: 18aca155-5e04-44e8-8b54-18dab066175f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4152 | 2024.07.13 05:37:51.194355 [ 3 ] {} <Trace> HTTP-Session: 18aca155-5e04-44e8-8b54-18dab066175f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4153 | 2024.07.13 05:37:51.194474 [ 3 ] {9b747be5-76dc-4e60-a87d-71f5d14c67e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4154 | 2024.07.13 05:37:51.194519 [ 3 ] {9b747be5-76dc-4e60-a87d-71f5d14c67e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4155 | 2024.07.13 05:37:51.194644 [ 3 ] {9b747be5-76dc-4e60-a87d-71f5d14c67e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4156 | 2024.07.13 05:37:51.194936 [ 3 ] {9b747be5-76dc-4e60-a87d-71f5d14c67e0} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4157 | 2024.07.13 05:37:51.194970 [ 3 ] {9b747be5-76dc-4e60-a87d-71f5d14c67e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4158 | 2024.07.13 05:37:51.195321 [ 3 ] {9b747be5-76dc-4e60-a87d-71f5d14c67e0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4159 | 2024.07.13 05:37:51.195651 [ 3 ] {9b747be5-76dc-4e60-a87d-71f5d14c67e0} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4160 | 2024.07.13 05:37:51.195779 [ 3 ] {9b747be5-76dc-4e60-a87d-71f5d14c67e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
4161 | 2024.07.13 05:37:51.195944 [ 3 ] {9b747be5-76dc-4e60-a87d-71f5d14c67e0} <Debug> DynamicQueryHandler: Done processing query | ||
4162 | 2024.07.13 05:37:51.195969 [ 3 ] {9b747be5-76dc-4e60-a87d-71f5d14c67e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4163 | 2024.07.13 05:37:51.195985 [ 3 ] {} <Debug> HTTP-Session: 18aca155-5e04-44e8-8b54-18dab066175f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4164 | 2024.07.13 05:37:56.167472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4165 | 2024.07.13 05:37:56.167605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4166 | 2024.07.13 05:37:56.167631 [ 3 ] {} <Debug> HTTP-Session: 2f46b4e5-3e91-43f0-b093-f43755242af7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4167 | 2024.07.13 05:37:56.167656 [ 3 ] {} <Debug> HTTP-Session: 2f46b4e5-3e91-43f0-b093-f43755242af7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4168 | 2024.07.13 05:37:56.167671 [ 3 ] {} <Debug> HTTP-Session: 2f46b4e5-3e91-43f0-b093-f43755242af7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4169 | 2024.07.13 05:37:56.167721 [ 3 ] {} <Trace> HTTP-Session: 2f46b4e5-3e91-43f0-b093-f43755242af7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4170 | 2024.07.13 05:37:56.167915 [ 3 ] {23c397eb-8baf-4374-9ed0-3e5a327c70b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4171 | 2024.07.13 05:37:56.167987 [ 3 ] {23c397eb-8baf-4374-9ed0-3e5a327c70b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4172 | 2024.07.13 05:37:56.168180 [ 3 ] {23c397eb-8baf-4374-9ed0-3e5a327c70b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4173 | 2024.07.13 05:37:56.168672 [ 3 ] {23c397eb-8baf-4374-9ed0-3e5a327c70b4} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4174 | 2024.07.13 05:37:56.168721 [ 3 ] {23c397eb-8baf-4374-9ed0-3e5a327c70b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4175 | 2024.07.13 05:37:56.169096 [ 3 ] {23c397eb-8baf-4374-9ed0-3e5a327c70b4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4176 | 2024.07.13 05:37:56.169436 [ 3 ] {23c397eb-8baf-4374-9ed0-3e5a327c70b4} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4177 | 2024.07.13 05:37:56.169619 [ 3 ] {23c397eb-8baf-4374-9ed0-3e5a327c70b4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001762 sec., 31782.06583427923 rows/sec., 2.44 MiB/sec. | ||
4178 | 2024.07.13 05:37:56.169840 [ 3 ] {23c397eb-8baf-4374-9ed0-3e5a327c70b4} <Debug> DynamicQueryHandler: Done processing query | ||
4179 | 2024.07.13 05:37:56.169869 [ 3 ] {23c397eb-8baf-4374-9ed0-3e5a327c70b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4180 | 2024.07.13 05:37:56.169886 [ 3 ] {} <Debug> HTTP-Session: 2f46b4e5-3e91-43f0-b093-f43755242af7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4181 | 2024.07.13 05:37:56.170068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4182 | 2024.07.13 05:37:56.170128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4183 | 2024.07.13 05:37:56.170148 [ 3 ] {} <Debug> HTTP-Session: 09bb875e-64b1-41ad-9d0c-1e804b2e5253 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4184 | 2024.07.13 05:37:56.170166 [ 3 ] {} <Debug> HTTP-Session: 09bb875e-64b1-41ad-9d0c-1e804b2e5253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.07.13 05:37:56.170181 [ 3 ] {} <Debug> HTTP-Session: 09bb875e-64b1-41ad-9d0c-1e804b2e5253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4186 | 2024.07.13 05:37:56.170217 [ 3 ] {} <Trace> HTTP-Session: 09bb875e-64b1-41ad-9d0c-1e804b2e5253 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4187 | 2024.07.13 05:37:56.170343 [ 3 ] {7362a5c6-ecc0-4887-9a0b-ba08aeefdd1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4188 | 2024.07.13 05:37:56.170391 [ 3 ] {7362a5c6-ecc0-4887-9a0b-ba08aeefdd1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4189 | 2024.07.13 05:37:56.170527 [ 3 ] {7362a5c6-ecc0-4887-9a0b-ba08aeefdd1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4190 | 2024.07.13 05:37:56.170930 [ 3 ] {7362a5c6-ecc0-4887-9a0b-ba08aeefdd1a} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4191 | 2024.07.13 05:37:56.170968 [ 3 ] {7362a5c6-ecc0-4887-9a0b-ba08aeefdd1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4192 | 2024.07.13 05:37:56.171285 [ 3 ] {7362a5c6-ecc0-4887-9a0b-ba08aeefdd1a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4193 | 2024.07.13 05:37:56.171589 [ 3 ] {7362a5c6-ecc0-4887-9a0b-ba08aeefdd1a} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4194 | 2024.07.13 05:37:56.171722 [ 3 ] {7362a5c6-ecc0-4887-9a0b-ba08aeefdd1a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001425 sec., 44912.28070175438 rows/sec., 3.51 MiB/sec. | ||
4195 | 2024.07.13 05:37:56.171932 [ 3 ] {7362a5c6-ecc0-4887-9a0b-ba08aeefdd1a} <Debug> DynamicQueryHandler: Done processing query | ||
4196 | 2024.07.13 05:37:56.171958 [ 3 ] {7362a5c6-ecc0-4887-9a0b-ba08aeefdd1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4197 | 2024.07.13 05:37:56.171974 [ 3 ] {} <Debug> HTTP-Session: 09bb875e-64b1-41ad-9d0c-1e804b2e5253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4198 | 2024.07.13 05:37:56.172163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4199 | 2024.07.13 05:37:56.172215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4200 | 2024.07.13 05:37:56.172237 [ 3 ] {} <Debug> HTTP-Session: f0b730e4-d156-490d-9273-adfaaf7f89b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4201 | 2024.07.13 05:37:56.172253 [ 3 ] {} <Debug> HTTP-Session: f0b730e4-d156-490d-9273-adfaaf7f89b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4202 | 2024.07.13 05:37:56.172268 [ 3 ] {} <Debug> HTTP-Session: f0b730e4-d156-490d-9273-adfaaf7f89b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4203 | 2024.07.13 05:37:56.172299 [ 3 ] {} <Trace> HTTP-Session: f0b730e4-d156-490d-9273-adfaaf7f89b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4204 | 2024.07.13 05:37:56.172449 [ 3 ] {584ffb3b-a0f2-4cd1-a567-fb2a51cbd77b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4205 | 2024.07.13 05:37:56.172497 [ 3 ] {584ffb3b-a0f2-4cd1-a567-fb2a51cbd77b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4206 | 2024.07.13 05:37:56.172653 [ 3 ] {584ffb3b-a0f2-4cd1-a567-fb2a51cbd77b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4207 | 2024.07.13 05:37:56.173040 [ 3 ] {584ffb3b-a0f2-4cd1-a567-fb2a51cbd77b} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4208 | 2024.07.13 05:37:56.173077 [ 3 ] {584ffb3b-a0f2-4cd1-a567-fb2a51cbd77b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4209 | 2024.07.13 05:37:56.173492 [ 3 ] {584ffb3b-a0f2-4cd1-a567-fb2a51cbd77b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4210 | 2024.07.13 05:37:56.173830 [ 3 ] {584ffb3b-a0f2-4cd1-a567-fb2a51cbd77b} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4211 | 2024.07.13 05:37:56.173994 [ 3 ] {584ffb3b-a0f2-4cd1-a567-fb2a51cbd77b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
4212 | 2024.07.13 05:37:56.174174 [ 3 ] {584ffb3b-a0f2-4cd1-a567-fb2a51cbd77b} <Debug> DynamicQueryHandler: Done processing query | ||
4213 | 2024.07.13 05:37:56.174198 [ 3 ] {584ffb3b-a0f2-4cd1-a567-fb2a51cbd77b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4214 | 2024.07.13 05:37:56.174215 [ 3 ] {} <Debug> HTTP-Session: f0b730e4-d156-490d-9273-adfaaf7f89b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4215 | 2024.07.13 05:37:56.174369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4216 | 2024.07.13 05:37:56.174419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4217 | 2024.07.13 05:37:56.174439 [ 3 ] {} <Debug> HTTP-Session: 7ded4496-5f08-4101-80c0-b7759b6a2f89 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4218 | 2024.07.13 05:37:56.174456 [ 3 ] {} <Debug> HTTP-Session: 7ded4496-5f08-4101-80c0-b7759b6a2f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.07.13 05:37:56.174470 [ 3 ] {} <Debug> HTTP-Session: 7ded4496-5f08-4101-80c0-b7759b6a2f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4220 | 2024.07.13 05:37:56.174503 [ 3 ] {} <Trace> HTTP-Session: 7ded4496-5f08-4101-80c0-b7759b6a2f89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4221 | 2024.07.13 05:37:56.174627 [ 3 ] {18c8b257-53bf-491f-a65d-6080d20cb0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4222 | 2024.07.13 05:37:56.174674 [ 3 ] {18c8b257-53bf-491f-a65d-6080d20cb0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4223 | 2024.07.13 05:37:56.174800 [ 3 ] {18c8b257-53bf-491f-a65d-6080d20cb0d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4224 | 2024.07.13 05:37:56.175110 [ 3 ] {18c8b257-53bf-491f-a65d-6080d20cb0d1} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4225 | 2024.07.13 05:37:56.175147 [ 3 ] {18c8b257-53bf-491f-a65d-6080d20cb0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4226 | 2024.07.13 05:37:56.175502 [ 3 ] {18c8b257-53bf-491f-a65d-6080d20cb0d1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4227 | 2024.07.13 05:37:56.175829 [ 3 ] {18c8b257-53bf-491f-a65d-6080d20cb0d1} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4228 | 2024.07.13 05:37:56.175989 [ 3 ] {18c8b257-53bf-491f-a65d-6080d20cb0d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
4229 | 2024.07.13 05:37:56.176158 [ 3 ] {18c8b257-53bf-491f-a65d-6080d20cb0d1} <Debug> DynamicQueryHandler: Done processing query | ||
4230 | 2024.07.13 05:37:56.176184 [ 3 ] {18c8b257-53bf-491f-a65d-6080d20cb0d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4231 | 2024.07.13 05:37:56.176200 [ 3 ] {} <Debug> HTTP-Session: 7ded4496-5f08-4101-80c0-b7759b6a2f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4232 | 2024.07.13 05:38:00.442404 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4233 | 2024.07.13 05:38:00.442515 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4234 | 2024.07.13 05:38:01.001244 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000864614 sec. | ||
4235 | 2024.07.13 05:38:01.173359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4236 | 2024.07.13 05:38:01.173473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4237 | 2024.07.13 05:38:01.173497 [ 3 ] {} <Debug> HTTP-Session: b419febf-fbf1-4ae5-9eb9-cb8e44ac3070 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4238 | 2024.07.13 05:38:01.173521 [ 3 ] {} <Debug> HTTP-Session: b419febf-fbf1-4ae5-9eb9-cb8e44ac3070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4239 | 2024.07.13 05:38:01.173535 [ 3 ] {} <Debug> HTTP-Session: b419febf-fbf1-4ae5-9eb9-cb8e44ac3070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4240 | 2024.07.13 05:38:01.173584 [ 3 ] {} <Trace> HTTP-Session: b419febf-fbf1-4ae5-9eb9-cb8e44ac3070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4241 | 2024.07.13 05:38:01.173771 [ 3 ] {286312ce-77d8-4288-a026-c79fcc013351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4242 | 2024.07.13 05:38:01.173839 [ 3 ] {286312ce-77d8-4288-a026-c79fcc013351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4243 | 2024.07.13 05:38:01.174038 [ 3 ] {286312ce-77d8-4288-a026-c79fcc013351} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4244 | 2024.07.13 05:38:01.174491 [ 3 ] {286312ce-77d8-4288-a026-c79fcc013351} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4245 | 2024.07.13 05:38:01.174534 [ 3 ] {286312ce-77d8-4288-a026-c79fcc013351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4246 | 2024.07.13 05:38:01.174904 [ 3 ] {286312ce-77d8-4288-a026-c79fcc013351} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4247 | 2024.07.13 05:38:01.175240 [ 3 ] {286312ce-77d8-4288-a026-c79fcc013351} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4248 | 2024.07.13 05:38:01.175441 [ 3 ] {286312ce-77d8-4288-a026-c79fcc013351} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001724 sec., 22041.763341067286 rows/sec., 1.66 MiB/sec. | ||
4249 | 2024.07.13 05:38:01.175451 [ 146 ] {} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
4250 | 2024.07.13 05:38:01.175571 [ 146 ] {} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4251 | 2024.07.13 05:38:01.175634 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4252 | 2024.07.13 05:38:01.175861 [ 3 ] {286312ce-77d8-4288-a026-c79fcc013351} <Debug> DynamicQueryHandler: Done processing query | ||
4253 | 2024.07.13 05:38:01.175983 [ 3 ] {286312ce-77d8-4288-a026-c79fcc013351} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4254 | 2024.07.13 05:38:01.176081 [ 193 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
4255 | 2024.07.13 05:38:01.176080 [ 3 ] {} <Debug> HTTP-Session: b419febf-fbf1-4ae5-9eb9-cb8e44ac3070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4256 | 2024.07.13 05:38:01.176446 [ 193 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4257 | 2024.07.13 05:38:01.176510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4258 | 2024.07.13 05:38:01.176517 [ 193 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 38 rows starting from the beginning of the part | ||
4259 | 2024.07.13 05:38:01.176650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4260 | 2024.07.13 05:38:01.176747 [ 193 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
4261 | 2024.07.13 05:38:01.176771 [ 3 ] {} <Debug> HTTP-Session: 5fe1c975-3a89-4317-bdbd-fb60ac84ae8b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4262 | 2024.07.13 05:38:01.176822 [ 3 ] {} <Debug> HTTP-Session: 5fe1c975-3a89-4317-bdbd-fb60ac84ae8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4263 | 2024.07.13 05:38:01.176894 [ 3 ] {} <Debug> HTTP-Session: 5fe1c975-3a89-4317-bdbd-fb60ac84ae8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4264 | 2024.07.13 05:38:01.177023 [ 193 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part | ||
4265 | 2024.07.13 05:38:01.177040 [ 3 ] {} <Trace> HTTP-Session: 5fe1c975-3a89-4317-bdbd-fb60ac84ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4266 | 2024.07.13 05:38:01.177336 [ 193 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part | ||
4267 | 2024.07.13 05:38:01.177453 [ 193 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 38 rows starting from the beginning of the part | ||
4268 | 2024.07.13 05:38:01.177622 [ 3 ] {249aca54-798c-4fdc-9bfe-81e1d138ce2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4269 | 2024.07.13 05:38:01.177794 [ 3 ] {249aca54-798c-4fdc-9bfe-81e1d138ce2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4270 | 2024.07.13 05:38:01.178268 [ 3 ] {249aca54-798c-4fdc-9bfe-81e1d138ce2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4271 | 2024.07.13 05:38:01.179507 [ 3 ] {249aca54-798c-4fdc-9bfe-81e1d138ce2e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4272 | 2024.07.13 05:38:01.179606 [ 3 ] {249aca54-798c-4fdc-9bfe-81e1d138ce2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4273 | 2024.07.13 05:38:01.179731 [ 189 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.003999763 sec., 47502.8145417616 rows/sec., 3.58 MiB/sec. | ||
4274 | 2024.07.13 05:38:01.179929 [ 189 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4275 | 2024.07.13 05:38:01.180468 [ 3 ] {249aca54-798c-4fdc-9bfe-81e1d138ce2e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4276 | 2024.07.13 05:38:01.180801 [ 189 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4277 | 2024.07.13 05:38:01.180981 [ 189 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_10_2} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
4278 | 2024.07.13 05:38:01.181123 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4279 | 2024.07.13 05:38:01.181186 [ 3 ] {249aca54-798c-4fdc-9bfe-81e1d138ce2e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4280 | 2024.07.13 05:38:01.181367 [ 146 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4281 | 2024.07.13 05:38:01.181377 [ 3 ] {249aca54-798c-4fdc-9bfe-81e1d138ce2e} <Debug> executeQuery: Read 257 rows, 23.21 KiB in 0.004074 sec., 63082.96514482081 rows/sec., 5.56 MiB/sec. | ||
4282 | 2024.07.13 05:38:01.181424 [ 146 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4283 | 2024.07.13 05:38:01.181485 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4284 | 2024.07.13 05:38:01.181887 [ 3 ] {249aca54-798c-4fdc-9bfe-81e1d138ce2e} <Debug> DynamicQueryHandler: Done processing query | ||
4285 | 2024.07.13 05:38:01.181950 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
4286 | 2024.07.13 05:38:01.181981 [ 3 ] {249aca54-798c-4fdc-9bfe-81e1d138ce2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4287 | 2024.07.13 05:38:01.182081 [ 3 ] {} <Debug> HTTP-Session: 5fe1c975-3a89-4317-bdbd-fb60ac84ae8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4288 | 2024.07.13 05:38:01.182557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 66996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4289 | 2024.07.13 05:38:01.182607 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4290 | 2024.07.13 05:38:01.182724 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 297 rows starting from the beginning of the part | ||
4291 | 2024.07.13 05:38:01.182774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4292 | 2024.07.13 05:38:01.182884 [ 3 ] {} <Debug> HTTP-Session: 90871f76-35fc-4d5d-b1b1-9d4fb0f9b923 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4293 | 2024.07.13 05:38:01.182976 [ 3 ] {} <Debug> HTTP-Session: 90871f76-35fc-4d5d-b1b1-9d4fb0f9b923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4294 | 2024.07.13 05:38:01.183059 [ 3 ] {} <Debug> HTTP-Session: 90871f76-35fc-4d5d-b1b1-9d4fb0f9b923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4295 | 2024.07.13 05:38:01.183126 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 257 rows starting from the beginning of the part | ||
4296 | 2024.07.13 05:38:01.183208 [ 3 ] {} <Trace> HTTP-Session: 90871f76-35fc-4d5d-b1b1-9d4fb0f9b923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4297 | 2024.07.13 05:38:01.183386 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
4298 | 2024.07.13 05:38:01.183697 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 293 rows starting from the beginning of the part | ||
4299 | 2024.07.13 05:38:01.183884 [ 3 ] {2d00c635-d72a-4b0a-a813-16b1acfede4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4300 | 2024.07.13 05:38:01.183942 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
4301 | 2024.07.13 05:38:01.184033 [ 3 ] {2d00c635-d72a-4b0a-a813-16b1acfede4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4302 | 2024.07.13 05:38:01.184217 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 257 rows starting from the beginning of the part | ||
4303 | 2024.07.13 05:38:01.184780 [ 3 ] {2d00c635-d72a-4b0a-a813-16b1acfede4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4304 | 2024.07.13 05:38:01.185610 [ 3 ] {2d00c635-d72a-4b0a-a813-16b1acfede4f} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4305 | 2024.07.13 05:38:01.185656 [ 3 ] {2d00c635-d72a-4b0a-a813-16b1acfede4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4306 | 2024.07.13 05:38:01.186185 [ 3 ] {2d00c635-d72a-4b0a-a813-16b1acfede4f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4307 | 2024.07.13 05:38:01.186239 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004639342 sec., 262106.1348786099 rows/sec., 22.65 MiB/sec. | ||
4308 | 2024.07.13 05:38:01.186486 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4309 | 2024.07.13 05:38:01.186972 [ 3 ] {2d00c635-d72a-4b0a-a813-16b1acfede4f} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4310 | 2024.07.13 05:38:01.187261 [ 146 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4311 | 2024.07.13 05:38:01.187308 [ 3 ] {2d00c635-d72a-4b0a-a813-16b1acfede4f} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.003814 sec., 108547.45673833246 rows/sec., 7.69 MiB/sec. | ||
4312 | 2024.07.13 05:38:01.187350 [ 146 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4313 | 2024.07.13 05:38:01.187470 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4314 | 2024.07.13 05:38:01.187498 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4315 | 2024.07.13 05:38:01.187989 [ 3 ] {2d00c635-d72a-4b0a-a813-16b1acfede4f} <Debug> DynamicQueryHandler: Done processing query | ||
4316 | 2024.07.13 05:38:01.188012 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
4317 | 2024.07.13 05:38:01.188058 [ 3 ] {2d00c635-d72a-4b0a-a813-16b1acfede4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4318 | 2024.07.13 05:38:01.188131 [ 3 ] {} <Debug> HTTP-Session: 90871f76-35fc-4d5d-b1b1-9d4fb0f9b923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4319 | 2024.07.13 05:38:01.188434 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_21_4} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4320 | 2024.07.13 05:38:01.188465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4321 | 2024.07.13 05:38:01.188510 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4322 | 2024.07.13 05:38:01.188590 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 464 rows starting from the beginning of the part | ||
4323 | 2024.07.13 05:38:01.188618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4324 | 2024.07.13 05:38:01.188711 [ 3 ] {} <Debug> HTTP-Session: 3cf19ea6-12dd-4c39-a32c-5bc733d6b8d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4325 | 2024.07.13 05:38:01.188723 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
4326 | 2024.07.13 05:38:01.188855 [ 3 ] {} <Debug> HTTP-Session: 3cf19ea6-12dd-4c39-a32c-5bc733d6b8d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4327 | 2024.07.13 05:38:01.188915 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 414 rows starting from the beginning of the part | ||
4328 | 2024.07.13 05:38:01.188924 [ 3 ] {} <Debug> HTTP-Session: 3cf19ea6-12dd-4c39-a32c-5bc733d6b8d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4329 | 2024.07.13 05:38:01.188989 [ 3 ] {} <Trace> HTTP-Session: 3cf19ea6-12dd-4c39-a32c-5bc733d6b8d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4330 | 2024.07.13 05:38:01.189045 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
4331 | 2024.07.13 05:38:01.189259 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 438 rows starting from the beginning of the part | ||
4332 | 2024.07.13 05:38:01.189291 [ 3 ] {0756afc8-20af-41b1-ab07-4ea210403837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4333 | 2024.07.13 05:38:01.189524 [ 3 ] {0756afc8-20af-41b1-ab07-4ea210403837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4334 | 2024.07.13 05:38:01.189568 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
4335 | 2024.07.13 05:38:01.189759 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 414 rows starting from the beginning of the part | ||
4336 | 2024.07.13 05:38:01.190122 [ 3 ] {0756afc8-20af-41b1-ab07-4ea210403837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4337 | 2024.07.13 05:38:01.190581 [ 3 ] {0756afc8-20af-41b1-ab07-4ea210403837} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4338 | 2024.07.13 05:38:01.190626 [ 3 ] {0756afc8-20af-41b1-ab07-4ea210403837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4339 | 2024.07.13 05:38:01.191186 [ 3 ] {0756afc8-20af-41b1-ab07-4ea210403837} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4340 | 2024.07.13 05:38:01.191543 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1858 rows, containing 4 columns (4 merged, 0 gathered) in 0.003937591 sec., 471862.1106153483 rows/sec., 33.80 MiB/sec. | ||
4341 | 2024.07.13 05:38:01.191597 [ 3 ] {0756afc8-20af-41b1-ab07-4ea210403837} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4342 | 2024.07.13 05:38:01.191723 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4343 | 2024.07.13 05:38:01.191893 [ 3 ] {0756afc8-20af-41b1-ab07-4ea210403837} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.002707 sec., 2216.4758034724787 rows/sec., 95.24 KiB/sec. | ||
4344 | 2024.07.13 05:38:01.192445 [ 3 ] {0756afc8-20af-41b1-ab07-4ea210403837} <Debug> DynamicQueryHandler: Done processing query | ||
4345 | 2024.07.13 05:38:01.192474 [ 3 ] {0756afc8-20af-41b1-ab07-4ea210403837} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4346 | 2024.07.13 05:38:01.192496 [ 3 ] {} <Debug> HTTP-Session: 3cf19ea6-12dd-4c39-a32c-5bc733d6b8d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4347 | 2024.07.13 05:38:01.192606 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4348 | 2024.07.13 05:38:01.192639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4349 | 2024.07.13 05:38:01.192702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4350 | 2024.07.13 05:38:01.192715 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_21_4} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4351 | 2024.07.13 05:38:01.192724 [ 3 ] {} <Debug> HTTP-Session: c3ff13dc-4c62-4e84-bc27-83ef947f5507 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4352 | 2024.07.13 05:38:01.192744 [ 3 ] {} <Debug> HTTP-Session: c3ff13dc-4c62-4e84-bc27-83ef947f5507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4353 | 2024.07.13 05:38:01.192771 [ 3 ] {} <Debug> HTTP-Session: c3ff13dc-4c62-4e84-bc27-83ef947f5507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4354 | 2024.07.13 05:38:01.192802 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
4355 | 2024.07.13 05:38:01.192818 [ 3 ] {} <Trace> HTTP-Session: c3ff13dc-4c62-4e84-bc27-83ef947f5507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4356 | 2024.07.13 05:38:01.192979 [ 3 ] {94560307-c89f-4abe-932e-a689ac08e295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4357 | 2024.07.13 05:38:01.193028 [ 3 ] {94560307-c89f-4abe-932e-a689ac08e295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4358 | 2024.07.13 05:38:01.193207 [ 3 ] {94560307-c89f-4abe-932e-a689ac08e295} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4359 | 2024.07.13 05:38:01.193549 [ 3 ] {94560307-c89f-4abe-932e-a689ac08e295} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4360 | 2024.07.13 05:38:01.193585 [ 3 ] {94560307-c89f-4abe-932e-a689ac08e295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4361 | 2024.07.13 05:38:01.193951 [ 3 ] {94560307-c89f-4abe-932e-a689ac08e295} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4362 | 2024.07.13 05:38:01.194304 [ 3 ] {94560307-c89f-4abe-932e-a689ac08e295} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4363 | 2024.07.13 05:38:01.194470 [ 3 ] {94560307-c89f-4abe-932e-a689ac08e295} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001556 sec., 49485.86118251928 rows/sec., 3.05 MiB/sec. | ||
4364 | 2024.07.13 05:38:01.194987 [ 3 ] {94560307-c89f-4abe-932e-a689ac08e295} <Debug> DynamicQueryHandler: Done processing query | ||
4365 | 2024.07.13 05:38:01.195018 [ 3 ] {94560307-c89f-4abe-932e-a689ac08e295} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4366 | 2024.07.13 05:38:01.195035 [ 3 ] {} <Debug> HTTP-Session: c3ff13dc-4c62-4e84-bc27-83ef947f5507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4367 | 2024.07.13 05:38:01.195204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4368 | 2024.07.13 05:38:01.195251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4369 | 2024.07.13 05:38:01.195270 [ 3 ] {} <Debug> HTTP-Session: ff71698e-2b04-4aa1-b1d1-195130b42d81 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4370 | 2024.07.13 05:38:01.195286 [ 3 ] {} <Debug> HTTP-Session: ff71698e-2b04-4aa1-b1d1-195130b42d81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4371 | 2024.07.13 05:38:01.195300 [ 3 ] {} <Debug> HTTP-Session: ff71698e-2b04-4aa1-b1d1-195130b42d81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4372 | 2024.07.13 05:38:01.195331 [ 3 ] {} <Trace> HTTP-Session: ff71698e-2b04-4aa1-b1d1-195130b42d81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4373 | 2024.07.13 05:38:01.195485 [ 3 ] {55a3f8dd-756d-4fbe-9f03-14b2990670a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4374 | 2024.07.13 05:38:01.195533 [ 3 ] {55a3f8dd-756d-4fbe-9f03-14b2990670a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4375 | 2024.07.13 05:38:01.195702 [ 3 ] {55a3f8dd-756d-4fbe-9f03-14b2990670a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4376 | 2024.07.13 05:38:01.196083 [ 3 ] {55a3f8dd-756d-4fbe-9f03-14b2990670a7} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4377 | 2024.07.13 05:38:01.196119 [ 3 ] {55a3f8dd-756d-4fbe-9f03-14b2990670a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4378 | 2024.07.13 05:38:01.196486 [ 3 ] {55a3f8dd-756d-4fbe-9f03-14b2990670a7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4379 | 2024.07.13 05:38:01.196824 [ 3 ] {55a3f8dd-756d-4fbe-9f03-14b2990670a7} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4380 | 2024.07.13 05:38:01.196974 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4381 | 2024.07.13 05:38:01.196983 [ 3 ] {55a3f8dd-756d-4fbe-9f03-14b2990670a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec. | ||
4382 | 2024.07.13 05:38:01.197035 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4383 | 2024.07.13 05:38:01.197109 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4384 | 2024.07.13 05:38:01.197388 [ 3 ] {55a3f8dd-756d-4fbe-9f03-14b2990670a7} <Debug> DynamicQueryHandler: Done processing query | ||
4385 | 2024.07.13 05:38:01.197484 [ 3 ] {55a3f8dd-756d-4fbe-9f03-14b2990670a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4386 | 2024.07.13 05:38:01.197517 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
4387 | 2024.07.13 05:38:01.197545 [ 3 ] {} <Debug> HTTP-Session: ff71698e-2b04-4aa1-b1d1-195130b42d81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4388 | 2024.07.13 05:38:01.197852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51319, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4389 | 2024.07.13 05:38:01.197911 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4390 | 2024.07.13 05:38:01.197939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4391 | 2024.07.13 05:38:01.197975 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2172 rows starting from the beginning of the part | ||
4392 | 2024.07.13 05:38:01.197986 [ 3 ] {} <Debug> HTTP-Session: 743c6d52-7122-496f-ab84-089776c502e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4393 | 2024.07.13 05:38:01.198031 [ 3 ] {} <Debug> HTTP-Session: 743c6d52-7122-496f-ab84-089776c502e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4394 | 2024.07.13 05:38:01.198070 [ 3 ] {} <Debug> HTTP-Session: 743c6d52-7122-496f-ab84-089776c502e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4395 | 2024.07.13 05:38:01.198220 [ 3 ] {} <Trace> HTTP-Session: 743c6d52-7122-496f-ab84-089776c502e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4396 | 2024.07.13 05:38:01.198305 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
4397 | 2024.07.13 05:38:01.198580 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
4398 | 2024.07.13 05:38:01.198759 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 196 rows starting from the beginning of the part | ||
4399 | 2024.07.13 05:38:01.198899 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
4400 | 2024.07.13 05:38:01.199158 [ 3 ] {7324deb8-2c4c-4daf-a6e2-8b8a328c2ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4401 | 2024.07.13 05:38:01.199190 [ 189 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
4402 | 2024.07.13 05:38:01.199587 [ 3 ] {7324deb8-2c4c-4daf-a6e2-8b8a328c2ca3} <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 | ||
4403 | 2024.07.13 05:38:01.201354 [ 3 ] {7324deb8-2c4c-4daf-a6e2-8b8a328c2ca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4404 | 2024.07.13 05:38:01.202967 [ 3 ] {7324deb8-2c4c-4daf-a6e2-8b8a328c2ca3} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4405 | 2024.07.13 05:38:01.203062 [ 3 ] {7324deb8-2c4c-4daf-a6e2-8b8a328c2ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4406 | 2024.07.13 05:38:01.203226 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3008 rows, containing 5 columns (5 merged, 0 gathered) in 0.006003074 sec., 501076.6150808736 rows/sec., 34.90 MiB/sec. | ||
4407 | 2024.07.13 05:38:01.203567 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4408 | 2024.07.13 05:38:01.204054 [ 3 ] {7324deb8-2c4c-4daf-a6e2-8b8a328c2ca3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4409 | 2024.07.13 05:38:01.204150 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4410 | 2024.07.13 05:38:01.204263 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4411 | 2024.07.13 05:38:01.204406 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
4412 | 2024.07.13 05:38:01.204648 [ 3 ] {7324deb8-2c4c-4daf-a6e2-8b8a328c2ca3} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4413 | 2024.07.13 05:38:01.204860 [ 3 ] {7324deb8-2c4c-4daf-a6e2-8b8a328c2ca3} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00641 sec., 4992.19968798752 rows/sec., 8.95 MiB/sec. | ||
4414 | 2024.07.13 05:38:01.205326 [ 3 ] {7324deb8-2c4c-4daf-a6e2-8b8a328c2ca3} <Debug> DynamicQueryHandler: Done processing query | ||
4415 | 2024.07.13 05:38:01.205350 [ 3 ] {7324deb8-2c4c-4daf-a6e2-8b8a328c2ca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4416 | 2024.07.13 05:38:01.205366 [ 3 ] {} <Debug> HTTP-Session: 743c6d52-7122-496f-ab84-089776c502e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4417 | 2024.07.13 05:38:01.205493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4418 | 2024.07.13 05:38:01.205541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4419 | 2024.07.13 05:38:01.205559 [ 3 ] {} <Debug> HTTP-Session: 795c8ce7-5012-4c5b-83ca-95d8084a3ea4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4420 | 2024.07.13 05:38:01.205575 [ 3 ] {} <Debug> HTTP-Session: 795c8ce7-5012-4c5b-83ca-95d8084a3ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4421 | 2024.07.13 05:38:01.205588 [ 3 ] {} <Debug> HTTP-Session: 795c8ce7-5012-4c5b-83ca-95d8084a3ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4422 | 2024.07.13 05:38:01.205618 [ 3 ] {} <Trace> HTTP-Session: 795c8ce7-5012-4c5b-83ca-95d8084a3ea4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4423 | 2024.07.13 05:38:01.205717 [ 3 ] {7ba85be2-a021-49ee-aba2-19225c3f5fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4424 | 2024.07.13 05:38:01.205760 [ 3 ] {7ba85be2-a021-49ee-aba2-19225c3f5fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4425 | 2024.07.13 05:38:01.205891 [ 3 ] {7ba85be2-a021-49ee-aba2-19225c3f5fff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4426 | 2024.07.13 05:38:01.206183 [ 3 ] {7ba85be2-a021-49ee-aba2-19225c3f5fff} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4427 | 2024.07.13 05:38:01.206219 [ 3 ] {7ba85be2-a021-49ee-aba2-19225c3f5fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4428 | 2024.07.13 05:38:01.206565 [ 3 ] {7ba85be2-a021-49ee-aba2-19225c3f5fff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4429 | 2024.07.13 05:38:01.206885 [ 3 ] {7ba85be2-a021-49ee-aba2-19225c3f5fff} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4430 | 2024.07.13 05:38:01.207048 [ 3 ] {7ba85be2-a021-49ee-aba2-19225c3f5fff} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001355 sec., 16974.169741697417 rows/sec., 918.18 KiB/sec. | ||
4431 | 2024.07.13 05:38:01.207248 [ 3 ] {7ba85be2-a021-49ee-aba2-19225c3f5fff} <Debug> DynamicQueryHandler: Done processing query | ||
4432 | 2024.07.13 05:38:01.207271 [ 3 ] {7ba85be2-a021-49ee-aba2-19225c3f5fff} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4433 | 2024.07.13 05:38:01.207286 [ 3 ] {} <Debug> HTTP-Session: 795c8ce7-5012-4c5b-83ca-95d8084a3ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4434 | 2024.07.13 05:38:01.207412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4435 | 2024.07.13 05:38:01.207458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4436 | 2024.07.13 05:38:01.207476 [ 3 ] {} <Debug> HTTP-Session: d76c368e-2ecf-4736-922d-039c81f09549 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4437 | 2024.07.13 05:38:01.207492 [ 3 ] {} <Debug> HTTP-Session: d76c368e-2ecf-4736-922d-039c81f09549 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4438 | 2024.07.13 05:38:01.207505 [ 3 ] {} <Debug> HTTP-Session: d76c368e-2ecf-4736-922d-039c81f09549 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4439 | 2024.07.13 05:38:01.207535 [ 3 ] {} <Trace> HTTP-Session: d76c368e-2ecf-4736-922d-039c81f09549 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4440 | 2024.07.13 05:38:01.207655 [ 3 ] {725a6dc6-ee94-40fe-8d74-82f961551cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4441 | 2024.07.13 05:38:01.207698 [ 3 ] {725a6dc6-ee94-40fe-8d74-82f961551cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4442 | 2024.07.13 05:38:01.207825 [ 3 ] {725a6dc6-ee94-40fe-8d74-82f961551cd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4443 | 2024.07.13 05:38:01.208116 [ 3 ] {725a6dc6-ee94-40fe-8d74-82f961551cd3} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4444 | 2024.07.13 05:38:01.208151 [ 3 ] {725a6dc6-ee94-40fe-8d74-82f961551cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4445 | 2024.07.13 05:38:01.208500 [ 3 ] {725a6dc6-ee94-40fe-8d74-82f961551cd3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4446 | 2024.07.13 05:38:01.208823 [ 3 ] {725a6dc6-ee94-40fe-8d74-82f961551cd3} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4447 | 2024.07.13 05:38:01.208975 [ 146 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4448 | 2024.07.13 05:38:01.208984 [ 3 ] {725a6dc6-ee94-40fe-8d74-82f961551cd3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
4449 | 2024.07.13 05:38:01.209026 [ 146 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4450 | 2024.07.13 05:38:01.209086 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4451 | 2024.07.13 05:38:01.209397 [ 3 ] {725a6dc6-ee94-40fe-8d74-82f961551cd3} <Debug> DynamicQueryHandler: Done processing query | ||
4452 | 2024.07.13 05:38:01.209515 [ 3 ] {725a6dc6-ee94-40fe-8d74-82f961551cd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4453 | 2024.07.13 05:38:01.209625 [ 3 ] {} <Debug> HTTP-Session: d76c368e-2ecf-4736-922d-039c81f09549 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4454 | 2024.07.13 05:38:01.209733 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
4455 | 2024.07.13 05:38:01.210330 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4456 | 2024.07.13 05:38:01.210368 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 614 rows starting from the beginning of the part | ||
4457 | 2024.07.13 05:38:01.210480 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
4458 | 2024.07.13 05:38:01.210611 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
4459 | 2024.07.13 05:38:01.210731 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
4460 | 2024.07.13 05:38:01.210826 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
4461 | 2024.07.13 05:38:01.210999 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
4462 | 2024.07.13 05:38:01.212169 [ 188 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 914 rows, containing 4 columns (4 merged, 0 gathered) in 0.002968997 sec., 307848.07125099824 rows/sec., 20.85 MiB/sec. | ||
4463 | 2024.07.13 05:38:01.212340 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4464 | 2024.07.13 05:38:01.212713 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4465 | 2024.07.13 05:38:01.212792 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_21_4} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4466 | 2024.07.13 05:38:01.212870 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
4467 | 2024.07.13 05:38:06.167206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4468 | 2024.07.13 05:38:06.167347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4469 | 2024.07.13 05:38:06.167375 [ 3 ] {} <Debug> HTTP-Session: 02ab75b4-2eb6-48b5-8b0b-2322752ac7de Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4470 | 2024.07.13 05:38:06.167403 [ 3 ] {} <Debug> HTTP-Session: 02ab75b4-2eb6-48b5-8b0b-2322752ac7de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4471 | 2024.07.13 05:38:06.167421 [ 3 ] {} <Debug> HTTP-Session: 02ab75b4-2eb6-48b5-8b0b-2322752ac7de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4472 | 2024.07.13 05:38:06.167475 [ 3 ] {} <Trace> HTTP-Session: 02ab75b4-2eb6-48b5-8b0b-2322752ac7de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4473 | 2024.07.13 05:38:06.167669 [ 3 ] {f12c5347-e715-447c-b545-e3569be24495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4474 | 2024.07.13 05:38:06.167736 [ 3 ] {f12c5347-e715-447c-b545-e3569be24495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4475 | 2024.07.13 05:38:06.167919 [ 3 ] {f12c5347-e715-447c-b545-e3569be24495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4476 | 2024.07.13 05:38:06.168352 [ 3 ] {f12c5347-e715-447c-b545-e3569be24495} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4477 | 2024.07.13 05:38:06.168392 [ 3 ] {f12c5347-e715-447c-b545-e3569be24495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4478 | 2024.07.13 05:38:06.168754 [ 3 ] {f12c5347-e715-447c-b545-e3569be24495} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4479 | 2024.07.13 05:38:06.169079 [ 3 ] {f12c5347-e715-447c-b545-e3569be24495} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4480 | 2024.07.13 05:38:06.169249 [ 3 ] {f12c5347-e715-447c-b545-e3569be24495} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00164 sec., 34146.34146341463 rows/sec., 2.62 MiB/sec. | ||
4481 | 2024.07.13 05:38:06.169452 [ 3 ] {f12c5347-e715-447c-b545-e3569be24495} <Debug> DynamicQueryHandler: Done processing query | ||
4482 | 2024.07.13 05:38:06.169477 [ 3 ] {f12c5347-e715-447c-b545-e3569be24495} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4483 | 2024.07.13 05:38:06.169494 [ 3 ] {} <Debug> HTTP-Session: 02ab75b4-2eb6-48b5-8b0b-2322752ac7de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4484 | 2024.07.13 05:38:06.169660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4485 | 2024.07.13 05:38:06.169707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4486 | 2024.07.13 05:38:06.169726 [ 3 ] {} <Debug> HTTP-Session: 7c07a68d-4eac-46e1-8688-8076b8420021 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4487 | 2024.07.13 05:38:06.169743 [ 3 ] {} <Debug> HTTP-Session: 7c07a68d-4eac-46e1-8688-8076b8420021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4488 | 2024.07.13 05:38:06.169757 [ 3 ] {} <Debug> HTTP-Session: 7c07a68d-4eac-46e1-8688-8076b8420021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4489 | 2024.07.13 05:38:06.169788 [ 3 ] {} <Trace> HTTP-Session: 7c07a68d-4eac-46e1-8688-8076b8420021 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4490 | 2024.07.13 05:38:06.169902 [ 3 ] {4bace26a-5535-4ac4-8a0b-8cc361e7acb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4491 | 2024.07.13 05:38:06.169944 [ 3 ] {4bace26a-5535-4ac4-8a0b-8cc361e7acb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4492 | 2024.07.13 05:38:06.170070 [ 3 ] {4bace26a-5535-4ac4-8a0b-8cc361e7acb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4493 | 2024.07.13 05:38:06.170414 [ 3 ] {4bace26a-5535-4ac4-8a0b-8cc361e7acb6} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4494 | 2024.07.13 05:38:06.170450 [ 3 ] {4bace26a-5535-4ac4-8a0b-8cc361e7acb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4495 | 2024.07.13 05:38:06.170752 [ 3 ] {4bace26a-5535-4ac4-8a0b-8cc361e7acb6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4496 | 2024.07.13 05:38:06.171049 [ 3 ] {4bace26a-5535-4ac4-8a0b-8cc361e7acb6} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4497 | 2024.07.13 05:38:06.171205 [ 3 ] {4bace26a-5535-4ac4-8a0b-8cc361e7acb6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001337 sec., 47868.36200448766 rows/sec., 3.74 MiB/sec. | ||
4498 | 2024.07.13 05:38:06.171374 [ 3 ] {4bace26a-5535-4ac4-8a0b-8cc361e7acb6} <Debug> DynamicQueryHandler: Done processing query | ||
4499 | 2024.07.13 05:38:06.171399 [ 3 ] {4bace26a-5535-4ac4-8a0b-8cc361e7acb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4500 | 2024.07.13 05:38:06.171414 [ 3 ] {} <Debug> HTTP-Session: 7c07a68d-4eac-46e1-8688-8076b8420021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4501 | 2024.07.13 05:38:06.171595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4502 | 2024.07.13 05:38:06.171642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4503 | 2024.07.13 05:38:06.171661 [ 3 ] {} <Debug> HTTP-Session: 9036613b-11d5-4dff-8fe2-ac5952472e43 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4504 | 2024.07.13 05:38:06.171677 [ 3 ] {} <Debug> HTTP-Session: 9036613b-11d5-4dff-8fe2-ac5952472e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4505 | 2024.07.13 05:38:06.171691 [ 3 ] {} <Debug> HTTP-Session: 9036613b-11d5-4dff-8fe2-ac5952472e43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4506 | 2024.07.13 05:38:06.171721 [ 3 ] {} <Trace> HTTP-Session: 9036613b-11d5-4dff-8fe2-ac5952472e43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4507 | 2024.07.13 05:38:06.171882 [ 3 ] {3736bb04-ff18-4fe5-bb5a-520e258a8d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4508 | 2024.07.13 05:38:06.171929 [ 3 ] {3736bb04-ff18-4fe5-bb5a-520e258a8d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4509 | 2024.07.13 05:38:06.172072 [ 3 ] {3736bb04-ff18-4fe5-bb5a-520e258a8d7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4510 | 2024.07.13 05:38:06.172472 [ 3 ] {3736bb04-ff18-4fe5-bb5a-520e258a8d7f} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4511 | 2024.07.13 05:38:06.172508 [ 3 ] {3736bb04-ff18-4fe5-bb5a-520e258a8d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4512 | 2024.07.13 05:38:06.172891 [ 3 ] {3736bb04-ff18-4fe5-bb5a-520e258a8d7f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4513 | 2024.07.13 05:38:06.173225 [ 3 ] {3736bb04-ff18-4fe5-bb5a-520e258a8d7f} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4514 | 2024.07.13 05:38:06.173376 [ 3 ] {3736bb04-ff18-4fe5-bb5a-520e258a8d7f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. | ||
4515 | 2024.07.13 05:38:06.173548 [ 3 ] {3736bb04-ff18-4fe5-bb5a-520e258a8d7f} <Debug> DynamicQueryHandler: Done processing query | ||
4516 | 2024.07.13 05:38:06.173572 [ 3 ] {3736bb04-ff18-4fe5-bb5a-520e258a8d7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4517 | 2024.07.13 05:38:06.173588 [ 3 ] {} <Debug> HTTP-Session: 9036613b-11d5-4dff-8fe2-ac5952472e43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4518 | 2024.07.13 05:38:06.173743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4519 | 2024.07.13 05:38:06.173790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4520 | 2024.07.13 05:38:06.173809 [ 3 ] {} <Debug> HTTP-Session: cc8eab13-fa9c-480c-8760-23f10e2ebe6f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4521 | 2024.07.13 05:38:06.173825 [ 3 ] {} <Debug> HTTP-Session: cc8eab13-fa9c-480c-8760-23f10e2ebe6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4522 | 2024.07.13 05:38:06.173839 [ 3 ] {} <Debug> HTTP-Session: cc8eab13-fa9c-480c-8760-23f10e2ebe6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4523 | 2024.07.13 05:38:06.173870 [ 3 ] {} <Trace> HTTP-Session: cc8eab13-fa9c-480c-8760-23f10e2ebe6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4524 | 2024.07.13 05:38:06.173989 [ 3 ] {1d9d1213-b2a2-43b8-bf8f-9274c639227d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4525 | 2024.07.13 05:38:06.174034 [ 3 ] {1d9d1213-b2a2-43b8-bf8f-9274c639227d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4526 | 2024.07.13 05:38:06.174158 [ 3 ] {1d9d1213-b2a2-43b8-bf8f-9274c639227d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4527 | 2024.07.13 05:38:06.174476 [ 3 ] {1d9d1213-b2a2-43b8-bf8f-9274c639227d} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4528 | 2024.07.13 05:38:06.174512 [ 3 ] {1d9d1213-b2a2-43b8-bf8f-9274c639227d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4529 | 2024.07.13 05:38:06.174858 [ 3 ] {1d9d1213-b2a2-43b8-bf8f-9274c639227d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4530 | 2024.07.13 05:38:06.175166 [ 3 ] {1d9d1213-b2a2-43b8-bf8f-9274c639227d} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4531 | 2024.07.13 05:38:06.175324 [ 3 ] {1d9d1213-b2a2-43b8-bf8f-9274c639227d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
4532 | 2024.07.13 05:38:06.175474 [ 3 ] {1d9d1213-b2a2-43b8-bf8f-9274c639227d} <Debug> DynamicQueryHandler: Done processing query | ||
4533 | 2024.07.13 05:38:06.175498 [ 3 ] {1d9d1213-b2a2-43b8-bf8f-9274c639227d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4534 | 2024.07.13 05:38:06.175514 [ 3 ] {} <Debug> HTTP-Session: cc8eab13-fa9c-480c-8760-23f10e2ebe6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4535 | 2024.07.13 05:38:11.173649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4536 | 2024.07.13 05:38:11.173787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4537 | 2024.07.13 05:38:11.173817 [ 3 ] {} <Debug> HTTP-Session: 1e80826f-e197-4156-8366-890c57c2246e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4538 | 2024.07.13 05:38:11.173845 [ 3 ] {} <Debug> HTTP-Session: 1e80826f-e197-4156-8366-890c57c2246e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4539 | 2024.07.13 05:38:11.173863 [ 3 ] {} <Debug> HTTP-Session: 1e80826f-e197-4156-8366-890c57c2246e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4540 | 2024.07.13 05:38:11.173920 [ 3 ] {} <Trace> HTTP-Session: 1e80826f-e197-4156-8366-890c57c2246e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4541 | 2024.07.13 05:38:11.174133 [ 3 ] {25a52b69-eda2-420c-82d7-f3c548b23d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4542 | 2024.07.13 05:38:11.174207 [ 3 ] {25a52b69-eda2-420c-82d7-f3c548b23d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4543 | 2024.07.13 05:38:11.174422 [ 3 ] {25a52b69-eda2-420c-82d7-f3c548b23d02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4544 | 2024.07.13 05:38:11.174871 [ 3 ] {25a52b69-eda2-420c-82d7-f3c548b23d02} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4545 | 2024.07.13 05:38:11.174912 [ 3 ] {25a52b69-eda2-420c-82d7-f3c548b23d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4546 | 2024.07.13 05:38:11.175272 [ 3 ] {25a52b69-eda2-420c-82d7-f3c548b23d02} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4547 | 2024.07.13 05:38:11.175592 [ 3 ] {25a52b69-eda2-420c-82d7-f3c548b23d02} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4548 | 2024.07.13 05:38:11.175750 [ 3 ] {25a52b69-eda2-420c-82d7-f3c548b23d02} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001687 sec., 22525.19264967398 rows/sec., 1.70 MiB/sec. | ||
4549 | 2024.07.13 05:38:11.175952 [ 3 ] {25a52b69-eda2-420c-82d7-f3c548b23d02} <Debug> DynamicQueryHandler: Done processing query | ||
4550 | 2024.07.13 05:38:11.175978 [ 3 ] {25a52b69-eda2-420c-82d7-f3c548b23d02} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4551 | 2024.07.13 05:38:11.175994 [ 3 ] {} <Debug> HTTP-Session: 1e80826f-e197-4156-8366-890c57c2246e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4552 | 2024.07.13 05:38:11.176135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4553 | 2024.07.13 05:38:11.176191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4554 | 2024.07.13 05:38:11.176210 [ 3 ] {} <Debug> HTTP-Session: edd1583b-ef65-4aa4-81db-579c991558d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4555 | 2024.07.13 05:38:11.176228 [ 3 ] {} <Debug> HTTP-Session: edd1583b-ef65-4aa4-81db-579c991558d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4556 | 2024.07.13 05:38:11.176242 [ 3 ] {} <Debug> HTTP-Session: edd1583b-ef65-4aa4-81db-579c991558d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4557 | 2024.07.13 05:38:11.176272 [ 3 ] {} <Trace> HTTP-Session: edd1583b-ef65-4aa4-81db-579c991558d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4558 | 2024.07.13 05:38:11.176367 [ 3 ] {a228485f-6265-4d12-beb3-9a5771f9e5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4559 | 2024.07.13 05:38:11.176409 [ 3 ] {a228485f-6265-4d12-beb3-9a5771f9e5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4560 | 2024.07.13 05:38:11.176537 [ 3 ] {a228485f-6265-4d12-beb3-9a5771f9e5ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4561 | 2024.07.13 05:38:11.176816 [ 3 ] {a228485f-6265-4d12-beb3-9a5771f9e5ca} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4562 | 2024.07.13 05:38:11.176852 [ 3 ] {a228485f-6265-4d12-beb3-9a5771f9e5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4563 | 2024.07.13 05:38:11.177146 [ 3 ] {a228485f-6265-4d12-beb3-9a5771f9e5ca} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4564 | 2024.07.13 05:38:11.177465 [ 3 ] {a228485f-6265-4d12-beb3-9a5771f9e5ca} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4565 | 2024.07.13 05:38:11.177616 [ 3 ] {a228485f-6265-4d12-beb3-9a5771f9e5ca} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001275 sec., 4705.882352941177 rows/sec., 383.73 KiB/sec. | ||
4566 | 2024.07.13 05:38:11.177768 [ 3 ] {a228485f-6265-4d12-beb3-9a5771f9e5ca} <Debug> DynamicQueryHandler: Done processing query | ||
4567 | 2024.07.13 05:38:11.177791 [ 3 ] {a228485f-6265-4d12-beb3-9a5771f9e5ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4568 | 2024.07.13 05:38:11.177808 [ 3 ] {} <Debug> HTTP-Session: edd1583b-ef65-4aa4-81db-579c991558d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4569 | 2024.07.13 05:38:11.177996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 39234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4570 | 2024.07.13 05:38:11.178042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4571 | 2024.07.13 05:38:11.178061 [ 3 ] {} <Debug> HTTP-Session: b7df09cc-cef9-43e6-8a34-27c48906f9a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4572 | 2024.07.13 05:38:11.178078 [ 3 ] {} <Debug> HTTP-Session: b7df09cc-cef9-43e6-8a34-27c48906f9a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4573 | 2024.07.13 05:38:11.178092 [ 3 ] {} <Debug> HTTP-Session: b7df09cc-cef9-43e6-8a34-27c48906f9a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4574 | 2024.07.13 05:38:11.178123 [ 3 ] {} <Trace> HTTP-Session: b7df09cc-cef9-43e6-8a34-27c48906f9a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4575 | 2024.07.13 05:38:11.178338 [ 3 ] {525ee9d6-ef46-4bc3-bd9d-a98525bd6770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4576 | 2024.07.13 05:38:11.178381 [ 3 ] {525ee9d6-ef46-4bc3-bd9d-a98525bd6770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4577 | 2024.07.13 05:38:11.178504 [ 3 ] {525ee9d6-ef46-4bc3-bd9d-a98525bd6770} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4578 | 2024.07.13 05:38:11.178962 [ 3 ] {525ee9d6-ef46-4bc3-bd9d-a98525bd6770} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4579 | 2024.07.13 05:38:11.178998 [ 3 ] {525ee9d6-ef46-4bc3-bd9d-a98525bd6770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4580 | 2024.07.13 05:38:11.179329 [ 3 ] {525ee9d6-ef46-4bc3-bd9d-a98525bd6770} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4581 | 2024.07.13 05:38:11.179633 [ 3 ] {525ee9d6-ef46-4bc3-bd9d-a98525bd6770} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4582 | 2024.07.13 05:38:11.179789 [ 3 ] {525ee9d6-ef46-4bc3-bd9d-a98525bd6770} <Debug> executeQuery: Read 260 rows, 23.43 KiB in 0.00158 sec., 164556.96202531646 rows/sec., 14.48 MiB/sec. | ||
4583 | 2024.07.13 05:38:11.180068 [ 3 ] {525ee9d6-ef46-4bc3-bd9d-a98525bd6770} <Debug> DynamicQueryHandler: Done processing query | ||
4584 | 2024.07.13 05:38:11.180093 [ 3 ] {525ee9d6-ef46-4bc3-bd9d-a98525bd6770} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4585 | 2024.07.13 05:38:11.180109 [ 3 ] {} <Debug> HTTP-Session: b7df09cc-cef9-43e6-8a34-27c48906f9a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4586 | 2024.07.13 05:38:11.180228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4587 | 2024.07.13 05:38:11.180275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4588 | 2024.07.13 05:38:11.180295 [ 3 ] {} <Debug> HTTP-Session: 71c29162-6d14-46f2-ae62-dd1950ca272b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4589 | 2024.07.13 05:38:11.180312 [ 3 ] {} <Debug> HTTP-Session: 71c29162-6d14-46f2-ae62-dd1950ca272b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4590 | 2024.07.13 05:38:11.180325 [ 3 ] {} <Debug> HTTP-Session: 71c29162-6d14-46f2-ae62-dd1950ca272b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4591 | 2024.07.13 05:38:11.180355 [ 3 ] {} <Trace> HTTP-Session: 71c29162-6d14-46f2-ae62-dd1950ca272b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4592 | 2024.07.13 05:38:11.180450 [ 3 ] {2aecaa46-f0ee-4d03-a94c-82da9d1db008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4593 | 2024.07.13 05:38:11.180492 [ 3 ] {2aecaa46-f0ee-4d03-a94c-82da9d1db008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4594 | 2024.07.13 05:38:11.180634 [ 3 ] {2aecaa46-f0ee-4d03-a94c-82da9d1db008} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4595 | 2024.07.13 05:38:11.180893 [ 3 ] {2aecaa46-f0ee-4d03-a94c-82da9d1db008} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4596 | 2024.07.13 05:38:11.180928 [ 3 ] {2aecaa46-f0ee-4d03-a94c-82da9d1db008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4597 | 2024.07.13 05:38:11.181215 [ 3 ] {2aecaa46-f0ee-4d03-a94c-82da9d1db008} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4598 | 2024.07.13 05:38:11.181504 [ 3 ] {2aecaa46-f0ee-4d03-a94c-82da9d1db008} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4599 | 2024.07.13 05:38:11.181653 [ 3 ] {2aecaa46-f0ee-4d03-a94c-82da9d1db008} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001229 sec., 4882.017900732302 rows/sec., 340.88 KiB/sec. | ||
4600 | 2024.07.13 05:38:11.181801 [ 3 ] {2aecaa46-f0ee-4d03-a94c-82da9d1db008} <Debug> DynamicQueryHandler: Done processing query | ||
4601 | 2024.07.13 05:38:11.181825 [ 3 ] {2aecaa46-f0ee-4d03-a94c-82da9d1db008} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4602 | 2024.07.13 05:38:11.181840 [ 3 ] {} <Debug> HTTP-Session: 71c29162-6d14-46f2-ae62-dd1950ca272b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4603 | 2024.07.13 05:38:11.182098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 68021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4604 | 2024.07.13 05:38:11.182143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4605 | 2024.07.13 05:38:11.182163 [ 3 ] {} <Debug> HTTP-Session: b0b2b04f-b0e0-4951-9a6c-74c2a5195a05 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4606 | 2024.07.13 05:38:11.182180 [ 3 ] {} <Debug> HTTP-Session: b0b2b04f-b0e0-4951-9a6c-74c2a5195a05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4607 | 2024.07.13 05:38:11.182194 [ 3 ] {} <Debug> HTTP-Session: b0b2b04f-b0e0-4951-9a6c-74c2a5195a05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4608 | 2024.07.13 05:38:11.182223 [ 3 ] {} <Trace> HTTP-Session: b0b2b04f-b0e0-4951-9a6c-74c2a5195a05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4609 | 2024.07.13 05:38:11.182464 [ 3 ] {18fb7622-9434-4712-ac98-c872c863ac18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4610 | 2024.07.13 05:38:11.182508 [ 3 ] {18fb7622-9434-4712-ac98-c872c863ac18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4611 | 2024.07.13 05:38:11.182630 [ 3 ] {18fb7622-9434-4712-ac98-c872c863ac18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4612 | 2024.07.13 05:38:11.183173 [ 3 ] {18fb7622-9434-4712-ac98-c872c863ac18} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4613 | 2024.07.13 05:38:11.183209 [ 3 ] {18fb7622-9434-4712-ac98-c872c863ac18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4614 | 2024.07.13 05:38:11.183522 [ 3 ] {18fb7622-9434-4712-ac98-c872c863ac18} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4615 | 2024.07.13 05:38:11.183820 [ 3 ] {18fb7622-9434-4712-ac98-c872c863ac18} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4616 | 2024.07.13 05:38:11.183970 [ 3 ] {18fb7622-9434-4712-ac98-c872c863ac18} <Debug> executeQuery: Read 420 rows, 30.53 KiB in 0.00166 sec., 253012.0481927711 rows/sec., 17.96 MiB/sec. | ||
4617 | 2024.07.13 05:38:11.184132 [ 3 ] {18fb7622-9434-4712-ac98-c872c863ac18} <Debug> DynamicQueryHandler: Done processing query | ||
4618 | 2024.07.13 05:38:11.184160 [ 3 ] {18fb7622-9434-4712-ac98-c872c863ac18} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4619 | 2024.07.13 05:38:11.184176 [ 3 ] {} <Debug> HTTP-Session: b0b2b04f-b0e0-4951-9a6c-74c2a5195a05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4620 | 2024.07.13 05:38:11.184299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4621 | 2024.07.13 05:38:11.184345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4622 | 2024.07.13 05:38:11.184365 [ 3 ] {} <Debug> HTTP-Session: 999deaaf-4572-4afe-acfb-06b1fd4e8a4d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4623 | 2024.07.13 05:38:11.184381 [ 3 ] {} <Debug> HTTP-Session: 999deaaf-4572-4afe-acfb-06b1fd4e8a4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4624 | 2024.07.13 05:38:11.184394 [ 3 ] {} <Debug> HTTP-Session: 999deaaf-4572-4afe-acfb-06b1fd4e8a4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4625 | 2024.07.13 05:38:11.184424 [ 3 ] {} <Trace> HTTP-Session: 999deaaf-4572-4afe-acfb-06b1fd4e8a4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4626 | 2024.07.13 05:38:11.184521 [ 3 ] {b201e5ec-8263-45cd-b726-81f88a9d8cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4627 | 2024.07.13 05:38:11.184565 [ 3 ] {b201e5ec-8263-45cd-b726-81f88a9d8cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4628 | 2024.07.13 05:38:11.184694 [ 3 ] {b201e5ec-8263-45cd-b726-81f88a9d8cc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4629 | 2024.07.13 05:38:11.184941 [ 3 ] {b201e5ec-8263-45cd-b726-81f88a9d8cc6} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4630 | 2024.07.13 05:38:11.184976 [ 3 ] {b201e5ec-8263-45cd-b726-81f88a9d8cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4631 | 2024.07.13 05:38:11.185318 [ 3 ] {b201e5ec-8263-45cd-b726-81f88a9d8cc6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4632 | 2024.07.13 05:38:11.185631 [ 3 ] {b201e5ec-8263-45cd-b726-81f88a9d8cc6} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4633 | 2024.07.13 05:38:11.185794 [ 3 ] {b201e5ec-8263-45cd-b726-81f88a9d8cc6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001291 sec., 4647.560030983734 rows/sec., 199.70 KiB/sec. | ||
4634 | 2024.07.13 05:38:11.186039 [ 3 ] {b201e5ec-8263-45cd-b726-81f88a9d8cc6} <Debug> DynamicQueryHandler: Done processing query | ||
4635 | 2024.07.13 05:38:11.186065 [ 3 ] {b201e5ec-8263-45cd-b726-81f88a9d8cc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4636 | 2024.07.13 05:38:11.186081 [ 3 ] {} <Debug> HTTP-Session: 999deaaf-4572-4afe-acfb-06b1fd4e8a4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4637 | 2024.07.13 05:38:11.186209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4638 | 2024.07.13 05:38:11.186254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4639 | 2024.07.13 05:38:11.186272 [ 3 ] {} <Debug> HTTP-Session: 5338b917-6726-43a1-b429-9a0db1ea6631 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4640 | 2024.07.13 05:38:11.186288 [ 3 ] {} <Debug> HTTP-Session: 5338b917-6726-43a1-b429-9a0db1ea6631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4641 | 2024.07.13 05:38:11.186302 [ 3 ] {} <Debug> HTTP-Session: 5338b917-6726-43a1-b429-9a0db1ea6631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4642 | 2024.07.13 05:38:11.186331 [ 3 ] {} <Trace> HTTP-Session: 5338b917-6726-43a1-b429-9a0db1ea6631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4643 | 2024.07.13 05:38:11.186446 [ 3 ] {1ff69333-2bab-4ae0-b274-31c671dc2cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4644 | 2024.07.13 05:38:11.186492 [ 3 ] {1ff69333-2bab-4ae0-b274-31c671dc2cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4645 | 2024.07.13 05:38:11.186646 [ 3 ] {1ff69333-2bab-4ae0-b274-31c671dc2cfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4646 | 2024.07.13 05:38:11.186962 [ 3 ] {1ff69333-2bab-4ae0-b274-31c671dc2cfb} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4647 | 2024.07.13 05:38:11.186998 [ 3 ] {1ff69333-2bab-4ae0-b274-31c671dc2cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4648 | 2024.07.13 05:38:11.187343 [ 3 ] {1ff69333-2bab-4ae0-b274-31c671dc2cfb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4649 | 2024.07.13 05:38:11.187664 [ 3 ] {1ff69333-2bab-4ae0-b274-31c671dc2cfb} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4650 | 2024.07.13 05:38:11.187830 [ 3 ] {1ff69333-2bab-4ae0-b274-31c671dc2cfb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001421 sec., 54187.1921182266 rows/sec., 3.34 MiB/sec. | ||
4651 | 2024.07.13 05:38:11.188120 [ 3 ] {1ff69333-2bab-4ae0-b274-31c671dc2cfb} <Debug> DynamicQueryHandler: Done processing query | ||
4652 | 2024.07.13 05:38:11.188144 [ 3 ] {1ff69333-2bab-4ae0-b274-31c671dc2cfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4653 | 2024.07.13 05:38:11.188160 [ 3 ] {} <Debug> HTTP-Session: 5338b917-6726-43a1-b429-9a0db1ea6631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4654 | 2024.07.13 05:38:11.188319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 31171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4655 | 2024.07.13 05:38:11.188366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4656 | 2024.07.13 05:38:11.188385 [ 3 ] {} <Debug> HTTP-Session: 135b3304-9d3a-4b78-9269-cd763d1d6e1c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4657 | 2024.07.13 05:38:11.188401 [ 3 ] {} <Debug> HTTP-Session: 135b3304-9d3a-4b78-9269-cd763d1d6e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4658 | 2024.07.13 05:38:11.188415 [ 3 ] {} <Debug> HTTP-Session: 135b3304-9d3a-4b78-9269-cd763d1d6e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4659 | 2024.07.13 05:38:11.188444 [ 3 ] {} <Trace> HTTP-Session: 135b3304-9d3a-4b78-9269-cd763d1d6e1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4660 | 2024.07.13 05:38:11.188605 [ 3 ] {8052f959-ba5b-4060-8815-798af4279324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4661 | 2024.07.13 05:38:11.188650 [ 3 ] {8052f959-ba5b-4060-8815-798af4279324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4662 | 2024.07.13 05:38:11.188813 [ 3 ] {8052f959-ba5b-4060-8815-798af4279324} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4663 | 2024.07.13 05:38:11.189260 [ 3 ] {8052f959-ba5b-4060-8815-798af4279324} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4664 | 2024.07.13 05:38:11.189295 [ 3 ] {8052f959-ba5b-4060-8815-798af4279324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4665 | 2024.07.13 05:38:11.189666 [ 3 ] {8052f959-ba5b-4060-8815-798af4279324} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4666 | 2024.07.13 05:38:11.189990 [ 3 ] {8052f959-ba5b-4060-8815-798af4279324} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4667 | 2024.07.13 05:38:11.190144 [ 3 ] {8052f959-ba5b-4060-8815-798af4279324} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00163 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
4668 | 2024.07.13 05:38:11.190310 [ 3 ] {8052f959-ba5b-4060-8815-798af4279324} <Debug> DynamicQueryHandler: Done processing query | ||
4669 | 2024.07.13 05:38:11.190333 [ 3 ] {8052f959-ba5b-4060-8815-798af4279324} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4670 | 2024.07.13 05:38:11.190349 [ 3 ] {} <Debug> HTTP-Session: 135b3304-9d3a-4b78-9269-cd763d1d6e1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4671 | 2024.07.13 05:38:11.190497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51307, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4672 | 2024.07.13 05:38:11.190543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4673 | 2024.07.13 05:38:11.190562 [ 3 ] {} <Debug> HTTP-Session: 6605f1f1-c8e6-49bb-8344-17a1ac4952b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4674 | 2024.07.13 05:38:11.190579 [ 3 ] {} <Debug> HTTP-Session: 6605f1f1-c8e6-49bb-8344-17a1ac4952b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4675 | 2024.07.13 05:38:11.190592 [ 3 ] {} <Debug> HTTP-Session: 6605f1f1-c8e6-49bb-8344-17a1ac4952b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4676 | 2024.07.13 05:38:11.190621 [ 3 ] {} <Trace> HTTP-Session: 6605f1f1-c8e6-49bb-8344-17a1ac4952b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4677 | 2024.07.13 05:38:11.191221 [ 3 ] {73bd4e83-dd99-4c85-b096-a0ed5a73b996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4678 | 2024.07.13 05:38:11.191285 [ 3 ] {73bd4e83-dd99-4c85-b096-a0ed5a73b996} <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 | ||
4679 | 2024.07.13 05:38:11.191680 [ 3 ] {73bd4e83-dd99-4c85-b096-a0ed5a73b996} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4680 | 2024.07.13 05:38:11.192365 [ 3 ] {73bd4e83-dd99-4c85-b096-a0ed5a73b996} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4681 | 2024.07.13 05:38:11.192399 [ 3 ] {73bd4e83-dd99-4c85-b096-a0ed5a73b996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4682 | 2024.07.13 05:38:11.192983 [ 3 ] {73bd4e83-dd99-4c85-b096-a0ed5a73b996} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4683 | 2024.07.13 05:38:11.193376 [ 3 ] {73bd4e83-dd99-4c85-b096-a0ed5a73b996} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4684 | 2024.07.13 05:38:11.193545 [ 137 ] {} <Debug> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4685 | 2024.07.13 05:38:11.193576 [ 3 ] {73bd4e83-dd99-4c85-b096-a0ed5a73b996} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002867 sec., 11161.492849668643 rows/sec., 20.00 MiB/sec. | ||
4686 | 2024.07.13 05:38:11.193642 [ 137 ] {} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4687 | 2024.07.13 05:38:11.193713 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4688 | 2024.07.13 05:38:11.194053 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::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 | ||
4689 | 2024.07.13 05:38:11.194128 [ 3 ] {73bd4e83-dd99-4c85-b096-a0ed5a73b996} <Debug> DynamicQueryHandler: Done processing query | ||
4690 | 2024.07.13 05:38:11.194162 [ 3 ] {73bd4e83-dd99-4c85-b096-a0ed5a73b996} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4691 | 2024.07.13 05:38:11.194200 [ 3 ] {} <Debug> HTTP-Session: 6605f1f1-c8e6-49bb-8344-17a1ac4952b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4692 | 2024.07.13 05:38:11.194385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4693 | 2024.07.13 05:38:11.194509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4694 | 2024.07.13 05:38:11.194567 [ 3 ] {} <Debug> HTTP-Session: 01b2cd86-228d-432f-9619-69b6691b2919 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4695 | 2024.07.13 05:38:11.194612 [ 3 ] {} <Debug> HTTP-Session: 01b2cd86-228d-432f-9619-69b6691b2919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4696 | 2024.07.13 05:38:11.194648 [ 3 ] {} <Debug> HTTP-Session: 01b2cd86-228d-432f-9619-69b6691b2919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4697 | 2024.07.13 05:38:11.194738 [ 3 ] {} <Trace> HTTP-Session: 01b2cd86-228d-432f-9619-69b6691b2919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4698 | 2024.07.13 05:38:11.194851 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4699 | 2024.07.13 05:38:11.194975 [ 3 ] {c250a3db-1fc0-4607-9cdd-74584b1a86fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4700 | 2024.07.13 05:38:11.195009 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 112 rows starting from the beginning of the part | ||
4701 | 2024.07.13 05:38:11.195062 [ 3 ] {c250a3db-1fc0-4607-9cdd-74584b1a86fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4702 | 2024.07.13 05:38:11.195888 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part | ||
4703 | 2024.07.13 05:38:11.195904 [ 3 ] {c250a3db-1fc0-4607-9cdd-74584b1a86fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4704 | 2024.07.13 05:38:11.196492 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part | ||
4705 | 2024.07.13 05:38:11.196964 [ 3 ] {c250a3db-1fc0-4607-9cdd-74584b1a86fc} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4706 | 2024.07.13 05:38:11.197067 [ 3 ] {c250a3db-1fc0-4607-9cdd-74584b1a86fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4707 | 2024.07.13 05:38:11.197228 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part | ||
4708 | 2024.07.13 05:38:11.197809 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part | ||
4709 | 2024.07.13 05:38:11.198296 [ 3 ] {c250a3db-1fc0-4607-9cdd-74584b1a86fc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4710 | 2024.07.13 05:38:11.198388 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
4711 | 2024.07.13 05:38:11.199468 [ 3 ] {c250a3db-1fc0-4607-9cdd-74584b1a86fc} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4712 | 2024.07.13 05:38:11.199764 [ 137 ] {} <Debug> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4713 | 2024.07.13 05:38:11.199791 [ 3 ] {c250a3db-1fc0-4607-9cdd-74584b1a86fc} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004895 sec., 4698.672114402451 rows/sec., 254.17 KiB/sec. | ||
4714 | 2024.07.13 05:38:11.199857 [ 137 ] {} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4715 | 2024.07.13 05:38:11.199975 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4716 | 2024.07.13 05:38:11.200491 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
4717 | 2024.07.13 05:38:11.200515 [ 3 ] {c250a3db-1fc0-4607-9cdd-74584b1a86fc} <Debug> DynamicQueryHandler: Done processing query | ||
4718 | 2024.07.13 05:38:11.200626 [ 3 ] {c250a3db-1fc0-4607-9cdd-74584b1a86fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4719 | 2024.07.13 05:38:11.200752 [ 3 ] {} <Debug> HTTP-Session: 01b2cd86-228d-432f-9619-69b6691b2919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4720 | 2024.07.13 05:38:11.201209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4721 | 2024.07.13 05:38:11.201377 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4722 | 2024.07.13 05:38:11.201436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4723 | 2024.07.13 05:38:11.201515 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part | ||
4724 | 2024.07.13 05:38:11.201600 [ 3 ] {} <Debug> HTTP-Session: 85e64c13-ab6e-41de-99fe-d587953d5b19 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4725 | 2024.07.13 05:38:11.201697 [ 3 ] {} <Debug> HTTP-Session: 85e64c13-ab6e-41de-99fe-d587953d5b19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4726 | 2024.07.13 05:38:11.201820 [ 3 ] {} <Debug> HTTP-Session: 85e64c13-ab6e-41de-99fe-d587953d5b19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4727 | 2024.07.13 05:38:11.202002 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
4728 | 2024.07.13 05:38:11.202048 [ 3 ] {} <Trace> HTTP-Session: 85e64c13-ab6e-41de-99fe-d587953d5b19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4729 | 2024.07.13 05:38:11.202433 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
4730 | 2024.07.13 05:38:11.202647 [ 3 ] {14e6187d-e171-45ca-b9ab-3f2704c328b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4731 | 2024.07.13 05:38:11.202898 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
4732 | 2024.07.13 05:38:11.202919 [ 3 ] {14e6187d-e171-45ca-b9ab-3f2704c328b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4733 | 2024.07.13 05:38:11.203429 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
4734 | 2024.07.13 05:38:11.203932 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
4735 | 2024.07.13 05:38:11.204860 [ 3 ] {14e6187d-e171-45ca-b9ab-3f2704c328b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4736 | 2024.07.13 05:38:11.206577 [ 3 ] {14e6187d-e171-45ca-b9ab-3f2704c328b9} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4737 | 2024.07.13 05:38:11.206685 [ 3 ] {14e6187d-e171-45ca-b9ab-3f2704c328b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4738 | 2024.07.13 05:38:11.209020 [ 188 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 4 columns (4 merged, 0 gathered) in 0.008883228 sec., 28930.92465936932 rows/sec., 1.59 MiB/sec. | ||
4739 | 2024.07.13 05:38:11.209032 [ 3 ] {14e6187d-e171-45ca-b9ab-3f2704c328b9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4740 | 2024.07.13 05:38:11.209354 [ 188 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4741 | 2024.07.13 05:38:11.210789 [ 3 ] {14e6187d-e171-45ca-b9ab-3f2704c328b9} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4742 | 2024.07.13 05:38:11.211368 [ 3 ] {14e6187d-e171-45ca-b9ab-3f2704c328b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008953 sec., 6701.664246621245 rows/sec., 462.48 KiB/sec. | ||
4743 | 2024.07.13 05:38:11.211393 [ 188 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_11_2} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4744 | 2024.07.13 05:38:11.211791 [ 188 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_11_2} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4745 | 2024.07.13 05:38:11.212021 [ 3 ] {14e6187d-e171-45ca-b9ab-3f2704c328b9} <Debug> DynamicQueryHandler: Done processing query | ||
4746 | 2024.07.13 05:38:11.212099 [ 3 ] {14e6187d-e171-45ca-b9ab-3f2704c328b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4747 | 2024.07.13 05:38:11.212106 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4748 | 2024.07.13 05:38:11.212174 [ 3 ] {} <Debug> HTTP-Session: 85e64c13-ab6e-41de-99fe-d587953d5b19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4749 | 2024.07.13 05:38:11.216382 [ 190 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 19 columns (19 merged, 0 gathered) in 0.022516681 sec., 12079.93309493526 rows/sec., 21.65 MiB/sec. | ||
4750 | 2024.07.13 05:38:11.216897 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4751 | 2024.07.13 05:38:11.217467 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4752 | 2024.07.13 05:38:11.217543 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4753 | 2024.07.13 05:38:11.217678 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB. | ||
4754 | 2024.07.13 05:38:15.442793 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4755 | 2024.07.13 05:38:15.442912 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4756 | 2024.07.13 05:38:16.168399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4757 | 2024.07.13 05:38:16.168555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4758 | 2024.07.13 05:38:16.168599 [ 3 ] {} <Debug> HTTP-Session: a10a37e3-7119-4e96-975d-8e7bca8a78b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4759 | 2024.07.13 05:38:16.168639 [ 3 ] {} <Debug> HTTP-Session: a10a37e3-7119-4e96-975d-8e7bca8a78b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4760 | 2024.07.13 05:38:16.168669 [ 3 ] {} <Debug> HTTP-Session: a10a37e3-7119-4e96-975d-8e7bca8a78b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4761 | 2024.07.13 05:38:16.168749 [ 3 ] {} <Trace> HTTP-Session: a10a37e3-7119-4e96-975d-8e7bca8a78b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4762 | 2024.07.13 05:38:16.168924 [ 3 ] {7fb2627a-7104-4020-a902-9a5785d906dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4763 | 2024.07.13 05:38:16.168990 [ 3 ] {7fb2627a-7104-4020-a902-9a5785d906dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4764 | 2024.07.13 05:38:16.169192 [ 3 ] {7fb2627a-7104-4020-a902-9a5785d906dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4765 | 2024.07.13 05:38:16.169581 [ 3 ] {7fb2627a-7104-4020-a902-9a5785d906dc} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4766 | 2024.07.13 05:38:16.169621 [ 3 ] {7fb2627a-7104-4020-a902-9a5785d906dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4767 | 2024.07.13 05:38:16.169973 [ 3 ] {7fb2627a-7104-4020-a902-9a5785d906dc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4768 | 2024.07.13 05:38:16.170303 [ 3 ] {7fb2627a-7104-4020-a902-9a5785d906dc} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4769 | 2024.07.13 05:38:16.170477 [ 3 ] {7fb2627a-7104-4020-a902-9a5785d906dc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001598 sec., 1251.5644555694619 rows/sec., 102.06 KiB/sec. | ||
4770 | 2024.07.13 05:38:16.170700 [ 3 ] {7fb2627a-7104-4020-a902-9a5785d906dc} <Debug> DynamicQueryHandler: Done processing query | ||
4771 | 2024.07.13 05:38:16.170725 [ 3 ] {7fb2627a-7104-4020-a902-9a5785d906dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4772 | 2024.07.13 05:38:16.170741 [ 3 ] {} <Debug> HTTP-Session: a10a37e3-7119-4e96-975d-8e7bca8a78b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4773 | 2024.07.13 05:38:16.170881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4774 | 2024.07.13 05:38:16.170929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4775 | 2024.07.13 05:38:16.170948 [ 3 ] {} <Debug> HTTP-Session: dddc1270-8463-4e60-93c1-8e27d9542062 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4776 | 2024.07.13 05:38:16.170965 [ 3 ] {} <Debug> HTTP-Session: dddc1270-8463-4e60-93c1-8e27d9542062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4777 | 2024.07.13 05:38:16.170979 [ 3 ] {} <Debug> HTTP-Session: dddc1270-8463-4e60-93c1-8e27d9542062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4778 | 2024.07.13 05:38:16.171009 [ 3 ] {} <Trace> HTTP-Session: dddc1270-8463-4e60-93c1-8e27d9542062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4779 | 2024.07.13 05:38:16.171119 [ 3 ] {7ba639d0-5872-41d0-9811-cad4ae76e671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4780 | 2024.07.13 05:38:16.171162 [ 3 ] {7ba639d0-5872-41d0-9811-cad4ae76e671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4781 | 2024.07.13 05:38:16.171287 [ 3 ] {7ba639d0-5872-41d0-9811-cad4ae76e671} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4782 | 2024.07.13 05:38:16.171602 [ 3 ] {7ba639d0-5872-41d0-9811-cad4ae76e671} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4783 | 2024.07.13 05:38:16.171637 [ 3 ] {7ba639d0-5872-41d0-9811-cad4ae76e671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4784 | 2024.07.13 05:38:16.171947 [ 3 ] {7ba639d0-5872-41d0-9811-cad4ae76e671} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4785 | 2024.07.13 05:38:16.172262 [ 3 ] {7ba639d0-5872-41d0-9811-cad4ae76e671} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4786 | 2024.07.13 05:38:16.172417 [ 3 ] {7ba639d0-5872-41d0-9811-cad4ae76e671} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001324 sec., 43051.359516616314 rows/sec., 3.30 MiB/sec. | ||
4787 | 2024.07.13 05:38:16.172733 [ 3 ] {7ba639d0-5872-41d0-9811-cad4ae76e671} <Debug> DynamicQueryHandler: Done processing query | ||
4788 | 2024.07.13 05:38:16.172758 [ 3 ] {7ba639d0-5872-41d0-9811-cad4ae76e671} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4789 | 2024.07.13 05:38:16.172774 [ 3 ] {} <Debug> HTTP-Session: dddc1270-8463-4e60-93c1-8e27d9542062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4790 | 2024.07.13 05:38:16.172891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4791 | 2024.07.13 05:38:16.172938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4792 | 2024.07.13 05:38:16.172957 [ 3 ] {} <Debug> HTTP-Session: 4f236454-5e10-48ee-bcac-79db9f4e76be Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4793 | 2024.07.13 05:38:16.172973 [ 3 ] {} <Debug> HTTP-Session: 4f236454-5e10-48ee-bcac-79db9f4e76be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4794 | 2024.07.13 05:38:16.172987 [ 3 ] {} <Debug> HTTP-Session: 4f236454-5e10-48ee-bcac-79db9f4e76be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4795 | 2024.07.13 05:38:16.173017 [ 3 ] {} <Trace> HTTP-Session: 4f236454-5e10-48ee-bcac-79db9f4e76be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4796 | 2024.07.13 05:38:16.173110 [ 3 ] {cf36f5a6-c07a-4cfa-9e29-2fd119a80486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4797 | 2024.07.13 05:38:16.173158 [ 3 ] {cf36f5a6-c07a-4cfa-9e29-2fd119a80486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4798 | 2024.07.13 05:38:16.173305 [ 3 ] {cf36f5a6-c07a-4cfa-9e29-2fd119a80486} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4799 | 2024.07.13 05:38:16.173562 [ 3 ] {cf36f5a6-c07a-4cfa-9e29-2fd119a80486} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4800 | 2024.07.13 05:38:16.173598 [ 3 ] {cf36f5a6-c07a-4cfa-9e29-2fd119a80486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4801 | 2024.07.13 05:38:16.173887 [ 3 ] {cf36f5a6-c07a-4cfa-9e29-2fd119a80486} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4802 | 2024.07.13 05:38:16.174186 [ 3 ] {cf36f5a6-c07a-4cfa-9e29-2fd119a80486} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4803 | 2024.07.13 05:38:16.174335 [ 3 ] {cf36f5a6-c07a-4cfa-9e29-2fd119a80486} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00124 sec., 1612.9032258064517 rows/sec., 112.62 KiB/sec. | ||
4804 | 2024.07.13 05:38:16.174536 [ 3 ] {cf36f5a6-c07a-4cfa-9e29-2fd119a80486} <Debug> DynamicQueryHandler: Done processing query | ||
4805 | 2024.07.13 05:38:16.174560 [ 3 ] {cf36f5a6-c07a-4cfa-9e29-2fd119a80486} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4806 | 2024.07.13 05:38:16.174576 [ 3 ] {} <Debug> HTTP-Session: 4f236454-5e10-48ee-bcac-79db9f4e76be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4807 | 2024.07.13 05:38:16.174690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4808 | 2024.07.13 05:38:16.174737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4809 | 2024.07.13 05:38:16.174756 [ 3 ] {} <Debug> HTTP-Session: 34d6f592-3591-4bd6-90b7-8c917085b21c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4810 | 2024.07.13 05:38:16.174772 [ 3 ] {} <Debug> HTTP-Session: 34d6f592-3591-4bd6-90b7-8c917085b21c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4811 | 2024.07.13 05:38:16.174787 [ 3 ] {} <Debug> HTTP-Session: 34d6f592-3591-4bd6-90b7-8c917085b21c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4812 | 2024.07.13 05:38:16.174818 [ 3 ] {} <Trace> HTTP-Session: 34d6f592-3591-4bd6-90b7-8c917085b21c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4813 | 2024.07.13 05:38:16.174929 [ 3 ] {13a263bd-5a2b-4757-a7d2-c834a7dccd74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4814 | 2024.07.13 05:38:16.174971 [ 3 ] {13a263bd-5a2b-4757-a7d2-c834a7dccd74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4815 | 2024.07.13 05:38:16.175096 [ 3 ] {13a263bd-5a2b-4757-a7d2-c834a7dccd74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4816 | 2024.07.13 05:38:16.175398 [ 3 ] {13a263bd-5a2b-4757-a7d2-c834a7dccd74} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4817 | 2024.07.13 05:38:16.175434 [ 3 ] {13a263bd-5a2b-4757-a7d2-c834a7dccd74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4818 | 2024.07.13 05:38:16.175738 [ 3 ] {13a263bd-5a2b-4757-a7d2-c834a7dccd74} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4819 | 2024.07.13 05:38:16.176047 [ 3 ] {13a263bd-5a2b-4757-a7d2-c834a7dccd74} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4820 | 2024.07.13 05:38:16.176196 [ 3 ] {13a263bd-5a2b-4757-a7d2-c834a7dccd74} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.0013 sec., 50769.23076923077 rows/sec., 3.97 MiB/sec. | ||
4821 | 2024.07.13 05:38:16.176348 [ 3 ] {13a263bd-5a2b-4757-a7d2-c834a7dccd74} <Debug> DynamicQueryHandler: Done processing query | ||
4822 | 2024.07.13 05:38:16.176372 [ 3 ] {13a263bd-5a2b-4757-a7d2-c834a7dccd74} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4823 | 2024.07.13 05:38:16.176388 [ 3 ] {} <Debug> HTTP-Session: 34d6f592-3591-4bd6-90b7-8c917085b21c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4824 | 2024.07.13 05:38:16.176544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4825 | 2024.07.13 05:38:16.176590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4826 | 2024.07.13 05:38:16.176608 [ 3 ] {} <Debug> HTTP-Session: c95d9775-255f-4bea-b903-5b1a91934882 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4827 | 2024.07.13 05:38:16.176625 [ 3 ] {} <Debug> HTTP-Session: c95d9775-255f-4bea-b903-5b1a91934882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4828 | 2024.07.13 05:38:16.176639 [ 3 ] {} <Debug> HTTP-Session: c95d9775-255f-4bea-b903-5b1a91934882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4829 | 2024.07.13 05:38:16.176669 [ 3 ] {} <Trace> HTTP-Session: c95d9775-255f-4bea-b903-5b1a91934882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4830 | 2024.07.13 05:38:16.176817 [ 3 ] {153953ef-0436-42a9-bd73-76fc99f62f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4831 | 2024.07.13 05:38:16.176874 [ 3 ] {153953ef-0436-42a9-bd73-76fc99f62f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4832 | 2024.07.13 05:38:16.177022 [ 3 ] {153953ef-0436-42a9-bd73-76fc99f62f56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4833 | 2024.07.13 05:38:16.177468 [ 3 ] {153953ef-0436-42a9-bd73-76fc99f62f56} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4834 | 2024.07.13 05:38:16.177503 [ 3 ] {153953ef-0436-42a9-bd73-76fc99f62f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4835 | 2024.07.13 05:38:16.177881 [ 3 ] {153953ef-0436-42a9-bd73-76fc99f62f56} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4836 | 2024.07.13 05:38:16.178221 [ 3 ] {153953ef-0436-42a9-bd73-76fc99f62f56} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4837 | 2024.07.13 05:38:16.178380 [ 3 ] {153953ef-0436-42a9-bd73-76fc99f62f56} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001622 sec., 99260.17262638718 rows/sec., 6.91 MiB/sec. | ||
4838 | 2024.07.13 05:38:16.178548 [ 3 ] {153953ef-0436-42a9-bd73-76fc99f62f56} <Debug> DynamicQueryHandler: Done processing query | ||
4839 | 2024.07.13 05:38:16.178572 [ 3 ] {153953ef-0436-42a9-bd73-76fc99f62f56} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4840 | 2024.07.13 05:38:16.178587 [ 3 ] {} <Debug> HTTP-Session: c95d9775-255f-4bea-b903-5b1a91934882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4841 | 2024.07.13 05:38:16.178703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4842 | 2024.07.13 05:38:16.178749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4843 | 2024.07.13 05:38:16.178767 [ 3 ] {} <Debug> HTTP-Session: 2722d092-47cc-41f6-be3f-c08eb0b146ed Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4844 | 2024.07.13 05:38:16.178784 [ 3 ] {} <Debug> HTTP-Session: 2722d092-47cc-41f6-be3f-c08eb0b146ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4845 | 2024.07.13 05:38:16.178797 [ 3 ] {} <Debug> HTTP-Session: 2722d092-47cc-41f6-be3f-c08eb0b146ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4846 | 2024.07.13 05:38:16.178827 [ 3 ] {} <Trace> HTTP-Session: 2722d092-47cc-41f6-be3f-c08eb0b146ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4847 | 2024.07.13 05:38:16.178954 [ 3 ] {61cba943-f5bc-4e4b-803b-eb323a87a3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4848 | 2024.07.13 05:38:16.178998 [ 3 ] {61cba943-f5bc-4e4b-803b-eb323a87a3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4849 | 2024.07.13 05:38:16.179123 [ 3 ] {61cba943-f5bc-4e4b-803b-eb323a87a3af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4850 | 2024.07.13 05:38:16.179436 [ 3 ] {61cba943-f5bc-4e4b-803b-eb323a87a3af} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4851 | 2024.07.13 05:38:16.179472 [ 3 ] {61cba943-f5bc-4e4b-803b-eb323a87a3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
4852 | 2024.07.13 05:38:16.179821 [ 3 ] {61cba943-f5bc-4e4b-803b-eb323a87a3af} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4853 | 2024.07.13 05:38:16.180132 [ 3 ] {61cba943-f5bc-4e4b-803b-eb323a87a3af} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4854 | 2024.07.13 05:38:16.180292 [ 3 ] {61cba943-f5bc-4e4b-803b-eb323a87a3af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
4855 | 2024.07.13 05:38:16.180616 [ 3 ] {61cba943-f5bc-4e4b-803b-eb323a87a3af} <Debug> DynamicQueryHandler: Done processing query | ||
4856 | 2024.07.13 05:38:16.180641 [ 3 ] {61cba943-f5bc-4e4b-803b-eb323a87a3af} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4857 | 2024.07.13 05:38:16.180658 [ 3 ] {} <Debug> HTTP-Session: 2722d092-47cc-41f6-be3f-c08eb0b146ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4858 | 2024.07.13 05:38:21.175349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4859 | 2024.07.13 05:38:21.175474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4860 | 2024.07.13 05:38:21.175498 [ 3 ] {} <Debug> HTTP-Session: 31a9e535-4e6d-46dc-899c-f6e0496565dc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4861 | 2024.07.13 05:38:21.175523 [ 3 ] {} <Debug> HTTP-Session: 31a9e535-4e6d-46dc-899c-f6e0496565dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4862 | 2024.07.13 05:38:21.175538 [ 3 ] {} <Debug> HTTP-Session: 31a9e535-4e6d-46dc-899c-f6e0496565dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4863 | 2024.07.13 05:38:21.175586 [ 3 ] {} <Trace> HTTP-Session: 31a9e535-4e6d-46dc-899c-f6e0496565dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4864 | 2024.07.13 05:38:21.175770 [ 3 ] {d01de4eb-d9f7-4abc-86ff-b6db3499821f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4865 | 2024.07.13 05:38:21.175836 [ 3 ] {d01de4eb-d9f7-4abc-86ff-b6db3499821f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4866 | 2024.07.13 05:38:21.176025 [ 3 ] {d01de4eb-d9f7-4abc-86ff-b6db3499821f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4867 | 2024.07.13 05:38:21.176490 [ 3 ] {d01de4eb-d9f7-4abc-86ff-b6db3499821f} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4868 | 2024.07.13 05:38:21.176531 [ 3 ] {d01de4eb-d9f7-4abc-86ff-b6db3499821f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4869 | 2024.07.13 05:38:21.176889 [ 3 ] {d01de4eb-d9f7-4abc-86ff-b6db3499821f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4870 | 2024.07.13 05:38:21.177221 [ 3 ] {d01de4eb-d9f7-4abc-86ff-b6db3499821f} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4871 | 2024.07.13 05:38:21.177369 [ 3 ] {d01de4eb-d9f7-4abc-86ff-b6db3499821f} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001661 sec., 22877.78446718844 rows/sec., 1.72 MiB/sec. | ||
4872 | 2024.07.13 05:38:21.177712 [ 3 ] {d01de4eb-d9f7-4abc-86ff-b6db3499821f} <Debug> DynamicQueryHandler: Done processing query | ||
4873 | 2024.07.13 05:38:21.177757 [ 3 ] {d01de4eb-d9f7-4abc-86ff-b6db3499821f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4874 | 2024.07.13 05:38:21.177775 [ 3 ] {} <Debug> HTTP-Session: 31a9e535-4e6d-46dc-899c-f6e0496565dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4875 | 2024.07.13 05:38:21.177935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4876 | 2024.07.13 05:38:21.177992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4877 | 2024.07.13 05:38:21.178011 [ 3 ] {} <Debug> HTTP-Session: 1a4a5f2c-eceb-45a9-98a0-5310525a10df Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4878 | 2024.07.13 05:38:21.178029 [ 3 ] {} <Debug> HTTP-Session: 1a4a5f2c-eceb-45a9-98a0-5310525a10df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4879 | 2024.07.13 05:38:21.178043 [ 3 ] {} <Debug> HTTP-Session: 1a4a5f2c-eceb-45a9-98a0-5310525a10df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4880 | 2024.07.13 05:38:21.178077 [ 3 ] {} <Trace> HTTP-Session: 1a4a5f2c-eceb-45a9-98a0-5310525a10df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4881 | 2024.07.13 05:38:21.178185 [ 3 ] {6c6cf1ef-ecba-4172-9191-11ba6cc57799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4882 | 2024.07.13 05:38:21.178233 [ 3 ] {6c6cf1ef-ecba-4172-9191-11ba6cc57799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4883 | 2024.07.13 05:38:21.178384 [ 3 ] {6c6cf1ef-ecba-4172-9191-11ba6cc57799} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4884 | 2024.07.13 05:38:21.178701 [ 3 ] {6c6cf1ef-ecba-4172-9191-11ba6cc57799} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4885 | 2024.07.13 05:38:21.178738 [ 3 ] {6c6cf1ef-ecba-4172-9191-11ba6cc57799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4886 | 2024.07.13 05:38:21.179033 [ 3 ] {6c6cf1ef-ecba-4172-9191-11ba6cc57799} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4887 | 2024.07.13 05:38:21.179429 [ 3 ] {6c6cf1ef-ecba-4172-9191-11ba6cc57799} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4888 | 2024.07.13 05:38:21.179564 [ 3 ] {6c6cf1ef-ecba-4172-9191-11ba6cc57799} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00141 sec., 4255.31914893617 rows/sec., 346.99 KiB/sec. | ||
4889 | 2024.07.13 05:38:21.179869 [ 3 ] {6c6cf1ef-ecba-4172-9191-11ba6cc57799} <Debug> DynamicQueryHandler: Done processing query | ||
4890 | 2024.07.13 05:38:21.179896 [ 3 ] {6c6cf1ef-ecba-4172-9191-11ba6cc57799} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4891 | 2024.07.13 05:38:21.179913 [ 3 ] {} <Debug> HTTP-Session: 1a4a5f2c-eceb-45a9-98a0-5310525a10df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4892 | 2024.07.13 05:38:21.180094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 44208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4893 | 2024.07.13 05:38:21.180149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4894 | 2024.07.13 05:38:21.180169 [ 3 ] {} <Debug> HTTP-Session: 8cfe9957-1e36-452f-8e73-2d2920f24ac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4895 | 2024.07.13 05:38:21.180187 [ 3 ] {} <Debug> HTTP-Session: 8cfe9957-1e36-452f-8e73-2d2920f24ac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4896 | 2024.07.13 05:38:21.180201 [ 3 ] {} <Debug> HTTP-Session: 8cfe9957-1e36-452f-8e73-2d2920f24ac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4897 | 2024.07.13 05:38:21.180234 [ 3 ] {} <Trace> HTTP-Session: 8cfe9957-1e36-452f-8e73-2d2920f24ac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4898 | 2024.07.13 05:38:21.180420 [ 3 ] {1ba3285d-2be0-45c1-91b6-689f28ab5f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4899 | 2024.07.13 05:38:21.180470 [ 3 ] {1ba3285d-2be0-45c1-91b6-689f28ab5f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4900 | 2024.07.13 05:38:21.180620 [ 3 ] {1ba3285d-2be0-45c1-91b6-689f28ab5f1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4901 | 2024.07.13 05:38:21.181117 [ 3 ] {1ba3285d-2be0-45c1-91b6-689f28ab5f1c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4902 | 2024.07.13 05:38:21.181155 [ 3 ] {1ba3285d-2be0-45c1-91b6-689f28ab5f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4903 | 2024.07.13 05:38:21.181497 [ 3 ] {1ba3285d-2be0-45c1-91b6-689f28ab5f1c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4904 | 2024.07.13 05:38:21.181810 [ 3 ] {1ba3285d-2be0-45c1-91b6-689f28ab5f1c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4905 | 2024.07.13 05:38:21.181941 [ 3 ] {1ba3285d-2be0-45c1-91b6-689f28ab5f1c} <Debug> executeQuery: Read 296 rows, 26.25 KiB in 0.001617 sec., 183055.04019789735 rows/sec., 15.85 MiB/sec. | ||
4906 | 2024.07.13 05:38:21.182114 [ 3 ] {1ba3285d-2be0-45c1-91b6-689f28ab5f1c} <Debug> DynamicQueryHandler: Done processing query | ||
4907 | 2024.07.13 05:38:21.182140 [ 3 ] {1ba3285d-2be0-45c1-91b6-689f28ab5f1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4908 | 2024.07.13 05:38:21.182156 [ 3 ] {} <Debug> HTTP-Session: 8cfe9957-1e36-452f-8e73-2d2920f24ac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4909 | 2024.07.13 05:38:21.182279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4910 | 2024.07.13 05:38:21.182331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4911 | 2024.07.13 05:38:21.182350 [ 3 ] {} <Debug> HTTP-Session: 443f20ec-6937-4e09-a9d1-4dab18ad907a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4912 | 2024.07.13 05:38:21.182367 [ 3 ] {} <Debug> HTTP-Session: 443f20ec-6937-4e09-a9d1-4dab18ad907a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4913 | 2024.07.13 05:38:21.182381 [ 3 ] {} <Debug> HTTP-Session: 443f20ec-6937-4e09-a9d1-4dab18ad907a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4914 | 2024.07.13 05:38:21.182413 [ 3 ] {} <Trace> HTTP-Session: 443f20ec-6937-4e09-a9d1-4dab18ad907a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4915 | 2024.07.13 05:38:21.182509 [ 3 ] {9dba9e9e-b4e8-4b0b-aac3-0d4efb9513f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4916 | 2024.07.13 05:38:21.182554 [ 3 ] {9dba9e9e-b4e8-4b0b-aac3-0d4efb9513f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4917 | 2024.07.13 05:38:21.182683 [ 3 ] {9dba9e9e-b4e8-4b0b-aac3-0d4efb9513f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4918 | 2024.07.13 05:38:21.182974 [ 3 ] {9dba9e9e-b4e8-4b0b-aac3-0d4efb9513f8} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4919 | 2024.07.13 05:38:21.183010 [ 3 ] {9dba9e9e-b4e8-4b0b-aac3-0d4efb9513f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4920 | 2024.07.13 05:38:21.183313 [ 3 ] {9dba9e9e-b4e8-4b0b-aac3-0d4efb9513f8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4921 | 2024.07.13 05:38:21.183617 [ 3 ] {9dba9e9e-b4e8-4b0b-aac3-0d4efb9513f8} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4922 | 2024.07.13 05:38:21.183744 [ 3 ] {9dba9e9e-b4e8-4b0b-aac3-0d4efb9513f8} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001262 sec., 4754.358161648177 rows/sec., 331.97 KiB/sec. | ||
4923 | 2024.07.13 05:38:21.183909 [ 3 ] {9dba9e9e-b4e8-4b0b-aac3-0d4efb9513f8} <Debug> DynamicQueryHandler: Done processing query | ||
4924 | 2024.07.13 05:38:21.183934 [ 3 ] {9dba9e9e-b4e8-4b0b-aac3-0d4efb9513f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4925 | 2024.07.13 05:38:21.183950 [ 3 ] {} <Debug> HTTP-Session: 443f20ec-6937-4e09-a9d1-4dab18ad907a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4926 | 2024.07.13 05:38:21.184191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 72057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4927 | 2024.07.13 05:38:21.184242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4928 | 2024.07.13 05:38:21.184262 [ 3 ] {} <Debug> HTTP-Session: f33fd273-91ca-402c-ba79-a1c552913cc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4929 | 2024.07.13 05:38:21.184278 [ 3 ] {} <Debug> HTTP-Session: f33fd273-91ca-402c-ba79-a1c552913cc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4930 | 2024.07.13 05:38:21.184292 [ 3 ] {} <Debug> HTTP-Session: f33fd273-91ca-402c-ba79-a1c552913cc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4931 | 2024.07.13 05:38:21.184324 [ 3 ] {} <Trace> HTTP-Session: f33fd273-91ca-402c-ba79-a1c552913cc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4932 | 2024.07.13 05:38:21.184541 [ 3 ] {843e4478-ce4b-44ef-8187-66953388fdfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4933 | 2024.07.13 05:38:21.184585 [ 3 ] {843e4478-ce4b-44ef-8187-66953388fdfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4934 | 2024.07.13 05:38:21.184712 [ 3 ] {843e4478-ce4b-44ef-8187-66953388fdfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4935 | 2024.07.13 05:38:21.185263 [ 3 ] {843e4478-ce4b-44ef-8187-66953388fdfd} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4936 | 2024.07.13 05:38:21.185300 [ 3 ] {843e4478-ce4b-44ef-8187-66953388fdfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4937 | 2024.07.13 05:38:21.185636 [ 3 ] {843e4478-ce4b-44ef-8187-66953388fdfd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4938 | 2024.07.13 05:38:21.185953 [ 3 ] {843e4478-ce4b-44ef-8187-66953388fdfd} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4939 | 2024.07.13 05:38:21.186086 [ 3 ] {843e4478-ce4b-44ef-8187-66953388fdfd} <Debug> executeQuery: Read 444 rows, 32.42 KiB in 0.001659 sec., 267631.103074141 rows/sec., 19.09 MiB/sec. | ||
4940 | 2024.07.13 05:38:21.186369 [ 3 ] {843e4478-ce4b-44ef-8187-66953388fdfd} <Debug> DynamicQueryHandler: Done processing query | ||
4941 | 2024.07.13 05:38:21.186394 [ 3 ] {843e4478-ce4b-44ef-8187-66953388fdfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4942 | 2024.07.13 05:38:21.186411 [ 3 ] {} <Debug> HTTP-Session: f33fd273-91ca-402c-ba79-a1c552913cc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4943 | 2024.07.13 05:38:21.186550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4944 | 2024.07.13 05:38:21.186598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4945 | 2024.07.13 05:38:21.186617 [ 3 ] {} <Debug> HTTP-Session: 641ba865-eaad-4ce9-b815-b628676a7f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4946 | 2024.07.13 05:38:21.186634 [ 3 ] {} <Debug> HTTP-Session: 641ba865-eaad-4ce9-b815-b628676a7f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4947 | 2024.07.13 05:38:21.186648 [ 3 ] {} <Debug> HTTP-Session: 641ba865-eaad-4ce9-b815-b628676a7f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4948 | 2024.07.13 05:38:21.186680 [ 3 ] {} <Trace> HTTP-Session: 641ba865-eaad-4ce9-b815-b628676a7f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4949 | 2024.07.13 05:38:21.186776 [ 3 ] {96446de9-c4be-47e9-81ca-68c674a1f17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4950 | 2024.07.13 05:38:21.186825 [ 3 ] {96446de9-c4be-47e9-81ca-68c674a1f17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4951 | 2024.07.13 05:38:21.186971 [ 3 ] {96446de9-c4be-47e9-81ca-68c674a1f17d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4952 | 2024.07.13 05:38:21.187255 [ 3 ] {96446de9-c4be-47e9-81ca-68c674a1f17d} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4953 | 2024.07.13 05:38:21.187291 [ 3 ] {96446de9-c4be-47e9-81ca-68c674a1f17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4954 | 2024.07.13 05:38:21.187647 [ 3 ] {96446de9-c4be-47e9-81ca-68c674a1f17d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4955 | 2024.07.13 05:38:21.187969 [ 3 ] {96446de9-c4be-47e9-81ca-68c674a1f17d} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4956 | 2024.07.13 05:38:21.188086 [ 128 ] {} <Debug> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4957 | 2024.07.13 05:38:21.188092 [ 3 ] {96446de9-c4be-47e9-81ca-68c674a1f17d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 192.40 KiB/sec. | ||
4958 | 2024.07.13 05:38:21.188138 [ 128 ] {} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4959 | 2024.07.13 05:38:21.188177 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4960 | 2024.07.13 05:38:21.188337 [ 3 ] {96446de9-c4be-47e9-81ca-68c674a1f17d} <Debug> DynamicQueryHandler: Done processing query | ||
4961 | 2024.07.13 05:38:21.188360 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
4962 | 2024.07.13 05:38:21.188366 [ 3 ] {96446de9-c4be-47e9-81ca-68c674a1f17d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4963 | 2024.07.13 05:38:21.188452 [ 3 ] {} <Debug> HTTP-Session: 641ba865-eaad-4ce9-b815-b628676a7f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4964 | 2024.07.13 05:38:21.188614 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4965 | 2024.07.13 05:38:21.188628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4966 | 2024.07.13 05:38:21.188676 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
4967 | 2024.07.13 05:38:21.188716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4968 | 2024.07.13 05:38:21.188773 [ 3 ] {} <Debug> HTTP-Session: 0a2ee236-fea0-4a05-b926-1368aecb864f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
4969 | 2024.07.13 05:38:21.188843 [ 3 ] {} <Debug> HTTP-Session: 0a2ee236-fea0-4a05-b926-1368aecb864f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4970 | 2024.07.13 05:38:21.188865 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
4971 | 2024.07.13 05:38:21.188890 [ 3 ] {} <Debug> HTTP-Session: 0a2ee236-fea0-4a05-b926-1368aecb864f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4972 | 2024.07.13 05:38:21.189048 [ 3 ] {} <Trace> HTTP-Session: 0a2ee236-fea0-4a05-b926-1368aecb864f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4973 | 2024.07.13 05:38:21.189106 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
4974 | 2024.07.13 05:38:21.189447 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
4975 | 2024.07.13 05:38:21.189464 [ 3 ] {e8c41c42-ea27-438a-95fd-026d7e1605b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4976 | 2024.07.13 05:38:21.189683 [ 3 ] {e8c41c42-ea27-438a-95fd-026d7e1605b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4977 | 2024.07.13 05:38:21.189767 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
4978 | 2024.07.13 05:38:21.190227 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
4979 | 2024.07.13 05:38:21.190973 [ 3 ] {e8c41c42-ea27-438a-95fd-026d7e1605b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4980 | 2024.07.13 05:38:21.191784 [ 3 ] {e8c41c42-ea27-438a-95fd-026d7e1605b6} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4981 | 2024.07.13 05:38:21.191838 [ 3 ] {e8c41c42-ea27-438a-95fd-026d7e1605b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4982 | 2024.07.13 05:38:21.192919 [ 3 ] {e8c41c42-ea27-438a-95fd-026d7e1605b6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4983 | 2024.07.13 05:38:21.192931 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004660273 sec., 14162.260451265407 rows/sec., 608.53 KiB/sec. | ||
4984 | 2024.07.13 05:38:21.193296 [ 190 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4985 | 2024.07.13 05:38:21.193746 [ 3 ] {e8c41c42-ea27-438a-95fd-026d7e1605b6} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4986 | 2024.07.13 05:38:21.193967 [ 128 ] {} <Debug> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4987 | 2024.07.13 05:38:21.194068 [ 128 ] {} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4988 | 2024.07.13 05:38:21.194097 [ 3 ] {e8c41c42-ea27-438a-95fd-026d7e1605b6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004811 sec., 16004.988567865308 rows/sec., 1009.24 KiB/sec. | ||
4989 | 2024.07.13 05:38:21.194155 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
4990 | 2024.07.13 05:38:21.194746 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
4991 | 2024.07.13 05:38:21.194917 [ 3 ] {e8c41c42-ea27-438a-95fd-026d7e1605b6} <Debug> DynamicQueryHandler: Done processing query | ||
4992 | 2024.07.13 05:38:21.194991 [ 3 ] {e8c41c42-ea27-438a-95fd-026d7e1605b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4993 | 2024.07.13 05:38:21.195075 [ 3 ] {} <Debug> HTTP-Session: 0a2ee236-fea0-4a05-b926-1368aecb864f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4994 | 2024.07.13 05:38:21.195213 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4995 | 2024.07.13 05:38:21.195289 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
4996 | 2024.07.13 05:38:21.195356 [ 190 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_11_2} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4997 | 2024.07.13 05:38:21.195378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4998 | 2024.07.13 05:38:21.195550 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
4999 | 2024.07.13 05:38:21.195553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5000 | 2024.07.13 05:38:21.195654 [ 3 ] {} <Debug> HTTP-Session: 052e0bf1-e07e-4b61-9660-9c068d0f1c7f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5001 | 2024.07.13 05:38:21.195726 [ 3 ] {} <Debug> HTTP-Session: 052e0bf1-e07e-4b61-9660-9c068d0f1c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5002 | 2024.07.13 05:38:21.195798 [ 3 ] {} <Debug> HTTP-Session: 052e0bf1-e07e-4b61-9660-9c068d0f1c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5003 | 2024.07.13 05:38:21.195815 [ 190 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_11_2} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5004 | 2024.07.13 05:38:21.195864 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
5005 | 2024.07.13 05:38:21.195964 [ 3 ] {} <Trace> HTTP-Session: 052e0bf1-e07e-4b61-9660-9c068d0f1c7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5006 | 2024.07.13 05:38:21.196408 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5007 | 2024.07.13 05:38:21.196417 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
5008 | 2024.07.13 05:38:21.196661 [ 3 ] {3999f833-5438-462a-b76f-ee60ee3a6738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5009 | 2024.07.13 05:38:21.196823 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
5010 | 2024.07.13 05:38:21.196945 [ 3 ] {3999f833-5438-462a-b76f-ee60ee3a6738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5011 | 2024.07.13 05:38:21.197278 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
5012 | 2024.07.13 05:38:21.198127 [ 3 ] {3999f833-5438-462a-b76f-ee60ee3a6738} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5013 | 2024.07.13 05:38:21.199156 [ 3 ] {3999f833-5438-462a-b76f-ee60ee3a6738} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5014 | 2024.07.13 05:38:21.199219 [ 3 ] {3999f833-5438-462a-b76f-ee60ee3a6738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5015 | 2024.07.13 05:38:21.200273 [ 3 ] {3999f833-5438-462a-b76f-ee60ee3a6738} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5016 | 2024.07.13 05:38:21.200314 [ 192 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.005977073 sec., 141708.15715317513 rows/sec., 8.73 MiB/sec. | ||
5017 | 2024.07.13 05:38:21.200533 [ 192 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5018 | 2024.07.13 05:38:21.200726 [ 3 ] {3999f833-5438-462a-b76f-ee60ee3a6738} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5019 | 2024.07.13 05:38:21.200983 [ 3 ] {3999f833-5438-462a-b76f-ee60ee3a6738} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.004664 sec., 42667.23842195541 rows/sec., 2.98 MiB/sec. | ||
5020 | 2024.07.13 05:38:21.201419 [ 192 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5021 | 2024.07.13 05:38:21.201580 [ 3 ] {3999f833-5438-462a-b76f-ee60ee3a6738} <Debug> DynamicQueryHandler: Done processing query | ||
5022 | 2024.07.13 05:38:21.201659 [ 3 ] {3999f833-5438-462a-b76f-ee60ee3a6738} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5023 | 2024.07.13 05:38:21.201730 [ 3 ] {} <Debug> HTTP-Session: 052e0bf1-e07e-4b61-9660-9c068d0f1c7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5024 | 2024.07.13 05:38:21.201766 [ 192 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5025 | 2024.07.13 05:38:21.201879 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
5026 | 2024.07.13 05:38:21.201982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5027 | 2024.07.13 05:38:21.202030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5028 | 2024.07.13 05:38:21.202049 [ 3 ] {} <Debug> HTTP-Session: 0c035b08-2b55-4afb-9951-f3befbf79b3d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5029 | 2024.07.13 05:38:21.202065 [ 3 ] {} <Debug> HTTP-Session: 0c035b08-2b55-4afb-9951-f3befbf79b3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5030 | 2024.07.13 05:38:21.202079 [ 3 ] {} <Debug> HTTP-Session: 0c035b08-2b55-4afb-9951-f3befbf79b3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5031 | 2024.07.13 05:38:21.202111 [ 3 ] {} <Trace> HTTP-Session: 0c035b08-2b55-4afb-9951-f3befbf79b3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5032 | 2024.07.13 05:38:21.202519 [ 3 ] {5e2d2ca1-dd43-4640-b4fd-372e7fda1034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5033 | 2024.07.13 05:38:21.202592 [ 3 ] {5e2d2ca1-dd43-4640-b4fd-372e7fda1034} <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 | ||
5034 | 2024.07.13 05:38:21.203012 [ 3 ] {5e2d2ca1-dd43-4640-b4fd-372e7fda1034} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5035 | 2024.07.13 05:38:21.203756 [ 3 ] {5e2d2ca1-dd43-4640-b4fd-372e7fda1034} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5036 | 2024.07.13 05:38:21.203790 [ 3 ] {5e2d2ca1-dd43-4640-b4fd-372e7fda1034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5037 | 2024.07.13 05:38:21.204424 [ 3 ] {5e2d2ca1-dd43-4640-b4fd-372e7fda1034} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5038 | 2024.07.13 05:38:21.204883 [ 3 ] {5e2d2ca1-dd43-4640-b4fd-372e7fda1034} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5039 | 2024.07.13 05:38:21.205027 [ 3 ] {5e2d2ca1-dd43-4640-b4fd-372e7fda1034} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002822 sec., 11339.475549255847 rows/sec., 20.32 MiB/sec. | ||
5040 | 2024.07.13 05:38:21.205243 [ 3 ] {5e2d2ca1-dd43-4640-b4fd-372e7fda1034} <Debug> DynamicQueryHandler: Done processing query | ||
5041 | 2024.07.13 05:38:21.205268 [ 3 ] {5e2d2ca1-dd43-4640-b4fd-372e7fda1034} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5042 | 2024.07.13 05:38:21.205284 [ 3 ] {} <Debug> HTTP-Session: 0c035b08-2b55-4afb-9951-f3befbf79b3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5043 | 2024.07.13 05:38:21.205421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5044 | 2024.07.13 05:38:21.205469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5045 | 2024.07.13 05:38:21.205488 [ 3 ] {} <Debug> HTTP-Session: 5494875d-9af9-44ea-8d54-d06283d54805 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5046 | 2024.07.13 05:38:21.205503 [ 3 ] {} <Debug> HTTP-Session: 5494875d-9af9-44ea-8d54-d06283d54805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5047 | 2024.07.13 05:38:21.205517 [ 3 ] {} <Debug> HTTP-Session: 5494875d-9af9-44ea-8d54-d06283d54805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5048 | 2024.07.13 05:38:21.205548 [ 3 ] {} <Trace> HTTP-Session: 5494875d-9af9-44ea-8d54-d06283d54805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5049 | 2024.07.13 05:38:21.205648 [ 3 ] {c7a0185a-0808-496c-8b5c-5206d33bc6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5050 | 2024.07.13 05:38:21.205691 [ 3 ] {c7a0185a-0808-496c-8b5c-5206d33bc6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5051 | 2024.07.13 05:38:21.205816 [ 3 ] {c7a0185a-0808-496c-8b5c-5206d33bc6c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5052 | 2024.07.13 05:38:21.206095 [ 3 ] {c7a0185a-0808-496c-8b5c-5206d33bc6c7} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5053 | 2024.07.13 05:38:21.206131 [ 3 ] {c7a0185a-0808-496c-8b5c-5206d33bc6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5054 | 2024.07.13 05:38:21.206479 [ 3 ] {c7a0185a-0808-496c-8b5c-5206d33bc6c7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5055 | 2024.07.13 05:38:21.206803 [ 3 ] {c7a0185a-0808-496c-8b5c-5206d33bc6c7} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5056 | 2024.07.13 05:38:21.206927 [ 3 ] {c7a0185a-0808-496c-8b5c-5206d33bc6c7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00131 sec., 17557.251908396946 rows/sec., 949.73 KiB/sec. | ||
5057 | 2024.07.13 05:38:21.207192 [ 3 ] {c7a0185a-0808-496c-8b5c-5206d33bc6c7} <Debug> DynamicQueryHandler: Done processing query | ||
5058 | 2024.07.13 05:38:21.207216 [ 3 ] {c7a0185a-0808-496c-8b5c-5206d33bc6c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5059 | 2024.07.13 05:38:21.207232 [ 3 ] {} <Debug> HTTP-Session: 5494875d-9af9-44ea-8d54-d06283d54805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5060 | 2024.07.13 05:38:21.207373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5061 | 2024.07.13 05:38:21.207448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5062 | 2024.07.13 05:38:21.207468 [ 3 ] {} <Debug> HTTP-Session: 465a1171-7c9f-4469-8345-1bc7e0e2ee4d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5063 | 2024.07.13 05:38:21.207484 [ 3 ] {} <Debug> HTTP-Session: 465a1171-7c9f-4469-8345-1bc7e0e2ee4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5064 | 2024.07.13 05:38:21.207498 [ 3 ] {} <Debug> HTTP-Session: 465a1171-7c9f-4469-8345-1bc7e0e2ee4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5065 | 2024.07.13 05:38:21.207529 [ 3 ] {} <Trace> HTTP-Session: 465a1171-7c9f-4469-8345-1bc7e0e2ee4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5066 | 2024.07.13 05:38:21.207647 [ 3 ] {9acbdc71-8b1b-495e-b1dc-5b354acaa989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5067 | 2024.07.13 05:38:21.207691 [ 3 ] {9acbdc71-8b1b-495e-b1dc-5b354acaa989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5068 | 2024.07.13 05:38:21.207827 [ 3 ] {9acbdc71-8b1b-495e-b1dc-5b354acaa989} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5069 | 2024.07.13 05:38:21.208141 [ 3 ] {9acbdc71-8b1b-495e-b1dc-5b354acaa989} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5070 | 2024.07.13 05:38:21.208176 [ 3 ] {9acbdc71-8b1b-495e-b1dc-5b354acaa989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5071 | 2024.07.13 05:38:21.208550 [ 3 ] {9acbdc71-8b1b-495e-b1dc-5b354acaa989} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5072 | 2024.07.13 05:38:21.208870 [ 3 ] {9acbdc71-8b1b-495e-b1dc-5b354acaa989} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5073 | 2024.07.13 05:38:21.209009 [ 3 ] {9acbdc71-8b1b-495e-b1dc-5b354acaa989} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
5074 | 2024.07.13 05:38:21.209184 [ 3 ] {9acbdc71-8b1b-495e-b1dc-5b354acaa989} <Debug> DynamicQueryHandler: Done processing query | ||
5075 | 2024.07.13 05:38:21.209208 [ 3 ] {9acbdc71-8b1b-495e-b1dc-5b354acaa989} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5076 | 2024.07.13 05:38:21.209223 [ 3 ] {} <Debug> HTTP-Session: 465a1171-7c9f-4469-8345-1bc7e0e2ee4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5077 | 2024.07.13 05:38:26.167924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5078 | 2024.07.13 05:38:26.168122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5079 | 2024.07.13 05:38:26.168169 [ 3 ] {} <Debug> HTTP-Session: c184683a-587c-4bf9-a5a3-31cb2a1ec1a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5080 | 2024.07.13 05:38:26.168211 [ 3 ] {} <Debug> HTTP-Session: c184683a-587c-4bf9-a5a3-31cb2a1ec1a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5081 | 2024.07.13 05:38:26.168242 [ 3 ] {} <Debug> HTTP-Session: c184683a-587c-4bf9-a5a3-31cb2a1ec1a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5082 | 2024.07.13 05:38:26.168323 [ 3 ] {} <Trace> HTTP-Session: c184683a-587c-4bf9-a5a3-31cb2a1ec1a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5083 | 2024.07.13 05:38:26.168628 [ 3 ] {25ca2328-ad21-4bb9-89a0-d483017f6b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5084 | 2024.07.13 05:38:26.168739 [ 3 ] {25ca2328-ad21-4bb9-89a0-d483017f6b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5085 | 2024.07.13 05:38:26.169015 [ 3 ] {25ca2328-ad21-4bb9-89a0-d483017f6b3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5086 | 2024.07.13 05:38:26.169532 [ 3 ] {25ca2328-ad21-4bb9-89a0-d483017f6b3e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5087 | 2024.07.13 05:38:26.169573 [ 3 ] {25ca2328-ad21-4bb9-89a0-d483017f6b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5088 | 2024.07.13 05:38:26.169944 [ 3 ] {25ca2328-ad21-4bb9-89a0-d483017f6b3e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5089 | 2024.07.13 05:38:26.170282 [ 3 ] {25ca2328-ad21-4bb9-89a0-d483017f6b3e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5090 | 2024.07.13 05:38:26.170433 [ 3 ] {25ca2328-ad21-4bb9-89a0-d483017f6b3e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001915 sec., 29242.819843342037 rows/sec., 2.25 MiB/sec. | ||
5091 | 2024.07.13 05:38:26.170437 [ 124 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5092 | 2024.07.13 05:38:26.170499 [ 124 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5093 | 2024.07.13 05:38:26.170538 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5094 | 2024.07.13 05:38:26.170689 [ 3 ] {25ca2328-ad21-4bb9-89a0-d483017f6b3e} <Debug> DynamicQueryHandler: Done processing query | ||
5095 | 2024.07.13 05:38:26.170701 [ 190 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
5096 | 2024.07.13 05:38:26.170723 [ 3 ] {25ca2328-ad21-4bb9-89a0-d483017f6b3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5097 | 2024.07.13 05:38:26.170783 [ 3 ] {} <Debug> HTTP-Session: c184683a-587c-4bf9-a5a3-31cb2a1ec1a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5098 | 2024.07.13 05:38:26.170918 [ 190 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5099 | 2024.07.13 05:38:26.170959 [ 190 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 297 rows starting from the beginning of the part | ||
5100 | 2024.07.13 05:38:26.170995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5101 | 2024.07.13 05:38:26.171090 [ 190 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
5102 | 2024.07.13 05:38:26.171107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5103 | 2024.07.13 05:38:26.171205 [ 3 ] {} <Debug> HTTP-Session: e6e5b23c-ee39-410b-94f8-5324a25e8abe Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5104 | 2024.07.13 05:38:26.171285 [ 3 ] {} <Debug> HTTP-Session: e6e5b23c-ee39-410b-94f8-5324a25e8abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5105 | 2024.07.13 05:38:26.171357 [ 3 ] {} <Debug> HTTP-Session: e6e5b23c-ee39-410b-94f8-5324a25e8abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5106 | 2024.07.13 05:38:26.171391 [ 190 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 260 rows starting from the beginning of the part | ||
5107 | 2024.07.13 05:38:26.171476 [ 3 ] {} <Trace> HTTP-Session: e6e5b23c-ee39-410b-94f8-5324a25e8abe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5108 | 2024.07.13 05:38:26.171782 [ 190 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 57 rows starting from the beginning of the part | ||
5109 | 2024.07.13 05:38:26.171925 [ 3 ] {a3265551-e31c-4b1d-be3e-7ca3aa3b7d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5110 | 2024.07.13 05:38:26.172091 [ 3 ] {a3265551-e31c-4b1d-be3e-7ca3aa3b7d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5111 | 2024.07.13 05:38:26.172135 [ 190 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 296 rows starting from the beginning of the part | ||
5112 | 2024.07.13 05:38:26.172496 [ 190 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
5113 | 2024.07.13 05:38:26.173240 [ 3 ] {a3265551-e31c-4b1d-be3e-7ca3aa3b7d0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5114 | 2024.07.13 05:38:26.174037 [ 3 ] {a3265551-e31c-4b1d-be3e-7ca3aa3b7d0e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5115 | 2024.07.13 05:38:26.174105 [ 3 ] {a3265551-e31c-4b1d-be3e-7ca3aa3b7d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5116 | 2024.07.13 05:38:26.174930 [ 3 ] {a3265551-e31c-4b1d-be3e-7ca3aa3b7d0e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5117 | 2024.07.13 05:38:26.175594 [ 190 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 4 columns (4 merged, 0 gathered) in 0.004979057 sec., 205259.7509930093 rows/sec., 17.51 MiB/sec. | ||
5118 | 2024.07.13 05:38:26.175747 [ 3 ] {a3265551-e31c-4b1d-be3e-7ca3aa3b7d0e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5119 | 2024.07.13 05:38:26.175791 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5120 | 2024.07.13 05:38:26.175911 [ 124 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5121 | 2024.07.13 05:38:26.175913 [ 3 ] {a3265551-e31c-4b1d-be3e-7ca3aa3b7d0e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004134 sec., 15481.373971940011 rows/sec., 1.21 MiB/sec. | ||
5122 | 2024.07.13 05:38:26.175957 [ 124 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5123 | 2024.07.13 05:38:26.176016 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5124 | 2024.07.13 05:38:26.176574 [ 3 ] {a3265551-e31c-4b1d-be3e-7ca3aa3b7d0e} <Debug> DynamicQueryHandler: Done processing query | ||
5125 | 2024.07.13 05:38:26.176659 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
5126 | 2024.07.13 05:38:26.176711 [ 3 ] {a3265551-e31c-4b1d-be3e-7ca3aa3b7d0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5127 | 2024.07.13 05:38:26.176832 [ 3 ] {} <Debug> HTTP-Session: e6e5b23c-ee39-410b-94f8-5324a25e8abe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5128 | 2024.07.13 05:38:26.177311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5129 | 2024.07.13 05:38:26.177585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5130 | 2024.07.13 05:38:26.177593 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5131 | 2024.07.13 05:38:26.177695 [ 3 ] {} <Debug> HTTP-Session: 1db34c1d-c86c-4684-a4c9-aa955b4b41f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5132 | 2024.07.13 05:38:26.177705 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 464 rows starting from the beginning of the part | ||
5133 | 2024.07.13 05:38:26.177744 [ 3 ] {} <Debug> HTTP-Session: 1db34c1d-c86c-4684-a4c9-aa955b4b41f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5134 | 2024.07.13 05:38:26.177801 [ 3 ] {} <Debug> HTTP-Session: 1db34c1d-c86c-4684-a4c9-aa955b4b41f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5135 | 2024.07.13 05:38:26.177978 [ 3 ] {} <Trace> HTTP-Session: 1db34c1d-c86c-4684-a4c9-aa955b4b41f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5136 | 2024.07.13 05:38:26.178010 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5137 | 2024.07.13 05:38:26.178087 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
5138 | 2024.07.13 05:38:26.178422 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_26_5} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5139 | 2024.07.13 05:38:26.178475 [ 3 ] {5ee03f8b-2d95-44b8-96a7-428546d0d331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5140 | 2024.07.13 05:38:26.178586 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 420 rows starting from the beginning of the part | ||
5141 | 2024.07.13 05:38:26.178788 [ 3 ] {5ee03f8b-2d95-44b8-96a7-428546d0d331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5142 | 2024.07.13 05:38:26.178906 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
5143 | 2024.07.13 05:38:26.179203 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 66 rows starting from the beginning of the part | ||
5144 | 2024.07.13 05:38:26.179614 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 444 rows starting from the beginning of the part | ||
5145 | 2024.07.13 05:38:26.180038 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part | ||
5146 | 2024.07.13 05:38:26.180088 [ 3 ] {5ee03f8b-2d95-44b8-96a7-428546d0d331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5147 | 2024.07.13 05:38:26.181147 [ 3 ] {5ee03f8b-2d95-44b8-96a7-428546d0d331} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5148 | 2024.07.13 05:38:26.181216 [ 3 ] {5ee03f8b-2d95-44b8-96a7-428546d0d331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5149 | 2024.07.13 05:38:26.182274 [ 3 ] {5ee03f8b-2d95-44b8-96a7-428546d0d331} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5150 | 2024.07.13 05:38:26.182928 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1522 rows, containing 4 columns (4 merged, 0 gathered) in 0.006764645 sec., 224993.32928778967 rows/sec., 16.24 MiB/sec. | ||
5151 | 2024.07.13 05:38:26.183137 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5152 | 2024.07.13 05:38:26.183154 [ 3 ] {5ee03f8b-2d95-44b8-96a7-428546d0d331} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5153 | 2024.07.13 05:38:26.183421 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5154 | 2024.07.13 05:38:26.183533 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5155 | 2024.07.13 05:38:26.183610 [ 3 ] {5ee03f8b-2d95-44b8-96a7-428546d0d331} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005336 sec., 29985.007496251877 rows/sec., 2.09 MiB/sec. | ||
5156 | 2024.07.13 05:38:26.183634 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5157 | 2024.07.13 05:38:26.184320 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
5158 | 2024.07.13 05:38:26.184381 [ 3 ] {5ee03f8b-2d95-44b8-96a7-428546d0d331} <Debug> DynamicQueryHandler: Done processing query | ||
5159 | 2024.07.13 05:38:26.184472 [ 3 ] {5ee03f8b-2d95-44b8-96a7-428546d0d331} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5160 | 2024.07.13 05:38:26.184544 [ 3 ] {} <Debug> HTTP-Session: 1db34c1d-c86c-4684-a4c9-aa955b4b41f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5161 | 2024.07.13 05:38:26.184749 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5162 | 2024.07.13 05:38:26.184896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5163 | 2024.07.13 05:38:26.185023 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5164 | 2024.07.13 05:38:26.185078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5165 | 2024.07.13 05:38:26.185151 [ 3 ] {} <Debug> HTTP-Session: 5065953f-1570-4cb3-ae87-d3aa488f22ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5166 | 2024.07.13 05:38:26.185165 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3008 rows starting from the beginning of the part | ||
5167 | 2024.07.13 05:38:26.185191 [ 190 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_26_5} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5168 | 2024.07.13 05:38:26.185224 [ 3 ] {} <Debug> HTTP-Session: 5065953f-1570-4cb3-ae87-d3aa488f22ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5169 | 2024.07.13 05:38:26.185293 [ 3 ] {} <Debug> HTTP-Session: 5065953f-1570-4cb3-ae87-d3aa488f22ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.07.13 05:38:26.185523 [ 3 ] {} <Trace> HTTP-Session: 5065953f-1570-4cb3-ae87-d3aa488f22ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5171 | 2024.07.13 05:38:26.185624 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
5172 | 2024.07.13 05:38:26.186099 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 163 rows starting from the beginning of the part | ||
5173 | 2024.07.13 05:38:26.186128 [ 3 ] {7e9878fa-2fa5-47eb-bc5d-df1f159c0c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5174 | 2024.07.13 05:38:26.186381 [ 3 ] {7e9878fa-2fa5-47eb-bc5d-df1f159c0c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5175 | 2024.07.13 05:38:26.186474 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
5176 | 2024.07.13 05:38:26.186503 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
5177 | 2024.07.13 05:38:26.186942 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 199 rows starting from the beginning of the part | ||
5178 | 2024.07.13 05:38:26.187372 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
5179 | 2024.07.13 05:38:26.188057 [ 3 ] {7e9878fa-2fa5-47eb-bc5d-df1f159c0c5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5180 | 2024.07.13 05:38:26.188820 [ 3 ] {7e9878fa-2fa5-47eb-bc5d-df1f159c0c5b} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5181 | 2024.07.13 05:38:26.188865 [ 3 ] {7e9878fa-2fa5-47eb-bc5d-df1f159c0c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5182 | 2024.07.13 05:38:26.189841 [ 3 ] {7e9878fa-2fa5-47eb-bc5d-df1f159c0c5b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5183 | 2024.07.13 05:38:26.190377 [ 3 ] {7e9878fa-2fa5-47eb-bc5d-df1f159c0c5b} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5184 | 2024.07.13 05:38:26.190614 [ 124 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5185 | 2024.07.13 05:38:26.190646 [ 3 ] {7e9878fa-2fa5-47eb-bc5d-df1f159c0c5b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004814 sec., 12463.647694225177 rows/sec., 860.12 KiB/sec. | ||
5186 | 2024.07.13 05:38:26.190692 [ 124 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5187 | 2024.07.13 05:38:26.190765 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5188 | 2024.07.13 05:38:26.191487 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
5189 | 2024.07.13 05:38:26.191489 [ 3 ] {7e9878fa-2fa5-47eb-bc5d-df1f159c0c5b} <Debug> DynamicQueryHandler: Done processing query | ||
5190 | 2024.07.13 05:38:26.191618 [ 3 ] {7e9878fa-2fa5-47eb-bc5d-df1f159c0c5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5191 | 2024.07.13 05:38:26.191729 [ 3 ] {} <Debug> HTTP-Session: 5065953f-1570-4cb3-ae87-d3aa488f22ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5192 | 2024.07.13 05:38:26.191786 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3851 rows, containing 5 columns (5 merged, 0 gathered) in 0.007797111 sec., 493900.8820061687 rows/sec., 34.41 MiB/sec. | ||
5193 | 2024.07.13 05:38:26.192242 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5194 | 2024.07.13 05:38:26.192345 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 914 rows starting from the beginning of the part | ||
5195 | 2024.07.13 05:38:26.192365 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5196 | 2024.07.13 05:38:26.192691 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
5197 | 2024.07.13 05:38:26.192925 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
5198 | 2024.07.13 05:38:26.193227 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
5199 | 2024.07.13 05:38:26.193524 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
5200 | 2024.07.13 05:38:26.193931 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
5201 | 2024.07.13 05:38:26.194330 [ 197 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5202 | 2024.07.13 05:38:26.194649 [ 197 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5203 | 2024.07.13 05:38:26.194857 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
5204 | 2024.07.13 05:38:26.195683 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1214 rows, containing 4 columns (4 merged, 0 gathered) in 0.004744894 sec., 255853.97692761943 rows/sec., 17.31 MiB/sec. | ||
5205 | 2024.07.13 05:38:26.195833 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5206 | 2024.07.13 05:38:26.196182 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5207 | 2024.07.13 05:38:26.196255 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_26_5} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5208 | 2024.07.13 05:38:26.196323 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
5209 | 2024.07.13 05:38:30.442966 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5210 | 2024.07.13 05:38:30.443043 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5211 | 2024.07.13 05:38:31.174607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5212 | 2024.07.13 05:38:31.174720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5213 | 2024.07.13 05:38:31.174744 [ 3 ] {} <Debug> HTTP-Session: 3ee5d6b9-5dd3-4d89-9099-ab754ec40189 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5214 | 2024.07.13 05:38:31.174769 [ 3 ] {} <Debug> HTTP-Session: 3ee5d6b9-5dd3-4d89-9099-ab754ec40189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5215 | 2024.07.13 05:38:31.174784 [ 3 ] {} <Debug> HTTP-Session: 3ee5d6b9-5dd3-4d89-9099-ab754ec40189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5216 | 2024.07.13 05:38:31.174832 [ 3 ] {} <Trace> HTTP-Session: 3ee5d6b9-5dd3-4d89-9099-ab754ec40189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5217 | 2024.07.13 05:38:31.175021 [ 3 ] {a1849e42-b4dc-439b-a508-7bf6752acd64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5218 | 2024.07.13 05:38:31.175088 [ 3 ] {a1849e42-b4dc-439b-a508-7bf6752acd64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5219 | 2024.07.13 05:38:31.175280 [ 3 ] {a1849e42-b4dc-439b-a508-7bf6752acd64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5220 | 2024.07.13 05:38:31.175719 [ 3 ] {a1849e42-b4dc-439b-a508-7bf6752acd64} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5221 | 2024.07.13 05:38:31.175762 [ 3 ] {a1849e42-b4dc-439b-a508-7bf6752acd64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5222 | 2024.07.13 05:38:31.176126 [ 3 ] {a1849e42-b4dc-439b-a508-7bf6752acd64} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5223 | 2024.07.13 05:38:31.176465 [ 3 ] {a1849e42-b4dc-439b-a508-7bf6752acd64} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5224 | 2024.07.13 05:38:31.176642 [ 3 ] {a1849e42-b4dc-439b-a508-7bf6752acd64} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001674 sec., 22700.119474313025 rows/sec., 1.71 MiB/sec. | ||
5225 | 2024.07.13 05:38:31.176986 [ 3 ] {a1849e42-b4dc-439b-a508-7bf6752acd64} <Debug> DynamicQueryHandler: Done processing query | ||
5226 | 2024.07.13 05:38:31.177012 [ 3 ] {a1849e42-b4dc-439b-a508-7bf6752acd64} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5227 | 2024.07.13 05:38:31.177029 [ 3 ] {} <Debug> HTTP-Session: 3ee5d6b9-5dd3-4d89-9099-ab754ec40189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5228 | 2024.07.13 05:38:31.177168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5229 | 2024.07.13 05:38:31.177225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5230 | 2024.07.13 05:38:31.177245 [ 3 ] {} <Debug> HTTP-Session: 7048215c-5c71-4622-9f8c-55b6ee2932e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5231 | 2024.07.13 05:38:31.177263 [ 3 ] {} <Debug> HTTP-Session: 7048215c-5c71-4622-9f8c-55b6ee2932e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5232 | 2024.07.13 05:38:31.177276 [ 3 ] {} <Debug> HTTP-Session: 7048215c-5c71-4622-9f8c-55b6ee2932e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5233 | 2024.07.13 05:38:31.177311 [ 3 ] {} <Trace> HTTP-Session: 7048215c-5c71-4622-9f8c-55b6ee2932e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5234 | 2024.07.13 05:38:31.177413 [ 3 ] {9d5df599-12a0-47fe-ac20-e2f53e9dcad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5235 | 2024.07.13 05:38:31.177461 [ 3 ] {9d5df599-12a0-47fe-ac20-e2f53e9dcad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5236 | 2024.07.13 05:38:31.177613 [ 3 ] {9d5df599-12a0-47fe-ac20-e2f53e9dcad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5237 | 2024.07.13 05:38:31.177900 [ 3 ] {9d5df599-12a0-47fe-ac20-e2f53e9dcad5} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5238 | 2024.07.13 05:38:31.177937 [ 3 ] {9d5df599-12a0-47fe-ac20-e2f53e9dcad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5239 | 2024.07.13 05:38:31.178240 [ 3 ] {9d5df599-12a0-47fe-ac20-e2f53e9dcad5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5240 | 2024.07.13 05:38:31.178545 [ 3 ] {9d5df599-12a0-47fe-ac20-e2f53e9dcad5} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5241 | 2024.07.13 05:38:31.178707 [ 3 ] {9d5df599-12a0-47fe-ac20-e2f53e9dcad5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 124.30 KiB/sec. | ||
5242 | 2024.07.13 05:38:31.178704 [ 78 ] {} <Debug> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5243 | 2024.07.13 05:38:31.178818 [ 78 ] {} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5244 | 2024.07.13 05:38:31.178864 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5245 | 2024.07.13 05:38:31.178987 [ 3 ] {9d5df599-12a0-47fe-ac20-e2f53e9dcad5} <Debug> DynamicQueryHandler: Done processing query | ||
5246 | 2024.07.13 05:38:31.179056 [ 3 ] {9d5df599-12a0-47fe-ac20-e2f53e9dcad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5247 | 2024.07.13 05:38:31.179143 [ 3 ] {} <Debug> HTTP-Session: 7048215c-5c71-4622-9f8c-55b6ee2932e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5248 | 2024.07.13 05:38:31.179206 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::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 | ||
5249 | 2024.07.13 05:38:31.179405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5250 | 2024.07.13 05:38:31.179422 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5251 | 2024.07.13 05:38:31.179464 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::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 | ||
5252 | 2024.07.13 05:38:31.179471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5253 | 2024.07.13 05:38:31.179505 [ 3 ] {} <Debug> HTTP-Session: 858483df-ab34-478d-a49d-e86f66ebb339 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5254 | 2024.07.13 05:38:31.179528 [ 3 ] {} <Debug> HTTP-Session: 858483df-ab34-478d-a49d-e86f66ebb339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5255 | 2024.07.13 05:38:31.179556 [ 3 ] {} <Debug> HTTP-Session: 858483df-ab34-478d-a49d-e86f66ebb339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5256 | 2024.07.13 05:38:31.179607 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::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 | ||
5257 | 2024.07.13 05:38:31.179618 [ 3 ] {} <Trace> HTTP-Session: 858483df-ab34-478d-a49d-e86f66ebb339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5258 | 2024.07.13 05:38:31.179809 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::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 | ||
5259 | 2024.07.13 05:38:31.180002 [ 3 ] {a3e8ba5b-9c4d-4bb5-9d23-985f22a81616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5260 | 2024.07.13 05:38:31.180139 [ 3 ] {a3e8ba5b-9c4d-4bb5-9d23-985f22a81616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5261 | 2024.07.13 05:38:31.180151 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
5262 | 2024.07.13 05:38:31.180350 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::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 | ||
5263 | 2024.07.13 05:38:31.180585 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::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 | ||
5264 | 2024.07.13 05:38:31.180617 [ 3 ] {a3e8ba5b-9c4d-4bb5-9d23-985f22a81616} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5265 | 2024.07.13 05:38:31.181352 [ 3 ] {a3e8ba5b-9c4d-4bb5-9d23-985f22a81616} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5266 | 2024.07.13 05:38:31.181393 [ 3 ] {a3e8ba5b-9c4d-4bb5-9d23-985f22a81616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5267 | 2024.07.13 05:38:31.181909 [ 3 ] {a3e8ba5b-9c4d-4bb5-9d23-985f22a81616} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5268 | 2024.07.13 05:38:31.181933 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002995376 sec., 8012.349701673513 rows/sec., 653.35 KiB/sec. | ||
5269 | 2024.07.13 05:38:31.182051 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5270 | 2024.07.13 05:38:31.182377 [ 3 ] {a3e8ba5b-9c4d-4bb5-9d23-985f22a81616} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5271 | 2024.07.13 05:38:31.182572 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_6_1} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5272 | 2024.07.13 05:38:31.182580 [ 3 ] {a3e8ba5b-9c4d-4bb5-9d23-985f22a81616} <Debug> executeQuery: Read 258 rows, 23.29 KiB in 0.002814 sec., 91684.43496801706 rows/sec., 8.08 MiB/sec. | ||
5273 | 2024.07.13 05:38:31.182689 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_6_1} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5274 | 2024.07.13 05:38:31.182775 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5275 | 2024.07.13 05:38:31.182809 [ 3 ] {a3e8ba5b-9c4d-4bb5-9d23-985f22a81616} <Debug> DynamicQueryHandler: Done processing query | ||
5276 | 2024.07.13 05:38:31.182834 [ 3 ] {a3e8ba5b-9c4d-4bb5-9d23-985f22a81616} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5277 | 2024.07.13 05:38:31.182850 [ 3 ] {} <Debug> HTTP-Session: 858483df-ab34-478d-a49d-e86f66ebb339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5278 | 2024.07.13 05:38:31.182960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5279 | 2024.07.13 05:38:31.183009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5280 | 2024.07.13 05:38:31.183027 [ 3 ] {} <Debug> HTTP-Session: d7ac2500-e644-415e-bde4-520cb313516f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5281 | 2024.07.13 05:38:31.183044 [ 3 ] {} <Debug> HTTP-Session: d7ac2500-e644-415e-bde4-520cb313516f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5282 | 2024.07.13 05:38:31.183058 [ 3 ] {} <Debug> HTTP-Session: d7ac2500-e644-415e-bde4-520cb313516f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5283 | 2024.07.13 05:38:31.183089 [ 3 ] {} <Trace> HTTP-Session: d7ac2500-e644-415e-bde4-520cb313516f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5284 | 2024.07.13 05:38:31.183184 [ 3 ] {99c3e06e-1b10-44e1-8354-f3552a6cc18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5285 | 2024.07.13 05:38:31.183226 [ 3 ] {99c3e06e-1b10-44e1-8354-f3552a6cc18e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5286 | 2024.07.13 05:38:31.183352 [ 3 ] {99c3e06e-1b10-44e1-8354-f3552a6cc18e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5287 | 2024.07.13 05:38:31.183613 [ 3 ] {99c3e06e-1b10-44e1-8354-f3552a6cc18e} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5288 | 2024.07.13 05:38:31.183649 [ 3 ] {99c3e06e-1b10-44e1-8354-f3552a6cc18e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5289 | 2024.07.13 05:38:31.183936 [ 3 ] {99c3e06e-1b10-44e1-8354-f3552a6cc18e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5290 | 2024.07.13 05:38:31.184235 [ 3 ] {99c3e06e-1b10-44e1-8354-f3552a6cc18e} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5291 | 2024.07.13 05:38:31.184378 [ 3 ] {99c3e06e-1b10-44e1-8354-f3552a6cc18e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001209 sec., 1654.259718775848 rows/sec., 115.51 KiB/sec. | ||
5292 | 2024.07.13 05:38:31.184388 [ 78 ] {} <Debug> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5293 | 2024.07.13 05:38:31.184467 [ 78 ] {} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5294 | 2024.07.13 05:38:31.184521 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5295 | 2024.07.13 05:38:31.184646 [ 3 ] {99c3e06e-1b10-44e1-8354-f3552a6cc18e} <Debug> DynamicQueryHandler: Done processing query | ||
5296 | 2024.07.13 05:38:31.184692 [ 3 ] {99c3e06e-1b10-44e1-8354-f3552a6cc18e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5297 | 2024.07.13 05:38:31.184709 [ 197 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::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 | ||
5298 | 2024.07.13 05:38:31.184722 [ 3 ] {} <Debug> HTTP-Session: d7ac2500-e644-415e-bde4-520cb313516f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5299 | 2024.07.13 05:38:31.184909 [ 197 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5300 | 2024.07.13 05:38:31.184954 [ 197 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::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 | ||
5301 | 2024.07.13 05:38:31.184990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 67339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5302 | 2024.07.13 05:38:31.185152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5303 | 2024.07.13 05:38:31.185159 [ 197 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::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 | ||
5304 | 2024.07.13 05:38:31.185215 [ 3 ] {} <Debug> HTTP-Session: a66b98d7-d841-4bd7-ab6c-0ef1f217640b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5305 | 2024.07.13 05:38:31.185288 [ 3 ] {} <Debug> HTTP-Session: a66b98d7-d841-4bd7-ab6c-0ef1f217640b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5306 | 2024.07.13 05:38:31.185380 [ 3 ] {} <Debug> HTTP-Session: a66b98d7-d841-4bd7-ab6c-0ef1f217640b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5307 | 2024.07.13 05:38:31.185503 [ 197 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::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 | ||
5308 | 2024.07.13 05:38:31.185510 [ 3 ] {} <Trace> HTTP-Session: a66b98d7-d841-4bd7-ab6c-0ef1f217640b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5309 | 2024.07.13 05:38:31.185826 [ 197 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
5310 | 2024.07.13 05:38:31.186046 [ 3 ] {2f5aef53-c858-4795-9d21-6499dd68a0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5311 | 2024.07.13 05:38:31.186072 [ 197 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::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 | ||
5312 | 2024.07.13 05:38:31.186200 [ 3 ] {2f5aef53-c858-4795-9d21-6499dd68a0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5313 | 2024.07.13 05:38:31.186375 [ 197 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::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 | ||
5314 | 2024.07.13 05:38:31.187143 [ 3 ] {2f5aef53-c858-4795-9d21-6499dd68a0a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5315 | 2024.07.13 05:38:31.188185 [ 3 ] {2f5aef53-c858-4795-9d21-6499dd68a0a5} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5316 | 2024.07.13 05:38:31.188261 [ 3 ] {2f5aef53-c858-4795-9d21-6499dd68a0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5317 | 2024.07.13 05:38:31.188866 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.004247226 sec., 5650.74709940088 rows/sec., 394.56 KiB/sec. | ||
5318 | 2024.07.13 05:38:31.189018 [ 3 ] {2f5aef53-c858-4795-9d21-6499dd68a0a5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5319 | 2024.07.13 05:38:31.189068 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5320 | 2024.07.13 05:38:31.189916 [ 3 ] {2f5aef53-c858-4795-9d21-6499dd68a0a5} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5321 | 2024.07.13 05:38:31.190025 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_6_1} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5322 | 2024.07.13 05:38:31.190223 [ 3 ] {2f5aef53-c858-4795-9d21-6499dd68a0a5} <Debug> executeQuery: Read 416 rows, 30.20 KiB in 0.004453 sec., 93420.16618010329 rows/sec., 6.62 MiB/sec. | ||
5323 | 2024.07.13 05:38:31.190238 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_6_1} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5324 | 2024.07.13 05:38:31.190504 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5325 | 2024.07.13 05:38:31.190607 [ 3 ] {2f5aef53-c858-4795-9d21-6499dd68a0a5} <Debug> DynamicQueryHandler: Done processing query | ||
5326 | 2024.07.13 05:38:31.190638 [ 3 ] {2f5aef53-c858-4795-9d21-6499dd68a0a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5327 | 2024.07.13 05:38:31.190654 [ 3 ] {} <Debug> HTTP-Session: a66b98d7-d841-4bd7-ab6c-0ef1f217640b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5328 | 2024.07.13 05:38:31.190783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5329 | 2024.07.13 05:38:31.190832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5330 | 2024.07.13 05:38:31.190851 [ 3 ] {} <Debug> HTTP-Session: 3e4c990b-5b03-489b-8357-9f67d001c513 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5331 | 2024.07.13 05:38:31.190867 [ 3 ] {} <Debug> HTTP-Session: 3e4c990b-5b03-489b-8357-9f67d001c513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5332 | 2024.07.13 05:38:31.190882 [ 3 ] {} <Debug> HTTP-Session: 3e4c990b-5b03-489b-8357-9f67d001c513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5333 | 2024.07.13 05:38:31.190913 [ 3 ] {} <Trace> HTTP-Session: 3e4c990b-5b03-489b-8357-9f67d001c513 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5334 | 2024.07.13 05:38:31.191020 [ 3 ] {971d57c6-e021-4cbd-9893-3eaff470bf3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5335 | 2024.07.13 05:38:31.191067 [ 3 ] {971d57c6-e021-4cbd-9893-3eaff470bf3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5336 | 2024.07.13 05:38:31.191219 [ 3 ] {971d57c6-e021-4cbd-9893-3eaff470bf3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5337 | 2024.07.13 05:38:31.191512 [ 3 ] {971d57c6-e021-4cbd-9893-3eaff470bf3d} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5338 | 2024.07.13 05:38:31.191554 [ 3 ] {971d57c6-e021-4cbd-9893-3eaff470bf3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5339 | 2024.07.13 05:38:31.191937 [ 3 ] {971d57c6-e021-4cbd-9893-3eaff470bf3d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5340 | 2024.07.13 05:38:31.192284 [ 3 ] {971d57c6-e021-4cbd-9893-3eaff470bf3d} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5341 | 2024.07.13 05:38:31.192441 [ 3 ] {971d57c6-e021-4cbd-9893-3eaff470bf3d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 178.17 KiB/sec. | ||
5342 | 2024.07.13 05:38:31.192614 [ 3 ] {971d57c6-e021-4cbd-9893-3eaff470bf3d} <Debug> DynamicQueryHandler: Done processing query | ||
5343 | 2024.07.13 05:38:31.192640 [ 3 ] {971d57c6-e021-4cbd-9893-3eaff470bf3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5344 | 2024.07.13 05:38:31.192655 [ 3 ] {} <Debug> HTTP-Session: 3e4c990b-5b03-489b-8357-9f67d001c513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5345 | 2024.07.13 05:38:31.192784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5346 | 2024.07.13 05:38:31.192833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5347 | 2024.07.13 05:38:31.192853 [ 3 ] {} <Debug> HTTP-Session: a8a2b124-305d-4c50-ad99-22971745db19 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5348 | 2024.07.13 05:38:31.192869 [ 3 ] {} <Debug> HTTP-Session: a8a2b124-305d-4c50-ad99-22971745db19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5349 | 2024.07.13 05:38:31.192883 [ 3 ] {} <Debug> HTTP-Session: a8a2b124-305d-4c50-ad99-22971745db19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5350 | 2024.07.13 05:38:31.192913 [ 3 ] {} <Trace> HTTP-Session: a8a2b124-305d-4c50-ad99-22971745db19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5351 | 2024.07.13 05:38:31.193036 [ 3 ] {8ecd1abb-5d60-4f63-9aee-3e018e8eb8ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5352 | 2024.07.13 05:38:31.193083 [ 3 ] {8ecd1abb-5d60-4f63-9aee-3e018e8eb8ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5353 | 2024.07.13 05:38:31.193231 [ 3 ] {8ecd1abb-5d60-4f63-9aee-3e018e8eb8ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5354 | 2024.07.13 05:38:31.193555 [ 3 ] {8ecd1abb-5d60-4f63-9aee-3e018e8eb8ce} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5355 | 2024.07.13 05:38:31.193591 [ 3 ] {8ecd1abb-5d60-4f63-9aee-3e018e8eb8ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5356 | 2024.07.13 05:38:31.193953 [ 3 ] {8ecd1abb-5d60-4f63-9aee-3e018e8eb8ce} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5357 | 2024.07.13 05:38:31.194286 [ 3 ] {8ecd1abb-5d60-4f63-9aee-3e018e8eb8ce} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5358 | 2024.07.13 05:38:31.194439 [ 3 ] {8ecd1abb-5d60-4f63-9aee-3e018e8eb8ce} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001449 sec., 53140.096618357486 rows/sec., 3.27 MiB/sec. | ||
5359 | 2024.07.13 05:38:31.194610 [ 3 ] {8ecd1abb-5d60-4f63-9aee-3e018e8eb8ce} <Debug> DynamicQueryHandler: Done processing query | ||
5360 | 2024.07.13 05:38:31.194634 [ 3 ] {8ecd1abb-5d60-4f63-9aee-3e018e8eb8ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5361 | 2024.07.13 05:38:31.194650 [ 3 ] {} <Debug> HTTP-Session: a8a2b124-305d-4c50-ad99-22971745db19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5362 | 2024.07.13 05:38:31.194788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5363 | 2024.07.13 05:38:31.194835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5364 | 2024.07.13 05:38:31.194854 [ 3 ] {} <Debug> HTTP-Session: 00f7d610-5e7e-4fa4-b58a-bc20be85f3f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5365 | 2024.07.13 05:38:31.194870 [ 3 ] {} <Debug> HTTP-Session: 00f7d610-5e7e-4fa4-b58a-bc20be85f3f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5366 | 2024.07.13 05:38:31.194883 [ 3 ] {} <Debug> HTTP-Session: 00f7d610-5e7e-4fa4-b58a-bc20be85f3f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5367 | 2024.07.13 05:38:31.194913 [ 3 ] {} <Trace> HTTP-Session: 00f7d610-5e7e-4fa4-b58a-bc20be85f3f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5368 | 2024.07.13 05:38:31.195094 [ 3 ] {9f54e47e-bb37-4097-a07b-c1245adf991b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5369 | 2024.07.13 05:38:31.195138 [ 3 ] {9f54e47e-bb37-4097-a07b-c1245adf991b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5370 | 2024.07.13 05:38:31.195283 [ 3 ] {9f54e47e-bb37-4097-a07b-c1245adf991b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5371 | 2024.07.13 05:38:31.195677 [ 3 ] {9f54e47e-bb37-4097-a07b-c1245adf991b} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5372 | 2024.07.13 05:38:31.195712 [ 3 ] {9f54e47e-bb37-4097-a07b-c1245adf991b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5373 | 2024.07.13 05:38:31.196078 [ 3 ] {9f54e47e-bb37-4097-a07b-c1245adf991b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5374 | 2024.07.13 05:38:31.196420 [ 3 ] {9f54e47e-bb37-4097-a07b-c1245adf991b} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5375 | 2024.07.13 05:38:31.196567 [ 3 ] {9f54e47e-bb37-4097-a07b-c1245adf991b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001576 sec., 102157.36040609138 rows/sec., 7.11 MiB/sec. | ||
5376 | 2024.07.13 05:38:31.196725 [ 3 ] {9f54e47e-bb37-4097-a07b-c1245adf991b} <Debug> DynamicQueryHandler: Done processing query | ||
5377 | 2024.07.13 05:38:31.196750 [ 3 ] {9f54e47e-bb37-4097-a07b-c1245adf991b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5378 | 2024.07.13 05:38:31.196765 [ 3 ] {} <Debug> HTTP-Session: 00f7d610-5e7e-4fa4-b58a-bc20be85f3f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5379 | 2024.07.13 05:38:31.196937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5380 | 2024.07.13 05:38:31.196983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5381 | 2024.07.13 05:38:31.197002 [ 3 ] {} <Debug> HTTP-Session: 52d38625-60d8-41e1-a978-26e343e4d022 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5382 | 2024.07.13 05:38:31.197019 [ 3 ] {} <Debug> HTTP-Session: 52d38625-60d8-41e1-a978-26e343e4d022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5383 | 2024.07.13 05:38:31.197032 [ 3 ] {} <Debug> HTTP-Session: 52d38625-60d8-41e1-a978-26e343e4d022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5384 | 2024.07.13 05:38:31.197063 [ 3 ] {} <Trace> HTTP-Session: 52d38625-60d8-41e1-a978-26e343e4d022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5385 | 2024.07.13 05:38:31.197624 [ 3 ] {e09068a1-b834-4c7f-bee5-de97a2817601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5386 | 2024.07.13 05:38:31.197690 [ 3 ] {e09068a1-b834-4c7f-bee5-de97a2817601} <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 | ||
5387 | 2024.07.13 05:38:31.198091 [ 3 ] {e09068a1-b834-4c7f-bee5-de97a2817601} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5388 | 2024.07.13 05:38:31.198826 [ 3 ] {e09068a1-b834-4c7f-bee5-de97a2817601} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5389 | 2024.07.13 05:38:31.198862 [ 3 ] {e09068a1-b834-4c7f-bee5-de97a2817601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5390 | 2024.07.13 05:38:31.199512 [ 3 ] {e09068a1-b834-4c7f-bee5-de97a2817601} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5391 | 2024.07.13 05:38:31.199957 [ 3 ] {e09068a1-b834-4c7f-bee5-de97a2817601} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5392 | 2024.07.13 05:38:31.200139 [ 3 ] {e09068a1-b834-4c7f-bee5-de97a2817601} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002987 sec., 10713.09005691329 rows/sec., 19.20 MiB/sec. | ||
5393 | 2024.07.13 05:38:31.200455 [ 3 ] {e09068a1-b834-4c7f-bee5-de97a2817601} <Debug> DynamicQueryHandler: Done processing query | ||
5394 | 2024.07.13 05:38:31.200492 [ 3 ] {e09068a1-b834-4c7f-bee5-de97a2817601} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5395 | 2024.07.13 05:38:31.200516 [ 3 ] {} <Debug> HTTP-Session: 52d38625-60d8-41e1-a978-26e343e4d022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5396 | 2024.07.13 05:38:31.200643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5397 | 2024.07.13 05:38:31.200697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5398 | 2024.07.13 05:38:31.200720 [ 3 ] {} <Debug> HTTP-Session: bba33a90-8375-4fb2-87d9-34c2614b8915 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5399 | 2024.07.13 05:38:31.200745 [ 3 ] {} <Debug> HTTP-Session: bba33a90-8375-4fb2-87d9-34c2614b8915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5400 | 2024.07.13 05:38:31.200760 [ 3 ] {} <Debug> HTTP-Session: bba33a90-8375-4fb2-87d9-34c2614b8915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5401 | 2024.07.13 05:38:31.200792 [ 3 ] {} <Trace> HTTP-Session: bba33a90-8375-4fb2-87d9-34c2614b8915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5402 | 2024.07.13 05:38:31.200903 [ 3 ] {1830d592-3a99-48a6-9122-91087a79a8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5403 | 2024.07.13 05:38:31.200949 [ 3 ] {1830d592-3a99-48a6-9122-91087a79a8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5404 | 2024.07.13 05:38:31.201077 [ 3 ] {1830d592-3a99-48a6-9122-91087a79a8f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5405 | 2024.07.13 05:38:31.201344 [ 3 ] {1830d592-3a99-48a6-9122-91087a79a8f8} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5406 | 2024.07.13 05:38:31.201381 [ 3 ] {1830d592-3a99-48a6-9122-91087a79a8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5407 | 2024.07.13 05:38:31.201740 [ 3 ] {1830d592-3a99-48a6-9122-91087a79a8f8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5408 | 2024.07.13 05:38:31.202073 [ 3 ] {1830d592-3a99-48a6-9122-91087a79a8f8} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5409 | 2024.07.13 05:38:31.202238 [ 3 ] {1830d592-3a99-48a6-9122-91087a79a8f8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001362 sec., 16886.930983847284 rows/sec., 913.47 KiB/sec. | ||
5410 | 2024.07.13 05:38:31.202533 [ 3 ] {1830d592-3a99-48a6-9122-91087a79a8f8} <Debug> DynamicQueryHandler: Done processing query | ||
5411 | 2024.07.13 05:38:31.202559 [ 3 ] {1830d592-3a99-48a6-9122-91087a79a8f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5412 | 2024.07.13 05:38:31.202576 [ 3 ] {} <Debug> HTTP-Session: bba33a90-8375-4fb2-87d9-34c2614b8915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5413 | 2024.07.13 05:38:31.202697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5414 | 2024.07.13 05:38:31.202745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5415 | 2024.07.13 05:38:31.202764 [ 3 ] {} <Debug> HTTP-Session: 046c1458-4164-4a01-828f-ebc70cd911d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5416 | 2024.07.13 05:38:31.202782 [ 3 ] {} <Debug> HTTP-Session: 046c1458-4164-4a01-828f-ebc70cd911d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5417 | 2024.07.13 05:38:31.202796 [ 3 ] {} <Debug> HTTP-Session: 046c1458-4164-4a01-828f-ebc70cd911d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5418 | 2024.07.13 05:38:31.202826 [ 3 ] {} <Trace> HTTP-Session: 046c1458-4164-4a01-828f-ebc70cd911d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5419 | 2024.07.13 05:38:31.202943 [ 3 ] {3d46550e-8c34-4e8c-be37-bd1df5ee2453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5420 | 2024.07.13 05:38:31.202991 [ 3 ] {3d46550e-8c34-4e8c-be37-bd1df5ee2453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5421 | 2024.07.13 05:38:31.203142 [ 3 ] {3d46550e-8c34-4e8c-be37-bd1df5ee2453} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5422 | 2024.07.13 05:38:31.203421 [ 3 ] {3d46550e-8c34-4e8c-be37-bd1df5ee2453} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5423 | 2024.07.13 05:38:31.203460 [ 3 ] {3d46550e-8c34-4e8c-be37-bd1df5ee2453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5424 | 2024.07.13 05:38:31.203827 [ 3 ] {3d46550e-8c34-4e8c-be37-bd1df5ee2453} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5425 | 2024.07.13 05:38:31.204156 [ 3 ] {3d46550e-8c34-4e8c-be37-bd1df5ee2453} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5426 | 2024.07.13 05:38:31.204312 [ 3 ] {3d46550e-8c34-4e8c-be37-bd1df5ee2453} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
5427 | 2024.07.13 05:38:31.204477 [ 3 ] {3d46550e-8c34-4e8c-be37-bd1df5ee2453} <Debug> DynamicQueryHandler: Done processing query | ||
5428 | 2024.07.13 05:38:31.204501 [ 3 ] {3d46550e-8c34-4e8c-be37-bd1df5ee2453} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5429 | 2024.07.13 05:38:31.204517 [ 3 ] {} <Debug> HTTP-Session: 046c1458-4164-4a01-828f-ebc70cd911d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5430 | 2024.07.13 05:38:36.167305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5431 | 2024.07.13 05:38:36.167497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5432 | 2024.07.13 05:38:36.167543 [ 3 ] {} <Debug> HTTP-Session: b39e3733-2135-4c6b-8244-eda55172206d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5433 | 2024.07.13 05:38:36.167585 [ 3 ] {} <Debug> HTTP-Session: b39e3733-2135-4c6b-8244-eda55172206d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5434 | 2024.07.13 05:38:36.167616 [ 3 ] {} <Debug> HTTP-Session: b39e3733-2135-4c6b-8244-eda55172206d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5435 | 2024.07.13 05:38:36.167697 [ 3 ] {} <Trace> HTTP-Session: b39e3733-2135-4c6b-8244-eda55172206d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5436 | 2024.07.13 05:38:36.168000 [ 3 ] {fb46e639-2eb3-4986-969d-75a08bd53f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5437 | 2024.07.13 05:38:36.168110 [ 3 ] {fb46e639-2eb3-4986-969d-75a08bd53f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5438 | 2024.07.13 05:38:36.168324 [ 3 ] {fb46e639-2eb3-4986-969d-75a08bd53f17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5439 | 2024.07.13 05:38:36.168768 [ 3 ] {fb46e639-2eb3-4986-969d-75a08bd53f17} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5440 | 2024.07.13 05:38:36.168811 [ 3 ] {fb46e639-2eb3-4986-969d-75a08bd53f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5441 | 2024.07.13 05:38:36.169176 [ 3 ] {fb46e639-2eb3-4986-969d-75a08bd53f17} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5442 | 2024.07.13 05:38:36.169501 [ 3 ] {fb46e639-2eb3-4986-969d-75a08bd53f17} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5443 | 2024.07.13 05:38:36.169688 [ 3 ] {fb46e639-2eb3-4986-969d-75a08bd53f17} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00179 sec., 31284.91620111732 rows/sec., 2.40 MiB/sec. | ||
5444 | 2024.07.13 05:38:36.169892 [ 3 ] {fb46e639-2eb3-4986-969d-75a08bd53f17} <Debug> DynamicQueryHandler: Done processing query | ||
5445 | 2024.07.13 05:38:36.169918 [ 3 ] {fb46e639-2eb3-4986-969d-75a08bd53f17} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5446 | 2024.07.13 05:38:36.169935 [ 3 ] {} <Debug> HTTP-Session: b39e3733-2135-4c6b-8244-eda55172206d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5447 | 2024.07.13 05:38:36.170119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5448 | 2024.07.13 05:38:36.170166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5449 | 2024.07.13 05:38:36.170185 [ 3 ] {} <Debug> HTTP-Session: 9ed8dd2f-1e7f-4c7e-a428-fb2db3436422 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5450 | 2024.07.13 05:38:36.170203 [ 3 ] {} <Debug> HTTP-Session: 9ed8dd2f-1e7f-4c7e-a428-fb2db3436422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5451 | 2024.07.13 05:38:36.170218 [ 3 ] {} <Debug> HTTP-Session: 9ed8dd2f-1e7f-4c7e-a428-fb2db3436422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5452 | 2024.07.13 05:38:36.170252 [ 3 ] {} <Trace> HTTP-Session: 9ed8dd2f-1e7f-4c7e-a428-fb2db3436422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5453 | 2024.07.13 05:38:36.170373 [ 3 ] {a750f0bc-ddf7-49fd-a64e-686d8477bc0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5454 | 2024.07.13 05:38:36.170419 [ 3 ] {a750f0bc-ddf7-49fd-a64e-686d8477bc0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5455 | 2024.07.13 05:38:36.170550 [ 3 ] {a750f0bc-ddf7-49fd-a64e-686d8477bc0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5456 | 2024.07.13 05:38:36.170900 [ 3 ] {a750f0bc-ddf7-49fd-a64e-686d8477bc0a} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5457 | 2024.07.13 05:38:36.170937 [ 3 ] {a750f0bc-ddf7-49fd-a64e-686d8477bc0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5458 | 2024.07.13 05:38:36.171243 [ 3 ] {a750f0bc-ddf7-49fd-a64e-686d8477bc0a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5459 | 2024.07.13 05:38:36.171541 [ 3 ] {a750f0bc-ddf7-49fd-a64e-686d8477bc0a} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5460 | 2024.07.13 05:38:36.171699 [ 3 ] {a750f0bc-ddf7-49fd-a64e-686d8477bc0a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001361 sec., 47024.24687729611 rows/sec., 3.67 MiB/sec. | ||
5461 | 2024.07.13 05:38:36.171868 [ 3 ] {a750f0bc-ddf7-49fd-a64e-686d8477bc0a} <Debug> DynamicQueryHandler: Done processing query | ||
5462 | 2024.07.13 05:38:36.171892 [ 3 ] {a750f0bc-ddf7-49fd-a64e-686d8477bc0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5463 | 2024.07.13 05:38:36.171908 [ 3 ] {} <Debug> HTTP-Session: 9ed8dd2f-1e7f-4c7e-a428-fb2db3436422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5464 | 2024.07.13 05:38:36.172065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5465 | 2024.07.13 05:38:36.172117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5466 | 2024.07.13 05:38:36.172137 [ 3 ] {} <Debug> HTTP-Session: 97e99231-e17e-4f18-b975-6a9092356f9f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5467 | 2024.07.13 05:38:36.172154 [ 3 ] {} <Debug> HTTP-Session: 97e99231-e17e-4f18-b975-6a9092356f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5468 | 2024.07.13 05:38:36.172168 [ 3 ] {} <Debug> HTTP-Session: 97e99231-e17e-4f18-b975-6a9092356f9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5469 | 2024.07.13 05:38:36.172198 [ 3 ] {} <Trace> HTTP-Session: 97e99231-e17e-4f18-b975-6a9092356f9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5470 | 2024.07.13 05:38:36.172338 [ 3 ] {3c4aed29-3d80-4d1b-abf3-b26ac246f8cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5471 | 2024.07.13 05:38:36.172384 [ 3 ] {3c4aed29-3d80-4d1b-abf3-b26ac246f8cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5472 | 2024.07.13 05:38:36.172531 [ 3 ] {3c4aed29-3d80-4d1b-abf3-b26ac246f8cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5473 | 2024.07.13 05:38:36.172900 [ 3 ] {3c4aed29-3d80-4d1b-abf3-b26ac246f8cd} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5474 | 2024.07.13 05:38:36.172936 [ 3 ] {3c4aed29-3d80-4d1b-abf3-b26ac246f8cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5475 | 2024.07.13 05:38:36.173331 [ 3 ] {3c4aed29-3d80-4d1b-abf3-b26ac246f8cd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5476 | 2024.07.13 05:38:36.173687 [ 3 ] {3c4aed29-3d80-4d1b-abf3-b26ac246f8cd} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5477 | 2024.07.13 05:38:36.173851 [ 3 ] {3c4aed29-3d80-4d1b-abf3-b26ac246f8cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
5478 | 2024.07.13 05:38:36.174135 [ 3 ] {3c4aed29-3d80-4d1b-abf3-b26ac246f8cd} <Debug> DynamicQueryHandler: Done processing query | ||
5479 | 2024.07.13 05:38:36.174174 [ 3 ] {3c4aed29-3d80-4d1b-abf3-b26ac246f8cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5480 | 2024.07.13 05:38:36.174191 [ 3 ] {} <Debug> HTTP-Session: 97e99231-e17e-4f18-b975-6a9092356f9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5481 | 2024.07.13 05:38:36.174358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5482 | 2024.07.13 05:38:36.174405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5483 | 2024.07.13 05:38:36.174424 [ 3 ] {} <Debug> HTTP-Session: 01046c08-3cce-441b-83d3-e257e27052a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5484 | 2024.07.13 05:38:36.174441 [ 3 ] {} <Debug> HTTP-Session: 01046c08-3cce-441b-83d3-e257e27052a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5485 | 2024.07.13 05:38:36.174455 [ 3 ] {} <Debug> HTTP-Session: 01046c08-3cce-441b-83d3-e257e27052a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5486 | 2024.07.13 05:38:36.174485 [ 3 ] {} <Trace> HTTP-Session: 01046c08-3cce-441b-83d3-e257e27052a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5487 | 2024.07.13 05:38:36.174606 [ 3 ] {4a61cbbe-71ac-490a-a542-4d328fdc4df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5488 | 2024.07.13 05:38:36.174652 [ 3 ] {4a61cbbe-71ac-490a-a542-4d328fdc4df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5489 | 2024.07.13 05:38:36.174792 [ 3 ] {4a61cbbe-71ac-490a-a542-4d328fdc4df8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5490 | 2024.07.13 05:38:36.175090 [ 3 ] {4a61cbbe-71ac-490a-a542-4d328fdc4df8} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5491 | 2024.07.13 05:38:36.175125 [ 3 ] {4a61cbbe-71ac-490a-a542-4d328fdc4df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5492 | 2024.07.13 05:38:36.175474 [ 3 ] {4a61cbbe-71ac-490a-a542-4d328fdc4df8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5493 | 2024.07.13 05:38:36.175783 [ 3 ] {4a61cbbe-71ac-490a-a542-4d328fdc4df8} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5494 | 2024.07.13 05:38:36.175938 [ 3 ] {4a61cbbe-71ac-490a-a542-4d328fdc4df8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
5495 | 2024.07.13 05:38:36.176105 [ 3 ] {4a61cbbe-71ac-490a-a542-4d328fdc4df8} <Debug> DynamicQueryHandler: Done processing query | ||
5496 | 2024.07.13 05:38:36.176130 [ 3 ] {4a61cbbe-71ac-490a-a542-4d328fdc4df8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5497 | 2024.07.13 05:38:36.176146 [ 3 ] {} <Debug> HTTP-Session: 01046c08-3cce-441b-83d3-e257e27052a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5498 | 2024.07.13 05:38:41.173758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5499 | 2024.07.13 05:38:41.173901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5500 | 2024.07.13 05:38:41.173932 [ 3 ] {} <Debug> HTTP-Session: 93982a4b-212a-4aad-baea-f4caf9de70d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5501 | 2024.07.13 05:38:41.173960 [ 3 ] {} <Debug> HTTP-Session: 93982a4b-212a-4aad-baea-f4caf9de70d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5502 | 2024.07.13 05:38:41.173978 [ 3 ] {} <Debug> HTTP-Session: 93982a4b-212a-4aad-baea-f4caf9de70d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5503 | 2024.07.13 05:38:41.174033 [ 3 ] {} <Trace> HTTP-Session: 93982a4b-212a-4aad-baea-f4caf9de70d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5504 | 2024.07.13 05:38:41.174247 [ 3 ] {c901b30f-398a-404f-9cc1-0def349ca4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5505 | 2024.07.13 05:38:41.174317 [ 3 ] {c901b30f-398a-404f-9cc1-0def349ca4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5506 | 2024.07.13 05:38:41.174515 [ 3 ] {c901b30f-398a-404f-9cc1-0def349ca4c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5507 | 2024.07.13 05:38:41.174960 [ 3 ] {c901b30f-398a-404f-9cc1-0def349ca4c4} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5508 | 2024.07.13 05:38:41.175005 [ 3 ] {c901b30f-398a-404f-9cc1-0def349ca4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5509 | 2024.07.13 05:38:41.175375 [ 3 ] {c901b30f-398a-404f-9cc1-0def349ca4c4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5510 | 2024.07.13 05:38:41.175712 [ 3 ] {c901b30f-398a-404f-9cc1-0def349ca4c4} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5511 | 2024.07.13 05:38:41.175887 [ 3 ] {c901b30f-398a-404f-9cc1-0def349ca4c4} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.0017 sec., 22352.94117647059 rows/sec., 1.69 MiB/sec. | ||
5512 | 2024.07.13 05:38:41.175891 [ 111 ] {} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
5513 | 2024.07.13 05:38:41.175990 [ 111 ] {} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5514 | 2024.07.13 05:38:41.176040 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5515 | 2024.07.13 05:38:41.176217 [ 3 ] {c901b30f-398a-404f-9cc1-0def349ca4c4} <Debug> DynamicQueryHandler: Done processing query | ||
5516 | 2024.07.13 05:38:41.176307 [ 3 ] {c901b30f-398a-404f-9cc1-0def349ca4c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5517 | 2024.07.13 05:38:41.176394 [ 3 ] {} <Debug> HTTP-Session: 93982a4b-212a-4aad-baea-f4caf9de70d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5518 | 2024.07.13 05:38:41.176444 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
5519 | 2024.07.13 05:38:41.176706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5520 | 2024.07.13 05:38:41.176750 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5521 | 2024.07.13 05:38:41.176817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5522 | 2024.07.13 05:38:41.176822 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 38 rows starting from the beginning of the part | ||
5523 | 2024.07.13 05:38:41.176856 [ 3 ] {} <Debug> HTTP-Session: 55b829c0-3ed6-429a-9fa1-ec7fa00529c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5524 | 2024.07.13 05:38:41.176894 [ 3 ] {} <Debug> HTTP-Session: 55b829c0-3ed6-429a-9fa1-ec7fa00529c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5525 | 2024.07.13 05:38:41.176944 [ 3 ] {} <Debug> HTTP-Session: 55b829c0-3ed6-429a-9fa1-ec7fa00529c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5526 | 2024.07.13 05:38:41.177074 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 38 rows starting from the beginning of the part | ||
5527 | 2024.07.13 05:38:41.177079 [ 3 ] {} <Trace> HTTP-Session: 55b829c0-3ed6-429a-9fa1-ec7fa00529c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5528 | 2024.07.13 05:38:41.177442 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 38 rows starting from the beginning of the part | ||
5529 | 2024.07.13 05:38:41.177531 [ 3 ] {bac9a827-deeb-45f2-ba96-5116287e8799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5530 | 2024.07.13 05:38:41.177687 [ 3 ] {bac9a827-deeb-45f2-ba96-5116287e8799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5531 | 2024.07.13 05:38:41.177728 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part | ||
5532 | 2024.07.13 05:38:41.178104 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 38 rows starting from the beginning of the part | ||
5533 | 2024.07.13 05:38:41.178665 [ 3 ] {bac9a827-deeb-45f2-ba96-5116287e8799} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5534 | 2024.07.13 05:38:41.179645 [ 3 ] {bac9a827-deeb-45f2-ba96-5116287e8799} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5535 | 2024.07.13 05:38:41.179715 [ 3 ] {bac9a827-deeb-45f2-ba96-5116287e8799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5536 | 2024.07.13 05:38:41.180455 [ 196 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.004314637 sec., 44036.149506899426 rows/sec., 3.32 MiB/sec. | ||
5537 | 2024.07.13 05:38:41.180582 [ 3 ] {bac9a827-deeb-45f2-ba96-5116287e8799} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5538 | 2024.07.13 05:38:41.180704 [ 198 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
5539 | 2024.07.13 05:38:41.181314 [ 3 ] {bac9a827-deeb-45f2-ba96-5116287e8799} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5540 | 2024.07.13 05:38:41.181682 [ 3 ] {bac9a827-deeb-45f2-ba96-5116287e8799} <Debug> executeQuery: Read 257 rows, 23.21 KiB in 0.004339 sec., 59230.23738188523 rows/sec., 5.22 MiB/sec. | ||
5541 | 2024.07.13 05:38:41.181982 [ 201 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5542 | 2024.07.13 05:38:41.182223 [ 3 ] {bac9a827-deeb-45f2-ba96-5116287e8799} <Debug> DynamicQueryHandler: Done processing query | ||
5543 | 2024.07.13 05:38:41.182308 [ 3 ] {bac9a827-deeb-45f2-ba96-5116287e8799} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5544 | 2024.07.13 05:38:41.182362 [ 3 ] {} <Debug> HTTP-Session: 55b829c0-3ed6-429a-9fa1-ec7fa00529c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5545 | 2024.07.13 05:38:41.182400 [ 201 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_14_3} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
5546 | 2024.07.13 05:38:41.182520 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5547 | 2024.07.13 05:38:41.182687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 66996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5548 | 2024.07.13 05:38:41.182742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5549 | 2024.07.13 05:38:41.182761 [ 3 ] {} <Debug> HTTP-Session: ff714781-edc6-480c-b4fa-89f608d37aac Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5550 | 2024.07.13 05:38:41.182777 [ 3 ] {} <Debug> HTTP-Session: ff714781-edc6-480c-b4fa-89f608d37aac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5551 | 2024.07.13 05:38:41.182792 [ 3 ] {} <Debug> HTTP-Session: ff714781-edc6-480c-b4fa-89f608d37aac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5552 | 2024.07.13 05:38:41.182823 [ 3 ] {} <Trace> HTTP-Session: ff714781-edc6-480c-b4fa-89f608d37aac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5553 | 2024.07.13 05:38:41.183095 [ 3 ] {c509e6b2-b25c-47db-a3ce-37c844404f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5554 | 2024.07.13 05:38:41.183141 [ 3 ] {c509e6b2-b25c-47db-a3ce-37c844404f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5555 | 2024.07.13 05:38:41.183297 [ 3 ] {c509e6b2-b25c-47db-a3ce-37c844404f65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5556 | 2024.07.13 05:38:41.183850 [ 3 ] {c509e6b2-b25c-47db-a3ce-37c844404f65} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5557 | 2024.07.13 05:38:41.183887 [ 3 ] {c509e6b2-b25c-47db-a3ce-37c844404f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5558 | 2024.07.13 05:38:41.184220 [ 3 ] {c509e6b2-b25c-47db-a3ce-37c844404f65} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5559 | 2024.07.13 05:38:41.184523 [ 3 ] {c509e6b2-b25c-47db-a3ce-37c844404f65} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5560 | 2024.07.13 05:38:41.184682 [ 3 ] {c509e6b2-b25c-47db-a3ce-37c844404f65} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.001745 sec., 237249.28366762178 rows/sec., 16.81 MiB/sec. | ||
5561 | 2024.07.13 05:38:41.184964 [ 3 ] {c509e6b2-b25c-47db-a3ce-37c844404f65} <Debug> DynamicQueryHandler: Done processing query | ||
5562 | 2024.07.13 05:38:41.185003 [ 3 ] {c509e6b2-b25c-47db-a3ce-37c844404f65} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5563 | 2024.07.13 05:38:41.185020 [ 3 ] {} <Debug> HTTP-Session: ff714781-edc6-480c-b4fa-89f608d37aac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5564 | 2024.07.13 05:38:41.185162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5565 | 2024.07.13 05:38:41.185210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5566 | 2024.07.13 05:38:41.185229 [ 3 ] {} <Debug> HTTP-Session: 95cd4ca3-b948-4d66-acca-5cae34088a38 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5567 | 2024.07.13 05:38:41.185246 [ 3 ] {} <Debug> HTTP-Session: 95cd4ca3-b948-4d66-acca-5cae34088a38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5568 | 2024.07.13 05:38:41.185260 [ 3 ] {} <Debug> HTTP-Session: 95cd4ca3-b948-4d66-acca-5cae34088a38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5569 | 2024.07.13 05:38:41.185291 [ 3 ] {} <Trace> HTTP-Session: 95cd4ca3-b948-4d66-acca-5cae34088a38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5570 | 2024.07.13 05:38:41.185388 [ 3 ] {7818d57c-a45b-4d9b-9d55-45919b96e99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5571 | 2024.07.13 05:38:41.185434 [ 3 ] {7818d57c-a45b-4d9b-9d55-45919b96e99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5572 | 2024.07.13 05:38:41.185579 [ 3 ] {7818d57c-a45b-4d9b-9d55-45919b96e99c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5573 | 2024.07.13 05:38:41.185843 [ 3 ] {7818d57c-a45b-4d9b-9d55-45919b96e99c} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5574 | 2024.07.13 05:38:41.185878 [ 3 ] {7818d57c-a45b-4d9b-9d55-45919b96e99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5575 | 2024.07.13 05:38:41.186227 [ 3 ] {7818d57c-a45b-4d9b-9d55-45919b96e99c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5576 | 2024.07.13 05:38:41.186556 [ 3 ] {7818d57c-a45b-4d9b-9d55-45919b96e99c} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5577 | 2024.07.13 05:38:41.186704 [ 3 ] {7818d57c-a45b-4d9b-9d55-45919b96e99c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 192.40 KiB/sec. | ||
5578 | 2024.07.13 05:38:41.186860 [ 3 ] {7818d57c-a45b-4d9b-9d55-45919b96e99c} <Debug> DynamicQueryHandler: Done processing query | ||
5579 | 2024.07.13 05:38:41.186883 [ 3 ] {7818d57c-a45b-4d9b-9d55-45919b96e99c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5580 | 2024.07.13 05:38:41.186899 [ 3 ] {} <Debug> HTTP-Session: 95cd4ca3-b948-4d66-acca-5cae34088a38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5581 | 2024.07.13 05:38:41.187026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5582 | 2024.07.13 05:38:41.187072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5583 | 2024.07.13 05:38:41.187091 [ 3 ] {} <Debug> HTTP-Session: 4e0c7d9b-3a6d-4330-9286-0dc654d18436 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5584 | 2024.07.13 05:38:41.187108 [ 3 ] {} <Debug> HTTP-Session: 4e0c7d9b-3a6d-4330-9286-0dc654d18436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5585 | 2024.07.13 05:38:41.187122 [ 3 ] {} <Debug> HTTP-Session: 4e0c7d9b-3a6d-4330-9286-0dc654d18436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5586 | 2024.07.13 05:38:41.187152 [ 3 ] {} <Trace> HTTP-Session: 4e0c7d9b-3a6d-4330-9286-0dc654d18436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5587 | 2024.07.13 05:38:41.187273 [ 3 ] {ff148287-f486-4623-a92a-08dc8c91841d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5588 | 2024.07.13 05:38:41.187320 [ 3 ] {ff148287-f486-4623-a92a-08dc8c91841d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5589 | 2024.07.13 05:38:41.187463 [ 3 ] {ff148287-f486-4623-a92a-08dc8c91841d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5590 | 2024.07.13 05:38:41.187793 [ 3 ] {ff148287-f486-4623-a92a-08dc8c91841d} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5591 | 2024.07.13 05:38:41.187828 [ 3 ] {ff148287-f486-4623-a92a-08dc8c91841d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5592 | 2024.07.13 05:38:41.188180 [ 3 ] {ff148287-f486-4623-a92a-08dc8c91841d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5593 | 2024.07.13 05:38:41.188516 [ 3 ] {ff148287-f486-4623-a92a-08dc8c91841d} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5594 | 2024.07.13 05:38:41.188676 [ 3 ] {ff148287-f486-4623-a92a-08dc8c91841d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001438 sec., 53546.592489568844 rows/sec., 3.30 MiB/sec. | ||
5595 | 2024.07.13 05:38:41.188955 [ 3 ] {ff148287-f486-4623-a92a-08dc8c91841d} <Debug> DynamicQueryHandler: Done processing query | ||
5596 | 2024.07.13 05:38:41.188979 [ 3 ] {ff148287-f486-4623-a92a-08dc8c91841d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5597 | 2024.07.13 05:38:41.188995 [ 3 ] {} <Debug> HTTP-Session: 4e0c7d9b-3a6d-4330-9286-0dc654d18436 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5598 | 2024.07.13 05:38:41.189138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5599 | 2024.07.13 05:38:41.189186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5600 | 2024.07.13 05:38:41.189205 [ 3 ] {} <Debug> HTTP-Session: 46ced77c-b0ad-4538-a630-16d87c1f436b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5601 | 2024.07.13 05:38:41.189221 [ 3 ] {} <Debug> HTTP-Session: 46ced77c-b0ad-4538-a630-16d87c1f436b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5602 | 2024.07.13 05:38:41.189235 [ 3 ] {} <Debug> HTTP-Session: 46ced77c-b0ad-4538-a630-16d87c1f436b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5603 | 2024.07.13 05:38:41.189266 [ 3 ] {} <Trace> HTTP-Session: 46ced77c-b0ad-4538-a630-16d87c1f436b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5604 | 2024.07.13 05:38:41.189404 [ 3 ] {0f41e5d5-685e-4788-b7ed-1c1bdaccd381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5605 | 2024.07.13 05:38:41.189451 [ 3 ] {0f41e5d5-685e-4788-b7ed-1c1bdaccd381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5606 | 2024.07.13 05:38:41.189609 [ 3 ] {0f41e5d5-685e-4788-b7ed-1c1bdaccd381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5607 | 2024.07.13 05:38:41.189986 [ 3 ] {0f41e5d5-685e-4788-b7ed-1c1bdaccd381} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5608 | 2024.07.13 05:38:41.190021 [ 3 ] {0f41e5d5-685e-4788-b7ed-1c1bdaccd381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5609 | 2024.07.13 05:38:41.190383 [ 3 ] {0f41e5d5-685e-4788-b7ed-1c1bdaccd381} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5610 | 2024.07.13 05:38:41.190709 [ 3 ] {0f41e5d5-685e-4788-b7ed-1c1bdaccd381} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5611 | 2024.07.13 05:38:41.190867 [ 3 ] {0f41e5d5-685e-4788-b7ed-1c1bdaccd381} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec. | ||
5612 | 2024.07.13 05:38:41.191024 [ 3 ] {0f41e5d5-685e-4788-b7ed-1c1bdaccd381} <Debug> DynamicQueryHandler: Done processing query | ||
5613 | 2024.07.13 05:38:41.191048 [ 3 ] {0f41e5d5-685e-4788-b7ed-1c1bdaccd381} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5614 | 2024.07.13 05:38:41.191071 [ 3 ] {} <Debug> HTTP-Session: 46ced77c-b0ad-4538-a630-16d87c1f436b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5615 | 2024.07.13 05:38:41.191224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5616 | 2024.07.13 05:38:41.191271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5617 | 2024.07.13 05:38:41.191289 [ 3 ] {} <Debug> HTTP-Session: 48a49d3a-9a18-4880-8796-6e322c49a927 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5618 | 2024.07.13 05:38:41.191305 [ 3 ] {} <Debug> HTTP-Session: 48a49d3a-9a18-4880-8796-6e322c49a927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5619 | 2024.07.13 05:38:41.191319 [ 3 ] {} <Debug> HTTP-Session: 48a49d3a-9a18-4880-8796-6e322c49a927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5620 | 2024.07.13 05:38:41.191349 [ 3 ] {} <Trace> HTTP-Session: 48a49d3a-9a18-4880-8796-6e322c49a927 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5621 | 2024.07.13 05:38:41.191734 [ 3 ] {16a1c0d4-5c68-4451-87d5-29818fa7b759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5622 | 2024.07.13 05:38:41.191799 [ 3 ] {16a1c0d4-5c68-4451-87d5-29818fa7b759} <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 | ||
5623 | 2024.07.13 05:38:41.192203 [ 3 ] {16a1c0d4-5c68-4451-87d5-29818fa7b759} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5624 | 2024.07.13 05:38:41.192880 [ 3 ] {16a1c0d4-5c68-4451-87d5-29818fa7b759} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5625 | 2024.07.13 05:38:41.192916 [ 3 ] {16a1c0d4-5c68-4451-87d5-29818fa7b759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5626 | 2024.07.13 05:38:41.193529 [ 3 ] {16a1c0d4-5c68-4451-87d5-29818fa7b759} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5627 | 2024.07.13 05:38:41.193926 [ 3 ] {16a1c0d4-5c68-4451-87d5-29818fa7b759} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5628 | 2024.07.13 05:38:41.194107 [ 3 ] {16a1c0d4-5c68-4451-87d5-29818fa7b759} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002669 sec., 11989.509179467967 rows/sec., 21.48 MiB/sec. | ||
5629 | 2024.07.13 05:38:41.194326 [ 3 ] {16a1c0d4-5c68-4451-87d5-29818fa7b759} <Debug> DynamicQueryHandler: Done processing query | ||
5630 | 2024.07.13 05:38:41.194351 [ 3 ] {16a1c0d4-5c68-4451-87d5-29818fa7b759} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5631 | 2024.07.13 05:38:41.194366 [ 3 ] {} <Debug> HTTP-Session: 48a49d3a-9a18-4880-8796-6e322c49a927 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5632 | 2024.07.13 05:38:41.194514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5633 | 2024.07.13 05:38:41.194561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5634 | 2024.07.13 05:38:41.194579 [ 3 ] {} <Debug> HTTP-Session: 81e2c633-f57f-4c7f-9634-617f510e8c20 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5635 | 2024.07.13 05:38:41.194595 [ 3 ] {} <Debug> HTTP-Session: 81e2c633-f57f-4c7f-9634-617f510e8c20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5636 | 2024.07.13 05:38:41.194609 [ 3 ] {} <Debug> HTTP-Session: 81e2c633-f57f-4c7f-9634-617f510e8c20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5637 | 2024.07.13 05:38:41.194641 [ 3 ] {} <Trace> HTTP-Session: 81e2c633-f57f-4c7f-9634-617f510e8c20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5638 | 2024.07.13 05:38:41.194742 [ 3 ] {1964c701-52ba-4966-a305-f8ee960e518c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5639 | 2024.07.13 05:38:41.194787 [ 3 ] {1964c701-52ba-4966-a305-f8ee960e518c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5640 | 2024.07.13 05:38:41.194913 [ 3 ] {1964c701-52ba-4966-a305-f8ee960e518c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5641 | 2024.07.13 05:38:41.195187 [ 3 ] {1964c701-52ba-4966-a305-f8ee960e518c} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5642 | 2024.07.13 05:38:41.195223 [ 3 ] {1964c701-52ba-4966-a305-f8ee960e518c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5643 | 2024.07.13 05:38:41.195562 [ 3 ] {1964c701-52ba-4966-a305-f8ee960e518c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5644 | 2024.07.13 05:38:41.195878 [ 3 ] {1964c701-52ba-4966-a305-f8ee960e518c} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5645 | 2024.07.13 05:38:41.196034 [ 3 ] {1964c701-52ba-4966-a305-f8ee960e518c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001321 sec., 17411.0522331567 rows/sec., 941.82 KiB/sec. | ||
5646 | 2024.07.13 05:38:41.196191 [ 3 ] {1964c701-52ba-4966-a305-f8ee960e518c} <Debug> DynamicQueryHandler: Done processing query | ||
5647 | 2024.07.13 05:38:41.196214 [ 3 ] {1964c701-52ba-4966-a305-f8ee960e518c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5648 | 2024.07.13 05:38:41.196230 [ 3 ] {} <Debug> HTTP-Session: 81e2c633-f57f-4c7f-9634-617f510e8c20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5649 | 2024.07.13 05:38:41.196352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5650 | 2024.07.13 05:38:41.196399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5651 | 2024.07.13 05:38:41.196417 [ 3 ] {} <Debug> HTTP-Session: 27c5a426-d76b-493f-99ab-a6ac776b9e6a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5652 | 2024.07.13 05:38:41.196433 [ 3 ] {} <Debug> HTTP-Session: 27c5a426-d76b-493f-99ab-a6ac776b9e6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5653 | 2024.07.13 05:38:41.196446 [ 3 ] {} <Debug> HTTP-Session: 27c5a426-d76b-493f-99ab-a6ac776b9e6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5654 | 2024.07.13 05:38:41.196477 [ 3 ] {} <Trace> HTTP-Session: 27c5a426-d76b-493f-99ab-a6ac776b9e6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5655 | 2024.07.13 05:38:41.196598 [ 3 ] {c14c8d59-f038-4052-b837-874d257499be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5656 | 2024.07.13 05:38:41.196642 [ 3 ] {c14c8d59-f038-4052-b837-874d257499be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5657 | 2024.07.13 05:38:41.196770 [ 3 ] {c14c8d59-f038-4052-b837-874d257499be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5658 | 2024.07.13 05:38:41.197095 [ 3 ] {c14c8d59-f038-4052-b837-874d257499be} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5659 | 2024.07.13 05:38:41.197132 [ 3 ] {c14c8d59-f038-4052-b837-874d257499be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5660 | 2024.07.13 05:38:41.197476 [ 3 ] {c14c8d59-f038-4052-b837-874d257499be} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5661 | 2024.07.13 05:38:41.197789 [ 3 ] {c14c8d59-f038-4052-b837-874d257499be} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5662 | 2024.07.13 05:38:41.197928 [ 3 ] {c14c8d59-f038-4052-b837-874d257499be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
5663 | 2024.07.13 05:38:41.198213 [ 3 ] {c14c8d59-f038-4052-b837-874d257499be} <Debug> DynamicQueryHandler: Done processing query | ||
5664 | 2024.07.13 05:38:41.198250 [ 3 ] {c14c8d59-f038-4052-b837-874d257499be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5665 | 2024.07.13 05:38:41.198266 [ 3 ] {} <Debug> HTTP-Session: 27c5a426-d76b-493f-99ab-a6ac776b9e6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5666 | 2024.07.13 05:38:45.443080 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5667 | 2024.07.13 05:38:45.443155 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5668 | 2024.07.13 05:38:46.167552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5669 | 2024.07.13 05:38:46.167730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5670 | 2024.07.13 05:38:46.167775 [ 3 ] {} <Debug> HTTP-Session: f25177f3-eea3-48b7-983a-8b24399cd7f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5671 | 2024.07.13 05:38:46.167818 [ 3 ] {} <Debug> HTTP-Session: f25177f3-eea3-48b7-983a-8b24399cd7f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5672 | 2024.07.13 05:38:46.167847 [ 3 ] {} <Debug> HTTP-Session: f25177f3-eea3-48b7-983a-8b24399cd7f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5673 | 2024.07.13 05:38:46.167927 [ 3 ] {} <Trace> HTTP-Session: f25177f3-eea3-48b7-983a-8b24399cd7f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5674 | 2024.07.13 05:38:46.168249 [ 3 ] {267b8240-9224-44b5-9461-523d582083cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5675 | 2024.07.13 05:38:46.168361 [ 3 ] {267b8240-9224-44b5-9461-523d582083cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5676 | 2024.07.13 05:38:46.168579 [ 3 ] {267b8240-9224-44b5-9461-523d582083cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5677 | 2024.07.13 05:38:46.169024 [ 3 ] {267b8240-9224-44b5-9461-523d582083cb} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5678 | 2024.07.13 05:38:46.169073 [ 3 ] {267b8240-9224-44b5-9461-523d582083cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5679 | 2024.07.13 05:38:46.169449 [ 3 ] {267b8240-9224-44b5-9461-523d582083cb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5680 | 2024.07.13 05:38:46.169779 [ 3 ] {267b8240-9224-44b5-9461-523d582083cb} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5681 | 2024.07.13 05:38:46.169955 [ 3 ] {267b8240-9224-44b5-9461-523d582083cb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.38 MiB/sec. | ||
5682 | 2024.07.13 05:38:46.170312 [ 3 ] {267b8240-9224-44b5-9461-523d582083cb} <Debug> DynamicQueryHandler: Done processing query | ||
5683 | 2024.07.13 05:38:46.170341 [ 3 ] {267b8240-9224-44b5-9461-523d582083cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5684 | 2024.07.13 05:38:46.170359 [ 3 ] {} <Debug> HTTP-Session: f25177f3-eea3-48b7-983a-8b24399cd7f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5685 | 2024.07.13 05:38:46.170513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5686 | 2024.07.13 05:38:46.170570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5687 | 2024.07.13 05:38:46.170590 [ 3 ] {} <Debug> HTTP-Session: d442c36a-e1cf-4538-953c-f7a193ed92d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5688 | 2024.07.13 05:38:46.170608 [ 3 ] {} <Debug> HTTP-Session: d442c36a-e1cf-4538-953c-f7a193ed92d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5689 | 2024.07.13 05:38:46.170622 [ 3 ] {} <Debug> HTTP-Session: d442c36a-e1cf-4538-953c-f7a193ed92d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5690 | 2024.07.13 05:38:46.170657 [ 3 ] {} <Trace> HTTP-Session: d442c36a-e1cf-4538-953c-f7a193ed92d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5691 | 2024.07.13 05:38:46.170787 [ 3 ] {90650a06-7558-4899-a4d2-dda0520a3a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5692 | 2024.07.13 05:38:46.170835 [ 3 ] {90650a06-7558-4899-a4d2-dda0520a3a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5693 | 2024.07.13 05:38:46.170984 [ 3 ] {90650a06-7558-4899-a4d2-dda0520a3a7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5694 | 2024.07.13 05:38:46.171315 [ 3 ] {90650a06-7558-4899-a4d2-dda0520a3a7a} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5695 | 2024.07.13 05:38:46.171353 [ 3 ] {90650a06-7558-4899-a4d2-dda0520a3a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5696 | 2024.07.13 05:38:46.171666 [ 3 ] {90650a06-7558-4899-a4d2-dda0520a3a7a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5697 | 2024.07.13 05:38:46.171967 [ 3 ] {90650a06-7558-4899-a4d2-dda0520a3a7a} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5698 | 2024.07.13 05:38:46.172119 [ 3 ] {90650a06-7558-4899-a4d2-dda0520a3a7a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001373 sec., 46613.255644573925 rows/sec., 3.64 MiB/sec. | ||
5699 | 2024.07.13 05:38:46.172389 [ 3 ] {90650a06-7558-4899-a4d2-dda0520a3a7a} <Debug> DynamicQueryHandler: Done processing query | ||
5700 | 2024.07.13 05:38:46.172418 [ 3 ] {90650a06-7558-4899-a4d2-dda0520a3a7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5701 | 2024.07.13 05:38:46.172434 [ 3 ] {} <Debug> HTTP-Session: d442c36a-e1cf-4538-953c-f7a193ed92d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5702 | 2024.07.13 05:38:46.172612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5703 | 2024.07.13 05:38:46.172663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5704 | 2024.07.13 05:38:46.172682 [ 3 ] {} <Debug> HTTP-Session: 1887399e-8c6a-4a4e-9e58-3634ad39162c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5705 | 2024.07.13 05:38:46.172700 [ 3 ] {} <Debug> HTTP-Session: 1887399e-8c6a-4a4e-9e58-3634ad39162c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5706 | 2024.07.13 05:38:46.172715 [ 3 ] {} <Debug> HTTP-Session: 1887399e-8c6a-4a4e-9e58-3634ad39162c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5707 | 2024.07.13 05:38:46.172746 [ 3 ] {} <Trace> HTTP-Session: 1887399e-8c6a-4a4e-9e58-3634ad39162c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5708 | 2024.07.13 05:38:46.172901 [ 3 ] {38860ad2-00c4-46e9-b99a-f65dff408d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5709 | 2024.07.13 05:38:46.172950 [ 3 ] {38860ad2-00c4-46e9-b99a-f65dff408d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5710 | 2024.07.13 05:38:46.173117 [ 3 ] {38860ad2-00c4-46e9-b99a-f65dff408d03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5711 | 2024.07.13 05:38:46.173485 [ 3 ] {38860ad2-00c4-46e9-b99a-f65dff408d03} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5712 | 2024.07.13 05:38:46.173521 [ 3 ] {38860ad2-00c4-46e9-b99a-f65dff408d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5713 | 2024.07.13 05:38:46.173910 [ 3 ] {38860ad2-00c4-46e9-b99a-f65dff408d03} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5714 | 2024.07.13 05:38:46.174253 [ 3 ] {38860ad2-00c4-46e9-b99a-f65dff408d03} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5715 | 2024.07.13 05:38:46.174410 [ 3 ] {38860ad2-00c4-46e9-b99a-f65dff408d03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
5716 | 2024.07.13 05:38:46.174585 [ 3 ] {38860ad2-00c4-46e9-b99a-f65dff408d03} <Debug> DynamicQueryHandler: Done processing query | ||
5717 | 2024.07.13 05:38:46.174609 [ 3 ] {38860ad2-00c4-46e9-b99a-f65dff408d03} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5718 | 2024.07.13 05:38:46.174625 [ 3 ] {} <Debug> HTTP-Session: 1887399e-8c6a-4a4e-9e58-3634ad39162c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5719 | 2024.07.13 05:38:46.174761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5720 | 2024.07.13 05:38:46.174811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5721 | 2024.07.13 05:38:46.174830 [ 3 ] {} <Debug> HTTP-Session: c638f8cb-4894-4fe6-b983-1e23a68af5ab Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5722 | 2024.07.13 05:38:46.174847 [ 3 ] {} <Debug> HTTP-Session: c638f8cb-4894-4fe6-b983-1e23a68af5ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5723 | 2024.07.13 05:38:46.174861 [ 3 ] {} <Debug> HTTP-Session: c638f8cb-4894-4fe6-b983-1e23a68af5ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5724 | 2024.07.13 05:38:46.174893 [ 3 ] {} <Trace> HTTP-Session: c638f8cb-4894-4fe6-b983-1e23a68af5ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5725 | 2024.07.13 05:38:46.175018 [ 3 ] {63eb9cfd-188b-4478-b76e-b165c5aeb312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5726 | 2024.07.13 05:38:46.175066 [ 3 ] {63eb9cfd-188b-4478-b76e-b165c5aeb312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5727 | 2024.07.13 05:38:46.175195 [ 3 ] {63eb9cfd-188b-4478-b76e-b165c5aeb312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5728 | 2024.07.13 05:38:46.175473 [ 3 ] {63eb9cfd-188b-4478-b76e-b165c5aeb312} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5729 | 2024.07.13 05:38:46.175508 [ 3 ] {63eb9cfd-188b-4478-b76e-b165c5aeb312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5730 | 2024.07.13 05:38:46.175863 [ 3 ] {63eb9cfd-188b-4478-b76e-b165c5aeb312} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5731 | 2024.07.13 05:38:46.176184 [ 3 ] {63eb9cfd-188b-4478-b76e-b165c5aeb312} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5732 | 2024.07.13 05:38:46.176339 [ 3 ] {63eb9cfd-188b-4478-b76e-b165c5aeb312} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
5733 | 2024.07.13 05:38:46.176648 [ 3 ] {63eb9cfd-188b-4478-b76e-b165c5aeb312} <Debug> DynamicQueryHandler: Done processing query | ||
5734 | 2024.07.13 05:38:46.176682 [ 3 ] {63eb9cfd-188b-4478-b76e-b165c5aeb312} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5735 | 2024.07.13 05:38:46.176699 [ 3 ] {} <Debug> HTTP-Session: c638f8cb-4894-4fe6-b983-1e23a68af5ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5736 | 2024.07.13 05:38:51.175824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5737 | 2024.07.13 05:38:51.175959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5738 | 2024.07.13 05:38:51.175984 [ 3 ] {} <Debug> HTTP-Session: 487eb68c-4c58-4ef2-a7f1-9e73c7919057 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5739 | 2024.07.13 05:38:51.176008 [ 3 ] {} <Debug> HTTP-Session: 487eb68c-4c58-4ef2-a7f1-9e73c7919057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5740 | 2024.07.13 05:38:51.176022 [ 3 ] {} <Debug> HTTP-Session: 487eb68c-4c58-4ef2-a7f1-9e73c7919057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5741 | 2024.07.13 05:38:51.176073 [ 3 ] {} <Trace> HTTP-Session: 487eb68c-4c58-4ef2-a7f1-9e73c7919057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5742 | 2024.07.13 05:38:51.176265 [ 3 ] {9b16077e-cab8-409e-9cca-5d4d007e7096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5743 | 2024.07.13 05:38:51.176335 [ 3 ] {9b16077e-cab8-409e-9cca-5d4d007e7096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5744 | 2024.07.13 05:38:51.176535 [ 3 ] {9b16077e-cab8-409e-9cca-5d4d007e7096} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5745 | 2024.07.13 05:38:51.176980 [ 3 ] {9b16077e-cab8-409e-9cca-5d4d007e7096} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5746 | 2024.07.13 05:38:51.177030 [ 3 ] {9b16077e-cab8-409e-9cca-5d4d007e7096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5747 | 2024.07.13 05:38:51.177404 [ 3 ] {9b16077e-cab8-409e-9cca-5d4d007e7096} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5748 | 2024.07.13 05:38:51.177738 [ 3 ] {9b16077e-cab8-409e-9cca-5d4d007e7096} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5749 | 2024.07.13 05:38:51.177909 [ 3 ] {9b16077e-cab8-409e-9cca-5d4d007e7096} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001708 sec., 22248.24355971897 rows/sec., 1.68 MiB/sec. | ||
5750 | 2024.07.13 05:38:51.178282 [ 3 ] {9b16077e-cab8-409e-9cca-5d4d007e7096} <Debug> DynamicQueryHandler: Done processing query | ||
5751 | 2024.07.13 05:38:51.178311 [ 3 ] {9b16077e-cab8-409e-9cca-5d4d007e7096} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5752 | 2024.07.13 05:38:51.178328 [ 3 ] {} <Debug> HTTP-Session: 487eb68c-4c58-4ef2-a7f1-9e73c7919057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5753 | 2024.07.13 05:38:51.178569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 43808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5754 | 2024.07.13 05:38:51.178630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5755 | 2024.07.13 05:38:51.178650 [ 3 ] {} <Debug> HTTP-Session: bdf703d8-fa41-46a6-bac8-6952e571d2fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5756 | 2024.07.13 05:38:51.178668 [ 3 ] {} <Debug> HTTP-Session: bdf703d8-fa41-46a6-bac8-6952e571d2fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5757 | 2024.07.13 05:38:51.178683 [ 3 ] {} <Debug> HTTP-Session: bdf703d8-fa41-46a6-bac8-6952e571d2fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5758 | 2024.07.13 05:38:51.178718 [ 3 ] {} <Trace> HTTP-Session: bdf703d8-fa41-46a6-bac8-6952e571d2fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5759 | 2024.07.13 05:38:51.178913 [ 3 ] {db568171-ad3e-4081-8d2b-d9808792a705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5760 | 2024.07.13 05:38:51.178964 [ 3 ] {db568171-ad3e-4081-8d2b-d9808792a705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5761 | 2024.07.13 05:38:51.179121 [ 3 ] {db568171-ad3e-4081-8d2b-d9808792a705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5762 | 2024.07.13 05:38:51.179636 [ 3 ] {db568171-ad3e-4081-8d2b-d9808792a705} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5763 | 2024.07.13 05:38:51.179675 [ 3 ] {db568171-ad3e-4081-8d2b-d9808792a705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5764 | 2024.07.13 05:38:51.180012 [ 3 ] {db568171-ad3e-4081-8d2b-d9808792a705} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5765 | 2024.07.13 05:38:51.180330 [ 3 ] {db568171-ad3e-4081-8d2b-d9808792a705} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5766 | 2024.07.13 05:38:51.180496 [ 3 ] {db568171-ad3e-4081-8d2b-d9808792a705} <Debug> executeQuery: Read 293 rows, 26.03 KiB in 0.001677 sec., 174716.75611210495 rows/sec., 15.16 MiB/sec. | ||
5767 | 2024.07.13 05:38:51.180498 [ 103 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5768 | 2024.07.13 05:38:51.180609 [ 103 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5769 | 2024.07.13 05:38:51.180657 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5770 | 2024.07.13 05:38:51.180759 [ 3 ] {db568171-ad3e-4081-8d2b-d9808792a705} <Debug> DynamicQueryHandler: Done processing query | ||
5771 | 2024.07.13 05:38:51.180839 [ 3 ] {db568171-ad3e-4081-8d2b-d9808792a705} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5772 | 2024.07.13 05:38:51.180923 [ 3 ] {} <Debug> HTTP-Session: bdf703d8-fa41-46a6-bac8-6952e571d2fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5773 | 2024.07.13 05:38:51.180976 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
5774 | 2024.07.13 05:38:51.181198 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5775 | 2024.07.13 05:38:51.181235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 71032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5776 | 2024.07.13 05:38:51.181258 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 301 rows starting from the beginning of the part | ||
5777 | 2024.07.13 05:38:51.181371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5778 | 2024.07.13 05:38:51.181441 [ 3 ] {} <Debug> HTTP-Session: fae78b4b-edb6-4a28-945a-e7737c43eb0c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5779 | 2024.07.13 05:38:51.181507 [ 3 ] {} <Debug> HTTP-Session: fae78b4b-edb6-4a28-945a-e7737c43eb0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5780 | 2024.07.13 05:38:51.181535 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 258 rows starting from the beginning of the part | ||
5781 | 2024.07.13 05:38:51.181549 [ 3 ] {} <Debug> HTTP-Session: fae78b4b-edb6-4a28-945a-e7737c43eb0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5782 | 2024.07.13 05:38:51.181693 [ 3 ] {} <Trace> HTTP-Session: fae78b4b-edb6-4a28-945a-e7737c43eb0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5783 | 2024.07.13 05:38:51.181794 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
5784 | 2024.07.13 05:38:51.182080 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 257 rows starting from the beginning of the part | ||
5785 | 2024.07.13 05:38:51.182256 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
5786 | 2024.07.13 05:38:51.182308 [ 3 ] {af74c386-02be-47c4-a420-d6bb319e305e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5787 | 2024.07.13 05:38:51.182432 [ 3 ] {af74c386-02be-47c4-a420-d6bb319e305e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5788 | 2024.07.13 05:38:51.182601 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 293 rows starting from the beginning of the part | ||
5789 | 2024.07.13 05:38:51.183256 [ 3 ] {af74c386-02be-47c4-a420-d6bb319e305e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5790 | 2024.07.13 05:38:51.184398 [ 3 ] {af74c386-02be-47c4-a420-d6bb319e305e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5791 | 2024.07.13 05:38:51.184475 [ 3 ] {af74c386-02be-47c4-a420-d6bb319e305e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5792 | 2024.07.13 05:38:51.185199 [ 3 ] {af74c386-02be-47c4-a420-d6bb319e305e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5793 | 2024.07.13 05:38:51.185401 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1221 rows, containing 4 columns (4 merged, 0 gathered) in 0.004659243 sec., 262059.73803040534 rows/sec., 22.63 MiB/sec. | ||
5794 | 2024.07.13 05:38:51.185638 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5795 | 2024.07.13 05:38:51.185704 [ 3 ] {af74c386-02be-47c4-a420-d6bb319e305e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5796 | 2024.07.13 05:38:51.185971 [ 3 ] {af74c386-02be-47c4-a420-d6bb319e305e} <Debug> executeQuery: Read 438 rows, 31.94 KiB in 0.003927 sec., 111535.52330022918 rows/sec., 7.94 MiB/sec. | ||
5797 | 2024.07.13 05:38:51.185972 [ 103 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5798 | 2024.07.13 05:38:51.186177 [ 103 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5799 | 2024.07.13 05:38:51.186332 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5800 | 2024.07.13 05:38:51.186648 [ 3 ] {af74c386-02be-47c4-a420-d6bb319e305e} <Debug> DynamicQueryHandler: Done processing query | ||
5801 | 2024.07.13 05:38:51.186775 [ 3 ] {af74c386-02be-47c4-a420-d6bb319e305e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5802 | 2024.07.13 05:38:51.186904 [ 3 ] {} <Debug> HTTP-Session: fae78b4b-edb6-4a28-945a-e7737c43eb0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5803 | 2024.07.13 05:38:51.187085 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
5804 | 2024.07.13 05:38:51.187350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5805 | 2024.07.13 05:38:51.187656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5806 | 2024.07.13 05:38:51.187681 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5807 | 2024.07.13 05:38:51.187784 [ 3 ] {} <Debug> HTTP-Session: 5aedf7f1-a579-4c1a-82c5-475e34b47058 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5808 | 2024.07.13 05:38:51.187856 [ 3 ] {} <Debug> HTTP-Session: 5aedf7f1-a579-4c1a-82c5-475e34b47058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5809 | 2024.07.13 05:38:51.187917 [ 3 ] {} <Debug> HTTP-Session: 5aedf7f1-a579-4c1a-82c5-475e34b47058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5810 | 2024.07.13 05:38:51.187963 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5811 | 2024.07.13 05:38:51.188008 [ 3 ] {} <Trace> HTTP-Session: 5aedf7f1-a579-4c1a-82c5-475e34b47058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5812 | 2024.07.13 05:38:51.188026 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_31_6} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5813 | 2024.07.13 05:38:51.188057 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 472 rows starting from the beginning of the part | ||
5814 | 2024.07.13 05:38:51.188368 [ 3 ] {92fed9f9-6a35-4720-848c-b909e9c3fa05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5815 | 2024.07.13 05:38:51.188428 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 416 rows starting from the beginning of the part | ||
5816 | 2024.07.13 05:38:51.188525 [ 3 ] {92fed9f9-6a35-4720-848c-b909e9c3fa05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5817 | 2024.07.13 05:38:51.188542 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
5818 | 2024.07.13 05:38:51.188906 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part | ||
5819 | 2024.07.13 05:38:51.189236 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 414 rows starting from the beginning of the part | ||
5820 | 2024.07.13 05:38:51.189372 [ 3 ] {92fed9f9-6a35-4720-848c-b909e9c3fa05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5821 | 2024.07.13 05:38:51.189523 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
5822 | 2024.07.13 05:38:51.189797 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 438 rows starting from the beginning of the part | ||
5823 | 2024.07.13 05:38:51.190467 [ 3 ] {92fed9f9-6a35-4720-848c-b909e9c3fa05} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5824 | 2024.07.13 05:38:51.190536 [ 3 ] {92fed9f9-6a35-4720-848c-b909e9c3fa05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5825 | 2024.07.13 05:38:51.191443 [ 3 ] {92fed9f9-6a35-4720-848c-b909e9c3fa05} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5826 | 2024.07.13 05:38:51.192278 [ 3 ] {92fed9f9-6a35-4720-848c-b909e9c3fa05} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5827 | 2024.07.13 05:38:51.192472 [ 3 ] {92fed9f9-6a35-4720-848c-b909e9c3fa05} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004265 sec., 1406.799531066823 rows/sec., 60.45 KiB/sec. | ||
5828 | 2024.07.13 05:38:51.192893 [ 3 ] {92fed9f9-6a35-4720-848c-b909e9c3fa05} <Debug> DynamicQueryHandler: Done processing query | ||
5829 | 2024.07.13 05:38:51.192971 [ 3 ] {92fed9f9-6a35-4720-848c-b909e9c3fa05} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5830 | 2024.07.13 05:38:51.193011 [ 3 ] {} <Debug> HTTP-Session: 5aedf7f1-a579-4c1a-82c5-475e34b47058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5831 | 2024.07.13 05:38:51.193039 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1868 rows, containing 4 columns (4 merged, 0 gathered) in 0.006462381 sec., 289057.5470557988 rows/sec., 20.72 MiB/sec. | ||
5832 | 2024.07.13 05:38:51.193177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5833 | 2024.07.13 05:38:51.193224 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5834 | 2024.07.13 05:38:51.193249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5835 | 2024.07.13 05:38:51.193308 [ 3 ] {} <Debug> HTTP-Session: e1d99132-9f88-48b8-984b-9fad682f2d8e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5836 | 2024.07.13 05:38:51.193363 [ 3 ] {} <Debug> HTTP-Session: e1d99132-9f88-48b8-984b-9fad682f2d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5837 | 2024.07.13 05:38:51.193390 [ 3 ] {} <Debug> HTTP-Session: e1d99132-9f88-48b8-984b-9fad682f2d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5838 | 2024.07.13 05:38:51.193445 [ 3 ] {} <Trace> HTTP-Session: e1d99132-9f88-48b8-984b-9fad682f2d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5839 | 2024.07.13 05:38:51.193790 [ 3 ] {68331f6d-9809-487f-bc9d-375370aeb782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5840 | 2024.07.13 05:38:51.193870 [ 3 ] {68331f6d-9809-487f-bc9d-375370aeb782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5841 | 2024.07.13 05:38:51.194032 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5842 | 2024.07.13 05:38:51.194290 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_31_6} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5843 | 2024.07.13 05:38:51.194332 [ 3 ] {68331f6d-9809-487f-bc9d-375370aeb782} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5844 | 2024.07.13 05:38:51.194471 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
5845 | 2024.07.13 05:38:51.194840 [ 3 ] {68331f6d-9809-487f-bc9d-375370aeb782} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5846 | 2024.07.13 05:38:51.194881 [ 3 ] {68331f6d-9809-487f-bc9d-375370aeb782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5847 | 2024.07.13 05:38:51.195257 [ 3 ] {68331f6d-9809-487f-bc9d-375370aeb782} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5848 | 2024.07.13 05:38:51.195607 [ 3 ] {68331f6d-9809-487f-bc9d-375370aeb782} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5849 | 2024.07.13 05:38:51.195772 [ 3 ] {68331f6d-9809-487f-bc9d-375370aeb782} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002119 sec., 36337.89523360076 rows/sec., 2.24 MiB/sec. | ||
5850 | 2024.07.13 05:38:51.195957 [ 3 ] {68331f6d-9809-487f-bc9d-375370aeb782} <Debug> DynamicQueryHandler: Done processing query | ||
5851 | 2024.07.13 05:38:51.195983 [ 3 ] {68331f6d-9809-487f-bc9d-375370aeb782} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5852 | 2024.07.13 05:38:51.195999 [ 3 ] {} <Debug> HTTP-Session: e1d99132-9f88-48b8-984b-9fad682f2d8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5853 | 2024.07.13 05:38:51.196190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 37559, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5854 | 2024.07.13 05:38:51.196238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5855 | 2024.07.13 05:38:51.196257 [ 3 ] {} <Debug> HTTP-Session: f1a59964-d74c-49e0-8fdb-88c4972dad2e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5856 | 2024.07.13 05:38:51.196274 [ 3 ] {} <Debug> HTTP-Session: f1a59964-d74c-49e0-8fdb-88c4972dad2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5857 | 2024.07.13 05:38:51.196288 [ 3 ] {} <Debug> HTTP-Session: f1a59964-d74c-49e0-8fdb-88c4972dad2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5858 | 2024.07.13 05:38:51.196320 [ 3 ] {} <Trace> HTTP-Session: f1a59964-d74c-49e0-8fdb-88c4972dad2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5859 | 2024.07.13 05:38:51.196529 [ 3 ] {21d73ad8-d37b-4963-be69-529bd94493b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5860 | 2024.07.13 05:38:51.196575 [ 3 ] {21d73ad8-d37b-4963-be69-529bd94493b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5861 | 2024.07.13 05:38:51.196723 [ 3 ] {21d73ad8-d37b-4963-be69-529bd94493b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5862 | 2024.07.13 05:38:51.197114 [ 3 ] {21d73ad8-d37b-4963-be69-529bd94493b1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5863 | 2024.07.13 05:38:51.197152 [ 3 ] {21d73ad8-d37b-4963-be69-529bd94493b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5864 | 2024.07.13 05:38:51.197529 [ 3 ] {21d73ad8-d37b-4963-be69-529bd94493b1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5865 | 2024.07.13 05:38:51.197876 [ 3 ] {21d73ad8-d37b-4963-be69-529bd94493b1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5866 | 2024.07.13 05:38:51.198032 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5867 | 2024.07.13 05:38:51.198045 [ 3 ] {21d73ad8-d37b-4963-be69-529bd94493b1} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001633 sec., 120024.4947948561 rows/sec., 8.38 MiB/sec. | ||
5868 | 2024.07.13 05:38:51.198082 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5869 | 2024.07.13 05:38:51.198139 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5870 | 2024.07.13 05:38:51.198438 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
5871 | 2024.07.13 05:38:51.198469 [ 3 ] {21d73ad8-d37b-4963-be69-529bd94493b1} <Debug> DynamicQueryHandler: Done processing query | ||
5872 | 2024.07.13 05:38:51.198572 [ 3 ] {21d73ad8-d37b-4963-be69-529bd94493b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5873 | 2024.07.13 05:38:51.198693 [ 3 ] {} <Debug> HTTP-Session: f1a59964-d74c-49e0-8fdb-88c4972dad2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5874 | 2024.07.13 05:38:51.198925 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5875 | 2024.07.13 05:38:51.198977 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3851 rows starting from the beginning of the part | ||
5876 | 2024.07.13 05:38:51.199015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5877 | 2024.07.13 05:38:51.199163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5878 | 2024.07.13 05:38:51.199180 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part | ||
5879 | 2024.07.13 05:38:51.199236 [ 3 ] {} <Debug> HTTP-Session: fa20598a-0a98-4cd1-b4ac-553789136621 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5880 | 2024.07.13 05:38:51.199301 [ 3 ] {} <Debug> HTTP-Session: fa20598a-0a98-4cd1-b4ac-553789136621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5881 | 2024.07.13 05:38:51.199371 [ 3 ] {} <Debug> HTTP-Session: fa20598a-0a98-4cd1-b4ac-553789136621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5882 | 2024.07.13 05:38:51.199512 [ 3 ] {} <Trace> HTTP-Session: fa20598a-0a98-4cd1-b4ac-553789136621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5883 | 2024.07.13 05:38:51.199621 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
5884 | 2024.07.13 05:38:51.199855 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
5885 | 2024.07.13 05:38:51.199954 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
5886 | 2024.07.13 05:38:51.200097 [ 3 ] {5c2f469d-7b27-4ec5-b1fa-90cc7de4e553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5887 | 2024.07.13 05:38:51.200429 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 196 rows starting from the beginning of the part | ||
5888 | 2024.07.13 05:38:51.200478 [ 3 ] {5c2f469d-7b27-4ec5-b1fa-90cc7de4e553} <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 | ||
5889 | 2024.07.13 05:38:51.202314 [ 3 ] {5c2f469d-7b27-4ec5-b1fa-90cc7de4e553} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5890 | 2024.07.13 05:38:51.203778 [ 3 ] {5c2f469d-7b27-4ec5-b1fa-90cc7de4e553} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5891 | 2024.07.13 05:38:51.203847 [ 3 ] {5c2f469d-7b27-4ec5-b1fa-90cc7de4e553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5892 | 2024.07.13 05:38:51.204487 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4688 rows, containing 5 columns (5 merged, 0 gathered) in 0.006229627 sec., 752533.0168242818 rows/sec., 52.42 MiB/sec. | ||
5893 | 2024.07.13 05:38:51.204973 [ 3 ] {5c2f469d-7b27-4ec5-b1fa-90cc7de4e553} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5894 | 2024.07.13 05:38:51.204998 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5895 | 2024.07.13 05:38:51.206104 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5896 | 2024.07.13 05:38:51.206251 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5897 | 2024.07.13 05:38:51.206428 [ 3 ] {5c2f469d-7b27-4ec5-b1fa-90cc7de4e553} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5898 | 2024.07.13 05:38:51.206444 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
5899 | 2024.07.13 05:38:51.206692 [ 3 ] {5c2f469d-7b27-4ec5-b1fa-90cc7de4e553} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.006973 sec., 4589.1294994980635 rows/sec., 8.22 MiB/sec. | ||
5900 | 2024.07.13 05:38:51.206982 [ 3 ] {5c2f469d-7b27-4ec5-b1fa-90cc7de4e553} <Debug> DynamicQueryHandler: Done processing query | ||
5901 | 2024.07.13 05:38:51.207009 [ 3 ] {5c2f469d-7b27-4ec5-b1fa-90cc7de4e553} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5902 | 2024.07.13 05:38:51.207025 [ 3 ] {} <Debug> HTTP-Session: fa20598a-0a98-4cd1-b4ac-553789136621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5903 | 2024.07.13 05:38:51.207159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5904 | 2024.07.13 05:38:51.207208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5905 | 2024.07.13 05:38:51.207227 [ 3 ] {} <Debug> HTTP-Session: 4765bc9c-61d0-48c0-8906-7125efdba7ae Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5906 | 2024.07.13 05:38:51.207245 [ 3 ] {} <Debug> HTTP-Session: 4765bc9c-61d0-48c0-8906-7125efdba7ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5907 | 2024.07.13 05:38:51.207260 [ 3 ] {} <Debug> HTTP-Session: 4765bc9c-61d0-48c0-8906-7125efdba7ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5908 | 2024.07.13 05:38:51.207291 [ 3 ] {} <Trace> HTTP-Session: 4765bc9c-61d0-48c0-8906-7125efdba7ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5909 | 2024.07.13 05:38:51.207394 [ 3 ] {6e627316-820d-46ff-b4e5-baaa043d9384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5910 | 2024.07.13 05:38:51.207441 [ 3 ] {6e627316-820d-46ff-b4e5-baaa043d9384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5911 | 2024.07.13 05:38:51.207576 [ 3 ] {6e627316-820d-46ff-b4e5-baaa043d9384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5912 | 2024.07.13 05:38:51.207894 [ 3 ] {6e627316-820d-46ff-b4e5-baaa043d9384} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5913 | 2024.07.13 05:38:51.207930 [ 3 ] {6e627316-820d-46ff-b4e5-baaa043d9384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5914 | 2024.07.13 05:38:51.208287 [ 3 ] {6e627316-820d-46ff-b4e5-baaa043d9384} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5915 | 2024.07.13 05:38:51.208606 [ 3 ] {6e627316-820d-46ff-b4e5-baaa043d9384} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5916 | 2024.07.13 05:38:51.208763 [ 3 ] {6e627316-820d-46ff-b4e5-baaa043d9384} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001396 sec., 16475.6446991404 rows/sec., 891.22 KiB/sec. | ||
5917 | 2024.07.13 05:38:51.208932 [ 3 ] {6e627316-820d-46ff-b4e5-baaa043d9384} <Debug> DynamicQueryHandler: Done processing query | ||
5918 | 2024.07.13 05:38:51.208958 [ 3 ] {6e627316-820d-46ff-b4e5-baaa043d9384} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5919 | 2024.07.13 05:38:51.208974 [ 3 ] {} <Debug> HTTP-Session: 4765bc9c-61d0-48c0-8906-7125efdba7ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5920 | 2024.07.13 05:38:51.209106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5921 | 2024.07.13 05:38:51.209152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5922 | 2024.07.13 05:38:51.209171 [ 3 ] {} <Debug> HTTP-Session: 00486a26-429a-407c-b3fb-fd7fdbb4c488 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5923 | 2024.07.13 05:38:51.209188 [ 3 ] {} <Debug> HTTP-Session: 00486a26-429a-407c-b3fb-fd7fdbb4c488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.07.13 05:38:51.209202 [ 3 ] {} <Debug> HTTP-Session: 00486a26-429a-407c-b3fb-fd7fdbb4c488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5925 | 2024.07.13 05:38:51.209231 [ 3 ] {} <Trace> HTTP-Session: 00486a26-429a-407c-b3fb-fd7fdbb4c488 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5926 | 2024.07.13 05:38:51.209347 [ 3 ] {43dd5c37-51fc-4871-8137-4fdc92f803f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5927 | 2024.07.13 05:38:51.209390 [ 3 ] {43dd5c37-51fc-4871-8137-4fdc92f803f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5928 | 2024.07.13 05:38:51.209518 [ 3 ] {43dd5c37-51fc-4871-8137-4fdc92f803f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5929 | 2024.07.13 05:38:51.209818 [ 3 ] {43dd5c37-51fc-4871-8137-4fdc92f803f0} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5930 | 2024.07.13 05:38:51.209854 [ 3 ] {43dd5c37-51fc-4871-8137-4fdc92f803f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5931 | 2024.07.13 05:38:51.210211 [ 3 ] {43dd5c37-51fc-4871-8137-4fdc92f803f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5932 | 2024.07.13 05:38:51.210560 [ 3 ] {43dd5c37-51fc-4871-8137-4fdc92f803f0} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5933 | 2024.07.13 05:38:51.210718 [ 3 ] {43dd5c37-51fc-4871-8137-4fdc92f803f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
5934 | 2024.07.13 05:38:51.210728 [ 103 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5935 | 2024.07.13 05:38:51.210813 [ 103 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5936 | 2024.07.13 05:38:51.210867 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5937 | 2024.07.13 05:38:51.211006 [ 3 ] {43dd5c37-51fc-4871-8137-4fdc92f803f0} <Debug> DynamicQueryHandler: Done processing query | ||
5938 | 2024.07.13 05:38:51.211084 [ 3 ] {43dd5c37-51fc-4871-8137-4fdc92f803f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5939 | 2024.07.13 05:38:51.211149 [ 3 ] {} <Debug> HTTP-Session: 00486a26-429a-407c-b3fb-fd7fdbb4c488 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5940 | 2024.07.13 05:38:51.211218 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
5941 | 2024.07.13 05:38:51.211566 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5942 | 2024.07.13 05:38:51.211599 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1214 rows starting from the beginning of the part | ||
5943 | 2024.07.13 05:38:51.211689 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
5944 | 2024.07.13 05:38:51.211886 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
5945 | 2024.07.13 05:38:51.212090 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
5946 | 2024.07.13 05:38:51.212235 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
5947 | 2024.07.13 05:38:51.212371 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
5948 | 2024.07.13 05:38:51.213681 [ 189 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 4 columns (4 merged, 0 gathered) in 0.002721742 sec., 556261.3943569964 rows/sec., 37.61 MiB/sec. | ||
5949 | 2024.07.13 05:38:51.213930 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5950 | 2024.07.13 05:38:51.214432 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_31_6} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5951 | 2024.07.13 05:38:51.214531 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_31_6} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5952 | 2024.07.13 05:38:51.214626 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
5953 | 2024.07.13 05:38:56.167373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5954 | 2024.07.13 05:38:56.167559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5955 | 2024.07.13 05:38:56.167605 [ 3 ] {} <Debug> HTTP-Session: c64ab7bf-758b-4051-bfa4-50d57b5def03 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5956 | 2024.07.13 05:38:56.167647 [ 3 ] {} <Debug> HTTP-Session: c64ab7bf-758b-4051-bfa4-50d57b5def03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5957 | 2024.07.13 05:38:56.167669 [ 3 ] {} <Debug> HTTP-Session: c64ab7bf-758b-4051-bfa4-50d57b5def03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5958 | 2024.07.13 05:38:56.167717 [ 3 ] {} <Trace> HTTP-Session: c64ab7bf-758b-4051-bfa4-50d57b5def03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5959 | 2024.07.13 05:38:56.167903 [ 3 ] {6d05ae70-7a0c-4931-8a6a-3f5297112b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5960 | 2024.07.13 05:38:56.167970 [ 3 ] {6d05ae70-7a0c-4931-8a6a-3f5297112b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5961 | 2024.07.13 05:38:56.168156 [ 3 ] {6d05ae70-7a0c-4931-8a6a-3f5297112b54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5962 | 2024.07.13 05:38:56.168610 [ 3 ] {6d05ae70-7a0c-4931-8a6a-3f5297112b54} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5963 | 2024.07.13 05:38:56.168652 [ 3 ] {6d05ae70-7a0c-4931-8a6a-3f5297112b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5964 | 2024.07.13 05:38:56.169017 [ 3 ] {6d05ae70-7a0c-4931-8a6a-3f5297112b54} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5965 | 2024.07.13 05:38:56.169367 [ 3 ] {6d05ae70-7a0c-4931-8a6a-3f5297112b54} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5966 | 2024.07.13 05:38:56.169593 [ 3 ] {6d05ae70-7a0c-4931-8a6a-3f5297112b54} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001744 sec., 32110.091743119265 rows/sec., 2.47 MiB/sec. | ||
5967 | 2024.07.13 05:38:56.169875 [ 3 ] {6d05ae70-7a0c-4931-8a6a-3f5297112b54} <Debug> DynamicQueryHandler: Done processing query | ||
5968 | 2024.07.13 05:38:56.169914 [ 3 ] {6d05ae70-7a0c-4931-8a6a-3f5297112b54} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5969 | 2024.07.13 05:38:56.169939 [ 3 ] {} <Debug> HTTP-Session: c64ab7bf-758b-4051-bfa4-50d57b5def03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5970 | 2024.07.13 05:38:56.170150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5971 | 2024.07.13 05:38:56.170213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5972 | 2024.07.13 05:38:56.170234 [ 3 ] {} <Debug> HTTP-Session: 94f32cec-be4f-4112-89d4-fc9ba0ebba72 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5973 | 2024.07.13 05:38:56.170254 [ 3 ] {} <Debug> HTTP-Session: 94f32cec-be4f-4112-89d4-fc9ba0ebba72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5974 | 2024.07.13 05:38:56.170268 [ 3 ] {} <Debug> HTTP-Session: 94f32cec-be4f-4112-89d4-fc9ba0ebba72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5975 | 2024.07.13 05:38:56.170304 [ 3 ] {} <Trace> HTTP-Session: 94f32cec-be4f-4112-89d4-fc9ba0ebba72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5976 | 2024.07.13 05:38:56.170440 [ 3 ] {10796d6e-d437-471c-9f6b-2ec1be20bdba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5977 | 2024.07.13 05:38:56.170488 [ 3 ] {10796d6e-d437-471c-9f6b-2ec1be20bdba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5978 | 2024.07.13 05:38:56.170629 [ 3 ] {10796d6e-d437-471c-9f6b-2ec1be20bdba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5979 | 2024.07.13 05:38:56.170986 [ 3 ] {10796d6e-d437-471c-9f6b-2ec1be20bdba} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5980 | 2024.07.13 05:38:56.171024 [ 3 ] {10796d6e-d437-471c-9f6b-2ec1be20bdba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5981 | 2024.07.13 05:38:56.171352 [ 3 ] {10796d6e-d437-471c-9f6b-2ec1be20bdba} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5982 | 2024.07.13 05:38:56.171679 [ 3 ] {10796d6e-d437-471c-9f6b-2ec1be20bdba} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5983 | 2024.07.13 05:38:56.171826 [ 3 ] {10796d6e-d437-471c-9f6b-2ec1be20bdba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001429 sec., 44786.56403079077 rows/sec., 3.50 MiB/sec. | ||
5984 | 2024.07.13 05:38:56.172002 [ 3 ] {10796d6e-d437-471c-9f6b-2ec1be20bdba} <Debug> DynamicQueryHandler: Done processing query | ||
5985 | 2024.07.13 05:38:56.172028 [ 3 ] {10796d6e-d437-471c-9f6b-2ec1be20bdba} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5986 | 2024.07.13 05:38:56.172045 [ 3 ] {} <Debug> HTTP-Session: 94f32cec-be4f-4112-89d4-fc9ba0ebba72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5987 | 2024.07.13 05:38:56.172212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5988 | 2024.07.13 05:38:56.172262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5989 | 2024.07.13 05:38:56.172282 [ 3 ] {} <Debug> HTTP-Session: 22053fb1-66a5-4412-899b-37d9961da1c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
5990 | 2024.07.13 05:38:56.172300 [ 3 ] {} <Debug> HTTP-Session: 22053fb1-66a5-4412-899b-37d9961da1c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5991 | 2024.07.13 05:38:56.172314 [ 3 ] {} <Debug> HTTP-Session: 22053fb1-66a5-4412-899b-37d9961da1c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.07.13 05:38:56.172348 [ 3 ] {} <Trace> HTTP-Session: 22053fb1-66a5-4412-899b-37d9961da1c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5993 | 2024.07.13 05:38:56.172499 [ 3 ] {60ea9d6b-d60c-4fdb-ad1f-4b817560b2b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5994 | 2024.07.13 05:38:56.172548 [ 3 ] {60ea9d6b-d60c-4fdb-ad1f-4b817560b2b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5995 | 2024.07.13 05:38:56.172698 [ 3 ] {60ea9d6b-d60c-4fdb-ad1f-4b817560b2b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5996 | 2024.07.13 05:38:56.173158 [ 3 ] {60ea9d6b-d60c-4fdb-ad1f-4b817560b2b1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5997 | 2024.07.13 05:38:56.173196 [ 3 ] {60ea9d6b-d60c-4fdb-ad1f-4b817560b2b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
5998 | 2024.07.13 05:38:56.173592 [ 3 ] {60ea9d6b-d60c-4fdb-ad1f-4b817560b2b1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5999 | 2024.07.13 05:38:56.173962 [ 3 ] {60ea9d6b-d60c-4fdb-ad1f-4b817560b2b1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6000 | 2024.07.13 05:38:56.174237 [ 3 ] {60ea9d6b-d60c-4fdb-ad1f-4b817560b2b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001803 sec., 88740.98724348309 rows/sec., 6.18 MiB/sec. | ||
6001 | 2024.07.13 05:38:56.174640 [ 3 ] {60ea9d6b-d60c-4fdb-ad1f-4b817560b2b1} <Debug> DynamicQueryHandler: Done processing query | ||
6002 | 2024.07.13 05:38:56.174667 [ 3 ] {60ea9d6b-d60c-4fdb-ad1f-4b817560b2b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6003 | 2024.07.13 05:38:56.174684 [ 3 ] {} <Debug> HTTP-Session: 22053fb1-66a5-4412-899b-37d9961da1c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6004 | 2024.07.13 05:38:56.174854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6005 | 2024.07.13 05:38:56.174903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6006 | 2024.07.13 05:38:56.174923 [ 3 ] {} <Debug> HTTP-Session: f10af8f6-97f8-4c8b-b958-d1b51ccb5ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6007 | 2024.07.13 05:38:56.174940 [ 3 ] {} <Debug> HTTP-Session: f10af8f6-97f8-4c8b-b958-d1b51ccb5ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6008 | 2024.07.13 05:38:56.174954 [ 3 ] {} <Debug> HTTP-Session: f10af8f6-97f8-4c8b-b958-d1b51ccb5ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6009 | 2024.07.13 05:38:56.174986 [ 3 ] {} <Trace> HTTP-Session: f10af8f6-97f8-4c8b-b958-d1b51ccb5ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6010 | 2024.07.13 05:38:56.175114 [ 3 ] {3aa56d8f-fd61-4fa0-8c34-bec5d4ac8c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6011 | 2024.07.13 05:38:56.175160 [ 3 ] {3aa56d8f-fd61-4fa0-8c34-bec5d4ac8c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6012 | 2024.07.13 05:38:56.175313 [ 3 ] {3aa56d8f-fd61-4fa0-8c34-bec5d4ac8c19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6013 | 2024.07.13 05:38:56.175651 [ 3 ] {3aa56d8f-fd61-4fa0-8c34-bec5d4ac8c19} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6014 | 2024.07.13 05:38:56.175689 [ 3 ] {3aa56d8f-fd61-4fa0-8c34-bec5d4ac8c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6015 | 2024.07.13 05:38:56.176047 [ 3 ] {3aa56d8f-fd61-4fa0-8c34-bec5d4ac8c19} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6016 | 2024.07.13 05:38:56.176390 [ 3 ] {3aa56d8f-fd61-4fa0-8c34-bec5d4ac8c19} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6017 | 2024.07.13 05:38:56.176548 [ 3 ] {3aa56d8f-fd61-4fa0-8c34-bec5d4ac8c19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. | ||
6018 | 2024.07.13 05:38:56.176718 [ 3 ] {3aa56d8f-fd61-4fa0-8c34-bec5d4ac8c19} <Debug> DynamicQueryHandler: Done processing query | ||
6019 | 2024.07.13 05:38:56.176743 [ 3 ] {3aa56d8f-fd61-4fa0-8c34-bec5d4ac8c19} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6020 | 2024.07.13 05:38:56.176759 [ 3 ] {} <Debug> HTTP-Session: f10af8f6-97f8-4c8b-b958-d1b51ccb5ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6021 | 2024.07.13 05:39:00.443211 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6022 | 2024.07.13 05:39:00.443294 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6023 | 2024.07.13 05:39:01.175601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6024 | 2024.07.13 05:39:01.175715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6025 | 2024.07.13 05:39:01.175739 [ 3 ] {} <Debug> HTTP-Session: e66cbb33-66db-4eec-b1d8-229116eca2de Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6026 | 2024.07.13 05:39:01.175764 [ 3 ] {} <Debug> HTTP-Session: e66cbb33-66db-4eec-b1d8-229116eca2de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6027 | 2024.07.13 05:39:01.175778 [ 3 ] {} <Debug> HTTP-Session: e66cbb33-66db-4eec-b1d8-229116eca2de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6028 | 2024.07.13 05:39:01.175827 [ 3 ] {} <Trace> HTTP-Session: e66cbb33-66db-4eec-b1d8-229116eca2de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6029 | 2024.07.13 05:39:01.176015 [ 3 ] {8bc8dceb-2f39-48fd-8609-33d364948a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6030 | 2024.07.13 05:39:01.176080 [ 3 ] {8bc8dceb-2f39-48fd-8609-33d364948a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6031 | 2024.07.13 05:39:01.176274 [ 3 ] {8bc8dceb-2f39-48fd-8609-33d364948a8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6032 | 2024.07.13 05:39:01.176744 [ 3 ] {8bc8dceb-2f39-48fd-8609-33d364948a8a} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6033 | 2024.07.13 05:39:01.176788 [ 3 ] {8bc8dceb-2f39-48fd-8609-33d364948a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6034 | 2024.07.13 05:39:01.177152 [ 3 ] {8bc8dceb-2f39-48fd-8609-33d364948a8a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6035 | 2024.07.13 05:39:01.177485 [ 3 ] {8bc8dceb-2f39-48fd-8609-33d364948a8a} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6036 | 2024.07.13 05:39:01.177644 [ 3 ] {8bc8dceb-2f39-48fd-8609-33d364948a8a} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001686 sec., 22538.55278766311 rows/sec., 1.70 MiB/sec. | ||
6037 | 2024.07.13 05:39:01.178065 [ 3 ] {8bc8dceb-2f39-48fd-8609-33d364948a8a} <Debug> DynamicQueryHandler: Done processing query | ||
6038 | 2024.07.13 05:39:01.178132 [ 3 ] {8bc8dceb-2f39-48fd-8609-33d364948a8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6039 | 2024.07.13 05:39:01.178182 [ 3 ] {} <Debug> HTTP-Session: e66cbb33-66db-4eec-b1d8-229116eca2de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6040 | 2024.07.13 05:39:01.178442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6041 | 2024.07.13 05:39:01.178501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6042 | 2024.07.13 05:39:01.178521 [ 3 ] {} <Debug> HTTP-Session: 6f015e5c-60ec-4eff-af5a-a15b44b35309 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6043 | 2024.07.13 05:39:01.178539 [ 3 ] {} <Debug> HTTP-Session: 6f015e5c-60ec-4eff-af5a-a15b44b35309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6044 | 2024.07.13 05:39:01.178553 [ 3 ] {} <Debug> HTTP-Session: 6f015e5c-60ec-4eff-af5a-a15b44b35309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6045 | 2024.07.13 05:39:01.178588 [ 3 ] {} <Trace> HTTP-Session: 6f015e5c-60ec-4eff-af5a-a15b44b35309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6046 | 2024.07.13 05:39:01.178770 [ 3 ] {ff34810b-7458-41d9-ad73-dab634199162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6047 | 2024.07.13 05:39:01.178819 [ 3 ] {ff34810b-7458-41d9-ad73-dab634199162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6048 | 2024.07.13 05:39:01.178958 [ 3 ] {ff34810b-7458-41d9-ad73-dab634199162} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6049 | 2024.07.13 05:39:01.179457 [ 3 ] {ff34810b-7458-41d9-ad73-dab634199162} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6050 | 2024.07.13 05:39:01.179494 [ 3 ] {ff34810b-7458-41d9-ad73-dab634199162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6051 | 2024.07.13 05:39:01.179830 [ 3 ] {ff34810b-7458-41d9-ad73-dab634199162} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6052 | 2024.07.13 05:39:01.180147 [ 3 ] {ff34810b-7458-41d9-ad73-dab634199162} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6053 | 2024.07.13 05:39:01.180296 [ 3 ] {ff34810b-7458-41d9-ad73-dab634199162} <Debug> executeQuery: Read 257 rows, 23.21 KiB in 0.001613 sec., 159330.44017358957 rows/sec., 14.06 MiB/sec. | ||
6054 | 2024.07.13 05:39:01.180476 [ 3 ] {ff34810b-7458-41d9-ad73-dab634199162} <Debug> DynamicQueryHandler: Done processing query | ||
6055 | 2024.07.13 05:39:01.180502 [ 3 ] {ff34810b-7458-41d9-ad73-dab634199162} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6056 | 2024.07.13 05:39:01.180518 [ 3 ] {} <Debug> HTTP-Session: 6f015e5c-60ec-4eff-af5a-a15b44b35309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6057 | 2024.07.13 05:39:01.180751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 66996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6058 | 2024.07.13 05:39:01.180803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6059 | 2024.07.13 05:39:01.180823 [ 3 ] {} <Debug> HTTP-Session: b8fe2042-19c5-4bca-80b4-f09dae19ee1c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6060 | 2024.07.13 05:39:01.180840 [ 3 ] {} <Debug> HTTP-Session: b8fe2042-19c5-4bca-80b4-f09dae19ee1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6061 | 2024.07.13 05:39:01.180854 [ 3 ] {} <Debug> HTTP-Session: b8fe2042-19c5-4bca-80b4-f09dae19ee1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6062 | 2024.07.13 05:39:01.180886 [ 3 ] {} <Trace> HTTP-Session: b8fe2042-19c5-4bca-80b4-f09dae19ee1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6063 | 2024.07.13 05:39:01.181123 [ 3 ] {a55980b4-44e9-47de-ba0a-bb9c2838edc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6064 | 2024.07.13 05:39:01.181168 [ 3 ] {a55980b4-44e9-47de-ba0a-bb9c2838edc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6065 | 2024.07.13 05:39:01.181296 [ 3 ] {a55980b4-44e9-47de-ba0a-bb9c2838edc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6066 | 2024.07.13 05:39:01.181846 [ 3 ] {a55980b4-44e9-47de-ba0a-bb9c2838edc8} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6067 | 2024.07.13 05:39:01.181883 [ 3 ] {a55980b4-44e9-47de-ba0a-bb9c2838edc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6068 | 2024.07.13 05:39:01.182221 [ 3 ] {a55980b4-44e9-47de-ba0a-bb9c2838edc8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6069 | 2024.07.13 05:39:01.182526 [ 3 ] {a55980b4-44e9-47de-ba0a-bb9c2838edc8} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6070 | 2024.07.13 05:39:01.182676 [ 3 ] {a55980b4-44e9-47de-ba0a-bb9c2838edc8} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.001675 sec., 247164.1791044776 rows/sec., 17.51 MiB/sec. | ||
6071 | 2024.07.13 05:39:01.182845 [ 3 ] {a55980b4-44e9-47de-ba0a-bb9c2838edc8} <Debug> DynamicQueryHandler: Done processing query | ||
6072 | 2024.07.13 05:39:01.182870 [ 3 ] {a55980b4-44e9-47de-ba0a-bb9c2838edc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6073 | 2024.07.13 05:39:01.182885 [ 3 ] {} <Debug> HTTP-Session: b8fe2042-19c5-4bca-80b4-f09dae19ee1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6074 | 2024.07.13 05:39:01.183052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6075 | 2024.07.13 05:39:01.183102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6076 | 2024.07.13 05:39:01.183121 [ 3 ] {} <Debug> HTTP-Session: 8d625a42-d1a9-4553-a7f8-4e3ffbbef290 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6077 | 2024.07.13 05:39:01.183138 [ 3 ] {} <Debug> HTTP-Session: 8d625a42-d1a9-4553-a7f8-4e3ffbbef290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6078 | 2024.07.13 05:39:01.183151 [ 3 ] {} <Debug> HTTP-Session: 8d625a42-d1a9-4553-a7f8-4e3ffbbef290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6079 | 2024.07.13 05:39:01.183183 [ 3 ] {} <Trace> HTTP-Session: 8d625a42-d1a9-4553-a7f8-4e3ffbbef290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6080 | 2024.07.13 05:39:01.183281 [ 3 ] {03134fa6-6efa-4320-a1fa-215fa2db29b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6081 | 2024.07.13 05:39:01.183326 [ 3 ] {03134fa6-6efa-4320-a1fa-215fa2db29b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6082 | 2024.07.13 05:39:01.183459 [ 3 ] {03134fa6-6efa-4320-a1fa-215fa2db29b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6083 | 2024.07.13 05:39:01.183724 [ 3 ] {03134fa6-6efa-4320-a1fa-215fa2db29b0} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6084 | 2024.07.13 05:39:01.183761 [ 3 ] {03134fa6-6efa-4320-a1fa-215fa2db29b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6085 | 2024.07.13 05:39:01.184116 [ 3 ] {03134fa6-6efa-4320-a1fa-215fa2db29b0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6086 | 2024.07.13 05:39:01.184435 [ 3 ] {03134fa6-6efa-4320-a1fa-215fa2db29b0} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6087 | 2024.07.13 05:39:01.184593 [ 3 ] {03134fa6-6efa-4320-a1fa-215fa2db29b0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 193.84 KiB/sec. | ||
6088 | 2024.07.13 05:39:01.184760 [ 3 ] {03134fa6-6efa-4320-a1fa-215fa2db29b0} <Debug> DynamicQueryHandler: Done processing query | ||
6089 | 2024.07.13 05:39:01.184784 [ 3 ] {03134fa6-6efa-4320-a1fa-215fa2db29b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6090 | 2024.07.13 05:39:01.184800 [ 3 ] {} <Debug> HTTP-Session: 8d625a42-d1a9-4553-a7f8-4e3ffbbef290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6091 | 2024.07.13 05:39:01.184933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6092 | 2024.07.13 05:39:01.184982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6093 | 2024.07.13 05:39:01.185001 [ 3 ] {} <Debug> HTTP-Session: 8036ddd1-20c4-436f-b340-c89c035e0919 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6094 | 2024.07.13 05:39:01.185019 [ 3 ] {} <Debug> HTTP-Session: 8036ddd1-20c4-436f-b340-c89c035e0919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6095 | 2024.07.13 05:39:01.185032 [ 3 ] {} <Debug> HTTP-Session: 8036ddd1-20c4-436f-b340-c89c035e0919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6096 | 2024.07.13 05:39:01.185064 [ 3 ] {} <Trace> HTTP-Session: 8036ddd1-20c4-436f-b340-c89c035e0919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6097 | 2024.07.13 05:39:01.185186 [ 3 ] {58eaddb3-cbba-474e-9bae-9e77d70667fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6098 | 2024.07.13 05:39:01.185232 [ 3 ] {58eaddb3-cbba-474e-9bae-9e77d70667fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6099 | 2024.07.13 05:39:01.185377 [ 3 ] {58eaddb3-cbba-474e-9bae-9e77d70667fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6100 | 2024.07.13 05:39:01.185688 [ 3 ] {58eaddb3-cbba-474e-9bae-9e77d70667fd} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6101 | 2024.07.13 05:39:01.185724 [ 3 ] {58eaddb3-cbba-474e-9bae-9e77d70667fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6102 | 2024.07.13 05:39:01.186086 [ 3 ] {58eaddb3-cbba-474e-9bae-9e77d70667fd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6103 | 2024.07.13 05:39:01.186427 [ 3 ] {58eaddb3-cbba-474e-9bae-9e77d70667fd} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6104 | 2024.07.13 05:39:01.186585 [ 3 ] {58eaddb3-cbba-474e-9bae-9e77d70667fd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001445 sec., 53287.1972318339 rows/sec., 3.28 MiB/sec. | ||
6105 | 2024.07.13 05:39:01.186801 [ 3 ] {58eaddb3-cbba-474e-9bae-9e77d70667fd} <Debug> DynamicQueryHandler: Done processing query | ||
6106 | 2024.07.13 05:39:01.186826 [ 3 ] {58eaddb3-cbba-474e-9bae-9e77d70667fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6107 | 2024.07.13 05:39:01.186841 [ 3 ] {} <Debug> HTTP-Session: 8036ddd1-20c4-436f-b340-c89c035e0919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6108 | 2024.07.13 05:39:01.187013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6109 | 2024.07.13 05:39:01.187061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6110 | 2024.07.13 05:39:01.187080 [ 3 ] {} <Debug> HTTP-Session: 49dba45f-6b03-4a6e-9207-40d652fe71db Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6111 | 2024.07.13 05:39:01.187096 [ 3 ] {} <Debug> HTTP-Session: 49dba45f-6b03-4a6e-9207-40d652fe71db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6112 | 2024.07.13 05:39:01.187110 [ 3 ] {} <Debug> HTTP-Session: 49dba45f-6b03-4a6e-9207-40d652fe71db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6113 | 2024.07.13 05:39:01.187140 [ 3 ] {} <Trace> HTTP-Session: 49dba45f-6b03-4a6e-9207-40d652fe71db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6114 | 2024.07.13 05:39:01.187325 [ 3 ] {85661977-4381-4cc7-9e89-a070402bce9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6115 | 2024.07.13 05:39:01.187377 [ 3 ] {85661977-4381-4cc7-9e89-a070402bce9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6116 | 2024.07.13 05:39:01.187560 [ 3 ] {85661977-4381-4cc7-9e89-a070402bce9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6117 | 2024.07.13 05:39:01.187968 [ 3 ] {85661977-4381-4cc7-9e89-a070402bce9e} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6118 | 2024.07.13 05:39:01.188003 [ 3 ] {85661977-4381-4cc7-9e89-a070402bce9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6119 | 2024.07.13 05:39:01.188382 [ 3 ] {85661977-4381-4cc7-9e89-a070402bce9e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6120 | 2024.07.13 05:39:01.188712 [ 3 ] {85661977-4381-4cc7-9e89-a070402bce9e} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6121 | 2024.07.13 05:39:01.188867 [ 3 ] {85661977-4381-4cc7-9e89-a070402bce9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec. | ||
6122 | 2024.07.13 05:39:01.189039 [ 3 ] {85661977-4381-4cc7-9e89-a070402bce9e} <Debug> DynamicQueryHandler: Done processing query | ||
6123 | 2024.07.13 05:39:01.189067 [ 3 ] {85661977-4381-4cc7-9e89-a070402bce9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6124 | 2024.07.13 05:39:01.189083 [ 3 ] {} <Debug> HTTP-Session: 49dba45f-6b03-4a6e-9207-40d652fe71db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6125 | 2024.07.13 05:39:01.189247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6126 | 2024.07.13 05:39:01.189294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6127 | 2024.07.13 05:39:01.189314 [ 3 ] {} <Debug> HTTP-Session: 38ea5fa7-76db-4481-88e1-cf873df52604 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6128 | 2024.07.13 05:39:01.189330 [ 3 ] {} <Debug> HTTP-Session: 38ea5fa7-76db-4481-88e1-cf873df52604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6129 | 2024.07.13 05:39:01.189343 [ 3 ] {} <Debug> HTTP-Session: 38ea5fa7-76db-4481-88e1-cf873df52604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6130 | 2024.07.13 05:39:01.189373 [ 3 ] {} <Trace> HTTP-Session: 38ea5fa7-76db-4481-88e1-cf873df52604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6131 | 2024.07.13 05:39:01.189728 [ 3 ] {271f5880-1114-4029-af49-9c1ec3987447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6132 | 2024.07.13 05:39:01.189795 [ 3 ] {271f5880-1114-4029-af49-9c1ec3987447} <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 | ||
6133 | 2024.07.13 05:39:01.190209 [ 3 ] {271f5880-1114-4029-af49-9c1ec3987447} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6134 | 2024.07.13 05:39:01.190883 [ 3 ] {271f5880-1114-4029-af49-9c1ec3987447} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6135 | 2024.07.13 05:39:01.190919 [ 3 ] {271f5880-1114-4029-af49-9c1ec3987447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6136 | 2024.07.13 05:39:01.191530 [ 3 ] {271f5880-1114-4029-af49-9c1ec3987447} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6137 | 2024.07.13 05:39:01.191928 [ 3 ] {271f5880-1114-4029-af49-9c1ec3987447} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6138 | 2024.07.13 05:39:01.192107 [ 95 ] {} <Debug> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6139 | 2024.07.13 05:39:01.192117 [ 3 ] {271f5880-1114-4029-af49-9c1ec3987447} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002655 sec., 12052.730696798495 rows/sec., 21.60 MiB/sec. | ||
6140 | 2024.07.13 05:39:01.192191 [ 95 ] {} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6141 | 2024.07.13 05:39:01.192264 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6142 | 2024.07.13 05:39:01.192831 [ 193 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::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 | ||
6143 | 2024.07.13 05:39:01.192869 [ 3 ] {271f5880-1114-4029-af49-9c1ec3987447} <Debug> DynamicQueryHandler: Done processing query | ||
6144 | 2024.07.13 05:39:01.192918 [ 3 ] {271f5880-1114-4029-af49-9c1ec3987447} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6145 | 2024.07.13 05:39:01.192944 [ 3 ] {} <Debug> HTTP-Session: 38ea5fa7-76db-4481-88e1-cf873df52604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6146 | 2024.07.13 05:39:01.193175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6147 | 2024.07.13 05:39:01.193279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6148 | 2024.07.13 05:39:01.193343 [ 3 ] {} <Debug> HTTP-Session: 1ee97737-3b21-4d36-91aa-06c0b2d94fb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6149 | 2024.07.13 05:39:01.193396 [ 3 ] {} <Debug> HTTP-Session: 1ee97737-3b21-4d36-91aa-06c0b2d94fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6150 | 2024.07.13 05:39:01.193440 [ 3 ] {} <Debug> HTTP-Session: 1ee97737-3b21-4d36-91aa-06c0b2d94fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6151 | 2024.07.13 05:39:01.193537 [ 3 ] {} <Trace> HTTP-Session: 1ee97737-3b21-4d36-91aa-06c0b2d94fb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6152 | 2024.07.13 05:39:01.193638 [ 193 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6153 | 2024.07.13 05:39:01.193810 [ 3 ] {41d9478f-2380-4f83-82f0-20fe4024b24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6154 | 2024.07.13 05:39:01.193814 [ 193 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 272 rows starting from the beginning of the part | ||
6155 | 2024.07.13 05:39:01.193903 [ 3 ] {41d9478f-2380-4f83-82f0-20fe4024b24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6156 | 2024.07.13 05:39:01.194667 [ 193 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part | ||
6157 | 2024.07.13 05:39:01.194802 [ 3 ] {41d9478f-2380-4f83-82f0-20fe4024b24a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6158 | 2024.07.13 05:39:01.195318 [ 193 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
6159 | 2024.07.13 05:39:01.196046 [ 3 ] {41d9478f-2380-4f83-82f0-20fe4024b24a} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6160 | 2024.07.13 05:39:01.196128 [ 193 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
6161 | 2024.07.13 05:39:01.196136 [ 3 ] {41d9478f-2380-4f83-82f0-20fe4024b24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6162 | 2024.07.13 05:39:01.196728 [ 193 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
6163 | 2024.07.13 05:39:01.197415 [ 193 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part | ||
6164 | 2024.07.13 05:39:01.197549 [ 3 ] {41d9478f-2380-4f83-82f0-20fe4024b24a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6165 | 2024.07.13 05:39:01.198504 [ 3 ] {41d9478f-2380-4f83-82f0-20fe4024b24a} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6166 | 2024.07.13 05:39:01.198771 [ 95 ] {} <Debug> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6167 | 2024.07.13 05:39:01.198837 [ 3 ] {41d9478f-2380-4f83-82f0-20fe4024b24a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005124 sec., 4488.680718188914 rows/sec., 242.81 KiB/sec. | ||
6168 | 2024.07.13 05:39:01.198878 [ 95 ] {} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6169 | 2024.07.13 05:39:01.198966 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6170 | 2024.07.13 05:39:01.199404 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
6171 | 2024.07.13 05:39:01.199438 [ 3 ] {41d9478f-2380-4f83-82f0-20fe4024b24a} <Debug> DynamicQueryHandler: Done processing query | ||
6172 | 2024.07.13 05:39:01.199525 [ 3 ] {41d9478f-2380-4f83-82f0-20fe4024b24a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6173 | 2024.07.13 05:39:01.199589 [ 3 ] {} <Debug> HTTP-Session: 1ee97737-3b21-4d36-91aa-06c0b2d94fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6174 | 2024.07.13 05:39:01.199874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6175 | 2024.07.13 05:39:01.200043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6176 | 2024.07.13 05:39:01.200055 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6177 | 2024.07.13 05:39:01.200121 [ 3 ] {} <Debug> HTTP-Session: 1609064f-e6dc-4999-bf6a-394adb47d3ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6178 | 2024.07.13 05:39:01.200179 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 257 rows starting from the beginning of the part | ||
6179 | 2024.07.13 05:39:01.200188 [ 3 ] {} <Debug> HTTP-Session: 1609064f-e6dc-4999-bf6a-394adb47d3ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6180 | 2024.07.13 05:39:01.200256 [ 3 ] {} <Debug> HTTP-Session: 1609064f-e6dc-4999-bf6a-394adb47d3ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6181 | 2024.07.13 05:39:01.200405 [ 3 ] {} <Trace> HTTP-Session: 1609064f-e6dc-4999-bf6a-394adb47d3ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6182 | 2024.07.13 05:39:01.200485 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
6183 | 2024.07.13 05:39:01.200897 [ 3 ] {630bef1d-329a-479b-b9c6-670bed04efdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6184 | 2024.07.13 05:39:01.200929 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
6185 | 2024.07.13 05:39:01.201110 [ 3 ] {630bef1d-329a-479b-b9c6-670bed04efdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6186 | 2024.07.13 05:39:01.201417 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
6187 | 2024.07.13 05:39:01.201807 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
6188 | 2024.07.13 05:39:01.202130 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
6189 | 2024.07.13 05:39:01.202373 [ 3 ] {630bef1d-329a-479b-b9c6-670bed04efdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6190 | 2024.07.13 05:39:01.203898 [ 3 ] {630bef1d-329a-479b-b9c6-670bed04efdf} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6191 | 2024.07.13 05:39:01.203997 [ 3 ] {630bef1d-329a-479b-b9c6-670bed04efdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6192 | 2024.07.13 05:39:01.205763 [ 3 ] {630bef1d-329a-479b-b9c6-670bed04efdf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6193 | 2024.07.13 05:39:01.207217 [ 3 ] {630bef1d-329a-479b-b9c6-670bed04efdf} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6194 | 2024.07.13 05:39:01.207532 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 4 columns (4 merged, 0 gathered) in 0.00837549 sec., 44415.31182056214 rows/sec., 2.41 MiB/sec. | ||
6195 | 2024.07.13 05:39:01.207814 [ 3 ] {630bef1d-329a-479b-b9c6-670bed04efdf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007143 sec., 8399.832003359932 rows/sec., 579.68 KiB/sec. | ||
6196 | 2024.07.13 05:39:01.207996 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6197 | 2024.07.13 05:39:01.208562 [ 3 ] {630bef1d-329a-479b-b9c6-670bed04efdf} <Debug> DynamicQueryHandler: Done processing query | ||
6198 | 2024.07.13 05:39:01.208672 [ 3 ] {630bef1d-329a-479b-b9c6-670bed04efdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6199 | 2024.07.13 05:39:01.208757 [ 3 ] {} <Debug> HTTP-Session: 1609064f-e6dc-4999-bf6a-394adb47d3ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6200 | 2024.07.13 05:39:01.209616 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_16_3} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6201 | 2024.07.13 05:39:01.209871 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_16_3} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6202 | 2024.07.13 05:39:01.210083 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
6203 | 2024.07.13 05:39:01.212348 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 19 columns (19 merged, 0 gathered) in 0.019935871 sec., 21669.48211091454 rows/sec., 38.83 MiB/sec. | ||
6204 | 2024.07.13 05:39:01.212925 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6205 | 2024.07.13 05:39:01.213544 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6206 | 2024.07.13 05:39:01.213630 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6207 | 2024.07.13 05:39:01.213780 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. | ||
6208 | 2024.07.13 05:39:06.167026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6209 | 2024.07.13 05:39:06.167221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6210 | 2024.07.13 05:39:06.167268 [ 3 ] {} <Debug> HTTP-Session: 9db14acd-c135-4f53-ac75-6dfc9ac9102c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6211 | 2024.07.13 05:39:06.167311 [ 3 ] {} <Debug> HTTP-Session: 9db14acd-c135-4f53-ac75-6dfc9ac9102c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6212 | 2024.07.13 05:39:06.167339 [ 3 ] {} <Debug> HTTP-Session: 9db14acd-c135-4f53-ac75-6dfc9ac9102c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6213 | 2024.07.13 05:39:06.167420 [ 3 ] {} <Trace> HTTP-Session: 9db14acd-c135-4f53-ac75-6dfc9ac9102c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6214 | 2024.07.13 05:39:06.167723 [ 3 ] {7630293d-60ff-497e-a45f-ae591c323c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6215 | 2024.07.13 05:39:06.167833 [ 3 ] {7630293d-60ff-497e-a45f-ae591c323c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6216 | 2024.07.13 05:39:06.168059 [ 3 ] {7630293d-60ff-497e-a45f-ae591c323c68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6217 | 2024.07.13 05:39:06.168519 [ 3 ] {7630293d-60ff-497e-a45f-ae591c323c68} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6218 | 2024.07.13 05:39:06.168559 [ 3 ] {7630293d-60ff-497e-a45f-ae591c323c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6219 | 2024.07.13 05:39:06.168950 [ 3 ] {7630293d-60ff-497e-a45f-ae591c323c68} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6220 | 2024.07.13 05:39:06.169293 [ 3 ] {7630293d-60ff-497e-a45f-ae591c323c68} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6221 | 2024.07.13 05:39:06.169433 [ 3 ] {7630293d-60ff-497e-a45f-ae591c323c68} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001819 sec., 30786.14623419461 rows/sec., 2.37 MiB/sec. | ||
6222 | 2024.07.13 05:39:06.169632 [ 3 ] {7630293d-60ff-497e-a45f-ae591c323c68} <Debug> DynamicQueryHandler: Done processing query | ||
6223 | 2024.07.13 05:39:06.169658 [ 3 ] {7630293d-60ff-497e-a45f-ae591c323c68} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6224 | 2024.07.13 05:39:06.169675 [ 3 ] {} <Debug> HTTP-Session: 9db14acd-c135-4f53-ac75-6dfc9ac9102c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6225 | 2024.07.13 05:39:06.169838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6226 | 2024.07.13 05:39:06.169888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6227 | 2024.07.13 05:39:06.169907 [ 3 ] {} <Debug> HTTP-Session: bbce0c6c-6ebe-4b75-9222-8febf1127cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6228 | 2024.07.13 05:39:06.169924 [ 3 ] {} <Debug> HTTP-Session: bbce0c6c-6ebe-4b75-9222-8febf1127cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6229 | 2024.07.13 05:39:06.169938 [ 3 ] {} <Debug> HTTP-Session: bbce0c6c-6ebe-4b75-9222-8febf1127cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6230 | 2024.07.13 05:39:06.169969 [ 3 ] {} <Trace> HTTP-Session: bbce0c6c-6ebe-4b75-9222-8febf1127cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6231 | 2024.07.13 05:39:06.170094 [ 3 ] {60a08b7b-60f0-4a78-b57b-6f8b9de2c0df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6232 | 2024.07.13 05:39:06.170137 [ 3 ] {60a08b7b-60f0-4a78-b57b-6f8b9de2c0df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6233 | 2024.07.13 05:39:06.170262 [ 3 ] {60a08b7b-60f0-4a78-b57b-6f8b9de2c0df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6234 | 2024.07.13 05:39:06.170596 [ 3 ] {60a08b7b-60f0-4a78-b57b-6f8b9de2c0df} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6235 | 2024.07.13 05:39:06.170632 [ 3 ] {60a08b7b-60f0-4a78-b57b-6f8b9de2c0df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6236 | 2024.07.13 05:39:06.170940 [ 3 ] {60a08b7b-60f0-4a78-b57b-6f8b9de2c0df} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6237 | 2024.07.13 05:39:06.171259 [ 3 ] {60a08b7b-60f0-4a78-b57b-6f8b9de2c0df} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6238 | 2024.07.13 05:39:06.171384 [ 3 ] {60a08b7b-60f0-4a78-b57b-6f8b9de2c0df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001337 sec., 47868.36200448766 rows/sec., 3.74 MiB/sec. | ||
6239 | 2024.07.13 05:39:06.171549 [ 3 ] {60a08b7b-60f0-4a78-b57b-6f8b9de2c0df} <Debug> DynamicQueryHandler: Done processing query | ||
6240 | 2024.07.13 05:39:06.171573 [ 3 ] {60a08b7b-60f0-4a78-b57b-6f8b9de2c0df} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6241 | 2024.07.13 05:39:06.171590 [ 3 ] {} <Debug> HTTP-Session: bbce0c6c-6ebe-4b75-9222-8febf1127cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6242 | 2024.07.13 05:39:06.171782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6243 | 2024.07.13 05:39:06.171829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6244 | 2024.07.13 05:39:06.171849 [ 3 ] {} <Debug> HTTP-Session: 0c32b312-64b3-4e67-9da3-bd6a90d8dca5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6245 | 2024.07.13 05:39:06.171865 [ 3 ] {} <Debug> HTTP-Session: 0c32b312-64b3-4e67-9da3-bd6a90d8dca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6246 | 2024.07.13 05:39:06.171879 [ 3 ] {} <Debug> HTTP-Session: 0c32b312-64b3-4e67-9da3-bd6a90d8dca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6247 | 2024.07.13 05:39:06.171910 [ 3 ] {} <Trace> HTTP-Session: 0c32b312-64b3-4e67-9da3-bd6a90d8dca5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6248 | 2024.07.13 05:39:06.172060 [ 3 ] {c25121b7-e2cb-4cd2-bc1d-6f1dd9f689c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6249 | 2024.07.13 05:39:06.172107 [ 3 ] {c25121b7-e2cb-4cd2-bc1d-6f1dd9f689c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6250 | 2024.07.13 05:39:06.172247 [ 3 ] {c25121b7-e2cb-4cd2-bc1d-6f1dd9f689c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6251 | 2024.07.13 05:39:06.172642 [ 3 ] {c25121b7-e2cb-4cd2-bc1d-6f1dd9f689c6} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6252 | 2024.07.13 05:39:06.172678 [ 3 ] {c25121b7-e2cb-4cd2-bc1d-6f1dd9f689c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6253 | 2024.07.13 05:39:06.173059 [ 3 ] {c25121b7-e2cb-4cd2-bc1d-6f1dd9f689c6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6254 | 2024.07.13 05:39:06.173398 [ 3 ] {c25121b7-e2cb-4cd2-bc1d-6f1dd9f689c6} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6255 | 2024.07.13 05:39:06.173524 [ 3 ] {c25121b7-e2cb-4cd2-bc1d-6f1dd9f689c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. | ||
6256 | 2024.07.13 05:39:06.173693 [ 3 ] {c25121b7-e2cb-4cd2-bc1d-6f1dd9f689c6} <Debug> DynamicQueryHandler: Done processing query | ||
6257 | 2024.07.13 05:39:06.173718 [ 3 ] {c25121b7-e2cb-4cd2-bc1d-6f1dd9f689c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6258 | 2024.07.13 05:39:06.173734 [ 3 ] {} <Debug> HTTP-Session: 0c32b312-64b3-4e67-9da3-bd6a90d8dca5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6259 | 2024.07.13 05:39:06.173861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6260 | 2024.07.13 05:39:06.173909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6261 | 2024.07.13 05:39:06.173928 [ 3 ] {} <Debug> HTTP-Session: fafaeda3-10b7-4305-8e65-39f20954c36c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6262 | 2024.07.13 05:39:06.173944 [ 3 ] {} <Debug> HTTP-Session: fafaeda3-10b7-4305-8e65-39f20954c36c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6263 | 2024.07.13 05:39:06.173958 [ 3 ] {} <Debug> HTTP-Session: fafaeda3-10b7-4305-8e65-39f20954c36c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6264 | 2024.07.13 05:39:06.173989 [ 3 ] {} <Trace> HTTP-Session: fafaeda3-10b7-4305-8e65-39f20954c36c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6265 | 2024.07.13 05:39:06.174097 [ 3 ] {7573420d-c582-4c88-865f-881623a7f978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6266 | 2024.07.13 05:39:06.174142 [ 3 ] {7573420d-c582-4c88-865f-881623a7f978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6267 | 2024.07.13 05:39:06.174269 [ 3 ] {7573420d-c582-4c88-865f-881623a7f978} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6268 | 2024.07.13 05:39:06.174557 [ 3 ] {7573420d-c582-4c88-865f-881623a7f978} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6269 | 2024.07.13 05:39:06.174593 [ 3 ] {7573420d-c582-4c88-865f-881623a7f978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6270 | 2024.07.13 05:39:06.174950 [ 3 ] {7573420d-c582-4c88-865f-881623a7f978} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6271 | 2024.07.13 05:39:06.175273 [ 3 ] {7573420d-c582-4c88-865f-881623a7f978} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6272 | 2024.07.13 05:39:06.175399 [ 3 ] {7573420d-c582-4c88-865f-881623a7f978} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
6273 | 2024.07.13 05:39:06.175563 [ 3 ] {7573420d-c582-4c88-865f-881623a7f978} <Debug> DynamicQueryHandler: Done processing query | ||
6274 | 2024.07.13 05:39:06.175588 [ 3 ] {7573420d-c582-4c88-865f-881623a7f978} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6275 | 2024.07.13 05:39:06.175604 [ 3 ] {} <Debug> HTTP-Session: fafaeda3-10b7-4305-8e65-39f20954c36c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6276 | 2024.07.13 05:39:11.173191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6277 | 2024.07.13 05:39:11.173375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6278 | 2024.07.13 05:39:11.173420 [ 3 ] {} <Debug> HTTP-Session: d5e1ad97-1d46-4468-bfe3-53d5756e8354 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6279 | 2024.07.13 05:39:11.173461 [ 3 ] {} <Debug> HTTP-Session: d5e1ad97-1d46-4468-bfe3-53d5756e8354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6280 | 2024.07.13 05:39:11.173489 [ 3 ] {} <Debug> HTTP-Session: d5e1ad97-1d46-4468-bfe3-53d5756e8354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6281 | 2024.07.13 05:39:11.173567 [ 3 ] {} <Trace> HTTP-Session: d5e1ad97-1d46-4468-bfe3-53d5756e8354 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6282 | 2024.07.13 05:39:11.173862 [ 3 ] {207595fb-e105-416f-bb1c-87619697d921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6283 | 2024.07.13 05:39:11.173969 [ 3 ] {207595fb-e105-416f-bb1c-87619697d921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6284 | 2024.07.13 05:39:11.174189 [ 3 ] {207595fb-e105-416f-bb1c-87619697d921} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6285 | 2024.07.13 05:39:11.174631 [ 3 ] {207595fb-e105-416f-bb1c-87619697d921} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6286 | 2024.07.13 05:39:11.174673 [ 3 ] {207595fb-e105-416f-bb1c-87619697d921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6287 | 2024.07.13 05:39:11.175055 [ 3 ] {207595fb-e105-416f-bb1c-87619697d921} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6288 | 2024.07.13 05:39:11.175394 [ 3 ] {207595fb-e105-416f-bb1c-87619697d921} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6289 | 2024.07.13 05:39:11.175536 [ 3 ] {207595fb-e105-416f-bb1c-87619697d921} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001779 sec., 21360.314783586284 rows/sec., 1.61 MiB/sec. | ||
6290 | 2024.07.13 05:39:11.175831 [ 3 ] {207595fb-e105-416f-bb1c-87619697d921} <Debug> DynamicQueryHandler: Done processing query | ||
6291 | 2024.07.13 05:39:11.175859 [ 3 ] {207595fb-e105-416f-bb1c-87619697d921} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6292 | 2024.07.13 05:39:11.175875 [ 3 ] {} <Debug> HTTP-Session: d5e1ad97-1d46-4468-bfe3-53d5756e8354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6293 | 2024.07.13 05:39:11.176014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6294 | 2024.07.13 05:39:11.176070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6295 | 2024.07.13 05:39:11.176091 [ 3 ] {} <Debug> HTTP-Session: afe709da-856a-49a4-b6db-d82f6fc8ec78 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6296 | 2024.07.13 05:39:11.176109 [ 3 ] {} <Debug> HTTP-Session: afe709da-856a-49a4-b6db-d82f6fc8ec78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6297 | 2024.07.13 05:39:11.176122 [ 3 ] {} <Debug> HTTP-Session: afe709da-856a-49a4-b6db-d82f6fc8ec78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6298 | 2024.07.13 05:39:11.176155 [ 3 ] {} <Trace> HTTP-Session: afe709da-856a-49a4-b6db-d82f6fc8ec78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6299 | 2024.07.13 05:39:11.176260 [ 3 ] {22dc3c2c-bfbf-4cef-8605-29042072920d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6300 | 2024.07.13 05:39:11.176307 [ 3 ] {22dc3c2c-bfbf-4cef-8605-29042072920d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6301 | 2024.07.13 05:39:11.176456 [ 3 ] {22dc3c2c-bfbf-4cef-8605-29042072920d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6302 | 2024.07.13 05:39:11.176769 [ 3 ] {22dc3c2c-bfbf-4cef-8605-29042072920d} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6303 | 2024.07.13 05:39:11.176806 [ 3 ] {22dc3c2c-bfbf-4cef-8605-29042072920d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6304 | 2024.07.13 05:39:11.177106 [ 3 ] {22dc3c2c-bfbf-4cef-8605-29042072920d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6305 | 2024.07.13 05:39:11.177420 [ 3 ] {22dc3c2c-bfbf-4cef-8605-29042072920d} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6306 | 2024.07.13 05:39:11.177550 [ 3 ] {22dc3c2c-bfbf-4cef-8605-29042072920d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 372.34 KiB/sec. | ||
6307 | 2024.07.13 05:39:11.177982 [ 3 ] {22dc3c2c-bfbf-4cef-8605-29042072920d} <Debug> DynamicQueryHandler: Done processing query | ||
6308 | 2024.07.13 05:39:11.178008 [ 3 ] {22dc3c2c-bfbf-4cef-8605-29042072920d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6309 | 2024.07.13 05:39:11.178024 [ 3 ] {} <Debug> HTTP-Session: afe709da-856a-49a4-b6db-d82f6fc8ec78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6310 | 2024.07.13 05:39:11.178190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 39234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6311 | 2024.07.13 05:39:11.178238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6312 | 2024.07.13 05:39:11.178258 [ 3 ] {} <Debug> HTTP-Session: 73f2326a-0e57-4526-8b38-5e33ee905871 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6313 | 2024.07.13 05:39:11.178275 [ 3 ] {} <Debug> HTTP-Session: 73f2326a-0e57-4526-8b38-5e33ee905871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6314 | 2024.07.13 05:39:11.178289 [ 3 ] {} <Debug> HTTP-Session: 73f2326a-0e57-4526-8b38-5e33ee905871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6315 | 2024.07.13 05:39:11.178319 [ 3 ] {} <Trace> HTTP-Session: 73f2326a-0e57-4526-8b38-5e33ee905871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6316 | 2024.07.13 05:39:11.178495 [ 3 ] {dc3ab656-8750-4ca5-89e4-cbe7e8a4d258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6317 | 2024.07.13 05:39:11.178541 [ 3 ] {dc3ab656-8750-4ca5-89e4-cbe7e8a4d258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6318 | 2024.07.13 05:39:11.178690 [ 3 ] {dc3ab656-8750-4ca5-89e4-cbe7e8a4d258} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6319 | 2024.07.13 05:39:11.179151 [ 3 ] {dc3ab656-8750-4ca5-89e4-cbe7e8a4d258} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6320 | 2024.07.13 05:39:11.179188 [ 3 ] {dc3ab656-8750-4ca5-89e4-cbe7e8a4d258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6321 | 2024.07.13 05:39:11.179539 [ 3 ] {dc3ab656-8750-4ca5-89e4-cbe7e8a4d258} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6322 | 2024.07.13 05:39:11.179857 [ 3 ] {dc3ab656-8750-4ca5-89e4-cbe7e8a4d258} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6323 | 2024.07.13 05:39:11.179981 [ 3 ] {dc3ab656-8750-4ca5-89e4-cbe7e8a4d258} <Debug> executeQuery: Read 260 rows, 23.43 KiB in 0.001575 sec., 165079.3650793651 rows/sec., 14.53 MiB/sec. | ||
6324 | 2024.07.13 05:39:11.180155 [ 3 ] {dc3ab656-8750-4ca5-89e4-cbe7e8a4d258} <Debug> DynamicQueryHandler: Done processing query | ||
6325 | 2024.07.13 05:39:11.180180 [ 3 ] {dc3ab656-8750-4ca5-89e4-cbe7e8a4d258} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6326 | 2024.07.13 05:39:11.180196 [ 3 ] {} <Debug> HTTP-Session: 73f2326a-0e57-4526-8b38-5e33ee905871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6327 | 2024.07.13 05:39:11.180315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6328 | 2024.07.13 05:39:11.180364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6329 | 2024.07.13 05:39:11.180382 [ 3 ] {} <Debug> HTTP-Session: 50b637a5-19c5-438d-a737-e83697d29f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6330 | 2024.07.13 05:39:11.180399 [ 3 ] {} <Debug> HTTP-Session: 50b637a5-19c5-438d-a737-e83697d29f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6331 | 2024.07.13 05:39:11.180412 [ 3 ] {} <Debug> HTTP-Session: 50b637a5-19c5-438d-a737-e83697d29f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6332 | 2024.07.13 05:39:11.180442 [ 3 ] {} <Trace> HTTP-Session: 50b637a5-19c5-438d-a737-e83697d29f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6333 | 2024.07.13 05:39:11.180535 [ 3 ] {c736b3ce-a7eb-4678-8a8c-6c6b0ca6c58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6334 | 2024.07.13 05:39:11.180578 [ 3 ] {c736b3ce-a7eb-4678-8a8c-6c6b0ca6c58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6335 | 2024.07.13 05:39:11.180703 [ 3 ] {c736b3ce-a7eb-4678-8a8c-6c6b0ca6c58f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6336 | 2024.07.13 05:39:11.181037 [ 3 ] {c736b3ce-a7eb-4678-8a8c-6c6b0ca6c58f} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6337 | 2024.07.13 05:39:11.181073 [ 3 ] {c736b3ce-a7eb-4678-8a8c-6c6b0ca6c58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6338 | 2024.07.13 05:39:11.181372 [ 3 ] {c736b3ce-a7eb-4678-8a8c-6c6b0ca6c58f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6339 | 2024.07.13 05:39:11.181677 [ 3 ] {c736b3ce-a7eb-4678-8a8c-6c6b0ca6c58f} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6340 | 2024.07.13 05:39:11.181805 [ 3 ] {c736b3ce-a7eb-4678-8a8c-6c6b0ca6c58f} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 324.01 KiB/sec. | ||
6341 | 2024.07.13 05:39:11.182267 [ 3 ] {c736b3ce-a7eb-4678-8a8c-6c6b0ca6c58f} <Debug> DynamicQueryHandler: Done processing query | ||
6342 | 2024.07.13 05:39:11.182292 [ 3 ] {c736b3ce-a7eb-4678-8a8c-6c6b0ca6c58f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6343 | 2024.07.13 05:39:11.182308 [ 3 ] {} <Debug> HTTP-Session: 50b637a5-19c5-438d-a737-e83697d29f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6344 | 2024.07.13 05:39:11.182490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 68021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6345 | 2024.07.13 05:39:11.182539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6346 | 2024.07.13 05:39:11.182558 [ 3 ] {} <Debug> HTTP-Session: 97e9815c-db34-47e2-bb50-cf48b09fbcbb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6347 | 2024.07.13 05:39:11.182575 [ 3 ] {} <Debug> HTTP-Session: 97e9815c-db34-47e2-bb50-cf48b09fbcbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6348 | 2024.07.13 05:39:11.182589 [ 3 ] {} <Debug> HTTP-Session: 97e9815c-db34-47e2-bb50-cf48b09fbcbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6349 | 2024.07.13 05:39:11.182620 [ 3 ] {} <Trace> HTTP-Session: 97e9815c-db34-47e2-bb50-cf48b09fbcbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6350 | 2024.07.13 05:39:11.182858 [ 3 ] {d7408797-2ec4-43c8-8401-1645fba25598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6351 | 2024.07.13 05:39:11.182904 [ 3 ] {d7408797-2ec4-43c8-8401-1645fba25598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6352 | 2024.07.13 05:39:11.183041 [ 3 ] {d7408797-2ec4-43c8-8401-1645fba25598} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6353 | 2024.07.13 05:39:11.183572 [ 3 ] {d7408797-2ec4-43c8-8401-1645fba25598} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6354 | 2024.07.13 05:39:11.183609 [ 3 ] {d7408797-2ec4-43c8-8401-1645fba25598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6355 | 2024.07.13 05:39:11.183944 [ 3 ] {d7408797-2ec4-43c8-8401-1645fba25598} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6356 | 2024.07.13 05:39:11.184251 [ 3 ] {d7408797-2ec4-43c8-8401-1645fba25598} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6357 | 2024.07.13 05:39:11.184376 [ 3 ] {d7408797-2ec4-43c8-8401-1645fba25598} <Debug> executeQuery: Read 420 rows, 30.53 KiB in 0.001644 sec., 255474.45255474452 rows/sec., 18.13 MiB/sec. | ||
6358 | 2024.07.13 05:39:11.184526 [ 3 ] {d7408797-2ec4-43c8-8401-1645fba25598} <Debug> DynamicQueryHandler: Done processing query | ||
6359 | 2024.07.13 05:39:11.184552 [ 3 ] {d7408797-2ec4-43c8-8401-1645fba25598} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6360 | 2024.07.13 05:39:11.184567 [ 3 ] {} <Debug> HTTP-Session: 97e9815c-db34-47e2-bb50-cf48b09fbcbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6361 | 2024.07.13 05:39:11.184684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6362 | 2024.07.13 05:39:11.184731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6363 | 2024.07.13 05:39:11.184750 [ 3 ] {} <Debug> HTTP-Session: 6564d972-d8c3-4eee-9c17-a9e7c6f77440 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6364 | 2024.07.13 05:39:11.184767 [ 3 ] {} <Debug> HTTP-Session: 6564d972-d8c3-4eee-9c17-a9e7c6f77440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6365 | 2024.07.13 05:39:11.184781 [ 3 ] {} <Debug> HTTP-Session: 6564d972-d8c3-4eee-9c17-a9e7c6f77440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6366 | 2024.07.13 05:39:11.184811 [ 3 ] {} <Trace> HTTP-Session: 6564d972-d8c3-4eee-9c17-a9e7c6f77440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6367 | 2024.07.13 05:39:11.184904 [ 3 ] {1949dd21-4579-428f-87e9-c29aa19c9a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6368 | 2024.07.13 05:39:11.184948 [ 3 ] {1949dd21-4579-428f-87e9-c29aa19c9a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6369 | 2024.07.13 05:39:11.185075 [ 3 ] {1949dd21-4579-428f-87e9-c29aa19c9a1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6370 | 2024.07.13 05:39:11.185332 [ 3 ] {1949dd21-4579-428f-87e9-c29aa19c9a1b} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6371 | 2024.07.13 05:39:11.185367 [ 3 ] {1949dd21-4579-428f-87e9-c29aa19c9a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6372 | 2024.07.13 05:39:11.185719 [ 3 ] {1949dd21-4579-428f-87e9-c29aa19c9a1b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6373 | 2024.07.13 05:39:11.186045 [ 3 ] {1949dd21-4579-428f-87e9-c29aa19c9a1b} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6374 | 2024.07.13 05:39:11.186173 [ 3 ] {1949dd21-4579-428f-87e9-c29aa19c9a1b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001292 sec., 4643.962848297214 rows/sec., 199.55 KiB/sec. | ||
6375 | 2024.07.13 05:39:11.186203 [ 87 ] {} <Debug> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6376 | 2024.07.13 05:39:11.186301 [ 87 ] {} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6377 | 2024.07.13 05:39:11.186337 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6378 | 2024.07.13 05:39:11.186422 [ 3 ] {1949dd21-4579-428f-87e9-c29aa19c9a1b} <Debug> DynamicQueryHandler: Done processing query | ||
6379 | 2024.07.13 05:39:11.186497 [ 3 ] {1949dd21-4579-428f-87e9-c29aa19c9a1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6380 | 2024.07.13 05:39:11.186556 [ 3 ] {} <Debug> HTTP-Session: 6564d972-d8c3-4eee-9c17-a9e7c6f77440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6381 | 2024.07.13 05:39:11.186668 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
6382 | 2024.07.13 05:39:11.186804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6383 | 2024.07.13 05:39:11.186888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6384 | 2024.07.13 05:39:11.186920 [ 3 ] {} <Debug> HTTP-Session: 16222b97-607a-406f-961e-f7e686691c64 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6385 | 2024.07.13 05:39:11.186948 [ 3 ] {} <Debug> HTTP-Session: 16222b97-607a-406f-961e-f7e686691c64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6386 | 2024.07.13 05:39:11.186947 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6387 | 2024.07.13 05:39:11.186965 [ 3 ] {} <Debug> HTTP-Session: 16222b97-607a-406f-961e-f7e686691c64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6388 | 2024.07.13 05:39:11.186996 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
6389 | 2024.07.13 05:39:11.187009 [ 3 ] {} <Trace> HTTP-Session: 16222b97-607a-406f-961e-f7e686691c64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6390 | 2024.07.13 05:39:11.187067 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
6391 | 2024.07.13 05:39:11.187340 [ 3 ] {13bee213-6785-4783-b33c-bf263b2798d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6392 | 2024.07.13 05:39:11.187411 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
6393 | 2024.07.13 05:39:11.187548 [ 3 ] {13bee213-6785-4783-b33c-bf263b2798d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6394 | 2024.07.13 05:39:11.187896 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
6395 | 2024.07.13 05:39:11.188178 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
6396 | 2024.07.13 05:39:11.188560 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
6397 | 2024.07.13 05:39:11.189021 [ 3 ] {13bee213-6785-4783-b33c-bf263b2798d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6398 | 2024.07.13 05:39:11.189476 [ 3 ] {13bee213-6785-4783-b33c-bf263b2798d9} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6399 | 2024.07.13 05:39:11.189520 [ 3 ] {13bee213-6785-4783-b33c-bf263b2798d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6400 | 2024.07.13 05:39:11.190118 [ 3 ] {13bee213-6785-4783-b33c-bf263b2798d9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6401 | 2024.07.13 05:39:11.190214 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003782369 sec., 25380.91867821463 rows/sec., 1.07 MiB/sec. | ||
6402 | 2024.07.13 05:39:11.190482 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6403 | 2024.07.13 05:39:11.190767 [ 3 ] {13bee213-6785-4783-b33c-bf263b2798d9} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6404 | 2024.07.13 05:39:11.191103 [ 87 ] {} <Debug> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6405 | 2024.07.13 05:39:11.191193 [ 87 ] {} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6406 | 2024.07.13 05:39:11.191225 [ 3 ] {13bee213-6785-4783-b33c-bf263b2798d9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004052 sec., 19002.961500493584 rows/sec., 1.17 MiB/sec. | ||
6407 | 2024.07.13 05:39:11.191250 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6408 | 2024.07.13 05:39:11.191637 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_16_3} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6409 | 2024.07.13 05:39:11.191833 [ 3 ] {13bee213-6785-4783-b33c-bf263b2798d9} <Debug> DynamicQueryHandler: Done processing query | ||
6410 | 2024.07.13 05:39:11.191926 [ 3 ] {13bee213-6785-4783-b33c-bf263b2798d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6411 | 2024.07.13 05:39:11.192007 [ 3 ] {} <Debug> HTTP-Session: 16222b97-607a-406f-961e-f7e686691c64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6412 | 2024.07.13 05:39:11.192018 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_16_3} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6413 | 2024.07.13 05:39:11.192308 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6414 | 2024.07.13 05:39:11.192311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 31174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6415 | 2024.07.13 05:39:11.192449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6416 | 2024.07.13 05:39:11.192465 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
6417 | 2024.07.13 05:39:11.192497 [ 3 ] {} <Debug> HTTP-Session: 83f6c151-6bd5-4b15-9972-f3a436b8c4c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6418 | 2024.07.13 05:39:11.192556 [ 3 ] {} <Debug> HTTP-Session: 83f6c151-6bd5-4b15-9972-f3a436b8c4c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6419 | 2024.07.13 05:39:11.192585 [ 3 ] {} <Debug> HTTP-Session: 83f6c151-6bd5-4b15-9972-f3a436b8c4c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6420 | 2024.07.13 05:39:11.192647 [ 3 ] {} <Trace> HTTP-Session: 83f6c151-6bd5-4b15-9972-f3a436b8c4c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6421 | 2024.07.13 05:39:11.192846 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6422 | 2024.07.13 05:39:11.192899 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
6423 | 2024.07.13 05:39:11.193007 [ 3 ] {2965f181-5161-417b-8cb5-6d649e511b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6424 | 2024.07.13 05:39:11.193135 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
6425 | 2024.07.13 05:39:11.193214 [ 3 ] {2965f181-5161-417b-8cb5-6d649e511b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6426 | 2024.07.13 05:39:11.193450 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
6427 | 2024.07.13 05:39:11.193841 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
6428 | 2024.07.13 05:39:11.194206 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
6429 | 2024.07.13 05:39:11.194541 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
6430 | 2024.07.13 05:39:11.194710 [ 3 ] {2965f181-5161-417b-8cb5-6d649e511b27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6431 | 2024.07.13 05:39:11.195801 [ 3 ] {2965f181-5161-417b-8cb5-6d649e511b27} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6432 | 2024.07.13 05:39:11.195863 [ 3 ] {2965f181-5161-417b-8cb5-6d649e511b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6433 | 2024.07.13 05:39:11.197019 [ 3 ] {2965f181-5161-417b-8cb5-6d649e511b27} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6434 | 2024.07.13 05:39:11.197862 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.006366199 sec., 193522.06866294943 rows/sec., 11.92 MiB/sec. | ||
6435 | 2024.07.13 05:39:11.198062 [ 3 ] {2965f181-5161-417b-8cb5-6d649e511b27} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6436 | 2024.07.13 05:39:11.198093 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6437 | 2024.07.13 05:39:11.198406 [ 3 ] {2965f181-5161-417b-8cb5-6d649e511b27} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.005561 sec., 29311.274950548464 rows/sec., 2.04 MiB/sec. | ||
6438 | 2024.07.13 05:39:11.199154 [ 3 ] {2965f181-5161-417b-8cb5-6d649e511b27} <Debug> DynamicQueryHandler: Done processing query | ||
6439 | 2024.07.13 05:39:11.199223 [ 3 ] {2965f181-5161-417b-8cb5-6d649e511b27} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6440 | 2024.07.13 05:39:11.199306 [ 3 ] {} <Debug> HTTP-Session: 83f6c151-6bd5-4b15-9972-f3a436b8c4c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6441 | 2024.07.13 05:39:11.199578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6442 | 2024.07.13 05:39:11.199662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6443 | 2024.07.13 05:39:11.199685 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6444 | 2024.07.13 05:39:11.199700 [ 3 ] {} <Debug> HTTP-Session: 49dd1cc4-2d35-40a5-91e9-2534b5feb54c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6445 | 2024.07.13 05:39:11.199756 [ 3 ] {} <Debug> HTTP-Session: 49dd1cc4-2d35-40a5-91e9-2534b5feb54c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6446 | 2024.07.13 05:39:11.199804 [ 3 ] {} <Debug> HTTP-Session: 49dd1cc4-2d35-40a5-91e9-2534b5feb54c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6447 | 2024.07.13 05:39:11.199864 [ 190 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6448 | 2024.07.13 05:39:11.199874 [ 3 ] {} <Trace> HTTP-Session: 49dd1cc4-2d35-40a5-91e9-2534b5feb54c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6449 | 2024.07.13 05:39:11.200010 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
6450 | 2024.07.13 05:39:11.200329 [ 3 ] {1139275d-9e50-4c26-84dd-7b3bb55c8584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6451 | 2024.07.13 05:39:11.200409 [ 3 ] {1139275d-9e50-4c26-84dd-7b3bb55c8584} <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 | ||
6452 | 2024.07.13 05:39:11.200871 [ 3 ] {1139275d-9e50-4c26-84dd-7b3bb55c8584} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6453 | 2024.07.13 05:39:11.201612 [ 3 ] {1139275d-9e50-4c26-84dd-7b3bb55c8584} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6454 | 2024.07.13 05:39:11.201648 [ 3 ] {1139275d-9e50-4c26-84dd-7b3bb55c8584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6455 | 2024.07.13 05:39:11.202278 [ 3 ] {1139275d-9e50-4c26-84dd-7b3bb55c8584} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6456 | 2024.07.13 05:39:11.202709 [ 3 ] {1139275d-9e50-4c26-84dd-7b3bb55c8584} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6457 | 2024.07.13 05:39:11.202884 [ 3 ] {1139275d-9e50-4c26-84dd-7b3bb55c8584} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002851 sec., 11224.131883549633 rows/sec., 20.11 MiB/sec. | ||
6458 | 2024.07.13 05:39:11.203093 [ 3 ] {1139275d-9e50-4c26-84dd-7b3bb55c8584} <Debug> DynamicQueryHandler: Done processing query | ||
6459 | 2024.07.13 05:39:11.203119 [ 3 ] {1139275d-9e50-4c26-84dd-7b3bb55c8584} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6460 | 2024.07.13 05:39:11.203135 [ 3 ] {} <Debug> HTTP-Session: 49dd1cc4-2d35-40a5-91e9-2534b5feb54c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6461 | 2024.07.13 05:39:11.203295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6462 | 2024.07.13 05:39:11.203342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6463 | 2024.07.13 05:39:11.203361 [ 3 ] {} <Debug> HTTP-Session: 98c54c93-97e0-4da2-8c2e-b609b26e96b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6464 | 2024.07.13 05:39:11.203377 [ 3 ] {} <Debug> HTTP-Session: 98c54c93-97e0-4da2-8c2e-b609b26e96b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6465 | 2024.07.13 05:39:11.203392 [ 3 ] {} <Debug> HTTP-Session: 98c54c93-97e0-4da2-8c2e-b609b26e96b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6466 | 2024.07.13 05:39:11.203423 [ 3 ] {} <Trace> HTTP-Session: 98c54c93-97e0-4da2-8c2e-b609b26e96b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6467 | 2024.07.13 05:39:11.203526 [ 3 ] {103272c0-80d1-43e2-b1b9-1bc2c645ddf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6468 | 2024.07.13 05:39:11.203572 [ 3 ] {103272c0-80d1-43e2-b1b9-1bc2c645ddf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6469 | 2024.07.13 05:39:11.203698 [ 3 ] {103272c0-80d1-43e2-b1b9-1bc2c645ddf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6470 | 2024.07.13 05:39:11.204052 [ 3 ] {103272c0-80d1-43e2-b1b9-1bc2c645ddf4} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6471 | 2024.07.13 05:39:11.204088 [ 3 ] {103272c0-80d1-43e2-b1b9-1bc2c645ddf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6472 | 2024.07.13 05:39:11.204447 [ 3 ] {103272c0-80d1-43e2-b1b9-1bc2c645ddf4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6473 | 2024.07.13 05:39:11.204772 [ 3 ] {103272c0-80d1-43e2-b1b9-1bc2c645ddf4} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6474 | 2024.07.13 05:39:11.204932 [ 3 ] {103272c0-80d1-43e2-b1b9-1bc2c645ddf4} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001434 sec., 16039.051603905162 rows/sec., 867.60 KiB/sec. | ||
6475 | 2024.07.13 05:39:11.205137 [ 3 ] {103272c0-80d1-43e2-b1b9-1bc2c645ddf4} <Debug> DynamicQueryHandler: Done processing query | ||
6476 | 2024.07.13 05:39:11.205161 [ 3 ] {103272c0-80d1-43e2-b1b9-1bc2c645ddf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6477 | 2024.07.13 05:39:11.205176 [ 3 ] {} <Debug> HTTP-Session: 98c54c93-97e0-4da2-8c2e-b609b26e96b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6478 | 2024.07.13 05:39:11.205297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6479 | 2024.07.13 05:39:11.205343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6480 | 2024.07.13 05:39:11.205362 [ 3 ] {} <Debug> HTTP-Session: e43b2b33-e700-46ff-b64a-6f4da574270a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6481 | 2024.07.13 05:39:11.205378 [ 3 ] {} <Debug> HTTP-Session: e43b2b33-e700-46ff-b64a-6f4da574270a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6482 | 2024.07.13 05:39:11.205393 [ 3 ] {} <Debug> HTTP-Session: e43b2b33-e700-46ff-b64a-6f4da574270a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6483 | 2024.07.13 05:39:11.205422 [ 3 ] {} <Trace> HTTP-Session: e43b2b33-e700-46ff-b64a-6f4da574270a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6484 | 2024.07.13 05:39:11.205532 [ 3 ] {1f65ec51-8310-48f8-a130-60d91518f762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6485 | 2024.07.13 05:39:11.205601 [ 3 ] {1f65ec51-8310-48f8-a130-60d91518f762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6486 | 2024.07.13 05:39:11.205728 [ 3 ] {1f65ec51-8310-48f8-a130-60d91518f762} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6487 | 2024.07.13 05:39:11.206007 [ 3 ] {1f65ec51-8310-48f8-a130-60d91518f762} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6488 | 2024.07.13 05:39:11.206043 [ 3 ] {1f65ec51-8310-48f8-a130-60d91518f762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6489 | 2024.07.13 05:39:11.206394 [ 3 ] {1f65ec51-8310-48f8-a130-60d91518f762} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6490 | 2024.07.13 05:39:11.206719 [ 3 ] {1f65ec51-8310-48f8-a130-60d91518f762} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6491 | 2024.07.13 05:39:11.206873 [ 3 ] {1f65ec51-8310-48f8-a130-60d91518f762} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
6492 | 2024.07.13 05:39:11.207039 [ 3 ] {1f65ec51-8310-48f8-a130-60d91518f762} <Debug> DynamicQueryHandler: Done processing query | ||
6493 | 2024.07.13 05:39:11.207063 [ 3 ] {1f65ec51-8310-48f8-a130-60d91518f762} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6494 | 2024.07.13 05:39:11.207079 [ 3 ] {} <Debug> HTTP-Session: e43b2b33-e700-46ff-b64a-6f4da574270a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6495 | 2024.07.13 05:39:15.443349 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6496 | 2024.07.13 05:39:15.443451 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6497 | 2024.07.13 05:39:16.167437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6498 | 2024.07.13 05:39:16.167585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6499 | 2024.07.13 05:39:16.167627 [ 3 ] {} <Debug> HTTP-Session: a76abc92-548b-4d82-ad5f-1dcfb292e97b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6500 | 2024.07.13 05:39:16.167666 [ 3 ] {} <Debug> HTTP-Session: a76abc92-548b-4d82-ad5f-1dcfb292e97b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6501 | 2024.07.13 05:39:16.167694 [ 3 ] {} <Debug> HTTP-Session: a76abc92-548b-4d82-ad5f-1dcfb292e97b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6502 | 2024.07.13 05:39:16.167771 [ 3 ] {} <Trace> HTTP-Session: a76abc92-548b-4d82-ad5f-1dcfb292e97b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6503 | 2024.07.13 05:39:16.168021 [ 3 ] {cd1e610a-7bed-430e-8c12-4576d94d1ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6504 | 2024.07.13 05:39:16.168120 [ 3 ] {cd1e610a-7bed-430e-8c12-4576d94d1ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6505 | 2024.07.13 05:39:16.168336 [ 3 ] {cd1e610a-7bed-430e-8c12-4576d94d1ce6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6506 | 2024.07.13 05:39:16.168815 [ 3 ] {cd1e610a-7bed-430e-8c12-4576d94d1ce6} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6507 | 2024.07.13 05:39:16.168855 [ 3 ] {cd1e610a-7bed-430e-8c12-4576d94d1ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6508 | 2024.07.13 05:39:16.169272 [ 3 ] {cd1e610a-7bed-430e-8c12-4576d94d1ce6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6509 | 2024.07.13 05:39:16.169614 [ 3 ] {cd1e610a-7bed-430e-8c12-4576d94d1ce6} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6510 | 2024.07.13 05:39:16.169762 [ 3 ] {cd1e610a-7bed-430e-8c12-4576d94d1ce6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001818 sec., 1100.1100110011002 rows/sec., 89.71 KiB/sec. | ||
6511 | 2024.07.13 05:39:16.170106 [ 3 ] {cd1e610a-7bed-430e-8c12-4576d94d1ce6} <Debug> DynamicQueryHandler: Done processing query | ||
6512 | 2024.07.13 05:39:16.170134 [ 3 ] {cd1e610a-7bed-430e-8c12-4576d94d1ce6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6513 | 2024.07.13 05:39:16.170152 [ 3 ] {} <Debug> HTTP-Session: a76abc92-548b-4d82-ad5f-1dcfb292e97b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6514 | 2024.07.13 05:39:16.170306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6515 | 2024.07.13 05:39:16.170363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6516 | 2024.07.13 05:39:16.170383 [ 3 ] {} <Debug> HTTP-Session: e3ecc240-87bf-471c-a47c-54fef2a254bb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6517 | 2024.07.13 05:39:16.170401 [ 3 ] {} <Debug> HTTP-Session: e3ecc240-87bf-471c-a47c-54fef2a254bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6518 | 2024.07.13 05:39:16.170416 [ 3 ] {} <Debug> HTTP-Session: e3ecc240-87bf-471c-a47c-54fef2a254bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6519 | 2024.07.13 05:39:16.170451 [ 3 ] {} <Trace> HTTP-Session: e3ecc240-87bf-471c-a47c-54fef2a254bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6520 | 2024.07.13 05:39:16.170569 [ 3 ] {c5e3dd1d-a0e8-4695-a152-ef3877da2f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6521 | 2024.07.13 05:39:16.170616 [ 3 ] {c5e3dd1d-a0e8-4695-a152-ef3877da2f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6522 | 2024.07.13 05:39:16.170767 [ 3 ] {c5e3dd1d-a0e8-4695-a152-ef3877da2f1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6523 | 2024.07.13 05:39:16.171101 [ 3 ] {c5e3dd1d-a0e8-4695-a152-ef3877da2f1a} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6524 | 2024.07.13 05:39:16.171138 [ 3 ] {c5e3dd1d-a0e8-4695-a152-ef3877da2f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6525 | 2024.07.13 05:39:16.171452 [ 3 ] {c5e3dd1d-a0e8-4695-a152-ef3877da2f1a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6526 | 2024.07.13 05:39:16.171766 [ 3 ] {c5e3dd1d-a0e8-4695-a152-ef3877da2f1a} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6527 | 2024.07.13 05:39:16.171891 [ 84 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6528 | 2024.07.13 05:39:16.171894 [ 3 ] {c5e3dd1d-a0e8-4695-a152-ef3877da2f1a} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001364 sec., 41788.85630498534 rows/sec., 3.21 MiB/sec. | ||
6529 | 2024.07.13 05:39:16.171942 [ 84 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6530 | 2024.07.13 05:39:16.171982 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6531 | 2024.07.13 05:39:16.172145 [ 3 ] {c5e3dd1d-a0e8-4695-a152-ef3877da2f1a} <Debug> DynamicQueryHandler: Done processing query | ||
6532 | 2024.07.13 05:39:16.172222 [ 3 ] {c5e3dd1d-a0e8-4695-a152-ef3877da2f1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6533 | 2024.07.13 05:39:16.172280 [ 3 ] {} <Debug> HTTP-Session: e3ecc240-87bf-471c-a47c-54fef2a254bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6534 | 2024.07.13 05:39:16.172416 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
6535 | 2024.07.13 05:39:16.172556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6536 | 2024.07.13 05:39:16.172678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6537 | 2024.07.13 05:39:16.172737 [ 3 ] {} <Debug> HTTP-Session: f04ac69e-051d-4c0a-986e-19f1af8f1734 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6538 | 2024.07.13 05:39:16.172783 [ 3 ] {} <Debug> HTTP-Session: f04ac69e-051d-4c0a-986e-19f1af8f1734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6539 | 2024.07.13 05:39:16.172813 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6540 | 2024.07.13 05:39:16.172823 [ 3 ] {} <Debug> HTTP-Session: f04ac69e-051d-4c0a-986e-19f1af8f1734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6541 | 2024.07.13 05:39:16.172889 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 301 rows starting from the beginning of the part | ||
6542 | 2024.07.13 05:39:16.172903 [ 3 ] {} <Trace> HTTP-Session: f04ac69e-051d-4c0a-986e-19f1af8f1734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6543 | 2024.07.13 05:39:16.173041 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
6544 | 2024.07.13 05:39:16.173168 [ 3 ] {d33aefe5-06d0-4c07-8dae-d8926946c504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6545 | 2024.07.13 05:39:16.173326 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 257 rows starting from the beginning of the part | ||
6546 | 2024.07.13 05:39:16.173328 [ 3 ] {d33aefe5-06d0-4c07-8dae-d8926946c504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6547 | 2024.07.13 05:39:16.173708 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
6548 | 2024.07.13 05:39:16.174076 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 260 rows starting from the beginning of the part | ||
6549 | 2024.07.13 05:39:16.174413 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 57 rows starting from the beginning of the part | ||
6550 | 2024.07.13 05:39:16.174933 [ 3 ] {d33aefe5-06d0-4c07-8dae-d8926946c504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6551 | 2024.07.13 05:39:16.175706 [ 3 ] {d33aefe5-06d0-4c07-8dae-d8926946c504} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6552 | 2024.07.13 05:39:16.175761 [ 3 ] {d33aefe5-06d0-4c07-8dae-d8926946c504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6553 | 2024.07.13 05:39:16.176576 [ 3 ] {d33aefe5-06d0-4c07-8dae-d8926946c504} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6554 | 2024.07.13 05:39:16.177368 [ 3 ] {d33aefe5-06d0-4c07-8dae-d8926946c504} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6555 | 2024.07.13 05:39:16.177508 [ 194 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 987 rows, containing 4 columns (4 merged, 0 gathered) in 0.005413654 sec., 182316.7864071106 rows/sec., 15.61 MiB/sec. | ||
6556 | 2024.07.13 05:39:16.177653 [ 3 ] {d33aefe5-06d0-4c07-8dae-d8926946c504} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004608 sec., 434.02777777777777 rows/sec., 30.31 KiB/sec. | ||
6557 | 2024.07.13 05:39:16.177893 [ 194 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6558 | 2024.07.13 05:39:16.177959 [ 3 ] {d33aefe5-06d0-4c07-8dae-d8926946c504} <Debug> DynamicQueryHandler: Done processing query | ||
6559 | 2024.07.13 05:39:16.178013 [ 3 ] {d33aefe5-06d0-4c07-8dae-d8926946c504} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6560 | 2024.07.13 05:39:16.178039 [ 3 ] {} <Debug> HTTP-Session: f04ac69e-051d-4c0a-986e-19f1af8f1734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6561 | 2024.07.13 05:39:16.178260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6562 | 2024.07.13 05:39:16.178339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6563 | 2024.07.13 05:39:16.178381 [ 3 ] {} <Debug> HTTP-Session: bea044e2-eaaa-4266-82fc-d28476c542c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6564 | 2024.07.13 05:39:16.178411 [ 3 ] {} <Debug> HTTP-Session: bea044e2-eaaa-4266-82fc-d28476c542c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6565 | 2024.07.13 05:39:16.178436 [ 3 ] {} <Debug> HTTP-Session: bea044e2-eaaa-4266-82fc-d28476c542c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6566 | 2024.07.13 05:39:16.178492 [ 3 ] {} <Trace> HTTP-Session: bea044e2-eaaa-4266-82fc-d28476c542c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6567 | 2024.07.13 05:39:16.178577 [ 194 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6568 | 2024.07.13 05:39:16.178725 [ 3 ] {45c57f9c-e010-4d9a-8c70-ec138bb39e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6569 | 2024.07.13 05:39:16.178768 [ 194 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_36_7} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6570 | 2024.07.13 05:39:16.178801 [ 3 ] {45c57f9c-e010-4d9a-8c70-ec138bb39e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6571 | 2024.07.13 05:39:16.178959 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
6572 | 2024.07.13 05:39:16.179121 [ 3 ] {45c57f9c-e010-4d9a-8c70-ec138bb39e01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6573 | 2024.07.13 05:39:16.179492 [ 3 ] {45c57f9c-e010-4d9a-8c70-ec138bb39e01} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6574 | 2024.07.13 05:39:16.179530 [ 3 ] {45c57f9c-e010-4d9a-8c70-ec138bb39e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6575 | 2024.07.13 05:39:16.179851 [ 3 ] {45c57f9c-e010-4d9a-8c70-ec138bb39e01} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6576 | 2024.07.13 05:39:16.180171 [ 3 ] {45c57f9c-e010-4d9a-8c70-ec138bb39e01} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6577 | 2024.07.13 05:39:16.180293 [ 84 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6578 | 2024.07.13 05:39:16.180297 [ 3 ] {45c57f9c-e010-4d9a-8c70-ec138bb39e01} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001686 sec., 39145.907473309606 rows/sec., 3.06 MiB/sec. | ||
6579 | 2024.07.13 05:39:16.180324 [ 84 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6580 | 2024.07.13 05:39:16.180356 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6581 | 2024.07.13 05:39:16.180538 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
6582 | 2024.07.13 05:39:16.180561 [ 3 ] {45c57f9c-e010-4d9a-8c70-ec138bb39e01} <Debug> DynamicQueryHandler: Done processing query | ||
6583 | 2024.07.13 05:39:16.180616 [ 3 ] {45c57f9c-e010-4d9a-8c70-ec138bb39e01} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6584 | 2024.07.13 05:39:16.180652 [ 3 ] {} <Debug> HTTP-Session: bea044e2-eaaa-4266-82fc-d28476c542c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6585 | 2024.07.13 05:39:16.180754 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6586 | 2024.07.13 05:39:16.180795 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 472 rows starting from the beginning of the part | ||
6587 | 2024.07.13 05:39:16.180913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6588 | 2024.07.13 05:39:16.180996 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
6589 | 2024.07.13 05:39:16.181039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6590 | 2024.07.13 05:39:16.181124 [ 3 ] {} <Debug> HTTP-Session: ea3ffa78-a640-4ede-b608-8c8c29777923 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6591 | 2024.07.13 05:39:16.181238 [ 3 ] {} <Debug> HTTP-Session: ea3ffa78-a640-4ede-b608-8c8c29777923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6592 | 2024.07.13 05:39:16.181341 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 414 rows starting from the beginning of the part | ||
6593 | 2024.07.13 05:39:16.181363 [ 3 ] {} <Debug> HTTP-Session: ea3ffa78-a640-4ede-b608-8c8c29777923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6594 | 2024.07.13 05:39:16.181544 [ 3 ] {} <Trace> HTTP-Session: ea3ffa78-a640-4ede-b608-8c8c29777923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6595 | 2024.07.13 05:39:16.181596 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
6596 | 2024.07.13 05:39:16.181760 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 420 rows starting from the beginning of the part | ||
6597 | 2024.07.13 05:39:16.182022 [ 199 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 66 rows starting from the beginning of the part | ||
6598 | 2024.07.13 05:39:16.182050 [ 3 ] {38cef95c-3a25-489e-97d1-d7654636e96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6599 | 2024.07.13 05:39:16.182274 [ 3 ] {38cef95c-3a25-489e-97d1-d7654636e96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6600 | 2024.07.13 05:39:16.182888 [ 3 ] {38cef95c-3a25-489e-97d1-d7654636e96e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6601 | 2024.07.13 05:39:16.183787 [ 3 ] {38cef95c-3a25-489e-97d1-d7654636e96e} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6602 | 2024.07.13 05:39:16.183850 [ 3 ] {38cef95c-3a25-489e-97d1-d7654636e96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6603 | 2024.07.13 05:39:16.184754 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 4 columns (4 merged, 0 gathered) in 0.004309797 sec., 348044.2350300954 rows/sec., 25.10 MiB/sec. | ||
6604 | 2024.07.13 05:39:16.184764 [ 3 ] {38cef95c-3a25-489e-97d1-d7654636e96e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6605 | 2024.07.13 05:39:16.184992 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6606 | 2024.07.13 05:39:16.185600 [ 3 ] {38cef95c-3a25-489e-97d1-d7654636e96e} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6607 | 2024.07.13 05:39:16.185834 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6608 | 2024.07.13 05:39:16.185860 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6609 | 2024.07.13 05:39:16.185918 [ 3 ] {38cef95c-3a25-489e-97d1-d7654636e96e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004083 sec., 39431.79035023267 rows/sec., 2.75 MiB/sec. | ||
6610 | 2024.07.13 05:39:16.185959 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6611 | 2024.07.13 05:39:16.186062 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6612 | 2024.07.13 05:39:16.186232 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_36_7} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6613 | 2024.07.13 05:39:16.186506 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
6614 | 2024.07.13 05:39:16.186563 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
6615 | 2024.07.13 05:39:16.186603 [ 3 ] {38cef95c-3a25-489e-97d1-d7654636e96e} <Debug> DynamicQueryHandler: Done processing query | ||
6616 | 2024.07.13 05:39:16.186648 [ 3 ] {38cef95c-3a25-489e-97d1-d7654636e96e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6617 | 2024.07.13 05:39:16.186689 [ 3 ] {} <Debug> HTTP-Session: ea3ffa78-a640-4ede-b608-8c8c29777923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6618 | 2024.07.13 05:39:16.186804 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6619 | 2024.07.13 05:39:16.186863 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4688 rows starting from the beginning of the part | ||
6620 | 2024.07.13 05:39:16.186882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6621 | 2024.07.13 05:39:16.187001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6622 | 2024.07.13 05:39:16.187098 [ 3 ] {} <Debug> HTTP-Session: 26570736-5415-433f-b7a9-7e81cb353c8f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6623 | 2024.07.13 05:39:16.187140 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
6624 | 2024.07.13 05:39:16.187169 [ 3 ] {} <Debug> HTTP-Session: 26570736-5415-433f-b7a9-7e81cb353c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6625 | 2024.07.13 05:39:16.187238 [ 3 ] {} <Debug> HTTP-Session: 26570736-5415-433f-b7a9-7e81cb353c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6626 | 2024.07.13 05:39:16.187366 [ 3 ] {} <Trace> HTTP-Session: 26570736-5415-433f-b7a9-7e81cb353c8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6627 | 2024.07.13 05:39:16.187453 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
6628 | 2024.07.13 05:39:16.187794 [ 3 ] {363e2a9a-548e-416b-b20b-a86268cec547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6629 | 2024.07.13 05:39:16.187790 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
6630 | 2024.07.13 05:39:16.187984 [ 3 ] {363e2a9a-548e-416b-b20b-a86268cec547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6631 | 2024.07.13 05:39:16.188239 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 163 rows starting from the beginning of the part | ||
6632 | 2024.07.13 05:39:16.188610 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
6633 | 2024.07.13 05:39:16.188961 [ 3 ] {363e2a9a-548e-416b-b20b-a86268cec547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6634 | 2024.07.13 05:39:16.189805 [ 3 ] {363e2a9a-548e-416b-b20b-a86268cec547} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6635 | 2024.07.13 05:39:16.189872 [ 3 ] {363e2a9a-548e-416b-b20b-a86268cec547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6636 | 2024.07.13 05:39:16.190385 [ 3 ] {363e2a9a-548e-416b-b20b-a86268cec547} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6637 | 2024.07.13 05:39:16.191356 [ 3 ] {363e2a9a-548e-416b-b20b-a86268cec547} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6638 | 2024.07.13 05:39:16.191667 [ 84 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6639 | 2024.07.13 05:39:16.191733 [ 3 ] {363e2a9a-548e-416b-b20b-a86268cec547} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004157 sec., 14433.48568679336 rows/sec., 996.06 KiB/sec. | ||
6640 | 2024.07.13 05:39:16.191747 [ 84 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6641 | 2024.07.13 05:39:16.191790 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6642 | 2024.07.13 05:39:16.192093 [ 3 ] {363e2a9a-548e-416b-b20b-a86268cec547} <Debug> DynamicQueryHandler: Done processing query | ||
6643 | 2024.07.13 05:39:16.192103 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
6644 | 2024.07.13 05:39:16.192139 [ 3 ] {363e2a9a-548e-416b-b20b-a86268cec547} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6645 | 2024.07.13 05:39:16.192232 [ 3 ] {} <Debug> HTTP-Session: 26570736-5415-433f-b7a9-7e81cb353c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6646 | 2024.07.13 05:39:16.192421 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6647 | 2024.07.13 05:39:16.192473 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1514 rows starting from the beginning of the part | ||
6648 | 2024.07.13 05:39:16.192598 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
6649 | 2024.07.13 05:39:16.192906 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
6650 | 2024.07.13 05:39:16.193262 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
6651 | 2024.07.13 05:39:16.193458 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5492 rows, containing 5 columns (5 merged, 0 gathered) in 0.007212063 sec., 761501.9447278816 rows/sec., 53.05 MiB/sec. | ||
6652 | 2024.07.13 05:39:16.193493 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
6653 | 2024.07.13 05:39:16.193631 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
6654 | 2024.07.13 05:39:16.194058 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6655 | 2024.07.13 05:39:16.194965 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6656 | 2024.07.13 05:39:16.195182 [ 186 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6657 | 2024.07.13 05:39:16.195374 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
6658 | 2024.07.13 05:39:16.195930 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1814 rows, containing 4 columns (4 merged, 0 gathered) in 0.003999812 sec., 453521.31550182856 rows/sec., 30.64 MiB/sec. | ||
6659 | 2024.07.13 05:39:16.196166 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6660 | 2024.07.13 05:39:16.196564 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_36_7} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6661 | 2024.07.13 05:39:16.196651 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_36_7} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6662 | 2024.07.13 05:39:16.196738 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
6663 | 2024.07.13 05:39:21.174527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6664 | 2024.07.13 05:39:21.174720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6665 | 2024.07.13 05:39:21.174766 [ 3 ] {} <Debug> HTTP-Session: 3ba4073a-b4a7-47ef-a7ee-8fcdad627761 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6666 | 2024.07.13 05:39:21.174808 [ 3 ] {} <Debug> HTTP-Session: 3ba4073a-b4a7-47ef-a7ee-8fcdad627761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6667 | 2024.07.13 05:39:21.174837 [ 3 ] {} <Debug> HTTP-Session: 3ba4073a-b4a7-47ef-a7ee-8fcdad627761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6668 | 2024.07.13 05:39:21.174916 [ 3 ] {} <Trace> HTTP-Session: 3ba4073a-b4a7-47ef-a7ee-8fcdad627761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6669 | 2024.07.13 05:39:21.175222 [ 3 ] {a6816156-374c-41bf-982a-1c7cbb9d9fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6670 | 2024.07.13 05:39:21.175308 [ 3 ] {a6816156-374c-41bf-982a-1c7cbb9d9fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6671 | 2024.07.13 05:39:21.175497 [ 3 ] {a6816156-374c-41bf-982a-1c7cbb9d9fe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6672 | 2024.07.13 05:39:21.175957 [ 3 ] {a6816156-374c-41bf-982a-1c7cbb9d9fe5} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6673 | 2024.07.13 05:39:21.176001 [ 3 ] {a6816156-374c-41bf-982a-1c7cbb9d9fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6674 | 2024.07.13 05:39:21.176373 [ 3 ] {a6816156-374c-41bf-982a-1c7cbb9d9fe5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6675 | 2024.07.13 05:39:21.176713 [ 3 ] {a6816156-374c-41bf-982a-1c7cbb9d9fe5} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6676 | 2024.07.13 05:39:21.176887 [ 3 ] {a6816156-374c-41bf-982a-1c7cbb9d9fe5} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.00177 sec., 21468.926553672314 rows/sec., 1.62 MiB/sec. | ||
6677 | 2024.07.13 05:39:21.176902 [ 7 ] {} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
6678 | 2024.07.13 05:39:21.177007 [ 7 ] {} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6679 | 2024.07.13 05:39:21.177058 [ 7 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6680 | 2024.07.13 05:39:21.177169 [ 3 ] {a6816156-374c-41bf-982a-1c7cbb9d9fe5} <Debug> DynamicQueryHandler: Done processing query | ||
6681 | 2024.07.13 05:39:21.177187 [ 196 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
6682 | 2024.07.13 05:39:21.177202 [ 3 ] {a6816156-374c-41bf-982a-1c7cbb9d9fe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6683 | 2024.07.13 05:39:21.177235 [ 3 ] {} <Debug> HTTP-Session: 3ba4073a-b4a7-47ef-a7ee-8fcdad627761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6684 | 2024.07.13 05:39:21.177333 [ 196 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6685 | 2024.07.13 05:39:21.177372 [ 196 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 38 rows starting from the beginning of the part | ||
6686 | 2024.07.13 05:39:21.177385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6687 | 2024.07.13 05:39:21.177479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6688 | 2024.07.13 05:39:21.177521 [ 196 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 38 rows starting from the beginning of the part | ||
6689 | 2024.07.13 05:39:21.177558 [ 3 ] {} <Debug> HTTP-Session: 24ef1211-91b5-4aa0-b4bd-17d33308a72b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6690 | 2024.07.13 05:39:21.177611 [ 3 ] {} <Debug> HTTP-Session: 24ef1211-91b5-4aa0-b4bd-17d33308a72b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6691 | 2024.07.13 05:39:21.177685 [ 3 ] {} <Debug> HTTP-Session: 24ef1211-91b5-4aa0-b4bd-17d33308a72b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6692 | 2024.07.13 05:39:21.177843 [ 196 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 38 rows starting from the beginning of the part | ||
6693 | 2024.07.13 05:39:21.177859 [ 3 ] {} <Trace> HTTP-Session: 24ef1211-91b5-4aa0-b4bd-17d33308a72b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6694 | 2024.07.13 05:39:21.178166 [ 196 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 38 rows starting from the beginning of the part | ||
6695 | 2024.07.13 05:39:21.178188 [ 3 ] {ac53426b-64c7-4d62-8d9f-755c80bf72d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6696 | 2024.07.13 05:39:21.178380 [ 3 ] {ac53426b-64c7-4d62-8d9f-755c80bf72d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6697 | 2024.07.13 05:39:21.178523 [ 196 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 38 rows starting from the beginning of the part | ||
6698 | 2024.07.13 05:39:21.179187 [ 3 ] {ac53426b-64c7-4d62-8d9f-755c80bf72d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6699 | 2024.07.13 05:39:21.179664 [ 3 ] {ac53426b-64c7-4d62-8d9f-755c80bf72d8} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6700 | 2024.07.13 05:39:21.179707 [ 3 ] {ac53426b-64c7-4d62-8d9f-755c80bf72d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6701 | 2024.07.13 05:39:21.180218 [ 3 ] {ac53426b-64c7-4d62-8d9f-755c80bf72d8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6702 | 2024.07.13 05:39:21.180262 [ 201 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.003125879 sec., 60782.90298504837 rows/sec., 4.58 MiB/sec. | ||
6703 | 2024.07.13 05:39:21.180559 [ 201 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
6704 | 2024.07.13 05:39:21.180866 [ 3 ] {ac53426b-64c7-4d62-8d9f-755c80bf72d8} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6705 | 2024.07.13 05:39:21.181322 [ 3 ] {ac53426b-64c7-4d62-8d9f-755c80bf72d8} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.003233 sec., 1855.8614290133003 rows/sec., 151.33 KiB/sec. | ||
6706 | 2024.07.13 05:39:21.181655 [ 201 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6707 | 2024.07.13 05:39:21.181885 [ 3 ] {ac53426b-64c7-4d62-8d9f-755c80bf72d8} <Debug> DynamicQueryHandler: Done processing query | ||
6708 | 2024.07.13 05:39:21.181889 [ 201 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_18_4} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
6709 | 2024.07.13 05:39:21.181933 [ 3 ] {ac53426b-64c7-4d62-8d9f-755c80bf72d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6710 | 2024.07.13 05:39:21.181958 [ 3 ] {} <Debug> HTTP-Session: 24ef1211-91b5-4aa0-b4bd-17d33308a72b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6711 | 2024.07.13 05:39:21.182091 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6712 | 2024.07.13 05:39:21.182212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 44208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6713 | 2024.07.13 05:39:21.182271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6714 | 2024.07.13 05:39:21.182291 [ 3 ] {} <Debug> HTTP-Session: d201eb89-d850-4982-9910-599984653286 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6715 | 2024.07.13 05:39:21.182308 [ 3 ] {} <Debug> HTTP-Session: d201eb89-d850-4982-9910-599984653286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6716 | 2024.07.13 05:39:21.182322 [ 3 ] {} <Debug> HTTP-Session: d201eb89-d850-4982-9910-599984653286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6717 | 2024.07.13 05:39:21.182357 [ 3 ] {} <Trace> HTTP-Session: d201eb89-d850-4982-9910-599984653286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6718 | 2024.07.13 05:39:21.182549 [ 3 ] {7e4004d9-dcf6-452a-9030-c9bc4d57638c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6719 | 2024.07.13 05:39:21.182596 [ 3 ] {7e4004d9-dcf6-452a-9030-c9bc4d57638c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6720 | 2024.07.13 05:39:21.182748 [ 3 ] {7e4004d9-dcf6-452a-9030-c9bc4d57638c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6721 | 2024.07.13 05:39:21.183258 [ 3 ] {7e4004d9-dcf6-452a-9030-c9bc4d57638c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6722 | 2024.07.13 05:39:21.183295 [ 3 ] {7e4004d9-dcf6-452a-9030-c9bc4d57638c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6723 | 2024.07.13 05:39:21.183629 [ 3 ] {7e4004d9-dcf6-452a-9030-c9bc4d57638c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6724 | 2024.07.13 05:39:21.183953 [ 3 ] {7e4004d9-dcf6-452a-9030-c9bc4d57638c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6725 | 2024.07.13 05:39:21.184108 [ 3 ] {7e4004d9-dcf6-452a-9030-c9bc4d57638c} <Debug> executeQuery: Read 296 rows, 26.25 KiB in 0.001657 sec., 178636.08931804466 rows/sec., 15.47 MiB/sec. | ||
6726 | 2024.07.13 05:39:21.184281 [ 3 ] {7e4004d9-dcf6-452a-9030-c9bc4d57638c} <Debug> DynamicQueryHandler: Done processing query | ||
6727 | 2024.07.13 05:39:21.184306 [ 3 ] {7e4004d9-dcf6-452a-9030-c9bc4d57638c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6728 | 2024.07.13 05:39:21.184322 [ 3 ] {} <Debug> HTTP-Session: d201eb89-d850-4982-9910-599984653286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6729 | 2024.07.13 05:39:21.184442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6730 | 2024.07.13 05:39:21.184490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6731 | 2024.07.13 05:39:21.184508 [ 3 ] {} <Debug> HTTP-Session: 55e19c17-d7d2-4a25-b5e5-0951fdffdf55 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6732 | 2024.07.13 05:39:21.184525 [ 3 ] {} <Debug> HTTP-Session: 55e19c17-d7d2-4a25-b5e5-0951fdffdf55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6733 | 2024.07.13 05:39:21.184539 [ 3 ] {} <Debug> HTTP-Session: 55e19c17-d7d2-4a25-b5e5-0951fdffdf55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6734 | 2024.07.13 05:39:21.184569 [ 3 ] {} <Trace> HTTP-Session: 55e19c17-d7d2-4a25-b5e5-0951fdffdf55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6735 | 2024.07.13 05:39:21.184663 [ 3 ] {213e6244-8c64-42aa-bd05-d599820a6f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6736 | 2024.07.13 05:39:21.184707 [ 3 ] {213e6244-8c64-42aa-bd05-d599820a6f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6737 | 2024.07.13 05:39:21.184834 [ 3 ] {213e6244-8c64-42aa-bd05-d599820a6f14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6738 | 2024.07.13 05:39:21.185119 [ 3 ] {213e6244-8c64-42aa-bd05-d599820a6f14} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6739 | 2024.07.13 05:39:21.185155 [ 3 ] {213e6244-8c64-42aa-bd05-d599820a6f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6740 | 2024.07.13 05:39:21.185450 [ 3 ] {213e6244-8c64-42aa-bd05-d599820a6f14} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6741 | 2024.07.13 05:39:21.185754 [ 3 ] {213e6244-8c64-42aa-bd05-d599820a6f14} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6742 | 2024.07.13 05:39:21.185903 [ 3 ] {213e6244-8c64-42aa-bd05-d599820a6f14} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001256 sec., 4777.070063694267 rows/sec., 333.56 KiB/sec. | ||
6743 | 2024.07.13 05:39:21.186066 [ 3 ] {213e6244-8c64-42aa-bd05-d599820a6f14} <Debug> DynamicQueryHandler: Done processing query | ||
6744 | 2024.07.13 05:39:21.186092 [ 3 ] {213e6244-8c64-42aa-bd05-d599820a6f14} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6745 | 2024.07.13 05:39:21.186107 [ 3 ] {} <Debug> HTTP-Session: 55e19c17-d7d2-4a25-b5e5-0951fdffdf55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6746 | 2024.07.13 05:39:21.186390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 72057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6747 | 2024.07.13 05:39:21.186437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6748 | 2024.07.13 05:39:21.186456 [ 3 ] {} <Debug> HTTP-Session: b3d9a10a-1322-4620-a82c-4c98c7c5a51a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6749 | 2024.07.13 05:39:21.186472 [ 3 ] {} <Debug> HTTP-Session: b3d9a10a-1322-4620-a82c-4c98c7c5a51a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6750 | 2024.07.13 05:39:21.186486 [ 3 ] {} <Debug> HTTP-Session: b3d9a10a-1322-4620-a82c-4c98c7c5a51a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6751 | 2024.07.13 05:39:21.186516 [ 3 ] {} <Trace> HTTP-Session: b3d9a10a-1322-4620-a82c-4c98c7c5a51a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6752 | 2024.07.13 05:39:21.186761 [ 3 ] {1e664936-0b26-4fa8-af57-166a0e28b0fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6753 | 2024.07.13 05:39:21.186804 [ 3 ] {1e664936-0b26-4fa8-af57-166a0e28b0fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6754 | 2024.07.13 05:39:21.186930 [ 3 ] {1e664936-0b26-4fa8-af57-166a0e28b0fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6755 | 2024.07.13 05:39:21.187462 [ 3 ] {1e664936-0b26-4fa8-af57-166a0e28b0fe} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6756 | 2024.07.13 05:39:21.187497 [ 3 ] {1e664936-0b26-4fa8-af57-166a0e28b0fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6757 | 2024.07.13 05:39:21.187824 [ 3 ] {1e664936-0b26-4fa8-af57-166a0e28b0fe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6758 | 2024.07.13 05:39:21.188121 [ 3 ] {1e664936-0b26-4fa8-af57-166a0e28b0fe} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6759 | 2024.07.13 05:39:21.188275 [ 3 ] {1e664936-0b26-4fa8-af57-166a0e28b0fe} <Debug> executeQuery: Read 444 rows, 32.42 KiB in 0.001645 sec., 269908.8145896657 rows/sec., 19.25 MiB/sec. | ||
6760 | 2024.07.13 05:39:21.188440 [ 3 ] {1e664936-0b26-4fa8-af57-166a0e28b0fe} <Debug> DynamicQueryHandler: Done processing query | ||
6761 | 2024.07.13 05:39:21.188464 [ 3 ] {1e664936-0b26-4fa8-af57-166a0e28b0fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6762 | 2024.07.13 05:39:21.188479 [ 3 ] {} <Debug> HTTP-Session: b3d9a10a-1322-4620-a82c-4c98c7c5a51a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6763 | 2024.07.13 05:39:21.188597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6764 | 2024.07.13 05:39:21.188644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6765 | 2024.07.13 05:39:21.188663 [ 3 ] {} <Debug> HTTP-Session: 8eac6df5-7962-4d32-a37a-8d8ee0b3a674 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6766 | 2024.07.13 05:39:21.188679 [ 3 ] {} <Debug> HTTP-Session: 8eac6df5-7962-4d32-a37a-8d8ee0b3a674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6767 | 2024.07.13 05:39:21.188693 [ 3 ] {} <Debug> HTTP-Session: 8eac6df5-7962-4d32-a37a-8d8ee0b3a674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6768 | 2024.07.13 05:39:21.188724 [ 3 ] {} <Trace> HTTP-Session: 8eac6df5-7962-4d32-a37a-8d8ee0b3a674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6769 | 2024.07.13 05:39:21.188817 [ 3 ] {c855d95c-6512-4e08-92f6-218428e26508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6770 | 2024.07.13 05:39:21.188863 [ 3 ] {c855d95c-6512-4e08-92f6-218428e26508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6771 | 2024.07.13 05:39:21.188992 [ 3 ] {c855d95c-6512-4e08-92f6-218428e26508} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6772 | 2024.07.13 05:39:21.189272 [ 3 ] {c855d95c-6512-4e08-92f6-218428e26508} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6773 | 2024.07.13 05:39:21.189307 [ 3 ] {c855d95c-6512-4e08-92f6-218428e26508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6774 | 2024.07.13 05:39:21.189660 [ 3 ] {c855d95c-6512-4e08-92f6-218428e26508} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6775 | 2024.07.13 05:39:21.189988 [ 3 ] {c855d95c-6512-4e08-92f6-218428e26508} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6776 | 2024.07.13 05:39:21.190139 [ 3 ] {c855d95c-6512-4e08-92f6-218428e26508} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001337 sec., 4487.658937920718 rows/sec., 192.83 KiB/sec. | ||
6777 | 2024.07.13 05:39:21.190300 [ 3 ] {c855d95c-6512-4e08-92f6-218428e26508} <Debug> DynamicQueryHandler: Done processing query | ||
6778 | 2024.07.13 05:39:21.190324 [ 3 ] {c855d95c-6512-4e08-92f6-218428e26508} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6779 | 2024.07.13 05:39:21.190339 [ 3 ] {} <Debug> HTTP-Session: 8eac6df5-7962-4d32-a37a-8d8ee0b3a674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6780 | 2024.07.13 05:39:21.190470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6781 | 2024.07.13 05:39:21.190517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6782 | 2024.07.13 05:39:21.190535 [ 3 ] {} <Debug> HTTP-Session: 8ba86e76-4b5c-456f-89a4-3ee654575a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6783 | 2024.07.13 05:39:21.190552 [ 3 ] {} <Debug> HTTP-Session: 8ba86e76-4b5c-456f-89a4-3ee654575a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6784 | 2024.07.13 05:39:21.190566 [ 3 ] {} <Debug> HTTP-Session: 8ba86e76-4b5c-456f-89a4-3ee654575a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6785 | 2024.07.13 05:39:21.190596 [ 3 ] {} <Trace> HTTP-Session: 8ba86e76-4b5c-456f-89a4-3ee654575a9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6786 | 2024.07.13 05:39:21.190713 [ 3 ] {e90fc7b1-1979-4562-9793-d6b6ce099f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6787 | 2024.07.13 05:39:21.190759 [ 3 ] {e90fc7b1-1979-4562-9793-d6b6ce099f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6788 | 2024.07.13 05:39:21.190899 [ 3 ] {e90fc7b1-1979-4562-9793-d6b6ce099f20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6789 | 2024.07.13 05:39:21.191214 [ 3 ] {e90fc7b1-1979-4562-9793-d6b6ce099f20} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6790 | 2024.07.13 05:39:21.191250 [ 3 ] {e90fc7b1-1979-4562-9793-d6b6ce099f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6791 | 2024.07.13 05:39:21.191609 [ 3 ] {e90fc7b1-1979-4562-9793-d6b6ce099f20} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6792 | 2024.07.13 05:39:21.191947 [ 3 ] {e90fc7b1-1979-4562-9793-d6b6ce099f20} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6793 | 2024.07.13 05:39:21.192104 [ 3 ] {e90fc7b1-1979-4562-9793-d6b6ce099f20} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001427 sec., 53959.3552908199 rows/sec., 3.32 MiB/sec. | ||
6794 | 2024.07.13 05:39:21.192417 [ 3 ] {e90fc7b1-1979-4562-9793-d6b6ce099f20} <Debug> DynamicQueryHandler: Done processing query | ||
6795 | 2024.07.13 05:39:21.192442 [ 3 ] {e90fc7b1-1979-4562-9793-d6b6ce099f20} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6796 | 2024.07.13 05:39:21.192458 [ 3 ] {} <Debug> HTTP-Session: 8ba86e76-4b5c-456f-89a4-3ee654575a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6797 | 2024.07.13 05:39:21.192621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6798 | 2024.07.13 05:39:21.192669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6799 | 2024.07.13 05:39:21.192688 [ 3 ] {} <Debug> HTTP-Session: 01ac0e02-292f-4d18-b984-bc0fbc860dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6800 | 2024.07.13 05:39:21.192705 [ 3 ] {} <Debug> HTTP-Session: 01ac0e02-292f-4d18-b984-bc0fbc860dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6801 | 2024.07.13 05:39:21.192719 [ 3 ] {} <Debug> HTTP-Session: 01ac0e02-292f-4d18-b984-bc0fbc860dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6802 | 2024.07.13 05:39:21.192749 [ 3 ] {} <Trace> HTTP-Session: 01ac0e02-292f-4d18-b984-bc0fbc860dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6803 | 2024.07.13 05:39:21.192978 [ 3 ] {0d1fa86e-0f39-4db9-b30b-ebd4c296429c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6804 | 2024.07.13 05:39:21.193025 [ 3 ] {0d1fa86e-0f39-4db9-b30b-ebd4c296429c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6805 | 2024.07.13 05:39:21.193188 [ 3 ] {0d1fa86e-0f39-4db9-b30b-ebd4c296429c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6806 | 2024.07.13 05:39:21.193592 [ 3 ] {0d1fa86e-0f39-4db9-b30b-ebd4c296429c} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6807 | 2024.07.13 05:39:21.193628 [ 3 ] {0d1fa86e-0f39-4db9-b30b-ebd4c296429c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6808 | 2024.07.13 05:39:21.194004 [ 3 ] {0d1fa86e-0f39-4db9-b30b-ebd4c296429c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6809 | 2024.07.13 05:39:21.194337 [ 3 ] {0d1fa86e-0f39-4db9-b30b-ebd4c296429c} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6810 | 2024.07.13 05:39:21.194488 [ 3 ] {0d1fa86e-0f39-4db9-b30b-ebd4c296429c} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001654 sec., 120314.38935912937 rows/sec., 8.40 MiB/sec. | ||
6811 | 2024.07.13 05:39:21.194655 [ 3 ] {0d1fa86e-0f39-4db9-b30b-ebd4c296429c} <Debug> DynamicQueryHandler: Done processing query | ||
6812 | 2024.07.13 05:39:21.194679 [ 3 ] {0d1fa86e-0f39-4db9-b30b-ebd4c296429c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6813 | 2024.07.13 05:39:21.194694 [ 3 ] {} <Debug> HTTP-Session: 01ac0e02-292f-4d18-b984-bc0fbc860dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6814 | 2024.07.13 05:39:21.194837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6815 | 2024.07.13 05:39:21.194885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6816 | 2024.07.13 05:39:21.194903 [ 3 ] {} <Debug> HTTP-Session: 86b634eb-3fc2-4fa8-8ef1-b9a6268d6293 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6817 | 2024.07.13 05:39:21.194920 [ 3 ] {} <Debug> HTTP-Session: 86b634eb-3fc2-4fa8-8ef1-b9a6268d6293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6818 | 2024.07.13 05:39:21.194934 [ 3 ] {} <Debug> HTTP-Session: 86b634eb-3fc2-4fa8-8ef1-b9a6268d6293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6819 | 2024.07.13 05:39:21.194964 [ 3 ] {} <Trace> HTTP-Session: 86b634eb-3fc2-4fa8-8ef1-b9a6268d6293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6820 | 2024.07.13 05:39:21.195299 [ 3 ] {3b2cd751-b504-46cb-9143-931209061548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6821 | 2024.07.13 05:39:21.195363 [ 3 ] {3b2cd751-b504-46cb-9143-931209061548} <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 | ||
6822 | 2024.07.13 05:39:21.195766 [ 3 ] {3b2cd751-b504-46cb-9143-931209061548} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6823 | 2024.07.13 05:39:21.196476 [ 3 ] {3b2cd751-b504-46cb-9143-931209061548} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6824 | 2024.07.13 05:39:21.196511 [ 3 ] {3b2cd751-b504-46cb-9143-931209061548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6825 | 2024.07.13 05:39:21.197111 [ 3 ] {3b2cd751-b504-46cb-9143-931209061548} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6826 | 2024.07.13 05:39:21.197513 [ 3 ] {3b2cd751-b504-46cb-9143-931209061548} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6827 | 2024.07.13 05:39:21.197736 [ 3 ] {3b2cd751-b504-46cb-9143-931209061548} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002679 sec., 11944.75550578574 rows/sec., 21.40 MiB/sec. | ||
6828 | 2024.07.13 05:39:21.198253 [ 3 ] {3b2cd751-b504-46cb-9143-931209061548} <Debug> DynamicQueryHandler: Done processing query | ||
6829 | 2024.07.13 05:39:21.198277 [ 3 ] {3b2cd751-b504-46cb-9143-931209061548} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6830 | 2024.07.13 05:39:21.198293 [ 3 ] {} <Debug> HTTP-Session: 86b634eb-3fc2-4fa8-8ef1-b9a6268d6293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6831 | 2024.07.13 05:39:21.198420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6832 | 2024.07.13 05:39:21.198466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6833 | 2024.07.13 05:39:21.198484 [ 3 ] {} <Debug> HTTP-Session: e97057d9-92de-42f2-b245-78515cc6b0d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6834 | 2024.07.13 05:39:21.198501 [ 3 ] {} <Debug> HTTP-Session: e97057d9-92de-42f2-b245-78515cc6b0d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6835 | 2024.07.13 05:39:21.198514 [ 3 ] {} <Debug> HTTP-Session: e97057d9-92de-42f2-b245-78515cc6b0d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6836 | 2024.07.13 05:39:21.198545 [ 3 ] {} <Trace> HTTP-Session: e97057d9-92de-42f2-b245-78515cc6b0d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6837 | 2024.07.13 05:39:21.198646 [ 3 ] {3e3f9620-f445-4c0d-896e-0a650e9bdd89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6838 | 2024.07.13 05:39:21.198691 [ 3 ] {3e3f9620-f445-4c0d-896e-0a650e9bdd89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6839 | 2024.07.13 05:39:21.198833 [ 3 ] {3e3f9620-f445-4c0d-896e-0a650e9bdd89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6840 | 2024.07.13 05:39:21.199243 [ 3 ] {3e3f9620-f445-4c0d-896e-0a650e9bdd89} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6841 | 2024.07.13 05:39:21.199292 [ 3 ] {3e3f9620-f445-4c0d-896e-0a650e9bdd89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6842 | 2024.07.13 05:39:21.199736 [ 3 ] {3e3f9620-f445-4c0d-896e-0a650e9bdd89} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6843 | 2024.07.13 05:39:21.200144 [ 3 ] {3e3f9620-f445-4c0d-896e-0a650e9bdd89} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6844 | 2024.07.13 05:39:21.200324 [ 3 ] {3e3f9620-f445-4c0d-896e-0a650e9bdd89} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.0017 sec., 13529.411764705883 rows/sec., 731.85 KiB/sec. | ||
6845 | 2024.07.13 05:39:21.200630 [ 3 ] {3e3f9620-f445-4c0d-896e-0a650e9bdd89} <Debug> DynamicQueryHandler: Done processing query | ||
6846 | 2024.07.13 05:39:21.200656 [ 3 ] {3e3f9620-f445-4c0d-896e-0a650e9bdd89} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6847 | 2024.07.13 05:39:21.200672 [ 3 ] {} <Debug> HTTP-Session: e97057d9-92de-42f2-b245-78515cc6b0d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6848 | 2024.07.13 05:39:21.200788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6849 | 2024.07.13 05:39:21.200838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6850 | 2024.07.13 05:39:21.200857 [ 3 ] {} <Debug> HTTP-Session: 799a9259-25af-4652-9648-cb40264c51d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6851 | 2024.07.13 05:39:21.200874 [ 3 ] {} <Debug> HTTP-Session: 799a9259-25af-4652-9648-cb40264c51d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6852 | 2024.07.13 05:39:21.200888 [ 3 ] {} <Debug> HTTP-Session: 799a9259-25af-4652-9648-cb40264c51d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6853 | 2024.07.13 05:39:21.200919 [ 3 ] {} <Trace> HTTP-Session: 799a9259-25af-4652-9648-cb40264c51d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6854 | 2024.07.13 05:39:21.201049 [ 3 ] {de5ed849-8580-4e93-ba17-83a4f4519e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6855 | 2024.07.13 05:39:21.201096 [ 3 ] {de5ed849-8580-4e93-ba17-83a4f4519e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6856 | 2024.07.13 05:39:21.201245 [ 3 ] {de5ed849-8580-4e93-ba17-83a4f4519e15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6857 | 2024.07.13 05:39:21.201551 [ 3 ] {de5ed849-8580-4e93-ba17-83a4f4519e15} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6858 | 2024.07.13 05:39:21.201588 [ 3 ] {de5ed849-8580-4e93-ba17-83a4f4519e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6859 | 2024.07.13 05:39:21.201961 [ 3 ] {de5ed849-8580-4e93-ba17-83a4f4519e15} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6860 | 2024.07.13 05:39:21.202290 [ 3 ] {de5ed849-8580-4e93-ba17-83a4f4519e15} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6861 | 2024.07.13 05:39:21.202446 [ 3 ] {de5ed849-8580-4e93-ba17-83a4f4519e15} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
6862 | 2024.07.13 05:39:21.202615 [ 3 ] {de5ed849-8580-4e93-ba17-83a4f4519e15} <Debug> DynamicQueryHandler: Done processing query | ||
6863 | 2024.07.13 05:39:21.202640 [ 3 ] {de5ed849-8580-4e93-ba17-83a4f4519e15} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6864 | 2024.07.13 05:39:21.202656 [ 3 ] {} <Debug> HTTP-Session: 799a9259-25af-4652-9648-cb40264c51d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6865 | 2024.07.13 05:39:26.168972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6866 | 2024.07.13 05:39:26.169147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6867 | 2024.07.13 05:39:26.169192 [ 3 ] {} <Debug> HTTP-Session: 97b2f230-fb2f-4fc0-b41e-d29c29d1a015 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6868 | 2024.07.13 05:39:26.169234 [ 3 ] {} <Debug> HTTP-Session: 97b2f230-fb2f-4fc0-b41e-d29c29d1a015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6869 | 2024.07.13 05:39:26.169263 [ 3 ] {} <Debug> HTTP-Session: 97b2f230-fb2f-4fc0-b41e-d29c29d1a015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6870 | 2024.07.13 05:39:26.169342 [ 3 ] {} <Trace> HTTP-Session: 97b2f230-fb2f-4fc0-b41e-d29c29d1a015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6871 | 2024.07.13 05:39:26.169553 [ 3 ] {5025b1ff-5d53-4aba-9e31-5ea8e12acfa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6872 | 2024.07.13 05:39:26.169616 [ 3 ] {5025b1ff-5d53-4aba-9e31-5ea8e12acfa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6873 | 2024.07.13 05:39:26.169807 [ 3 ] {5025b1ff-5d53-4aba-9e31-5ea8e12acfa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6874 | 2024.07.13 05:39:26.170280 [ 3 ] {5025b1ff-5d53-4aba-9e31-5ea8e12acfa6} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6875 | 2024.07.13 05:39:26.170320 [ 3 ] {5025b1ff-5d53-4aba-9e31-5ea8e12acfa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6876 | 2024.07.13 05:39:26.170687 [ 3 ] {5025b1ff-5d53-4aba-9e31-5ea8e12acfa6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6877 | 2024.07.13 05:39:26.171021 [ 3 ] {5025b1ff-5d53-4aba-9e31-5ea8e12acfa6} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6878 | 2024.07.13 05:39:26.171186 [ 3 ] {5025b1ff-5d53-4aba-9e31-5ea8e12acfa6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001695 sec., 33038.348082595876 rows/sec., 2.54 MiB/sec. | ||
6879 | 2024.07.13 05:39:26.171387 [ 3 ] {5025b1ff-5d53-4aba-9e31-5ea8e12acfa6} <Debug> DynamicQueryHandler: Done processing query | ||
6880 | 2024.07.13 05:39:26.171414 [ 3 ] {5025b1ff-5d53-4aba-9e31-5ea8e12acfa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6881 | 2024.07.13 05:39:26.171431 [ 3 ] {} <Debug> HTTP-Session: 97b2f230-fb2f-4fc0-b41e-d29c29d1a015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6882 | 2024.07.13 05:39:26.171569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6883 | 2024.07.13 05:39:26.171617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6884 | 2024.07.13 05:39:26.171636 [ 3 ] {} <Debug> HTTP-Session: 3c57d488-d813-43d6-af62-db8551126b44 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6885 | 2024.07.13 05:39:26.171654 [ 3 ] {} <Debug> HTTP-Session: 3c57d488-d813-43d6-af62-db8551126b44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6886 | 2024.07.13 05:39:26.171668 [ 3 ] {} <Debug> HTTP-Session: 3c57d488-d813-43d6-af62-db8551126b44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6887 | 2024.07.13 05:39:26.171699 [ 3 ] {} <Trace> HTTP-Session: 3c57d488-d813-43d6-af62-db8551126b44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6888 | 2024.07.13 05:39:26.171815 [ 3 ] {de866ae3-05f5-4e7e-98a5-8d9bc684543d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6889 | 2024.07.13 05:39:26.171858 [ 3 ] {de866ae3-05f5-4e7e-98a5-8d9bc684543d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6890 | 2024.07.13 05:39:26.171987 [ 3 ] {de866ae3-05f5-4e7e-98a5-8d9bc684543d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6891 | 2024.07.13 05:39:26.172403 [ 3 ] {de866ae3-05f5-4e7e-98a5-8d9bc684543d} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6892 | 2024.07.13 05:39:26.172440 [ 3 ] {de866ae3-05f5-4e7e-98a5-8d9bc684543d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6893 | 2024.07.13 05:39:26.172755 [ 3 ] {de866ae3-05f5-4e7e-98a5-8d9bc684543d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6894 | 2024.07.13 05:39:26.173073 [ 3 ] {de866ae3-05f5-4e7e-98a5-8d9bc684543d} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6895 | 2024.07.13 05:39:26.173235 [ 3 ] {de866ae3-05f5-4e7e-98a5-8d9bc684543d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001456 sec., 43956.043956043955 rows/sec., 3.43 MiB/sec. | ||
6896 | 2024.07.13 05:39:26.173523 [ 3 ] {de866ae3-05f5-4e7e-98a5-8d9bc684543d} <Debug> DynamicQueryHandler: Done processing query | ||
6897 | 2024.07.13 05:39:26.173558 [ 3 ] {de866ae3-05f5-4e7e-98a5-8d9bc684543d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6898 | 2024.07.13 05:39:26.173575 [ 3 ] {} <Debug> HTTP-Session: 3c57d488-d813-43d6-af62-db8551126b44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6899 | 2024.07.13 05:39:26.173764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6900 | 2024.07.13 05:39:26.173812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6901 | 2024.07.13 05:39:26.173831 [ 3 ] {} <Debug> HTTP-Session: 9166ba2a-3dfd-4818-b855-707bff0fdd26 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6902 | 2024.07.13 05:39:26.173848 [ 3 ] {} <Debug> HTTP-Session: 9166ba2a-3dfd-4818-b855-707bff0fdd26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6903 | 2024.07.13 05:39:26.173862 [ 3 ] {} <Debug> HTTP-Session: 9166ba2a-3dfd-4818-b855-707bff0fdd26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6904 | 2024.07.13 05:39:26.173892 [ 3 ] {} <Trace> HTTP-Session: 9166ba2a-3dfd-4818-b855-707bff0fdd26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6905 | 2024.07.13 05:39:26.174035 [ 3 ] {c98827d8-a0b9-4204-9136-55d702d80df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6906 | 2024.07.13 05:39:26.174084 [ 3 ] {c98827d8-a0b9-4204-9136-55d702d80df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6907 | 2024.07.13 05:39:26.174244 [ 3 ] {c98827d8-a0b9-4204-9136-55d702d80df4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6908 | 2024.07.13 05:39:26.174655 [ 3 ] {c98827d8-a0b9-4204-9136-55d702d80df4} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6909 | 2024.07.13 05:39:26.174691 [ 3 ] {c98827d8-a0b9-4204-9136-55d702d80df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6910 | 2024.07.13 05:39:26.175089 [ 3 ] {c98827d8-a0b9-4204-9136-55d702d80df4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6911 | 2024.07.13 05:39:26.175430 [ 3 ] {c98827d8-a0b9-4204-9136-55d702d80df4} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6912 | 2024.07.13 05:39:26.175596 [ 3 ] {c98827d8-a0b9-4204-9136-55d702d80df4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
6913 | 2024.07.13 05:39:26.175882 [ 3 ] {c98827d8-a0b9-4204-9136-55d702d80df4} <Debug> DynamicQueryHandler: Done processing query | ||
6914 | 2024.07.13 05:39:26.175932 [ 3 ] {c98827d8-a0b9-4204-9136-55d702d80df4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6915 | 2024.07.13 05:39:26.175966 [ 3 ] {} <Debug> HTTP-Session: 9166ba2a-3dfd-4818-b855-707bff0fdd26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6916 | 2024.07.13 05:39:26.176127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6917 | 2024.07.13 05:39:26.176176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6918 | 2024.07.13 05:39:26.176195 [ 3 ] {} <Debug> HTTP-Session: 95e6daef-3a84-4af0-9400-eda11dd0990d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6919 | 2024.07.13 05:39:26.176212 [ 3 ] {} <Debug> HTTP-Session: 95e6daef-3a84-4af0-9400-eda11dd0990d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6920 | 2024.07.13 05:39:26.176226 [ 3 ] {} <Debug> HTTP-Session: 95e6daef-3a84-4af0-9400-eda11dd0990d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6921 | 2024.07.13 05:39:26.176256 [ 3 ] {} <Trace> HTTP-Session: 95e6daef-3a84-4af0-9400-eda11dd0990d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6922 | 2024.07.13 05:39:26.176384 [ 3 ] {b2e22510-f378-44cb-b65c-c3b3df61880f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6923 | 2024.07.13 05:39:26.176431 [ 3 ] {b2e22510-f378-44cb-b65c-c3b3df61880f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6924 | 2024.07.13 05:39:26.176576 [ 3 ] {b2e22510-f378-44cb-b65c-c3b3df61880f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6925 | 2024.07.13 05:39:26.176893 [ 3 ] {b2e22510-f378-44cb-b65c-c3b3df61880f} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6926 | 2024.07.13 05:39:26.176930 [ 3 ] {b2e22510-f378-44cb-b65c-c3b3df61880f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6927 | 2024.07.13 05:39:26.177279 [ 3 ] {b2e22510-f378-44cb-b65c-c3b3df61880f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6928 | 2024.07.13 05:39:26.177605 [ 3 ] {b2e22510-f378-44cb-b65c-c3b3df61880f} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6929 | 2024.07.13 05:39:26.177755 [ 3 ] {b2e22510-f378-44cb-b65c-c3b3df61880f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
6930 | 2024.07.13 05:39:26.177922 [ 3 ] {b2e22510-f378-44cb-b65c-c3b3df61880f} <Debug> DynamicQueryHandler: Done processing query | ||
6931 | 2024.07.13 05:39:26.177946 [ 3 ] {b2e22510-f378-44cb-b65c-c3b3df61880f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6932 | 2024.07.13 05:39:26.177962 [ 3 ] {} <Debug> HTTP-Session: 95e6daef-3a84-4af0-9400-eda11dd0990d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6933 | 2024.07.13 05:39:30.443694 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6934 | 2024.07.13 05:39:30.443758 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6935 | 2024.07.13 05:39:31.173660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6936 | 2024.07.13 05:39:31.173773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6937 | 2024.07.13 05:39:31.173798 [ 3 ] {} <Debug> HTTP-Session: 8a09bf6f-f042-4c72-a05e-ace369c3d914 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6938 | 2024.07.13 05:39:31.173823 [ 3 ] {} <Debug> HTTP-Session: 8a09bf6f-f042-4c72-a05e-ace369c3d914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6939 | 2024.07.13 05:39:31.173837 [ 3 ] {} <Debug> HTTP-Session: 8a09bf6f-f042-4c72-a05e-ace369c3d914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6940 | 2024.07.13 05:39:31.173885 [ 3 ] {} <Trace> HTTP-Session: 8a09bf6f-f042-4c72-a05e-ace369c3d914 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6941 | 2024.07.13 05:39:31.174072 [ 3 ] {175731cb-b783-4bc1-a45a-c631fdbc666e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6942 | 2024.07.13 05:39:31.174138 [ 3 ] {175731cb-b783-4bc1-a45a-c631fdbc666e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6943 | 2024.07.13 05:39:31.174330 [ 3 ] {175731cb-b783-4bc1-a45a-c631fdbc666e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6944 | 2024.07.13 05:39:31.174783 [ 3 ] {175731cb-b783-4bc1-a45a-c631fdbc666e} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6945 | 2024.07.13 05:39:31.174824 [ 3 ] {175731cb-b783-4bc1-a45a-c631fdbc666e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6946 | 2024.07.13 05:39:31.175193 [ 3 ] {175731cb-b783-4bc1-a45a-c631fdbc666e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6947 | 2024.07.13 05:39:31.175539 [ 3 ] {175731cb-b783-4bc1-a45a-c631fdbc666e} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6948 | 2024.07.13 05:39:31.175702 [ 3 ] {175731cb-b783-4bc1-a45a-c631fdbc666e} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.00169 sec., 22485.207100591713 rows/sec., 1.70 MiB/sec. | ||
6949 | 2024.07.13 05:39:31.175947 [ 3 ] {175731cb-b783-4bc1-a45a-c631fdbc666e} <Debug> DynamicQueryHandler: Done processing query | ||
6950 | 2024.07.13 05:39:31.175974 [ 3 ] {175731cb-b783-4bc1-a45a-c631fdbc666e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6951 | 2024.07.13 05:39:31.175991 [ 3 ] {} <Debug> HTTP-Session: 8a09bf6f-f042-4c72-a05e-ace369c3d914 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6952 | 2024.07.13 05:39:31.176125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6953 | 2024.07.13 05:39:31.176174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6954 | 2024.07.13 05:39:31.176194 [ 3 ] {} <Debug> HTTP-Session: a2fbcdff-6362-4fd2-9da6-65be81314b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6955 | 2024.07.13 05:39:31.176211 [ 3 ] {} <Debug> HTTP-Session: a2fbcdff-6362-4fd2-9da6-65be81314b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6956 | 2024.07.13 05:39:31.176225 [ 3 ] {} <Debug> HTTP-Session: a2fbcdff-6362-4fd2-9da6-65be81314b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6957 | 2024.07.13 05:39:31.176256 [ 3 ] {} <Trace> HTTP-Session: a2fbcdff-6362-4fd2-9da6-65be81314b0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6958 | 2024.07.13 05:39:31.176350 [ 3 ] {c93714c5-51be-4426-a525-e93c419f5040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6959 | 2024.07.13 05:39:31.176394 [ 3 ] {c93714c5-51be-4426-a525-e93c419f5040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6960 | 2024.07.13 05:39:31.176521 [ 3 ] {c93714c5-51be-4426-a525-e93c419f5040} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6961 | 2024.07.13 05:39:31.176847 [ 3 ] {c93714c5-51be-4426-a525-e93c419f5040} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6962 | 2024.07.13 05:39:31.176884 [ 3 ] {c93714c5-51be-4426-a525-e93c419f5040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6963 | 2024.07.13 05:39:31.177189 [ 3 ] {c93714c5-51be-4426-a525-e93c419f5040} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6964 | 2024.07.13 05:39:31.177505 [ 3 ] {c93714c5-51be-4426-a525-e93c419f5040} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6965 | 2024.07.13 05:39:31.177646 [ 3 ] {c93714c5-51be-4426-a525-e93c419f5040} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001314 sec., 1522.0700152207 rows/sec., 124.11 KiB/sec. | ||
6966 | 2024.07.13 05:39:31.177905 [ 3 ] {c93714c5-51be-4426-a525-e93c419f5040} <Debug> DynamicQueryHandler: Done processing query | ||
6967 | 2024.07.13 05:39:31.177931 [ 3 ] {c93714c5-51be-4426-a525-e93c419f5040} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6968 | 2024.07.13 05:39:31.177948 [ 3 ] {} <Debug> HTTP-Session: a2fbcdff-6362-4fd2-9da6-65be81314b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6969 | 2024.07.13 05:39:31.178131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6970 | 2024.07.13 05:39:31.178180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6971 | 2024.07.13 05:39:31.178200 [ 3 ] {} <Debug> HTTP-Session: 6d3570b7-4bb6-4ea0-98ee-46ba4dbe50e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6972 | 2024.07.13 05:39:31.178217 [ 3 ] {} <Debug> HTTP-Session: 6d3570b7-4bb6-4ea0-98ee-46ba4dbe50e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6973 | 2024.07.13 05:39:31.178231 [ 3 ] {} <Debug> HTTP-Session: 6d3570b7-4bb6-4ea0-98ee-46ba4dbe50e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6974 | 2024.07.13 05:39:31.178262 [ 3 ] {} <Trace> HTTP-Session: 6d3570b7-4bb6-4ea0-98ee-46ba4dbe50e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6975 | 2024.07.13 05:39:31.178438 [ 3 ] {adc9b339-7242-4cab-817a-214fccf0d9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6976 | 2024.07.13 05:39:31.178481 [ 3 ] {adc9b339-7242-4cab-817a-214fccf0d9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6977 | 2024.07.13 05:39:31.178630 [ 3 ] {adc9b339-7242-4cab-817a-214fccf0d9d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6978 | 2024.07.13 05:39:31.179101 [ 3 ] {adc9b339-7242-4cab-817a-214fccf0d9d2} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6979 | 2024.07.13 05:39:31.179138 [ 3 ] {adc9b339-7242-4cab-817a-214fccf0d9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6980 | 2024.07.13 05:39:31.179465 [ 3 ] {adc9b339-7242-4cab-817a-214fccf0d9d2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6981 | 2024.07.13 05:39:31.179777 [ 3 ] {adc9b339-7242-4cab-817a-214fccf0d9d2} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6982 | 2024.07.13 05:39:31.179935 [ 3 ] {adc9b339-7242-4cab-817a-214fccf0d9d2} <Debug> executeQuery: Read 258 rows, 23.29 KiB in 0.001576 sec., 163705.58375634518 rows/sec., 14.43 MiB/sec. | ||
6983 | 2024.07.13 05:39:31.180104 [ 3 ] {adc9b339-7242-4cab-817a-214fccf0d9d2} <Debug> DynamicQueryHandler: Done processing query | ||
6984 | 2024.07.13 05:39:31.180130 [ 3 ] {adc9b339-7242-4cab-817a-214fccf0d9d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6985 | 2024.07.13 05:39:31.180146 [ 3 ] {} <Debug> HTTP-Session: 6d3570b7-4bb6-4ea0-98ee-46ba4dbe50e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6986 | 2024.07.13 05:39:31.180275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6987 | 2024.07.13 05:39:31.180323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6988 | 2024.07.13 05:39:31.180343 [ 3 ] {} <Debug> HTTP-Session: ef5a805d-94c9-4ed6-a365-6f165d66f50b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
6989 | 2024.07.13 05:39:31.180360 [ 3 ] {} <Debug> HTTP-Session: ef5a805d-94c9-4ed6-a365-6f165d66f50b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6990 | 2024.07.13 05:39:31.180375 [ 3 ] {} <Debug> HTTP-Session: ef5a805d-94c9-4ed6-a365-6f165d66f50b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6991 | 2024.07.13 05:39:31.180406 [ 3 ] {} <Trace> HTTP-Session: ef5a805d-94c9-4ed6-a365-6f165d66f50b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6992 | 2024.07.13 05:39:31.180498 [ 3 ] {c6d4729a-43d7-4b02-8f23-16b6c1460068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6993 | 2024.07.13 05:39:31.180541 [ 3 ] {c6d4729a-43d7-4b02-8f23-16b6c1460068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6994 | 2024.07.13 05:39:31.180669 [ 3 ] {c6d4729a-43d7-4b02-8f23-16b6c1460068} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6995 | 2024.07.13 05:39:31.180937 [ 3 ] {c6d4729a-43d7-4b02-8f23-16b6c1460068} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6996 | 2024.07.13 05:39:31.180974 [ 3 ] {c6d4729a-43d7-4b02-8f23-16b6c1460068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6997 | 2024.07.13 05:39:31.181272 [ 3 ] {c6d4729a-43d7-4b02-8f23-16b6c1460068} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6998 | 2024.07.13 05:39:31.181591 [ 3 ] {c6d4729a-43d7-4b02-8f23-16b6c1460068} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6999 | 2024.07.13 05:39:31.181753 [ 3 ] {c6d4729a-43d7-4b02-8f23-16b6c1460068} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00127 sec., 1574.803149606299 rows/sec., 109.96 KiB/sec. | ||
7000 | 2024.07.13 05:39:31.181956 [ 3 ] {c6d4729a-43d7-4b02-8f23-16b6c1460068} <Debug> DynamicQueryHandler: Done processing query | ||
7001 | 2024.07.13 05:39:31.181979 [ 3 ] {c6d4729a-43d7-4b02-8f23-16b6c1460068} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7002 | 2024.07.13 05:39:31.181996 [ 3 ] {} <Debug> HTTP-Session: ef5a805d-94c9-4ed6-a365-6f165d66f50b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7003 | 2024.07.13 05:39:31.182165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 67339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7004 | 2024.07.13 05:39:31.182214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7005 | 2024.07.13 05:39:31.182233 [ 3 ] {} <Debug> HTTP-Session: e4add283-3155-4ad0-a617-002463905db3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7006 | 2024.07.13 05:39:31.182250 [ 3 ] {} <Debug> HTTP-Session: e4add283-3155-4ad0-a617-002463905db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7007 | 2024.07.13 05:39:31.182264 [ 3 ] {} <Debug> HTTP-Session: e4add283-3155-4ad0-a617-002463905db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7008 | 2024.07.13 05:39:31.182295 [ 3 ] {} <Trace> HTTP-Session: e4add283-3155-4ad0-a617-002463905db3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7009 | 2024.07.13 05:39:31.182508 [ 3 ] {5dee9aa7-0c63-49b0-b730-51b27c6174ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7010 | 2024.07.13 05:39:31.182551 [ 3 ] {5dee9aa7-0c63-49b0-b730-51b27c6174ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7011 | 2024.07.13 05:39:31.182676 [ 3 ] {5dee9aa7-0c63-49b0-b730-51b27c6174ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7012 | 2024.07.13 05:39:31.183210 [ 3 ] {5dee9aa7-0c63-49b0-b730-51b27c6174ad} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7013 | 2024.07.13 05:39:31.183247 [ 3 ] {5dee9aa7-0c63-49b0-b730-51b27c6174ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7014 | 2024.07.13 05:39:31.183571 [ 3 ] {5dee9aa7-0c63-49b0-b730-51b27c6174ad} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7015 | 2024.07.13 05:39:31.183882 [ 3 ] {5dee9aa7-0c63-49b0-b730-51b27c6174ad} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7016 | 2024.07.13 05:39:31.184039 [ 3 ] {5dee9aa7-0c63-49b0-b730-51b27c6174ad} <Debug> executeQuery: Read 416 rows, 30.20 KiB in 0.001639 sec., 253813.30079316656 rows/sec., 17.99 MiB/sec. | ||
7017 | 2024.07.13 05:39:31.184204 [ 3 ] {5dee9aa7-0c63-49b0-b730-51b27c6174ad} <Debug> DynamicQueryHandler: Done processing query | ||
7018 | 2024.07.13 05:39:31.184229 [ 3 ] {5dee9aa7-0c63-49b0-b730-51b27c6174ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7019 | 2024.07.13 05:39:31.184245 [ 3 ] {} <Debug> HTTP-Session: e4add283-3155-4ad0-a617-002463905db3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7020 | 2024.07.13 05:39:31.184366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7021 | 2024.07.13 05:39:31.184414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7022 | 2024.07.13 05:39:31.184435 [ 3 ] {} <Debug> HTTP-Session: 4bce027a-bfd6-4ecc-a6d2-610090ce22d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7023 | 2024.07.13 05:39:31.184451 [ 3 ] {} <Debug> HTTP-Session: 4bce027a-bfd6-4ecc-a6d2-610090ce22d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7024 | 2024.07.13 05:39:31.184465 [ 3 ] {} <Debug> HTTP-Session: 4bce027a-bfd6-4ecc-a6d2-610090ce22d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7025 | 2024.07.13 05:39:31.184496 [ 3 ] {} <Trace> HTTP-Session: 4bce027a-bfd6-4ecc-a6d2-610090ce22d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7026 | 2024.07.13 05:39:31.184591 [ 3 ] {2a78c107-84c5-462b-a670-c8327e2a350d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7027 | 2024.07.13 05:39:31.184636 [ 3 ] {2a78c107-84c5-462b-a670-c8327e2a350d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7028 | 2024.07.13 05:39:31.184767 [ 3 ] {2a78c107-84c5-462b-a670-c8327e2a350d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7029 | 2024.07.13 05:39:31.185029 [ 3 ] {2a78c107-84c5-462b-a670-c8327e2a350d} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7030 | 2024.07.13 05:39:31.185065 [ 3 ] {2a78c107-84c5-462b-a670-c8327e2a350d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7031 | 2024.07.13 05:39:31.185427 [ 3 ] {2a78c107-84c5-462b-a670-c8327e2a350d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7032 | 2024.07.13 05:39:31.185754 [ 3 ] {2a78c107-84c5-462b-a670-c8327e2a350d} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7033 | 2024.07.13 05:39:31.185917 [ 3 ] {2a78c107-84c5-462b-a670-c8327e2a350d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001349 sec., 4447.739065974796 rows/sec., 191.11 KiB/sec. | ||
7034 | 2024.07.13 05:39:31.186084 [ 3 ] {2a78c107-84c5-462b-a670-c8327e2a350d} <Debug> DynamicQueryHandler: Done processing query | ||
7035 | 2024.07.13 05:39:31.186108 [ 3 ] {2a78c107-84c5-462b-a670-c8327e2a350d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7036 | 2024.07.13 05:39:31.186124 [ 3 ] {} <Debug> HTTP-Session: 4bce027a-bfd6-4ecc-a6d2-610090ce22d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7037 | 2024.07.13 05:39:31.186246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7038 | 2024.07.13 05:39:31.186295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7039 | 2024.07.13 05:39:31.186314 [ 3 ] {} <Debug> HTTP-Session: 36b4b8bc-ad7c-4c12-9ab9-b52b3cffd9f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7040 | 2024.07.13 05:39:31.186332 [ 3 ] {} <Debug> HTTP-Session: 36b4b8bc-ad7c-4c12-9ab9-b52b3cffd9f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7041 | 2024.07.13 05:39:31.186346 [ 3 ] {} <Debug> HTTP-Session: 36b4b8bc-ad7c-4c12-9ab9-b52b3cffd9f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7042 | 2024.07.13 05:39:31.186376 [ 3 ] {} <Trace> HTTP-Session: 36b4b8bc-ad7c-4c12-9ab9-b52b3cffd9f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7043 | 2024.07.13 05:39:31.186492 [ 3 ] {b913bf7b-060e-4eb5-82d4-8681de8217ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7044 | 2024.07.13 05:39:31.186539 [ 3 ] {b913bf7b-060e-4eb5-82d4-8681de8217ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7045 | 2024.07.13 05:39:31.186682 [ 3 ] {b913bf7b-060e-4eb5-82d4-8681de8217ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7046 | 2024.07.13 05:39:31.187005 [ 3 ] {b913bf7b-060e-4eb5-82d4-8681de8217ef} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7047 | 2024.07.13 05:39:31.187042 [ 3 ] {b913bf7b-060e-4eb5-82d4-8681de8217ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7048 | 2024.07.13 05:39:31.187403 [ 3 ] {b913bf7b-060e-4eb5-82d4-8681de8217ef} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7049 | 2024.07.13 05:39:31.187757 [ 3 ] {b913bf7b-060e-4eb5-82d4-8681de8217ef} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7050 | 2024.07.13 05:39:31.187918 [ 3 ] {b913bf7b-060e-4eb5-82d4-8681de8217ef} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001468 sec., 52452.31607629428 rows/sec., 3.23 MiB/sec. | ||
7051 | 2024.07.13 05:39:31.188094 [ 3 ] {b913bf7b-060e-4eb5-82d4-8681de8217ef} <Debug> DynamicQueryHandler: Done processing query | ||
7052 | 2024.07.13 05:39:31.188118 [ 3 ] {b913bf7b-060e-4eb5-82d4-8681de8217ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7053 | 2024.07.13 05:39:31.188134 [ 3 ] {} <Debug> HTTP-Session: 36b4b8bc-ad7c-4c12-9ab9-b52b3cffd9f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7054 | 2024.07.13 05:39:31.188279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7055 | 2024.07.13 05:39:31.188328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7056 | 2024.07.13 05:39:31.188347 [ 3 ] {} <Debug> HTTP-Session: b4489ecc-46b2-4434-bb5f-b928e79b3f19 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7057 | 2024.07.13 05:39:31.188364 [ 3 ] {} <Debug> HTTP-Session: b4489ecc-46b2-4434-bb5f-b928e79b3f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7058 | 2024.07.13 05:39:31.188379 [ 3 ] {} <Debug> HTTP-Session: b4489ecc-46b2-4434-bb5f-b928e79b3f19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7059 | 2024.07.13 05:39:31.188409 [ 3 ] {} <Trace> HTTP-Session: b4489ecc-46b2-4434-bb5f-b928e79b3f19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7060 | 2024.07.13 05:39:31.188610 [ 3 ] {09c7135a-b3eb-4848-bbcd-8f845a346218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7061 | 2024.07.13 05:39:31.188654 [ 3 ] {09c7135a-b3eb-4848-bbcd-8f845a346218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7062 | 2024.07.13 05:39:31.188797 [ 3 ] {09c7135a-b3eb-4848-bbcd-8f845a346218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7063 | 2024.07.13 05:39:31.189198 [ 3 ] {09c7135a-b3eb-4848-bbcd-8f845a346218} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7064 | 2024.07.13 05:39:31.189234 [ 3 ] {09c7135a-b3eb-4848-bbcd-8f845a346218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7065 | 2024.07.13 05:39:31.189607 [ 3 ] {09c7135a-b3eb-4848-bbcd-8f845a346218} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7066 | 2024.07.13 05:39:31.189949 [ 3 ] {09c7135a-b3eb-4848-bbcd-8f845a346218} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7067 | 2024.07.13 05:39:31.190106 [ 3 ] {09c7135a-b3eb-4848-bbcd-8f845a346218} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001621 sec., 99321.40653917335 rows/sec., 6.92 MiB/sec. | ||
7068 | 2024.07.13 05:39:31.190278 [ 3 ] {09c7135a-b3eb-4848-bbcd-8f845a346218} <Debug> DynamicQueryHandler: Done processing query | ||
7069 | 2024.07.13 05:39:31.190303 [ 3 ] {09c7135a-b3eb-4848-bbcd-8f845a346218} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7070 | 2024.07.13 05:39:31.190319 [ 3 ] {} <Debug> HTTP-Session: b4489ecc-46b2-4434-bb5f-b928e79b3f19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7071 | 2024.07.13 05:39:31.190465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7072 | 2024.07.13 05:39:31.190513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7073 | 2024.07.13 05:39:31.190532 [ 3 ] {} <Debug> HTTP-Session: b9af5353-8fec-4bdf-ab21-2590953ec521 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7074 | 2024.07.13 05:39:31.190550 [ 3 ] {} <Debug> HTTP-Session: b9af5353-8fec-4bdf-ab21-2590953ec521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7075 | 2024.07.13 05:39:31.190564 [ 3 ] {} <Debug> HTTP-Session: b9af5353-8fec-4bdf-ab21-2590953ec521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7076 | 2024.07.13 05:39:31.190594 [ 3 ] {} <Trace> HTTP-Session: b9af5353-8fec-4bdf-ab21-2590953ec521 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7077 | 2024.07.13 05:39:31.190980 [ 3 ] {bcb7ca3a-ffc6-44d9-be96-467fdc222ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7078 | 2024.07.13 05:39:31.191058 [ 3 ] {bcb7ca3a-ffc6-44d9-be96-467fdc222ac5} <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 | ||
7079 | 2024.07.13 05:39:31.191456 [ 3 ] {bcb7ca3a-ffc6-44d9-be96-467fdc222ac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7080 | 2024.07.13 05:39:31.192101 [ 3 ] {bcb7ca3a-ffc6-44d9-be96-467fdc222ac5} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7081 | 2024.07.13 05:39:31.192138 [ 3 ] {bcb7ca3a-ffc6-44d9-be96-467fdc222ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7082 | 2024.07.13 05:39:31.192734 [ 3 ] {bcb7ca3a-ffc6-44d9-be96-467fdc222ac5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7083 | 2024.07.13 05:39:31.193127 [ 3 ] {bcb7ca3a-ffc6-44d9-be96-467fdc222ac5} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7084 | 2024.07.13 05:39:31.193336 [ 3 ] {bcb7ca3a-ffc6-44d9-be96-467fdc222ac5} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002651 sec., 12070.916635231988 rows/sec., 21.63 MiB/sec. | ||
7085 | 2024.07.13 05:39:31.193846 [ 3 ] {bcb7ca3a-ffc6-44d9-be96-467fdc222ac5} <Debug> DynamicQueryHandler: Done processing query | ||
7086 | 2024.07.13 05:39:31.193871 [ 3 ] {bcb7ca3a-ffc6-44d9-be96-467fdc222ac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7087 | 2024.07.13 05:39:31.193887 [ 3 ] {} <Debug> HTTP-Session: b9af5353-8fec-4bdf-ab21-2590953ec521 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7088 | 2024.07.13 05:39:31.194007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7089 | 2024.07.13 05:39:31.194056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7090 | 2024.07.13 05:39:31.194074 [ 3 ] {} <Debug> HTTP-Session: 7c8634b6-ba13-401e-82d6-340dce9b4995 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7091 | 2024.07.13 05:39:31.194092 [ 3 ] {} <Debug> HTTP-Session: 7c8634b6-ba13-401e-82d6-340dce9b4995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7092 | 2024.07.13 05:39:31.194106 [ 3 ] {} <Debug> HTTP-Session: 7c8634b6-ba13-401e-82d6-340dce9b4995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7093 | 2024.07.13 05:39:31.194137 [ 3 ] {} <Trace> HTTP-Session: 7c8634b6-ba13-401e-82d6-340dce9b4995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7094 | 2024.07.13 05:39:31.194239 [ 3 ] {60423b22-149f-4d1b-bc5f-b69922192bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7095 | 2024.07.13 05:39:31.194284 [ 3 ] {60423b22-149f-4d1b-bc5f-b69922192bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7096 | 2024.07.13 05:39:31.194437 [ 3 ] {60423b22-149f-4d1b-bc5f-b69922192bf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7097 | 2024.07.13 05:39:31.194747 [ 3 ] {60423b22-149f-4d1b-bc5f-b69922192bf8} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7098 | 2024.07.13 05:39:31.194785 [ 3 ] {60423b22-149f-4d1b-bc5f-b69922192bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7099 | 2024.07.13 05:39:31.195144 [ 3 ] {60423b22-149f-4d1b-bc5f-b69922192bf8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7100 | 2024.07.13 05:39:31.195461 [ 3 ] {60423b22-149f-4d1b-bc5f-b69922192bf8} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7101 | 2024.07.13 05:39:31.195621 [ 3 ] {60423b22-149f-4d1b-bc5f-b69922192bf8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001411 sec., 16300.49610205528 rows/sec., 881.74 KiB/sec. | ||
7102 | 2024.07.13 05:39:31.195788 [ 3 ] {60423b22-149f-4d1b-bc5f-b69922192bf8} <Debug> DynamicQueryHandler: Done processing query | ||
7103 | 2024.07.13 05:39:31.195812 [ 3 ] {60423b22-149f-4d1b-bc5f-b69922192bf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7104 | 2024.07.13 05:39:31.195827 [ 3 ] {} <Debug> HTTP-Session: 7c8634b6-ba13-401e-82d6-340dce9b4995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7105 | 2024.07.13 05:39:31.195953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7106 | 2024.07.13 05:39:31.196002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7107 | 2024.07.13 05:39:31.196022 [ 3 ] {} <Debug> HTTP-Session: 24769ebf-c930-4500-8cf8-a4aa1d914afe Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7108 | 2024.07.13 05:39:31.196039 [ 3 ] {} <Debug> HTTP-Session: 24769ebf-c930-4500-8cf8-a4aa1d914afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7109 | 2024.07.13 05:39:31.196054 [ 3 ] {} <Debug> HTTP-Session: 24769ebf-c930-4500-8cf8-a4aa1d914afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7110 | 2024.07.13 05:39:31.196085 [ 3 ] {} <Trace> HTTP-Session: 24769ebf-c930-4500-8cf8-a4aa1d914afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7111 | 2024.07.13 05:39:31.196201 [ 3 ] {10c5ef85-9ae7-4d05-866c-9d0a926a1761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7112 | 2024.07.13 05:39:31.196246 [ 3 ] {10c5ef85-9ae7-4d05-866c-9d0a926a1761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7113 | 2024.07.13 05:39:31.196373 [ 3 ] {10c5ef85-9ae7-4d05-866c-9d0a926a1761} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7114 | 2024.07.13 05:39:31.196677 [ 3 ] {10c5ef85-9ae7-4d05-866c-9d0a926a1761} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7115 | 2024.07.13 05:39:31.196713 [ 3 ] {10c5ef85-9ae7-4d05-866c-9d0a926a1761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7116 | 2024.07.13 05:39:31.197066 [ 3 ] {10c5ef85-9ae7-4d05-866c-9d0a926a1761} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7117 | 2024.07.13 05:39:31.197380 [ 3 ] {10c5ef85-9ae7-4d05-866c-9d0a926a1761} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7118 | 2024.07.13 05:39:31.197540 [ 3 ] {10c5ef85-9ae7-4d05-866c-9d0a926a1761} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
7119 | 2024.07.13 05:39:31.197749 [ 3 ] {10c5ef85-9ae7-4d05-866c-9d0a926a1761} <Debug> DynamicQueryHandler: Done processing query | ||
7120 | 2024.07.13 05:39:31.197777 [ 3 ] {10c5ef85-9ae7-4d05-866c-9d0a926a1761} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7121 | 2024.07.13 05:39:31.197793 [ 3 ] {} <Debug> HTTP-Session: 24769ebf-c930-4500-8cf8-a4aa1d914afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7122 | 2024.07.13 05:39:36.167175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7123 | 2024.07.13 05:39:36.167350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7124 | 2024.07.13 05:39:36.167391 [ 3 ] {} <Debug> HTTP-Session: 5ca1fb5f-210c-4287-8084-c05bcf7ea82c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7125 | 2024.07.13 05:39:36.167430 [ 3 ] {} <Debug> HTTP-Session: 5ca1fb5f-210c-4287-8084-c05bcf7ea82c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7126 | 2024.07.13 05:39:36.167456 [ 3 ] {} <Debug> HTTP-Session: 5ca1fb5f-210c-4287-8084-c05bcf7ea82c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7127 | 2024.07.13 05:39:36.167532 [ 3 ] {} <Trace> HTTP-Session: 5ca1fb5f-210c-4287-8084-c05bcf7ea82c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7128 | 2024.07.13 05:39:36.167761 [ 3 ] {63a7dd1e-8c65-4c06-9216-c3f749379221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7129 | 2024.07.13 05:39:36.167826 [ 3 ] {63a7dd1e-8c65-4c06-9216-c3f749379221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7130 | 2024.07.13 05:39:36.168019 [ 3 ] {63a7dd1e-8c65-4c06-9216-c3f749379221} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7131 | 2024.07.13 05:39:36.168517 [ 3 ] {63a7dd1e-8c65-4c06-9216-c3f749379221} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7132 | 2024.07.13 05:39:36.168557 [ 3 ] {63a7dd1e-8c65-4c06-9216-c3f749379221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7133 | 2024.07.13 05:39:36.168915 [ 3 ] {63a7dd1e-8c65-4c06-9216-c3f749379221} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7134 | 2024.07.13 05:39:36.169244 [ 3 ] {63a7dd1e-8c65-4c06-9216-c3f749379221} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7135 | 2024.07.13 05:39:36.169399 [ 3 ] {63a7dd1e-8c65-4c06-9216-c3f749379221} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001702 sec., 32902.46768507638 rows/sec., 2.53 MiB/sec. | ||
7136 | 2024.07.13 05:39:36.169685 [ 3 ] {63a7dd1e-8c65-4c06-9216-c3f749379221} <Debug> DynamicQueryHandler: Done processing query | ||
7137 | 2024.07.13 05:39:36.169745 [ 3 ] {63a7dd1e-8c65-4c06-9216-c3f749379221} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7138 | 2024.07.13 05:39:36.169804 [ 3 ] {} <Debug> HTTP-Session: 5ca1fb5f-210c-4287-8084-c05bcf7ea82c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7139 | 2024.07.13 05:39:36.170002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7140 | 2024.07.13 05:39:36.170055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7141 | 2024.07.13 05:39:36.170074 [ 3 ] {} <Debug> HTTP-Session: acff1c8a-9e91-44f3-a201-fb6b76c5e27a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7142 | 2024.07.13 05:39:36.170090 [ 3 ] {} <Debug> HTTP-Session: acff1c8a-9e91-44f3-a201-fb6b76c5e27a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7143 | 2024.07.13 05:39:36.170105 [ 3 ] {} <Debug> HTTP-Session: acff1c8a-9e91-44f3-a201-fb6b76c5e27a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7144 | 2024.07.13 05:39:36.170136 [ 3 ] {} <Trace> HTTP-Session: acff1c8a-9e91-44f3-a201-fb6b76c5e27a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7145 | 2024.07.13 05:39:36.170256 [ 3 ] {c1670923-5a96-4a12-b424-02a892092bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7146 | 2024.07.13 05:39:36.170300 [ 3 ] {c1670923-5a96-4a12-b424-02a892092bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7147 | 2024.07.13 05:39:36.170439 [ 3 ] {c1670923-5a96-4a12-b424-02a892092bc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7148 | 2024.07.13 05:39:36.170791 [ 3 ] {c1670923-5a96-4a12-b424-02a892092bc0} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7149 | 2024.07.13 05:39:36.170827 [ 3 ] {c1670923-5a96-4a12-b424-02a892092bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7150 | 2024.07.13 05:39:36.171133 [ 3 ] {c1670923-5a96-4a12-b424-02a892092bc0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7151 | 2024.07.13 05:39:36.171427 [ 3 ] {c1670923-5a96-4a12-b424-02a892092bc0} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7152 | 2024.07.13 05:39:36.171584 [ 3 ] {c1670923-5a96-4a12-b424-02a892092bc0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001364 sec., 46920.8211143695 rows/sec., 3.66 MiB/sec. | ||
7153 | 2024.07.13 05:39:36.171749 [ 3 ] {c1670923-5a96-4a12-b424-02a892092bc0} <Debug> DynamicQueryHandler: Done processing query | ||
7154 | 2024.07.13 05:39:36.171773 [ 3 ] {c1670923-5a96-4a12-b424-02a892092bc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7155 | 2024.07.13 05:39:36.171789 [ 3 ] {} <Debug> HTTP-Session: acff1c8a-9e91-44f3-a201-fb6b76c5e27a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7156 | 2024.07.13 05:39:36.171957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7157 | 2024.07.13 05:39:36.172006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7158 | 2024.07.13 05:39:36.172025 [ 3 ] {} <Debug> HTTP-Session: a0546686-de47-4bee-84bc-6f5b0557e5d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7159 | 2024.07.13 05:39:36.172041 [ 3 ] {} <Debug> HTTP-Session: a0546686-de47-4bee-84bc-6f5b0557e5d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7160 | 2024.07.13 05:39:36.172055 [ 3 ] {} <Debug> HTTP-Session: a0546686-de47-4bee-84bc-6f5b0557e5d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7161 | 2024.07.13 05:39:36.172085 [ 3 ] {} <Trace> HTTP-Session: a0546686-de47-4bee-84bc-6f5b0557e5d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7162 | 2024.07.13 05:39:36.172233 [ 3 ] {1d3b585e-8930-4eaa-af91-539da68f9955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7163 | 2024.07.13 05:39:36.172280 [ 3 ] {1d3b585e-8930-4eaa-af91-539da68f9955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7164 | 2024.07.13 05:39:36.172421 [ 3 ] {1d3b585e-8930-4eaa-af91-539da68f9955} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7165 | 2024.07.13 05:39:36.172813 [ 3 ] {1d3b585e-8930-4eaa-af91-539da68f9955} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7166 | 2024.07.13 05:39:36.172849 [ 3 ] {1d3b585e-8930-4eaa-af91-539da68f9955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7167 | 2024.07.13 05:39:36.173232 [ 3 ] {1d3b585e-8930-4eaa-af91-539da68f9955} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7168 | 2024.07.13 05:39:36.173558 [ 3 ] {1d3b585e-8930-4eaa-af91-539da68f9955} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7169 | 2024.07.13 05:39:36.173718 [ 3 ] {1d3b585e-8930-4eaa-af91-539da68f9955} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
7170 | 2024.07.13 05:39:36.173889 [ 3 ] {1d3b585e-8930-4eaa-af91-539da68f9955} <Debug> DynamicQueryHandler: Done processing query | ||
7171 | 2024.07.13 05:39:36.173914 [ 3 ] {1d3b585e-8930-4eaa-af91-539da68f9955} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7172 | 2024.07.13 05:39:36.173930 [ 3 ] {} <Debug> HTTP-Session: a0546686-de47-4bee-84bc-6f5b0557e5d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7173 | 2024.07.13 05:39:36.174098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7174 | 2024.07.13 05:39:36.174145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7175 | 2024.07.13 05:39:36.174165 [ 3 ] {} <Debug> HTTP-Session: b4220d1d-2147-4feb-8dec-11434a72ea16 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7176 | 2024.07.13 05:39:36.174182 [ 3 ] {} <Debug> HTTP-Session: b4220d1d-2147-4feb-8dec-11434a72ea16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7177 | 2024.07.13 05:39:36.174196 [ 3 ] {} <Debug> HTTP-Session: b4220d1d-2147-4feb-8dec-11434a72ea16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7178 | 2024.07.13 05:39:36.174226 [ 3 ] {} <Trace> HTTP-Session: b4220d1d-2147-4feb-8dec-11434a72ea16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7179 | 2024.07.13 05:39:36.174353 [ 3 ] {048a00c5-7169-4ac7-89e0-c3ca7da74306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7180 | 2024.07.13 05:39:36.174397 [ 3 ] {048a00c5-7169-4ac7-89e0-c3ca7da74306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7181 | 2024.07.13 05:39:36.174522 [ 3 ] {048a00c5-7169-4ac7-89e0-c3ca7da74306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7182 | 2024.07.13 05:39:36.174827 [ 3 ] {048a00c5-7169-4ac7-89e0-c3ca7da74306} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7183 | 2024.07.13 05:39:36.174863 [ 3 ] {048a00c5-7169-4ac7-89e0-c3ca7da74306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7184 | 2024.07.13 05:39:36.175217 [ 3 ] {048a00c5-7169-4ac7-89e0-c3ca7da74306} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7185 | 2024.07.13 05:39:36.175539 [ 3 ] {048a00c5-7169-4ac7-89e0-c3ca7da74306} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7186 | 2024.07.13 05:39:36.175700 [ 3 ] {048a00c5-7169-4ac7-89e0-c3ca7da74306} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
7187 | 2024.07.13 05:39:36.175865 [ 3 ] {048a00c5-7169-4ac7-89e0-c3ca7da74306} <Debug> DynamicQueryHandler: Done processing query | ||
7188 | 2024.07.13 05:39:36.175890 [ 3 ] {048a00c5-7169-4ac7-89e0-c3ca7da74306} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7189 | 2024.07.13 05:39:36.175906 [ 3 ] {} <Debug> HTTP-Session: b4220d1d-2147-4feb-8dec-11434a72ea16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7190 | 2024.07.13 05:39:41.173660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7191 | 2024.07.13 05:39:41.173798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7192 | 2024.07.13 05:39:41.173827 [ 3 ] {} <Debug> HTTP-Session: d00f61b8-1dac-4f4c-80c7-1133fd4c6bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7193 | 2024.07.13 05:39:41.173854 [ 3 ] {} <Debug> HTTP-Session: d00f61b8-1dac-4f4c-80c7-1133fd4c6bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7194 | 2024.07.13 05:39:41.173872 [ 3 ] {} <Debug> HTTP-Session: d00f61b8-1dac-4f4c-80c7-1133fd4c6bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7195 | 2024.07.13 05:39:41.173926 [ 3 ] {} <Trace> HTTP-Session: d00f61b8-1dac-4f4c-80c7-1133fd4c6bcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7196 | 2024.07.13 05:39:41.174135 [ 3 ] {8f2b62b3-da7e-430d-aca1-a420d10a4cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7197 | 2024.07.13 05:39:41.174208 [ 3 ] {8f2b62b3-da7e-430d-aca1-a420d10a4cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7198 | 2024.07.13 05:39:41.174422 [ 3 ] {8f2b62b3-da7e-430d-aca1-a420d10a4cb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7199 | 2024.07.13 05:39:41.174887 [ 3 ] {8f2b62b3-da7e-430d-aca1-a420d10a4cb7} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7200 | 2024.07.13 05:39:41.174926 [ 3 ] {8f2b62b3-da7e-430d-aca1-a420d10a4cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7201 | 2024.07.13 05:39:41.175287 [ 3 ] {8f2b62b3-da7e-430d-aca1-a420d10a4cb7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7202 | 2024.07.13 05:39:41.175615 [ 3 ] {8f2b62b3-da7e-430d-aca1-a420d10a4cb7} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7203 | 2024.07.13 05:39:41.175768 [ 3 ] {8f2b62b3-da7e-430d-aca1-a420d10a4cb7} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001704 sec., 22300.469483568075 rows/sec., 1.68 MiB/sec. | ||
7204 | 2024.07.13 05:39:41.176128 [ 3 ] {8f2b62b3-da7e-430d-aca1-a420d10a4cb7} <Debug> DynamicQueryHandler: Done processing query | ||
7205 | 2024.07.13 05:39:41.176155 [ 3 ] {8f2b62b3-da7e-430d-aca1-a420d10a4cb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7206 | 2024.07.13 05:39:41.176171 [ 3 ] {} <Debug> HTTP-Session: d00f61b8-1dac-4f4c-80c7-1133fd4c6bcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7207 | 2024.07.13 05:39:41.176406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7208 | 2024.07.13 05:39:41.176456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7209 | 2024.07.13 05:39:41.176477 [ 3 ] {} <Debug> HTTP-Session: 68c2b45e-8f43-4f60-a774-b66612bf9180 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7210 | 2024.07.13 05:39:41.176493 [ 3 ] {} <Debug> HTTP-Session: 68c2b45e-8f43-4f60-a774-b66612bf9180 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7211 | 2024.07.13 05:39:41.176507 [ 3 ] {} <Debug> HTTP-Session: 68c2b45e-8f43-4f60-a774-b66612bf9180 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7212 | 2024.07.13 05:39:41.176537 [ 3 ] {} <Trace> HTTP-Session: 68c2b45e-8f43-4f60-a774-b66612bf9180 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7213 | 2024.07.13 05:39:41.176707 [ 3 ] {16d998b1-24da-45a2-98a1-65806b06469e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7214 | 2024.07.13 05:39:41.176775 [ 3 ] {16d998b1-24da-45a2-98a1-65806b06469e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7215 | 2024.07.13 05:39:41.176918 [ 3 ] {16d998b1-24da-45a2-98a1-65806b06469e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7216 | 2024.07.13 05:39:41.177391 [ 3 ] {16d998b1-24da-45a2-98a1-65806b06469e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7217 | 2024.07.13 05:39:41.177428 [ 3 ] {16d998b1-24da-45a2-98a1-65806b06469e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7218 | 2024.07.13 05:39:41.177749 [ 3 ] {16d998b1-24da-45a2-98a1-65806b06469e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7219 | 2024.07.13 05:39:41.178050 [ 3 ] {16d998b1-24da-45a2-98a1-65806b06469e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7220 | 2024.07.13 05:39:41.178203 [ 3 ] {16d998b1-24da-45a2-98a1-65806b06469e} <Debug> executeQuery: Read 257 rows, 23.21 KiB in 0.001581 sec., 162555.34471853258 rows/sec., 14.34 MiB/sec. | ||
7221 | 2024.07.13 05:39:41.178209 [ 74 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7222 | 2024.07.13 05:39:41.178306 [ 74 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7223 | 2024.07.13 05:39:41.178349 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7224 | 2024.07.13 05:39:41.178431 [ 3 ] {16d998b1-24da-45a2-98a1-65806b06469e} <Debug> DynamicQueryHandler: Done processing query | ||
7225 | 2024.07.13 05:39:41.178466 [ 3 ] {16d998b1-24da-45a2-98a1-65806b06469e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7226 | 2024.07.13 05:39:41.178485 [ 3 ] {} <Debug> HTTP-Session: 68c2b45e-8f43-4f60-a774-b66612bf9180 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7227 | 2024.07.13 05:39:41.178486 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
7228 | 2024.07.13 05:39:41.178603 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7229 | 2024.07.13 05:39:41.178633 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 301 rows starting from the beginning of the part | ||
7230 | 2024.07.13 05:39:41.178697 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 296 rows starting from the beginning of the part | ||
7231 | 2024.07.13 05:39:41.178784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 66996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7232 | 2024.07.13 05:39:41.178947 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part | ||
7233 | 2024.07.13 05:39:41.179003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7234 | 2024.07.13 05:39:41.179128 [ 3 ] {} <Debug> HTTP-Session: 5e9b9504-4a90-42ca-abcc-c587a02a1475 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7235 | 2024.07.13 05:39:41.179229 [ 3 ] {} <Debug> HTTP-Session: 5e9b9504-4a90-42ca-abcc-c587a02a1475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7236 | 2024.07.13 05:39:41.179316 [ 3 ] {} <Debug> HTTP-Session: 5e9b9504-4a90-42ca-abcc-c587a02a1475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7237 | 2024.07.13 05:39:41.179337 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 258 rows starting from the beginning of the part | ||
7238 | 2024.07.13 05:39:41.179436 [ 3 ] {} <Trace> HTTP-Session: 5e9b9504-4a90-42ca-abcc-c587a02a1475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7239 | 2024.07.13 05:39:41.179703 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
7240 | 2024.07.13 05:39:41.180042 [ 3 ] {760166fb-93d7-48b9-a299-76ed9126b3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7241 | 2024.07.13 05:39:41.180074 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 257 rows starting from the beginning of the part | ||
7242 | 2024.07.13 05:39:41.180189 [ 3 ] {760166fb-93d7-48b9-a299-76ed9126b3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7243 | 2024.07.13 05:39:41.180789 [ 3 ] {760166fb-93d7-48b9-a299-76ed9126b3ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7244 | 2024.07.13 05:39:41.181631 [ 3 ] {760166fb-93d7-48b9-a299-76ed9126b3ed} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7245 | 2024.07.13 05:39:41.181676 [ 3 ] {760166fb-93d7-48b9-a299-76ed9126b3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7246 | 2024.07.13 05:39:41.182159 [ 3 ] {760166fb-93d7-48b9-a299-76ed9126b3ed} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7247 | 2024.07.13 05:39:41.182171 [ 201 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1224 rows, containing 4 columns (4 merged, 0 gathered) in 0.003744968 sec., 326838.57378754637 rows/sec., 28.21 MiB/sec. | ||
7248 | 2024.07.13 05:39:41.182471 [ 201 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7249 | 2024.07.13 05:39:41.182764 [ 3 ] {760166fb-93d7-48b9-a299-76ed9126b3ed} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7250 | 2024.07.13 05:39:41.183147 [ 74 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7251 | 2024.07.13 05:39:41.183201 [ 3 ] {760166fb-93d7-48b9-a299-76ed9126b3ed} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.003443 sec., 120243.97327911705 rows/sec., 8.52 MiB/sec. | ||
7252 | 2024.07.13 05:39:41.183243 [ 74 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7253 | 2024.07.13 05:39:41.183331 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7254 | 2024.07.13 05:39:41.183573 [ 201 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7255 | 2024.07.13 05:39:41.183737 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
7256 | 2024.07.13 05:39:41.183805 [ 3 ] {760166fb-93d7-48b9-a299-76ed9126b3ed} <Debug> DynamicQueryHandler: Done processing query | ||
7257 | 2024.07.13 05:39:41.183851 [ 3 ] {760166fb-93d7-48b9-a299-76ed9126b3ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7258 | 2024.07.13 05:39:41.183894 [ 201 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_41_8} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7259 | 2024.07.13 05:39:41.183917 [ 3 ] {} <Debug> HTTP-Session: 5e9b9504-4a90-42ca-abcc-c587a02a1475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7260 | 2024.07.13 05:39:41.184147 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
7261 | 2024.07.13 05:39:41.184169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7262 | 2024.07.13 05:39:41.184200 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7263 | 2024.07.13 05:39:41.184255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7264 | 2024.07.13 05:39:41.184257 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 472 rows starting from the beginning of the part | ||
7265 | 2024.07.13 05:39:41.184282 [ 3 ] {} <Debug> HTTP-Session: a4bf0b1e-d648-48da-8c37-b77ad8411534 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7266 | 2024.07.13 05:39:41.184304 [ 3 ] {} <Debug> HTTP-Session: a4bf0b1e-d648-48da-8c37-b77ad8411534 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7267 | 2024.07.13 05:39:41.184328 [ 3 ] {} <Debug> HTTP-Session: a4bf0b1e-d648-48da-8c37-b77ad8411534 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7268 | 2024.07.13 05:39:41.184458 [ 3 ] {} <Trace> HTTP-Session: a4bf0b1e-d648-48da-8c37-b77ad8411534 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7269 | 2024.07.13 05:39:41.184480 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 444 rows starting from the beginning of the part | ||
7270 | 2024.07.13 05:39:41.184817 [ 3 ] {b91df1e0-f8a9-4787-8004-acbcbefc8e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7271 | 2024.07.13 05:39:41.184819 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part | ||
7272 | 2024.07.13 05:39:41.184956 [ 3 ] {b91df1e0-f8a9-4787-8004-acbcbefc8e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7273 | 2024.07.13 05:39:41.185117 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 416 rows starting from the beginning of the part | ||
7274 | 2024.07.13 05:39:41.185442 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part | ||
7275 | 2024.07.13 05:39:41.185741 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 414 rows starting from the beginning of the part | ||
7276 | 2024.07.13 05:39:41.186217 [ 3 ] {b91df1e0-f8a9-4787-8004-acbcbefc8e58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7277 | 2024.07.13 05:39:41.186749 [ 3 ] {b91df1e0-f8a9-4787-8004-acbcbefc8e58} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7278 | 2024.07.13 05:39:41.186792 [ 3 ] {b91df1e0-f8a9-4787-8004-acbcbefc8e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7279 | 2024.07.13 05:39:41.187320 [ 3 ] {b91df1e0-f8a9-4787-8004-acbcbefc8e58} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7280 | 2024.07.13 05:39:41.187707 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1874 rows, containing 4 columns (4 merged, 0 gathered) in 0.004217565 sec., 444332.2153896857 rows/sec., 31.86 MiB/sec. | ||
7281 | 2024.07.13 05:39:41.187755 [ 3 ] {b91df1e0-f8a9-4787-8004-acbcbefc8e58} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7282 | 2024.07.13 05:39:41.188015 [ 201 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7283 | 2024.07.13 05:39:41.188036 [ 3 ] {b91df1e0-f8a9-4787-8004-acbcbefc8e58} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003376 sec., 1777.2511848341233 rows/sec., 76.37 KiB/sec. | ||
7284 | 2024.07.13 05:39:41.188440 [ 3 ] {b91df1e0-f8a9-4787-8004-acbcbefc8e58} <Debug> DynamicQueryHandler: Done processing query | ||
7285 | 2024.07.13 05:39:41.188496 [ 3 ] {b91df1e0-f8a9-4787-8004-acbcbefc8e58} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7286 | 2024.07.13 05:39:41.188530 [ 3 ] {} <Debug> HTTP-Session: a4bf0b1e-d648-48da-8c37-b77ad8411534 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7287 | 2024.07.13 05:39:41.188719 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7288 | 2024.07.13 05:39:41.188736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7289 | 2024.07.13 05:39:41.188841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7290 | 2024.07.13 05:39:41.188875 [ 3 ] {} <Debug> HTTP-Session: a1f73dbb-fa40-43c9-936c-1875cbde1b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7291 | 2024.07.13 05:39:41.188903 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_41_8} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7292 | 2024.07.13 05:39:41.188915 [ 3 ] {} <Debug> HTTP-Session: a1f73dbb-fa40-43c9-936c-1875cbde1b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7293 | 2024.07.13 05:39:41.188953 [ 3 ] {} <Debug> HTTP-Session: a1f73dbb-fa40-43c9-936c-1875cbde1b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7294 | 2024.07.13 05:39:41.189033 [ 3 ] {} <Trace> HTTP-Session: a1f73dbb-fa40-43c9-936c-1875cbde1b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7295 | 2024.07.13 05:39:41.189092 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
7296 | 2024.07.13 05:39:41.189222 [ 3 ] {3aea3f53-803b-4fa8-89de-a771f1ddfa7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7297 | 2024.07.13 05:39:41.189274 [ 3 ] {3aea3f53-803b-4fa8-89de-a771f1ddfa7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7298 | 2024.07.13 05:39:41.189433 [ 3 ] {3aea3f53-803b-4fa8-89de-a771f1ddfa7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7299 | 2024.07.13 05:39:41.189809 [ 3 ] {3aea3f53-803b-4fa8-89de-a771f1ddfa7e} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7300 | 2024.07.13 05:39:41.189845 [ 3 ] {3aea3f53-803b-4fa8-89de-a771f1ddfa7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7301 | 2024.07.13 05:39:41.190218 [ 3 ] {3aea3f53-803b-4fa8-89de-a771f1ddfa7e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7302 | 2024.07.13 05:39:41.190559 [ 3 ] {3aea3f53-803b-4fa8-89de-a771f1ddfa7e} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7303 | 2024.07.13 05:39:41.190720 [ 3 ] {3aea3f53-803b-4fa8-89de-a771f1ddfa7e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001537 sec., 50097.59271307742 rows/sec., 3.09 MiB/sec. | ||
7304 | 2024.07.13 05:39:41.191051 [ 3 ] {3aea3f53-803b-4fa8-89de-a771f1ddfa7e} <Debug> DynamicQueryHandler: Done processing query | ||
7305 | 2024.07.13 05:39:41.191081 [ 3 ] {3aea3f53-803b-4fa8-89de-a771f1ddfa7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7306 | 2024.07.13 05:39:41.191100 [ 3 ] {} <Debug> HTTP-Session: a1f73dbb-fa40-43c9-936c-1875cbde1b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7307 | 2024.07.13 05:39:41.191285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7308 | 2024.07.13 05:39:41.191342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7309 | 2024.07.13 05:39:41.191365 [ 3 ] {} <Debug> HTTP-Session: bdb564f4-62ed-43fe-b6e5-104da25af76c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7310 | 2024.07.13 05:39:41.191385 [ 3 ] {} <Debug> HTTP-Session: bdb564f4-62ed-43fe-b6e5-104da25af76c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7311 | 2024.07.13 05:39:41.191404 [ 3 ] {} <Debug> HTTP-Session: bdb564f4-62ed-43fe-b6e5-104da25af76c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7312 | 2024.07.13 05:39:41.191442 [ 3 ] {} <Trace> HTTP-Session: bdb564f4-62ed-43fe-b6e5-104da25af76c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7313 | 2024.07.13 05:39:41.191608 [ 3 ] {ece8937a-c1af-49bf-9229-72d51793a248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7314 | 2024.07.13 05:39:41.191655 [ 3 ] {ece8937a-c1af-49bf-9229-72d51793a248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7315 | 2024.07.13 05:39:41.191817 [ 3 ] {ece8937a-c1af-49bf-9229-72d51793a248} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7316 | 2024.07.13 05:39:41.192227 [ 3 ] {ece8937a-c1af-49bf-9229-72d51793a248} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7317 | 2024.07.13 05:39:41.192262 [ 3 ] {ece8937a-c1af-49bf-9229-72d51793a248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7318 | 2024.07.13 05:39:41.192639 [ 3 ] {ece8937a-c1af-49bf-9229-72d51793a248} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7319 | 2024.07.13 05:39:41.192968 [ 3 ] {ece8937a-c1af-49bf-9229-72d51793a248} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7320 | 2024.07.13 05:39:41.193129 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7321 | 2024.07.13 05:39:41.193132 [ 3 ] {ece8937a-c1af-49bf-9229-72d51793a248} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
7322 | 2024.07.13 05:39:41.193180 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7323 | 2024.07.13 05:39:41.193245 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7324 | 2024.07.13 05:39:41.193445 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
7325 | 2024.07.13 05:39:41.193483 [ 3 ] {ece8937a-c1af-49bf-9229-72d51793a248} <Debug> DynamicQueryHandler: Done processing query | ||
7326 | 2024.07.13 05:39:41.193529 [ 3 ] {ece8937a-c1af-49bf-9229-72d51793a248} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7327 | 2024.07.13 05:39:41.193561 [ 3 ] {} <Debug> HTTP-Session: bdb564f4-62ed-43fe-b6e5-104da25af76c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7328 | 2024.07.13 05:39:41.193673 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7329 | 2024.07.13 05:39:41.193714 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5492 rows starting from the beginning of the part | ||
7330 | 2024.07.13 05:39:41.193810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7331 | 2024.07.13 05:39:41.193983 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 199 rows starting from the beginning of the part | ||
7332 | 2024.07.13 05:39:41.193998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7333 | 2024.07.13 05:39:41.194092 [ 3 ] {} <Debug> HTTP-Session: decff77b-4720-42a1-8adc-191cec74c56f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7334 | 2024.07.13 05:39:41.194167 [ 3 ] {} <Debug> HTTP-Session: decff77b-4720-42a1-8adc-191cec74c56f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7335 | 2024.07.13 05:39:41.194232 [ 3 ] {} <Debug> HTTP-Session: decff77b-4720-42a1-8adc-191cec74c56f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7336 | 2024.07.13 05:39:41.194359 [ 3 ] {} <Trace> HTTP-Session: decff77b-4720-42a1-8adc-191cec74c56f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7337 | 2024.07.13 05:39:41.194349 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
7338 | 2024.07.13 05:39:41.194617 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part | ||
7339 | 2024.07.13 05:39:41.194777 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
7340 | 2024.07.13 05:39:41.194930 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
7341 | 2024.07.13 05:39:41.195232 [ 3 ] {dfff4346-6399-47d8-ab0a-a72c4a706cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7342 | 2024.07.13 05:39:41.195417 [ 3 ] {dfff4346-6399-47d8-ab0a-a72c4a706cde} <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 | ||
7343 | 2024.07.13 05:39:41.196416 [ 3 ] {dfff4346-6399-47d8-ab0a-a72c4a706cde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7344 | 2024.07.13 05:39:41.197811 [ 3 ] {dfff4346-6399-47d8-ab0a-a72c4a706cde} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7345 | 2024.07.13 05:39:41.198049 [ 3 ] {dfff4346-6399-47d8-ab0a-a72c4a706cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7346 | 2024.07.13 05:39:41.198927 [ 3 ] {dfff4346-6399-47d8-ab0a-a72c4a706cde} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7347 | 2024.07.13 05:39:41.199385 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6332 rows, containing 5 columns (5 merged, 0 gathered) in 0.006019794 sec., 1051863.2365160668 rows/sec., 73.28 MiB/sec. | ||
7348 | 2024.07.13 05:39:41.199762 [ 3 ] {dfff4346-6399-47d8-ab0a-a72c4a706cde} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7349 | 2024.07.13 05:39:41.200093 [ 3 ] {dfff4346-6399-47d8-ab0a-a72c4a706cde} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.005521 sec., 5796.05143995653 rows/sec., 10.39 MiB/sec. | ||
7350 | 2024.07.13 05:39:41.200116 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7351 | 2024.07.13 05:39:41.201068 [ 3 ] {dfff4346-6399-47d8-ab0a-a72c4a706cde} <Debug> DynamicQueryHandler: Done processing query | ||
7352 | 2024.07.13 05:39:41.201132 [ 3 ] {dfff4346-6399-47d8-ab0a-a72c4a706cde} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7353 | 2024.07.13 05:39:41.201174 [ 3 ] {} <Debug> HTTP-Session: decff77b-4720-42a1-8adc-191cec74c56f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7354 | 2024.07.13 05:39:41.201318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7355 | 2024.07.13 05:39:41.201416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7356 | 2024.07.13 05:39:41.201423 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7357 | 2024.07.13 05:39:41.201444 [ 3 ] {} <Debug> HTTP-Session: 36d1ed0b-971a-4e19-babb-4effc190bb7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7358 | 2024.07.13 05:39:41.201505 [ 3 ] {} <Debug> HTTP-Session: 36d1ed0b-971a-4e19-babb-4effc190bb7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7359 | 2024.07.13 05:39:41.201551 [ 3 ] {} <Debug> HTTP-Session: 36d1ed0b-971a-4e19-babb-4effc190bb7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7360 | 2024.07.13 05:39:41.201592 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7361 | 2024.07.13 05:39:41.201608 [ 3 ] {} <Trace> HTTP-Session: 36d1ed0b-971a-4e19-babb-4effc190bb7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7362 | 2024.07.13 05:39:41.201745 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
7363 | 2024.07.13 05:39:41.201815 [ 3 ] {1ff5f413-9e1e-4e6d-a6de-570cf124537a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7364 | 2024.07.13 05:39:41.201865 [ 3 ] {1ff5f413-9e1e-4e6d-a6de-570cf124537a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7365 | 2024.07.13 05:39:41.202005 [ 3 ] {1ff5f413-9e1e-4e6d-a6de-570cf124537a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7366 | 2024.07.13 05:39:41.202290 [ 3 ] {1ff5f413-9e1e-4e6d-a6de-570cf124537a} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7367 | 2024.07.13 05:39:41.202326 [ 3 ] {1ff5f413-9e1e-4e6d-a6de-570cf124537a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7368 | 2024.07.13 05:39:41.202681 [ 3 ] {1ff5f413-9e1e-4e6d-a6de-570cf124537a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7369 | 2024.07.13 05:39:41.203023 [ 3 ] {1ff5f413-9e1e-4e6d-a6de-570cf124537a} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7370 | 2024.07.13 05:39:41.203179 [ 3 ] {1ff5f413-9e1e-4e6d-a6de-570cf124537a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001427 sec., 16117.729502452697 rows/sec., 871.86 KiB/sec. | ||
7371 | 2024.07.13 05:39:41.203343 [ 3 ] {1ff5f413-9e1e-4e6d-a6de-570cf124537a} <Debug> DynamicQueryHandler: Done processing query | ||
7372 | 2024.07.13 05:39:41.203366 [ 3 ] {1ff5f413-9e1e-4e6d-a6de-570cf124537a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7373 | 2024.07.13 05:39:41.203382 [ 3 ] {} <Debug> HTTP-Session: 36d1ed0b-971a-4e19-babb-4effc190bb7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7374 | 2024.07.13 05:39:41.203512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7375 | 2024.07.13 05:39:41.203558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7376 | 2024.07.13 05:39:41.203578 [ 3 ] {} <Debug> HTTP-Session: 68ba8454-a28e-4144-bf76-515915b21e6e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7377 | 2024.07.13 05:39:41.203594 [ 3 ] {} <Debug> HTTP-Session: 68ba8454-a28e-4144-bf76-515915b21e6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7378 | 2024.07.13 05:39:41.203607 [ 3 ] {} <Debug> HTTP-Session: 68ba8454-a28e-4144-bf76-515915b21e6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7379 | 2024.07.13 05:39:41.203638 [ 3 ] {} <Trace> HTTP-Session: 68ba8454-a28e-4144-bf76-515915b21e6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7380 | 2024.07.13 05:39:41.203755 [ 3 ] {32fcd657-89b3-42ac-b57b-50b8b3ef5073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7381 | 2024.07.13 05:39:41.203798 [ 3 ] {32fcd657-89b3-42ac-b57b-50b8b3ef5073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7382 | 2024.07.13 05:39:41.203924 [ 3 ] {32fcd657-89b3-42ac-b57b-50b8b3ef5073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7383 | 2024.07.13 05:39:41.204233 [ 3 ] {32fcd657-89b3-42ac-b57b-50b8b3ef5073} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7384 | 2024.07.13 05:39:41.204268 [ 3 ] {32fcd657-89b3-42ac-b57b-50b8b3ef5073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7385 | 2024.07.13 05:39:41.204620 [ 3 ] {32fcd657-89b3-42ac-b57b-50b8b3ef5073} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7386 | 2024.07.13 05:39:41.204943 [ 3 ] {32fcd657-89b3-42ac-b57b-50b8b3ef5073} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7387 | 2024.07.13 05:39:41.205110 [ 74 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7388 | 2024.07.13 05:39:41.205119 [ 3 ] {32fcd657-89b3-42ac-b57b-50b8b3ef5073} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
7389 | 2024.07.13 05:39:41.205160 [ 74 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7390 | 2024.07.13 05:39:41.205226 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7391 | 2024.07.13 05:39:41.205448 [ 3 ] {32fcd657-89b3-42ac-b57b-50b8b3ef5073} <Debug> DynamicQueryHandler: Done processing query | ||
7392 | 2024.07.13 05:39:41.205510 [ 3 ] {32fcd657-89b3-42ac-b57b-50b8b3ef5073} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7393 | 2024.07.13 05:39:41.205521 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
7394 | 2024.07.13 05:39:41.205535 [ 3 ] {} <Debug> HTTP-Session: 68ba8454-a28e-4144-bf76-515915b21e6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7395 | 2024.07.13 05:39:41.206044 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7396 | 2024.07.13 05:39:41.206107 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1814 rows starting from the beginning of the part | ||
7397 | 2024.07.13 05:39:41.206196 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
7398 | 2024.07.13 05:39:41.206411 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
7399 | 2024.07.13 05:39:41.206607 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
7400 | 2024.07.13 05:39:41.206790 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
7401 | 2024.07.13 05:39:41.206899 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
7402 | 2024.07.13 05:39:41.208257 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2114 rows, containing 4 columns (4 merged, 0 gathered) in 0.002923695 sec., 723057.637681085 rows/sec., 48.84 MiB/sec. | ||
7403 | 2024.07.13 05:39:41.208462 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7404 | 2024.07.13 05:39:41.208820 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_41_8} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7405 | 2024.07.13 05:39:41.208893 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_41_8} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7406 | 2024.07.13 05:39:41.208960 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
7407 | 2024.07.13 05:39:42.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.50 MiB, peak 197.12 MiB, free memory in arenas 0.00 B, will set to 188.57 MiB (RSS), difference: 1.07 MiB | ||
7408 | 2024.07.13 05:39:43.522318 [ 75 ] {} <Debug> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
7409 | 2024.07.13 05:39:43.522415 [ 75 ] {} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7410 | 2024.07.13 05:39:43.522458 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7411 | 2024.07.13 05:39:43.522712 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
7412 | 2024.07.13 05:39:43.522960 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7413 | 2024.07.13 05:39:43.523003 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7414 | 2024.07.13 05:39:43.523091 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
7415 | 2024.07.13 05:39:43.523187 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
7416 | 2024.07.13 05:39:43.523474 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
7417 | 2024.07.13 05:39:43.523606 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
7418 | 2024.07.13 05:39:43.524637 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002078252 sec., 15397.555253164679 rows/sec., 1.23 MiB/sec. | ||
7419 | 2024.07.13 05:39:43.524796 [ 193 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
7420 | 2024.07.13 05:39:43.525174 [ 193 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7421 | 2024.07.13 05:39:43.525254 [ 193 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_10_2} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
7422 | 2024.07.13 05:39:43.525335 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7423 | 2024.07.13 05:39:44.065384 [ 61 ] {} <Debug> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
7424 | 2024.07.13 05:39:44.065450 [ 61 ] {} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7425 | 2024.07.13 05:39:44.065472 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7426 | 2024.07.13 05:39:44.065661 [ 196 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
7427 | 2024.07.13 05:39:44.065844 [ 196 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7428 | 2024.07.13 05:39:44.065877 [ 196 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7429 | 2024.07.13 05:39:44.065953 [ 196 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
7430 | 2024.07.13 05:39:44.066121 [ 196 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
7431 | 2024.07.13 05:39:44.066354 [ 196 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
7432 | 2024.07.13 05:39:44.066657 [ 196 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
7433 | 2024.07.13 05:39:44.067709 [ 193 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002173383 sec., 14723.589905690806 rows/sec., 1.00 MiB/sec. | ||
7434 | 2024.07.13 05:39:44.067898 [ 187 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
7435 | 2024.07.13 05:39:44.068340 [ 187 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7436 | 2024.07.13 05:39:44.068427 [ 187 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_10_2} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
7437 | 2024.07.13 05:39:44.068525 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7438 | 2024.07.13 05:39:45.443800 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7439 | 2024.07.13 05:39:45.443867 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7440 | 2024.07.13 05:39:46.167169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7441 | 2024.07.13 05:39:46.167300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7442 | 2024.07.13 05:39:46.167330 [ 3 ] {} <Debug> HTTP-Session: 5d4b73bc-e2a6-49a9-84b0-a879e67f0a86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7443 | 2024.07.13 05:39:46.167358 [ 3 ] {} <Debug> HTTP-Session: 5d4b73bc-e2a6-49a9-84b0-a879e67f0a86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7444 | 2024.07.13 05:39:46.167376 [ 3 ] {} <Debug> HTTP-Session: 5d4b73bc-e2a6-49a9-84b0-a879e67f0a86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7445 | 2024.07.13 05:39:46.167432 [ 3 ] {} <Trace> HTTP-Session: 5d4b73bc-e2a6-49a9-84b0-a879e67f0a86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7446 | 2024.07.13 05:39:46.167655 [ 3 ] {65ba3e30-b3a3-4769-afee-3b3e2d49e610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7447 | 2024.07.13 05:39:46.167732 [ 3 ] {65ba3e30-b3a3-4769-afee-3b3e2d49e610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7448 | 2024.07.13 05:39:46.167937 [ 3 ] {65ba3e30-b3a3-4769-afee-3b3e2d49e610} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7449 | 2024.07.13 05:39:46.168420 [ 3 ] {65ba3e30-b3a3-4769-afee-3b3e2d49e610} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7450 | 2024.07.13 05:39:46.168465 [ 3 ] {65ba3e30-b3a3-4769-afee-3b3e2d49e610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7451 | 2024.07.13 05:39:46.168837 [ 3 ] {65ba3e30-b3a3-4769-afee-3b3e2d49e610} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7452 | 2024.07.13 05:39:46.169179 [ 3 ] {65ba3e30-b3a3-4769-afee-3b3e2d49e610} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7453 | 2024.07.13 05:39:46.169351 [ 3 ] {65ba3e30-b3a3-4769-afee-3b3e2d49e610} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001768 sec., 31674.20814479638 rows/sec., 2.43 MiB/sec. | ||
7454 | 2024.07.13 05:39:46.169562 [ 3 ] {65ba3e30-b3a3-4769-afee-3b3e2d49e610} <Debug> DynamicQueryHandler: Done processing query | ||
7455 | 2024.07.13 05:39:46.169589 [ 3 ] {65ba3e30-b3a3-4769-afee-3b3e2d49e610} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7456 | 2024.07.13 05:39:46.169606 [ 3 ] {} <Debug> HTTP-Session: 5d4b73bc-e2a6-49a9-84b0-a879e67f0a86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7457 | 2024.07.13 05:39:46.169772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7458 | 2024.07.13 05:39:46.169824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7459 | 2024.07.13 05:39:46.169844 [ 3 ] {} <Debug> HTTP-Session: bbd3f76a-e323-4ee6-9f57-68f4c7eae154 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7460 | 2024.07.13 05:39:46.169862 [ 3 ] {} <Debug> HTTP-Session: bbd3f76a-e323-4ee6-9f57-68f4c7eae154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7461 | 2024.07.13 05:39:46.169877 [ 3 ] {} <Debug> HTTP-Session: bbd3f76a-e323-4ee6-9f57-68f4c7eae154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7462 | 2024.07.13 05:39:46.169910 [ 3 ] {} <Trace> HTTP-Session: bbd3f76a-e323-4ee6-9f57-68f4c7eae154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7463 | 2024.07.13 05:39:46.170036 [ 3 ] {7c58f918-7eb2-45ae-9aef-392d430e48eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7464 | 2024.07.13 05:39:46.170082 [ 3 ] {7c58f918-7eb2-45ae-9aef-392d430e48eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7465 | 2024.07.13 05:39:46.170212 [ 3 ] {7c58f918-7eb2-45ae-9aef-392d430e48eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7466 | 2024.07.13 05:39:46.170594 [ 3 ] {7c58f918-7eb2-45ae-9aef-392d430e48eb} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7467 | 2024.07.13 05:39:46.170630 [ 3 ] {7c58f918-7eb2-45ae-9aef-392d430e48eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7468 | 2024.07.13 05:39:46.170938 [ 3 ] {7c58f918-7eb2-45ae-9aef-392d430e48eb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7469 | 2024.07.13 05:39:46.171258 [ 3 ] {7c58f918-7eb2-45ae-9aef-392d430e48eb} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7470 | 2024.07.13 05:39:46.171416 [ 3 ] {7c58f918-7eb2-45ae-9aef-392d430e48eb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001417 sec., 45165.84333098094 rows/sec., 3.53 MiB/sec. | ||
7471 | 2024.07.13 05:39:46.171693 [ 3 ] {7c58f918-7eb2-45ae-9aef-392d430e48eb} <Debug> DynamicQueryHandler: Done processing query | ||
7472 | 2024.07.13 05:39:46.171739 [ 3 ] {7c58f918-7eb2-45ae-9aef-392d430e48eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7473 | 2024.07.13 05:39:46.171771 [ 3 ] {} <Debug> HTTP-Session: bbd3f76a-e323-4ee6-9f57-68f4c7eae154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7474 | 2024.07.13 05:39:46.171957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7475 | 2024.07.13 05:39:46.172007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7476 | 2024.07.13 05:39:46.172029 [ 3 ] {} <Debug> HTTP-Session: 2607bbf6-b6ac-4d44-9072-206937102f0b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7477 | 2024.07.13 05:39:46.172046 [ 3 ] {} <Debug> HTTP-Session: 2607bbf6-b6ac-4d44-9072-206937102f0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7478 | 2024.07.13 05:39:46.172059 [ 3 ] {} <Debug> HTTP-Session: 2607bbf6-b6ac-4d44-9072-206937102f0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7479 | 2024.07.13 05:39:46.172090 [ 3 ] {} <Trace> HTTP-Session: 2607bbf6-b6ac-4d44-9072-206937102f0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7480 | 2024.07.13 05:39:46.172245 [ 3 ] {39045edc-192f-42d5-8af9-9fdb148356ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7481 | 2024.07.13 05:39:46.172295 [ 3 ] {39045edc-192f-42d5-8af9-9fdb148356ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7482 | 2024.07.13 05:39:46.172461 [ 3 ] {39045edc-192f-42d5-8af9-9fdb148356ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7483 | 2024.07.13 05:39:46.172859 [ 3 ] {39045edc-192f-42d5-8af9-9fdb148356ef} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7484 | 2024.07.13 05:39:46.172895 [ 3 ] {39045edc-192f-42d5-8af9-9fdb148356ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7485 | 2024.07.13 05:39:46.173280 [ 3 ] {39045edc-192f-42d5-8af9-9fdb148356ef} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7486 | 2024.07.13 05:39:46.173610 [ 3 ] {39045edc-192f-42d5-8af9-9fdb148356ef} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7487 | 2024.07.13 05:39:46.173769 [ 3 ] {39045edc-192f-42d5-8af9-9fdb148356ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
7488 | 2024.07.13 05:39:46.174101 [ 3 ] {39045edc-192f-42d5-8af9-9fdb148356ef} <Debug> DynamicQueryHandler: Done processing query | ||
7489 | 2024.07.13 05:39:46.174142 [ 3 ] {39045edc-192f-42d5-8af9-9fdb148356ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7490 | 2024.07.13 05:39:46.174159 [ 3 ] {} <Debug> HTTP-Session: 2607bbf6-b6ac-4d44-9072-206937102f0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7491 | 2024.07.13 05:39:46.174315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7492 | 2024.07.13 05:39:46.174365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7493 | 2024.07.13 05:39:46.174384 [ 3 ] {} <Debug> HTTP-Session: b9e41e40-55d8-41ee-b232-c563b1f05ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7494 | 2024.07.13 05:39:46.174400 [ 3 ] {} <Debug> HTTP-Session: b9e41e40-55d8-41ee-b232-c563b1f05ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7495 | 2024.07.13 05:39:46.174414 [ 3 ] {} <Debug> HTTP-Session: b9e41e40-55d8-41ee-b232-c563b1f05ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7496 | 2024.07.13 05:39:46.174445 [ 3 ] {} <Trace> HTTP-Session: b9e41e40-55d8-41ee-b232-c563b1f05ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7497 | 2024.07.13 05:39:46.174572 [ 3 ] {73c0942f-0544-428f-92bd-d2ed58b9ebef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7498 | 2024.07.13 05:39:46.174617 [ 3 ] {73c0942f-0544-428f-92bd-d2ed58b9ebef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7499 | 2024.07.13 05:39:46.174761 [ 3 ] {73c0942f-0544-428f-92bd-d2ed58b9ebef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7500 | 2024.07.13 05:39:46.175051 [ 3 ] {73c0942f-0544-428f-92bd-d2ed58b9ebef} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7501 | 2024.07.13 05:39:46.175087 [ 3 ] {73c0942f-0544-428f-92bd-d2ed58b9ebef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7502 | 2024.07.13 05:39:46.175441 [ 3 ] {73c0942f-0544-428f-92bd-d2ed58b9ebef} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7503 | 2024.07.13 05:39:46.175758 [ 3 ] {73c0942f-0544-428f-92bd-d2ed58b9ebef} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7504 | 2024.07.13 05:39:46.175917 [ 3 ] {73c0942f-0544-428f-92bd-d2ed58b9ebef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
7505 | 2024.07.13 05:39:46.176085 [ 3 ] {73c0942f-0544-428f-92bd-d2ed58b9ebef} <Debug> DynamicQueryHandler: Done processing query | ||
7506 | 2024.07.13 05:39:46.176110 [ 3 ] {73c0942f-0544-428f-92bd-d2ed58b9ebef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7507 | 2024.07.13 05:39:46.176126 [ 3 ] {} <Debug> HTTP-Session: b9e41e40-55d8-41ee-b232-c563b1f05ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7508 | 2024.07.13 05:39:51.175719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7509 | 2024.07.13 05:39:51.175861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7510 | 2024.07.13 05:39:51.175891 [ 3 ] {} <Debug> HTTP-Session: 511aa3c8-5db4-4d1e-95c1-ecf7a97fd6aa Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7511 | 2024.07.13 05:39:51.175920 [ 3 ] {} <Debug> HTTP-Session: 511aa3c8-5db4-4d1e-95c1-ecf7a97fd6aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7512 | 2024.07.13 05:39:51.175937 [ 3 ] {} <Debug> HTTP-Session: 511aa3c8-5db4-4d1e-95c1-ecf7a97fd6aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7513 | 2024.07.13 05:39:51.175992 [ 3 ] {} <Trace> HTTP-Session: 511aa3c8-5db4-4d1e-95c1-ecf7a97fd6aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7514 | 2024.07.13 05:39:51.176193 [ 3 ] {6639c30d-ca21-4e13-a3a3-9d1a812e8bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7515 | 2024.07.13 05:39:51.176261 [ 3 ] {6639c30d-ca21-4e13-a3a3-9d1a812e8bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7516 | 2024.07.13 05:39:51.176457 [ 3 ] {6639c30d-ca21-4e13-a3a3-9d1a812e8bac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7517 | 2024.07.13 05:39:51.176890 [ 3 ] {6639c30d-ca21-4e13-a3a3-9d1a812e8bac} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7518 | 2024.07.13 05:39:51.176936 [ 3 ] {6639c30d-ca21-4e13-a3a3-9d1a812e8bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7519 | 2024.07.13 05:39:51.177324 [ 3 ] {6639c30d-ca21-4e13-a3a3-9d1a812e8bac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7520 | 2024.07.13 05:39:51.177663 [ 3 ] {6639c30d-ca21-4e13-a3a3-9d1a812e8bac} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7521 | 2024.07.13 05:39:51.177822 [ 3 ] {6639c30d-ca21-4e13-a3a3-9d1a812e8bac} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.00169 sec., 22485.207100591713 rows/sec., 1.70 MiB/sec. | ||
7522 | 2024.07.13 05:39:51.178050 [ 3 ] {6639c30d-ca21-4e13-a3a3-9d1a812e8bac} <Debug> DynamicQueryHandler: Done processing query | ||
7523 | 2024.07.13 05:39:51.178078 [ 3 ] {6639c30d-ca21-4e13-a3a3-9d1a812e8bac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7524 | 2024.07.13 05:39:51.178096 [ 3 ] {} <Debug> HTTP-Session: 511aa3c8-5db4-4d1e-95c1-ecf7a97fd6aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7525 | 2024.07.13 05:39:51.178332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 43808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7526 | 2024.07.13 05:39:51.178390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7527 | 2024.07.13 05:39:51.178412 [ 3 ] {} <Debug> HTTP-Session: 6726a137-a84d-453b-8f17-dddad5b42c2e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7528 | 2024.07.13 05:39:51.178430 [ 3 ] {} <Debug> HTTP-Session: 6726a137-a84d-453b-8f17-dddad5b42c2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7529 | 2024.07.13 05:39:51.178446 [ 3 ] {} <Debug> HTTP-Session: 6726a137-a84d-453b-8f17-dddad5b42c2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7530 | 2024.07.13 05:39:51.178481 [ 3 ] {} <Trace> HTTP-Session: 6726a137-a84d-453b-8f17-dddad5b42c2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7531 | 2024.07.13 05:39:51.178675 [ 3 ] {72be528e-d86c-4c4c-bc4f-51b5dab2ca3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7532 | 2024.07.13 05:39:51.178723 [ 3 ] {72be528e-d86c-4c4c-bc4f-51b5dab2ca3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7533 | 2024.07.13 05:39:51.178861 [ 3 ] {72be528e-d86c-4c4c-bc4f-51b5dab2ca3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7534 | 2024.07.13 05:39:51.179378 [ 3 ] {72be528e-d86c-4c4c-bc4f-51b5dab2ca3e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7535 | 2024.07.13 05:39:51.179417 [ 3 ] {72be528e-d86c-4c4c-bc4f-51b5dab2ca3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7536 | 2024.07.13 05:39:51.179759 [ 3 ] {72be528e-d86c-4c4c-bc4f-51b5dab2ca3e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7537 | 2024.07.13 05:39:51.180061 [ 3 ] {72be528e-d86c-4c4c-bc4f-51b5dab2ca3e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7538 | 2024.07.13 05:39:51.180214 [ 3 ] {72be528e-d86c-4c4c-bc4f-51b5dab2ca3e} <Debug> executeQuery: Read 293 rows, 26.03 KiB in 0.001633 sec., 179424.3723208818 rows/sec., 15.56 MiB/sec. | ||
7539 | 2024.07.13 05:39:51.180392 [ 3 ] {72be528e-d86c-4c4c-bc4f-51b5dab2ca3e} <Debug> DynamicQueryHandler: Done processing query | ||
7540 | 2024.07.13 05:39:51.180417 [ 3 ] {72be528e-d86c-4c4c-bc4f-51b5dab2ca3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7541 | 2024.07.13 05:39:51.180434 [ 3 ] {} <Debug> HTTP-Session: 6726a137-a84d-453b-8f17-dddad5b42c2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7542 | 2024.07.13 05:39:51.180635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 71032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7543 | 2024.07.13 05:39:51.180688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7544 | 2024.07.13 05:39:51.180709 [ 3 ] {} <Debug> HTTP-Session: 7f6002ad-5610-4dbc-ac88-83129a805b23 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7545 | 2024.07.13 05:39:51.180726 [ 3 ] {} <Debug> HTTP-Session: 7f6002ad-5610-4dbc-ac88-83129a805b23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7546 | 2024.07.13 05:39:51.180740 [ 3 ] {} <Debug> HTTP-Session: 7f6002ad-5610-4dbc-ac88-83129a805b23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7547 | 2024.07.13 05:39:51.180773 [ 3 ] {} <Trace> HTTP-Session: 7f6002ad-5610-4dbc-ac88-83129a805b23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7548 | 2024.07.13 05:39:51.181007 [ 3 ] {01aa8d2f-6342-4bd7-8017-9da9bbead588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7549 | 2024.07.13 05:39:51.181050 [ 3 ] {01aa8d2f-6342-4bd7-8017-9da9bbead588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7550 | 2024.07.13 05:39:51.181179 [ 3 ] {01aa8d2f-6342-4bd7-8017-9da9bbead588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7551 | 2024.07.13 05:39:51.181715 [ 3 ] {01aa8d2f-6342-4bd7-8017-9da9bbead588} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7552 | 2024.07.13 05:39:51.181751 [ 3 ] {01aa8d2f-6342-4bd7-8017-9da9bbead588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7553 | 2024.07.13 05:39:51.182076 [ 3 ] {01aa8d2f-6342-4bd7-8017-9da9bbead588} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7554 | 2024.07.13 05:39:51.182370 [ 3 ] {01aa8d2f-6342-4bd7-8017-9da9bbead588} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7555 | 2024.07.13 05:39:51.182513 [ 3 ] {01aa8d2f-6342-4bd7-8017-9da9bbead588} <Debug> executeQuery: Read 438 rows, 31.94 KiB in 0.001634 sec., 268053.8555691554 rows/sec., 19.09 MiB/sec. | ||
7556 | 2024.07.13 05:39:51.182772 [ 3 ] {01aa8d2f-6342-4bd7-8017-9da9bbead588} <Debug> DynamicQueryHandler: Done processing query | ||
7557 | 2024.07.13 05:39:51.182837 [ 3 ] {01aa8d2f-6342-4bd7-8017-9da9bbead588} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7558 | 2024.07.13 05:39:51.182881 [ 3 ] {} <Debug> HTTP-Session: 7f6002ad-5610-4dbc-ac88-83129a805b23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7559 | 2024.07.13 05:39:51.183136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7560 | 2024.07.13 05:39:51.183188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7561 | 2024.07.13 05:39:51.183209 [ 3 ] {} <Debug> HTTP-Session: 06cad865-40ae-477a-989a-42a4c8e24109 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7562 | 2024.07.13 05:39:51.183227 [ 3 ] {} <Debug> HTTP-Session: 06cad865-40ae-477a-989a-42a4c8e24109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7563 | 2024.07.13 05:39:51.183241 [ 3 ] {} <Debug> HTTP-Session: 06cad865-40ae-477a-989a-42a4c8e24109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7564 | 2024.07.13 05:39:51.183273 [ 3 ] {} <Trace> HTTP-Session: 06cad865-40ae-477a-989a-42a4c8e24109 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7565 | 2024.07.13 05:39:51.183374 [ 3 ] {a47b188c-f33c-4df4-a9d3-ab67e942b121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7566 | 2024.07.13 05:39:51.183422 [ 3 ] {a47b188c-f33c-4df4-a9d3-ab67e942b121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7567 | 2024.07.13 05:39:51.183572 [ 3 ] {a47b188c-f33c-4df4-a9d3-ab67e942b121} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7568 | 2024.07.13 05:39:51.183838 [ 3 ] {a47b188c-f33c-4df4-a9d3-ab67e942b121} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7569 | 2024.07.13 05:39:51.183875 [ 3 ] {a47b188c-f33c-4df4-a9d3-ab67e942b121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7570 | 2024.07.13 05:39:51.184238 [ 3 ] {a47b188c-f33c-4df4-a9d3-ab67e942b121} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7571 | 2024.07.13 05:39:51.184554 [ 3 ] {a47b188c-f33c-4df4-a9d3-ab67e942b121} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7572 | 2024.07.13 05:39:51.184713 [ 3 ] {a47b188c-f33c-4df4-a9d3-ab67e942b121} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 189.43 KiB/sec. | ||
7573 | 2024.07.13 05:39:51.184997 [ 3 ] {a47b188c-f33c-4df4-a9d3-ab67e942b121} <Debug> DynamicQueryHandler: Done processing query | ||
7574 | 2024.07.13 05:39:51.185032 [ 3 ] {a47b188c-f33c-4df4-a9d3-ab67e942b121} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7575 | 2024.07.13 05:39:51.185049 [ 3 ] {} <Debug> HTTP-Session: 06cad865-40ae-477a-989a-42a4c8e24109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7576 | 2024.07.13 05:39:51.185181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7577 | 2024.07.13 05:39:51.185230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7578 | 2024.07.13 05:39:51.185249 [ 3 ] {} <Debug> HTTP-Session: f7f6fbba-2b21-42a6-8267-79680b468886 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7579 | 2024.07.13 05:39:51.185266 [ 3 ] {} <Debug> HTTP-Session: f7f6fbba-2b21-42a6-8267-79680b468886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7580 | 2024.07.13 05:39:51.185279 [ 3 ] {} <Debug> HTTP-Session: f7f6fbba-2b21-42a6-8267-79680b468886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7581 | 2024.07.13 05:39:51.185309 [ 3 ] {} <Trace> HTTP-Session: f7f6fbba-2b21-42a6-8267-79680b468886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7582 | 2024.07.13 05:39:51.185430 [ 3 ] {d5b01d92-481c-4bbe-ba18-0734a8bb4f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7583 | 2024.07.13 05:39:51.185477 [ 3 ] {d5b01d92-481c-4bbe-ba18-0734a8bb4f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7584 | 2024.07.13 05:39:51.185641 [ 3 ] {d5b01d92-481c-4bbe-ba18-0734a8bb4f56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7585 | 2024.07.13 05:39:51.185948 [ 3 ] {d5b01d92-481c-4bbe-ba18-0734a8bb4f56} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7586 | 2024.07.13 05:39:51.185984 [ 3 ] {d5b01d92-481c-4bbe-ba18-0734a8bb4f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7587 | 2024.07.13 05:39:51.186342 [ 3 ] {d5b01d92-481c-4bbe-ba18-0734a8bb4f56} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7588 | 2024.07.13 05:39:51.186676 [ 3 ] {d5b01d92-481c-4bbe-ba18-0734a8bb4f56} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7589 | 2024.07.13 05:39:51.186840 [ 3 ] {d5b01d92-481c-4bbe-ba18-0734a8bb4f56} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001444 sec., 53324.09972299169 rows/sec., 3.28 MiB/sec. | ||
7590 | 2024.07.13 05:39:51.187174 [ 3 ] {d5b01d92-481c-4bbe-ba18-0734a8bb4f56} <Debug> DynamicQueryHandler: Done processing query | ||
7591 | 2024.07.13 05:39:51.187199 [ 3 ] {d5b01d92-481c-4bbe-ba18-0734a8bb4f56} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7592 | 2024.07.13 05:39:51.187215 [ 3 ] {} <Debug> HTTP-Session: f7f6fbba-2b21-42a6-8267-79680b468886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7593 | 2024.07.13 05:39:51.187417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 37559, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7594 | 2024.07.13 05:39:51.187465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7595 | 2024.07.13 05:39:51.187485 [ 3 ] {} <Debug> HTTP-Session: 0d654bed-da8b-4f20-885c-b90d5aac11fd Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7596 | 2024.07.13 05:39:51.187501 [ 3 ] {} <Debug> HTTP-Session: 0d654bed-da8b-4f20-885c-b90d5aac11fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7597 | 2024.07.13 05:39:51.187515 [ 3 ] {} <Debug> HTTP-Session: 0d654bed-da8b-4f20-885c-b90d5aac11fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7598 | 2024.07.13 05:39:51.187546 [ 3 ] {} <Trace> HTTP-Session: 0d654bed-da8b-4f20-885c-b90d5aac11fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7599 | 2024.07.13 05:39:51.187753 [ 3 ] {c1a0ea53-f5c1-423a-b113-8c827300beeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7600 | 2024.07.13 05:39:51.187801 [ 3 ] {c1a0ea53-f5c1-423a-b113-8c827300beeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7601 | 2024.07.13 05:39:51.187965 [ 3 ] {c1a0ea53-f5c1-423a-b113-8c827300beeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7602 | 2024.07.13 05:39:51.188374 [ 3 ] {c1a0ea53-f5c1-423a-b113-8c827300beeb} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7603 | 2024.07.13 05:39:51.188413 [ 3 ] {c1a0ea53-f5c1-423a-b113-8c827300beeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7604 | 2024.07.13 05:39:51.188797 [ 3 ] {c1a0ea53-f5c1-423a-b113-8c827300beeb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7605 | 2024.07.13 05:39:51.189144 [ 3 ] {c1a0ea53-f5c1-423a-b113-8c827300beeb} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7606 | 2024.07.13 05:39:51.189282 [ 3 ] {c1a0ea53-f5c1-423a-b113-8c827300beeb} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001655 sec., 118429.00302114803 rows/sec., 8.27 MiB/sec. | ||
7607 | 2024.07.13 05:39:51.189574 [ 3 ] {c1a0ea53-f5c1-423a-b113-8c827300beeb} <Debug> DynamicQueryHandler: Done processing query | ||
7608 | 2024.07.13 05:39:51.189625 [ 3 ] {c1a0ea53-f5c1-423a-b113-8c827300beeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7609 | 2024.07.13 05:39:51.189670 [ 3 ] {} <Debug> HTTP-Session: 0d654bed-da8b-4f20-885c-b90d5aac11fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7610 | 2024.07.13 05:39:51.189835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7611 | 2024.07.13 05:39:51.189885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7612 | 2024.07.13 05:39:51.189904 [ 3 ] {} <Debug> HTTP-Session: be40ae51-2220-4ede-9752-7b261a972af2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7613 | 2024.07.13 05:39:51.189920 [ 3 ] {} <Debug> HTTP-Session: be40ae51-2220-4ede-9752-7b261a972af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7614 | 2024.07.13 05:39:51.189934 [ 3 ] {} <Debug> HTTP-Session: be40ae51-2220-4ede-9752-7b261a972af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7615 | 2024.07.13 05:39:51.189966 [ 3 ] {} <Trace> HTTP-Session: be40ae51-2220-4ede-9752-7b261a972af2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7616 | 2024.07.13 05:39:51.190338 [ 3 ] {4fa49b35-49bf-4e93-a6fc-7a9044786664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7617 | 2024.07.13 05:39:51.190412 [ 3 ] {4fa49b35-49bf-4e93-a6fc-7a9044786664} <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 | ||
7618 | 2024.07.13 05:39:51.190845 [ 3 ] {4fa49b35-49bf-4e93-a6fc-7a9044786664} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7619 | 2024.07.13 05:39:51.191604 [ 3 ] {4fa49b35-49bf-4e93-a6fc-7a9044786664} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7620 | 2024.07.13 05:39:51.191639 [ 3 ] {4fa49b35-49bf-4e93-a6fc-7a9044786664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7621 | 2024.07.13 05:39:51.192250 [ 3 ] {4fa49b35-49bf-4e93-a6fc-7a9044786664} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7622 | 2024.07.13 05:39:51.192654 [ 3 ] {4fa49b35-49bf-4e93-a6fc-7a9044786664} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7623 | 2024.07.13 05:39:51.192839 [ 67 ] {} <Debug> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7624 | 2024.07.13 05:39:51.192841 [ 3 ] {4fa49b35-49bf-4e93-a6fc-7a9044786664} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002777 sec., 11523.226503420958 rows/sec., 20.65 MiB/sec. | ||
7625 | 2024.07.13 05:39:51.192927 [ 67 ] {} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7626 | 2024.07.13 05:39:51.192999 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7627 | 2024.07.13 05:39:51.193445 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::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 | ||
7628 | 2024.07.13 05:39:51.193700 [ 3 ] {4fa49b35-49bf-4e93-a6fc-7a9044786664} <Debug> DynamicQueryHandler: Done processing query | ||
7629 | 2024.07.13 05:39:51.193788 [ 3 ] {4fa49b35-49bf-4e93-a6fc-7a9044786664} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7630 | 2024.07.13 05:39:51.193852 [ 3 ] {} <Debug> HTTP-Session: be40ae51-2220-4ede-9752-7b261a972af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7631 | 2024.07.13 05:39:51.194065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7632 | 2024.07.13 05:39:51.194141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7633 | 2024.07.13 05:39:51.194176 [ 3 ] {} <Debug> HTTP-Session: 90b3897e-5be9-4dce-bd8f-c559d723c6c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7634 | 2024.07.13 05:39:51.194206 [ 3 ] {} <Debug> HTTP-Session: 90b3897e-5be9-4dce-bd8f-c559d723c6c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7635 | 2024.07.13 05:39:51.194234 [ 3 ] {} <Debug> HTTP-Session: 90b3897e-5be9-4dce-bd8f-c559d723c6c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7636 | 2024.07.13 05:39:51.194268 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7637 | 2024.07.13 05:39:51.194279 [ 3 ] {} <Trace> HTTP-Session: 90b3897e-5be9-4dce-bd8f-c559d723c6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7638 | 2024.07.13 05:39:51.194343 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 432 rows starting from the beginning of the part | ||
7639 | 2024.07.13 05:39:51.194420 [ 3 ] {2e4a9f6a-b680-43f0-b54a-1d2f449d744e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7640 | 2024.07.13 05:39:51.194533 [ 3 ] {2e4a9f6a-b680-43f0-b54a-1d2f449d744e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7641 | 2024.07.13 05:39:51.194930 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
7642 | 2024.07.13 05:39:51.195087 [ 3 ] {2e4a9f6a-b680-43f0-b54a-1d2f449d744e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7643 | 2024.07.13 05:39:51.195441 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
7644 | 2024.07.13 05:39:51.195980 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
7645 | 2024.07.13 05:39:51.196034 [ 3 ] {2e4a9f6a-b680-43f0-b54a-1d2f449d744e} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7646 | 2024.07.13 05:39:51.196082 [ 3 ] {2e4a9f6a-b680-43f0-b54a-1d2f449d744e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7647 | 2024.07.13 05:39:51.196479 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
7648 | 2024.07.13 05:39:51.197004 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part | ||
7649 | 2024.07.13 05:39:51.197194 [ 3 ] {2e4a9f6a-b680-43f0-b54a-1d2f449d744e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7650 | 2024.07.13 05:39:51.198048 [ 3 ] {2e4a9f6a-b680-43f0-b54a-1d2f449d744e} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7651 | 2024.07.13 05:39:51.198276 [ 67 ] {} <Debug> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7652 | 2024.07.13 05:39:51.198285 [ 3 ] {2e4a9f6a-b680-43f0-b54a-1d2f449d744e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003902 sec., 5894.4131214761655 rows/sec., 318.85 KiB/sec. | ||
7653 | 2024.07.13 05:39:51.198327 [ 67 ] {} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7654 | 2024.07.13 05:39:51.198402 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7655 | 2024.07.13 05:39:51.198924 [ 3 ] {2e4a9f6a-b680-43f0-b54a-1d2f449d744e} <Debug> DynamicQueryHandler: Done processing query | ||
7656 | 2024.07.13 05:39:51.199069 [ 3 ] {2e4a9f6a-b680-43f0-b54a-1d2f449d744e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7657 | 2024.07.13 05:39:51.199094 [ 193 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
7658 | 2024.07.13 05:39:51.199202 [ 3 ] {} <Debug> HTTP-Session: 90b3897e-5be9-4dce-bd8f-c559d723c6c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7659 | 2024.07.13 05:39:51.199627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7660 | 2024.07.13 05:39:51.199824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7661 | 2024.07.13 05:39:51.199940 [ 3 ] {} <Debug> HTTP-Session: 7f09887a-2ddd-4ebc-9d0e-a7c5f72ef17a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7662 | 2024.07.13 05:39:51.199992 [ 193 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7663 | 2024.07.13 05:39:51.200019 [ 3 ] {} <Debug> HTTP-Session: 7f09887a-2ddd-4ebc-9d0e-a7c5f72ef17a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7664 | 2024.07.13 05:39:51.200100 [ 3 ] {} <Debug> HTTP-Session: 7f09887a-2ddd-4ebc-9d0e-a7c5f72ef17a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7665 | 2024.07.13 05:39:51.200158 [ 193 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 372 rows starting from the beginning of the part | ||
7666 | 2024.07.13 05:39:51.200226 [ 3 ] {} <Trace> HTTP-Session: 7f09887a-2ddd-4ebc-9d0e-a7c5f72ef17a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7667 | 2024.07.13 05:39:51.200614 [ 3 ] {d89c32ec-1b9a-4082-94af-e0a5a1772898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7668 | 2024.07.13 05:39:51.200829 [ 3 ] {d89c32ec-1b9a-4082-94af-e0a5a1772898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7669 | 2024.07.13 05:39:51.200868 [ 193 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
7670 | 2024.07.13 05:39:51.201704 [ 193 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
7671 | 2024.07.13 05:39:51.202208 [ 3 ] {d89c32ec-1b9a-4082-94af-e0a5a1772898} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7672 | 2024.07.13 05:39:51.202476 [ 193 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
7673 | 2024.07.13 05:39:51.203036 [ 193 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
7674 | 2024.07.13 05:39:51.203849 [ 193 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
7675 | 2024.07.13 05:39:51.203990 [ 3 ] {d89c32ec-1b9a-4082-94af-e0a5a1772898} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7676 | 2024.07.13 05:39:51.204122 [ 3 ] {d89c32ec-1b9a-4082-94af-e0a5a1772898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7677 | 2024.07.13 05:39:51.206017 [ 3 ] {d89c32ec-1b9a-4082-94af-e0a5a1772898} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7678 | 2024.07.13 05:39:51.207934 [ 3 ] {d89c32ec-1b9a-4082-94af-e0a5a1772898} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7679 | 2024.07.13 05:39:51.208611 [ 3 ] {d89c32ec-1b9a-4082-94af-e0a5a1772898} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008124 sec., 7385.524372230429 rows/sec., 509.68 KiB/sec. | ||
7680 | 2024.07.13 05:39:51.209273 [ 3 ] {d89c32ec-1b9a-4082-94af-e0a5a1772898} <Debug> DynamicQueryHandler: Done processing query | ||
7681 | 2024.07.13 05:39:51.209344 [ 3 ] {d89c32ec-1b9a-4082-94af-e0a5a1772898} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7682 | 2024.07.13 05:39:51.209381 [ 3 ] {} <Debug> HTTP-Session: 7f09887a-2ddd-4ebc-9d0e-a7c5f72ef17a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7683 | 2024.07.13 05:39:51.210013 [ 190 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 4 columns (4 merged, 0 gathered) in 0.011319026 sec., 43024.90337949573 rows/sec., 2.32 MiB/sec. | ||
7684 | 2024.07.13 05:39:51.210385 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7685 | 2024.07.13 05:39:51.211160 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_21_4} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7686 | 2024.07.13 05:39:51.211253 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_21_4} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7687 | 2024.07.13 05:39:51.211360 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
7688 | 2024.07.13 05:39:51.220677 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 19 columns (19 merged, 0 gathered) in 0.027551159 sec., 21487.29931833358 rows/sec., 38.50 MiB/sec. | ||
7689 | 2024.07.13 05:39:51.221798 [ 190 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7690 | 2024.07.13 05:39:51.222475 [ 190 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7691 | 2024.07.13 05:39:51.222574 [ 190 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7692 | 2024.07.13 05:39:51.222742 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
7693 | 2024.07.13 05:39:52.000142 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.22 MiB, peak 200.95 MiB, free memory in arenas 0.00 B, will set to 190.30 MiB (RSS), difference: 1.07 MiB | ||
7694 | 2024.07.13 05:39:56.167151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7695 | 2024.07.13 05:39:56.167298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7696 | 2024.07.13 05:39:56.167328 [ 3 ] {} <Debug> HTTP-Session: 3cefed77-8792-4f3e-b005-a2a0b0efea8d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7697 | 2024.07.13 05:39:56.167357 [ 3 ] {} <Debug> HTTP-Session: 3cefed77-8792-4f3e-b005-a2a0b0efea8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7698 | 2024.07.13 05:39:56.167375 [ 3 ] {} <Debug> HTTP-Session: 3cefed77-8792-4f3e-b005-a2a0b0efea8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7699 | 2024.07.13 05:39:56.167433 [ 3 ] {} <Trace> HTTP-Session: 3cefed77-8792-4f3e-b005-a2a0b0efea8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7700 | 2024.07.13 05:39:56.167653 [ 3 ] {875ae454-caba-4086-a365-dffdaa1d7716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7701 | 2024.07.13 05:39:56.167728 [ 3 ] {875ae454-caba-4086-a365-dffdaa1d7716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7702 | 2024.07.13 05:39:56.167947 [ 3 ] {875ae454-caba-4086-a365-dffdaa1d7716} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7703 | 2024.07.13 05:39:56.168424 [ 3 ] {875ae454-caba-4086-a365-dffdaa1d7716} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7704 | 2024.07.13 05:39:56.168470 [ 3 ] {875ae454-caba-4086-a365-dffdaa1d7716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7705 | 2024.07.13 05:39:56.168846 [ 3 ] {875ae454-caba-4086-a365-dffdaa1d7716} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7706 | 2024.07.13 05:39:56.169185 [ 3 ] {875ae454-caba-4086-a365-dffdaa1d7716} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7707 | 2024.07.13 05:39:56.169359 [ 3 ] {875ae454-caba-4086-a365-dffdaa1d7716} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.42 MiB/sec. | ||
7708 | 2024.07.13 05:39:56.169731 [ 3 ] {875ae454-caba-4086-a365-dffdaa1d7716} <Debug> DynamicQueryHandler: Done processing query | ||
7709 | 2024.07.13 05:39:56.169777 [ 3 ] {875ae454-caba-4086-a365-dffdaa1d7716} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7710 | 2024.07.13 05:39:56.169816 [ 3 ] {} <Debug> HTTP-Session: 3cefed77-8792-4f3e-b005-a2a0b0efea8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7711 | 2024.07.13 05:39:56.170014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7712 | 2024.07.13 05:39:56.170068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7713 | 2024.07.13 05:39:56.170088 [ 3 ] {} <Debug> HTTP-Session: 2e295c9a-2cde-4401-8748-84828413888c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7714 | 2024.07.13 05:39:56.170110 [ 3 ] {} <Debug> HTTP-Session: 2e295c9a-2cde-4401-8748-84828413888c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7715 | 2024.07.13 05:39:56.170124 [ 3 ] {} <Debug> HTTP-Session: 2e295c9a-2cde-4401-8748-84828413888c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7716 | 2024.07.13 05:39:56.170160 [ 3 ] {} <Trace> HTTP-Session: 2e295c9a-2cde-4401-8748-84828413888c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7717 | 2024.07.13 05:39:56.170294 [ 3 ] {3cad6d8e-079f-41ae-b01d-c1f89017a45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7718 | 2024.07.13 05:39:56.170342 [ 3 ] {3cad6d8e-079f-41ae-b01d-c1f89017a45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7719 | 2024.07.13 05:39:56.170493 [ 3 ] {3cad6d8e-079f-41ae-b01d-c1f89017a45e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7720 | 2024.07.13 05:39:56.170877 [ 3 ] {3cad6d8e-079f-41ae-b01d-c1f89017a45e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7721 | 2024.07.13 05:39:56.170915 [ 3 ] {3cad6d8e-079f-41ae-b01d-c1f89017a45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7722 | 2024.07.13 05:39:56.171243 [ 3 ] {3cad6d8e-079f-41ae-b01d-c1f89017a45e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7723 | 2024.07.13 05:39:56.171559 [ 3 ] {3cad6d8e-079f-41ae-b01d-c1f89017a45e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7724 | 2024.07.13 05:39:56.171731 [ 3 ] {3cad6d8e-079f-41ae-b01d-c1f89017a45e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001474 sec., 43419.26729986431 rows/sec., 3.39 MiB/sec. | ||
7725 | 2024.07.13 05:39:56.172020 [ 3 ] {3cad6d8e-079f-41ae-b01d-c1f89017a45e} <Debug> DynamicQueryHandler: Done processing query | ||
7726 | 2024.07.13 05:39:56.172073 [ 3 ] {3cad6d8e-079f-41ae-b01d-c1f89017a45e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7727 | 2024.07.13 05:39:56.172094 [ 3 ] {} <Debug> HTTP-Session: 2e295c9a-2cde-4401-8748-84828413888c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7728 | 2024.07.13 05:39:56.172275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7729 | 2024.07.13 05:39:56.172328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7730 | 2024.07.13 05:39:56.172348 [ 3 ] {} <Debug> HTTP-Session: af9aa0d4-b549-49c1-9a58-e52626316756 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7731 | 2024.07.13 05:39:56.172366 [ 3 ] {} <Debug> HTTP-Session: af9aa0d4-b549-49c1-9a58-e52626316756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7732 | 2024.07.13 05:39:56.172380 [ 3 ] {} <Debug> HTTP-Session: af9aa0d4-b549-49c1-9a58-e52626316756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7733 | 2024.07.13 05:39:56.172416 [ 3 ] {} <Trace> HTTP-Session: af9aa0d4-b549-49c1-9a58-e52626316756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7734 | 2024.07.13 05:39:56.172575 [ 3 ] {3cb114cf-759a-4e35-8b96-050fc26d82b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7735 | 2024.07.13 05:39:56.172624 [ 3 ] {3cb114cf-759a-4e35-8b96-050fc26d82b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7736 | 2024.07.13 05:39:56.172791 [ 3 ] {3cb114cf-759a-4e35-8b96-050fc26d82b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7737 | 2024.07.13 05:39:56.173180 [ 3 ] {3cb114cf-759a-4e35-8b96-050fc26d82b8} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7738 | 2024.07.13 05:39:56.173217 [ 3 ] {3cb114cf-759a-4e35-8b96-050fc26d82b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7739 | 2024.07.13 05:39:56.173625 [ 3 ] {3cb114cf-759a-4e35-8b96-050fc26d82b8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7740 | 2024.07.13 05:39:56.173970 [ 3 ] {3cb114cf-759a-4e35-8b96-050fc26d82b8} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7741 | 2024.07.13 05:39:56.174098 [ 3 ] {3cb114cf-759a-4e35-8b96-050fc26d82b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
7742 | 2024.07.13 05:39:56.174262 [ 3 ] {3cb114cf-759a-4e35-8b96-050fc26d82b8} <Debug> DynamicQueryHandler: Done processing query | ||
7743 | 2024.07.13 05:39:56.174286 [ 3 ] {3cb114cf-759a-4e35-8b96-050fc26d82b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7744 | 2024.07.13 05:39:56.174302 [ 3 ] {} <Debug> HTTP-Session: af9aa0d4-b549-49c1-9a58-e52626316756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7745 | 2024.07.13 05:39:56.174502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7746 | 2024.07.13 05:39:56.174550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7747 | 2024.07.13 05:39:56.174570 [ 3 ] {} <Debug> HTTP-Session: 0db66935-722c-484b-af3d-a738f5b1b9ec Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7748 | 2024.07.13 05:39:56.174587 [ 3 ] {} <Debug> HTTP-Session: 0db66935-722c-484b-af3d-a738f5b1b9ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7749 | 2024.07.13 05:39:56.174601 [ 3 ] {} <Debug> HTTP-Session: 0db66935-722c-484b-af3d-a738f5b1b9ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7750 | 2024.07.13 05:39:56.174633 [ 3 ] {} <Trace> HTTP-Session: 0db66935-722c-484b-af3d-a738f5b1b9ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7751 | 2024.07.13 05:39:56.174748 [ 3 ] {7d0ac2d1-5c27-42bd-bf2d-a2aafe13e44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7752 | 2024.07.13 05:39:56.174793 [ 3 ] {7d0ac2d1-5c27-42bd-bf2d-a2aafe13e44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7753 | 2024.07.13 05:39:56.174919 [ 3 ] {7d0ac2d1-5c27-42bd-bf2d-a2aafe13e44f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7754 | 2024.07.13 05:39:56.175239 [ 3 ] {7d0ac2d1-5c27-42bd-bf2d-a2aafe13e44f} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7755 | 2024.07.13 05:39:56.175273 [ 3 ] {7d0ac2d1-5c27-42bd-bf2d-a2aafe13e44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7756 | 2024.07.13 05:39:56.175635 [ 3 ] {7d0ac2d1-5c27-42bd-bf2d-a2aafe13e44f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7757 | 2024.07.13 05:39:56.175968 [ 3 ] {7d0ac2d1-5c27-42bd-bf2d-a2aafe13e44f} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7758 | 2024.07.13 05:39:56.176137 [ 3 ] {7d0ac2d1-5c27-42bd-bf2d-a2aafe13e44f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
7759 | 2024.07.13 05:39:56.176553 [ 3 ] {7d0ac2d1-5c27-42bd-bf2d-a2aafe13e44f} <Debug> DynamicQueryHandler: Done processing query | ||
7760 | 2024.07.13 05:39:56.176591 [ 3 ] {7d0ac2d1-5c27-42bd-bf2d-a2aafe13e44f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7761 | 2024.07.13 05:39:56.176618 [ 3 ] {} <Debug> HTTP-Session: 0db66935-722c-484b-af3d-a738f5b1b9ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7762 | 2024.07.13 05:40:00.443904 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7763 | 2024.07.13 05:40:00.443978 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7764 | 2024.07.13 05:40:01.001276 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000886813 sec. | ||
7765 | 2024.07.13 05:40:01.173327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7766 | 2024.07.13 05:40:01.173441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7767 | 2024.07.13 05:40:01.173467 [ 3 ] {} <Debug> HTTP-Session: 8b37f81f-fdbe-42db-8254-63067ed19f02 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7768 | 2024.07.13 05:40:01.173490 [ 3 ] {} <Debug> HTTP-Session: 8b37f81f-fdbe-42db-8254-63067ed19f02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7769 | 2024.07.13 05:40:01.173505 [ 3 ] {} <Debug> HTTP-Session: 8b37f81f-fdbe-42db-8254-63067ed19f02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7770 | 2024.07.13 05:40:01.173553 [ 3 ] {} <Trace> HTTP-Session: 8b37f81f-fdbe-42db-8254-63067ed19f02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7771 | 2024.07.13 05:40:01.173743 [ 3 ] {c0641b49-6857-4ccd-846d-2e8c6ed1b33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7772 | 2024.07.13 05:40:01.173808 [ 3 ] {c0641b49-6857-4ccd-846d-2e8c6ed1b33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7773 | 2024.07.13 05:40:01.173997 [ 3 ] {c0641b49-6857-4ccd-846d-2e8c6ed1b33a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7774 | 2024.07.13 05:40:01.174444 [ 3 ] {c0641b49-6857-4ccd-846d-2e8c6ed1b33a} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7775 | 2024.07.13 05:40:01.174488 [ 3 ] {c0641b49-6857-4ccd-846d-2e8c6ed1b33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7776 | 2024.07.13 05:40:01.174852 [ 3 ] {c0641b49-6857-4ccd-846d-2e8c6ed1b33a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7777 | 2024.07.13 05:40:01.175195 [ 3 ] {c0641b49-6857-4ccd-846d-2e8c6ed1b33a} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7778 | 2024.07.13 05:40:01.175342 [ 3 ] {c0641b49-6857-4ccd-846d-2e8c6ed1b33a} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001659 sec., 22905.364677516576 rows/sec., 1.73 MiB/sec. | ||
7779 | 2024.07.13 05:40:01.175395 [ 62 ] {} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
7780 | 2024.07.13 05:40:01.175510 [ 62 ] {} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7781 | 2024.07.13 05:40:01.175554 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7782 | 2024.07.13 05:40:01.175639 [ 3 ] {c0641b49-6857-4ccd-846d-2e8c6ed1b33a} <Debug> DynamicQueryHandler: Done processing query | ||
7783 | 2024.07.13 05:40:01.175709 [ 3 ] {c0641b49-6857-4ccd-846d-2e8c6ed1b33a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7784 | 2024.07.13 05:40:01.175742 [ 3 ] {} <Debug> HTTP-Session: 8b37f81f-fdbe-42db-8254-63067ed19f02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7785 | 2024.07.13 05:40:01.175752 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
7786 | 2024.07.13 05:40:01.175924 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7787 | 2024.07.13 05:40:01.175977 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 38 rows starting from the beginning of the part | ||
7788 | 2024.07.13 05:40:01.176002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7789 | 2024.07.13 05:40:01.176139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7790 | 2024.07.13 05:40:01.176180 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 38 rows starting from the beginning of the part | ||
7791 | 2024.07.13 05:40:01.176206 [ 3 ] {} <Debug> HTTP-Session: b7122a1a-711f-4b7a-baab-c2d0f41d7534 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7792 | 2024.07.13 05:40:01.176289 [ 3 ] {} <Debug> HTTP-Session: b7122a1a-711f-4b7a-baab-c2d0f41d7534 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7793 | 2024.07.13 05:40:01.176348 [ 3 ] {} <Debug> HTTP-Session: b7122a1a-711f-4b7a-baab-c2d0f41d7534 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7794 | 2024.07.13 05:40:01.176502 [ 3 ] {} <Trace> HTTP-Session: b7122a1a-711f-4b7a-baab-c2d0f41d7534 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7795 | 2024.07.13 05:40:01.176509 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part | ||
7796 | 2024.07.13 05:40:01.176815 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 38 rows starting from the beginning of the part | ||
7797 | 2024.07.13 05:40:01.176976 [ 3 ] {c5b31a7c-7ec8-45ef-9b56-b37c79f44a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7798 | 2024.07.13 05:40:01.177116 [ 3 ] {c5b31a7c-7ec8-45ef-9b56-b37c79f44a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7799 | 2024.07.13 05:40:01.177172 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 38 rows starting from the beginning of the part | ||
7800 | 2024.07.13 05:40:01.177891 [ 3 ] {c5b31a7c-7ec8-45ef-9b56-b37c79f44a29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7801 | 2024.07.13 05:40:01.178981 [ 3 ] {c5b31a7c-7ec8-45ef-9b56-b37c79f44a29} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7802 | 2024.07.13 05:40:01.179041 [ 3 ] {c5b31a7c-7ec8-45ef-9b56-b37c79f44a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7803 | 2024.07.13 05:40:01.179547 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.003909241 sec., 48602.78504190456 rows/sec., 3.66 MiB/sec. | ||
7804 | 2024.07.13 05:40:01.179737 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
7805 | 2024.07.13 05:40:01.179826 [ 3 ] {c5b31a7c-7ec8-45ef-9b56-b37c79f44a29} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7806 | 2024.07.13 05:40:01.180710 [ 3 ] {c5b31a7c-7ec8-45ef-9b56-b37c79f44a29} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7807 | 2024.07.13 05:40:01.180754 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7808 | 2024.07.13 05:40:01.180986 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_22_5} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
7809 | 2024.07.13 05:40:01.181028 [ 3 ] {c5b31a7c-7ec8-45ef-9b56-b37c79f44a29} <Debug> executeQuery: Read 257 rows, 23.21 KiB in 0.004297 sec., 59809.16918780545 rows/sec., 5.28 MiB/sec. | ||
7810 | 2024.07.13 05:40:01.181309 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7811 | 2024.07.13 05:40:01.181552 [ 3 ] {c5b31a7c-7ec8-45ef-9b56-b37c79f44a29} <Debug> DynamicQueryHandler: Done processing query | ||
7812 | 2024.07.13 05:40:01.181583 [ 3 ] {c5b31a7c-7ec8-45ef-9b56-b37c79f44a29} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7813 | 2024.07.13 05:40:01.181599 [ 3 ] {} <Debug> HTTP-Session: b7122a1a-711f-4b7a-baab-c2d0f41d7534 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7814 | 2024.07.13 05:40:01.181882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 66996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7815 | 2024.07.13 05:40:01.181931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7816 | 2024.07.13 05:40:01.181951 [ 3 ] {} <Debug> HTTP-Session: 63ca9b3f-3c4e-463d-ab40-ce75f57a0dc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7817 | 2024.07.13 05:40:01.181968 [ 3 ] {} <Debug> HTTP-Session: 63ca9b3f-3c4e-463d-ab40-ce75f57a0dc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7818 | 2024.07.13 05:40:01.181982 [ 3 ] {} <Debug> HTTP-Session: 63ca9b3f-3c4e-463d-ab40-ce75f57a0dc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7819 | 2024.07.13 05:40:01.182015 [ 3 ] {} <Trace> HTTP-Session: 63ca9b3f-3c4e-463d-ab40-ce75f57a0dc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7820 | 2024.07.13 05:40:01.182243 [ 3 ] {4724868e-fc96-43ce-a0f2-8800a67d7025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7821 | 2024.07.13 05:40:01.182289 [ 3 ] {4724868e-fc96-43ce-a0f2-8800a67d7025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7822 | 2024.07.13 05:40:01.182429 [ 3 ] {4724868e-fc96-43ce-a0f2-8800a67d7025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7823 | 2024.07.13 05:40:01.182956 [ 3 ] {4724868e-fc96-43ce-a0f2-8800a67d7025} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7824 | 2024.07.13 05:40:01.182992 [ 3 ] {4724868e-fc96-43ce-a0f2-8800a67d7025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7825 | 2024.07.13 05:40:01.183333 [ 3 ] {4724868e-fc96-43ce-a0f2-8800a67d7025} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7826 | 2024.07.13 05:40:01.183649 [ 3 ] {4724868e-fc96-43ce-a0f2-8800a67d7025} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7827 | 2024.07.13 05:40:01.183820 [ 3 ] {4724868e-fc96-43ce-a0f2-8800a67d7025} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.001684 sec., 245843.2304038005 rows/sec., 17.42 MiB/sec. | ||
7828 | 2024.07.13 05:40:01.184020 [ 3 ] {4724868e-fc96-43ce-a0f2-8800a67d7025} <Debug> DynamicQueryHandler: Done processing query | ||
7829 | 2024.07.13 05:40:01.184052 [ 3 ] {4724868e-fc96-43ce-a0f2-8800a67d7025} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7830 | 2024.07.13 05:40:01.184070 [ 3 ] {} <Debug> HTTP-Session: 63ca9b3f-3c4e-463d-ab40-ce75f57a0dc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7831 | 2024.07.13 05:40:01.184225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7832 | 2024.07.13 05:40:01.184272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7833 | 2024.07.13 05:40:01.184291 [ 3 ] {} <Debug> HTTP-Session: 2bc5e25f-ac17-4751-ba10-819628e036ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7834 | 2024.07.13 05:40:01.184307 [ 3 ] {} <Debug> HTTP-Session: 2bc5e25f-ac17-4751-ba10-819628e036ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7835 | 2024.07.13 05:40:01.184321 [ 3 ] {} <Debug> HTTP-Session: 2bc5e25f-ac17-4751-ba10-819628e036ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7836 | 2024.07.13 05:40:01.184353 [ 3 ] {} <Trace> HTTP-Session: 2bc5e25f-ac17-4751-ba10-819628e036ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7837 | 2024.07.13 05:40:01.184450 [ 3 ] {af6583e8-1a8c-43e3-9230-589b75cecf21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7838 | 2024.07.13 05:40:01.184494 [ 3 ] {af6583e8-1a8c-43e3-9230-589b75cecf21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7839 | 2024.07.13 05:40:01.184622 [ 3 ] {af6583e8-1a8c-43e3-9230-589b75cecf21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7840 | 2024.07.13 05:40:01.184880 [ 3 ] {af6583e8-1a8c-43e3-9230-589b75cecf21} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7841 | 2024.07.13 05:40:01.184917 [ 3 ] {af6583e8-1a8c-43e3-9230-589b75cecf21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7842 | 2024.07.13 05:40:01.185276 [ 3 ] {af6583e8-1a8c-43e3-9230-589b75cecf21} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7843 | 2024.07.13 05:40:01.185608 [ 3 ] {af6583e8-1a8c-43e3-9230-589b75cecf21} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7844 | 2024.07.13 05:40:01.185748 [ 3 ] {af6583e8-1a8c-43e3-9230-589b75cecf21} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 195.31 KiB/sec. | ||
7845 | 2024.07.13 05:40:01.185776 [ 59 ] {} <Debug> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7846 | 2024.07.13 05:40:01.185881 [ 59 ] {} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7847 | 2024.07.13 05:40:01.185923 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7848 | 2024.07.13 05:40:01.185988 [ 3 ] {af6583e8-1a8c-43e3-9230-589b75cecf21} <Debug> DynamicQueryHandler: Done processing query | ||
7849 | 2024.07.13 05:40:01.186047 [ 3 ] {af6583e8-1a8c-43e3-9230-589b75cecf21} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7850 | 2024.07.13 05:40:01.186101 [ 3 ] {} <Debug> HTTP-Session: 2bc5e25f-ac17-4751-ba10-819628e036ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7851 | 2024.07.13 05:40:01.186140 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
7852 | 2024.07.13 05:40:01.186300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7853 | 2024.07.13 05:40:01.186366 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7854 | 2024.07.13 05:40:01.186385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7855 | 2024.07.13 05:40:01.186431 [ 3 ] {} <Debug> HTTP-Session: 848ce7dc-e4cd-488f-9cc2-9475cd1b7d73 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7856 | 2024.07.13 05:40:01.186431 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
7857 | 2024.07.13 05:40:01.186461 [ 3 ] {} <Debug> HTTP-Session: 848ce7dc-e4cd-488f-9cc2-9475cd1b7d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7858 | 2024.07.13 05:40:01.186497 [ 3 ] {} <Debug> HTTP-Session: 848ce7dc-e4cd-488f-9cc2-9475cd1b7d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7859 | 2024.07.13 05:40:01.186618 [ 3 ] {} <Trace> HTTP-Session: 848ce7dc-e4cd-488f-9cc2-9475cd1b7d73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7860 | 2024.07.13 05:40:01.186654 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
7861 | 2024.07.13 05:40:01.186920 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
7862 | 2024.07.13 05:40:01.187045 [ 3 ] {dfbd37d5-5a0b-4c3e-92b6-8294080c3a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7863 | 2024.07.13 05:40:01.187267 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
7864 | 2024.07.13 05:40:01.187339 [ 3 ] {dfbd37d5-5a0b-4c3e-92b6-8294080c3a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7865 | 2024.07.13 05:40:01.187579 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
7866 | 2024.07.13 05:40:01.187971 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
7867 | 2024.07.13 05:40:01.188654 [ 3 ] {dfbd37d5-5a0b-4c3e-92b6-8294080c3a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7868 | 2024.07.13 05:40:01.189420 [ 3 ] {dfbd37d5-5a0b-4c3e-92b6-8294080c3a74} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7869 | 2024.07.13 05:40:01.189487 [ 3 ] {dfbd37d5-5a0b-4c3e-92b6-8294080c3a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7870 | 2024.07.13 05:40:01.190601 [ 3 ] {dfbd37d5-5a0b-4c3e-92b6-8294080c3a74} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7871 | 2024.07.13 05:40:01.190663 [ 186 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004649262 sec., 27101.07539648228 rows/sec., 1.14 MiB/sec. | ||
7872 | 2024.07.13 05:40:01.190871 [ 186 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7873 | 2024.07.13 05:40:01.191291 [ 3 ] {dfbd37d5-5a0b-4c3e-92b6-8294080c3a74} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7874 | 2024.07.13 05:40:01.191642 [ 59 ] {} <Debug> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7875 | 2024.07.13 05:40:01.191706 [ 3 ] {dfbd37d5-5a0b-4c3e-92b6-8294080c3a74} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00485 sec., 15876.288659793814 rows/sec., 1001.13 KiB/sec. | ||
7876 | 2024.07.13 05:40:01.191751 [ 59 ] {} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7877 | 2024.07.13 05:40:01.191842 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7878 | 2024.07.13 05:40:01.192379 [ 3 ] {dfbd37d5-5a0b-4c3e-92b6-8294080c3a74} <Debug> DynamicQueryHandler: Done processing query | ||
7879 | 2024.07.13 05:40:01.192461 [ 3 ] {dfbd37d5-5a0b-4c3e-92b6-8294080c3a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7880 | 2024.07.13 05:40:01.192456 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
7881 | 2024.07.13 05:40:01.192505 [ 3 ] {} <Debug> HTTP-Session: 848ce7dc-e4cd-488f-9cc2-9475cd1b7d73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7882 | 2024.07.13 05:40:01.192702 [ 199 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_21_4} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7883 | 2024.07.13 05:40:01.192840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7884 | 2024.07.13 05:40:01.192993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7885 | 2024.07.13 05:40:01.193060 [ 3 ] {} <Debug> HTTP-Session: a15bfbfa-335a-4149-94eb-ab5afd6fb4e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7886 | 2024.07.13 05:40:01.193090 [ 199 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_21_4} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7887 | 2024.07.13 05:40:01.193120 [ 3 ] {} <Debug> HTTP-Session: a15bfbfa-335a-4149-94eb-ab5afd6fb4e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7888 | 2024.07.13 05:40:01.193179 [ 3 ] {} <Debug> HTTP-Session: a15bfbfa-335a-4149-94eb-ab5afd6fb4e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7889 | 2024.07.13 05:40:01.193193 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7890 | 2024.07.13 05:40:01.193310 [ 3 ] {} <Trace> HTTP-Session: a15bfbfa-335a-4149-94eb-ab5afd6fb4e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7891 | 2024.07.13 05:40:01.193339 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
7892 | 2024.07.13 05:40:01.193395 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7893 | 2024.07.13 05:40:01.193639 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
7894 | 2024.07.13 05:40:01.193774 [ 3 ] {a5b78f6f-f26f-49ff-9d28-99c2385d1bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7895 | 2024.07.13 05:40:01.193894 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
7896 | 2024.07.13 05:40:01.193987 [ 3 ] {a5b78f6f-f26f-49ff-9d28-99c2385d1bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7897 | 2024.07.13 05:40:01.194181 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
7898 | 2024.07.13 05:40:01.194554 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
7899 | 2024.07.13 05:40:01.195010 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
7900 | 2024.07.13 05:40:01.195257 [ 3 ] {a5b78f6f-f26f-49ff-9d28-99c2385d1bd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7901 | 2024.07.13 05:40:01.196303 [ 3 ] {a5b78f6f-f26f-49ff-9d28-99c2385d1bd2} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7902 | 2024.07.13 05:40:01.196367 [ 3 ] {a5b78f6f-f26f-49ff-9d28-99c2385d1bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7903 | 2024.07.13 05:40:01.197495 [ 3 ] {a5b78f6f-f26f-49ff-9d28-99c2385d1bd2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7904 | 2024.07.13 05:40:01.198258 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.006225828 sec., 259724.48965824305 rows/sec., 15.99 MiB/sec. | ||
7905 | 2024.07.13 05:40:01.198262 [ 3 ] {a5b78f6f-f26f-49ff-9d28-99c2385d1bd2} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7906 | 2024.07.13 05:40:01.198553 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7907 | 2024.07.13 05:40:01.198568 [ 3 ] {a5b78f6f-f26f-49ff-9d28-99c2385d1bd2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005028 sec., 31821.797931583133 rows/sec., 2.22 MiB/sec. | ||
7908 | 2024.07.13 05:40:01.199154 [ 3 ] {a5b78f6f-f26f-49ff-9d28-99c2385d1bd2} <Debug> DynamicQueryHandler: Done processing query | ||
7909 | 2024.07.13 05:40:01.199241 [ 3 ] {a5b78f6f-f26f-49ff-9d28-99c2385d1bd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7910 | 2024.07.13 05:40:01.199320 [ 3 ] {} <Debug> HTTP-Session: a15bfbfa-335a-4149-94eb-ab5afd6fb4e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7911 | 2024.07.13 05:40:01.199691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51561, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7912 | 2024.07.13 05:40:01.199845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7913 | 2024.07.13 05:40:01.199881 [ 3 ] {} <Debug> HTTP-Session: 5464dd34-6f14-46c0-a06d-7a575f8377de Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7914 | 2024.07.13 05:40:01.199921 [ 3 ] {} <Debug> HTTP-Session: 5464dd34-6f14-46c0-a06d-7a575f8377de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7915 | 2024.07.13 05:40:01.199938 [ 3 ] {} <Debug> HTTP-Session: 5464dd34-6f14-46c0-a06d-7a575f8377de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7916 | 2024.07.13 05:40:01.200000 [ 3 ] {} <Trace> HTTP-Session: 5464dd34-6f14-46c0-a06d-7a575f8377de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7917 | 2024.07.13 05:40:01.200143 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7918 | 2024.07.13 05:40:01.200260 [ 197 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7919 | 2024.07.13 05:40:01.200394 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
7920 | 2024.07.13 05:40:01.200744 [ 3 ] {13fd8c3f-4893-463e-b4f2-a4a7c1f5001b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7921 | 2024.07.13 05:40:01.200855 [ 3 ] {13fd8c3f-4893-463e-b4f2-a4a7c1f5001b} <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 | ||
7922 | 2024.07.13 05:40:01.201317 [ 3 ] {13fd8c3f-4893-463e-b4f2-a4a7c1f5001b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7923 | 2024.07.13 05:40:01.202086 [ 3 ] {13fd8c3f-4893-463e-b4f2-a4a7c1f5001b} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7924 | 2024.07.13 05:40:01.202124 [ 3 ] {13fd8c3f-4893-463e-b4f2-a4a7c1f5001b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7925 | 2024.07.13 05:40:01.202781 [ 3 ] {13fd8c3f-4893-463e-b4f2-a4a7c1f5001b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7926 | 2024.07.13 05:40:01.203213 [ 3 ] {13fd8c3f-4893-463e-b4f2-a4a7c1f5001b} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7927 | 2024.07.13 05:40:01.203422 [ 3 ] {13fd8c3f-4893-463e-b4f2-a4a7c1f5001b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003278 sec., 9762.050030506405 rows/sec., 17.49 MiB/sec. | ||
7928 | 2024.07.13 05:40:01.203948 [ 3 ] {13fd8c3f-4893-463e-b4f2-a4a7c1f5001b} <Debug> DynamicQueryHandler: Done processing query | ||
7929 | 2024.07.13 05:40:01.203973 [ 3 ] {13fd8c3f-4893-463e-b4f2-a4a7c1f5001b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7930 | 2024.07.13 05:40:01.203989 [ 3 ] {} <Debug> HTTP-Session: 5464dd34-6f14-46c0-a06d-7a575f8377de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7931 | 2024.07.13 05:40:01.204158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7932 | 2024.07.13 05:40:01.204206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7933 | 2024.07.13 05:40:01.204224 [ 3 ] {} <Debug> HTTP-Session: 781a4296-ec15-4cf4-be47-1c6c20a9d3b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7934 | 2024.07.13 05:40:01.204241 [ 3 ] {} <Debug> HTTP-Session: 781a4296-ec15-4cf4-be47-1c6c20a9d3b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7935 | 2024.07.13 05:40:01.204254 [ 3 ] {} <Debug> HTTP-Session: 781a4296-ec15-4cf4-be47-1c6c20a9d3b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7936 | 2024.07.13 05:40:01.204285 [ 3 ] {} <Trace> HTTP-Session: 781a4296-ec15-4cf4-be47-1c6c20a9d3b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7937 | 2024.07.13 05:40:01.204388 [ 3 ] {efa7130c-35af-490b-808e-79d84b1152eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7938 | 2024.07.13 05:40:01.204434 [ 3 ] {efa7130c-35af-490b-808e-79d84b1152eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7939 | 2024.07.13 05:40:01.204581 [ 3 ] {efa7130c-35af-490b-808e-79d84b1152eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7940 | 2024.07.13 05:40:01.204845 [ 3 ] {efa7130c-35af-490b-808e-79d84b1152eb} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7941 | 2024.07.13 05:40:01.204881 [ 3 ] {efa7130c-35af-490b-808e-79d84b1152eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7942 | 2024.07.13 05:40:01.205250 [ 3 ] {efa7130c-35af-490b-808e-79d84b1152eb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7943 | 2024.07.13 05:40:01.205598 [ 3 ] {efa7130c-35af-490b-808e-79d84b1152eb} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7944 | 2024.07.13 05:40:01.205759 [ 3 ] {efa7130c-35af-490b-808e-79d84b1152eb} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001397 sec., 16463.8511095204 rows/sec., 890.58 KiB/sec. | ||
7945 | 2024.07.13 05:40:01.205912 [ 3 ] {efa7130c-35af-490b-808e-79d84b1152eb} <Debug> DynamicQueryHandler: Done processing query | ||
7946 | 2024.07.13 05:40:01.205936 [ 3 ] {efa7130c-35af-490b-808e-79d84b1152eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7947 | 2024.07.13 05:40:01.205951 [ 3 ] {} <Debug> HTTP-Session: 781a4296-ec15-4cf4-be47-1c6c20a9d3b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7948 | 2024.07.13 05:40:01.206086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7949 | 2024.07.13 05:40:01.206133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7950 | 2024.07.13 05:40:01.206152 [ 3 ] {} <Debug> HTTP-Session: 3a5447df-dcb2-4736-b589-d85f2190cf5f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7951 | 2024.07.13 05:40:01.206168 [ 3 ] {} <Debug> HTTP-Session: 3a5447df-dcb2-4736-b589-d85f2190cf5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7952 | 2024.07.13 05:40:01.206181 [ 3 ] {} <Debug> HTTP-Session: 3a5447df-dcb2-4736-b589-d85f2190cf5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7953 | 2024.07.13 05:40:01.206211 [ 3 ] {} <Trace> HTTP-Session: 3a5447df-dcb2-4736-b589-d85f2190cf5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7954 | 2024.07.13 05:40:01.206330 [ 3 ] {28282f71-45d4-4c0a-82c1-2ec8c3f51eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7955 | 2024.07.13 05:40:01.206374 [ 3 ] {28282f71-45d4-4c0a-82c1-2ec8c3f51eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7956 | 2024.07.13 05:40:01.206498 [ 3 ] {28282f71-45d4-4c0a-82c1-2ec8c3f51eae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7957 | 2024.07.13 05:40:01.206814 [ 3 ] {28282f71-45d4-4c0a-82c1-2ec8c3f51eae} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7958 | 2024.07.13 05:40:01.206848 [ 3 ] {28282f71-45d4-4c0a-82c1-2ec8c3f51eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7959 | 2024.07.13 05:40:01.207202 [ 3 ] {28282f71-45d4-4c0a-82c1-2ec8c3f51eae} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7960 | 2024.07.13 05:40:01.207523 [ 3 ] {28282f71-45d4-4c0a-82c1-2ec8c3f51eae} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7961 | 2024.07.13 05:40:01.207676 [ 3 ] {28282f71-45d4-4c0a-82c1-2ec8c3f51eae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
7962 | 2024.07.13 05:40:01.207964 [ 3 ] {28282f71-45d4-4c0a-82c1-2ec8c3f51eae} <Debug> DynamicQueryHandler: Done processing query | ||
7963 | 2024.07.13 05:40:01.208018 [ 3 ] {28282f71-45d4-4c0a-82c1-2ec8c3f51eae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7964 | 2024.07.13 05:40:01.208060 [ 3 ] {} <Debug> HTTP-Session: 3a5447df-dcb2-4736-b589-d85f2190cf5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7965 | 2024.07.13 05:40:06.167390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7966 | 2024.07.13 05:40:06.167577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7967 | 2024.07.13 05:40:06.167621 [ 3 ] {} <Debug> HTTP-Session: 058d3c2a-dcff-4d36-8715-55add6d16fad Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7968 | 2024.07.13 05:40:06.167663 [ 3 ] {} <Debug> HTTP-Session: 058d3c2a-dcff-4d36-8715-55add6d16fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7969 | 2024.07.13 05:40:06.167692 [ 3 ] {} <Debug> HTTP-Session: 058d3c2a-dcff-4d36-8715-55add6d16fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7970 | 2024.07.13 05:40:06.167771 [ 3 ] {} <Trace> HTTP-Session: 058d3c2a-dcff-4d36-8715-55add6d16fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7971 | 2024.07.13 05:40:06.168072 [ 3 ] {409a8aa8-d902-447f-b8a2-b8a98adede5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7972 | 2024.07.13 05:40:06.168179 [ 3 ] {409a8aa8-d902-447f-b8a2-b8a98adede5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7973 | 2024.07.13 05:40:06.168492 [ 3 ] {409a8aa8-d902-447f-b8a2-b8a98adede5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7974 | 2024.07.13 05:40:06.168988 [ 3 ] {409a8aa8-d902-447f-b8a2-b8a98adede5c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7975 | 2024.07.13 05:40:06.169034 [ 3 ] {409a8aa8-d902-447f-b8a2-b8a98adede5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7976 | 2024.07.13 05:40:06.169420 [ 3 ] {409a8aa8-d902-447f-b8a2-b8a98adede5c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7977 | 2024.07.13 05:40:06.169765 [ 3 ] {409a8aa8-d902-447f-b8a2-b8a98adede5c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7978 | 2024.07.13 05:40:06.169929 [ 3 ] {409a8aa8-d902-447f-b8a2-b8a98adede5c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.19 MiB/sec. | ||
7979 | 2024.07.13 05:40:06.169946 [ 55 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7980 | 2024.07.13 05:40:06.170045 [ 55 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7981 | 2024.07.13 05:40:06.170098 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7982 | 2024.07.13 05:40:06.170233 [ 3 ] {409a8aa8-d902-447f-b8a2-b8a98adede5c} <Debug> DynamicQueryHandler: Done processing query | ||
7983 | 2024.07.13 05:40:06.170279 [ 3 ] {409a8aa8-d902-447f-b8a2-b8a98adede5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7984 | 2024.07.13 05:40:06.170289 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
7985 | 2024.07.13 05:40:06.170306 [ 3 ] {} <Debug> HTTP-Session: 058d3c2a-dcff-4d36-8715-55add6d16fad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7986 | 2024.07.13 05:40:06.170478 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7987 | 2024.07.13 05:40:06.170527 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 301 rows starting from the beginning of the part | ||
7988 | 2024.07.13 05:40:06.170565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7989 | 2024.07.13 05:40:06.170644 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
7990 | 2024.07.13 05:40:06.170683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7991 | 2024.07.13 05:40:06.170781 [ 3 ] {} <Debug> HTTP-Session: eb88f9e5-843c-41c6-8ee8-19cf70661bc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
7992 | 2024.07.13 05:40:06.170898 [ 3 ] {} <Debug> HTTP-Session: eb88f9e5-843c-41c6-8ee8-19cf70661bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7993 | 2024.07.13 05:40:06.170984 [ 3 ] {} <Debug> HTTP-Session: eb88f9e5-843c-41c6-8ee8-19cf70661bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7994 | 2024.07.13 05:40:06.171033 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 293 rows starting from the beginning of the part | ||
7995 | 2024.07.13 05:40:06.171147 [ 3 ] {} <Trace> HTTP-Session: eb88f9e5-843c-41c6-8ee8-19cf70661bc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7996 | 2024.07.13 05:40:06.171382 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
7997 | 2024.07.13 05:40:06.171563 [ 3 ] {b3769dbc-3a35-4d80-afdc-7a8feaaf3a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7998 | 2024.07.13 05:40:06.171641 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 257 rows starting from the beginning of the part | ||
7999 | 2024.07.13 05:40:06.171718 [ 3 ] {b3769dbc-3a35-4d80-afdc-7a8feaaf3a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8000 | 2024.07.13 05:40:06.172006 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
8001 | 2024.07.13 05:40:06.172949 [ 3 ] {b3769dbc-3a35-4d80-afdc-7a8feaaf3a17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8002 | 2024.07.13 05:40:06.173740 [ 3 ] {b3769dbc-3a35-4d80-afdc-7a8feaaf3a17} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8003 | 2024.07.13 05:40:06.173806 [ 3 ] {b3769dbc-3a35-4d80-afdc-7a8feaaf3a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8004 | 2024.07.13 05:40:06.174667 [ 3 ] {b3769dbc-3a35-4d80-afdc-7a8feaaf3a17} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8005 | 2024.07.13 05:40:06.175289 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1019 rows, containing 4 columns (4 merged, 0 gathered) in 0.005102379 sec., 199710.76237182695 rows/sec., 17.05 MiB/sec. | ||
8006 | 2024.07.13 05:40:06.175474 [ 3 ] {b3769dbc-3a35-4d80-afdc-7a8feaaf3a17} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8007 | 2024.07.13 05:40:06.175627 [ 194 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8008 | 2024.07.13 05:40:06.175699 [ 55 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8009 | 2024.07.13 05:40:06.175755 [ 3 ] {b3769dbc-3a35-4d80-afdc-7a8feaaf3a17} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00436 sec., 14678.899082568807 rows/sec., 1.15 MiB/sec. | ||
8010 | 2024.07.13 05:40:06.175792 [ 55 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8011 | 2024.07.13 05:40:06.175892 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8012 | 2024.07.13 05:40:06.176334 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
8013 | 2024.07.13 05:40:06.176337 [ 3 ] {b3769dbc-3a35-4d80-afdc-7a8feaaf3a17} <Debug> DynamicQueryHandler: Done processing query | ||
8014 | 2024.07.13 05:40:06.176430 [ 3 ] {b3769dbc-3a35-4d80-afdc-7a8feaaf3a17} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8015 | 2024.07.13 05:40:06.176458 [ 3 ] {} <Debug> HTTP-Session: eb88f9e5-843c-41c6-8ee8-19cf70661bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8016 | 2024.07.13 05:40:06.176812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8017 | 2024.07.13 05:40:06.176985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8018 | 2024.07.13 05:40:06.177042 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8019 | 2024.07.13 05:40:06.177067 [ 3 ] {} <Debug> HTTP-Session: 9667cf71-f476-47c9-896f-4bc9202eb1ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8020 | 2024.07.13 05:40:06.177150 [ 3 ] {} <Debug> HTTP-Session: 9667cf71-f476-47c9-896f-4bc9202eb1ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8021 | 2024.07.13 05:40:06.177153 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 472 rows starting from the beginning of the part | ||
8022 | 2024.07.13 05:40:06.177213 [ 3 ] {} <Debug> HTTP-Session: 9667cf71-f476-47c9-896f-4bc9202eb1ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8023 | 2024.07.13 05:40:06.177350 [ 3 ] {} <Trace> HTTP-Session: 9667cf71-f476-47c9-896f-4bc9202eb1ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8024 | 2024.07.13 05:40:06.177476 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
8025 | 2024.07.13 05:40:06.177835 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 438 rows starting from the beginning of the part | ||
8026 | 2024.07.13 05:40:06.177849 [ 3 ] {c26d9fb5-56e8-48a3-8919-620abb8dc0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8027 | 2024.07.13 05:40:06.178213 [ 194 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8028 | 2024.07.13 05:40:06.178264 [ 3 ] {c26d9fb5-56e8-48a3-8919-620abb8dc0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8029 | 2024.07.13 05:40:06.178410 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
8030 | 2024.07.13 05:40:06.178881 [ 194 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_46_9} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8031 | 2024.07.13 05:40:06.178954 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 414 rows starting from the beginning of the part | ||
8032 | 2024.07.13 05:40:06.179344 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
8033 | 2024.07.13 05:40:06.179475 [ 200 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
8034 | 2024.07.13 05:40:06.180049 [ 3 ] {c26d9fb5-56e8-48a3-8919-620abb8dc0c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8035 | 2024.07.13 05:40:06.180712 [ 3 ] {c26d9fb5-56e8-48a3-8919-620abb8dc0c7} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8036 | 2024.07.13 05:40:06.180761 [ 3 ] {c26d9fb5-56e8-48a3-8919-620abb8dc0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8037 | 2024.07.13 05:40:06.181295 [ 3 ] {c26d9fb5-56e8-48a3-8919-620abb8dc0c7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8038 | 2024.07.13 05:40:06.181368 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1516 rows, containing 4 columns (4 merged, 0 gathered) in 0.005285172 sec., 286840.23906885146 rows/sec., 20.70 MiB/sec. | ||
8039 | 2024.07.13 05:40:06.181621 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8040 | 2024.07.13 05:40:06.182031 [ 3 ] {c26d9fb5-56e8-48a3-8919-620abb8dc0c7} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8041 | 2024.07.13 05:40:06.182376 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8042 | 2024.07.13 05:40:06.182409 [ 3 ] {c26d9fb5-56e8-48a3-8919-620abb8dc0c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004772 sec., 33528.91869237217 rows/sec., 2.34 MiB/sec. | ||
8043 | 2024.07.13 05:40:06.182467 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8044 | 2024.07.13 05:40:06.182660 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8045 | 2024.07.13 05:40:06.182683 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8046 | 2024.07.13 05:40:06.182999 [ 3 ] {c26d9fb5-56e8-48a3-8919-620abb8dc0c7} <Debug> DynamicQueryHandler: Done processing query | ||
8047 | 2024.07.13 05:40:06.183049 [ 198 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_46_9} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8048 | 2024.07.13 05:40:06.183083 [ 3 ] {c26d9fb5-56e8-48a3-8919-620abb8dc0c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8049 | 2024.07.13 05:40:06.183165 [ 3 ] {} <Debug> HTTP-Session: 9667cf71-f476-47c9-896f-4bc9202eb1ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8050 | 2024.07.13 05:40:06.183357 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
8051 | 2024.07.13 05:40:06.183416 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
8052 | 2024.07.13 05:40:06.183547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8053 | 2024.07.13 05:40:06.183632 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8054 | 2024.07.13 05:40:06.183648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8055 | 2024.07.13 05:40:06.183706 [ 3 ] {} <Debug> HTTP-Session: 18b21cdd-9d13-4bc2-8c3f-04e0e7e31e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8056 | 2024.07.13 05:40:06.183708 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6332 rows starting from the beginning of the part | ||
8057 | 2024.07.13 05:40:06.183737 [ 3 ] {} <Debug> HTTP-Session: 18b21cdd-9d13-4bc2-8c3f-04e0e7e31e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8058 | 2024.07.13 05:40:06.183778 [ 3 ] {} <Debug> HTTP-Session: 18b21cdd-9d13-4bc2-8c3f-04e0e7e31e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8059 | 2024.07.13 05:40:06.183935 [ 3 ] {} <Trace> HTTP-Session: 18b21cdd-9d13-4bc2-8c3f-04e0e7e31e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8060 | 2024.07.13 05:40:06.183991 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
8061 | 2024.07.13 05:40:06.184203 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 196 rows starting from the beginning of the part | ||
8062 | 2024.07.13 05:40:06.184482 [ 3 ] {f26ebfe3-7d00-44e5-acde-cd5dfa62e177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8063 | 2024.07.13 05:40:06.184525 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
8064 | 2024.07.13 05:40:06.184646 [ 3 ] {f26ebfe3-7d00-44e5-acde-cd5dfa62e177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8065 | 2024.07.13 05:40:06.184869 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
8066 | 2024.07.13 05:40:06.185268 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
8067 | 2024.07.13 05:40:06.185979 [ 3 ] {f26ebfe3-7d00-44e5-acde-cd5dfa62e177} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8068 | 2024.07.13 05:40:06.186627 [ 3 ] {f26ebfe3-7d00-44e5-acde-cd5dfa62e177} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8069 | 2024.07.13 05:40:06.186667 [ 3 ] {f26ebfe3-7d00-44e5-acde-cd5dfa62e177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8070 | 2024.07.13 05:40:06.187365 [ 3 ] {f26ebfe3-7d00-44e5-acde-cd5dfa62e177} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8071 | 2024.07.13 05:40:06.188255 [ 3 ] {f26ebfe3-7d00-44e5-acde-cd5dfa62e177} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8072 | 2024.07.13 05:40:06.188493 [ 3 ] {f26ebfe3-7d00-44e5-acde-cd5dfa62e177} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004251 sec., 14114.326040931546 rows/sec., 974.04 KiB/sec. | ||
8073 | 2024.07.13 05:40:06.188507 [ 55 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8074 | 2024.07.13 05:40:06.188608 [ 55 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8075 | 2024.07.13 05:40:06.188668 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8076 | 2024.07.13 05:40:06.188831 [ 3 ] {f26ebfe3-7d00-44e5-acde-cd5dfa62e177} <Debug> DynamicQueryHandler: Done processing query | ||
8077 | 2024.07.13 05:40:06.188865 [ 189 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8078 | 2024.07.13 05:40:06.188878 [ 3 ] {f26ebfe3-7d00-44e5-acde-cd5dfa62e177} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8079 | 2024.07.13 05:40:06.188956 [ 3 ] {} <Debug> HTTP-Session: 18b21cdd-9d13-4bc2-8c3f-04e0e7e31e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8080 | 2024.07.13 05:40:06.189211 [ 189 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8081 | 2024.07.13 05:40:06.189264 [ 189 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2114 rows starting from the beginning of the part | ||
8082 | 2024.07.13 05:40:06.189421 [ 189 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8083 | 2024.07.13 05:40:06.189559 [ 189 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8084 | 2024.07.13 05:40:06.189983 [ 189 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8085 | 2024.07.13 05:40:06.190396 [ 189 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8086 | 2024.07.13 05:40:06.190444 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7168 rows, containing 5 columns (5 merged, 0 gathered) in 0.007492866 sec., 956643.2924330957 rows/sec., 66.65 MiB/sec. | ||
8087 | 2024.07.13 05:40:06.190595 [ 189 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8088 | 2024.07.13 05:40:06.190997 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8089 | 2024.07.13 05:40:06.191901 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8090 | 2024.07.13 05:40:06.192100 [ 198 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8091 | 2024.07.13 05:40:06.192272 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
8092 | 2024.07.13 05:40:06.192987 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 4 columns (4 merged, 0 gathered) in 0.004218856 sec., 572193.0305277071 rows/sec., 38.64 MiB/sec. | ||
8093 | 2024.07.13 05:40:06.193393 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8094 | 2024.07.13 05:40:06.193874 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_46_9} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8095 | 2024.07.13 05:40:06.193951 [ 196 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_46_9} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8096 | 2024.07.13 05:40:06.194037 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
8097 | 2024.07.13 05:40:11.173763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8098 | 2024.07.13 05:40:11.173944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8099 | 2024.07.13 05:40:11.173989 [ 3 ] {} <Debug> HTTP-Session: 6a019699-0a85-43f6-a9d4-7b192ff4213c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8100 | 2024.07.13 05:40:11.174029 [ 3 ] {} <Debug> HTTP-Session: 6a019699-0a85-43f6-a9d4-7b192ff4213c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8101 | 2024.07.13 05:40:11.174057 [ 3 ] {} <Debug> HTTP-Session: 6a019699-0a85-43f6-a9d4-7b192ff4213c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8102 | 2024.07.13 05:40:11.174135 [ 3 ] {} <Trace> HTTP-Session: 6a019699-0a85-43f6-a9d4-7b192ff4213c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8103 | 2024.07.13 05:40:11.174427 [ 3 ] {25252968-9d09-456b-b6bd-217407f45b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8104 | 2024.07.13 05:40:11.174530 [ 3 ] {25252968-9d09-456b-b6bd-217407f45b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8105 | 2024.07.13 05:40:11.174803 [ 3 ] {25252968-9d09-456b-b6bd-217407f45b83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8106 | 2024.07.13 05:40:11.175277 [ 3 ] {25252968-9d09-456b-b6bd-217407f45b83} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8107 | 2024.07.13 05:40:11.175317 [ 3 ] {25252968-9d09-456b-b6bd-217407f45b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8108 | 2024.07.13 05:40:11.175679 [ 3 ] {25252968-9d09-456b-b6bd-217407f45b83} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8109 | 2024.07.13 05:40:11.176019 [ 3 ] {25252968-9d09-456b-b6bd-217407f45b83} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8110 | 2024.07.13 05:40:11.176164 [ 3 ] {25252968-9d09-456b-b6bd-217407f45b83} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001842 sec., 20629.75027144408 rows/sec., 1.56 MiB/sec. | ||
8111 | 2024.07.13 05:40:11.176379 [ 3 ] {25252968-9d09-456b-b6bd-217407f45b83} <Debug> DynamicQueryHandler: Done processing query | ||
8112 | 2024.07.13 05:40:11.176404 [ 3 ] {25252968-9d09-456b-b6bd-217407f45b83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8113 | 2024.07.13 05:40:11.176420 [ 3 ] {} <Debug> HTTP-Session: 6a019699-0a85-43f6-a9d4-7b192ff4213c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8114 | 2024.07.13 05:40:11.176563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8115 | 2024.07.13 05:40:11.176612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8116 | 2024.07.13 05:40:11.176630 [ 3 ] {} <Debug> HTTP-Session: 4c7fbc55-cead-445a-a5a2-cd05cb349967 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8117 | 2024.07.13 05:40:11.176647 [ 3 ] {} <Debug> HTTP-Session: 4c7fbc55-cead-445a-a5a2-cd05cb349967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8118 | 2024.07.13 05:40:11.176660 [ 3 ] {} <Debug> HTTP-Session: 4c7fbc55-cead-445a-a5a2-cd05cb349967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8119 | 2024.07.13 05:40:11.176691 [ 3 ] {} <Trace> HTTP-Session: 4c7fbc55-cead-445a-a5a2-cd05cb349967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8120 | 2024.07.13 05:40:11.176786 [ 3 ] {e502658d-17ed-48a0-afa1-2eae3d994c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8121 | 2024.07.13 05:40:11.176829 [ 3 ] {e502658d-17ed-48a0-afa1-2eae3d994c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8122 | 2024.07.13 05:40:11.176960 [ 3 ] {e502658d-17ed-48a0-afa1-2eae3d994c29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8123 | 2024.07.13 05:40:11.177266 [ 3 ] {e502658d-17ed-48a0-afa1-2eae3d994c29} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8124 | 2024.07.13 05:40:11.177302 [ 3 ] {e502658d-17ed-48a0-afa1-2eae3d994c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8125 | 2024.07.13 05:40:11.177607 [ 3 ] {e502658d-17ed-48a0-afa1-2eae3d994c29} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
8126 | 2024.07.13 05:40:11.177912 [ 3 ] {e502658d-17ed-48a0-afa1-2eae3d994c29} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8127 | 2024.07.13 05:40:11.178070 [ 3 ] {e502658d-17ed-48a0-afa1-2eae3d994c29} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001298 sec., 4622.496147919877 rows/sec., 376.93 KiB/sec. | ||
8128 | 2024.07.13 05:40:11.178533 [ 3 ] {e502658d-17ed-48a0-afa1-2eae3d994c29} <Debug> DynamicQueryHandler: Done processing query | ||
8129 | 2024.07.13 05:40:11.178594 [ 3 ] {e502658d-17ed-48a0-afa1-2eae3d994c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8130 | 2024.07.13 05:40:11.178654 [ 3 ] {} <Debug> HTTP-Session: 4c7fbc55-cead-445a-a5a2-cd05cb349967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8131 | 2024.07.13 05:40:11.178886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 39234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8132 | 2024.07.13 05:40:11.178932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8133 | 2024.07.13 05:40:11.178951 [ 3 ] {} <Debug> HTTP-Session: c5a9226b-5bb4-4e01-a2a0-5d2d457a1d22 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8134 | 2024.07.13 05:40:11.178968 [ 3 ] {} <Debug> HTTP-Session: c5a9226b-5bb4-4e01-a2a0-5d2d457a1d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8135 | 2024.07.13 05:40:11.178981 [ 3 ] {} <Debug> HTTP-Session: c5a9226b-5bb4-4e01-a2a0-5d2d457a1d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8136 | 2024.07.13 05:40:11.179011 [ 3 ] {} <Trace> HTTP-Session: c5a9226b-5bb4-4e01-a2a0-5d2d457a1d22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8137 | 2024.07.13 05:40:11.179183 [ 3 ] {8158ad9a-08b0-4152-bd5e-c6a267f7b60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8138 | 2024.07.13 05:40:11.179226 [ 3 ] {8158ad9a-08b0-4152-bd5e-c6a267f7b60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8139 | 2024.07.13 05:40:11.179362 [ 3 ] {8158ad9a-08b0-4152-bd5e-c6a267f7b60b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8140 | 2024.07.13 05:40:11.179808 [ 3 ] {8158ad9a-08b0-4152-bd5e-c6a267f7b60b} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8141 | 2024.07.13 05:40:11.179844 [ 3 ] {8158ad9a-08b0-4152-bd5e-c6a267f7b60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8142 | 2024.07.13 05:40:11.180168 [ 3 ] {8158ad9a-08b0-4152-bd5e-c6a267f7b60b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8143 | 2024.07.13 05:40:11.180475 [ 3 ] {8158ad9a-08b0-4152-bd5e-c6a267f7b60b} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8144 | 2024.07.13 05:40:11.180624 [ 3 ] {8158ad9a-08b0-4152-bd5e-c6a267f7b60b} <Debug> executeQuery: Read 260 rows, 23.43 KiB in 0.001522 sec., 170827.85808147176 rows/sec., 15.04 MiB/sec. | ||
8145 | 2024.07.13 05:40:11.180791 [ 3 ] {8158ad9a-08b0-4152-bd5e-c6a267f7b60b} <Debug> DynamicQueryHandler: Done processing query | ||
8146 | 2024.07.13 05:40:11.180815 [ 3 ] {8158ad9a-08b0-4152-bd5e-c6a267f7b60b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8147 | 2024.07.13 05:40:11.180830 [ 3 ] {} <Debug> HTTP-Session: c5a9226b-5bb4-4e01-a2a0-5d2d457a1d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8148 | 2024.07.13 05:40:11.180960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8149 | 2024.07.13 05:40:11.181007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8150 | 2024.07.13 05:40:11.181026 [ 3 ] {} <Debug> HTTP-Session: 71eb419e-8440-4998-9fd0-0fbf71e14342 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8151 | 2024.07.13 05:40:11.181042 [ 3 ] {} <Debug> HTTP-Session: 71eb419e-8440-4998-9fd0-0fbf71e14342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8152 | 2024.07.13 05:40:11.181056 [ 3 ] {} <Debug> HTTP-Session: 71eb419e-8440-4998-9fd0-0fbf71e14342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8153 | 2024.07.13 05:40:11.181086 [ 3 ] {} <Trace> HTTP-Session: 71eb419e-8440-4998-9fd0-0fbf71e14342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8154 | 2024.07.13 05:40:11.181179 [ 3 ] {99d06568-5c99-4a84-9dea-eaa8906075ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8155 | 2024.07.13 05:40:11.181222 [ 3 ] {99d06568-5c99-4a84-9dea-eaa8906075ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8156 | 2024.07.13 05:40:11.181348 [ 3 ] {99d06568-5c99-4a84-9dea-eaa8906075ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8157 | 2024.07.13 05:40:11.181654 [ 3 ] {99d06568-5c99-4a84-9dea-eaa8906075ed} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8158 | 2024.07.13 05:40:11.181689 [ 3 ] {99d06568-5c99-4a84-9dea-eaa8906075ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8159 | 2024.07.13 05:40:11.181985 [ 3 ] {99d06568-5c99-4a84-9dea-eaa8906075ed} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
8160 | 2024.07.13 05:40:11.182292 [ 3 ] {99d06568-5c99-4a84-9dea-eaa8906075ed} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8161 | 2024.07.13 05:40:11.182448 [ 3 ] {99d06568-5c99-4a84-9dea-eaa8906075ed} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001285 sec., 4669.260700389105 rows/sec., 326.03 KiB/sec. | ||
8162 | 2024.07.13 05:40:11.182947 [ 3 ] {99d06568-5c99-4a84-9dea-eaa8906075ed} <Debug> DynamicQueryHandler: Done processing query | ||
8163 | 2024.07.13 05:40:11.182993 [ 3 ] {99d06568-5c99-4a84-9dea-eaa8906075ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8164 | 2024.07.13 05:40:11.183012 [ 3 ] {} <Debug> HTTP-Session: 71eb419e-8440-4998-9fd0-0fbf71e14342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8165 | 2024.07.13 05:40:11.183194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 68021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8166 | 2024.07.13 05:40:11.183242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8167 | 2024.07.13 05:40:11.183261 [ 3 ] {} <Debug> HTTP-Session: 5052afe4-7455-4f46-8a35-ece3ca6c3c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8168 | 2024.07.13 05:40:11.183278 [ 3 ] {} <Debug> HTTP-Session: 5052afe4-7455-4f46-8a35-ece3ca6c3c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8169 | 2024.07.13 05:40:11.183292 [ 3 ] {} <Debug> HTTP-Session: 5052afe4-7455-4f46-8a35-ece3ca6c3c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8170 | 2024.07.13 05:40:11.183322 [ 3 ] {} <Trace> HTTP-Session: 5052afe4-7455-4f46-8a35-ece3ca6c3c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8171 | 2024.07.13 05:40:11.183532 [ 3 ] {46da9768-d668-48ba-bac4-3d7ecabc4c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8172 | 2024.07.13 05:40:11.183576 [ 3 ] {46da9768-d668-48ba-bac4-3d7ecabc4c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8173 | 2024.07.13 05:40:11.183713 [ 3 ] {46da9768-d668-48ba-bac4-3d7ecabc4c07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8174 | 2024.07.13 05:40:11.184281 [ 3 ] {46da9768-d668-48ba-bac4-3d7ecabc4c07} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8175 | 2024.07.13 05:40:11.184317 [ 3 ] {46da9768-d668-48ba-bac4-3d7ecabc4c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8176 | 2024.07.13 05:40:11.184640 [ 3 ] {46da9768-d668-48ba-bac4-3d7ecabc4c07} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8177 | 2024.07.13 05:40:11.184938 [ 3 ] {46da9768-d668-48ba-bac4-3d7ecabc4c07} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8178 | 2024.07.13 05:40:11.185089 [ 3 ] {46da9768-d668-48ba-bac4-3d7ecabc4c07} <Debug> executeQuery: Read 420 rows, 30.53 KiB in 0.001658 sec., 253317.24969843184 rows/sec., 17.98 MiB/sec. | ||
8179 | 2024.07.13 05:40:11.185255 [ 3 ] {46da9768-d668-48ba-bac4-3d7ecabc4c07} <Debug> DynamicQueryHandler: Done processing query | ||
8180 | 2024.07.13 05:40:11.185280 [ 3 ] {46da9768-d668-48ba-bac4-3d7ecabc4c07} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8181 | 2024.07.13 05:40:11.185295 [ 3 ] {} <Debug> HTTP-Session: 5052afe4-7455-4f46-8a35-ece3ca6c3c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8182 | 2024.07.13 05:40:11.185446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8183 | 2024.07.13 05:40:11.185493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8184 | 2024.07.13 05:40:11.185511 [ 3 ] {} <Debug> HTTP-Session: 1f6441dc-2572-4613-a2d8-b7860a0a16df Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8185 | 2024.07.13 05:40:11.185527 [ 3 ] {} <Debug> HTTP-Session: 1f6441dc-2572-4613-a2d8-b7860a0a16df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8186 | 2024.07.13 05:40:11.185541 [ 3 ] {} <Debug> HTTP-Session: 1f6441dc-2572-4613-a2d8-b7860a0a16df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8187 | 2024.07.13 05:40:11.185570 [ 3 ] {} <Trace> HTTP-Session: 1f6441dc-2572-4613-a2d8-b7860a0a16df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8188 | 2024.07.13 05:40:11.185664 [ 3 ] {ff819aa9-aeb6-45a7-972d-39025a28bb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8189 | 2024.07.13 05:40:11.185709 [ 3 ] {ff819aa9-aeb6-45a7-972d-39025a28bb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8190 | 2024.07.13 05:40:11.185839 [ 3 ] {ff819aa9-aeb6-45a7-972d-39025a28bb3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8191 | 2024.07.13 05:40:11.186100 [ 3 ] {ff819aa9-aeb6-45a7-972d-39025a28bb3e} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8192 | 2024.07.13 05:40:11.186136 [ 3 ] {ff819aa9-aeb6-45a7-972d-39025a28bb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8193 | 2024.07.13 05:40:11.186497 [ 3 ] {ff819aa9-aeb6-45a7-972d-39025a28bb3e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8194 | 2024.07.13 05:40:11.186815 [ 3 ] {ff819aa9-aeb6-45a7-972d-39025a28bb3e} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8195 | 2024.07.13 05:40:11.186973 [ 3 ] {ff819aa9-aeb6-45a7-972d-39025a28bb3e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 194.72 KiB/sec. | ||
8196 | 2024.07.13 05:40:11.187307 [ 3 ] {ff819aa9-aeb6-45a7-972d-39025a28bb3e} <Debug> DynamicQueryHandler: Done processing query | ||
8197 | 2024.07.13 05:40:11.187331 [ 3 ] {ff819aa9-aeb6-45a7-972d-39025a28bb3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8198 | 2024.07.13 05:40:11.187347 [ 3 ] {} <Debug> HTTP-Session: 1f6441dc-2572-4613-a2d8-b7860a0a16df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8199 | 2024.07.13 05:40:11.187485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8200 | 2024.07.13 05:40:11.187533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8201 | 2024.07.13 05:40:11.187552 [ 3 ] {} <Debug> HTTP-Session: 11839462-e687-4ad8-b011-bdf08cde9836 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8202 | 2024.07.13 05:40:11.187568 [ 3 ] {} <Debug> HTTP-Session: 11839462-e687-4ad8-b011-bdf08cde9836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8203 | 2024.07.13 05:40:11.187582 [ 3 ] {} <Debug> HTTP-Session: 11839462-e687-4ad8-b011-bdf08cde9836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8204 | 2024.07.13 05:40:11.187613 [ 3 ] {} <Trace> HTTP-Session: 11839462-e687-4ad8-b011-bdf08cde9836 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8205 | 2024.07.13 05:40:11.187732 [ 3 ] {2451ca9e-ac16-4e86-8a20-aa3bc57ef4aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8206 | 2024.07.13 05:40:11.187779 [ 3 ] {2451ca9e-ac16-4e86-8a20-aa3bc57ef4aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8207 | 2024.07.13 05:40:11.187943 [ 3 ] {2451ca9e-ac16-4e86-8a20-aa3bc57ef4aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8208 | 2024.07.13 05:40:11.188280 [ 3 ] {2451ca9e-ac16-4e86-8a20-aa3bc57ef4aa} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8209 | 2024.07.13 05:40:11.188315 [ 3 ] {2451ca9e-ac16-4e86-8a20-aa3bc57ef4aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8210 | 2024.07.13 05:40:11.188673 [ 3 ] {2451ca9e-ac16-4e86-8a20-aa3bc57ef4aa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8211 | 2024.07.13 05:40:11.189010 [ 3 ] {2451ca9e-ac16-4e86-8a20-aa3bc57ef4aa} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8212 | 2024.07.13 05:40:11.189162 [ 3 ] {2451ca9e-ac16-4e86-8a20-aa3bc57ef4aa} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001468 sec., 52452.31607629428 rows/sec., 3.23 MiB/sec. | ||
8213 | 2024.07.13 05:40:11.189384 [ 3 ] {2451ca9e-ac16-4e86-8a20-aa3bc57ef4aa} <Debug> DynamicQueryHandler: Done processing query | ||
8214 | 2024.07.13 05:40:11.189408 [ 3 ] {2451ca9e-ac16-4e86-8a20-aa3bc57ef4aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8215 | 2024.07.13 05:40:11.189423 [ 3 ] {} <Debug> HTTP-Session: 11839462-e687-4ad8-b011-bdf08cde9836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8216 | 2024.07.13 05:40:11.189591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 31174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8217 | 2024.07.13 05:40:11.189638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8218 | 2024.07.13 05:40:11.189658 [ 3 ] {} <Debug> HTTP-Session: fb9d9ee8-0e85-43ec-b620-5531bd428c5b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8219 | 2024.07.13 05:40:11.189674 [ 3 ] {} <Debug> HTTP-Session: fb9d9ee8-0e85-43ec-b620-5531bd428c5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8220 | 2024.07.13 05:40:11.189688 [ 3 ] {} <Debug> HTTP-Session: fb9d9ee8-0e85-43ec-b620-5531bd428c5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8221 | 2024.07.13 05:40:11.189718 [ 3 ] {} <Trace> HTTP-Session: fb9d9ee8-0e85-43ec-b620-5531bd428c5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8222 | 2024.07.13 05:40:11.189859 [ 3 ] {a9ded043-fcbb-42c5-ba83-732963927499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8223 | 2024.07.13 05:40:11.189903 [ 3 ] {a9ded043-fcbb-42c5-ba83-732963927499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8224 | 2024.07.13 05:40:11.190047 [ 3 ] {a9ded043-fcbb-42c5-ba83-732963927499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8225 | 2024.07.13 05:40:11.190438 [ 3 ] {a9ded043-fcbb-42c5-ba83-732963927499} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8226 | 2024.07.13 05:40:11.190473 [ 3 ] {a9ded043-fcbb-42c5-ba83-732963927499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8227 | 2024.07.13 05:40:11.190841 [ 3 ] {a9ded043-fcbb-42c5-ba83-732963927499} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8228 | 2024.07.13 05:40:11.191168 [ 3 ] {a9ded043-fcbb-42c5-ba83-732963927499} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8229 | 2024.07.13 05:40:11.191304 [ 3 ] {a9ded043-fcbb-42c5-ba83-732963927499} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001506 sec., 108233.73173970784 rows/sec., 7.54 MiB/sec. | ||
8230 | 2024.07.13 05:40:11.191496 [ 3 ] {a9ded043-fcbb-42c5-ba83-732963927499} <Debug> DynamicQueryHandler: Done processing query | ||
8231 | 2024.07.13 05:40:11.191519 [ 3 ] {a9ded043-fcbb-42c5-ba83-732963927499} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8232 | 2024.07.13 05:40:11.191535 [ 3 ] {} <Debug> HTTP-Session: fb9d9ee8-0e85-43ec-b620-5531bd428c5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8233 | 2024.07.13 05:40:11.191694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8234 | 2024.07.13 05:40:11.191740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8235 | 2024.07.13 05:40:11.191759 [ 3 ] {} <Debug> HTTP-Session: a4b62aaa-d31b-4cfd-857a-1dbf012dcd41 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8236 | 2024.07.13 05:40:11.191775 [ 3 ] {} <Debug> HTTP-Session: a4b62aaa-d31b-4cfd-857a-1dbf012dcd41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8237 | 2024.07.13 05:40:11.191789 [ 3 ] {} <Debug> HTTP-Session: a4b62aaa-d31b-4cfd-857a-1dbf012dcd41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8238 | 2024.07.13 05:40:11.191819 [ 3 ] {} <Trace> HTTP-Session: a4b62aaa-d31b-4cfd-857a-1dbf012dcd41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8239 | 2024.07.13 05:40:11.192186 [ 3 ] {bf6737ba-3434-4f21-b995-0836aea6e9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8240 | 2024.07.13 05:40:11.192249 [ 3 ] {bf6737ba-3434-4f21-b995-0836aea6e9a4} <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 | ||
8241 | 2024.07.13 05:40:11.192658 [ 3 ] {bf6737ba-3434-4f21-b995-0836aea6e9a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8242 | 2024.07.13 05:40:11.193419 [ 3 ] {bf6737ba-3434-4f21-b995-0836aea6e9a4} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8243 | 2024.07.13 05:40:11.193455 [ 3 ] {bf6737ba-3434-4f21-b995-0836aea6e9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8244 | 2024.07.13 05:40:11.194078 [ 3 ] {bf6737ba-3434-4f21-b995-0836aea6e9a4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8245 | 2024.07.13 05:40:11.194476 [ 3 ] {bf6737ba-3434-4f21-b995-0836aea6e9a4} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8246 | 2024.07.13 05:40:11.194667 [ 3 ] {bf6737ba-3434-4f21-b995-0836aea6e9a4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002753 sec., 11623.683254631313 rows/sec., 20.83 MiB/sec. | ||
8247 | 2024.07.13 05:40:11.195230 [ 3 ] {bf6737ba-3434-4f21-b995-0836aea6e9a4} <Debug> DynamicQueryHandler: Done processing query | ||
8248 | 2024.07.13 05:40:11.195254 [ 3 ] {bf6737ba-3434-4f21-b995-0836aea6e9a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8249 | 2024.07.13 05:40:11.195270 [ 3 ] {} <Debug> HTTP-Session: a4b62aaa-d31b-4cfd-857a-1dbf012dcd41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8250 | 2024.07.13 05:40:11.195400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8251 | 2024.07.13 05:40:11.195448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8252 | 2024.07.13 05:40:11.195467 [ 3 ] {} <Debug> HTTP-Session: abd3dcf7-7d1c-41ac-8196-8d3ef1d58235 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8253 | 2024.07.13 05:40:11.195484 [ 3 ] {} <Debug> HTTP-Session: abd3dcf7-7d1c-41ac-8196-8d3ef1d58235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8254 | 2024.07.13 05:40:11.195498 [ 3 ] {} <Debug> HTTP-Session: abd3dcf7-7d1c-41ac-8196-8d3ef1d58235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8255 | 2024.07.13 05:40:11.195527 [ 3 ] {} <Trace> HTTP-Session: abd3dcf7-7d1c-41ac-8196-8d3ef1d58235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8256 | 2024.07.13 05:40:11.195629 [ 3 ] {b34eedc9-dbf6-4d48-8873-672f455e0e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8257 | 2024.07.13 05:40:11.195673 [ 3 ] {b34eedc9-dbf6-4d48-8873-672f455e0e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8258 | 2024.07.13 05:40:11.195821 [ 3 ] {b34eedc9-dbf6-4d48-8873-672f455e0e83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8259 | 2024.07.13 05:40:11.196105 [ 3 ] {b34eedc9-dbf6-4d48-8873-672f455e0e83} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8260 | 2024.07.13 05:40:11.196139 [ 3 ] {b34eedc9-dbf6-4d48-8873-672f455e0e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8261 | 2024.07.13 05:40:11.196496 [ 3 ] {b34eedc9-dbf6-4d48-8873-672f455e0e83} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8262 | 2024.07.13 05:40:11.196822 [ 3 ] {b34eedc9-dbf6-4d48-8873-672f455e0e83} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8263 | 2024.07.13 05:40:11.196978 [ 3 ] {b34eedc9-dbf6-4d48-8873-672f455e0e83} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001368 sec., 16812.86549707602 rows/sec., 909.46 KiB/sec. | ||
8264 | 2024.07.13 05:40:11.197140 [ 3 ] {b34eedc9-dbf6-4d48-8873-672f455e0e83} <Debug> DynamicQueryHandler: Done processing query | ||
8265 | 2024.07.13 05:40:11.197164 [ 3 ] {b34eedc9-dbf6-4d48-8873-672f455e0e83} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8266 | 2024.07.13 05:40:11.197179 [ 3 ] {} <Debug> HTTP-Session: abd3dcf7-7d1c-41ac-8196-8d3ef1d58235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8267 | 2024.07.13 05:40:11.197306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8268 | 2024.07.13 05:40:11.197353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8269 | 2024.07.13 05:40:11.197371 [ 3 ] {} <Debug> HTTP-Session: 7ac497a1-9b7d-4cf9-89b2-90b480680046 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8270 | 2024.07.13 05:40:11.197386 [ 3 ] {} <Debug> HTTP-Session: 7ac497a1-9b7d-4cf9-89b2-90b480680046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8271 | 2024.07.13 05:40:11.197400 [ 3 ] {} <Debug> HTTP-Session: 7ac497a1-9b7d-4cf9-89b2-90b480680046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8272 | 2024.07.13 05:40:11.197429 [ 3 ] {} <Trace> HTTP-Session: 7ac497a1-9b7d-4cf9-89b2-90b480680046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8273 | 2024.07.13 05:40:11.197552 [ 3 ] {4039a8a9-ad63-46f0-bb5f-4466a7fc2dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8274 | 2024.07.13 05:40:11.197594 [ 3 ] {4039a8a9-ad63-46f0-bb5f-4466a7fc2dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8275 | 2024.07.13 05:40:11.197721 [ 3 ] {4039a8a9-ad63-46f0-bb5f-4466a7fc2dcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8276 | 2024.07.13 05:40:11.198014 [ 3 ] {4039a8a9-ad63-46f0-bb5f-4466a7fc2dcf} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8277 | 2024.07.13 05:40:11.198049 [ 3 ] {4039a8a9-ad63-46f0-bb5f-4466a7fc2dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8278 | 2024.07.13 05:40:11.198404 [ 3 ] {4039a8a9-ad63-46f0-bb5f-4466a7fc2dcf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8279 | 2024.07.13 05:40:11.198719 [ 3 ] {4039a8a9-ad63-46f0-bb5f-4466a7fc2dcf} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8280 | 2024.07.13 05:40:11.198863 [ 3 ] {4039a8a9-ad63-46f0-bb5f-4466a7fc2dcf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
8281 | 2024.07.13 05:40:11.199137 [ 3 ] {4039a8a9-ad63-46f0-bb5f-4466a7fc2dcf} <Debug> DynamicQueryHandler: Done processing query | ||
8282 | 2024.07.13 05:40:11.199191 [ 3 ] {4039a8a9-ad63-46f0-bb5f-4466a7fc2dcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8283 | 2024.07.13 05:40:11.199239 [ 3 ] {} <Debug> HTTP-Session: 7ac497a1-9b7d-4cf9-89b2-90b480680046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8284 | 2024.07.13 05:40:15.444021 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8285 | 2024.07.13 05:40:15.444088 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8286 | 2024.07.13 05:40:16.167721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8287 | 2024.07.13 05:40:16.167833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8288 | 2024.07.13 05:40:16.167857 [ 3 ] {} <Debug> HTTP-Session: dd3a0218-0d74-445c-863c-ee5e6b4d7de9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8289 | 2024.07.13 05:40:16.167881 [ 3 ] {} <Debug> HTTP-Session: dd3a0218-0d74-445c-863c-ee5e6b4d7de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8290 | 2024.07.13 05:40:16.167895 [ 3 ] {} <Debug> HTTP-Session: dd3a0218-0d74-445c-863c-ee5e6b4d7de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8291 | 2024.07.13 05:40:16.167944 [ 3 ] {} <Trace> HTTP-Session: dd3a0218-0d74-445c-863c-ee5e6b4d7de9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8292 | 2024.07.13 05:40:16.168126 [ 3 ] {159c96b4-b0c7-4ee9-9a6e-a3d120d847a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8293 | 2024.07.13 05:40:16.168225 [ 3 ] {159c96b4-b0c7-4ee9-9a6e-a3d120d847a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8294 | 2024.07.13 05:40:16.168735 [ 3 ] {159c96b4-b0c7-4ee9-9a6e-a3d120d847a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8295 | 2024.07.13 05:40:16.169155 [ 3 ] {159c96b4-b0c7-4ee9-9a6e-a3d120d847a9} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8296 | 2024.07.13 05:40:16.169196 [ 3 ] {159c96b4-b0c7-4ee9-9a6e-a3d120d847a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8297 | 2024.07.13 05:40:16.169551 [ 3 ] {159c96b4-b0c7-4ee9-9a6e-a3d120d847a9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8298 | 2024.07.13 05:40:16.169874 [ 3 ] {159c96b4-b0c7-4ee9-9a6e-a3d120d847a9} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8299 | 2024.07.13 05:40:16.170032 [ 3 ] {159c96b4-b0c7-4ee9-9a6e-a3d120d847a9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001958 sec., 1021.4504596527067 rows/sec., 83.29 KiB/sec. | ||
8300 | 2024.07.13 05:40:16.170225 [ 3 ] {159c96b4-b0c7-4ee9-9a6e-a3d120d847a9} <Debug> DynamicQueryHandler: Done processing query | ||
8301 | 2024.07.13 05:40:16.170252 [ 3 ] {159c96b4-b0c7-4ee9-9a6e-a3d120d847a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8302 | 2024.07.13 05:40:16.170268 [ 3 ] {} <Debug> HTTP-Session: dd3a0218-0d74-445c-863c-ee5e6b4d7de9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8303 | 2024.07.13 05:40:16.170424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8304 | 2024.07.13 05:40:16.170473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8305 | 2024.07.13 05:40:16.170492 [ 3 ] {} <Debug> HTTP-Session: b5336adf-667d-4051-b77e-15113ae4cf6d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8306 | 2024.07.13 05:40:16.170509 [ 3 ] {} <Debug> HTTP-Session: b5336adf-667d-4051-b77e-15113ae4cf6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8307 | 2024.07.13 05:40:16.170523 [ 3 ] {} <Debug> HTTP-Session: b5336adf-667d-4051-b77e-15113ae4cf6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8308 | 2024.07.13 05:40:16.170554 [ 3 ] {} <Trace> HTTP-Session: b5336adf-667d-4051-b77e-15113ae4cf6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8309 | 2024.07.13 05:40:16.170663 [ 3 ] {35cfb2af-1069-4671-94df-063c2c345b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8310 | 2024.07.13 05:40:16.170705 [ 3 ] {35cfb2af-1069-4671-94df-063c2c345b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8311 | 2024.07.13 05:40:16.170831 [ 3 ] {35cfb2af-1069-4671-94df-063c2c345b40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8312 | 2024.07.13 05:40:16.171173 [ 3 ] {35cfb2af-1069-4671-94df-063c2c345b40} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8313 | 2024.07.13 05:40:16.171209 [ 3 ] {35cfb2af-1069-4671-94df-063c2c345b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8314 | 2024.07.13 05:40:16.171529 [ 3 ] {35cfb2af-1069-4671-94df-063c2c345b40} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8315 | 2024.07.13 05:40:16.171836 [ 3 ] {35cfb2af-1069-4671-94df-063c2c345b40} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8316 | 2024.07.13 05:40:16.171978 [ 3 ] {35cfb2af-1069-4671-94df-063c2c345b40} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001347 sec., 42316.25835189309 rows/sec., 3.25 MiB/sec. | ||
8317 | 2024.07.13 05:40:16.172146 [ 3 ] {35cfb2af-1069-4671-94df-063c2c345b40} <Debug> DynamicQueryHandler: Done processing query | ||
8318 | 2024.07.13 05:40:16.172170 [ 3 ] {35cfb2af-1069-4671-94df-063c2c345b40} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8319 | 2024.07.13 05:40:16.172186 [ 3 ] {} <Debug> HTTP-Session: b5336adf-667d-4051-b77e-15113ae4cf6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8320 | 2024.07.13 05:40:16.172317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8321 | 2024.07.13 05:40:16.172364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8322 | 2024.07.13 05:40:16.172383 [ 3 ] {} <Debug> HTTP-Session: 65905891-d658-4ab0-ae70-9a3b0179e0d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8323 | 2024.07.13 05:40:16.172399 [ 3 ] {} <Debug> HTTP-Session: 65905891-d658-4ab0-ae70-9a3b0179e0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8324 | 2024.07.13 05:40:16.172413 [ 3 ] {} <Debug> HTTP-Session: 65905891-d658-4ab0-ae70-9a3b0179e0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8325 | 2024.07.13 05:40:16.172443 [ 3 ] {} <Trace> HTTP-Session: 65905891-d658-4ab0-ae70-9a3b0179e0d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8326 | 2024.07.13 05:40:16.172535 [ 3 ] {73f46a12-f848-41c4-bad7-d9a9afdd216b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8327 | 2024.07.13 05:40:16.172577 [ 3 ] {73f46a12-f848-41c4-bad7-d9a9afdd216b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8328 | 2024.07.13 05:40:16.172702 [ 3 ] {73f46a12-f848-41c4-bad7-d9a9afdd216b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8329 | 2024.07.13 05:40:16.172967 [ 3 ] {73f46a12-f848-41c4-bad7-d9a9afdd216b} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8330 | 2024.07.13 05:40:16.173004 [ 3 ] {73f46a12-f848-41c4-bad7-d9a9afdd216b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8331 | 2024.07.13 05:40:16.173294 [ 3 ] {73f46a12-f848-41c4-bad7-d9a9afdd216b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8332 | 2024.07.13 05:40:16.173595 [ 3 ] {73f46a12-f848-41c4-bad7-d9a9afdd216b} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8333 | 2024.07.13 05:40:16.173752 [ 3 ] {73f46a12-f848-41c4-bad7-d9a9afdd216b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001238 sec., 1615.5088852988692 rows/sec., 112.80 KiB/sec. | ||
8334 | 2024.07.13 05:40:16.173910 [ 3 ] {73f46a12-f848-41c4-bad7-d9a9afdd216b} <Debug> DynamicQueryHandler: Done processing query | ||
8335 | 2024.07.13 05:40:16.173934 [ 3 ] {73f46a12-f848-41c4-bad7-d9a9afdd216b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8336 | 2024.07.13 05:40:16.173949 [ 3 ] {} <Debug> HTTP-Session: 65905891-d658-4ab0-ae70-9a3b0179e0d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8337 | 2024.07.13 05:40:16.174084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8338 | 2024.07.13 05:40:16.174131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8339 | 2024.07.13 05:40:16.174149 [ 3 ] {} <Debug> HTTP-Session: bf1ca0a9-7b1f-49fa-be7b-199bd5097709 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8340 | 2024.07.13 05:40:16.174165 [ 3 ] {} <Debug> HTTP-Session: bf1ca0a9-7b1f-49fa-be7b-199bd5097709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8341 | 2024.07.13 05:40:16.174179 [ 3 ] {} <Debug> HTTP-Session: bf1ca0a9-7b1f-49fa-be7b-199bd5097709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8342 | 2024.07.13 05:40:16.174209 [ 3 ] {} <Trace> HTTP-Session: bf1ca0a9-7b1f-49fa-be7b-199bd5097709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8343 | 2024.07.13 05:40:16.174324 [ 3 ] {e6d9d752-c91b-4cd9-ac98-66d200f7de2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8344 | 2024.07.13 05:40:16.174365 [ 3 ] {e6d9d752-c91b-4cd9-ac98-66d200f7de2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8345 | 2024.07.13 05:40:16.174491 [ 3 ] {e6d9d752-c91b-4cd9-ac98-66d200f7de2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8346 | 2024.07.13 05:40:16.174806 [ 3 ] {e6d9d752-c91b-4cd9-ac98-66d200f7de2b} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8347 | 2024.07.13 05:40:16.174843 [ 3 ] {e6d9d752-c91b-4cd9-ac98-66d200f7de2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8348 | 2024.07.13 05:40:16.175144 [ 3 ] {e6d9d752-c91b-4cd9-ac98-66d200f7de2b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8349 | 2024.07.13 05:40:16.175442 [ 3 ] {e6d9d752-c91b-4cd9-ac98-66d200f7de2b} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8350 | 2024.07.13 05:40:16.175590 [ 3 ] {e6d9d752-c91b-4cd9-ac98-66d200f7de2b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.0013 sec., 50769.23076923077 rows/sec., 3.97 MiB/sec. | ||
8351 | 2024.07.13 05:40:16.175845 [ 3 ] {e6d9d752-c91b-4cd9-ac98-66d200f7de2b} <Debug> DynamicQueryHandler: Done processing query | ||
8352 | 2024.07.13 05:40:16.175901 [ 3 ] {e6d9d752-c91b-4cd9-ac98-66d200f7de2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8353 | 2024.07.13 05:40:16.175957 [ 3 ] {} <Debug> HTTP-Session: bf1ca0a9-7b1f-49fa-be7b-199bd5097709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8354 | 2024.07.13 05:40:16.176156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8355 | 2024.07.13 05:40:16.176207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8356 | 2024.07.13 05:40:16.176225 [ 3 ] {} <Debug> HTTP-Session: 57534d22-3a85-4e44-8b1a-dde14b5075f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8357 | 2024.07.13 05:40:16.176243 [ 3 ] {} <Debug> HTTP-Session: 57534d22-3a85-4e44-8b1a-dde14b5075f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8358 | 2024.07.13 05:40:16.176264 [ 3 ] {} <Debug> HTTP-Session: 57534d22-3a85-4e44-8b1a-dde14b5075f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8359 | 2024.07.13 05:40:16.176295 [ 3 ] {} <Trace> HTTP-Session: 57534d22-3a85-4e44-8b1a-dde14b5075f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8360 | 2024.07.13 05:40:16.176442 [ 3 ] {562a3ea3-bb13-4acb-b587-e677b96ebe95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8361 | 2024.07.13 05:40:16.176490 [ 3 ] {562a3ea3-bb13-4acb-b587-e677b96ebe95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8362 | 2024.07.13 05:40:16.176649 [ 3 ] {562a3ea3-bb13-4acb-b587-e677b96ebe95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8363 | 2024.07.13 05:40:16.177028 [ 3 ] {562a3ea3-bb13-4acb-b587-e677b96ebe95} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8364 | 2024.07.13 05:40:16.177063 [ 3 ] {562a3ea3-bb13-4acb-b587-e677b96ebe95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8365 | 2024.07.13 05:40:16.177455 [ 3 ] {562a3ea3-bb13-4acb-b587-e677b96ebe95} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8366 | 2024.07.13 05:40:16.177784 [ 3 ] {562a3ea3-bb13-4acb-b587-e677b96ebe95} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8367 | 2024.07.13 05:40:16.177945 [ 3 ] {562a3ea3-bb13-4acb-b587-e677b96ebe95} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001558 sec., 103337.61232349166 rows/sec., 7.20 MiB/sec. | ||
8368 | 2024.07.13 05:40:16.178241 [ 3 ] {562a3ea3-bb13-4acb-b587-e677b96ebe95} <Debug> DynamicQueryHandler: Done processing query | ||
8369 | 2024.07.13 05:40:16.178289 [ 3 ] {562a3ea3-bb13-4acb-b587-e677b96ebe95} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8370 | 2024.07.13 05:40:16.178306 [ 3 ] {} <Debug> HTTP-Session: 57534d22-3a85-4e44-8b1a-dde14b5075f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8371 | 2024.07.13 05:40:16.178450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8372 | 2024.07.13 05:40:16.178498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8373 | 2024.07.13 05:40:16.178517 [ 3 ] {} <Debug> HTTP-Session: bae93054-a3ab-4f10-aa81-ecaa80824014 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8374 | 2024.07.13 05:40:16.178534 [ 3 ] {} <Debug> HTTP-Session: bae93054-a3ab-4f10-aa81-ecaa80824014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8375 | 2024.07.13 05:40:16.178548 [ 3 ] {} <Debug> HTTP-Session: bae93054-a3ab-4f10-aa81-ecaa80824014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8376 | 2024.07.13 05:40:16.178579 [ 3 ] {} <Trace> HTTP-Session: bae93054-a3ab-4f10-aa81-ecaa80824014 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8377 | 2024.07.13 05:40:16.178710 [ 3 ] {22344a11-f438-42e0-9e85-a44b850fd628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8378 | 2024.07.13 05:40:16.178756 [ 3 ] {22344a11-f438-42e0-9e85-a44b850fd628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8379 | 2024.07.13 05:40:16.178896 [ 3 ] {22344a11-f438-42e0-9e85-a44b850fd628} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8380 | 2024.07.13 05:40:16.179184 [ 3 ] {22344a11-f438-42e0-9e85-a44b850fd628} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8381 | 2024.07.13 05:40:16.179220 [ 3 ] {22344a11-f438-42e0-9e85-a44b850fd628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8382 | 2024.07.13 05:40:16.179582 [ 3 ] {22344a11-f438-42e0-9e85-a44b850fd628} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8383 | 2024.07.13 05:40:16.179878 [ 3 ] {22344a11-f438-42e0-9e85-a44b850fd628} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8384 | 2024.07.13 05:40:16.180021 [ 3 ] {22344a11-f438-42e0-9e85-a44b850fd628} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
8385 | 2024.07.13 05:40:16.180332 [ 3 ] {22344a11-f438-42e0-9e85-a44b850fd628} <Debug> DynamicQueryHandler: Done processing query | ||
8386 | 2024.07.13 05:40:16.180381 [ 3 ] {22344a11-f438-42e0-9e85-a44b850fd628} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8387 | 2024.07.13 05:40:16.180417 [ 3 ] {} <Debug> HTTP-Session: bae93054-a3ab-4f10-aa81-ecaa80824014 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8388 | 2024.07.13 05:40:21.174976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8389 | 2024.07.13 05:40:21.175095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8390 | 2024.07.13 05:40:21.175121 [ 3 ] {} <Debug> HTTP-Session: 7e18c4c7-4d18-4fc5-b49b-58ed0f945ad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8391 | 2024.07.13 05:40:21.175145 [ 3 ] {} <Debug> HTTP-Session: 7e18c4c7-4d18-4fc5-b49b-58ed0f945ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8392 | 2024.07.13 05:40:21.175160 [ 3 ] {} <Debug> HTTP-Session: 7e18c4c7-4d18-4fc5-b49b-58ed0f945ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8393 | 2024.07.13 05:40:21.175209 [ 3 ] {} <Trace> HTTP-Session: 7e18c4c7-4d18-4fc5-b49b-58ed0f945ad4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8394 | 2024.07.13 05:40:21.175394 [ 3 ] {b7874095-c8d1-4039-b25f-d223ae867c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8395 | 2024.07.13 05:40:21.175460 [ 3 ] {b7874095-c8d1-4039-b25f-d223ae867c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8396 | 2024.07.13 05:40:21.175652 [ 3 ] {b7874095-c8d1-4039-b25f-d223ae867c51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8397 | 2024.07.13 05:40:21.176109 [ 3 ] {b7874095-c8d1-4039-b25f-d223ae867c51} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8398 | 2024.07.13 05:40:21.176150 [ 3 ] {b7874095-c8d1-4039-b25f-d223ae867c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8399 | 2024.07.13 05:40:21.176530 [ 3 ] {b7874095-c8d1-4039-b25f-d223ae867c51} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8400 | 2024.07.13 05:40:21.176870 [ 3 ] {b7874095-c8d1-4039-b25f-d223ae867c51} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8401 | 2024.07.13 05:40:21.177023 [ 3 ] {b7874095-c8d1-4039-b25f-d223ae867c51} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.00169 sec., 22485.207100591713 rows/sec., 1.70 MiB/sec. | ||
8402 | 2024.07.13 05:40:21.177237 [ 3 ] {b7874095-c8d1-4039-b25f-d223ae867c51} <Debug> DynamicQueryHandler: Done processing query | ||
8403 | 2024.07.13 05:40:21.177264 [ 3 ] {b7874095-c8d1-4039-b25f-d223ae867c51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8404 | 2024.07.13 05:40:21.177280 [ 3 ] {} <Debug> HTTP-Session: 7e18c4c7-4d18-4fc5-b49b-58ed0f945ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8405 | 2024.07.13 05:40:21.177461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8406 | 2024.07.13 05:40:21.177514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8407 | 2024.07.13 05:40:21.177534 [ 3 ] {} <Debug> HTTP-Session: a9563db5-0ee8-425a-bb66-ad4cd1becea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8408 | 2024.07.13 05:40:21.177552 [ 3 ] {} <Debug> HTTP-Session: a9563db5-0ee8-425a-bb66-ad4cd1becea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8409 | 2024.07.13 05:40:21.177567 [ 3 ] {} <Debug> HTTP-Session: a9563db5-0ee8-425a-bb66-ad4cd1becea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8410 | 2024.07.13 05:40:21.177601 [ 3 ] {} <Trace> HTTP-Session: a9563db5-0ee8-425a-bb66-ad4cd1becea5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8411 | 2024.07.13 05:40:21.177707 [ 3 ] {44de245f-2cb8-4848-be38-fcf075bfa257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8412 | 2024.07.13 05:40:21.177753 [ 3 ] {44de245f-2cb8-4848-be38-fcf075bfa257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8413 | 2024.07.13 05:40:21.177883 [ 3 ] {44de245f-2cb8-4848-be38-fcf075bfa257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8414 | 2024.07.13 05:40:21.178190 [ 3 ] {44de245f-2cb8-4848-be38-fcf075bfa257} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8415 | 2024.07.13 05:40:21.178226 [ 3 ] {44de245f-2cb8-4848-be38-fcf075bfa257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8416 | 2024.07.13 05:40:21.178535 [ 3 ] {44de245f-2cb8-4848-be38-fcf075bfa257} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8417 | 2024.07.13 05:40:21.178842 [ 3 ] {44de245f-2cb8-4848-be38-fcf075bfa257} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8418 | 2024.07.13 05:40:21.178966 [ 3 ] {44de245f-2cb8-4848-be38-fcf075bfa257} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001289 sec., 4654.7711404189295 rows/sec., 379.56 KiB/sec. | ||
8419 | 2024.07.13 05:40:21.179130 [ 3 ] {44de245f-2cb8-4848-be38-fcf075bfa257} <Debug> DynamicQueryHandler: Done processing query | ||
8420 | 2024.07.13 05:40:21.179155 [ 3 ] {44de245f-2cb8-4848-be38-fcf075bfa257} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8421 | 2024.07.13 05:40:21.179171 [ 3 ] {} <Debug> HTTP-Session: a9563db5-0ee8-425a-bb66-ad4cd1becea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8422 | 2024.07.13 05:40:21.179406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 44208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8423 | 2024.07.13 05:40:21.179456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8424 | 2024.07.13 05:40:21.179475 [ 3 ] {} <Debug> HTTP-Session: b7c813e3-3017-4a89-b2a7-6fe3e706b4e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8425 | 2024.07.13 05:40:21.179492 [ 3 ] {} <Debug> HTTP-Session: b7c813e3-3017-4a89-b2a7-6fe3e706b4e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8426 | 2024.07.13 05:40:21.179507 [ 3 ] {} <Debug> HTTP-Session: b7c813e3-3017-4a89-b2a7-6fe3e706b4e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8427 | 2024.07.13 05:40:21.179539 [ 3 ] {} <Trace> HTTP-Session: b7c813e3-3017-4a89-b2a7-6fe3e706b4e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8428 | 2024.07.13 05:40:21.179720 [ 3 ] {44645def-4346-4230-a802-7b02bd2c848e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8429 | 2024.07.13 05:40:21.179763 [ 3 ] {44645def-4346-4230-a802-7b02bd2c848e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8430 | 2024.07.13 05:40:21.179887 [ 3 ] {44645def-4346-4230-a802-7b02bd2c848e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8431 | 2024.07.13 05:40:21.180464 [ 3 ] {44645def-4346-4230-a802-7b02bd2c848e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8432 | 2024.07.13 05:40:21.180501 [ 3 ] {44645def-4346-4230-a802-7b02bd2c848e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8433 | 2024.07.13 05:40:21.180828 [ 3 ] {44645def-4346-4230-a802-7b02bd2c848e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8434 | 2024.07.13 05:40:21.181135 [ 3 ] {44645def-4346-4230-a802-7b02bd2c848e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8435 | 2024.07.13 05:40:21.181260 [ 3 ] {44645def-4346-4230-a802-7b02bd2c848e} <Debug> executeQuery: Read 296 rows, 26.25 KiB in 0.001633 sec., 181261.4819350888 rows/sec., 15.70 MiB/sec. | ||
8436 | 2024.07.13 05:40:21.181531 [ 3 ] {44645def-4346-4230-a802-7b02bd2c848e} <Debug> DynamicQueryHandler: Done processing query | ||
8437 | 2024.07.13 05:40:21.181590 [ 3 ] {44645def-4346-4230-a802-7b02bd2c848e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8438 | 2024.07.13 05:40:21.181648 [ 3 ] {} <Debug> HTTP-Session: b7c813e3-3017-4a89-b2a7-6fe3e706b4e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8439 | 2024.07.13 05:40:21.181806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8440 | 2024.07.13 05:40:21.181858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8441 | 2024.07.13 05:40:21.181878 [ 3 ] {} <Debug> HTTP-Session: 255ce49a-82d0-4313-a49d-e28e07fc136f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8442 | 2024.07.13 05:40:21.181894 [ 3 ] {} <Debug> HTTP-Session: 255ce49a-82d0-4313-a49d-e28e07fc136f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8443 | 2024.07.13 05:40:21.181908 [ 3 ] {} <Debug> HTTP-Session: 255ce49a-82d0-4313-a49d-e28e07fc136f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8444 | 2024.07.13 05:40:21.181941 [ 3 ] {} <Trace> HTTP-Session: 255ce49a-82d0-4313-a49d-e28e07fc136f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8445 | 2024.07.13 05:40:21.182042 [ 3 ] {e9ba25f8-b4ab-4b5d-bed3-e8a7d2572423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8446 | 2024.07.13 05:40:21.182086 [ 3 ] {e9ba25f8-b4ab-4b5d-bed3-e8a7d2572423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8447 | 2024.07.13 05:40:21.182231 [ 3 ] {e9ba25f8-b4ab-4b5d-bed3-e8a7d2572423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8448 | 2024.07.13 05:40:21.182519 [ 3 ] {e9ba25f8-b4ab-4b5d-bed3-e8a7d2572423} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8449 | 2024.07.13 05:40:21.182555 [ 3 ] {e9ba25f8-b4ab-4b5d-bed3-e8a7d2572423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8450 | 2024.07.13 05:40:21.182853 [ 3 ] {e9ba25f8-b4ab-4b5d-bed3-e8a7d2572423} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8451 | 2024.07.13 05:40:21.183163 [ 3 ] {e9ba25f8-b4ab-4b5d-bed3-e8a7d2572423} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8452 | 2024.07.13 05:40:21.183289 [ 3 ] {e9ba25f8-b4ab-4b5d-bed3-e8a7d2572423} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 328.84 KiB/sec. | ||
8453 | 2024.07.13 05:40:21.183449 [ 3 ] {e9ba25f8-b4ab-4b5d-bed3-e8a7d2572423} <Debug> DynamicQueryHandler: Done processing query | ||
8454 | 2024.07.13 05:40:21.183472 [ 3 ] {e9ba25f8-b4ab-4b5d-bed3-e8a7d2572423} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8455 | 2024.07.13 05:40:21.183487 [ 3 ] {} <Debug> HTTP-Session: 255ce49a-82d0-4313-a49d-e28e07fc136f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8456 | 2024.07.13 05:40:21.183641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 72057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8457 | 2024.07.13 05:40:21.183689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8458 | 2024.07.13 05:40:21.183707 [ 3 ] {} <Debug> HTTP-Session: 3b9e37cb-ed86-4b8a-939d-0809fc4ab3d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8459 | 2024.07.13 05:40:21.183723 [ 3 ] {} <Debug> HTTP-Session: 3b9e37cb-ed86-4b8a-939d-0809fc4ab3d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8460 | 2024.07.13 05:40:21.183737 [ 3 ] {} <Debug> HTTP-Session: 3b9e37cb-ed86-4b8a-939d-0809fc4ab3d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8461 | 2024.07.13 05:40:21.183768 [ 3 ] {} <Trace> HTTP-Session: 3b9e37cb-ed86-4b8a-939d-0809fc4ab3d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8462 | 2024.07.13 05:40:21.184001 [ 3 ] {19907d89-c716-411f-a814-1a75bd55fe06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8463 | 2024.07.13 05:40:21.184042 [ 3 ] {19907d89-c716-411f-a814-1a75bd55fe06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8464 | 2024.07.13 05:40:21.184168 [ 3 ] {19907d89-c716-411f-a814-1a75bd55fe06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8465 | 2024.07.13 05:40:21.184716 [ 3 ] {19907d89-c716-411f-a814-1a75bd55fe06} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8466 | 2024.07.13 05:40:21.184752 [ 3 ] {19907d89-c716-411f-a814-1a75bd55fe06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8467 | 2024.07.13 05:40:21.185072 [ 3 ] {19907d89-c716-411f-a814-1a75bd55fe06} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8468 | 2024.07.13 05:40:21.185382 [ 3 ] {19907d89-c716-411f-a814-1a75bd55fe06} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8469 | 2024.07.13 05:40:21.185505 [ 3 ] {19907d89-c716-411f-a814-1a75bd55fe06} <Debug> executeQuery: Read 444 rows, 32.42 KiB in 0.001639 sec., 270896.8883465528 rows/sec., 19.32 MiB/sec. | ||
8470 | 2024.07.13 05:40:21.185666 [ 3 ] {19907d89-c716-411f-a814-1a75bd55fe06} <Debug> DynamicQueryHandler: Done processing query | ||
8471 | 2024.07.13 05:40:21.185689 [ 3 ] {19907d89-c716-411f-a814-1a75bd55fe06} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8472 | 2024.07.13 05:40:21.185705 [ 3 ] {} <Debug> HTTP-Session: 3b9e37cb-ed86-4b8a-939d-0809fc4ab3d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8473 | 2024.07.13 05:40:21.185826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8474 | 2024.07.13 05:40:21.185874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8475 | 2024.07.13 05:40:21.185892 [ 3 ] {} <Debug> HTTP-Session: faac4419-98d9-4700-ae06-e689211586cb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8476 | 2024.07.13 05:40:21.185908 [ 3 ] {} <Debug> HTTP-Session: faac4419-98d9-4700-ae06-e689211586cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8477 | 2024.07.13 05:40:21.185923 [ 3 ] {} <Debug> HTTP-Session: faac4419-98d9-4700-ae06-e689211586cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8478 | 2024.07.13 05:40:21.185952 [ 3 ] {} <Trace> HTTP-Session: faac4419-98d9-4700-ae06-e689211586cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8479 | 2024.07.13 05:40:21.186047 [ 3 ] {55be63aa-21a3-4961-b039-903089c0ec13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8480 | 2024.07.13 05:40:21.186091 [ 3 ] {55be63aa-21a3-4961-b039-903089c0ec13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8481 | 2024.07.13 05:40:21.186216 [ 3 ] {55be63aa-21a3-4961-b039-903089c0ec13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8482 | 2024.07.13 05:40:21.186478 [ 3 ] {55be63aa-21a3-4961-b039-903089c0ec13} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8483 | 2024.07.13 05:40:21.186513 [ 3 ] {55be63aa-21a3-4961-b039-903089c0ec13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8484 | 2024.07.13 05:40:21.186865 [ 3 ] {55be63aa-21a3-4961-b039-903089c0ec13} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8485 | 2024.07.13 05:40:21.187180 [ 3 ] {55be63aa-21a3-4961-b039-903089c0ec13} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8486 | 2024.07.13 05:40:21.187311 [ 3 ] {55be63aa-21a3-4961-b039-903089c0ec13} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 200.16 KiB/sec. | ||
8487 | 2024.07.13 05:40:21.187469 [ 3 ] {55be63aa-21a3-4961-b039-903089c0ec13} <Debug> DynamicQueryHandler: Done processing query | ||
8488 | 2024.07.13 05:40:21.187494 [ 3 ] {55be63aa-21a3-4961-b039-903089c0ec13} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8489 | 2024.07.13 05:40:21.187509 [ 3 ] {} <Debug> HTTP-Session: faac4419-98d9-4700-ae06-e689211586cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8490 | 2024.07.13 05:40:21.187633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8491 | 2024.07.13 05:40:21.187679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8492 | 2024.07.13 05:40:21.187698 [ 3 ] {} <Debug> HTTP-Session: c3dc9896-d95b-434a-9bbd-546a58fb3dfa Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8493 | 2024.07.13 05:40:21.187714 [ 3 ] {} <Debug> HTTP-Session: c3dc9896-d95b-434a-9bbd-546a58fb3dfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8494 | 2024.07.13 05:40:21.187728 [ 3 ] {} <Debug> HTTP-Session: c3dc9896-d95b-434a-9bbd-546a58fb3dfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8495 | 2024.07.13 05:40:21.187758 [ 3 ] {} <Trace> HTTP-Session: c3dc9896-d95b-434a-9bbd-546a58fb3dfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8496 | 2024.07.13 05:40:21.187891 [ 3 ] {3e8cf6a8-6d3c-4c5a-b08e-f5fd03992871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8497 | 2024.07.13 05:40:21.187938 [ 3 ] {3e8cf6a8-6d3c-4c5a-b08e-f5fd03992871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8498 | 2024.07.13 05:40:21.188076 [ 3 ] {3e8cf6a8-6d3c-4c5a-b08e-f5fd03992871} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8499 | 2024.07.13 05:40:21.188395 [ 3 ] {3e8cf6a8-6d3c-4c5a-b08e-f5fd03992871} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8500 | 2024.07.13 05:40:21.188429 [ 3 ] {3e8cf6a8-6d3c-4c5a-b08e-f5fd03992871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8501 | 2024.07.13 05:40:21.188786 [ 3 ] {3e8cf6a8-6d3c-4c5a-b08e-f5fd03992871} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8502 | 2024.07.13 05:40:21.189128 [ 3 ] {3e8cf6a8-6d3c-4c5a-b08e-f5fd03992871} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8503 | 2024.07.13 05:40:21.189260 [ 3 ] {3e8cf6a8-6d3c-4c5a-b08e-f5fd03992871} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001431 sec., 53808.52550663872 rows/sec., 3.31 MiB/sec. | ||
8504 | 2024.07.13 05:40:21.189422 [ 3 ] {3e8cf6a8-6d3c-4c5a-b08e-f5fd03992871} <Debug> DynamicQueryHandler: Done processing query | ||
8505 | 2024.07.13 05:40:21.189446 [ 3 ] {3e8cf6a8-6d3c-4c5a-b08e-f5fd03992871} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8506 | 2024.07.13 05:40:21.189462 [ 3 ] {} <Debug> HTTP-Session: c3dc9896-d95b-434a-9bbd-546a58fb3dfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8507 | 2024.07.13 05:40:21.189627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8508 | 2024.07.13 05:40:21.189676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8509 | 2024.07.13 05:40:21.189695 [ 3 ] {} <Debug> HTTP-Session: b3821b80-464f-49b8-b8ee-0121959c0049 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8510 | 2024.07.13 05:40:21.189711 [ 3 ] {} <Debug> HTTP-Session: b3821b80-464f-49b8-b8ee-0121959c0049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8511 | 2024.07.13 05:40:21.189725 [ 3 ] {} <Debug> HTTP-Session: b3821b80-464f-49b8-b8ee-0121959c0049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8512 | 2024.07.13 05:40:21.189754 [ 3 ] {} <Trace> HTTP-Session: b3821b80-464f-49b8-b8ee-0121959c0049 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8513 | 2024.07.13 05:40:21.189953 [ 3 ] {b1e48313-5397-448a-9578-43ecad3b528a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8514 | 2024.07.13 05:40:21.190000 [ 3 ] {b1e48313-5397-448a-9578-43ecad3b528a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8515 | 2024.07.13 05:40:21.190137 [ 3 ] {b1e48313-5397-448a-9578-43ecad3b528a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8516 | 2024.07.13 05:40:21.190557 [ 3 ] {b1e48313-5397-448a-9578-43ecad3b528a} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8517 | 2024.07.13 05:40:21.190593 [ 3 ] {b1e48313-5397-448a-9578-43ecad3b528a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8518 | 2024.07.13 05:40:21.190967 [ 3 ] {b1e48313-5397-448a-9578-43ecad3b528a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8519 | 2024.07.13 05:40:21.191300 [ 3 ] {b1e48313-5397-448a-9578-43ecad3b528a} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8520 | 2024.07.13 05:40:21.191430 [ 3 ] {b1e48313-5397-448a-9578-43ecad3b528a} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.00159 sec., 125157.23270440252 rows/sec., 8.74 MiB/sec. | ||
8521 | 2024.07.13 05:40:21.191693 [ 3 ] {b1e48313-5397-448a-9578-43ecad3b528a} <Debug> DynamicQueryHandler: Done processing query | ||
8522 | 2024.07.13 05:40:21.191751 [ 3 ] {b1e48313-5397-448a-9578-43ecad3b528a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8523 | 2024.07.13 05:40:21.191807 [ 3 ] {} <Debug> HTTP-Session: b3821b80-464f-49b8-b8ee-0121959c0049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8524 | 2024.07.13 05:40:21.191986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51559, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8525 | 2024.07.13 05:40:21.192039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8526 | 2024.07.13 05:40:21.192058 [ 3 ] {} <Debug> HTTP-Session: 889f1dcc-b598-4d4a-a598-d96fdb232c19 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8527 | 2024.07.13 05:40:21.192075 [ 3 ] {} <Debug> HTTP-Session: 889f1dcc-b598-4d4a-a598-d96fdb232c19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8528 | 2024.07.13 05:40:21.192089 [ 3 ] {} <Debug> HTTP-Session: 889f1dcc-b598-4d4a-a598-d96fdb232c19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8529 | 2024.07.13 05:40:21.192120 [ 3 ] {} <Trace> HTTP-Session: 889f1dcc-b598-4d4a-a598-d96fdb232c19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8530 | 2024.07.13 05:40:21.192446 [ 3 ] {cc5dcd87-2443-4e54-bc10-4c3b19956d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8531 | 2024.07.13 05:40:21.192518 [ 3 ] {cc5dcd87-2443-4e54-bc10-4c3b19956d75} <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 | ||
8532 | 2024.07.13 05:40:21.192921 [ 3 ] {cc5dcd87-2443-4e54-bc10-4c3b19956d75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8533 | 2024.07.13 05:40:21.193622 [ 3 ] {cc5dcd87-2443-4e54-bc10-4c3b19956d75} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8534 | 2024.07.13 05:40:21.193656 [ 3 ] {cc5dcd87-2443-4e54-bc10-4c3b19956d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8535 | 2024.07.13 05:40:21.194251 [ 3 ] {cc5dcd87-2443-4e54-bc10-4c3b19956d75} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8536 | 2024.07.13 05:40:21.194655 [ 3 ] {cc5dcd87-2443-4e54-bc10-4c3b19956d75} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8537 | 2024.07.13 05:40:21.194822 [ 3 ] {cc5dcd87-2443-4e54-bc10-4c3b19956d75} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.0026 sec., 12307.692307692309 rows/sec., 22.05 MiB/sec. | ||
8538 | 2024.07.13 05:40:21.195377 [ 3 ] {cc5dcd87-2443-4e54-bc10-4c3b19956d75} <Debug> DynamicQueryHandler: Done processing query | ||
8539 | 2024.07.13 05:40:21.195407 [ 3 ] {cc5dcd87-2443-4e54-bc10-4c3b19956d75} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8540 | 2024.07.13 05:40:21.195423 [ 3 ] {} <Debug> HTTP-Session: 889f1dcc-b598-4d4a-a598-d96fdb232c19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8541 | 2024.07.13 05:40:21.195565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8542 | 2024.07.13 05:40:21.195610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8543 | 2024.07.13 05:40:21.195628 [ 3 ] {} <Debug> HTTP-Session: 0f7a38f7-9d88-4c6b-8828-a85db83e7bb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8544 | 2024.07.13 05:40:21.195643 [ 3 ] {} <Debug> HTTP-Session: 0f7a38f7-9d88-4c6b-8828-a85db83e7bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8545 | 2024.07.13 05:40:21.195656 [ 3 ] {} <Debug> HTTP-Session: 0f7a38f7-9d88-4c6b-8828-a85db83e7bb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8546 | 2024.07.13 05:40:21.195684 [ 3 ] {} <Trace> HTTP-Session: 0f7a38f7-9d88-4c6b-8828-a85db83e7bb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8547 | 2024.07.13 05:40:21.195784 [ 3 ] {18c993b8-f93e-45a3-9428-db7f8f592d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8548 | 2024.07.13 05:40:21.195827 [ 3 ] {18c993b8-f93e-45a3-9428-db7f8f592d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8549 | 2024.07.13 05:40:21.195970 [ 3 ] {18c993b8-f93e-45a3-9428-db7f8f592d6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8550 | 2024.07.13 05:40:21.196288 [ 3 ] {18c993b8-f93e-45a3-9428-db7f8f592d6f} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8551 | 2024.07.13 05:40:21.196324 [ 3 ] {18c993b8-f93e-45a3-9428-db7f8f592d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8552 | 2024.07.13 05:40:21.196681 [ 3 ] {18c993b8-f93e-45a3-9428-db7f8f592d6f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8553 | 2024.07.13 05:40:21.197005 [ 3 ] {18c993b8-f93e-45a3-9428-db7f8f592d6f} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8554 | 2024.07.13 05:40:21.197162 [ 3 ] {18c993b8-f93e-45a3-9428-db7f8f592d6f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001365 sec., 16849.816849816852 rows/sec., 911.46 KiB/sec. | ||
8555 | 2024.07.13 05:40:21.197334 [ 3 ] {18c993b8-f93e-45a3-9428-db7f8f592d6f} <Debug> DynamicQueryHandler: Done processing query | ||
8556 | 2024.07.13 05:40:21.197358 [ 3 ] {18c993b8-f93e-45a3-9428-db7f8f592d6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8557 | 2024.07.13 05:40:21.197374 [ 3 ] {} <Debug> HTTP-Session: 0f7a38f7-9d88-4c6b-8828-a85db83e7bb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8558 | 2024.07.13 05:40:21.197495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8559 | 2024.07.13 05:40:21.197542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8560 | 2024.07.13 05:40:21.197561 [ 3 ] {} <Debug> HTTP-Session: e80b7ddf-970f-4b40-a9ed-c684d07cd886 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8561 | 2024.07.13 05:40:21.197577 [ 3 ] {} <Debug> HTTP-Session: e80b7ddf-970f-4b40-a9ed-c684d07cd886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8562 | 2024.07.13 05:40:21.197590 [ 3 ] {} <Debug> HTTP-Session: e80b7ddf-970f-4b40-a9ed-c684d07cd886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8563 | 2024.07.13 05:40:21.197621 [ 3 ] {} <Trace> HTTP-Session: e80b7ddf-970f-4b40-a9ed-c684d07cd886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8564 | 2024.07.13 05:40:21.197732 [ 3 ] {9933ca17-1ba3-467c-a2e3-3c6e61bb197a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8565 | 2024.07.13 05:40:21.197776 [ 3 ] {9933ca17-1ba3-467c-a2e3-3c6e61bb197a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8566 | 2024.07.13 05:40:21.197900 [ 3 ] {9933ca17-1ba3-467c-a2e3-3c6e61bb197a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8567 | 2024.07.13 05:40:21.198205 [ 3 ] {9933ca17-1ba3-467c-a2e3-3c6e61bb197a} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8568 | 2024.07.13 05:40:21.198240 [ 3 ] {9933ca17-1ba3-467c-a2e3-3c6e61bb197a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8569 | 2024.07.13 05:40:21.198592 [ 3 ] {9933ca17-1ba3-467c-a2e3-3c6e61bb197a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8570 | 2024.07.13 05:40:21.198909 [ 3 ] {9933ca17-1ba3-467c-a2e3-3c6e61bb197a} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8571 | 2024.07.13 05:40:21.199067 [ 3 ] {9933ca17-1ba3-467c-a2e3-3c6e61bb197a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
8572 | 2024.07.13 05:40:21.199307 [ 3 ] {9933ca17-1ba3-467c-a2e3-3c6e61bb197a} <Debug> DynamicQueryHandler: Done processing query | ||
8573 | 2024.07.13 05:40:21.199367 [ 3 ] {9933ca17-1ba3-467c-a2e3-3c6e61bb197a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8574 | 2024.07.13 05:40:21.199410 [ 3 ] {} <Debug> HTTP-Session: e80b7ddf-970f-4b40-a9ed-c684d07cd886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8575 | 2024.07.13 05:40:26.167571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8576 | 2024.07.13 05:40:26.167756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8577 | 2024.07.13 05:40:26.167800 [ 3 ] {} <Debug> HTTP-Session: 4147fec4-56a2-46f2-af96-2f908ba4e190 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8578 | 2024.07.13 05:40:26.167842 [ 3 ] {} <Debug> HTTP-Session: 4147fec4-56a2-46f2-af96-2f908ba4e190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8579 | 2024.07.13 05:40:26.167870 [ 3 ] {} <Debug> HTTP-Session: 4147fec4-56a2-46f2-af96-2f908ba4e190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8580 | 2024.07.13 05:40:26.167950 [ 3 ] {} <Trace> HTTP-Session: 4147fec4-56a2-46f2-af96-2f908ba4e190 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8581 | 2024.07.13 05:40:26.168258 [ 3 ] {6fa14fd8-4828-454d-8ae9-959727bff7c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8582 | 2024.07.13 05:40:26.168326 [ 3 ] {6fa14fd8-4828-454d-8ae9-959727bff7c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8583 | 2024.07.13 05:40:26.168516 [ 3 ] {6fa14fd8-4828-454d-8ae9-959727bff7c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8584 | 2024.07.13 05:40:26.168963 [ 3 ] {6fa14fd8-4828-454d-8ae9-959727bff7c3} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8585 | 2024.07.13 05:40:26.169008 [ 3 ] {6fa14fd8-4828-454d-8ae9-959727bff7c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8586 | 2024.07.13 05:40:26.169381 [ 3 ] {6fa14fd8-4828-454d-8ae9-959727bff7c3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8587 | 2024.07.13 05:40:26.169722 [ 3 ] {6fa14fd8-4828-454d-8ae9-959727bff7c3} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8588 | 2024.07.13 05:40:26.169876 [ 3 ] {6fa14fd8-4828-454d-8ae9-959727bff7c3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00172 sec., 32558.13953488372 rows/sec., 2.50 MiB/sec. | ||
8589 | 2024.07.13 05:40:26.170083 [ 3 ] {6fa14fd8-4828-454d-8ae9-959727bff7c3} <Debug> DynamicQueryHandler: Done processing query | ||
8590 | 2024.07.13 05:40:26.170109 [ 3 ] {6fa14fd8-4828-454d-8ae9-959727bff7c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8591 | 2024.07.13 05:40:26.170125 [ 3 ] {} <Debug> HTTP-Session: 4147fec4-56a2-46f2-af96-2f908ba4e190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8592 | 2024.07.13 05:40:26.170280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8593 | 2024.07.13 05:40:26.170332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8594 | 2024.07.13 05:40:26.170352 [ 3 ] {} <Debug> HTTP-Session: 28ad9590-081f-4d20-a7eb-e2a6c151e299 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8595 | 2024.07.13 05:40:26.170371 [ 3 ] {} <Debug> HTTP-Session: 28ad9590-081f-4d20-a7eb-e2a6c151e299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8596 | 2024.07.13 05:40:26.170385 [ 3 ] {} <Debug> HTTP-Session: 28ad9590-081f-4d20-a7eb-e2a6c151e299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8597 | 2024.07.13 05:40:26.170419 [ 3 ] {} <Trace> HTTP-Session: 28ad9590-081f-4d20-a7eb-e2a6c151e299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8598 | 2024.07.13 05:40:26.170542 [ 3 ] {5e393433-29b0-4a79-ad10-787f2024cbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8599 | 2024.07.13 05:40:26.170588 [ 3 ] {5e393433-29b0-4a79-ad10-787f2024cbdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8600 | 2024.07.13 05:40:26.170716 [ 3 ] {5e393433-29b0-4a79-ad10-787f2024cbdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8601 | 2024.07.13 05:40:26.171085 [ 3 ] {5e393433-29b0-4a79-ad10-787f2024cbdd} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8602 | 2024.07.13 05:40:26.171123 [ 3 ] {5e393433-29b0-4a79-ad10-787f2024cbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8603 | 2024.07.13 05:40:26.171440 [ 3 ] {5e393433-29b0-4a79-ad10-787f2024cbdd} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8604 | 2024.07.13 05:40:26.171751 [ 3 ] {5e393433-29b0-4a79-ad10-787f2024cbdd} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8605 | 2024.07.13 05:40:26.171914 [ 3 ] {5e393433-29b0-4a79-ad10-787f2024cbdd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001403 sec., 45616.535994297934 rows/sec., 3.56 MiB/sec. | ||
8606 | 2024.07.13 05:40:26.172080 [ 3 ] {5e393433-29b0-4a79-ad10-787f2024cbdd} <Debug> DynamicQueryHandler: Done processing query | ||
8607 | 2024.07.13 05:40:26.172105 [ 3 ] {5e393433-29b0-4a79-ad10-787f2024cbdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8608 | 2024.07.13 05:40:26.172122 [ 3 ] {} <Debug> HTTP-Session: 28ad9590-081f-4d20-a7eb-e2a6c151e299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8609 | 2024.07.13 05:40:26.172294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8610 | 2024.07.13 05:40:26.172344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8611 | 2024.07.13 05:40:26.172363 [ 3 ] {} <Debug> HTTP-Session: 99872798-4def-44b7-b67b-dcab9eed03ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8612 | 2024.07.13 05:40:26.172380 [ 3 ] {} <Debug> HTTP-Session: 99872798-4def-44b7-b67b-dcab9eed03ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8613 | 2024.07.13 05:40:26.172394 [ 3 ] {} <Debug> HTTP-Session: 99872798-4def-44b7-b67b-dcab9eed03ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8614 | 2024.07.13 05:40:26.172425 [ 3 ] {} <Trace> HTTP-Session: 99872798-4def-44b7-b67b-dcab9eed03ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8615 | 2024.07.13 05:40:26.172576 [ 3 ] {c2124f32-8db5-4d93-b950-7e2fb3d26be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8616 | 2024.07.13 05:40:26.172624 [ 3 ] {c2124f32-8db5-4d93-b950-7e2fb3d26be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8617 | 2024.07.13 05:40:26.172768 [ 3 ] {c2124f32-8db5-4d93-b950-7e2fb3d26be4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8618 | 2024.07.13 05:40:26.173118 [ 3 ] {c2124f32-8db5-4d93-b950-7e2fb3d26be4} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8619 | 2024.07.13 05:40:26.173154 [ 3 ] {c2124f32-8db5-4d93-b950-7e2fb3d26be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8620 | 2024.07.13 05:40:26.173541 [ 3 ] {c2124f32-8db5-4d93-b950-7e2fb3d26be4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8621 | 2024.07.13 05:40:26.173877 [ 3 ] {c2124f32-8db5-4d93-b950-7e2fb3d26be4} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8622 | 2024.07.13 05:40:26.174035 [ 3 ] {c2124f32-8db5-4d93-b950-7e2fb3d26be4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. | ||
8623 | 2024.07.13 05:40:26.174194 [ 3 ] {c2124f32-8db5-4d93-b950-7e2fb3d26be4} <Debug> DynamicQueryHandler: Done processing query | ||
8624 | 2024.07.13 05:40:26.174218 [ 3 ] {c2124f32-8db5-4d93-b950-7e2fb3d26be4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8625 | 2024.07.13 05:40:26.174234 [ 3 ] {} <Debug> HTTP-Session: 99872798-4def-44b7-b67b-dcab9eed03ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8626 | 2024.07.13 05:40:26.174380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8627 | 2024.07.13 05:40:26.174426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8628 | 2024.07.13 05:40:26.174470 [ 3 ] {} <Debug> HTTP-Session: 90bbdf8a-b92a-40d0-96fb-89bd4ba236b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8629 | 2024.07.13 05:40:26.174486 [ 3 ] {} <Debug> HTTP-Session: 90bbdf8a-b92a-40d0-96fb-89bd4ba236b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8630 | 2024.07.13 05:40:26.174501 [ 3 ] {} <Debug> HTTP-Session: 90bbdf8a-b92a-40d0-96fb-89bd4ba236b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8631 | 2024.07.13 05:40:26.174531 [ 3 ] {} <Trace> HTTP-Session: 90bbdf8a-b92a-40d0-96fb-89bd4ba236b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8632 | 2024.07.13 05:40:26.174656 [ 3 ] {350136af-1777-443a-b524-6ebd1d5eb2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8633 | 2024.07.13 05:40:26.174701 [ 3 ] {350136af-1777-443a-b524-6ebd1d5eb2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8634 | 2024.07.13 05:40:26.174823 [ 3 ] {350136af-1777-443a-b524-6ebd1d5eb2d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8635 | 2024.07.13 05:40:26.175102 [ 3 ] {350136af-1777-443a-b524-6ebd1d5eb2d8} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8636 | 2024.07.13 05:40:26.175138 [ 3 ] {350136af-1777-443a-b524-6ebd1d5eb2d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8637 | 2024.07.13 05:40:26.175496 [ 3 ] {350136af-1777-443a-b524-6ebd1d5eb2d8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8638 | 2024.07.13 05:40:26.175822 [ 3 ] {350136af-1777-443a-b524-6ebd1d5eb2d8} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8639 | 2024.07.13 05:40:26.176015 [ 3 ] {350136af-1777-443a-b524-6ebd1d5eb2d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
8640 | 2024.07.13 05:40:26.176279 [ 3 ] {350136af-1777-443a-b524-6ebd1d5eb2d8} <Debug> DynamicQueryHandler: Done processing query | ||
8641 | 2024.07.13 05:40:26.176337 [ 3 ] {350136af-1777-443a-b524-6ebd1d5eb2d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8642 | 2024.07.13 05:40:26.176388 [ 3 ] {} <Debug> HTTP-Session: 90bbdf8a-b92a-40d0-96fb-89bd4ba236b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8643 | 2024.07.13 05:40:30.444124 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8644 | 2024.07.13 05:40:30.444190 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8645 | 2024.07.13 05:40:31.174337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8646 | 2024.07.13 05:40:31.174482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8647 | 2024.07.13 05:40:31.174511 [ 3 ] {} <Debug> HTTP-Session: 5f39532b-3c84-4546-92cc-092968c66aa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8648 | 2024.07.13 05:40:31.174539 [ 3 ] {} <Debug> HTTP-Session: 5f39532b-3c84-4546-92cc-092968c66aa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8649 | 2024.07.13 05:40:31.174556 [ 3 ] {} <Debug> HTTP-Session: 5f39532b-3c84-4546-92cc-092968c66aa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8650 | 2024.07.13 05:40:31.174611 [ 3 ] {} <Trace> HTTP-Session: 5f39532b-3c84-4546-92cc-092968c66aa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8651 | 2024.07.13 05:40:31.174817 [ 3 ] {b4a3300e-2f73-4d4d-bfd0-44d836926643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8652 | 2024.07.13 05:40:31.174891 [ 3 ] {b4a3300e-2f73-4d4d-bfd0-44d836926643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8653 | 2024.07.13 05:40:31.175109 [ 3 ] {b4a3300e-2f73-4d4d-bfd0-44d836926643} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8654 | 2024.07.13 05:40:31.175544 [ 3 ] {b4a3300e-2f73-4d4d-bfd0-44d836926643} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8655 | 2024.07.13 05:40:31.175583 [ 3 ] {b4a3300e-2f73-4d4d-bfd0-44d836926643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8656 | 2024.07.13 05:40:31.175952 [ 3 ] {b4a3300e-2f73-4d4d-bfd0-44d836926643} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8657 | 2024.07.13 05:40:31.176283 [ 3 ] {b4a3300e-2f73-4d4d-bfd0-44d836926643} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8658 | 2024.07.13 05:40:31.176423 [ 3 ] {b4a3300e-2f73-4d4d-bfd0-44d836926643} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001676 sec., 22673.031026252982 rows/sec., 1.71 MiB/sec. | ||
8659 | 2024.07.13 05:40:31.176620 [ 3 ] {b4a3300e-2f73-4d4d-bfd0-44d836926643} <Debug> DynamicQueryHandler: Done processing query | ||
8660 | 2024.07.13 05:40:31.176646 [ 3 ] {b4a3300e-2f73-4d4d-bfd0-44d836926643} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8661 | 2024.07.13 05:40:31.176662 [ 3 ] {} <Debug> HTTP-Session: 5f39532b-3c84-4546-92cc-092968c66aa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8662 | 2024.07.13 05:40:31.176817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8663 | 2024.07.13 05:40:31.176868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8664 | 2024.07.13 05:40:31.176888 [ 3 ] {} <Debug> HTTP-Session: 69eaa46b-543d-40dc-a10e-8f36fa24be03 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8665 | 2024.07.13 05:40:31.176906 [ 3 ] {} <Debug> HTTP-Session: 69eaa46b-543d-40dc-a10e-8f36fa24be03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8666 | 2024.07.13 05:40:31.176920 [ 3 ] {} <Debug> HTTP-Session: 69eaa46b-543d-40dc-a10e-8f36fa24be03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8667 | 2024.07.13 05:40:31.176955 [ 3 ] {} <Trace> HTTP-Session: 69eaa46b-543d-40dc-a10e-8f36fa24be03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8668 | 2024.07.13 05:40:31.177058 [ 3 ] {3f7f83c1-5bc3-4a32-a7ea-2e48a0d8c4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8669 | 2024.07.13 05:40:31.177103 [ 3 ] {3f7f83c1-5bc3-4a32-a7ea-2e48a0d8c4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8670 | 2024.07.13 05:40:31.177230 [ 3 ] {3f7f83c1-5bc3-4a32-a7ea-2e48a0d8c4e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8671 | 2024.07.13 05:40:31.177511 [ 3 ] {3f7f83c1-5bc3-4a32-a7ea-2e48a0d8c4e2} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8672 | 2024.07.13 05:40:31.177546 [ 3 ] {3f7f83c1-5bc3-4a32-a7ea-2e48a0d8c4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8673 | 2024.07.13 05:40:31.177850 [ 3 ] {3f7f83c1-5bc3-4a32-a7ea-2e48a0d8c4e2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8674 | 2024.07.13 05:40:31.178163 [ 3 ] {3f7f83c1-5bc3-4a32-a7ea-2e48a0d8c4e2} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8675 | 2024.07.13 05:40:31.178289 [ 3 ] {3f7f83c1-5bc3-4a32-a7ea-2e48a0d8c4e2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001259 sec., 1588.5623510722796 rows/sec., 129.54 KiB/sec. | ||
8676 | 2024.07.13 05:40:31.178456 [ 3 ] {3f7f83c1-5bc3-4a32-a7ea-2e48a0d8c4e2} <Debug> DynamicQueryHandler: Done processing query | ||
8677 | 2024.07.13 05:40:31.178481 [ 3 ] {3f7f83c1-5bc3-4a32-a7ea-2e48a0d8c4e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8678 | 2024.07.13 05:40:31.178497 [ 3 ] {} <Debug> HTTP-Session: 69eaa46b-543d-40dc-a10e-8f36fa24be03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8679 | 2024.07.13 05:40:31.178683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8680 | 2024.07.13 05:40:31.178732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8681 | 2024.07.13 05:40:31.178751 [ 3 ] {} <Debug> HTTP-Session: e524dc64-40e8-4370-93fb-2e1b187b8ef0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8682 | 2024.07.13 05:40:31.178767 [ 3 ] {} <Debug> HTTP-Session: e524dc64-40e8-4370-93fb-2e1b187b8ef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8683 | 2024.07.13 05:40:31.178781 [ 3 ] {} <Debug> HTTP-Session: e524dc64-40e8-4370-93fb-2e1b187b8ef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8684 | 2024.07.13 05:40:31.178812 [ 3 ] {} <Trace> HTTP-Session: e524dc64-40e8-4370-93fb-2e1b187b8ef0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8685 | 2024.07.13 05:40:31.178978 [ 3 ] {9a5dc946-b96f-4489-96ef-e305017eb282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8686 | 2024.07.13 05:40:31.179023 [ 3 ] {9a5dc946-b96f-4489-96ef-e305017eb282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8687 | 2024.07.13 05:40:31.179146 [ 3 ] {9a5dc946-b96f-4489-96ef-e305017eb282} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8688 | 2024.07.13 05:40:31.179551 [ 3 ] {9a5dc946-b96f-4489-96ef-e305017eb282} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8689 | 2024.07.13 05:40:31.179586 [ 3 ] {9a5dc946-b96f-4489-96ef-e305017eb282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8690 | 2024.07.13 05:40:31.179913 [ 3 ] {9a5dc946-b96f-4489-96ef-e305017eb282} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8691 | 2024.07.13 05:40:31.180235 [ 3 ] {9a5dc946-b96f-4489-96ef-e305017eb282} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8692 | 2024.07.13 05:40:31.180358 [ 53 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8693 | 2024.07.13 05:40:31.180362 [ 3 ] {9a5dc946-b96f-4489-96ef-e305017eb282} <Debug> executeQuery: Read 258 rows, 23.29 KiB in 0.00147 sec., 175510.20408163266 rows/sec., 15.47 MiB/sec. | ||
8694 | 2024.07.13 05:40:31.180398 [ 53 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8695 | 2024.07.13 05:40:31.180433 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8696 | 2024.07.13 05:40:31.180586 [ 3 ] {9a5dc946-b96f-4489-96ef-e305017eb282} <Debug> DynamicQueryHandler: Done processing query | ||
8697 | 2024.07.13 05:40:31.180620 [ 3 ] {9a5dc946-b96f-4489-96ef-e305017eb282} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8698 | 2024.07.13 05:40:31.180614 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
8699 | 2024.07.13 05:40:31.180643 [ 3 ] {} <Debug> HTTP-Session: e524dc64-40e8-4370-93fb-2e1b187b8ef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8700 | 2024.07.13 05:40:31.180873 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8701 | 2024.07.13 05:40:31.180876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8702 | 2024.07.13 05:40:31.180935 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 301 rows starting from the beginning of the part | ||
8703 | 2024.07.13 05:40:31.180976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8704 | 2024.07.13 05:40:31.181026 [ 3 ] {} <Debug> HTTP-Session: 849e7ec4-da64-455d-8c62-61d00a9c1fbe Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8705 | 2024.07.13 05:40:31.181090 [ 3 ] {} <Debug> HTTP-Session: 849e7ec4-da64-455d-8c62-61d00a9c1fbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8706 | 2024.07.13 05:40:31.181160 [ 3 ] {} <Debug> HTTP-Session: 849e7ec4-da64-455d-8c62-61d00a9c1fbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8707 | 2024.07.13 05:40:31.181171 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 260 rows starting from the beginning of the part | ||
8708 | 2024.07.13 05:40:31.181287 [ 3 ] {} <Trace> HTTP-Session: 849e7ec4-da64-455d-8c62-61d00a9c1fbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8709 | 2024.07.13 05:40:31.181515 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 57 rows starting from the beginning of the part | ||
8710 | 2024.07.13 05:40:31.181736 [ 3 ] {c497dc30-ae8d-4034-8e83-52e90d793866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8711 | 2024.07.13 05:40:31.181796 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 296 rows starting from the beginning of the part | ||
8712 | 2024.07.13 05:40:31.181889 [ 3 ] {c497dc30-ae8d-4034-8e83-52e90d793866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8713 | 2024.07.13 05:40:31.182094 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
8714 | 2024.07.13 05:40:31.182422 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 258 rows starting from the beginning of the part | ||
8715 | 2024.07.13 05:40:31.183065 [ 3 ] {c497dc30-ae8d-4034-8e83-52e90d793866} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8716 | 2024.07.13 05:40:31.183706 [ 3 ] {c497dc30-ae8d-4034-8e83-52e90d793866} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8717 | 2024.07.13 05:40:31.183771 [ 3 ] {c497dc30-ae8d-4034-8e83-52e90d793866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8718 | 2024.07.13 05:40:31.184579 [ 3 ] {c497dc30-ae8d-4034-8e83-52e90d793866} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8719 | 2024.07.13 05:40:31.185263 [ 3 ] {c497dc30-ae8d-4034-8e83-52e90d793866} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8720 | 2024.07.13 05:40:31.185449 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004937376 sec., 248715.1069718004 rows/sec., 21.45 MiB/sec. | ||
8721 | 2024.07.13 05:40:31.185542 [ 3 ] {c497dc30-ae8d-4034-8e83-52e90d793866} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003976 sec., 503.0181086519114 rows/sec., 35.12 KiB/sec. | ||
8722 | 2024.07.13 05:40:31.185811 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8723 | 2024.07.13 05:40:31.186048 [ 3 ] {c497dc30-ae8d-4034-8e83-52e90d793866} <Debug> DynamicQueryHandler: Done processing query | ||
8724 | 2024.07.13 05:40:31.186132 [ 3 ] {c497dc30-ae8d-4034-8e83-52e90d793866} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8725 | 2024.07.13 05:40:31.186171 [ 3 ] {} <Debug> HTTP-Session: 849e7ec4-da64-455d-8c62-61d00a9c1fbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8726 | 2024.07.13 05:40:31.186452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 67339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8727 | 2024.07.13 05:40:31.186508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8728 | 2024.07.13 05:40:31.186518 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8729 | 2024.07.13 05:40:31.186531 [ 3 ] {} <Debug> HTTP-Session: 4f617e19-debb-42d1-835c-a2a8b9666c94 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8730 | 2024.07.13 05:40:31.186559 [ 3 ] {} <Debug> HTTP-Session: 4f617e19-debb-42d1-835c-a2a8b9666c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8731 | 2024.07.13 05:40:31.186583 [ 3 ] {} <Debug> HTTP-Session: 4f617e19-debb-42d1-835c-a2a8b9666c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8732 | 2024.07.13 05:40:31.186624 [ 3 ] {} <Trace> HTTP-Session: 4f617e19-debb-42d1-835c-a2a8b9666c94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8733 | 2024.07.13 05:40:31.186627 [ 196 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_51_10} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8734 | 2024.07.13 05:40:31.186743 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
8735 | 2024.07.13 05:40:31.186863 [ 3 ] {68eb6fad-e4c9-444e-b862-65e3e5f5dc8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8736 | 2024.07.13 05:40:31.186905 [ 3 ] {68eb6fad-e4c9-444e-b862-65e3e5f5dc8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8737 | 2024.07.13 05:40:31.187039 [ 3 ] {68eb6fad-e4c9-444e-b862-65e3e5f5dc8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8738 | 2024.07.13 05:40:31.187602 [ 3 ] {68eb6fad-e4c9-444e-b862-65e3e5f5dc8f} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8739 | 2024.07.13 05:40:31.187637 [ 3 ] {68eb6fad-e4c9-444e-b862-65e3e5f5dc8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8740 | 2024.07.13 05:40:31.187973 [ 3 ] {68eb6fad-e4c9-444e-b862-65e3e5f5dc8f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8741 | 2024.07.13 05:40:31.188275 [ 3 ] {68eb6fad-e4c9-444e-b862-65e3e5f5dc8f} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8742 | 2024.07.13 05:40:31.188400 [ 3 ] {68eb6fad-e4c9-444e-b862-65e3e5f5dc8f} <Debug> executeQuery: Read 416 rows, 30.20 KiB in 0.001655 sec., 251359.5166163142 rows/sec., 17.82 MiB/sec. | ||
8743 | 2024.07.13 05:40:31.188405 [ 53 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8744 | 2024.07.13 05:40:31.188455 [ 53 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8745 | 2024.07.13 05:40:31.188483 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8746 | 2024.07.13 05:40:31.188587 [ 3 ] {68eb6fad-e4c9-444e-b862-65e3e5f5dc8f} <Debug> DynamicQueryHandler: Done processing query | ||
8747 | 2024.07.13 05:40:31.188594 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
8748 | 2024.07.13 05:40:31.188612 [ 3 ] {68eb6fad-e4c9-444e-b862-65e3e5f5dc8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8749 | 2024.07.13 05:40:31.188641 [ 3 ] {} <Debug> HTTP-Session: 4f617e19-debb-42d1-835c-a2a8b9666c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8750 | 2024.07.13 05:40:31.188738 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8751 | 2024.07.13 05:40:31.188770 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 472 rows starting from the beginning of the part | ||
8752 | 2024.07.13 05:40:31.188809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8753 | 2024.07.13 05:40:31.188932 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 420 rows starting from the beginning of the part | ||
8754 | 2024.07.13 05:40:31.188950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8755 | 2024.07.13 05:40:31.189054 [ 3 ] {} <Debug> HTTP-Session: b4268f01-7819-41b4-b78b-063c8f0ed42d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8756 | 2024.07.13 05:40:31.189118 [ 3 ] {} <Debug> HTTP-Session: b4268f01-7819-41b4-b78b-063c8f0ed42d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8757 | 2024.07.13 05:40:31.189215 [ 3 ] {} <Debug> HTTP-Session: b4268f01-7819-41b4-b78b-063c8f0ed42d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8758 | 2024.07.13 05:40:31.189308 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 66 rows starting from the beginning of the part | ||
8759 | 2024.07.13 05:40:31.189337 [ 3 ] {} <Trace> HTTP-Session: b4268f01-7819-41b4-b78b-063c8f0ed42d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8760 | 2024.07.13 05:40:31.189457 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 444 rows starting from the beginning of the part | ||
8761 | 2024.07.13 05:40:31.189610 [ 3 ] {766d0979-7769-425c-a3da-44290e0e5208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8762 | 2024.07.13 05:40:31.189810 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
8763 | 2024.07.13 05:40:31.189825 [ 3 ] {766d0979-7769-425c-a3da-44290e0e5208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8764 | 2024.07.13 05:40:31.190238 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 416 rows starting from the beginning of the part | ||
8765 | 2024.07.13 05:40:31.190910 [ 3 ] {766d0979-7769-425c-a3da-44290e0e5208} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8766 | 2024.07.13 05:40:31.191288 [ 3 ] {766d0979-7769-425c-a3da-44290e0e5208} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8767 | 2024.07.13 05:40:31.191329 [ 3 ] {766d0979-7769-425c-a3da-44290e0e5208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8768 | 2024.07.13 05:40:31.191932 [ 3 ] {766d0979-7769-425c-a3da-44290e0e5208} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8769 | 2024.07.13 05:40:31.192367 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1882 rows, containing 4 columns (4 merged, 0 gathered) in 0.00383313 sec., 490982.56516215205 rows/sec., 35.22 MiB/sec. | ||
8770 | 2024.07.13 05:40:31.192373 [ 3 ] {766d0979-7769-425c-a3da-44290e0e5208} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8771 | 2024.07.13 05:40:31.192510 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8772 | 2024.07.13 05:40:31.192568 [ 3 ] {766d0979-7769-425c-a3da-44290e0e5208} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003084 sec., 1945.5252918287938 rows/sec., 83.60 KiB/sec. | ||
8773 | 2024.07.13 05:40:31.193127 [ 3 ] {766d0979-7769-425c-a3da-44290e0e5208} <Debug> DynamicQueryHandler: Done processing query | ||
8774 | 2024.07.13 05:40:31.193216 [ 3 ] {766d0979-7769-425c-a3da-44290e0e5208} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8775 | 2024.07.13 05:40:31.193289 [ 3 ] {} <Debug> HTTP-Session: b4268f01-7819-41b4-b78b-063c8f0ed42d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8776 | 2024.07.13 05:40:31.193547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8777 | 2024.07.13 05:40:31.193644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8778 | 2024.07.13 05:40:31.193669 [ 3 ] {} <Debug> HTTP-Session: c264f26c-4542-4045-b867-c2bf1a19a640 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8779 | 2024.07.13 05:40:31.193690 [ 3 ] {} <Debug> HTTP-Session: c264f26c-4542-4045-b867-c2bf1a19a640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8780 | 2024.07.13 05:40:31.193704 [ 3 ] {} <Debug> HTTP-Session: c264f26c-4542-4045-b867-c2bf1a19a640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8781 | 2024.07.13 05:40:31.193743 [ 3 ] {} <Trace> HTTP-Session: c264f26c-4542-4045-b867-c2bf1a19a640 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8782 | 2024.07.13 05:40:31.193822 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8783 | 2024.07.13 05:40:31.193890 [ 3 ] {29429bc6-df94-4e81-8cde-ca94b6e6aa54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8784 | 2024.07.13 05:40:31.193922 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_51_10} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8785 | 2024.07.13 05:40:31.193942 [ 3 ] {29429bc6-df94-4e81-8cde-ca94b6e6aa54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8786 | 2024.07.13 05:40:31.194019 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
8787 | 2024.07.13 05:40:31.194142 [ 3 ] {29429bc6-df94-4e81-8cde-ca94b6e6aa54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8788 | 2024.07.13 05:40:31.194455 [ 3 ] {29429bc6-df94-4e81-8cde-ca94b6e6aa54} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8789 | 2024.07.13 05:40:31.194490 [ 3 ] {29429bc6-df94-4e81-8cde-ca94b6e6aa54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8790 | 2024.07.13 05:40:31.194856 [ 3 ] {29429bc6-df94-4e81-8cde-ca94b6e6aa54} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8791 | 2024.07.13 05:40:31.195195 [ 3 ] {29429bc6-df94-4e81-8cde-ca94b6e6aa54} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8792 | 2024.07.13 05:40:31.195323 [ 3 ] {29429bc6-df94-4e81-8cde-ca94b6e6aa54} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001492 sec., 51608.579088471844 rows/sec., 3.18 MiB/sec. | ||
8793 | 2024.07.13 05:40:31.195659 [ 3 ] {29429bc6-df94-4e81-8cde-ca94b6e6aa54} <Debug> DynamicQueryHandler: Done processing query | ||
8794 | 2024.07.13 05:40:31.195687 [ 3 ] {29429bc6-df94-4e81-8cde-ca94b6e6aa54} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8795 | 2024.07.13 05:40:31.195704 [ 3 ] {} <Debug> HTTP-Session: c264f26c-4542-4045-b867-c2bf1a19a640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8796 | 2024.07.13 05:40:31.195864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8797 | 2024.07.13 05:40:31.195911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8798 | 2024.07.13 05:40:31.195930 [ 3 ] {} <Debug> HTTP-Session: 9ef23fb8-cfd7-4255-a6ee-310111f028ce Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8799 | 2024.07.13 05:40:31.195947 [ 3 ] {} <Debug> HTTP-Session: 9ef23fb8-cfd7-4255-a6ee-310111f028ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8800 | 2024.07.13 05:40:31.195961 [ 3 ] {} <Debug> HTTP-Session: 9ef23fb8-cfd7-4255-a6ee-310111f028ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8801 | 2024.07.13 05:40:31.195992 [ 3 ] {} <Trace> HTTP-Session: 9ef23fb8-cfd7-4255-a6ee-310111f028ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8802 | 2024.07.13 05:40:31.196134 [ 3 ] {7cc28ae8-a963-4be4-80f4-ddf2ec99c7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8803 | 2024.07.13 05:40:31.196181 [ 3 ] {7cc28ae8-a963-4be4-80f4-ddf2ec99c7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8804 | 2024.07.13 05:40:31.196343 [ 3 ] {7cc28ae8-a963-4be4-80f4-ddf2ec99c7dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8805 | 2024.07.13 05:40:31.196695 [ 3 ] {7cc28ae8-a963-4be4-80f4-ddf2ec99c7dc} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8806 | 2024.07.13 05:40:31.196730 [ 3 ] {7cc28ae8-a963-4be4-80f4-ddf2ec99c7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8807 | 2024.07.13 05:40:31.197094 [ 3 ] {7cc28ae8-a963-4be4-80f4-ddf2ec99c7dc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8808 | 2024.07.13 05:40:31.197430 [ 3 ] {7cc28ae8-a963-4be4-80f4-ddf2ec99c7dc} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8809 | 2024.07.13 05:40:31.197556 [ 3 ] {7cc28ae8-a963-4be4-80f4-ddf2ec99c7dc} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001488 sec., 108198.9247311828 rows/sec., 7.54 MiB/sec. | ||
8810 | 2024.07.13 05:40:31.197567 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8811 | 2024.07.13 05:40:31.197621 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8812 | 2024.07.13 05:40:31.197654 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8813 | 2024.07.13 05:40:31.197743 [ 3 ] {7cc28ae8-a963-4be4-80f4-ddf2ec99c7dc} <Debug> DynamicQueryHandler: Done processing query | ||
8814 | 2024.07.13 05:40:31.197771 [ 3 ] {7cc28ae8-a963-4be4-80f4-ddf2ec99c7dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8815 | 2024.07.13 05:40:31.197771 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
8816 | 2024.07.13 05:40:31.197788 [ 3 ] {} <Debug> HTTP-Session: 9ef23fb8-cfd7-4255-a6ee-310111f028ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8817 | 2024.07.13 05:40:31.197916 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8818 | 2024.07.13 05:40:31.197950 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7168 rows starting from the beginning of the part | ||
8819 | 2024.07.13 05:40:31.198051 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 163 rows starting from the beginning of the part | ||
8820 | 2024.07.13 05:40:31.198108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8821 | 2024.07.13 05:40:31.198321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8822 | 2024.07.13 05:40:31.198433 [ 3 ] {} <Debug> HTTP-Session: 8f9b0529-cdfb-45b7-a4f0-7b3eb2cd4e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8823 | 2024.07.13 05:40:31.198466 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
8824 | 2024.07.13 05:40:31.198503 [ 3 ] {} <Debug> HTTP-Session: 8f9b0529-cdfb-45b7-a4f0-7b3eb2cd4e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8825 | 2024.07.13 05:40:31.198562 [ 3 ] {} <Debug> HTTP-Session: 8f9b0529-cdfb-45b7-a4f0-7b3eb2cd4e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8826 | 2024.07.13 05:40:31.198722 [ 3 ] {} <Trace> HTTP-Session: 8f9b0529-cdfb-45b7-a4f0-7b3eb2cd4e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8827 | 2024.07.13 05:40:31.198842 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 199 rows starting from the beginning of the part | ||
8828 | 2024.07.13 05:40:31.199029 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
8829 | 2024.07.13 05:40:31.199199 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 161 rows starting from the beginning of the part | ||
8830 | 2024.07.13 05:40:31.199504 [ 3 ] {dd2fd9e5-5eab-47fc-9816-f204fe18d573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8831 | 2024.07.13 05:40:31.199595 [ 3 ] {dd2fd9e5-5eab-47fc-9816-f204fe18d573} <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 | ||
8832 | 2024.07.13 05:40:31.200206 [ 3 ] {dd2fd9e5-5eab-47fc-9816-f204fe18d573} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8833 | 2024.07.13 05:40:31.201362 [ 3 ] {dd2fd9e5-5eab-47fc-9816-f204fe18d573} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8834 | 2024.07.13 05:40:31.201402 [ 3 ] {dd2fd9e5-5eab-47fc-9816-f204fe18d573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8835 | 2024.07.13 05:40:31.202146 [ 3 ] {dd2fd9e5-5eab-47fc-9816-f204fe18d573} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8836 | 2024.07.13 05:40:31.202583 [ 3 ] {dd2fd9e5-5eab-47fc-9816-f204fe18d573} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8837 | 2024.07.13 05:40:31.202796 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8012 rows, containing 5 columns (5 merged, 0 gathered) in 0.00507894 sec., 1577494.5165723558 rows/sec., 109.90 MiB/sec. | ||
8838 | 2024.07.13 05:40:31.202839 [ 3 ] {dd2fd9e5-5eab-47fc-9816-f204fe18d573} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003915 sec., 8173.6909323116215 rows/sec., 14.65 MiB/sec. | ||
8839 | 2024.07.13 05:40:31.203071 [ 3 ] {dd2fd9e5-5eab-47fc-9816-f204fe18d573} <Debug> DynamicQueryHandler: Done processing query | ||
8840 | 2024.07.13 05:40:31.203095 [ 3 ] {dd2fd9e5-5eab-47fc-9816-f204fe18d573} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8841 | 2024.07.13 05:40:31.203111 [ 3 ] {} <Debug> HTTP-Session: 8f9b0529-cdfb-45b7-a4f0-7b3eb2cd4e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8842 | 2024.07.13 05:40:31.203244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8843 | 2024.07.13 05:40:31.203274 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8844 | 2024.07.13 05:40:31.203298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8845 | 2024.07.13 05:40:31.203329 [ 3 ] {} <Debug> HTTP-Session: 3cc401b0-757e-4dd5-9d40-1afe8f2eeea9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8846 | 2024.07.13 05:40:31.203352 [ 3 ] {} <Debug> HTTP-Session: 3cc401b0-757e-4dd5-9d40-1afe8f2eeea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8847 | 2024.07.13 05:40:31.203367 [ 3 ] {} <Debug> HTTP-Session: 3cc401b0-757e-4dd5-9d40-1afe8f2eeea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8848 | 2024.07.13 05:40:31.203407 [ 3 ] {} <Trace> HTTP-Session: 3cc401b0-757e-4dd5-9d40-1afe8f2eeea9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8849 | 2024.07.13 05:40:31.203549 [ 3 ] {64be0d64-e3fe-462b-8191-75fbb7ea21e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8850 | 2024.07.13 05:40:31.203615 [ 3 ] {64be0d64-e3fe-462b-8191-75fbb7ea21e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8851 | 2024.07.13 05:40:31.203802 [ 3 ] {64be0d64-e3fe-462b-8191-75fbb7ea21e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8852 | 2024.07.13 05:40:31.203807 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8853 | 2024.07.13 05:40:31.203918 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8854 | 2024.07.13 05:40:31.204027 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
8855 | 2024.07.13 05:40:31.204203 [ 3 ] {64be0d64-e3fe-462b-8191-75fbb7ea21e6} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8856 | 2024.07.13 05:40:31.204238 [ 3 ] {64be0d64-e3fe-462b-8191-75fbb7ea21e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8857 | 2024.07.13 05:40:31.204594 [ 3 ] {64be0d64-e3fe-462b-8191-75fbb7ea21e6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8858 | 2024.07.13 05:40:31.204921 [ 3 ] {64be0d64-e3fe-462b-8191-75fbb7ea21e6} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8859 | 2024.07.13 05:40:31.205062 [ 3 ] {64be0d64-e3fe-462b-8191-75fbb7ea21e6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00157 sec., 14649.68152866242 rows/sec., 792.45 KiB/sec. | ||
8860 | 2024.07.13 05:40:31.205228 [ 3 ] {64be0d64-e3fe-462b-8191-75fbb7ea21e6} <Debug> DynamicQueryHandler: Done processing query | ||
8861 | 2024.07.13 05:40:31.205252 [ 3 ] {64be0d64-e3fe-462b-8191-75fbb7ea21e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8862 | 2024.07.13 05:40:31.205268 [ 3 ] {} <Debug> HTTP-Session: 3cc401b0-757e-4dd5-9d40-1afe8f2eeea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8863 | 2024.07.13 05:40:31.205393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8864 | 2024.07.13 05:40:31.205441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8865 | 2024.07.13 05:40:31.205460 [ 3 ] {} <Debug> HTTP-Session: 8c51bd23-1ceb-4b5a-b8fc-c8076998fa28 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8866 | 2024.07.13 05:40:31.205476 [ 3 ] {} <Debug> HTTP-Session: 8c51bd23-1ceb-4b5a-b8fc-c8076998fa28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8867 | 2024.07.13 05:40:31.205490 [ 3 ] {} <Debug> HTTP-Session: 8c51bd23-1ceb-4b5a-b8fc-c8076998fa28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8868 | 2024.07.13 05:40:31.205519 [ 3 ] {} <Trace> HTTP-Session: 8c51bd23-1ceb-4b5a-b8fc-c8076998fa28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8869 | 2024.07.13 05:40:31.205632 [ 3 ] {2573fe87-c0bd-4ade-8dee-a0fd078dc3a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8870 | 2024.07.13 05:40:31.205676 [ 3 ] {2573fe87-c0bd-4ade-8dee-a0fd078dc3a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8871 | 2024.07.13 05:40:31.205798 [ 3 ] {2573fe87-c0bd-4ade-8dee-a0fd078dc3a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8872 | 2024.07.13 05:40:31.206089 [ 3 ] {2573fe87-c0bd-4ade-8dee-a0fd078dc3a6} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8873 | 2024.07.13 05:40:31.206124 [ 3 ] {2573fe87-c0bd-4ade-8dee-a0fd078dc3a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8874 | 2024.07.13 05:40:31.206473 [ 3 ] {2573fe87-c0bd-4ade-8dee-a0fd078dc3a6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8875 | 2024.07.13 05:40:31.206798 [ 3 ] {2573fe87-c0bd-4ade-8dee-a0fd078dc3a6} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8876 | 2024.07.13 05:40:31.206917 [ 72 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8877 | 2024.07.13 05:40:31.206922 [ 3 ] {2573fe87-c0bd-4ade-8dee-a0fd078dc3a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
8878 | 2024.07.13 05:40:31.206947 [ 72 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8879 | 2024.07.13 05:40:31.206982 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8880 | 2024.07.13 05:40:31.207142 [ 3 ] {2573fe87-c0bd-4ade-8dee-a0fd078dc3a6} <Debug> DynamicQueryHandler: Done processing query | ||
8881 | 2024.07.13 05:40:31.207150 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8882 | 2024.07.13 05:40:31.207174 [ 3 ] {2573fe87-c0bd-4ade-8dee-a0fd078dc3a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8883 | 2024.07.13 05:40:31.207215 [ 3 ] {} <Debug> HTTP-Session: 8c51bd23-1ceb-4b5a-b8fc-c8076998fa28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8884 | 2024.07.13 05:40:31.207660 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8885 | 2024.07.13 05:40:31.207746 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2414 rows starting from the beginning of the part | ||
8886 | 2024.07.13 05:40:31.207945 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8887 | 2024.07.13 05:40:31.208137 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8888 | 2024.07.13 05:40:31.208305 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8889 | 2024.07.13 05:40:31.208479 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8890 | 2024.07.13 05:40:31.208625 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
8891 | 2024.07.13 05:40:31.209868 [ 190 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2714 rows, containing 4 columns (4 merged, 0 gathered) in 0.002823814 sec., 961111.4613072957 rows/sec., 64.89 MiB/sec. | ||
8892 | 2024.07.13 05:40:31.210186 [ 190 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8893 | 2024.07.13 05:40:31.210636 [ 190 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_51_10} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8894 | 2024.07.13 05:40:31.210733 [ 190 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_51_10} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8895 | 2024.07.13 05:40:31.210839 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
8896 | 2024.07.13 05:40:36.168055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8897 | 2024.07.13 05:40:36.168194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8898 | 2024.07.13 05:40:36.168223 [ 3 ] {} <Debug> HTTP-Session: bfab48ba-8999-441e-99c2-31af7cc81347 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8899 | 2024.07.13 05:40:36.168250 [ 3 ] {} <Debug> HTTP-Session: bfab48ba-8999-441e-99c2-31af7cc81347 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8900 | 2024.07.13 05:40:36.168268 [ 3 ] {} <Debug> HTTP-Session: bfab48ba-8999-441e-99c2-31af7cc81347 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8901 | 2024.07.13 05:40:36.168323 [ 3 ] {} <Trace> HTTP-Session: bfab48ba-8999-441e-99c2-31af7cc81347 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8902 | 2024.07.13 05:40:36.168539 [ 3 ] {0322bd12-b907-480b-942d-57d10a21b8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8903 | 2024.07.13 05:40:36.168607 [ 3 ] {0322bd12-b907-480b-942d-57d10a21b8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8904 | 2024.07.13 05:40:36.168794 [ 3 ] {0322bd12-b907-480b-942d-57d10a21b8d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8905 | 2024.07.13 05:40:36.169287 [ 3 ] {0322bd12-b907-480b-942d-57d10a21b8d1} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8906 | 2024.07.13 05:40:36.169331 [ 3 ] {0322bd12-b907-480b-942d-57d10a21b8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8907 | 2024.07.13 05:40:36.169698 [ 3 ] {0322bd12-b907-480b-942d-57d10a21b8d1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8908 | 2024.07.13 05:40:36.170032 [ 3 ] {0322bd12-b907-480b-942d-57d10a21b8d1} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8909 | 2024.07.13 05:40:36.170182 [ 3 ] {0322bd12-b907-480b-942d-57d10a21b8d1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001718 sec., 32596.04190919674 rows/sec., 2.50 MiB/sec. | ||
8910 | 2024.07.13 05:40:36.170392 [ 3 ] {0322bd12-b907-480b-942d-57d10a21b8d1} <Debug> DynamicQueryHandler: Done processing query | ||
8911 | 2024.07.13 05:40:36.170422 [ 3 ] {0322bd12-b907-480b-942d-57d10a21b8d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8912 | 2024.07.13 05:40:36.170438 [ 3 ] {} <Debug> HTTP-Session: bfab48ba-8999-441e-99c2-31af7cc81347 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8913 | 2024.07.13 05:40:36.170589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8914 | 2024.07.13 05:40:36.170645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8915 | 2024.07.13 05:40:36.170666 [ 3 ] {} <Debug> HTTP-Session: ab04aa74-a31d-4103-bd08-e38b707071bd Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8916 | 2024.07.13 05:40:36.170684 [ 3 ] {} <Debug> HTTP-Session: ab04aa74-a31d-4103-bd08-e38b707071bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8917 | 2024.07.13 05:40:36.170698 [ 3 ] {} <Debug> HTTP-Session: ab04aa74-a31d-4103-bd08-e38b707071bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8918 | 2024.07.13 05:40:36.170734 [ 3 ] {} <Trace> HTTP-Session: ab04aa74-a31d-4103-bd08-e38b707071bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8919 | 2024.07.13 05:40:36.170861 [ 3 ] {264f45fb-9904-4904-928e-9caa625299e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8920 | 2024.07.13 05:40:36.170907 [ 3 ] {264f45fb-9904-4904-928e-9caa625299e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8921 | 2024.07.13 05:40:36.171036 [ 3 ] {264f45fb-9904-4904-928e-9caa625299e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8922 | 2024.07.13 05:40:36.171407 [ 3 ] {264f45fb-9904-4904-928e-9caa625299e5} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8923 | 2024.07.13 05:40:36.171444 [ 3 ] {264f45fb-9904-4904-928e-9caa625299e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8924 | 2024.07.13 05:40:36.171758 [ 3 ] {264f45fb-9904-4904-928e-9caa625299e5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8925 | 2024.07.13 05:40:36.172063 [ 3 ] {264f45fb-9904-4904-928e-9caa625299e5} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8926 | 2024.07.13 05:40:36.172191 [ 3 ] {264f45fb-9904-4904-928e-9caa625299e5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001377 sec., 46477.850399419025 rows/sec., 3.63 MiB/sec. | ||
8927 | 2024.07.13 05:40:36.172455 [ 3 ] {264f45fb-9904-4904-928e-9caa625299e5} <Debug> DynamicQueryHandler: Done processing query | ||
8928 | 2024.07.13 05:40:36.172516 [ 3 ] {264f45fb-9904-4904-928e-9caa625299e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8929 | 2024.07.13 05:40:36.172565 [ 3 ] {} <Debug> HTTP-Session: ab04aa74-a31d-4103-bd08-e38b707071bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8930 | 2024.07.13 05:40:36.172795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8931 | 2024.07.13 05:40:36.172849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8932 | 2024.07.13 05:40:36.172869 [ 3 ] {} <Debug> HTTP-Session: 62c37e96-8297-4a56-8874-5a3e4e3d7e7f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8933 | 2024.07.13 05:40:36.172886 [ 3 ] {} <Debug> HTTP-Session: 62c37e96-8297-4a56-8874-5a3e4e3d7e7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8934 | 2024.07.13 05:40:36.172900 [ 3 ] {} <Debug> HTTP-Session: 62c37e96-8297-4a56-8874-5a3e4e3d7e7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8935 | 2024.07.13 05:40:36.172934 [ 3 ] {} <Trace> HTTP-Session: 62c37e96-8297-4a56-8874-5a3e4e3d7e7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8936 | 2024.07.13 05:40:36.173092 [ 3 ] {2a4d4efc-5a9e-4b3d-994e-7a6474f71f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8937 | 2024.07.13 05:40:36.173142 [ 3 ] {2a4d4efc-5a9e-4b3d-994e-7a6474f71f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8938 | 2024.07.13 05:40:36.173303 [ 3 ] {2a4d4efc-5a9e-4b3d-994e-7a6474f71f56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8939 | 2024.07.13 05:40:36.173689 [ 3 ] {2a4d4efc-5a9e-4b3d-994e-7a6474f71f56} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8940 | 2024.07.13 05:40:36.173725 [ 3 ] {2a4d4efc-5a9e-4b3d-994e-7a6474f71f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8941 | 2024.07.13 05:40:36.174122 [ 3 ] {2a4d4efc-5a9e-4b3d-994e-7a6474f71f56} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8942 | 2024.07.13 05:40:36.174455 [ 3 ] {2a4d4efc-5a9e-4b3d-994e-7a6474f71f56} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8943 | 2024.07.13 05:40:36.174586 [ 3 ] {2a4d4efc-5a9e-4b3d-994e-7a6474f71f56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
8944 | 2024.07.13 05:40:36.174756 [ 3 ] {2a4d4efc-5a9e-4b3d-994e-7a6474f71f56} <Debug> DynamicQueryHandler: Done processing query | ||
8945 | 2024.07.13 05:40:36.174782 [ 3 ] {2a4d4efc-5a9e-4b3d-994e-7a6474f71f56} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8946 | 2024.07.13 05:40:36.174797 [ 3 ] {} <Debug> HTTP-Session: 62c37e96-8297-4a56-8874-5a3e4e3d7e7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8947 | 2024.07.13 05:40:36.174937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8948 | 2024.07.13 05:40:36.174984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8949 | 2024.07.13 05:40:36.175003 [ 3 ] {} <Debug> HTTP-Session: cd894c64-7564-43c8-9c69-39837091bd86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8950 | 2024.07.13 05:40:36.175019 [ 3 ] {} <Debug> HTTP-Session: cd894c64-7564-43c8-9c69-39837091bd86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8951 | 2024.07.13 05:40:36.175033 [ 3 ] {} <Debug> HTTP-Session: cd894c64-7564-43c8-9c69-39837091bd86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8952 | 2024.07.13 05:40:36.175065 [ 3 ] {} <Trace> HTTP-Session: cd894c64-7564-43c8-9c69-39837091bd86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8953 | 2024.07.13 05:40:36.175195 [ 3 ] {f14649ea-7d63-439a-8586-a7eaa89e7313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8954 | 2024.07.13 05:40:36.175240 [ 3 ] {f14649ea-7d63-439a-8586-a7eaa89e7313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8955 | 2024.07.13 05:40:36.175365 [ 3 ] {f14649ea-7d63-439a-8586-a7eaa89e7313} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8956 | 2024.07.13 05:40:36.175672 [ 3 ] {f14649ea-7d63-439a-8586-a7eaa89e7313} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8957 | 2024.07.13 05:40:36.175708 [ 3 ] {f14649ea-7d63-439a-8586-a7eaa89e7313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8958 | 2024.07.13 05:40:36.176061 [ 3 ] {f14649ea-7d63-439a-8586-a7eaa89e7313} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8959 | 2024.07.13 05:40:36.176376 [ 3 ] {f14649ea-7d63-439a-8586-a7eaa89e7313} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8960 | 2024.07.13 05:40:36.176503 [ 3 ] {f14649ea-7d63-439a-8586-a7eaa89e7313} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
8961 | 2024.07.13 05:40:36.176695 [ 3 ] {f14649ea-7d63-439a-8586-a7eaa89e7313} <Debug> DynamicQueryHandler: Done processing query | ||
8962 | 2024.07.13 05:40:36.176735 [ 3 ] {f14649ea-7d63-439a-8586-a7eaa89e7313} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8963 | 2024.07.13 05:40:36.176757 [ 3 ] {} <Debug> HTTP-Session: cd894c64-7564-43c8-9c69-39837091bd86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8964 | 2024.07.13 05:40:41.174748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8965 | 2024.07.13 05:40:41.174941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8966 | 2024.07.13 05:40:41.174987 [ 3 ] {} <Debug> HTTP-Session: 3744b3d8-949f-454d-839f-e14a31b02b3e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8967 | 2024.07.13 05:40:41.175028 [ 3 ] {} <Debug> HTTP-Session: 3744b3d8-949f-454d-839f-e14a31b02b3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8968 | 2024.07.13 05:40:41.175056 [ 3 ] {} <Debug> HTTP-Session: 3744b3d8-949f-454d-839f-e14a31b02b3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8969 | 2024.07.13 05:40:41.175136 [ 3 ] {} <Trace> HTTP-Session: 3744b3d8-949f-454d-839f-e14a31b02b3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8970 | 2024.07.13 05:40:41.175436 [ 3 ] {a4283439-8196-42d4-b574-7206d4472947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8971 | 2024.07.13 05:40:41.175543 [ 3 ] {a4283439-8196-42d4-b574-7206d4472947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8972 | 2024.07.13 05:40:41.175870 [ 3 ] {a4283439-8196-42d4-b574-7206d4472947} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8973 | 2024.07.13 05:40:41.176334 [ 3 ] {a4283439-8196-42d4-b574-7206d4472947} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8974 | 2024.07.13 05:40:41.176378 [ 3 ] {a4283439-8196-42d4-b574-7206d4472947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
8975 | 2024.07.13 05:40:41.176743 [ 3 ] {a4283439-8196-42d4-b574-7206d4472947} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
8976 | 2024.07.13 05:40:41.177073 [ 3 ] {a4283439-8196-42d4-b574-7206d4472947} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8977 | 2024.07.13 05:40:41.177236 [ 3 ] {a4283439-8196-42d4-b574-7206d4472947} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001899 sec., 20010.53185887309 rows/sec., 1.51 MiB/sec. | ||
8978 | 2024.07.13 05:40:41.177264 [ 125 ] {} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
8979 | 2024.07.13 05:40:41.177374 [ 125 ] {} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8980 | 2024.07.13 05:40:41.177425 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
8981 | 2024.07.13 05:40:41.177548 [ 3 ] {a4283439-8196-42d4-b574-7206d4472947} <Debug> DynamicQueryHandler: Done processing query | ||
8982 | 2024.07.13 05:40:41.177605 [ 3 ] {a4283439-8196-42d4-b574-7206d4472947} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8983 | 2024.07.13 05:40:41.177630 [ 3 ] {} <Debug> HTTP-Session: 3744b3d8-949f-454d-839f-e14a31b02b3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8984 | 2024.07.13 05:40:41.177637 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
8985 | 2024.07.13 05:40:41.177838 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8986 | 2024.07.13 05:40:41.177890 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 38 rows starting from the beginning of the part | ||
8987 | 2024.07.13 05:40:41.177904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8988 | 2024.07.13 05:40:41.178034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8989 | 2024.07.13 05:40:41.178119 [ 3 ] {} <Debug> HTTP-Session: 6d4b2fc8-2a1c-494c-b756-fda8971ce4ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
8990 | 2024.07.13 05:40:41.178144 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 38 rows starting from the beginning of the part | ||
8991 | 2024.07.13 05:40:41.178182 [ 3 ] {} <Debug> HTTP-Session: 6d4b2fc8-2a1c-494c-b756-fda8971ce4ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8992 | 2024.07.13 05:40:41.178240 [ 3 ] {} <Debug> HTTP-Session: 6d4b2fc8-2a1c-494c-b756-fda8971ce4ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8993 | 2024.07.13 05:40:41.178412 [ 3 ] {} <Trace> HTTP-Session: 6d4b2fc8-2a1c-494c-b756-fda8971ce4ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8994 | 2024.07.13 05:40:41.178481 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 38 rows starting from the beginning of the part | ||
8995 | 2024.07.13 05:40:41.178752 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 38 rows starting from the beginning of the part | ||
8996 | 2024.07.13 05:40:41.178916 [ 3 ] {21bf49ea-fd53-485a-9177-0ce74d52a77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8997 | 2024.07.13 05:40:41.178995 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 38 rows starting from the beginning of the part | ||
8998 | 2024.07.13 05:40:41.179077 [ 3 ] {21bf49ea-fd53-485a-9177-0ce74d52a77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8999 | 2024.07.13 05:40:41.179857 [ 3 ] {21bf49ea-fd53-485a-9177-0ce74d52a77d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9000 | 2024.07.13 05:40:41.181127 [ 3 ] {21bf49ea-fd53-485a-9177-0ce74d52a77d} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9001 | 2024.07.13 05:40:41.181218 [ 3 ] {21bf49ea-fd53-485a-9177-0ce74d52a77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9002 | 2024.07.13 05:40:41.181411 [ 186 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.00389484 sec., 48782.491706976405 rows/sec., 3.68 MiB/sec. | ||
9003 | 2024.07.13 05:40:41.181659 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
9004 | 2024.07.13 05:40:41.181844 [ 3 ] {21bf49ea-fd53-485a-9177-0ce74d52a77d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9005 | 2024.07.13 05:40:41.182563 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9006 | 2024.07.13 05:40:41.182682 [ 3 ] {21bf49ea-fd53-485a-9177-0ce74d52a77d} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9007 | 2024.07.13 05:40:41.182747 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_26_6} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
9008 | 2024.07.13 05:40:41.183002 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9009 | 2024.07.13 05:40:41.183019 [ 3 ] {21bf49ea-fd53-485a-9177-0ce74d52a77d} <Debug> executeQuery: Read 257 rows, 23.21 KiB in 0.004328 sec., 59380.776340110904 rows/sec., 5.24 MiB/sec. | ||
9010 | 2024.07.13 05:40:41.183287 [ 3 ] {21bf49ea-fd53-485a-9177-0ce74d52a77d} <Debug> DynamicQueryHandler: Done processing query | ||
9011 | 2024.07.13 05:40:41.183316 [ 3 ] {21bf49ea-fd53-485a-9177-0ce74d52a77d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9012 | 2024.07.13 05:40:41.183334 [ 3 ] {} <Debug> HTTP-Session: 6d4b2fc8-2a1c-494c-b756-fda8971ce4ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9013 | 2024.07.13 05:40:41.183555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 66996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9014 | 2024.07.13 05:40:41.183605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9015 | 2024.07.13 05:40:41.183624 [ 3 ] {} <Debug> HTTP-Session: 7475e746-620b-459d-9853-90f33e9f4d01 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9016 | 2024.07.13 05:40:41.183642 [ 3 ] {} <Debug> HTTP-Session: 7475e746-620b-459d-9853-90f33e9f4d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9017 | 2024.07.13 05:40:41.183655 [ 3 ] {} <Debug> HTTP-Session: 7475e746-620b-459d-9853-90f33e9f4d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9018 | 2024.07.13 05:40:41.183687 [ 3 ] {} <Trace> HTTP-Session: 7475e746-620b-459d-9853-90f33e9f4d01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9019 | 2024.07.13 05:40:41.183921 [ 3 ] {3b9b0228-f178-4b18-80b0-d20d8ba85067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9020 | 2024.07.13 05:40:41.183966 [ 3 ] {3b9b0228-f178-4b18-80b0-d20d8ba85067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9021 | 2024.07.13 05:40:41.184098 [ 3 ] {3b9b0228-f178-4b18-80b0-d20d8ba85067} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9022 | 2024.07.13 05:40:41.184687 [ 3 ] {3b9b0228-f178-4b18-80b0-d20d8ba85067} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9023 | 2024.07.13 05:40:41.184724 [ 3 ] {3b9b0228-f178-4b18-80b0-d20d8ba85067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9024 | 2024.07.13 05:40:41.185065 [ 3 ] {3b9b0228-f178-4b18-80b0-d20d8ba85067} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9025 | 2024.07.13 05:40:41.185373 [ 3 ] {3b9b0228-f178-4b18-80b0-d20d8ba85067} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9026 | 2024.07.13 05:40:41.185531 [ 3 ] {3b9b0228-f178-4b18-80b0-d20d8ba85067} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.001724 sec., 240139.21113689095 rows/sec., 17.01 MiB/sec. | ||
9027 | 2024.07.13 05:40:41.185696 [ 3 ] {3b9b0228-f178-4b18-80b0-d20d8ba85067} <Debug> DynamicQueryHandler: Done processing query | ||
9028 | 2024.07.13 05:40:41.185721 [ 3 ] {3b9b0228-f178-4b18-80b0-d20d8ba85067} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9029 | 2024.07.13 05:40:41.185737 [ 3 ] {} <Debug> HTTP-Session: 7475e746-620b-459d-9853-90f33e9f4d01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9030 | 2024.07.13 05:40:41.185918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9031 | 2024.07.13 05:40:41.185965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9032 | 2024.07.13 05:40:41.185984 [ 3 ] {} <Debug> HTTP-Session: 5b7a64ad-803b-44f6-91c7-4a80b6223b7e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9033 | 2024.07.13 05:40:41.186000 [ 3 ] {} <Debug> HTTP-Session: 5b7a64ad-803b-44f6-91c7-4a80b6223b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9034 | 2024.07.13 05:40:41.186014 [ 3 ] {} <Debug> HTTP-Session: 5b7a64ad-803b-44f6-91c7-4a80b6223b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9035 | 2024.07.13 05:40:41.186044 [ 3 ] {} <Trace> HTTP-Session: 5b7a64ad-803b-44f6-91c7-4a80b6223b7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9036 | 2024.07.13 05:40:41.186137 [ 3 ] {15983bb6-36ad-416d-8318-5947ff91f07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9037 | 2024.07.13 05:40:41.186181 [ 3 ] {15983bb6-36ad-416d-8318-5947ff91f07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9038 | 2024.07.13 05:40:41.186312 [ 3 ] {15983bb6-36ad-416d-8318-5947ff91f07e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9039 | 2024.07.13 05:40:41.186571 [ 3 ] {15983bb6-36ad-416d-8318-5947ff91f07e} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9040 | 2024.07.13 05:40:41.186606 [ 3 ] {15983bb6-36ad-416d-8318-5947ff91f07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9041 | 2024.07.13 05:40:41.186954 [ 3 ] {15983bb6-36ad-416d-8318-5947ff91f07e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9042 | 2024.07.13 05:40:41.187271 [ 3 ] {15983bb6-36ad-416d-8318-5947ff91f07e} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9043 | 2024.07.13 05:40:41.187436 [ 3 ] {15983bb6-36ad-416d-8318-5947ff91f07e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001313 sec., 4569.68773800457 rows/sec., 196.35 KiB/sec. | ||
9044 | 2024.07.13 05:40:41.187718 [ 3 ] {15983bb6-36ad-416d-8318-5947ff91f07e} <Debug> DynamicQueryHandler: Done processing query | ||
9045 | 2024.07.13 05:40:41.187757 [ 3 ] {15983bb6-36ad-416d-8318-5947ff91f07e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9046 | 2024.07.13 05:40:41.187773 [ 3 ] {} <Debug> HTTP-Session: 5b7a64ad-803b-44f6-91c7-4a80b6223b7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9047 | 2024.07.13 05:40:41.187910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9048 | 2024.07.13 05:40:41.187956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9049 | 2024.07.13 05:40:41.187975 [ 3 ] {} <Debug> HTTP-Session: 702a1430-8ffb-49ec-9b83-95367edecad3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9050 | 2024.07.13 05:40:41.187992 [ 3 ] {} <Debug> HTTP-Session: 702a1430-8ffb-49ec-9b83-95367edecad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9051 | 2024.07.13 05:40:41.188006 [ 3 ] {} <Debug> HTTP-Session: 702a1430-8ffb-49ec-9b83-95367edecad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9052 | 2024.07.13 05:40:41.188035 [ 3 ] {} <Trace> HTTP-Session: 702a1430-8ffb-49ec-9b83-95367edecad3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9053 | 2024.07.13 05:40:41.188157 [ 3 ] {47890867-8dac-4a39-aa15-103cd58531c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9054 | 2024.07.13 05:40:41.188204 [ 3 ] {47890867-8dac-4a39-aa15-103cd58531c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9055 | 2024.07.13 05:40:41.188365 [ 3 ] {47890867-8dac-4a39-aa15-103cd58531c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9056 | 2024.07.13 05:40:41.188724 [ 3 ] {47890867-8dac-4a39-aa15-103cd58531c0} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9057 | 2024.07.13 05:40:41.188759 [ 3 ] {47890867-8dac-4a39-aa15-103cd58531c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9058 | 2024.07.13 05:40:41.189112 [ 3 ] {47890867-8dac-4a39-aa15-103cd58531c0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9059 | 2024.07.13 05:40:41.189446 [ 3 ] {47890867-8dac-4a39-aa15-103cd58531c0} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9060 | 2024.07.13 05:40:41.189621 [ 3 ] {47890867-8dac-4a39-aa15-103cd58531c0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001506 sec., 51128.818061088976 rows/sec., 3.15 MiB/sec. | ||
9061 | 2024.07.13 05:40:41.189848 [ 3 ] {47890867-8dac-4a39-aa15-103cd58531c0} <Debug> DynamicQueryHandler: Done processing query | ||
9062 | 2024.07.13 05:40:41.189872 [ 3 ] {47890867-8dac-4a39-aa15-103cd58531c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9063 | 2024.07.13 05:40:41.189888 [ 3 ] {} <Debug> HTTP-Session: 702a1430-8ffb-49ec-9b83-95367edecad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9064 | 2024.07.13 05:40:41.190058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9065 | 2024.07.13 05:40:41.190105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9066 | 2024.07.13 05:40:41.190124 [ 3 ] {} <Debug> HTTP-Session: 882134fa-9cc2-410c-b444-4de818470644 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9067 | 2024.07.13 05:40:41.190140 [ 3 ] {} <Debug> HTTP-Session: 882134fa-9cc2-410c-b444-4de818470644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9068 | 2024.07.13 05:40:41.190153 [ 3 ] {} <Debug> HTTP-Session: 882134fa-9cc2-410c-b444-4de818470644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9069 | 2024.07.13 05:40:41.190183 [ 3 ] {} <Trace> HTTP-Session: 882134fa-9cc2-410c-b444-4de818470644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9070 | 2024.07.13 05:40:41.190347 [ 3 ] {2496b125-ccd5-479c-857e-dfbe2431aff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9071 | 2024.07.13 05:40:41.190392 [ 3 ] {2496b125-ccd5-479c-857e-dfbe2431aff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9072 | 2024.07.13 05:40:41.190531 [ 3 ] {2496b125-ccd5-479c-857e-dfbe2431aff7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9073 | 2024.07.13 05:40:41.190925 [ 3 ] {2496b125-ccd5-479c-857e-dfbe2431aff7} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9074 | 2024.07.13 05:40:41.190960 [ 3 ] {2496b125-ccd5-479c-857e-dfbe2431aff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9075 | 2024.07.13 05:40:41.191329 [ 3 ] {2496b125-ccd5-479c-857e-dfbe2431aff7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9076 | 2024.07.13 05:40:41.191661 [ 3 ] {2496b125-ccd5-479c-857e-dfbe2431aff7} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9077 | 2024.07.13 05:40:41.191814 [ 3 ] {2496b125-ccd5-479c-857e-dfbe2431aff7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
9078 | 2024.07.13 05:40:41.191982 [ 3 ] {2496b125-ccd5-479c-857e-dfbe2431aff7} <Debug> DynamicQueryHandler: Done processing query | ||
9079 | 2024.07.13 05:40:41.192006 [ 3 ] {2496b125-ccd5-479c-857e-dfbe2431aff7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9080 | 2024.07.13 05:40:41.192022 [ 3 ] {} <Debug> HTTP-Session: 882134fa-9cc2-410c-b444-4de818470644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9081 | 2024.07.13 05:40:41.192208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9082 | 2024.07.13 05:40:41.192254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9083 | 2024.07.13 05:40:41.192273 [ 3 ] {} <Debug> HTTP-Session: 81ef31f4-f3f5-4fe2-81a1-669decd9aa65 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9084 | 2024.07.13 05:40:41.192289 [ 3 ] {} <Debug> HTTP-Session: 81ef31f4-f3f5-4fe2-81a1-669decd9aa65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9085 | 2024.07.13 05:40:41.192304 [ 3 ] {} <Debug> HTTP-Session: 81ef31f4-f3f5-4fe2-81a1-669decd9aa65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9086 | 2024.07.13 05:40:41.192334 [ 3 ] {} <Trace> HTTP-Session: 81ef31f4-f3f5-4fe2-81a1-669decd9aa65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9087 | 2024.07.13 05:40:41.192636 [ 3 ] {d1a14a29-e8e0-46c0-b238-19702ed9612d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9088 | 2024.07.13 05:40:41.192700 [ 3 ] {d1a14a29-e8e0-46c0-b238-19702ed9612d} <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 | ||
9089 | 2024.07.13 05:40:41.193115 [ 3 ] {d1a14a29-e8e0-46c0-b238-19702ed9612d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9090 | 2024.07.13 05:40:41.193830 [ 3 ] {d1a14a29-e8e0-46c0-b238-19702ed9612d} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9091 | 2024.07.13 05:40:41.193866 [ 3 ] {d1a14a29-e8e0-46c0-b238-19702ed9612d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9092 | 2024.07.13 05:40:41.194476 [ 3 ] {d1a14a29-e8e0-46c0-b238-19702ed9612d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9093 | 2024.07.13 05:40:41.194878 [ 3 ] {d1a14a29-e8e0-46c0-b238-19702ed9612d} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9094 | 2024.07.13 05:40:41.195053 [ 125 ] {} <Debug> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9095 | 2024.07.13 05:40:41.195079 [ 3 ] {d1a14a29-e8e0-46c0-b238-19702ed9612d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002654 sec., 12057.272042200451 rows/sec., 21.61 MiB/sec. | ||
9096 | 2024.07.13 05:40:41.195123 [ 125 ] {} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9097 | 2024.07.13 05:40:41.195206 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9098 | 2024.07.13 05:40:41.195879 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::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 | ||
9099 | 2024.07.13 05:40:41.195912 [ 3 ] {d1a14a29-e8e0-46c0-b238-19702ed9612d} <Debug> DynamicQueryHandler: Done processing query | ||
9100 | 2024.07.13 05:40:41.195996 [ 3 ] {d1a14a29-e8e0-46c0-b238-19702ed9612d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9101 | 2024.07.13 05:40:41.196063 [ 3 ] {} <Debug> HTTP-Session: 81ef31f4-f3f5-4fe2-81a1-669decd9aa65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9102 | 2024.07.13 05:40:41.196303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9103 | 2024.07.13 05:40:41.196430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9104 | 2024.07.13 05:40:41.196480 [ 3 ] {} <Debug> HTTP-Session: f369cd4b-994b-4b32-86cc-62b14791412a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9105 | 2024.07.13 05:40:41.196525 [ 3 ] {} <Debug> HTTP-Session: f369cd4b-994b-4b32-86cc-62b14791412a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9106 | 2024.07.13 05:40:41.196571 [ 3 ] {} <Debug> HTTP-Session: f369cd4b-994b-4b32-86cc-62b14791412a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9107 | 2024.07.13 05:40:41.196656 [ 3 ] {} <Trace> HTTP-Session: f369cd4b-994b-4b32-86cc-62b14791412a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9108 | 2024.07.13 05:40:41.196789 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9109 | 2024.07.13 05:40:41.196896 [ 3 ] {09700ffb-93d4-4909-92ca-4e8fbc4d6a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9110 | 2024.07.13 05:40:41.196941 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 592 rows starting from the beginning of the part | ||
9111 | 2024.07.13 05:40:41.196992 [ 3 ] {09700ffb-93d4-4909-92ca-4e8fbc4d6a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9112 | 2024.07.13 05:40:41.197762 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part | ||
9113 | 2024.07.13 05:40:41.197829 [ 3 ] {09700ffb-93d4-4909-92ca-4e8fbc4d6a50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9114 | 2024.07.13 05:40:41.198377 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
9115 | 2024.07.13 05:40:41.199089 [ 3 ] {09700ffb-93d4-4909-92ca-4e8fbc4d6a50} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9116 | 2024.07.13 05:40:41.199140 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part | ||
9117 | 2024.07.13 05:40:41.199155 [ 3 ] {09700ffb-93d4-4909-92ca-4e8fbc4d6a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9118 | 2024.07.13 05:40:41.199789 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
9119 | 2024.07.13 05:40:41.200413 [ 195 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
9120 | 2024.07.13 05:40:41.200465 [ 3 ] {09700ffb-93d4-4909-92ca-4e8fbc4d6a50} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9121 | 2024.07.13 05:40:41.201552 [ 3 ] {09700ffb-93d4-4909-92ca-4e8fbc4d6a50} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9122 | 2024.07.13 05:40:41.201858 [ 3 ] {09700ffb-93d4-4909-92ca-4e8fbc4d6a50} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00501 sec., 4590.8183632734535 rows/sec., 248.33 KiB/sec. | ||
9123 | 2024.07.13 05:40:41.201862 [ 125 ] {} <Debug> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9124 | 2024.07.13 05:40:41.202017 [ 125 ] {} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9125 | 2024.07.13 05:40:41.202136 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9126 | 2024.07.13 05:40:41.202420 [ 3 ] {09700ffb-93d4-4909-92ca-4e8fbc4d6a50} <Debug> DynamicQueryHandler: Done processing query | ||
9127 | 2024.07.13 05:40:41.202508 [ 3 ] {09700ffb-93d4-4909-92ca-4e8fbc4d6a50} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9128 | 2024.07.13 05:40:41.202603 [ 3 ] {} <Debug> HTTP-Session: f369cd4b-994b-4b32-86cc-62b14791412a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9129 | 2024.07.13 05:40:41.202891 [ 197 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
9130 | 2024.07.13 05:40:41.202920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9131 | 2024.07.13 05:40:41.203064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9132 | 2024.07.13 05:40:41.203139 [ 3 ] {} <Debug> HTTP-Session: 52726f05-f077-4706-a109-f8c24ee40e92 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9133 | 2024.07.13 05:40:41.203198 [ 3 ] {} <Debug> HTTP-Session: 52726f05-f077-4706-a109-f8c24ee40e92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9134 | 2024.07.13 05:40:41.203256 [ 3 ] {} <Debug> HTTP-Session: 52726f05-f077-4706-a109-f8c24ee40e92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9135 | 2024.07.13 05:40:41.203367 [ 3 ] {} <Trace> HTTP-Session: 52726f05-f077-4706-a109-f8c24ee40e92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9136 | 2024.07.13 05:40:41.203474 [ 197 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9137 | 2024.07.13 05:40:41.203544 [ 197 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 487 rows starting from the beginning of the part | ||
9138 | 2024.07.13 05:40:41.203657 [ 3 ] {73a65757-a2af-4f07-bb0e-98220224b47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9139 | 2024.07.13 05:40:41.203925 [ 3 ] {73a65757-a2af-4f07-bb0e-98220224b47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9140 | 2024.07.13 05:40:41.203937 [ 197 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
9141 | 2024.07.13 05:40:41.204637 [ 197 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
9142 | 2024.07.13 05:40:41.205447 [ 3 ] {73a65757-a2af-4f07-bb0e-98220224b47b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9143 | 2024.07.13 05:40:41.205500 [ 197 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
9144 | 2024.07.13 05:40:41.206054 [ 197 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
9145 | 2024.07.13 05:40:41.206545 [ 197 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
9146 | 2024.07.13 05:40:41.207087 [ 3 ] {73a65757-a2af-4f07-bb0e-98220224b47b} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9147 | 2024.07.13 05:40:41.207183 [ 3 ] {73a65757-a2af-4f07-bb0e-98220224b47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9148 | 2024.07.13 05:40:41.209065 [ 3 ] {73a65757-a2af-4f07-bb0e-98220224b47b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9149 | 2024.07.13 05:40:41.210560 [ 3 ] {73a65757-a2af-4f07-bb0e-98220224b47b} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9150 | 2024.07.13 05:40:41.211118 [ 3 ] {73a65757-a2af-4f07-bb0e-98220224b47b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007579 sec., 7916.611690196596 rows/sec., 546.33 KiB/sec. | ||
9151 | 2024.07.13 05:40:41.211773 [ 3 ] {73a65757-a2af-4f07-bb0e-98220224b47b} <Debug> DynamicQueryHandler: Done processing query | ||
9152 | 2024.07.13 05:40:41.211859 [ 3 ] {73a65757-a2af-4f07-bb0e-98220224b47b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9153 | 2024.07.13 05:40:41.211934 [ 3 ] {} <Debug> HTTP-Session: 52726f05-f077-4706-a109-f8c24ee40e92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9154 | 2024.07.13 05:40:41.213077 [ 186 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 4 columns (4 merged, 0 gathered) in 0.010690746 sec., 56310.38283015985 rows/sec., 3.02 MiB/sec. | ||
9155 | 2024.07.13 05:40:41.213310 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9156 | 2024.07.13 05:40:41.213927 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_26_5} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9157 | 2024.07.13 05:40:41.214027 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_26_5} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9158 | 2024.07.13 05:40:41.214164 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9159 | 2024.07.13 05:40:41.215185 [ 189 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 19 columns (19 merged, 0 gathered) in 0.019797758 sec., 37984.0990075745 rows/sec., 68.07 MiB/sec. | ||
9160 | 2024.07.13 05:40:41.215814 [ 191 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9161 | 2024.07.13 05:40:41.216350 [ 191 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9162 | 2024.07.13 05:40:41.216429 [ 191 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9163 | 2024.07.13 05:40:41.216542 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. | ||
9164 | 2024.07.13 05:40:43.301891 [ 152 ] {} <Debug> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
9165 | 2024.07.13 05:40:43.301991 [ 152 ] {} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9166 | 2024.07.13 05:40:43.302032 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9167 | 2024.07.13 05:40:43.302271 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
9168 | 2024.07.13 05:40:43.302564 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9169 | 2024.07.13 05:40:43.302605 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 16 rows starting from the beginning of the part | ||
9170 | 2024.07.13 05:40:43.302689 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
9171 | 2024.07.13 05:40:43.302794 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
9172 | 2024.07.13 05:40:43.303069 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
9173 | 2024.07.13 05:40:43.303199 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
9174 | 2024.07.13 05:40:43.304219 [ 200 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002086443 sec., 15337.107220278724 rows/sec., 1.05 MiB/sec. | ||
9175 | 2024.07.13 05:40:43.304432 [ 199 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
9176 | 2024.07.13 05:40:43.304923 [ 199 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9177 | 2024.07.13 05:40:43.305012 [ 199 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_14_3} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
9178 | 2024.07.13 05:40:43.305115 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9179 | 2024.07.13 05:40:44.265196 [ 152 ] {} <Debug> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
9180 | 2024.07.13 05:40:44.265269 [ 152 ] {} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9181 | 2024.07.13 05:40:44.265295 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9182 | 2024.07.13 05:40:44.265504 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
9183 | 2024.07.13 05:40:44.265719 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9184 | 2024.07.13 05:40:44.265758 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 16 rows starting from the beginning of the part | ||
9185 | 2024.07.13 05:40:44.265842 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
9186 | 2024.07.13 05:40:44.266026 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
9187 | 2024.07.13 05:40:44.266308 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
9188 | 2024.07.13 05:40:44.266495 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
9189 | 2024.07.13 05:40:44.267522 [ 199 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002141483 sec., 14942.915727091926 rows/sec., 1.19 MiB/sec. | ||
9190 | 2024.07.13 05:40:44.267674 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
9191 | 2024.07.13 05:40:44.268067 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9192 | 2024.07.13 05:40:44.268148 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_14_3} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
9193 | 2024.07.13 05:40:44.268228 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9194 | 2024.07.13 05:40:45.444438 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9195 | 2024.07.13 05:40:45.444508 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9196 | 2024.07.13 05:40:46.167723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9197 | 2024.07.13 05:40:46.167848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9198 | 2024.07.13 05:40:46.167878 [ 3 ] {} <Debug> HTTP-Session: e7e992ca-457d-4310-9a16-fb3a3ca550a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9199 | 2024.07.13 05:40:46.167906 [ 3 ] {} <Debug> HTTP-Session: e7e992ca-457d-4310-9a16-fb3a3ca550a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9200 | 2024.07.13 05:40:46.167924 [ 3 ] {} <Debug> HTTP-Session: e7e992ca-457d-4310-9a16-fb3a3ca550a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9201 | 2024.07.13 05:40:46.167981 [ 3 ] {} <Trace> HTTP-Session: e7e992ca-457d-4310-9a16-fb3a3ca550a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9202 | 2024.07.13 05:40:46.168196 [ 3 ] {db865366-5bd5-435b-8da7-08af8e79860a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9203 | 2024.07.13 05:40:46.168274 [ 3 ] {db865366-5bd5-435b-8da7-08af8e79860a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9204 | 2024.07.13 05:40:46.168492 [ 3 ] {db865366-5bd5-435b-8da7-08af8e79860a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9205 | 2024.07.13 05:40:46.169009 [ 3 ] {db865366-5bd5-435b-8da7-08af8e79860a} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9206 | 2024.07.13 05:40:46.169056 [ 3 ] {db865366-5bd5-435b-8da7-08af8e79860a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9207 | 2024.07.13 05:40:46.169431 [ 3 ] {db865366-5bd5-435b-8da7-08af8e79860a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9208 | 2024.07.13 05:40:46.169789 [ 3 ] {db865366-5bd5-435b-8da7-08af8e79860a} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9209 | 2024.07.13 05:40:46.169949 [ 3 ] {db865366-5bd5-435b-8da7-08af8e79860a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001825 sec., 30684.931506849316 rows/sec., 2.36 MiB/sec. | ||
9210 | 2024.07.13 05:40:46.170250 [ 3 ] {db865366-5bd5-435b-8da7-08af8e79860a} <Debug> DynamicQueryHandler: Done processing query | ||
9211 | 2024.07.13 05:40:46.170315 [ 3 ] {db865366-5bd5-435b-8da7-08af8e79860a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9212 | 2024.07.13 05:40:46.170363 [ 3 ] {} <Debug> HTTP-Session: e7e992ca-457d-4310-9a16-fb3a3ca550a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9213 | 2024.07.13 05:40:46.170530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9214 | 2024.07.13 05:40:46.170588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9215 | 2024.07.13 05:40:46.170608 [ 3 ] {} <Debug> HTTP-Session: 80da7cf3-321f-40f9-995b-0b662a8fe248 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9216 | 2024.07.13 05:40:46.170627 [ 3 ] {} <Debug> HTTP-Session: 80da7cf3-321f-40f9-995b-0b662a8fe248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9217 | 2024.07.13 05:40:46.170641 [ 3 ] {} <Debug> HTTP-Session: 80da7cf3-321f-40f9-995b-0b662a8fe248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9218 | 2024.07.13 05:40:46.170676 [ 3 ] {} <Trace> HTTP-Session: 80da7cf3-321f-40f9-995b-0b662a8fe248 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9219 | 2024.07.13 05:40:46.170806 [ 3 ] {7c6afb53-1547-44d5-8a28-a846d82cac31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9220 | 2024.07.13 05:40:46.170854 [ 3 ] {7c6afb53-1547-44d5-8a28-a846d82cac31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9221 | 2024.07.13 05:40:46.171007 [ 3 ] {7c6afb53-1547-44d5-8a28-a846d82cac31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9222 | 2024.07.13 05:40:46.171382 [ 3 ] {7c6afb53-1547-44d5-8a28-a846d82cac31} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9223 | 2024.07.13 05:40:46.171420 [ 3 ] {7c6afb53-1547-44d5-8a28-a846d82cac31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9224 | 2024.07.13 05:40:46.171738 [ 3 ] {7c6afb53-1547-44d5-8a28-a846d82cac31} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9225 | 2024.07.13 05:40:46.172070 [ 3 ] {7c6afb53-1547-44d5-8a28-a846d82cac31} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9226 | 2024.07.13 05:40:46.172230 [ 3 ] {7c6afb53-1547-44d5-8a28-a846d82cac31} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001466 sec., 43656.20736698499 rows/sec., 3.41 MiB/sec. | ||
9227 | 2024.07.13 05:40:46.172518 [ 3 ] {7c6afb53-1547-44d5-8a28-a846d82cac31} <Debug> DynamicQueryHandler: Done processing query | ||
9228 | 2024.07.13 05:40:46.172568 [ 3 ] {7c6afb53-1547-44d5-8a28-a846d82cac31} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9229 | 2024.07.13 05:40:46.172600 [ 3 ] {} <Debug> HTTP-Session: 80da7cf3-321f-40f9-995b-0b662a8fe248 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9230 | 2024.07.13 05:40:46.172819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9231 | 2024.07.13 05:40:46.172872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9232 | 2024.07.13 05:40:46.172892 [ 3 ] {} <Debug> HTTP-Session: f3afc35f-7820-4c29-afd9-c3faedb49c35 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9233 | 2024.07.13 05:40:46.172910 [ 3 ] {} <Debug> HTTP-Session: f3afc35f-7820-4c29-afd9-c3faedb49c35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9234 | 2024.07.13 05:40:46.172924 [ 3 ] {} <Debug> HTTP-Session: f3afc35f-7820-4c29-afd9-c3faedb49c35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9235 | 2024.07.13 05:40:46.172956 [ 3 ] {} <Trace> HTTP-Session: f3afc35f-7820-4c29-afd9-c3faedb49c35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9236 | 2024.07.13 05:40:46.173113 [ 3 ] {90b55af7-49d9-4e30-94a4-929c662c00bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9237 | 2024.07.13 05:40:46.173164 [ 3 ] {90b55af7-49d9-4e30-94a4-929c662c00bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9238 | 2024.07.13 05:40:46.173331 [ 3 ] {90b55af7-49d9-4e30-94a4-929c662c00bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9239 | 2024.07.13 05:40:46.173733 [ 3 ] {90b55af7-49d9-4e30-94a4-929c662c00bb} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9240 | 2024.07.13 05:40:46.173771 [ 3 ] {90b55af7-49d9-4e30-94a4-929c662c00bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9241 | 2024.07.13 05:40:46.174173 [ 3 ] {90b55af7-49d9-4e30-94a4-929c662c00bb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9242 | 2024.07.13 05:40:46.174523 [ 3 ] {90b55af7-49d9-4e30-94a4-929c662c00bb} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9243 | 2024.07.13 05:40:46.174686 [ 3 ] {90b55af7-49d9-4e30-94a4-929c662c00bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
9244 | 2024.07.13 05:40:46.174871 [ 3 ] {90b55af7-49d9-4e30-94a4-929c662c00bb} <Debug> DynamicQueryHandler: Done processing query | ||
9245 | 2024.07.13 05:40:46.174895 [ 3 ] {90b55af7-49d9-4e30-94a4-929c662c00bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9246 | 2024.07.13 05:40:46.174911 [ 3 ] {} <Debug> HTTP-Session: f3afc35f-7820-4c29-afd9-c3faedb49c35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9247 | 2024.07.13 05:40:46.175049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9248 | 2024.07.13 05:40:46.175099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9249 | 2024.07.13 05:40:46.175118 [ 3 ] {} <Debug> HTTP-Session: e1f5af1b-b043-423f-bb10-d25bca281fa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9250 | 2024.07.13 05:40:46.175135 [ 3 ] {} <Debug> HTTP-Session: e1f5af1b-b043-423f-bb10-d25bca281fa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9251 | 2024.07.13 05:40:46.175148 [ 3 ] {} <Debug> HTTP-Session: e1f5af1b-b043-423f-bb10-d25bca281fa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9252 | 2024.07.13 05:40:46.175180 [ 3 ] {} <Trace> HTTP-Session: e1f5af1b-b043-423f-bb10-d25bca281fa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9253 | 2024.07.13 05:40:46.175311 [ 3 ] {421725e2-53fa-4df2-80f1-5f8dfdc5052d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9254 | 2024.07.13 05:40:46.175358 [ 3 ] {421725e2-53fa-4df2-80f1-5f8dfdc5052d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9255 | 2024.07.13 05:40:46.175491 [ 3 ] {421725e2-53fa-4df2-80f1-5f8dfdc5052d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9256 | 2024.07.13 05:40:46.175869 [ 3 ] {421725e2-53fa-4df2-80f1-5f8dfdc5052d} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9257 | 2024.07.13 05:40:46.175905 [ 3 ] {421725e2-53fa-4df2-80f1-5f8dfdc5052d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9258 | 2024.07.13 05:40:46.176274 [ 3 ] {421725e2-53fa-4df2-80f1-5f8dfdc5052d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9259 | 2024.07.13 05:40:46.176606 [ 3 ] {421725e2-53fa-4df2-80f1-5f8dfdc5052d} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9260 | 2024.07.13 05:40:46.176758 [ 3 ] {421725e2-53fa-4df2-80f1-5f8dfdc5052d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec. | ||
9261 | 2024.07.13 05:40:46.176933 [ 3 ] {421725e2-53fa-4df2-80f1-5f8dfdc5052d} <Debug> DynamicQueryHandler: Done processing query | ||
9262 | 2024.07.13 05:40:46.176957 [ 3 ] {421725e2-53fa-4df2-80f1-5f8dfdc5052d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9263 | 2024.07.13 05:40:46.176973 [ 3 ] {} <Debug> HTTP-Session: e1f5af1b-b043-423f-bb10-d25bca281fa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9264 | 2024.07.13 05:40:51.175715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9265 | 2024.07.13 05:40:51.175890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9266 | 2024.07.13 05:40:51.175934 [ 3 ] {} <Debug> HTTP-Session: 33611546-83d7-4a0a-9f7f-53cadb7002ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9267 | 2024.07.13 05:40:51.175972 [ 3 ] {} <Debug> HTTP-Session: 33611546-83d7-4a0a-9f7f-53cadb7002ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9268 | 2024.07.13 05:40:51.175998 [ 3 ] {} <Debug> HTTP-Session: 33611546-83d7-4a0a-9f7f-53cadb7002ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9269 | 2024.07.13 05:40:51.176070 [ 3 ] {} <Trace> HTTP-Session: 33611546-83d7-4a0a-9f7f-53cadb7002ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9270 | 2024.07.13 05:40:51.176256 [ 3 ] {7bad062e-c4c2-42b7-a0e0-c940425f4874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9271 | 2024.07.13 05:40:51.176322 [ 3 ] {7bad062e-c4c2-42b7-a0e0-c940425f4874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9272 | 2024.07.13 05:40:51.176515 [ 3 ] {7bad062e-c4c2-42b7-a0e0-c940425f4874} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9273 | 2024.07.13 05:40:51.176974 [ 3 ] {7bad062e-c4c2-42b7-a0e0-c940425f4874} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9274 | 2024.07.13 05:40:51.177015 [ 3 ] {7bad062e-c4c2-42b7-a0e0-c940425f4874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9275 | 2024.07.13 05:40:51.177407 [ 3 ] {7bad062e-c4c2-42b7-a0e0-c940425f4874} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9276 | 2024.07.13 05:40:51.177755 [ 3 ] {7bad062e-c4c2-42b7-a0e0-c940425f4874} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9277 | 2024.07.13 05:40:51.177899 [ 3 ] {7bad062e-c4c2-42b7-a0e0-c940425f4874} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001705 sec., 22287.390029325514 rows/sec., 1.68 MiB/sec. | ||
9278 | 2024.07.13 05:40:51.178110 [ 3 ] {7bad062e-c4c2-42b7-a0e0-c940425f4874} <Debug> DynamicQueryHandler: Done processing query | ||
9279 | 2024.07.13 05:40:51.178137 [ 3 ] {7bad062e-c4c2-42b7-a0e0-c940425f4874} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9280 | 2024.07.13 05:40:51.178153 [ 3 ] {} <Debug> HTTP-Session: 33611546-83d7-4a0a-9f7f-53cadb7002ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9281 | 2024.07.13 05:40:51.178378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 43808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9282 | 2024.07.13 05:40:51.178433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9283 | 2024.07.13 05:40:51.178452 [ 3 ] {} <Debug> HTTP-Session: d2b38e11-d6e0-4197-b37d-319da98501c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9284 | 2024.07.13 05:40:51.178470 [ 3 ] {} <Debug> HTTP-Session: d2b38e11-d6e0-4197-b37d-319da98501c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9285 | 2024.07.13 05:40:51.178484 [ 3 ] {} <Debug> HTTP-Session: d2b38e11-d6e0-4197-b37d-319da98501c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9286 | 2024.07.13 05:40:51.178519 [ 3 ] {} <Trace> HTTP-Session: d2b38e11-d6e0-4197-b37d-319da98501c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9287 | 2024.07.13 05:40:51.178712 [ 3 ] {1ec8f836-60ee-496e-93f0-0d63df08c06c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9288 | 2024.07.13 05:40:51.178760 [ 3 ] {1ec8f836-60ee-496e-93f0-0d63df08c06c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9289 | 2024.07.13 05:40:51.178890 [ 3 ] {1ec8f836-60ee-496e-93f0-0d63df08c06c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9290 | 2024.07.13 05:40:51.179428 [ 3 ] {1ec8f836-60ee-496e-93f0-0d63df08c06c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9291 | 2024.07.13 05:40:51.179466 [ 3 ] {1ec8f836-60ee-496e-93f0-0d63df08c06c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9292 | 2024.07.13 05:40:51.179825 [ 3 ] {1ec8f836-60ee-496e-93f0-0d63df08c06c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9293 | 2024.07.13 05:40:51.180148 [ 3 ] {1ec8f836-60ee-496e-93f0-0d63df08c06c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9294 | 2024.07.13 05:40:51.180283 [ 3 ] {1ec8f836-60ee-496e-93f0-0d63df08c06c} <Debug> executeQuery: Read 293 rows, 26.03 KiB in 0.001665 sec., 175975.97597597598 rows/sec., 15.27 MiB/sec. | ||
9295 | 2024.07.13 05:40:51.180546 [ 3 ] {1ec8f836-60ee-496e-93f0-0d63df08c06c} <Debug> DynamicQueryHandler: Done processing query | ||
9296 | 2024.07.13 05:40:51.180609 [ 3 ] {1ec8f836-60ee-496e-93f0-0d63df08c06c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9297 | 2024.07.13 05:40:51.180670 [ 3 ] {} <Debug> HTTP-Session: d2b38e11-d6e0-4197-b37d-319da98501c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9298 | 2024.07.13 05:40:51.181012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 71032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9299 | 2024.07.13 05:40:51.181066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9300 | 2024.07.13 05:40:51.181086 [ 3 ] {} <Debug> HTTP-Session: 45e3f828-7b5b-49f8-8579-9b6e0c05dd5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9301 | 2024.07.13 05:40:51.181104 [ 3 ] {} <Debug> HTTP-Session: 45e3f828-7b5b-49f8-8579-9b6e0c05dd5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9302 | 2024.07.13 05:40:51.181118 [ 3 ] {} <Debug> HTTP-Session: 45e3f828-7b5b-49f8-8579-9b6e0c05dd5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9303 | 2024.07.13 05:40:51.181152 [ 3 ] {} <Trace> HTTP-Session: 45e3f828-7b5b-49f8-8579-9b6e0c05dd5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9304 | 2024.07.13 05:40:51.181398 [ 3 ] {e01dbf5b-5a52-4582-a644-39d997e655d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9305 | 2024.07.13 05:40:51.181445 [ 3 ] {e01dbf5b-5a52-4582-a644-39d997e655d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9306 | 2024.07.13 05:40:51.181592 [ 3 ] {e01dbf5b-5a52-4582-a644-39d997e655d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9307 | 2024.07.13 05:40:51.182219 [ 3 ] {e01dbf5b-5a52-4582-a644-39d997e655d8} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9308 | 2024.07.13 05:40:51.182256 [ 3 ] {e01dbf5b-5a52-4582-a644-39d997e655d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9309 | 2024.07.13 05:40:51.182593 [ 3 ] {e01dbf5b-5a52-4582-a644-39d997e655d8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9310 | 2024.07.13 05:40:51.182914 [ 3 ] {e01dbf5b-5a52-4582-a644-39d997e655d8} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9311 | 2024.07.13 05:40:51.183043 [ 3 ] {e01dbf5b-5a52-4582-a644-39d997e655d8} <Debug> executeQuery: Read 438 rows, 31.94 KiB in 0.001779 sec., 246205.73355817876 rows/sec., 17.53 MiB/sec. | ||
9312 | 2024.07.13 05:40:51.183307 [ 3 ] {e01dbf5b-5a52-4582-a644-39d997e655d8} <Debug> DynamicQueryHandler: Done processing query | ||
9313 | 2024.07.13 05:40:51.183370 [ 3 ] {e01dbf5b-5a52-4582-a644-39d997e655d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9314 | 2024.07.13 05:40:51.183436 [ 3 ] {} <Debug> HTTP-Session: 45e3f828-7b5b-49f8-8579-9b6e0c05dd5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9315 | 2024.07.13 05:40:51.183615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9316 | 2024.07.13 05:40:51.183665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9317 | 2024.07.13 05:40:51.183685 [ 3 ] {} <Debug> HTTP-Session: 70a2fae3-0528-477a-8f87-93ac2252c7d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9318 | 2024.07.13 05:40:51.183701 [ 3 ] {} <Debug> HTTP-Session: 70a2fae3-0528-477a-8f87-93ac2252c7d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9319 | 2024.07.13 05:40:51.183715 [ 3 ] {} <Debug> HTTP-Session: 70a2fae3-0528-477a-8f87-93ac2252c7d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9320 | 2024.07.13 05:40:51.183746 [ 3 ] {} <Trace> HTTP-Session: 70a2fae3-0528-477a-8f87-93ac2252c7d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9321 | 2024.07.13 05:40:51.183845 [ 3 ] {84c644b3-71c1-481b-975f-b366e604c409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9322 | 2024.07.13 05:40:51.183892 [ 3 ] {84c644b3-71c1-481b-975f-b366e604c409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9323 | 2024.07.13 05:40:51.184033 [ 3 ] {84c644b3-71c1-481b-975f-b366e604c409} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9324 | 2024.07.13 05:40:51.184315 [ 3 ] {84c644b3-71c1-481b-975f-b366e604c409} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9325 | 2024.07.13 05:40:51.184350 [ 3 ] {84c644b3-71c1-481b-975f-b366e604c409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9326 | 2024.07.13 05:40:51.184718 [ 3 ] {84c644b3-71c1-481b-975f-b366e604c409} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9327 | 2024.07.13 05:40:51.185046 [ 3 ] {84c644b3-71c1-481b-975f-b366e604c409} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9328 | 2024.07.13 05:40:51.185169 [ 148 ] {} <Debug> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9329 | 2024.07.13 05:40:51.185174 [ 3 ] {84c644b3-71c1-481b-975f-b366e604c409} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 190.55 KiB/sec. | ||
9330 | 2024.07.13 05:40:51.185219 [ 148 ] {} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9331 | 2024.07.13 05:40:51.185261 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9332 | 2024.07.13 05:40:51.185406 [ 3 ] {84c644b3-71c1-481b-975f-b366e604c409} <Debug> DynamicQueryHandler: Done processing query | ||
9333 | 2024.07.13 05:40:51.185451 [ 3 ] {84c644b3-71c1-481b-975f-b366e604c409} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9334 | 2024.07.13 05:40:51.185474 [ 201 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
9335 | 2024.07.13 05:40:51.185479 [ 3 ] {} <Debug> HTTP-Session: 70a2fae3-0528-477a-8f87-93ac2252c7d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9336 | 2024.07.13 05:40:51.185745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9337 | 2024.07.13 05:40:51.185777 [ 201 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9338 | 2024.07.13 05:40:51.185833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9339 | 2024.07.13 05:40:51.185855 [ 201 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
9340 | 2024.07.13 05:40:51.185871 [ 3 ] {} <Debug> HTTP-Session: e46c71e6-865d-4ef3-8621-2393d6599072 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9341 | 2024.07.13 05:40:51.185954 [ 3 ] {} <Debug> HTTP-Session: e46c71e6-865d-4ef3-8621-2393d6599072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9342 | 2024.07.13 05:40:51.185999 [ 3 ] {} <Debug> HTTP-Session: e46c71e6-865d-4ef3-8621-2393d6599072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9343 | 2024.07.13 05:40:51.186143 [ 3 ] {} <Trace> HTTP-Session: e46c71e6-865d-4ef3-8621-2393d6599072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9344 | 2024.07.13 05:40:51.186163 [ 201 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
9345 | 2024.07.13 05:40:51.186457 [ 201 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
9346 | 2024.07.13 05:40:51.186530 [ 3 ] {41b95201-eb5b-46a9-ae00-390d8db139f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9347 | 2024.07.13 05:40:51.186712 [ 3 ] {41b95201-eb5b-46a9-ae00-390d8db139f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9348 | 2024.07.13 05:40:51.186939 [ 201 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
9349 | 2024.07.13 05:40:51.187359 [ 201 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
9350 | 2024.07.13 05:40:51.187404 [ 3 ] {41b95201-eb5b-46a9-ae00-390d8db139f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9351 | 2024.07.13 05:40:51.187573 [ 201 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
9352 | 2024.07.13 05:40:51.188421 [ 3 ] {41b95201-eb5b-46a9-ae00-390d8db139f9} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9353 | 2024.07.13 05:40:51.188477 [ 3 ] {41b95201-eb5b-46a9-ae00-390d8db139f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9354 | 2024.07.13 05:40:51.189488 [ 3 ] {41b95201-eb5b-46a9-ae00-390d8db139f9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9355 | 2024.07.13 05:40:51.190549 [ 198 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.00516925 sec., 30178.459157518013 rows/sec., 1.27 MiB/sec. | ||
9356 | 2024.07.13 05:40:51.190581 [ 3 ] {41b95201-eb5b-46a9-ae00-390d8db139f9} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9357 | 2024.07.13 05:40:51.190807 [ 148 ] {} <Debug> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9358 | 2024.07.13 05:40:51.190827 [ 3 ] {41b95201-eb5b-46a9-ae00-390d8db139f9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004475 sec., 17206.703910614528 rows/sec., 1.06 MiB/sec. | ||
9359 | 2024.07.13 05:40:51.190869 [ 148 ] {} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9360 | 2024.07.13 05:40:51.190920 [ 198 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9361 | 2024.07.13 05:40:51.190951 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9362 | 2024.07.13 05:40:51.191348 [ 3 ] {41b95201-eb5b-46a9-ae00-390d8db139f9} <Debug> DynamicQueryHandler: Done processing query | ||
9363 | 2024.07.13 05:40:51.191421 [ 3 ] {41b95201-eb5b-46a9-ae00-390d8db139f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9364 | 2024.07.13 05:40:51.191449 [ 201 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
9365 | 2024.07.13 05:40:51.191460 [ 3 ] {} <Debug> HTTP-Session: e46c71e6-865d-4ef3-8621-2393d6599072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9366 | 2024.07.13 05:40:51.191798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 37559, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9367 | 2024.07.13 05:40:51.191995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9368 | 2024.07.13 05:40:51.192093 [ 3 ] {} <Debug> HTTP-Session: 563663ee-7483-4e24-beef-340b5112736f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9369 | 2024.07.13 05:40:51.192112 [ 201 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9370 | 2024.07.13 05:40:51.192167 [ 3 ] {} <Debug> HTTP-Session: 563663ee-7483-4e24-beef-340b5112736f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9371 | 2024.07.13 05:40:51.192239 [ 3 ] {} <Debug> HTTP-Session: 563663ee-7483-4e24-beef-340b5112736f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9372 | 2024.07.13 05:40:51.192264 [ 201 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1617 rows starting from the beginning of the part | ||
9373 | 2024.07.13 05:40:51.192358 [ 3 ] {} <Trace> HTTP-Session: 563663ee-7483-4e24-beef-340b5112736f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9374 | 2024.07.13 05:40:51.192834 [ 201 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part | ||
9375 | 2024.07.13 05:40:51.192843 [ 3 ] {7224292e-cf78-4e79-a140-e5246b4c14fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9376 | 2024.07.13 05:40:51.192868 [ 198 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_26_5} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9377 | 2024.07.13 05:40:51.193037 [ 3 ] {7224292e-cf78-4e79-a140-e5246b4c14fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9378 | 2024.07.13 05:40:51.193252 [ 201 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 77 rows starting from the beginning of the part | ||
9379 | 2024.07.13 05:40:51.193779 [ 201 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
9380 | 2024.07.13 05:40:51.193850 [ 198 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_26_5} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9381 | 2024.07.13 05:40:51.194230 [ 201 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 77 rows starting from the beginning of the part | ||
9382 | 2024.07.13 05:40:51.194262 [ 3 ] {7224292e-cf78-4e79-a140-e5246b4c14fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9383 | 2024.07.13 05:40:51.194480 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9384 | 2024.07.13 05:40:51.194771 [ 201 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part | ||
9385 | 2024.07.13 05:40:51.195485 [ 3 ] {7224292e-cf78-4e79-a140-e5246b4c14fc} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9386 | 2024.07.13 05:40:51.195553 [ 3 ] {7224292e-cf78-4e79-a140-e5246b4c14fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9387 | 2024.07.13 05:40:51.196526 [ 3 ] {7224292e-cf78-4e79-a140-e5246b4c14fc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9388 | 2024.07.13 05:40:51.197479 [ 3 ] {7224292e-cf78-4e79-a140-e5246b4c14fc} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9389 | 2024.07.13 05:40:51.197915 [ 3 ] {7224292e-cf78-4e79-a140-e5246b4c14fc} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.005307 sec., 36932.35349538345 rows/sec., 2.58 MiB/sec. | ||
9390 | 2024.07.13 05:40:51.198009 [ 196 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.006868187 sec., 291488.8601606217 rows/sec., 17.95 MiB/sec. | ||
9391 | 2024.07.13 05:40:51.198146 [ 3 ] {7224292e-cf78-4e79-a140-e5246b4c14fc} <Debug> DynamicQueryHandler: Done processing query | ||
9392 | 2024.07.13 05:40:51.198176 [ 3 ] {7224292e-cf78-4e79-a140-e5246b4c14fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9393 | 2024.07.13 05:40:51.198194 [ 3 ] {} <Debug> HTTP-Session: 563663ee-7483-4e24-beef-340b5112736f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9394 | 2024.07.13 05:40:51.198234 [ 196 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9395 | 2024.07.13 05:40:51.198391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51570, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9396 | 2024.07.13 05:40:51.198469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9397 | 2024.07.13 05:40:51.198498 [ 3 ] {} <Debug> HTTP-Session: 29a1434c-308e-404f-aae4-e74f1ee49cbb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9398 | 2024.07.13 05:40:51.198524 [ 3 ] {} <Debug> HTTP-Session: 29a1434c-308e-404f-aae4-e74f1ee49cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9399 | 2024.07.13 05:40:51.198550 [ 3 ] {} <Debug> HTTP-Session: 29a1434c-308e-404f-aae4-e74f1ee49cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9400 | 2024.07.13 05:40:51.198591 [ 3 ] {} <Trace> HTTP-Session: 29a1434c-308e-404f-aae4-e74f1ee49cbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9401 | 2024.07.13 05:40:51.198734 [ 196 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9402 | 2024.07.13 05:40:51.198812 [ 196 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9403 | 2024.07.13 05:40:51.198897 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
9404 | 2024.07.13 05:40:51.199011 [ 3 ] {7f18f75d-6afa-4c49-89be-dc4c36f1aeff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9405 | 2024.07.13 05:40:51.199076 [ 3 ] {7f18f75d-6afa-4c49-89be-dc4c36f1aeff} <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 | ||
9406 | 2024.07.13 05:40:51.199488 [ 3 ] {7f18f75d-6afa-4c49-89be-dc4c36f1aeff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9407 | 2024.07.13 05:40:51.200275 [ 3 ] {7f18f75d-6afa-4c49-89be-dc4c36f1aeff} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9408 | 2024.07.13 05:40:51.200311 [ 3 ] {7f18f75d-6afa-4c49-89be-dc4c36f1aeff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9409 | 2024.07.13 05:40:51.200950 [ 3 ] {7f18f75d-6afa-4c49-89be-dc4c36f1aeff} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9410 | 2024.07.13 05:40:51.201370 [ 3 ] {7f18f75d-6afa-4c49-89be-dc4c36f1aeff} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9411 | 2024.07.13 05:40:51.201522 [ 3 ] {7f18f75d-6afa-4c49-89be-dc4c36f1aeff} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002815 sec., 11367.673179396093 rows/sec., 20.37 MiB/sec. | ||
9412 | 2024.07.13 05:40:51.202074 [ 3 ] {7f18f75d-6afa-4c49-89be-dc4c36f1aeff} <Debug> DynamicQueryHandler: Done processing query | ||
9413 | 2024.07.13 05:40:51.202099 [ 3 ] {7f18f75d-6afa-4c49-89be-dc4c36f1aeff} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9414 | 2024.07.13 05:40:51.202116 [ 3 ] {} <Debug> HTTP-Session: 29a1434c-308e-404f-aae4-e74f1ee49cbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9415 | 2024.07.13 05:40:51.202251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9416 | 2024.07.13 05:40:51.202298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9417 | 2024.07.13 05:40:51.202317 [ 3 ] {} <Debug> HTTP-Session: fd922b85-8aad-46ee-bd87-4ccdf8112cc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9418 | 2024.07.13 05:40:51.202335 [ 3 ] {} <Debug> HTTP-Session: fd922b85-8aad-46ee-bd87-4ccdf8112cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9419 | 2024.07.13 05:40:51.202349 [ 3 ] {} <Debug> HTTP-Session: fd922b85-8aad-46ee-bd87-4ccdf8112cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9420 | 2024.07.13 05:40:51.202379 [ 3 ] {} <Trace> HTTP-Session: fd922b85-8aad-46ee-bd87-4ccdf8112cc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9421 | 2024.07.13 05:40:51.202482 [ 3 ] {4b243e23-27fb-42e2-b4f1-eb29c39fed2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9422 | 2024.07.13 05:40:51.202528 [ 3 ] {4b243e23-27fb-42e2-b4f1-eb29c39fed2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9423 | 2024.07.13 05:40:51.202675 [ 3 ] {4b243e23-27fb-42e2-b4f1-eb29c39fed2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9424 | 2024.07.13 05:40:51.202985 [ 3 ] {4b243e23-27fb-42e2-b4f1-eb29c39fed2b} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9425 | 2024.07.13 05:40:51.203020 [ 3 ] {4b243e23-27fb-42e2-b4f1-eb29c39fed2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9426 | 2024.07.13 05:40:51.203377 [ 3 ] {4b243e23-27fb-42e2-b4f1-eb29c39fed2b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9427 | 2024.07.13 05:40:51.203705 [ 3 ] {4b243e23-27fb-42e2-b4f1-eb29c39fed2b} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9428 | 2024.07.13 05:40:51.203842 [ 3 ] {4b243e23-27fb-42e2-b4f1-eb29c39fed2b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001388 sec., 16570.605187319885 rows/sec., 896.35 KiB/sec. | ||
9429 | 2024.07.13 05:40:51.204011 [ 3 ] {4b243e23-27fb-42e2-b4f1-eb29c39fed2b} <Debug> DynamicQueryHandler: Done processing query | ||
9430 | 2024.07.13 05:40:51.204034 [ 3 ] {4b243e23-27fb-42e2-b4f1-eb29c39fed2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9431 | 2024.07.13 05:40:51.204050 [ 3 ] {} <Debug> HTTP-Session: fd922b85-8aad-46ee-bd87-4ccdf8112cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9432 | 2024.07.13 05:40:51.204175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9433 | 2024.07.13 05:40:51.204222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9434 | 2024.07.13 05:40:51.204240 [ 3 ] {} <Debug> HTTP-Session: 438817ad-72a9-4844-8afe-2f545cd83712 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9435 | 2024.07.13 05:40:51.204257 [ 3 ] {} <Debug> HTTP-Session: 438817ad-72a9-4844-8afe-2f545cd83712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9436 | 2024.07.13 05:40:51.204271 [ 3 ] {} <Debug> HTTP-Session: 438817ad-72a9-4844-8afe-2f545cd83712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9437 | 2024.07.13 05:40:51.204301 [ 3 ] {} <Trace> HTTP-Session: 438817ad-72a9-4844-8afe-2f545cd83712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9438 | 2024.07.13 05:40:51.204420 [ 3 ] {92a50d13-f666-485d-83d2-0c1bd676172a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9439 | 2024.07.13 05:40:51.204464 [ 3 ] {92a50d13-f666-485d-83d2-0c1bd676172a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9440 | 2024.07.13 05:40:51.204589 [ 3 ] {92a50d13-f666-485d-83d2-0c1bd676172a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9441 | 2024.07.13 05:40:51.204886 [ 3 ] {92a50d13-f666-485d-83d2-0c1bd676172a} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9442 | 2024.07.13 05:40:51.204922 [ 3 ] {92a50d13-f666-485d-83d2-0c1bd676172a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9443 | 2024.07.13 05:40:51.205279 [ 3 ] {92a50d13-f666-485d-83d2-0c1bd676172a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9444 | 2024.07.13 05:40:51.205618 [ 3 ] {92a50d13-f666-485d-83d2-0c1bd676172a} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9445 | 2024.07.13 05:40:51.205773 [ 3 ] {92a50d13-f666-485d-83d2-0c1bd676172a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
9446 | 2024.07.13 05:40:51.205940 [ 3 ] {92a50d13-f666-485d-83d2-0c1bd676172a} <Debug> DynamicQueryHandler: Done processing query | ||
9447 | 2024.07.13 05:40:51.205964 [ 3 ] {92a50d13-f666-485d-83d2-0c1bd676172a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9448 | 2024.07.13 05:40:51.205979 [ 3 ] {} <Debug> HTTP-Session: 438817ad-72a9-4844-8afe-2f545cd83712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9449 | 2024.07.13 05:40:56.168174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9450 | 2024.07.13 05:40:56.168298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9451 | 2024.07.13 05:40:56.168322 [ 3 ] {} <Debug> HTTP-Session: 44b6902b-9b39-4132-aa42-e5ee0b435216 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9452 | 2024.07.13 05:40:56.168348 [ 3 ] {} <Debug> HTTP-Session: 44b6902b-9b39-4132-aa42-e5ee0b435216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9453 | 2024.07.13 05:40:56.168363 [ 3 ] {} <Debug> HTTP-Session: 44b6902b-9b39-4132-aa42-e5ee0b435216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9454 | 2024.07.13 05:40:56.168411 [ 3 ] {} <Trace> HTTP-Session: 44b6902b-9b39-4132-aa42-e5ee0b435216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9455 | 2024.07.13 05:40:56.168607 [ 3 ] {1ef83b09-3849-435f-906d-4ae17c46e43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9456 | 2024.07.13 05:40:56.168674 [ 3 ] {1ef83b09-3849-435f-906d-4ae17c46e43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9457 | 2024.07.13 05:40:56.168859 [ 3 ] {1ef83b09-3849-435f-906d-4ae17c46e43c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9458 | 2024.07.13 05:40:56.169345 [ 3 ] {1ef83b09-3849-435f-906d-4ae17c46e43c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9459 | 2024.07.13 05:40:56.169388 [ 3 ] {1ef83b09-3849-435f-906d-4ae17c46e43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9460 | 2024.07.13 05:40:56.169908 [ 3 ] {1ef83b09-3849-435f-906d-4ae17c46e43c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9461 | 2024.07.13 05:40:56.170408 [ 3 ] {1ef83b09-3849-435f-906d-4ae17c46e43c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9462 | 2024.07.13 05:40:56.170593 [ 3 ] {1ef83b09-3849-435f-906d-4ae17c46e43c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002051 sec., 27303.754266211607 rows/sec., 2.10 MiB/sec. | ||
9463 | 2024.07.13 05:40:56.170628 [ 143 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9464 | 2024.07.13 05:40:56.170724 [ 143 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9465 | 2024.07.13 05:40:56.170780 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9466 | 2024.07.13 05:40:56.170870 [ 3 ] {1ef83b09-3849-435f-906d-4ae17c46e43c} <Debug> DynamicQueryHandler: Done processing query | ||
9467 | 2024.07.13 05:40:56.170933 [ 3 ] {1ef83b09-3849-435f-906d-4ae17c46e43c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9468 | 2024.07.13 05:40:56.170972 [ 3 ] {} <Debug> HTTP-Session: 44b6902b-9b39-4132-aa42-e5ee0b435216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9469 | 2024.07.13 05:40:56.170998 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
9470 | 2024.07.13 05:40:56.171199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9471 | 2024.07.13 05:40:56.171251 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9472 | 2024.07.13 05:40:56.171323 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 301 rows starting from the beginning of the part | ||
9473 | 2024.07.13 05:40:56.171321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9474 | 2024.07.13 05:40:56.171380 [ 3 ] {} <Debug> HTTP-Session: ed174873-2474-47ad-bcb6-0ce13f3ebb38 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9475 | 2024.07.13 05:40:56.171435 [ 3 ] {} <Debug> HTTP-Session: ed174873-2474-47ad-bcb6-0ce13f3ebb38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9476 | 2024.07.13 05:40:56.171502 [ 3 ] {} <Debug> HTTP-Session: ed174873-2474-47ad-bcb6-0ce13f3ebb38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9477 | 2024.07.13 05:40:56.171583 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part | ||
9478 | 2024.07.13 05:40:56.171627 [ 3 ] {} <Trace> HTTP-Session: ed174873-2474-47ad-bcb6-0ce13f3ebb38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9479 | 2024.07.13 05:40:56.171874 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 257 rows starting from the beginning of the part | ||
9480 | 2024.07.13 05:40:56.171990 [ 3 ] {62fd3be3-f3ba-4c11-b3a1-5414861e5085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9481 | 2024.07.13 05:40:56.172160 [ 3 ] {62fd3be3-f3ba-4c11-b3a1-5414861e5085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9482 | 2024.07.13 05:40:56.172186 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
9483 | 2024.07.13 05:40:56.172598 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 293 rows starting from the beginning of the part | ||
9484 | 2024.07.13 05:40:56.172937 [ 198 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part | ||
9485 | 2024.07.13 05:40:56.173090 [ 3 ] {62fd3be3-f3ba-4c11-b3a1-5414861e5085} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9486 | 2024.07.13 05:40:56.174147 [ 3 ] {62fd3be3-f3ba-4c11-b3a1-5414861e5085} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9487 | 2024.07.13 05:40:56.174203 [ 3 ] {62fd3be3-f3ba-4c11-b3a1-5414861e5085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9488 | 2024.07.13 05:40:56.175105 [ 3 ] {62fd3be3-f3ba-4c11-b3a1-5414861e5085} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9489 | 2024.07.13 05:40:56.175829 [ 190 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1019 rows, containing 4 columns (4 merged, 0 gathered) in 0.004952477 sec., 205755.62491254375 rows/sec., 17.56 MiB/sec. | ||
9490 | 2024.07.13 05:40:56.175841 [ 3 ] {62fd3be3-f3ba-4c11-b3a1-5414861e5085} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9491 | 2024.07.13 05:40:56.176084 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9492 | 2024.07.13 05:40:56.176132 [ 143 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9493 | 2024.07.13 05:40:56.176181 [ 3 ] {62fd3be3-f3ba-4c11-b3a1-5414861e5085} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00433 sec., 14780.600461893766 rows/sec., 1.15 MiB/sec. | ||
9494 | 2024.07.13 05:40:56.176224 [ 143 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9495 | 2024.07.13 05:40:56.176318 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9496 | 2024.07.13 05:40:56.176710 [ 3 ] {62fd3be3-f3ba-4c11-b3a1-5414861e5085} <Debug> DynamicQueryHandler: Done processing query | ||
9497 | 2024.07.13 05:40:56.176792 [ 3 ] {62fd3be3-f3ba-4c11-b3a1-5414861e5085} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9498 | 2024.07.13 05:40:56.176841 [ 187 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
9499 | 2024.07.13 05:40:56.176860 [ 3 ] {} <Debug> HTTP-Session: ed174873-2474-47ad-bcb6-0ce13f3ebb38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9500 | 2024.07.13 05:40:56.177174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9501 | 2024.07.13 05:40:56.177334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9502 | 2024.07.13 05:40:56.177341 [ 187 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9503 | 2024.07.13 05:40:56.177381 [ 3 ] {} <Debug> HTTP-Session: 7a823cc9-2b77-4eec-8739-b7d9febc2299 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9504 | 2024.07.13 05:40:56.177447 [ 187 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 472 rows starting from the beginning of the part | ||
9505 | 2024.07.13 05:40:56.177460 [ 3 ] {} <Debug> HTTP-Session: 7a823cc9-2b77-4eec-8739-b7d9febc2299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9506 | 2024.07.13 05:40:56.177469 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9507 | 2024.07.13 05:40:56.177523 [ 3 ] {} <Debug> HTTP-Session: 7a823cc9-2b77-4eec-8739-b7d9febc2299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9508 | 2024.07.13 05:40:56.177709 [ 3 ] {} <Trace> HTTP-Session: 7a823cc9-2b77-4eec-8739-b7d9febc2299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9509 | 2024.07.13 05:40:56.177865 [ 187 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part | ||
9510 | 2024.07.13 05:40:56.177955 [ 188 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_56_11} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9511 | 2024.07.13 05:40:56.178258 [ 3 ] {8cb93b16-74a2-49a3-b0e6-ffca2e36ee26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9512 | 2024.07.13 05:40:56.178266 [ 187 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 414 rows starting from the beginning of the part | ||
9513 | 2024.07.13 05:40:56.178375 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
9514 | 2024.07.13 05:40:56.178517 [ 3 ] {8cb93b16-74a2-49a3-b0e6-ffca2e36ee26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9515 | 2024.07.13 05:40:56.178639 [ 187 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
9516 | 2024.07.13 05:40:56.178962 [ 187 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 438 rows starting from the beginning of the part | ||
9517 | 2024.07.13 05:40:56.179325 [ 187 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part | ||
9518 | 2024.07.13 05:40:56.179904 [ 3 ] {8cb93b16-74a2-49a3-b0e6-ffca2e36ee26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9519 | 2024.07.13 05:40:56.180960 [ 3 ] {8cb93b16-74a2-49a3-b0e6-ffca2e36ee26} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9520 | 2024.07.13 05:40:56.181041 [ 3 ] {8cb93b16-74a2-49a3-b0e6-ffca2e36ee26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9521 | 2024.07.13 05:40:56.182087 [ 3 ] {8cb93b16-74a2-49a3-b0e6-ffca2e36ee26} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9522 | 2024.07.13 05:40:56.182791 [ 192 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1516 rows, containing 4 columns (4 merged, 0 gathered) in 0.006295338 sec., 240813.12234545627 rows/sec., 17.37 MiB/sec. | ||
9523 | 2024.07.13 05:40:56.182990 [ 3 ] {8cb93b16-74a2-49a3-b0e6-ffca2e36ee26} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9524 | 2024.07.13 05:40:56.183084 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9525 | 2024.07.13 05:40:56.183252 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9526 | 2024.07.13 05:40:56.183337 [ 3 ] {8cb93b16-74a2-49a3-b0e6-ffca2e36ee26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00533 sec., 30018.761726078803 rows/sec., 2.09 MiB/sec. | ||
9527 | 2024.07.13 05:40:56.183351 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9528 | 2024.07.13 05:40:56.183437 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9529 | 2024.07.13 05:40:56.183951 [ 3 ] {8cb93b16-74a2-49a3-b0e6-ffca2e36ee26} <Debug> DynamicQueryHandler: Done processing query | ||
9530 | 2024.07.13 05:40:56.184061 [ 3 ] {8cb93b16-74a2-49a3-b0e6-ffca2e36ee26} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9531 | 2024.07.13 05:40:56.184063 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
9532 | 2024.07.13 05:40:56.184149 [ 3 ] {} <Debug> HTTP-Session: 7a823cc9-2b77-4eec-8739-b7d9febc2299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9533 | 2024.07.13 05:40:56.184428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9534 | 2024.07.13 05:40:56.184568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9535 | 2024.07.13 05:40:56.184643 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9536 | 2024.07.13 05:40:56.184644 [ 3 ] {} <Debug> HTTP-Session: 564c30d4-cd11-4cec-b073-0526f727797c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9537 | 2024.07.13 05:40:56.184721 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 8012 rows starting from the beginning of the part | ||
9538 | 2024.07.13 05:40:56.184733 [ 3 ] {} <Debug> HTTP-Session: 564c30d4-cd11-4cec-b073-0526f727797c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9539 | 2024.07.13 05:40:56.184798 [ 3 ] {} <Debug> HTTP-Session: 564c30d4-cd11-4cec-b073-0526f727797c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9540 | 2024.07.13 05:40:56.184840 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9541 | 2024.07.13 05:40:56.184910 [ 3 ] {} <Trace> HTTP-Session: 564c30d4-cd11-4cec-b073-0526f727797c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9542 | 2024.07.13 05:40:56.184996 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
9543 | 2024.07.13 05:40:56.185355 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_56_11} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9544 | 2024.07.13 05:40:56.185453 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
9545 | 2024.07.13 05:40:56.185471 [ 3 ] {f24144b5-9657-4919-b2da-2520e32a9f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9546 | 2024.07.13 05:40:56.185817 [ 3 ] {f24144b5-9657-4919-b2da-2520e32a9f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9547 | 2024.07.13 05:40:56.185887 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
9548 | 2024.07.13 05:40:56.185882 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
9549 | 2024.07.13 05:40:56.186303 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 196 rows starting from the beginning of the part | ||
9550 | 2024.07.13 05:40:56.186678 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
9551 | 2024.07.13 05:40:56.187365 [ 3 ] {f24144b5-9657-4919-b2da-2520e32a9f65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9552 | 2024.07.13 05:40:56.188243 [ 3 ] {f24144b5-9657-4919-b2da-2520e32a9f65} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9553 | 2024.07.13 05:40:56.188284 [ 3 ] {f24144b5-9657-4919-b2da-2520e32a9f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9554 | 2024.07.13 05:40:56.188870 [ 3 ] {f24144b5-9657-4919-b2da-2520e32a9f65} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9555 | 2024.07.13 05:40:56.189759 [ 3 ] {f24144b5-9657-4919-b2da-2520e32a9f65} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9556 | 2024.07.13 05:40:56.189961 [ 143 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9557 | 2024.07.13 05:40:56.189970 [ 3 ] {f24144b5-9657-4919-b2da-2520e32a9f65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004807 sec., 12481.797378822552 rows/sec., 861.37 KiB/sec. | ||
9558 | 2024.07.13 05:40:56.190008 [ 143 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9559 | 2024.07.13 05:40:56.190083 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9560 | 2024.07.13 05:40:56.190263 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
9561 | 2024.07.13 05:40:56.190312 [ 3 ] {f24144b5-9657-4919-b2da-2520e32a9f65} <Debug> DynamicQueryHandler: Done processing query | ||
9562 | 2024.07.13 05:40:56.190341 [ 3 ] {f24144b5-9657-4919-b2da-2520e32a9f65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9563 | 2024.07.13 05:40:56.190365 [ 3 ] {} <Debug> HTTP-Session: 564c30d4-cd11-4cec-b073-0526f727797c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9564 | 2024.07.13 05:40:56.190506 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9565 | 2024.07.13 05:40:56.190589 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2714 rows starting from the beginning of the part | ||
9566 | 2024.07.13 05:40:56.190730 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
9567 | 2024.07.13 05:40:56.190932 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
9568 | 2024.07.13 05:40:56.191184 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
9569 | 2024.07.13 05:40:56.191317 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
9570 | 2024.07.13 05:40:56.191544 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
9571 | 2024.07.13 05:40:56.192262 [ 191 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8848 rows, containing 5 columns (5 merged, 0 gathered) in 0.008629934 sec., 1025268.559411926 rows/sec., 71.43 MiB/sec. | ||
9572 | 2024.07.13 05:40:56.192621 [ 197 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9573 | 2024.07.13 05:40:56.194068 [ 197 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9574 | 2024.07.13 05:40:56.194318 [ 197 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9575 | 2024.07.13 05:40:56.194481 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
9576 | 2024.07.13 05:40:56.194869 [ 195 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3014 rows, containing 4 columns (4 merged, 0 gathered) in 0.004675013 sec., 644704.0895929058 rows/sec., 43.52 MiB/sec. | ||
9577 | 2024.07.13 05:40:56.195152 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9578 | 2024.07.13 05:40:56.195579 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_56_11} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9579 | 2024.07.13 05:40:56.195664 [ 197 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_56_11} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9580 | 2024.07.13 05:40:56.195757 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
9581 | 2024.07.13 05:41:00.444550 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9582 | 2024.07.13 05:41:00.444625 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9583 | 2024.07.13 05:41:01.173407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9584 | 2024.07.13 05:41:01.173517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9585 | 2024.07.13 05:41:01.173542 [ 3 ] {} <Debug> HTTP-Session: ff885e86-f16d-4430-842c-6fe8ec33423d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9586 | 2024.07.13 05:41:01.173567 [ 3 ] {} <Debug> HTTP-Session: ff885e86-f16d-4430-842c-6fe8ec33423d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9587 | 2024.07.13 05:41:01.173582 [ 3 ] {} <Debug> HTTP-Session: ff885e86-f16d-4430-842c-6fe8ec33423d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9588 | 2024.07.13 05:41:01.173629 [ 3 ] {} <Trace> HTTP-Session: ff885e86-f16d-4430-842c-6fe8ec33423d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9589 | 2024.07.13 05:41:01.173820 [ 3 ] {bf0065ed-d5cc-4330-847d-a899cf4b2811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9590 | 2024.07.13 05:41:01.173887 [ 3 ] {bf0065ed-d5cc-4330-847d-a899cf4b2811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9591 | 2024.07.13 05:41:01.174078 [ 3 ] {bf0065ed-d5cc-4330-847d-a899cf4b2811} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9592 | 2024.07.13 05:41:01.174544 [ 3 ] {bf0065ed-d5cc-4330-847d-a899cf4b2811} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9593 | 2024.07.13 05:41:01.174585 [ 3 ] {bf0065ed-d5cc-4330-847d-a899cf4b2811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9594 | 2024.07.13 05:41:01.174958 [ 3 ] {bf0065ed-d5cc-4330-847d-a899cf4b2811} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9595 | 2024.07.13 05:41:01.175318 [ 3 ] {bf0065ed-d5cc-4330-847d-a899cf4b2811} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9596 | 2024.07.13 05:41:01.175463 [ 3 ] {bf0065ed-d5cc-4330-847d-a899cf4b2811} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001705 sec., 22287.390029325514 rows/sec., 1.68 MiB/sec. | ||
9597 | 2024.07.13 05:41:01.175787 [ 3 ] {bf0065ed-d5cc-4330-847d-a899cf4b2811} <Debug> DynamicQueryHandler: Done processing query | ||
9598 | 2024.07.13 05:41:01.175819 [ 3 ] {bf0065ed-d5cc-4330-847d-a899cf4b2811} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9599 | 2024.07.13 05:41:01.175836 [ 3 ] {} <Debug> HTTP-Session: ff885e86-f16d-4430-842c-6fe8ec33423d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9600 | 2024.07.13 05:41:01.176025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9601 | 2024.07.13 05:41:01.176082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9602 | 2024.07.13 05:41:01.176101 [ 3 ] {} <Debug> HTTP-Session: 6d006b0f-5444-4fae-ab3e-06eb551d321d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9603 | 2024.07.13 05:41:01.176120 [ 3 ] {} <Debug> HTTP-Session: 6d006b0f-5444-4fae-ab3e-06eb551d321d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9604 | 2024.07.13 05:41:01.176134 [ 3 ] {} <Debug> HTTP-Session: 6d006b0f-5444-4fae-ab3e-06eb551d321d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9605 | 2024.07.13 05:41:01.176169 [ 3 ] {} <Trace> HTTP-Session: 6d006b0f-5444-4fae-ab3e-06eb551d321d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9606 | 2024.07.13 05:41:01.176361 [ 3 ] {03be51aa-3502-40fd-80c8-ce80ad64579e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9607 | 2024.07.13 05:41:01.176411 [ 3 ] {03be51aa-3502-40fd-80c8-ce80ad64579e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9608 | 2024.07.13 05:41:01.176561 [ 3 ] {03be51aa-3502-40fd-80c8-ce80ad64579e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9609 | 2024.07.13 05:41:01.177040 [ 3 ] {03be51aa-3502-40fd-80c8-ce80ad64579e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9610 | 2024.07.13 05:41:01.177078 [ 3 ] {03be51aa-3502-40fd-80c8-ce80ad64579e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9611 | 2024.07.13 05:41:01.177422 [ 3 ] {03be51aa-3502-40fd-80c8-ce80ad64579e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9612 | 2024.07.13 05:41:01.177741 [ 3 ] {03be51aa-3502-40fd-80c8-ce80ad64579e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9613 | 2024.07.13 05:41:01.177865 [ 3 ] {03be51aa-3502-40fd-80c8-ce80ad64579e} <Debug> executeQuery: Read 257 rows, 23.21 KiB in 0.001601 sec., 160524.67207995002 rows/sec., 14.16 MiB/sec. | ||
9614 | 2024.07.13 05:41:01.178133 [ 3 ] {03be51aa-3502-40fd-80c8-ce80ad64579e} <Debug> DynamicQueryHandler: Done processing query | ||
9615 | 2024.07.13 05:41:01.178195 [ 3 ] {03be51aa-3502-40fd-80c8-ce80ad64579e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9616 | 2024.07.13 05:41:01.178256 [ 3 ] {} <Debug> HTTP-Session: 6d006b0f-5444-4fae-ab3e-06eb551d321d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9617 | 2024.07.13 05:41:01.178486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 66996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9618 | 2024.07.13 05:41:01.178540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9619 | 2024.07.13 05:41:01.178559 [ 3 ] {} <Debug> HTTP-Session: e3f25833-1b40-4355-8ab4-82b5bbb0d667 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9620 | 2024.07.13 05:41:01.178577 [ 3 ] {} <Debug> HTTP-Session: e3f25833-1b40-4355-8ab4-82b5bbb0d667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9621 | 2024.07.13 05:41:01.178591 [ 3 ] {} <Debug> HTTP-Session: e3f25833-1b40-4355-8ab4-82b5bbb0d667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9622 | 2024.07.13 05:41:01.178626 [ 3 ] {} <Trace> HTTP-Session: e3f25833-1b40-4355-8ab4-82b5bbb0d667 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9623 | 2024.07.13 05:41:01.178850 [ 3 ] {e19a906e-0eca-40fd-88f7-37238027a805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9624 | 2024.07.13 05:41:01.178897 [ 3 ] {e19a906e-0eca-40fd-88f7-37238027a805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9625 | 2024.07.13 05:41:01.179037 [ 3 ] {e19a906e-0eca-40fd-88f7-37238027a805} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9626 | 2024.07.13 05:41:01.179666 [ 3 ] {e19a906e-0eca-40fd-88f7-37238027a805} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9627 | 2024.07.13 05:41:01.179714 [ 3 ] {e19a906e-0eca-40fd-88f7-37238027a805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9628 | 2024.07.13 05:41:01.180199 [ 3 ] {e19a906e-0eca-40fd-88f7-37238027a805} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9629 | 2024.07.13 05:41:01.180682 [ 3 ] {e19a906e-0eca-40fd-88f7-37238027a805} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9630 | 2024.07.13 05:41:01.180870 [ 3 ] {e19a906e-0eca-40fd-88f7-37238027a805} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.00212 sec., 195283.01886792455 rows/sec., 13.84 MiB/sec. | ||
9631 | 2024.07.13 05:41:01.181247 [ 3 ] {e19a906e-0eca-40fd-88f7-37238027a805} <Debug> DynamicQueryHandler: Done processing query | ||
9632 | 2024.07.13 05:41:01.181302 [ 3 ] {e19a906e-0eca-40fd-88f7-37238027a805} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9633 | 2024.07.13 05:41:01.181323 [ 3 ] {} <Debug> HTTP-Session: e3f25833-1b40-4355-8ab4-82b5bbb0d667 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9634 | 2024.07.13 05:41:01.181455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9635 | 2024.07.13 05:41:01.181505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9636 | 2024.07.13 05:41:01.181523 [ 3 ] {} <Debug> HTTP-Session: 46e2ee55-b234-48f8-80ba-6bf3c12997ae Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9637 | 2024.07.13 05:41:01.181541 [ 3 ] {} <Debug> HTTP-Session: 46e2ee55-b234-48f8-80ba-6bf3c12997ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9638 | 2024.07.13 05:41:01.181554 [ 3 ] {} <Debug> HTTP-Session: 46e2ee55-b234-48f8-80ba-6bf3c12997ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9639 | 2024.07.13 05:41:01.181587 [ 3 ] {} <Trace> HTTP-Session: 46e2ee55-b234-48f8-80ba-6bf3c12997ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9640 | 2024.07.13 05:41:01.181691 [ 3 ] {64c1fc26-c721-48d2-a9e1-5023cbb531f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9641 | 2024.07.13 05:41:01.181739 [ 3 ] {64c1fc26-c721-48d2-a9e1-5023cbb531f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9642 | 2024.07.13 05:41:01.181886 [ 3 ] {64c1fc26-c721-48d2-a9e1-5023cbb531f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9643 | 2024.07.13 05:41:01.182159 [ 3 ] {64c1fc26-c721-48d2-a9e1-5023cbb531f3} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9644 | 2024.07.13 05:41:01.182195 [ 3 ] {64c1fc26-c721-48d2-a9e1-5023cbb531f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9645 | 2024.07.13 05:41:01.182557 [ 3 ] {64c1fc26-c721-48d2-a9e1-5023cbb531f3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9646 | 2024.07.13 05:41:01.182889 [ 3 ] {64c1fc26-c721-48d2-a9e1-5023cbb531f3} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9647 | 2024.07.13 05:41:01.183016 [ 3 ] {64c1fc26-c721-48d2-a9e1-5023cbb531f3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 190.55 KiB/sec. | ||
9648 | 2024.07.13 05:41:01.183332 [ 3 ] {64c1fc26-c721-48d2-a9e1-5023cbb531f3} <Debug> DynamicQueryHandler: Done processing query | ||
9649 | 2024.07.13 05:41:01.183357 [ 3 ] {64c1fc26-c721-48d2-a9e1-5023cbb531f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9650 | 2024.07.13 05:41:01.183374 [ 3 ] {} <Debug> HTTP-Session: 46e2ee55-b234-48f8-80ba-6bf3c12997ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9651 | 2024.07.13 05:41:01.183540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9652 | 2024.07.13 05:41:01.183589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9653 | 2024.07.13 05:41:01.183608 [ 3 ] {} <Debug> HTTP-Session: b5cde223-d6c7-49fd-bad3-f0536ab218d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9654 | 2024.07.13 05:41:01.183624 [ 3 ] {} <Debug> HTTP-Session: b5cde223-d6c7-49fd-bad3-f0536ab218d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9655 | 2024.07.13 05:41:01.183641 [ 3 ] {} <Debug> HTTP-Session: b5cde223-d6c7-49fd-bad3-f0536ab218d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9656 | 2024.07.13 05:41:01.183672 [ 3 ] {} <Trace> HTTP-Session: b5cde223-d6c7-49fd-bad3-f0536ab218d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9657 | 2024.07.13 05:41:01.183805 [ 3 ] {fdfa9ed5-fbd9-48dc-a0b0-5cc33bb34d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9658 | 2024.07.13 05:41:01.183853 [ 3 ] {fdfa9ed5-fbd9-48dc-a0b0-5cc33bb34d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9659 | 2024.07.13 05:41:01.184015 [ 3 ] {fdfa9ed5-fbd9-48dc-a0b0-5cc33bb34d25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9660 | 2024.07.13 05:41:01.184335 [ 3 ] {fdfa9ed5-fbd9-48dc-a0b0-5cc33bb34d25} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9661 | 2024.07.13 05:41:01.184369 [ 3 ] {fdfa9ed5-fbd9-48dc-a0b0-5cc33bb34d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9662 | 2024.07.13 05:41:01.184739 [ 3 ] {fdfa9ed5-fbd9-48dc-a0b0-5cc33bb34d25} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9663 | 2024.07.13 05:41:01.185076 [ 3 ] {fdfa9ed5-fbd9-48dc-a0b0-5cc33bb34d25} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9664 | 2024.07.13 05:41:01.185206 [ 3 ] {fdfa9ed5-fbd9-48dc-a0b0-5cc33bb34d25} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001459 sec., 52775.87388622344 rows/sec., 3.25 MiB/sec. | ||
9665 | 2024.07.13 05:41:01.185361 [ 3 ] {fdfa9ed5-fbd9-48dc-a0b0-5cc33bb34d25} <Debug> DynamicQueryHandler: Done processing query | ||
9666 | 2024.07.13 05:41:01.185385 [ 3 ] {fdfa9ed5-fbd9-48dc-a0b0-5cc33bb34d25} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9667 | 2024.07.13 05:41:01.185401 [ 3 ] {} <Debug> HTTP-Session: b5cde223-d6c7-49fd-bad3-f0536ab218d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9668 | 2024.07.13 05:41:01.185537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9669 | 2024.07.13 05:41:01.185583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9670 | 2024.07.13 05:41:01.185601 [ 3 ] {} <Debug> HTTP-Session: 8c5bce16-b6ca-4486-acaf-fb06a88eb3fd Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9671 | 2024.07.13 05:41:01.185617 [ 3 ] {} <Debug> HTTP-Session: 8c5bce16-b6ca-4486-acaf-fb06a88eb3fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9672 | 2024.07.13 05:41:01.185632 [ 3 ] {} <Debug> HTTP-Session: 8c5bce16-b6ca-4486-acaf-fb06a88eb3fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9673 | 2024.07.13 05:41:01.185662 [ 3 ] {} <Trace> HTTP-Session: 8c5bce16-b6ca-4486-acaf-fb06a88eb3fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9674 | 2024.07.13 05:41:01.185809 [ 3 ] {30b039fa-3a9f-4b8e-8576-94380d880a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9675 | 2024.07.13 05:41:01.185854 [ 3 ] {30b039fa-3a9f-4b8e-8576-94380d880a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9676 | 2024.07.13 05:41:01.185990 [ 3 ] {30b039fa-3a9f-4b8e-8576-94380d880a2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9677 | 2024.07.13 05:41:01.186340 [ 3 ] {30b039fa-3a9f-4b8e-8576-94380d880a2a} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9678 | 2024.07.13 05:41:01.186374 [ 3 ] {30b039fa-3a9f-4b8e-8576-94380d880a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9679 | 2024.07.13 05:41:01.186745 [ 3 ] {30b039fa-3a9f-4b8e-8576-94380d880a2a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9680 | 2024.07.13 05:41:01.187099 [ 3 ] {30b039fa-3a9f-4b8e-8576-94380d880a2a} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9681 | 2024.07.13 05:41:01.187225 [ 3 ] {30b039fa-3a9f-4b8e-8576-94380d880a2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec. | ||
9682 | 2024.07.13 05:41:01.187391 [ 3 ] {30b039fa-3a9f-4b8e-8576-94380d880a2a} <Debug> DynamicQueryHandler: Done processing query | ||
9683 | 2024.07.13 05:41:01.187415 [ 3 ] {30b039fa-3a9f-4b8e-8576-94380d880a2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9684 | 2024.07.13 05:41:01.187431 [ 3 ] {} <Debug> HTTP-Session: 8c5bce16-b6ca-4486-acaf-fb06a88eb3fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9685 | 2024.07.13 05:41:01.187642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9686 | 2024.07.13 05:41:01.187690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9687 | 2024.07.13 05:41:01.187708 [ 3 ] {} <Debug> HTTP-Session: ba23b690-8e19-40ca-bcc2-b0fac90b39d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9688 | 2024.07.13 05:41:01.187724 [ 3 ] {} <Debug> HTTP-Session: ba23b690-8e19-40ca-bcc2-b0fac90b39d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9689 | 2024.07.13 05:41:01.187738 [ 3 ] {} <Debug> HTTP-Session: ba23b690-8e19-40ca-bcc2-b0fac90b39d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9690 | 2024.07.13 05:41:01.187768 [ 3 ] {} <Trace> HTTP-Session: ba23b690-8e19-40ca-bcc2-b0fac90b39d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9691 | 2024.07.13 05:41:01.188082 [ 3 ] {223df524-c098-4b04-996a-b359c8daecda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9692 | 2024.07.13 05:41:01.188145 [ 3 ] {223df524-c098-4b04-996a-b359c8daecda} <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 | ||
9693 | 2024.07.13 05:41:01.188553 [ 3 ] {223df524-c098-4b04-996a-b359c8daecda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9694 | 2024.07.13 05:41:01.189165 [ 3 ] {223df524-c098-4b04-996a-b359c8daecda} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9695 | 2024.07.13 05:41:01.189198 [ 3 ] {223df524-c098-4b04-996a-b359c8daecda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9696 | 2024.07.13 05:41:01.189810 [ 3 ] {223df524-c098-4b04-996a-b359c8daecda} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9697 | 2024.07.13 05:41:01.190210 [ 3 ] {223df524-c098-4b04-996a-b359c8daecda} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9698 | 2024.07.13 05:41:01.190357 [ 3 ] {223df524-c098-4b04-996a-b359c8daecda} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002496 sec., 12820.51282051282 rows/sec., 22.97 MiB/sec. | ||
9699 | 2024.07.13 05:41:01.190556 [ 3 ] {223df524-c098-4b04-996a-b359c8daecda} <Debug> DynamicQueryHandler: Done processing query | ||
9700 | 2024.07.13 05:41:01.190580 [ 3 ] {223df524-c098-4b04-996a-b359c8daecda} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9701 | 2024.07.13 05:41:01.190596 [ 3 ] {} <Debug> HTTP-Session: ba23b690-8e19-40ca-bcc2-b0fac90b39d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9702 | 2024.07.13 05:41:01.190767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9703 | 2024.07.13 05:41:01.190820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9704 | 2024.07.13 05:41:01.190842 [ 3 ] {} <Debug> HTTP-Session: 75d48c40-34b5-4562-afb9-c903ac91a492 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9705 | 2024.07.13 05:41:01.190860 [ 3 ] {} <Debug> HTTP-Session: 75d48c40-34b5-4562-afb9-c903ac91a492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9706 | 2024.07.13 05:41:01.190876 [ 3 ] {} <Debug> HTTP-Session: 75d48c40-34b5-4562-afb9-c903ac91a492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9707 | 2024.07.13 05:41:01.190910 [ 3 ] {} <Trace> HTTP-Session: 75d48c40-34b5-4562-afb9-c903ac91a492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9708 | 2024.07.13 05:41:01.191025 [ 3 ] {3c8ab73c-9213-4f14-9b7c-970f5f89419c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9709 | 2024.07.13 05:41:01.191075 [ 3 ] {3c8ab73c-9213-4f14-9b7c-970f5f89419c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9710 | 2024.07.13 05:41:01.191215 [ 3 ] {3c8ab73c-9213-4f14-9b7c-970f5f89419c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9711 | 2024.07.13 05:41:01.191476 [ 3 ] {3c8ab73c-9213-4f14-9b7c-970f5f89419c} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9712 | 2024.07.13 05:41:01.191511 [ 3 ] {3c8ab73c-9213-4f14-9b7c-970f5f89419c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9713 | 2024.07.13 05:41:01.191862 [ 3 ] {3c8ab73c-9213-4f14-9b7c-970f5f89419c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9714 | 2024.07.13 05:41:01.192180 [ 3 ] {3c8ab73c-9213-4f14-9b7c-970f5f89419c} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9715 | 2024.07.13 05:41:01.192313 [ 3 ] {3c8ab73c-9213-4f14-9b7c-970f5f89419c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001319 sec., 17437.45261561789 rows/sec., 943.25 KiB/sec. | ||
9716 | 2024.07.13 05:41:01.192628 [ 3 ] {3c8ab73c-9213-4f14-9b7c-970f5f89419c} <Debug> DynamicQueryHandler: Done processing query | ||
9717 | 2024.07.13 05:41:01.192659 [ 3 ] {3c8ab73c-9213-4f14-9b7c-970f5f89419c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9718 | 2024.07.13 05:41:01.192675 [ 3 ] {} <Debug> HTTP-Session: 75d48c40-34b5-4562-afb9-c903ac91a492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9719 | 2024.07.13 05:41:01.192797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9720 | 2024.07.13 05:41:01.192845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9721 | 2024.07.13 05:41:01.192864 [ 3 ] {} <Debug> HTTP-Session: ab8d0fe4-cad2-49ac-a576-406f80d9cfdc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9722 | 2024.07.13 05:41:01.192880 [ 3 ] {} <Debug> HTTP-Session: ab8d0fe4-cad2-49ac-a576-406f80d9cfdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9723 | 2024.07.13 05:41:01.192893 [ 3 ] {} <Debug> HTTP-Session: ab8d0fe4-cad2-49ac-a576-406f80d9cfdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9724 | 2024.07.13 05:41:01.192924 [ 3 ] {} <Trace> HTTP-Session: ab8d0fe4-cad2-49ac-a576-406f80d9cfdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9725 | 2024.07.13 05:41:01.193038 [ 3 ] {39d12b32-83dc-4a8a-baae-e9ccf9b60465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9726 | 2024.07.13 05:41:01.193084 [ 3 ] {39d12b32-83dc-4a8a-baae-e9ccf9b60465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9727 | 2024.07.13 05:41:01.193228 [ 3 ] {39d12b32-83dc-4a8a-baae-e9ccf9b60465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9728 | 2024.07.13 05:41:01.193499 [ 3 ] {39d12b32-83dc-4a8a-baae-e9ccf9b60465} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9729 | 2024.07.13 05:41:01.193534 [ 3 ] {39d12b32-83dc-4a8a-baae-e9ccf9b60465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9730 | 2024.07.13 05:41:01.193900 [ 3 ] {39d12b32-83dc-4a8a-baae-e9ccf9b60465} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9731 | 2024.07.13 05:41:01.194218 [ 3 ] {39d12b32-83dc-4a8a-baae-e9ccf9b60465} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9732 | 2024.07.13 05:41:01.194340 [ 3 ] {39d12b32-83dc-4a8a-baae-e9ccf9b60465} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
9733 | 2024.07.13 05:41:01.194488 [ 3 ] {39d12b32-83dc-4a8a-baae-e9ccf9b60465} <Debug> DynamicQueryHandler: Done processing query | ||
9734 | 2024.07.13 05:41:01.194512 [ 3 ] {39d12b32-83dc-4a8a-baae-e9ccf9b60465} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9735 | 2024.07.13 05:41:01.194527 [ 3 ] {} <Debug> HTTP-Session: ab8d0fe4-cad2-49ac-a576-406f80d9cfdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9736 | 2024.07.13 05:41:06.167966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9737 | 2024.07.13 05:41:06.168159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9738 | 2024.07.13 05:41:06.168206 [ 3 ] {} <Debug> HTTP-Session: 9a7eed7d-5d0f-4584-9959-9e80b1d73720 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9739 | 2024.07.13 05:41:06.168248 [ 3 ] {} <Debug> HTTP-Session: 9a7eed7d-5d0f-4584-9959-9e80b1d73720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9740 | 2024.07.13 05:41:06.168276 [ 3 ] {} <Debug> HTTP-Session: 9a7eed7d-5d0f-4584-9959-9e80b1d73720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9741 | 2024.07.13 05:41:06.168357 [ 3 ] {} <Trace> HTTP-Session: 9a7eed7d-5d0f-4584-9959-9e80b1d73720 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9742 | 2024.07.13 05:41:06.168656 [ 3 ] {e05813a9-c0c4-4586-809f-5b3aabe45123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9743 | 2024.07.13 05:41:06.168725 [ 3 ] {e05813a9-c0c4-4586-809f-5b3aabe45123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9744 | 2024.07.13 05:41:06.168916 [ 3 ] {e05813a9-c0c4-4586-809f-5b3aabe45123} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9745 | 2024.07.13 05:41:06.169379 [ 3 ] {e05813a9-c0c4-4586-809f-5b3aabe45123} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9746 | 2024.07.13 05:41:06.169427 [ 3 ] {e05813a9-c0c4-4586-809f-5b3aabe45123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9747 | 2024.07.13 05:41:06.169815 [ 3 ] {e05813a9-c0c4-4586-809f-5b3aabe45123} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9748 | 2024.07.13 05:41:06.170154 [ 3 ] {e05813a9-c0c4-4586-809f-5b3aabe45123} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9749 | 2024.07.13 05:41:06.170337 [ 3 ] {e05813a9-c0c4-4586-809f-5b3aabe45123} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001772 sec., 31602.70880361174 rows/sec., 2.43 MiB/sec. | ||
9750 | 2024.07.13 05:41:06.170547 [ 3 ] {e05813a9-c0c4-4586-809f-5b3aabe45123} <Debug> DynamicQueryHandler: Done processing query | ||
9751 | 2024.07.13 05:41:06.170574 [ 3 ] {e05813a9-c0c4-4586-809f-5b3aabe45123} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9752 | 2024.07.13 05:41:06.170591 [ 3 ] {} <Debug> HTTP-Session: 9a7eed7d-5d0f-4584-9959-9e80b1d73720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9753 | 2024.07.13 05:41:06.170770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9754 | 2024.07.13 05:41:06.170823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9755 | 2024.07.13 05:41:06.170843 [ 3 ] {} <Debug> HTTP-Session: af0ee5b3-474e-433c-8326-b0c504869b63 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9756 | 2024.07.13 05:41:06.170861 [ 3 ] {} <Debug> HTTP-Session: af0ee5b3-474e-433c-8326-b0c504869b63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9757 | 2024.07.13 05:41:06.170875 [ 3 ] {} <Debug> HTTP-Session: af0ee5b3-474e-433c-8326-b0c504869b63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9758 | 2024.07.13 05:41:06.170910 [ 3 ] {} <Trace> HTTP-Session: af0ee5b3-474e-433c-8326-b0c504869b63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9759 | 2024.07.13 05:41:06.171034 [ 3 ] {3f16c644-027b-47f8-a1f4-b77c553699cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9760 | 2024.07.13 05:41:06.171079 [ 3 ] {3f16c644-027b-47f8-a1f4-b77c553699cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9761 | 2024.07.13 05:41:06.171211 [ 3 ] {3f16c644-027b-47f8-a1f4-b77c553699cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9762 | 2024.07.13 05:41:06.171595 [ 3 ] {3f16c644-027b-47f8-a1f4-b77c553699cc} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9763 | 2024.07.13 05:41:06.171632 [ 3 ] {3f16c644-027b-47f8-a1f4-b77c553699cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9764 | 2024.07.13 05:41:06.171952 [ 3 ] {3f16c644-027b-47f8-a1f4-b77c553699cc} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9765 | 2024.07.13 05:41:06.172269 [ 3 ] {3f16c644-027b-47f8-a1f4-b77c553699cc} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9766 | 2024.07.13 05:41:06.172426 [ 3 ] {3f16c644-027b-47f8-a1f4-b77c553699cc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001434 sec., 44630.404463040446 rows/sec., 3.48 MiB/sec. | ||
9767 | 2024.07.13 05:41:06.172589 [ 3 ] {3f16c644-027b-47f8-a1f4-b77c553699cc} <Debug> DynamicQueryHandler: Done processing query | ||
9768 | 2024.07.13 05:41:06.172613 [ 3 ] {3f16c644-027b-47f8-a1f4-b77c553699cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9769 | 2024.07.13 05:41:06.172629 [ 3 ] {} <Debug> HTTP-Session: af0ee5b3-474e-433c-8326-b0c504869b63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9770 | 2024.07.13 05:41:06.172810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9771 | 2024.07.13 05:41:06.172857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9772 | 2024.07.13 05:41:06.172877 [ 3 ] {} <Debug> HTTP-Session: ca763f8d-fe75-4103-9ef3-b764d134e9db Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9773 | 2024.07.13 05:41:06.172893 [ 3 ] {} <Debug> HTTP-Session: ca763f8d-fe75-4103-9ef3-b764d134e9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9774 | 2024.07.13 05:41:06.172907 [ 3 ] {} <Debug> HTTP-Session: ca763f8d-fe75-4103-9ef3-b764d134e9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9775 | 2024.07.13 05:41:06.172937 [ 3 ] {} <Trace> HTTP-Session: ca763f8d-fe75-4103-9ef3-b764d134e9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9776 | 2024.07.13 05:41:06.173081 [ 3 ] {3705c2a8-17ea-4c20-99af-05e5826ba89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9777 | 2024.07.13 05:41:06.173128 [ 3 ] {3705c2a8-17ea-4c20-99af-05e5826ba89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9778 | 2024.07.13 05:41:06.173272 [ 3 ] {3705c2a8-17ea-4c20-99af-05e5826ba89e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9779 | 2024.07.13 05:41:06.173634 [ 3 ] {3705c2a8-17ea-4c20-99af-05e5826ba89e} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9780 | 2024.07.13 05:41:06.173670 [ 3 ] {3705c2a8-17ea-4c20-99af-05e5826ba89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9781 | 2024.07.13 05:41:06.174059 [ 3 ] {3705c2a8-17ea-4c20-99af-05e5826ba89e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9782 | 2024.07.13 05:41:06.174394 [ 3 ] {3705c2a8-17ea-4c20-99af-05e5826ba89e} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9783 | 2024.07.13 05:41:06.174558 [ 3 ] {3705c2a8-17ea-4c20-99af-05e5826ba89e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. | ||
9784 | 2024.07.13 05:41:06.174823 [ 3 ] {3705c2a8-17ea-4c20-99af-05e5826ba89e} <Debug> DynamicQueryHandler: Done processing query | ||
9785 | 2024.07.13 05:41:06.174884 [ 3 ] {3705c2a8-17ea-4c20-99af-05e5826ba89e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9786 | 2024.07.13 05:41:06.174949 [ 3 ] {} <Debug> HTTP-Session: ca763f8d-fe75-4103-9ef3-b764d134e9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9787 | 2024.07.13 05:41:06.175122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9788 | 2024.07.13 05:41:06.175172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9789 | 2024.07.13 05:41:06.175192 [ 3 ] {} <Debug> HTTP-Session: 9b3e5d40-a06a-4d91-bd93-5c717d3bdaac Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9790 | 2024.07.13 05:41:06.175208 [ 3 ] {} <Debug> HTTP-Session: 9b3e5d40-a06a-4d91-bd93-5c717d3bdaac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9791 | 2024.07.13 05:41:06.175223 [ 3 ] {} <Debug> HTTP-Session: 9b3e5d40-a06a-4d91-bd93-5c717d3bdaac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9792 | 2024.07.13 05:41:06.175254 [ 3 ] {} <Trace> HTTP-Session: 9b3e5d40-a06a-4d91-bd93-5c717d3bdaac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9793 | 2024.07.13 05:41:06.175380 [ 3 ] {63a2e4e7-b4c2-41ff-a686-b0553582bec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9794 | 2024.07.13 05:41:06.175426 [ 3 ] {63a2e4e7-b4c2-41ff-a686-b0553582bec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9795 | 2024.07.13 05:41:06.175567 [ 3 ] {63a2e4e7-b4c2-41ff-a686-b0553582bec1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9796 | 2024.07.13 05:41:06.175852 [ 3 ] {63a2e4e7-b4c2-41ff-a686-b0553582bec1} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9797 | 2024.07.13 05:41:06.175888 [ 3 ] {63a2e4e7-b4c2-41ff-a686-b0553582bec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9798 | 2024.07.13 05:41:06.176244 [ 3 ] {63a2e4e7-b4c2-41ff-a686-b0553582bec1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9799 | 2024.07.13 05:41:06.176560 [ 3 ] {63a2e4e7-b4c2-41ff-a686-b0553582bec1} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9800 | 2024.07.13 05:41:06.176718 [ 3 ] {63a2e4e7-b4c2-41ff-a686-b0553582bec1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
9801 | 2024.07.13 05:41:06.176882 [ 3 ] {63a2e4e7-b4c2-41ff-a686-b0553582bec1} <Debug> DynamicQueryHandler: Done processing query | ||
9802 | 2024.07.13 05:41:06.176906 [ 3 ] {63a2e4e7-b4c2-41ff-a686-b0553582bec1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9803 | 2024.07.13 05:41:06.176922 [ 3 ] {} <Debug> HTTP-Session: 9b3e5d40-a06a-4d91-bd93-5c717d3bdaac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9804 | 2024.07.13 05:41:11.175061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9805 | 2024.07.13 05:41:11.175187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9806 | 2024.07.13 05:41:11.175212 [ 3 ] {} <Debug> HTTP-Session: 50a61d71-8585-4d85-a49f-38fa3e8ce0f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9807 | 2024.07.13 05:41:11.175235 [ 3 ] {} <Debug> HTTP-Session: 50a61d71-8585-4d85-a49f-38fa3e8ce0f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9808 | 2024.07.13 05:41:11.175250 [ 3 ] {} <Debug> HTTP-Session: 50a61d71-8585-4d85-a49f-38fa3e8ce0f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9809 | 2024.07.13 05:41:11.175298 [ 3 ] {} <Trace> HTTP-Session: 50a61d71-8585-4d85-a49f-38fa3e8ce0f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9810 | 2024.07.13 05:41:11.175488 [ 3 ] {9669fc4d-9b30-4ce2-a821-7aac0413099a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9811 | 2024.07.13 05:41:11.175556 [ 3 ] {9669fc4d-9b30-4ce2-a821-7aac0413099a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9812 | 2024.07.13 05:41:11.175745 [ 3 ] {9669fc4d-9b30-4ce2-a821-7aac0413099a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9813 | 2024.07.13 05:41:11.176158 [ 3 ] {9669fc4d-9b30-4ce2-a821-7aac0413099a} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9814 | 2024.07.13 05:41:11.176202 [ 3 ] {9669fc4d-9b30-4ce2-a821-7aac0413099a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9815 | 2024.07.13 05:41:11.176571 [ 3 ] {9669fc4d-9b30-4ce2-a821-7aac0413099a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9816 | 2024.07.13 05:41:11.176906 [ 3 ] {9669fc4d-9b30-4ce2-a821-7aac0413099a} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9817 | 2024.07.13 05:41:11.177071 [ 3 ] {9669fc4d-9b30-4ce2-a821-7aac0413099a} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001637 sec., 23213.194868662187 rows/sec., 1.75 MiB/sec. | ||
9818 | 2024.07.13 05:41:11.177306 [ 3 ] {9669fc4d-9b30-4ce2-a821-7aac0413099a} <Debug> DynamicQueryHandler: Done processing query | ||
9819 | 2024.07.13 05:41:11.177334 [ 3 ] {9669fc4d-9b30-4ce2-a821-7aac0413099a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9820 | 2024.07.13 05:41:11.177355 [ 3 ] {} <Debug> HTTP-Session: 50a61d71-8585-4d85-a49f-38fa3e8ce0f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9821 | 2024.07.13 05:41:11.177531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9822 | 2024.07.13 05:41:11.177587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9823 | 2024.07.13 05:41:11.177606 [ 3 ] {} <Debug> HTTP-Session: 46e5aefe-ec95-4e70-bdcb-e97820794f0d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9824 | 2024.07.13 05:41:11.177625 [ 3 ] {} <Debug> HTTP-Session: 46e5aefe-ec95-4e70-bdcb-e97820794f0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9825 | 2024.07.13 05:41:11.177639 [ 3 ] {} <Debug> HTTP-Session: 46e5aefe-ec95-4e70-bdcb-e97820794f0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9826 | 2024.07.13 05:41:11.177675 [ 3 ] {} <Trace> HTTP-Session: 46e5aefe-ec95-4e70-bdcb-e97820794f0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9827 | 2024.07.13 05:41:11.177797 [ 3 ] {5a2315f4-2115-45b8-a841-74bf6a46b841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9828 | 2024.07.13 05:41:11.177846 [ 3 ] {5a2315f4-2115-45b8-a841-74bf6a46b841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9829 | 2024.07.13 05:41:11.177979 [ 3 ] {5a2315f4-2115-45b8-a841-74bf6a46b841} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9830 | 2024.07.13 05:41:11.178287 [ 3 ] {5a2315f4-2115-45b8-a841-74bf6a46b841} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9831 | 2024.07.13 05:41:11.178324 [ 3 ] {5a2315f4-2115-45b8-a841-74bf6a46b841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9832 | 2024.07.13 05:41:11.178632 [ 3 ] {5a2315f4-2115-45b8-a841-74bf6a46b841} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
9833 | 2024.07.13 05:41:11.178945 [ 3 ] {5a2315f4-2115-45b8-a841-74bf6a46b841} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9834 | 2024.07.13 05:41:11.179108 [ 3 ] {5a2315f4-2115-45b8-a841-74bf6a46b841} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 366.76 KiB/sec. | ||
9835 | 2024.07.13 05:41:11.179393 [ 3 ] {5a2315f4-2115-45b8-a841-74bf6a46b841} <Debug> DynamicQueryHandler: Done processing query | ||
9836 | 2024.07.13 05:41:11.179418 [ 3 ] {5a2315f4-2115-45b8-a841-74bf6a46b841} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9837 | 2024.07.13 05:41:11.179433 [ 3 ] {} <Debug> HTTP-Session: 46e5aefe-ec95-4e70-bdcb-e97820794f0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9838 | 2024.07.13 05:41:11.179598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 39234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9839 | 2024.07.13 05:41:11.179649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9840 | 2024.07.13 05:41:11.179668 [ 3 ] {} <Debug> HTTP-Session: 4317ea24-0984-4e4a-81af-9222aeeeb4a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9841 | 2024.07.13 05:41:11.179685 [ 3 ] {} <Debug> HTTP-Session: 4317ea24-0984-4e4a-81af-9222aeeeb4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9842 | 2024.07.13 05:41:11.179699 [ 3 ] {} <Debug> HTTP-Session: 4317ea24-0984-4e4a-81af-9222aeeeb4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9843 | 2024.07.13 05:41:11.179732 [ 3 ] {} <Trace> HTTP-Session: 4317ea24-0984-4e4a-81af-9222aeeeb4a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9844 | 2024.07.13 05:41:11.179946 [ 3 ] {72f9b79a-139d-4444-9f97-633d122c9f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9845 | 2024.07.13 05:41:11.179996 [ 3 ] {72f9b79a-139d-4444-9f97-633d122c9f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9846 | 2024.07.13 05:41:11.180143 [ 3 ] {72f9b79a-139d-4444-9f97-633d122c9f75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9847 | 2024.07.13 05:41:11.180593 [ 3 ] {72f9b79a-139d-4444-9f97-633d122c9f75} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9848 | 2024.07.13 05:41:11.180630 [ 3 ] {72f9b79a-139d-4444-9f97-633d122c9f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9849 | 2024.07.13 05:41:11.180955 [ 3 ] {72f9b79a-139d-4444-9f97-633d122c9f75} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9850 | 2024.07.13 05:41:11.181357 [ 3 ] {72f9b79a-139d-4444-9f97-633d122c9f75} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9851 | 2024.07.13 05:41:11.181529 [ 3 ] {72f9b79a-139d-4444-9f97-633d122c9f75} <Debug> executeQuery: Read 260 rows, 23.43 KiB in 0.001672 sec., 155502.3923444976 rows/sec., 13.69 MiB/sec. | ||
9852 | 2024.07.13 05:41:11.181735 [ 3 ] {72f9b79a-139d-4444-9f97-633d122c9f75} <Debug> DynamicQueryHandler: Done processing query | ||
9853 | 2024.07.13 05:41:11.181766 [ 3 ] {72f9b79a-139d-4444-9f97-633d122c9f75} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9854 | 2024.07.13 05:41:11.181782 [ 3 ] {} <Debug> HTTP-Session: 4317ea24-0984-4e4a-81af-9222aeeeb4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9855 | 2024.07.13 05:41:11.181924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9856 | 2024.07.13 05:41:11.181973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9857 | 2024.07.13 05:41:11.181992 [ 3 ] {} <Debug> HTTP-Session: f00eaee4-33c0-49c3-bba5-6a7f3ecb50ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9858 | 2024.07.13 05:41:11.182010 [ 3 ] {} <Debug> HTTP-Session: f00eaee4-33c0-49c3-bba5-6a7f3ecb50ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9859 | 2024.07.13 05:41:11.182024 [ 3 ] {} <Debug> HTTP-Session: f00eaee4-33c0-49c3-bba5-6a7f3ecb50ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9860 | 2024.07.13 05:41:11.182056 [ 3 ] {} <Trace> HTTP-Session: f00eaee4-33c0-49c3-bba5-6a7f3ecb50ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9861 | 2024.07.13 05:41:11.182152 [ 3 ] {1f646657-09f9-4dd6-9434-f4c9338bf0ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9862 | 2024.07.13 05:41:11.182195 [ 3 ] {1f646657-09f9-4dd6-9434-f4c9338bf0ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9863 | 2024.07.13 05:41:11.182324 [ 3 ] {1f646657-09f9-4dd6-9434-f4c9338bf0ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9864 | 2024.07.13 05:41:11.182593 [ 3 ] {1f646657-09f9-4dd6-9434-f4c9338bf0ef} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9865 | 2024.07.13 05:41:11.182629 [ 3 ] {1f646657-09f9-4dd6-9434-f4c9338bf0ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9866 | 2024.07.13 05:41:11.182938 [ 3 ] {1f646657-09f9-4dd6-9434-f4c9338bf0ef} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
9867 | 2024.07.13 05:41:11.183239 [ 3 ] {1f646657-09f9-4dd6-9434-f4c9338bf0ef} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9868 | 2024.07.13 05:41:11.183399 [ 3 ] {1f646657-09f9-4dd6-9434-f4c9338bf0ef} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001269 sec., 4728.132387706856 rows/sec., 330.14 KiB/sec. | ||
9869 | 2024.07.13 05:41:11.183888 [ 3 ] {1f646657-09f9-4dd6-9434-f4c9338bf0ef} <Debug> DynamicQueryHandler: Done processing query | ||
9870 | 2024.07.13 05:41:11.183950 [ 3 ] {1f646657-09f9-4dd6-9434-f4c9338bf0ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9871 | 2024.07.13 05:41:11.183991 [ 3 ] {} <Debug> HTTP-Session: f00eaee4-33c0-49c3-bba5-6a7f3ecb50ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9872 | 2024.07.13 05:41:11.184190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 68021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9873 | 2024.07.13 05:41:11.184238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9874 | 2024.07.13 05:41:11.184257 [ 3 ] {} <Debug> HTTP-Session: edcd7265-ebbf-418d-ab3c-eb9a86252ca3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9875 | 2024.07.13 05:41:11.184274 [ 3 ] {} <Debug> HTTP-Session: edcd7265-ebbf-418d-ab3c-eb9a86252ca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9876 | 2024.07.13 05:41:11.184288 [ 3 ] {} <Debug> HTTP-Session: edcd7265-ebbf-418d-ab3c-eb9a86252ca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9877 | 2024.07.13 05:41:11.184320 [ 3 ] {} <Trace> HTTP-Session: edcd7265-ebbf-418d-ab3c-eb9a86252ca3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9878 | 2024.07.13 05:41:11.184548 [ 3 ] {2e32fb3a-0f29-4157-b870-e8db225df4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9879 | 2024.07.13 05:41:11.184592 [ 3 ] {2e32fb3a-0f29-4157-b870-e8db225df4ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9880 | 2024.07.13 05:41:11.184732 [ 3 ] {2e32fb3a-0f29-4157-b870-e8db225df4ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9881 | 2024.07.13 05:41:11.185265 [ 3 ] {2e32fb3a-0f29-4157-b870-e8db225df4ff} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9882 | 2024.07.13 05:41:11.185302 [ 3 ] {2e32fb3a-0f29-4157-b870-e8db225df4ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9883 | 2024.07.13 05:41:11.185623 [ 3 ] {2e32fb3a-0f29-4157-b870-e8db225df4ff} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9884 | 2024.07.13 05:41:11.185927 [ 3 ] {2e32fb3a-0f29-4157-b870-e8db225df4ff} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9885 | 2024.07.13 05:41:11.186082 [ 3 ] {2e32fb3a-0f29-4157-b870-e8db225df4ff} <Debug> executeQuery: Read 420 rows, 30.53 KiB in 0.001659 sec., 253164.5569620253 rows/sec., 17.97 MiB/sec. | ||
9886 | 2024.07.13 05:41:11.186241 [ 3 ] {2e32fb3a-0f29-4157-b870-e8db225df4ff} <Debug> DynamicQueryHandler: Done processing query | ||
9887 | 2024.07.13 05:41:11.186266 [ 3 ] {2e32fb3a-0f29-4157-b870-e8db225df4ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9888 | 2024.07.13 05:41:11.186281 [ 3 ] {} <Debug> HTTP-Session: edcd7265-ebbf-418d-ab3c-eb9a86252ca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9889 | 2024.07.13 05:41:11.186424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9890 | 2024.07.13 05:41:11.186471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9891 | 2024.07.13 05:41:11.186491 [ 3 ] {} <Debug> HTTP-Session: c17f2e7d-572b-4f3d-a1d6-72ab7fc2da80 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9892 | 2024.07.13 05:41:11.186508 [ 3 ] {} <Debug> HTTP-Session: c17f2e7d-572b-4f3d-a1d6-72ab7fc2da80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9893 | 2024.07.13 05:41:11.186523 [ 3 ] {} <Debug> HTTP-Session: c17f2e7d-572b-4f3d-a1d6-72ab7fc2da80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9894 | 2024.07.13 05:41:11.186554 [ 3 ] {} <Trace> HTTP-Session: c17f2e7d-572b-4f3d-a1d6-72ab7fc2da80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9895 | 2024.07.13 05:41:11.186649 [ 3 ] {1c0afcd1-84d0-435b-ad7c-52633f05f947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9896 | 2024.07.13 05:41:11.186695 [ 3 ] {1c0afcd1-84d0-435b-ad7c-52633f05f947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9897 | 2024.07.13 05:41:11.186830 [ 3 ] {1c0afcd1-84d0-435b-ad7c-52633f05f947} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9898 | 2024.07.13 05:41:11.187091 [ 3 ] {1c0afcd1-84d0-435b-ad7c-52633f05f947} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9899 | 2024.07.13 05:41:11.187127 [ 3 ] {1c0afcd1-84d0-435b-ad7c-52633f05f947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9900 | 2024.07.13 05:41:11.187477 [ 3 ] {1c0afcd1-84d0-435b-ad7c-52633f05f947} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9901 | 2024.07.13 05:41:11.187796 [ 3 ] {1c0afcd1-84d0-435b-ad7c-52633f05f947} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9902 | 2024.07.13 05:41:11.187953 [ 3 ] {1c0afcd1-84d0-435b-ad7c-52633f05f947} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 195.61 KiB/sec. | ||
9903 | 2024.07.13 05:41:11.188151 [ 3 ] {1c0afcd1-84d0-435b-ad7c-52633f05f947} <Debug> DynamicQueryHandler: Done processing query | ||
9904 | 2024.07.13 05:41:11.188176 [ 3 ] {1c0afcd1-84d0-435b-ad7c-52633f05f947} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9905 | 2024.07.13 05:41:11.188192 [ 3 ] {} <Debug> HTTP-Session: c17f2e7d-572b-4f3d-a1d6-72ab7fc2da80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9906 | 2024.07.13 05:41:11.188325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9907 | 2024.07.13 05:41:11.188372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9908 | 2024.07.13 05:41:11.188392 [ 3 ] {} <Debug> HTTP-Session: bf8e4a0b-87ab-42da-b8f6-a1cbee511ddf Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9909 | 2024.07.13 05:41:11.188408 [ 3 ] {} <Debug> HTTP-Session: bf8e4a0b-87ab-42da-b8f6-a1cbee511ddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9910 | 2024.07.13 05:41:11.188422 [ 3 ] {} <Debug> HTTP-Session: bf8e4a0b-87ab-42da-b8f6-a1cbee511ddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9911 | 2024.07.13 05:41:11.188452 [ 3 ] {} <Trace> HTTP-Session: bf8e4a0b-87ab-42da-b8f6-a1cbee511ddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9912 | 2024.07.13 05:41:11.188567 [ 3 ] {33b148a0-4b21-444a-9b88-9ce2329c1fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9913 | 2024.07.13 05:41:11.188614 [ 3 ] {33b148a0-4b21-444a-9b88-9ce2329c1fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9914 | 2024.07.13 05:41:11.188757 [ 3 ] {33b148a0-4b21-444a-9b88-9ce2329c1fd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9915 | 2024.07.13 05:41:11.189074 [ 3 ] {33b148a0-4b21-444a-9b88-9ce2329c1fd1} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9916 | 2024.07.13 05:41:11.189109 [ 3 ] {33b148a0-4b21-444a-9b88-9ce2329c1fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9917 | 2024.07.13 05:41:11.189477 [ 3 ] {33b148a0-4b21-444a-9b88-9ce2329c1fd1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9918 | 2024.07.13 05:41:11.189806 [ 3 ] {33b148a0-4b21-444a-9b88-9ce2329c1fd1} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9919 | 2024.07.13 05:41:11.189970 [ 3 ] {33b148a0-4b21-444a-9b88-9ce2329c1fd1} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001445 sec., 53287.1972318339 rows/sec., 3.28 MiB/sec. | ||
9920 | 2024.07.13 05:41:11.190294 [ 3 ] {33b148a0-4b21-444a-9b88-9ce2329c1fd1} <Debug> DynamicQueryHandler: Done processing query | ||
9921 | 2024.07.13 05:41:11.190322 [ 3 ] {33b148a0-4b21-444a-9b88-9ce2329c1fd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9922 | 2024.07.13 05:41:11.190339 [ 3 ] {} <Debug> HTTP-Session: bf8e4a0b-87ab-42da-b8f6-a1cbee511ddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9923 | 2024.07.13 05:41:11.190532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 31174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9924 | 2024.07.13 05:41:11.190581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9925 | 2024.07.13 05:41:11.190599 [ 3 ] {} <Debug> HTTP-Session: b9005a4f-f8ea-42b8-b287-79756ed4a129 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9926 | 2024.07.13 05:41:11.190616 [ 3 ] {} <Debug> HTTP-Session: b9005a4f-f8ea-42b8-b287-79756ed4a129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9927 | 2024.07.13 05:41:11.190629 [ 3 ] {} <Debug> HTTP-Session: b9005a4f-f8ea-42b8-b287-79756ed4a129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9928 | 2024.07.13 05:41:11.190659 [ 3 ] {} <Trace> HTTP-Session: b9005a4f-f8ea-42b8-b287-79756ed4a129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9929 | 2024.07.13 05:41:11.190836 [ 3 ] {428eaeb6-a3db-471c-a692-9286fe39801f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9930 | 2024.07.13 05:41:11.190884 [ 3 ] {428eaeb6-a3db-471c-a692-9286fe39801f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9931 | 2024.07.13 05:41:11.191045 [ 3 ] {428eaeb6-a3db-471c-a692-9286fe39801f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9932 | 2024.07.13 05:41:11.191399 [ 3 ] {428eaeb6-a3db-471c-a692-9286fe39801f} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9933 | 2024.07.13 05:41:11.191435 [ 3 ] {428eaeb6-a3db-471c-a692-9286fe39801f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9934 | 2024.07.13 05:41:11.191799 [ 3 ] {428eaeb6-a3db-471c-a692-9286fe39801f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9935 | 2024.07.13 05:41:11.192147 [ 3 ] {428eaeb6-a3db-471c-a692-9286fe39801f} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9936 | 2024.07.13 05:41:11.192353 [ 3 ] {428eaeb6-a3db-471c-a692-9286fe39801f} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001618 sec., 100741.6563658838 rows/sec., 7.01 MiB/sec. | ||
9937 | 2024.07.13 05:41:11.192653 [ 3 ] {428eaeb6-a3db-471c-a692-9286fe39801f} <Debug> DynamicQueryHandler: Done processing query | ||
9938 | 2024.07.13 05:41:11.192712 [ 3 ] {428eaeb6-a3db-471c-a692-9286fe39801f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9939 | 2024.07.13 05:41:11.192770 [ 3 ] {} <Debug> HTTP-Session: b9005a4f-f8ea-42b8-b287-79756ed4a129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9940 | 2024.07.13 05:41:11.192987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9941 | 2024.07.13 05:41:11.193037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9942 | 2024.07.13 05:41:11.193055 [ 3 ] {} <Debug> HTTP-Session: 5fc0c09a-45ea-493e-b095-68fbf860786a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9943 | 2024.07.13 05:41:11.193072 [ 3 ] {} <Debug> HTTP-Session: 5fc0c09a-45ea-493e-b095-68fbf860786a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9944 | 2024.07.13 05:41:11.193085 [ 3 ] {} <Debug> HTTP-Session: 5fc0c09a-45ea-493e-b095-68fbf860786a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9945 | 2024.07.13 05:41:11.193116 [ 3 ] {} <Trace> HTTP-Session: 5fc0c09a-45ea-493e-b095-68fbf860786a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9946 | 2024.07.13 05:41:11.193432 [ 3 ] {1632b700-1f2f-43c9-8059-1536719ed45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9947 | 2024.07.13 05:41:11.193504 [ 3 ] {1632b700-1f2f-43c9-8059-1536719ed45b} <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 | ||
9948 | 2024.07.13 05:41:11.193920 [ 3 ] {1632b700-1f2f-43c9-8059-1536719ed45b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9949 | 2024.07.13 05:41:11.194586 [ 3 ] {1632b700-1f2f-43c9-8059-1536719ed45b} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9950 | 2024.07.13 05:41:11.194622 [ 3 ] {1632b700-1f2f-43c9-8059-1536719ed45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9951 | 2024.07.13 05:41:11.195232 [ 3 ] {1632b700-1f2f-43c9-8059-1536719ed45b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9952 | 2024.07.13 05:41:11.195646 [ 3 ] {1632b700-1f2f-43c9-8059-1536719ed45b} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9953 | 2024.07.13 05:41:11.195833 [ 3 ] {1632b700-1f2f-43c9-8059-1536719ed45b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00263 sec., 12167.300380228136 rows/sec., 21.80 MiB/sec. | ||
9954 | 2024.07.13 05:41:11.196063 [ 3 ] {1632b700-1f2f-43c9-8059-1536719ed45b} <Debug> DynamicQueryHandler: Done processing query | ||
9955 | 2024.07.13 05:41:11.196088 [ 3 ] {1632b700-1f2f-43c9-8059-1536719ed45b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9956 | 2024.07.13 05:41:11.196103 [ 3 ] {} <Debug> HTTP-Session: 5fc0c09a-45ea-493e-b095-68fbf860786a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9957 | 2024.07.13 05:41:11.196238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9958 | 2024.07.13 05:41:11.196286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9959 | 2024.07.13 05:41:11.196305 [ 3 ] {} <Debug> HTTP-Session: ff5e4104-1e1f-4fb6-affc-c21ad2a96bd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9960 | 2024.07.13 05:41:11.196321 [ 3 ] {} <Debug> HTTP-Session: ff5e4104-1e1f-4fb6-affc-c21ad2a96bd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9961 | 2024.07.13 05:41:11.196334 [ 3 ] {} <Debug> HTTP-Session: ff5e4104-1e1f-4fb6-affc-c21ad2a96bd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9962 | 2024.07.13 05:41:11.196366 [ 3 ] {} <Trace> HTTP-Session: ff5e4104-1e1f-4fb6-affc-c21ad2a96bd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9963 | 2024.07.13 05:41:11.196466 [ 3 ] {67875d44-fd6e-4e65-b6ef-88f0f46f5455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9964 | 2024.07.13 05:41:11.196511 [ 3 ] {67875d44-fd6e-4e65-b6ef-88f0f46f5455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9965 | 2024.07.13 05:41:11.196635 [ 3 ] {67875d44-fd6e-4e65-b6ef-88f0f46f5455} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9966 | 2024.07.13 05:41:11.196893 [ 3 ] {67875d44-fd6e-4e65-b6ef-88f0f46f5455} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9967 | 2024.07.13 05:41:11.196929 [ 3 ] {67875d44-fd6e-4e65-b6ef-88f0f46f5455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9968 | 2024.07.13 05:41:11.197270 [ 3 ] {67875d44-fd6e-4e65-b6ef-88f0f46f5455} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9969 | 2024.07.13 05:41:11.197582 [ 3 ] {67875d44-fd6e-4e65-b6ef-88f0f46f5455} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9970 | 2024.07.13 05:41:11.197735 [ 3 ] {67875d44-fd6e-4e65-b6ef-88f0f46f5455} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001291 sec., 17815.646785437646 rows/sec., 963.70 KiB/sec. | ||
9971 | 2024.07.13 05:41:11.198001 [ 3 ] {67875d44-fd6e-4e65-b6ef-88f0f46f5455} <Debug> DynamicQueryHandler: Done processing query | ||
9972 | 2024.07.13 05:41:11.198037 [ 3 ] {67875d44-fd6e-4e65-b6ef-88f0f46f5455} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9973 | 2024.07.13 05:41:11.198053 [ 3 ] {} <Debug> HTTP-Session: ff5e4104-1e1f-4fb6-affc-c21ad2a96bd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9974 | 2024.07.13 05:41:11.198184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9975 | 2024.07.13 05:41:11.198232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9976 | 2024.07.13 05:41:11.198251 [ 3 ] {} <Debug> HTTP-Session: ade75976-3f84-4b0c-9288-1fdd7c0713a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9977 | 2024.07.13 05:41:11.198267 [ 3 ] {} <Debug> HTTP-Session: ade75976-3f84-4b0c-9288-1fdd7c0713a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9978 | 2024.07.13 05:41:11.198281 [ 3 ] {} <Debug> HTTP-Session: ade75976-3f84-4b0c-9288-1fdd7c0713a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9979 | 2024.07.13 05:41:11.198311 [ 3 ] {} <Trace> HTTP-Session: ade75976-3f84-4b0c-9288-1fdd7c0713a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9980 | 2024.07.13 05:41:11.198437 [ 3 ] {4271b58b-c2df-4bec-bb48-f0faea178274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9981 | 2024.07.13 05:41:11.198482 [ 3 ] {4271b58b-c2df-4bec-bb48-f0faea178274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9982 | 2024.07.13 05:41:11.198623 [ 3 ] {4271b58b-c2df-4bec-bb48-f0faea178274} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9983 | 2024.07.13 05:41:11.198909 [ 3 ] {4271b58b-c2df-4bec-bb48-f0faea178274} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9984 | 2024.07.13 05:41:11.198945 [ 3 ] {4271b58b-c2df-4bec-bb48-f0faea178274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9985 | 2024.07.13 05:41:11.199296 [ 3 ] {4271b58b-c2df-4bec-bb48-f0faea178274} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9986 | 2024.07.13 05:41:11.199619 [ 3 ] {4271b58b-c2df-4bec-bb48-f0faea178274} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9987 | 2024.07.13 05:41:11.199778 [ 3 ] {4271b58b-c2df-4bec-bb48-f0faea178274} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
9988 | 2024.07.13 05:41:11.200022 [ 3 ] {4271b58b-c2df-4bec-bb48-f0faea178274} <Debug> DynamicQueryHandler: Done processing query | ||
9989 | 2024.07.13 05:41:11.200080 [ 3 ] {4271b58b-c2df-4bec-bb48-f0faea178274} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9990 | 2024.07.13 05:41:11.200129 [ 3 ] {} <Debug> HTTP-Session: ade75976-3f84-4b0c-9288-1fdd7c0713a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9991 | 2024.07.13 05:41:15.444676 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9992 | 2024.07.13 05:41:15.444777 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9993 | 2024.07.13 05:41:16.168086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9994 | 2024.07.13 05:41:16.168257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9995 | 2024.07.13 05:41:16.168303 [ 3 ] {} <Debug> HTTP-Session: 110ed52d-128a-4b70-9266-6303e23b5d14 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
9996 | 2024.07.13 05:41:16.168346 [ 3 ] {} <Debug> HTTP-Session: 110ed52d-128a-4b70-9266-6303e23b5d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9997 | 2024.07.13 05:41:16.168375 [ 3 ] {} <Debug> HTTP-Session: 110ed52d-128a-4b70-9266-6303e23b5d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9998 | 2024.07.13 05:41:16.168456 [ 3 ] {} <Trace> HTTP-Session: 110ed52d-128a-4b70-9266-6303e23b5d14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9999 | 2024.07.13 05:41:16.168733 [ 3 ] {fc9347eb-554c-4b09-9e90-8d12e93162ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10000 | 2024.07.13 05:41:16.168851 [ 3 ] {fc9347eb-554c-4b09-9e90-8d12e93162ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10001 | 2024.07.13 05:41:16.169096 [ 3 ] {fc9347eb-554c-4b09-9e90-8d12e93162ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10002 | 2024.07.13 05:41:16.169499 [ 3 ] {fc9347eb-554c-4b09-9e90-8d12e93162ed} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10003 | 2024.07.13 05:41:16.169546 [ 3 ] {fc9347eb-554c-4b09-9e90-8d12e93162ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10004 | 2024.07.13 05:41:16.169925 [ 3 ] {fc9347eb-554c-4b09-9e90-8d12e93162ed} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
10005 | 2024.07.13 05:41:16.170274 [ 3 ] {fc9347eb-554c-4b09-9e90-8d12e93162ed} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10006 | 2024.07.13 05:41:16.170426 [ 3 ] {fc9347eb-554c-4b09-9e90-8d12e93162ed} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001775 sec., 1126.7605633802816 rows/sec., 91.88 KiB/sec. | ||
10007 | 2024.07.13 05:41:16.170634 [ 3 ] {fc9347eb-554c-4b09-9e90-8d12e93162ed} <Debug> DynamicQueryHandler: Done processing query | ||
10008 | 2024.07.13 05:41:16.170661 [ 3 ] {fc9347eb-554c-4b09-9e90-8d12e93162ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10009 | 2024.07.13 05:41:16.170678 [ 3 ] {} <Debug> HTTP-Session: 110ed52d-128a-4b70-9266-6303e23b5d14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10010 | 2024.07.13 05:41:16.170851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10011 | 2024.07.13 05:41:16.170904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10012 | 2024.07.13 05:41:16.170924 [ 3 ] {} <Debug> HTTP-Session: 295e7f41-e874-4b14-ab22-4263ed36ad99 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10013 | 2024.07.13 05:41:16.170943 [ 3 ] {} <Debug> HTTP-Session: 295e7f41-e874-4b14-ab22-4263ed36ad99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10014 | 2024.07.13 05:41:16.170958 [ 3 ] {} <Debug> HTTP-Session: 295e7f41-e874-4b14-ab22-4263ed36ad99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10015 | 2024.07.13 05:41:16.170993 [ 3 ] {} <Trace> HTTP-Session: 295e7f41-e874-4b14-ab22-4263ed36ad99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10016 | 2024.07.13 05:41:16.171113 [ 3 ] {30569137-927b-495f-873e-4511bbd16b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10017 | 2024.07.13 05:41:16.171159 [ 3 ] {30569137-927b-495f-873e-4511bbd16b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10018 | 2024.07.13 05:41:16.171287 [ 3 ] {30569137-927b-495f-873e-4511bbd16b7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10019 | 2024.07.13 05:41:16.171634 [ 3 ] {30569137-927b-495f-873e-4511bbd16b7c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10020 | 2024.07.13 05:41:16.171672 [ 3 ] {30569137-927b-495f-873e-4511bbd16b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10021 | 2024.07.13 05:41:16.171990 [ 3 ] {30569137-927b-495f-873e-4511bbd16b7c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10022 | 2024.07.13 05:41:16.172304 [ 3 ] {30569137-927b-495f-873e-4511bbd16b7c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10023 | 2024.07.13 05:41:16.172460 [ 3 ] {30569137-927b-495f-873e-4511bbd16b7c} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.00138 sec., 41304.34782608696 rows/sec., 3.17 MiB/sec. | ||
10024 | 2024.07.13 05:41:16.172639 [ 3 ] {30569137-927b-495f-873e-4511bbd16b7c} <Debug> DynamicQueryHandler: Done processing query | ||
10025 | 2024.07.13 05:41:16.172664 [ 3 ] {30569137-927b-495f-873e-4511bbd16b7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10026 | 2024.07.13 05:41:16.172680 [ 3 ] {} <Debug> HTTP-Session: 295e7f41-e874-4b14-ab22-4263ed36ad99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10027 | 2024.07.13 05:41:16.172808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10028 | 2024.07.13 05:41:16.172856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10029 | 2024.07.13 05:41:16.172875 [ 3 ] {} <Debug> HTTP-Session: 6f02ee9a-37f6-4782-a051-6a5eb5b42626 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10030 | 2024.07.13 05:41:16.172893 [ 3 ] {} <Debug> HTTP-Session: 6f02ee9a-37f6-4782-a051-6a5eb5b42626 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10031 | 2024.07.13 05:41:16.172907 [ 3 ] {} <Debug> HTTP-Session: 6f02ee9a-37f6-4782-a051-6a5eb5b42626 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10032 | 2024.07.13 05:41:16.172939 [ 3 ] {} <Trace> HTTP-Session: 6f02ee9a-37f6-4782-a051-6a5eb5b42626 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10033 | 2024.07.13 05:41:16.173034 [ 3 ] {b603ca38-21f7-452e-b180-0dd1788f2d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10034 | 2024.07.13 05:41:16.173079 [ 3 ] {b603ca38-21f7-452e-b180-0dd1788f2d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10035 | 2024.07.13 05:41:16.173207 [ 3 ] {b603ca38-21f7-452e-b180-0dd1788f2d07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10036 | 2024.07.13 05:41:16.173510 [ 3 ] {b603ca38-21f7-452e-b180-0dd1788f2d07} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10037 | 2024.07.13 05:41:16.173548 [ 3 ] {b603ca38-21f7-452e-b180-0dd1788f2d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10038 | 2024.07.13 05:41:16.173847 [ 3 ] {b603ca38-21f7-452e-b180-0dd1788f2d07} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
10039 | 2024.07.13 05:41:16.174160 [ 3 ] {b603ca38-21f7-452e-b180-0dd1788f2d07} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10040 | 2024.07.13 05:41:16.174322 [ 3 ] {b603ca38-21f7-452e-b180-0dd1788f2d07} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 106.93 KiB/sec. | ||
10041 | 2024.07.13 05:41:16.174490 [ 3 ] {b603ca38-21f7-452e-b180-0dd1788f2d07} <Debug> DynamicQueryHandler: Done processing query | ||
10042 | 2024.07.13 05:41:16.174515 [ 3 ] {b603ca38-21f7-452e-b180-0dd1788f2d07} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10043 | 2024.07.13 05:41:16.174531 [ 3 ] {} <Debug> HTTP-Session: 6f02ee9a-37f6-4782-a051-6a5eb5b42626 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10044 | 2024.07.13 05:41:16.174658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10045 | 2024.07.13 05:41:16.174706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10046 | 2024.07.13 05:41:16.174725 [ 3 ] {} <Debug> HTTP-Session: cf836409-473d-48ed-a7d5-a287afb7ec95 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10047 | 2024.07.13 05:41:16.174742 [ 3 ] {} <Debug> HTTP-Session: cf836409-473d-48ed-a7d5-a287afb7ec95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10048 | 2024.07.13 05:41:16.174756 [ 3 ] {} <Debug> HTTP-Session: cf836409-473d-48ed-a7d5-a287afb7ec95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10049 | 2024.07.13 05:41:16.174788 [ 3 ] {} <Trace> HTTP-Session: cf836409-473d-48ed-a7d5-a287afb7ec95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10050 | 2024.07.13 05:41:16.174904 [ 3 ] {4f2f4635-c009-44e9-a83b-5f6b5f0a2212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10051 | 2024.07.13 05:41:16.174947 [ 3 ] {4f2f4635-c009-44e9-a83b-5f6b5f0a2212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10052 | 2024.07.13 05:41:16.175073 [ 3 ] {4f2f4635-c009-44e9-a83b-5f6b5f0a2212} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10053 | 2024.07.13 05:41:16.175408 [ 3 ] {4f2f4635-c009-44e9-a83b-5f6b5f0a2212} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10054 | 2024.07.13 05:41:16.175445 [ 3 ] {4f2f4635-c009-44e9-a83b-5f6b5f0a2212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10055 | 2024.07.13 05:41:16.175764 [ 3 ] {4f2f4635-c009-44e9-a83b-5f6b5f0a2212} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10056 | 2024.07.13 05:41:16.176069 [ 3 ] {4f2f4635-c009-44e9-a83b-5f6b5f0a2212} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10057 | 2024.07.13 05:41:16.176215 [ 3 ] {4f2f4635-c009-44e9-a83b-5f6b5f0a2212} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001349 sec., 48925.12972572276 rows/sec., 3.82 MiB/sec. | ||
10058 | 2024.07.13 05:41:16.176391 [ 3 ] {4f2f4635-c009-44e9-a83b-5f6b5f0a2212} <Debug> DynamicQueryHandler: Done processing query | ||
10059 | 2024.07.13 05:41:16.176428 [ 3 ] {4f2f4635-c009-44e9-a83b-5f6b5f0a2212} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10060 | 2024.07.13 05:41:16.176459 [ 3 ] {} <Debug> HTTP-Session: cf836409-473d-48ed-a7d5-a287afb7ec95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10061 | 2024.07.13 05:41:16.176642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10062 | 2024.07.13 05:41:16.176690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10063 | 2024.07.13 05:41:16.176709 [ 3 ] {} <Debug> HTTP-Session: a6cb1951-ce7b-4dfc-85d4-6802530980de Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10064 | 2024.07.13 05:41:16.176751 [ 3 ] {} <Debug> HTTP-Session: a6cb1951-ce7b-4dfc-85d4-6802530980de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10065 | 2024.07.13 05:41:16.176767 [ 3 ] {} <Debug> HTTP-Session: a6cb1951-ce7b-4dfc-85d4-6802530980de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10066 | 2024.07.13 05:41:16.176802 [ 3 ] {} <Trace> HTTP-Session: a6cb1951-ce7b-4dfc-85d4-6802530980de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10067 | 2024.07.13 05:41:16.176948 [ 3 ] {e73f6dbd-603c-4ec7-87a5-7257154959c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10068 | 2024.07.13 05:41:16.176995 [ 3 ] {e73f6dbd-603c-4ec7-87a5-7257154959c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10069 | 2024.07.13 05:41:16.177138 [ 3 ] {e73f6dbd-603c-4ec7-87a5-7257154959c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10070 | 2024.07.13 05:41:16.177511 [ 3 ] {e73f6dbd-603c-4ec7-87a5-7257154959c7} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10071 | 2024.07.13 05:41:16.177547 [ 3 ] {e73f6dbd-603c-4ec7-87a5-7257154959c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10072 | 2024.07.13 05:41:16.177938 [ 3 ] {e73f6dbd-603c-4ec7-87a5-7257154959c7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10073 | 2024.07.13 05:41:16.178282 [ 3 ] {e73f6dbd-603c-4ec7-87a5-7257154959c7} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10074 | 2024.07.13 05:41:16.178433 [ 3 ] {e73f6dbd-603c-4ec7-87a5-7257154959c7} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001549 sec., 103938.02453195609 rows/sec., 7.24 MiB/sec. | ||
10075 | 2024.07.13 05:41:16.178611 [ 3 ] {e73f6dbd-603c-4ec7-87a5-7257154959c7} <Debug> DynamicQueryHandler: Done processing query | ||
10076 | 2024.07.13 05:41:16.178636 [ 3 ] {e73f6dbd-603c-4ec7-87a5-7257154959c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10077 | 2024.07.13 05:41:16.178652 [ 3 ] {} <Debug> HTTP-Session: a6cb1951-ce7b-4dfc-85d4-6802530980de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10078 | 2024.07.13 05:41:16.178790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10079 | 2024.07.13 05:41:16.178837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10080 | 2024.07.13 05:41:16.178857 [ 3 ] {} <Debug> HTTP-Session: f031b796-99dc-4441-bab6-ea05c7afa58e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10081 | 2024.07.13 05:41:16.178874 [ 3 ] {} <Debug> HTTP-Session: f031b796-99dc-4441-bab6-ea05c7afa58e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10082 | 2024.07.13 05:41:16.178887 [ 3 ] {} <Debug> HTTP-Session: f031b796-99dc-4441-bab6-ea05c7afa58e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10083 | 2024.07.13 05:41:16.178918 [ 3 ] {} <Trace> HTTP-Session: f031b796-99dc-4441-bab6-ea05c7afa58e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10084 | 2024.07.13 05:41:16.179035 [ 3 ] {767f646a-52b7-495a-951e-5ee9d9946730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10085 | 2024.07.13 05:41:16.179080 [ 3 ] {767f646a-52b7-495a-951e-5ee9d9946730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10086 | 2024.07.13 05:41:16.179206 [ 3 ] {767f646a-52b7-495a-951e-5ee9d9946730} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10087 | 2024.07.13 05:41:16.179484 [ 3 ] {767f646a-52b7-495a-951e-5ee9d9946730} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10088 | 2024.07.13 05:41:16.179519 [ 3 ] {767f646a-52b7-495a-951e-5ee9d9946730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10089 | 2024.07.13 05:41:16.179894 [ 3 ] {767f646a-52b7-495a-951e-5ee9d9946730} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10090 | 2024.07.13 05:41:16.180225 [ 3 ] {767f646a-52b7-495a-951e-5ee9d9946730} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10091 | 2024.07.13 05:41:16.180377 [ 3 ] {767f646a-52b7-495a-951e-5ee9d9946730} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
10092 | 2024.07.13 05:41:16.180535 [ 3 ] {767f646a-52b7-495a-951e-5ee9d9946730} <Debug> DynamicQueryHandler: Done processing query | ||
10093 | 2024.07.13 05:41:16.180559 [ 3 ] {767f646a-52b7-495a-951e-5ee9d9946730} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10094 | 2024.07.13 05:41:16.180574 [ 3 ] {} <Debug> HTTP-Session: f031b796-99dc-4441-bab6-ea05c7afa58e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10095 | 2024.07.13 05:41:21.176746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10096 | 2024.07.13 05:41:21.176883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10097 | 2024.07.13 05:41:21.176911 [ 3 ] {} <Debug> HTTP-Session: 0acdbd4c-3ab3-4020-9c6c-091ea0c0dfbb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10098 | 2024.07.13 05:41:21.176939 [ 3 ] {} <Debug> HTTP-Session: 0acdbd4c-3ab3-4020-9c6c-091ea0c0dfbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10099 | 2024.07.13 05:41:21.176957 [ 3 ] {} <Debug> HTTP-Session: 0acdbd4c-3ab3-4020-9c6c-091ea0c0dfbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10100 | 2024.07.13 05:41:21.177012 [ 3 ] {} <Trace> HTTP-Session: 0acdbd4c-3ab3-4020-9c6c-091ea0c0dfbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10101 | 2024.07.13 05:41:21.177207 [ 3 ] {784326d9-3102-4aac-b86e-b115b348b160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10102 | 2024.07.13 05:41:21.177273 [ 3 ] {784326d9-3102-4aac-b86e-b115b348b160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10103 | 2024.07.13 05:41:21.177463 [ 3 ] {784326d9-3102-4aac-b86e-b115b348b160} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10104 | 2024.07.13 05:41:21.177905 [ 3 ] {784326d9-3102-4aac-b86e-b115b348b160} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10105 | 2024.07.13 05:41:21.177946 [ 3 ] {784326d9-3102-4aac-b86e-b115b348b160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10106 | 2024.07.13 05:41:21.178325 [ 3 ] {784326d9-3102-4aac-b86e-b115b348b160} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10107 | 2024.07.13 05:41:21.178664 [ 3 ] {784326d9-3102-4aac-b86e-b115b348b160} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10108 | 2024.07.13 05:41:21.178805 [ 3 ] {784326d9-3102-4aac-b86e-b115b348b160} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001657 sec., 22933.011466505734 rows/sec., 1.73 MiB/sec. | ||
10109 | 2024.07.13 05:41:21.178804 [ 124 ] {} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
10110 | 2024.07.13 05:41:21.178878 [ 124 ] {} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10111 | 2024.07.13 05:41:21.178916 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10112 | 2024.07.13 05:41:21.179053 [ 3 ] {784326d9-3102-4aac-b86e-b115b348b160} <Debug> DynamicQueryHandler: Done processing query | ||
10113 | 2024.07.13 05:41:21.179089 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
10114 | 2024.07.13 05:41:21.179092 [ 3 ] {784326d9-3102-4aac-b86e-b115b348b160} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10115 | 2024.07.13 05:41:21.179193 [ 3 ] {} <Debug> HTTP-Session: 0acdbd4c-3ab3-4020-9c6c-091ea0c0dfbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10116 | 2024.07.13 05:41:21.179334 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10117 | 2024.07.13 05:41:21.179366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10118 | 2024.07.13 05:41:21.179391 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 38 rows starting from the beginning of the part | ||
10119 | 2024.07.13 05:41:21.179448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10120 | 2024.07.13 05:41:21.179528 [ 3 ] {} <Debug> HTTP-Session: 4896fc69-2a11-4ff2-87a1-6fbbe5179f04 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10121 | 2024.07.13 05:41:21.179612 [ 3 ] {} <Debug> HTTP-Session: 4896fc69-2a11-4ff2-87a1-6fbbe5179f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10122 | 2024.07.13 05:41:21.179621 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 38 rows starting from the beginning of the part | ||
10123 | 2024.07.13 05:41:21.179660 [ 3 ] {} <Debug> HTTP-Session: 4896fc69-2a11-4ff2-87a1-6fbbe5179f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10124 | 2024.07.13 05:41:21.179796 [ 3 ] {} <Trace> HTTP-Session: 4896fc69-2a11-4ff2-87a1-6fbbe5179f04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10125 | 2024.07.13 05:41:21.179935 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 38 rows starting from the beginning of the part | ||
10126 | 2024.07.13 05:41:21.180134 [ 3 ] {6a02bb6b-df6a-4e77-b847-163c17eee9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10127 | 2024.07.13 05:41:21.180226 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 38 rows starting from the beginning of the part | ||
10128 | 2024.07.13 05:41:21.180304 [ 3 ] {6a02bb6b-df6a-4e77-b847-163c17eee9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10129 | 2024.07.13 05:41:21.180594 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 38 rows starting from the beginning of the part | ||
10130 | 2024.07.13 05:41:21.181248 [ 3 ] {6a02bb6b-df6a-4e77-b847-163c17eee9a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10131 | 2024.07.13 05:41:21.181978 [ 3 ] {6a02bb6b-df6a-4e77-b847-163c17eee9a5} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10132 | 2024.07.13 05:41:21.182052 [ 3 ] {6a02bb6b-df6a-4e77-b847-163c17eee9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10133 | 2024.07.13 05:41:21.183012 [ 3 ] {6a02bb6b-df6a-4e77-b847-163c17eee9a5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10134 | 2024.07.13 05:41:21.183089 [ 197 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.004086954 sec., 46489.39038707066 rows/sec., 3.50 MiB/sec. | ||
10135 | 2024.07.13 05:41:21.183399 [ 195 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
10136 | 2024.07.13 05:41:21.183602 [ 3 ] {6a02bb6b-df6a-4e77-b847-163c17eee9a5} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10137 | 2024.07.13 05:41:21.184002 [ 3 ] {6a02bb6b-df6a-4e77-b847-163c17eee9a5} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.003993 sec., 1502.6296018031555 rows/sec., 122.53 KiB/sec. | ||
10138 | 2024.07.13 05:41:21.184404 [ 3 ] {6a02bb6b-df6a-4e77-b847-163c17eee9a5} <Debug> DynamicQueryHandler: Done processing query | ||
10139 | 2024.07.13 05:41:21.184443 [ 3 ] {6a02bb6b-df6a-4e77-b847-163c17eee9a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10140 | 2024.07.13 05:41:21.184461 [ 195 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10141 | 2024.07.13 05:41:21.184476 [ 3 ] {} <Debug> HTTP-Session: 4896fc69-2a11-4ff2-87a1-6fbbe5179f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10142 | 2024.07.13 05:41:21.184604 [ 195 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_30_7} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
10143 | 2024.07.13 05:41:21.184730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 44208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10144 | 2024.07.13 05:41:21.184742 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10145 | 2024.07.13 05:41:21.184802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10146 | 2024.07.13 05:41:21.184828 [ 3 ] {} <Debug> HTTP-Session: 9bef6047-a7dc-41fe-8959-4f2ccab227df Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10147 | 2024.07.13 05:41:21.184847 [ 3 ] {} <Debug> HTTP-Session: 9bef6047-a7dc-41fe-8959-4f2ccab227df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10148 | 2024.07.13 05:41:21.184861 [ 3 ] {} <Debug> HTTP-Session: 9bef6047-a7dc-41fe-8959-4f2ccab227df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10149 | 2024.07.13 05:41:21.184897 [ 3 ] {} <Trace> HTTP-Session: 9bef6047-a7dc-41fe-8959-4f2ccab227df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10150 | 2024.07.13 05:41:21.185089 [ 3 ] {5324be3d-df82-4d02-89f6-b5eaa3044ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10151 | 2024.07.13 05:41:21.185136 [ 3 ] {5324be3d-df82-4d02-89f6-b5eaa3044ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10152 | 2024.07.13 05:41:21.185281 [ 3 ] {5324be3d-df82-4d02-89f6-b5eaa3044ef2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10153 | 2024.07.13 05:41:21.185815 [ 3 ] {5324be3d-df82-4d02-89f6-b5eaa3044ef2} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10154 | 2024.07.13 05:41:21.185858 [ 3 ] {5324be3d-df82-4d02-89f6-b5eaa3044ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10155 | 2024.07.13 05:41:21.186198 [ 3 ] {5324be3d-df82-4d02-89f6-b5eaa3044ef2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10156 | 2024.07.13 05:41:21.186518 [ 3 ] {5324be3d-df82-4d02-89f6-b5eaa3044ef2} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10157 | 2024.07.13 05:41:21.186647 [ 124 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10158 | 2024.07.13 05:41:21.186648 [ 3 ] {5324be3d-df82-4d02-89f6-b5eaa3044ef2} <Debug> executeQuery: Read 296 rows, 26.25 KiB in 0.001661 sec., 178205.9000602047 rows/sec., 15.43 MiB/sec. | ||
10159 | 2024.07.13 05:41:21.186682 [ 124 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10160 | 2024.07.13 05:41:21.186721 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10161 | 2024.07.13 05:41:21.186884 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::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 | ||
10162 | 2024.07.13 05:41:21.186896 [ 3 ] {5324be3d-df82-4d02-89f6-b5eaa3044ef2} <Debug> DynamicQueryHandler: Done processing query | ||
10163 | 2024.07.13 05:41:21.186954 [ 3 ] {5324be3d-df82-4d02-89f6-b5eaa3044ef2} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10164 | 2024.07.13 05:41:21.186994 [ 3 ] {} <Debug> HTTP-Session: 9bef6047-a7dc-41fe-8959-4f2ccab227df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10165 | 2024.07.13 05:41:21.187102 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10166 | 2024.07.13 05:41:21.187135 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 301 rows starting from the beginning of the part | ||
10167 | 2024.07.13 05:41:21.187210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10168 | 2024.07.13 05:41:21.187369 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 257 rows starting from the beginning of the part | ||
10169 | 2024.07.13 05:41:21.187379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10170 | 2024.07.13 05:41:21.187465 [ 3 ] {} <Debug> HTTP-Session: 696b10b7-ba9c-4ae6-95a3-44a46aeb1ae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10171 | 2024.07.13 05:41:21.187540 [ 3 ] {} <Debug> HTTP-Session: 696b10b7-ba9c-4ae6-95a3-44a46aeb1ae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10172 | 2024.07.13 05:41:21.187616 [ 3 ] {} <Debug> HTTP-Session: 696b10b7-ba9c-4ae6-95a3-44a46aeb1ae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10173 | 2024.07.13 05:41:21.187653 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
10174 | 2024.07.13 05:41:21.187738 [ 3 ] {} <Trace> HTTP-Session: 696b10b7-ba9c-4ae6-95a3-44a46aeb1ae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10175 | 2024.07.13 05:41:21.187915 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 260 rows starting from the beginning of the part | ||
10176 | 2024.07.13 05:41:21.188060 [ 3 ] {6f3c23c3-85bd-4ce0-a290-2ae3bb6c0fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10177 | 2024.07.13 05:41:21.188202 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 57 rows starting from the beginning of the part | ||
10178 | 2024.07.13 05:41:21.188207 [ 3 ] {6f3c23c3-85bd-4ce0-a290-2ae3bb6c0fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10179 | 2024.07.13 05:41:21.188569 [ 189 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 296 rows starting from the beginning of the part | ||
10180 | 2024.07.13 05:41:21.189235 [ 3 ] {6f3c23c3-85bd-4ce0-a290-2ae3bb6c0fff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10181 | 2024.07.13 05:41:21.189975 [ 3 ] {6f3c23c3-85bd-4ce0-a290-2ae3bb6c0fff} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10182 | 2024.07.13 05:41:21.190040 [ 3 ] {6f3c23c3-85bd-4ce0-a290-2ae3bb6c0fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10183 | 2024.07.13 05:41:21.190912 [ 3 ] {6f3c23c3-85bd-4ce0-a290-2ae3bb6c0fff} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10184 | 2024.07.13 05:41:21.191504 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1227 rows, containing 4 columns (4 merged, 0 gathered) in 0.004691693 sec., 261526.0631929668 rows/sec., 22.56 MiB/sec. | ||
10185 | 2024.07.13 05:41:21.191595 [ 3 ] {6f3c23c3-85bd-4ce0-a290-2ae3bb6c0fff} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10186 | 2024.07.13 05:41:21.191777 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10187 | 2024.07.13 05:41:21.191855 [ 3 ] {6f3c23c3-85bd-4ce0-a290-2ae3bb6c0fff} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.003889 sec., 1542.813062483929 rows/sec., 107.73 KiB/sec. | ||
10188 | 2024.07.13 05:41:21.192226 [ 3 ] {6f3c23c3-85bd-4ce0-a290-2ae3bb6c0fff} <Debug> DynamicQueryHandler: Done processing query | ||
10189 | 2024.07.13 05:41:21.192291 [ 3 ] {6f3c23c3-85bd-4ce0-a290-2ae3bb6c0fff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10190 | 2024.07.13 05:41:21.192332 [ 3 ] {} <Debug> HTTP-Session: 696b10b7-ba9c-4ae6-95a3-44a46aeb1ae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10191 | 2024.07.13 05:41:21.192541 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10192 | 2024.07.13 05:41:21.192624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 72057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10193 | 2024.07.13 05:41:21.192665 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_61_12} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10194 | 2024.07.13 05:41:21.192704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10195 | 2024.07.13 05:41:21.192754 [ 3 ] {} <Debug> HTTP-Session: f869f0e4-e27f-43e3-9c59-8798b1c6ad59 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10196 | 2024.07.13 05:41:21.192803 [ 3 ] {} <Debug> HTTP-Session: f869f0e4-e27f-43e3-9c59-8798b1c6ad59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10197 | 2024.07.13 05:41:21.192823 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
10198 | 2024.07.13 05:41:21.192832 [ 3 ] {} <Debug> HTTP-Session: f869f0e4-e27f-43e3-9c59-8798b1c6ad59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10199 | 2024.07.13 05:41:21.192895 [ 3 ] {} <Trace> HTTP-Session: f869f0e4-e27f-43e3-9c59-8798b1c6ad59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10200 | 2024.07.13 05:41:21.193147 [ 3 ] {7bd2f55e-f7da-47e4-901c-c0692f940e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10201 | 2024.07.13 05:41:21.193191 [ 3 ] {7bd2f55e-f7da-47e4-901c-c0692f940e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10202 | 2024.07.13 05:41:21.193337 [ 3 ] {7bd2f55e-f7da-47e4-901c-c0692f940e17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10203 | 2024.07.13 05:41:21.193949 [ 3 ] {7bd2f55e-f7da-47e4-901c-c0692f940e17} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10204 | 2024.07.13 05:41:21.193988 [ 3 ] {7bd2f55e-f7da-47e4-901c-c0692f940e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10205 | 2024.07.13 05:41:21.194334 [ 3 ] {7bd2f55e-f7da-47e4-901c-c0692f940e17} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10206 | 2024.07.13 05:41:21.194656 [ 3 ] {7bd2f55e-f7da-47e4-901c-c0692f940e17} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10207 | 2024.07.13 05:41:21.194779 [ 3 ] {7bd2f55e-f7da-47e4-901c-c0692f940e17} <Debug> executeQuery: Read 444 rows, 32.42 KiB in 0.001772 sec., 250564.3340857788 rows/sec., 17.87 MiB/sec. | ||
10208 | 2024.07.13 05:41:21.194786 [ 124 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10209 | 2024.07.13 05:41:21.194835 [ 124 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10210 | 2024.07.13 05:41:21.194862 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10211 | 2024.07.13 05:41:21.195019 [ 3 ] {7bd2f55e-f7da-47e4-901c-c0692f940e17} <Debug> DynamicQueryHandler: Done processing query | ||
10212 | 2024.07.13 05:41:21.195095 [ 3 ] {7bd2f55e-f7da-47e4-901c-c0692f940e17} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10213 | 2024.07.13 05:41:21.195139 [ 3 ] {} <Debug> HTTP-Session: f869f0e4-e27f-43e3-9c59-8798b1c6ad59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10214 | 2024.07.13 05:41:21.195161 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::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 | ||
10215 | 2024.07.13 05:41:21.195429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10216 | 2024.07.13 05:41:21.195609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10217 | 2024.07.13 05:41:21.195702 [ 3 ] {} <Debug> HTTP-Session: d39117dd-7661-4aeb-b8b8-9ca18e98ec96 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10218 | 2024.07.13 05:41:21.195794 [ 3 ] {} <Debug> HTTP-Session: d39117dd-7661-4aeb-b8b8-9ca18e98ec96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10219 | 2024.07.13 05:41:21.195859 [ 3 ] {} <Debug> HTTP-Session: d39117dd-7661-4aeb-b8b8-9ca18e98ec96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10220 | 2024.07.13 05:41:21.195889 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10221 | 2024.07.13 05:41:21.196003 [ 3 ] {} <Trace> HTTP-Session: d39117dd-7661-4aeb-b8b8-9ca18e98ec96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10222 | 2024.07.13 05:41:21.196016 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 472 rows starting from the beginning of the part | ||
10223 | 2024.07.13 05:41:21.196302 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 414 rows starting from the beginning of the part | ||
10224 | 2024.07.13 05:41:21.196350 [ 3 ] {8707358a-9781-4160-b058-c23600c479bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10225 | 2024.07.13 05:41:21.196528 [ 3 ] {8707358a-9781-4160-b058-c23600c479bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10226 | 2024.07.13 05:41:21.196594 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
10227 | 2024.07.13 05:41:21.197079 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 420 rows starting from the beginning of the part | ||
10228 | 2024.07.13 05:41:21.197366 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 66 rows starting from the beginning of the part | ||
10229 | 2024.07.13 05:41:21.197439 [ 3 ] {8707358a-9781-4160-b058-c23600c479bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10230 | 2024.07.13 05:41:21.197807 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 444 rows starting from the beginning of the part | ||
10231 | 2024.07.13 05:41:21.198442 [ 3 ] {8707358a-9781-4160-b058-c23600c479bd} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10232 | 2024.07.13 05:41:21.198494 [ 3 ] {8707358a-9781-4160-b058-c23600c479bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10233 | 2024.07.13 05:41:21.199412 [ 3 ] {8707358a-9781-4160-b058-c23600c479bd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10234 | 2024.07.13 05:41:21.200268 [ 3 ] {8707358a-9781-4160-b058-c23600c479bd} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10235 | 2024.07.13 05:41:21.200478 [ 3 ] {8707358a-9781-4160-b058-c23600c479bd} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00428 sec., 1401.8691588785048 rows/sec., 60.24 KiB/sec. | ||
10236 | 2024.07.13 05:41:21.200953 [ 3 ] {8707358a-9781-4160-b058-c23600c479bd} <Debug> DynamicQueryHandler: Done processing query | ||
10237 | 2024.07.13 05:41:21.200983 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1880 rows, containing 4 columns (4 merged, 0 gathered) in 0.006024694 sec., 312049.04348669 rows/sec., 22.38 MiB/sec. | ||
10238 | 2024.07.13 05:41:21.200988 [ 3 ] {8707358a-9781-4160-b058-c23600c479bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10239 | 2024.07.13 05:41:21.201039 [ 3 ] {} <Debug> HTTP-Session: d39117dd-7661-4aeb-b8b8-9ca18e98ec96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10240 | 2024.07.13 05:41:21.201186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10241 | 2024.07.13 05:41:21.201188 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10242 | 2024.07.13 05:41:21.201299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10243 | 2024.07.13 05:41:21.201344 [ 3 ] {} <Debug> HTTP-Session: 054c7cff-75f3-4e9d-b5e5-f21febfb1936 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10244 | 2024.07.13 05:41:21.201363 [ 3 ] {} <Debug> HTTP-Session: 054c7cff-75f3-4e9d-b5e5-f21febfb1936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10245 | 2024.07.13 05:41:21.201394 [ 3 ] {} <Debug> HTTP-Session: 054c7cff-75f3-4e9d-b5e5-f21febfb1936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10246 | 2024.07.13 05:41:21.201453 [ 3 ] {} <Trace> HTTP-Session: 054c7cff-75f3-4e9d-b5e5-f21febfb1936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10247 | 2024.07.13 05:41:21.201787 [ 3 ] {59274347-d0a3-444a-afdb-4bf5057c36cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10248 | 2024.07.13 05:41:21.201862 [ 3 ] {59274347-d0a3-444a-afdb-4bf5057c36cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10249 | 2024.07.13 05:41:21.202042 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10250 | 2024.07.13 05:41:21.202292 [ 186 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_61_12} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10251 | 2024.07.13 05:41:21.202328 [ 3 ] {59274347-d0a3-444a-afdb-4bf5057c36cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10252 | 2024.07.13 05:41:21.202463 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
10253 | 2024.07.13 05:41:21.202815 [ 3 ] {59274347-d0a3-444a-afdb-4bf5057c36cd} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10254 | 2024.07.13 05:41:21.202859 [ 3 ] {59274347-d0a3-444a-afdb-4bf5057c36cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10255 | 2024.07.13 05:41:21.203244 [ 3 ] {59274347-d0a3-444a-afdb-4bf5057c36cd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10256 | 2024.07.13 05:41:21.203599 [ 3 ] {59274347-d0a3-444a-afdb-4bf5057c36cd} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10257 | 2024.07.13 05:41:21.203728 [ 3 ] {59274347-d0a3-444a-afdb-4bf5057c36cd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002068 sec., 37234.04255319149 rows/sec., 2.29 MiB/sec. | ||
10258 | 2024.07.13 05:41:21.204051 [ 3 ] {59274347-d0a3-444a-afdb-4bf5057c36cd} <Debug> DynamicQueryHandler: Done processing query | ||
10259 | 2024.07.13 05:41:21.204082 [ 3 ] {59274347-d0a3-444a-afdb-4bf5057c36cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10260 | 2024.07.13 05:41:21.204100 [ 3 ] {} <Debug> HTTP-Session: 054c7cff-75f3-4e9d-b5e5-f21febfb1936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10261 | 2024.07.13 05:41:21.204279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10262 | 2024.07.13 05:41:21.204329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10263 | 2024.07.13 05:41:21.204347 [ 3 ] {} <Debug> HTTP-Session: c1797705-e329-4d4a-9f37-4ad06c9021ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10264 | 2024.07.13 05:41:21.204365 [ 3 ] {} <Debug> HTTP-Session: c1797705-e329-4d4a-9f37-4ad06c9021ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10265 | 2024.07.13 05:41:21.204379 [ 3 ] {} <Debug> HTTP-Session: c1797705-e329-4d4a-9f37-4ad06c9021ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10266 | 2024.07.13 05:41:21.204411 [ 3 ] {} <Trace> HTTP-Session: c1797705-e329-4d4a-9f37-4ad06c9021ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10267 | 2024.07.13 05:41:21.204630 [ 3 ] {a32ed634-db2b-416a-8be7-2f5b98a95b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10268 | 2024.07.13 05:41:21.204677 [ 3 ] {a32ed634-db2b-416a-8be7-2f5b98a95b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10269 | 2024.07.13 05:41:21.204835 [ 3 ] {a32ed634-db2b-416a-8be7-2f5b98a95b97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10270 | 2024.07.13 05:41:21.205252 [ 3 ] {a32ed634-db2b-416a-8be7-2f5b98a95b97} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10271 | 2024.07.13 05:41:21.205288 [ 3 ] {a32ed634-db2b-416a-8be7-2f5b98a95b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10272 | 2024.07.13 05:41:21.205665 [ 3 ] {a32ed634-db2b-416a-8be7-2f5b98a95b97} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10273 | 2024.07.13 05:41:21.206015 [ 3 ] {a32ed634-db2b-416a-8be7-2f5b98a95b97} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10274 | 2024.07.13 05:41:21.206140 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10275 | 2024.07.13 05:41:21.206145 [ 3 ] {a32ed634-db2b-416a-8be7-2f5b98a95b97} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001647 sec., 120825.74377656345 rows/sec., 8.43 MiB/sec. | ||
10276 | 2024.07.13 05:41:21.206173 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10277 | 2024.07.13 05:41:21.206207 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10278 | 2024.07.13 05:41:21.206490 [ 3 ] {a32ed634-db2b-416a-8be7-2f5b98a95b97} <Debug> DynamicQueryHandler: Done processing query | ||
10279 | 2024.07.13 05:41:21.206497 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
10280 | 2024.07.13 05:41:21.206524 [ 3 ] {a32ed634-db2b-416a-8be7-2f5b98a95b97} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10281 | 2024.07.13 05:41:21.206604 [ 3 ] {} <Debug> HTTP-Session: c1797705-e329-4d4a-9f37-4ad06c9021ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10282 | 2024.07.13 05:41:21.206952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10283 | 2024.07.13 05:41:21.207113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10284 | 2024.07.13 05:41:21.207188 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10285 | 2024.07.13 05:41:21.207202 [ 3 ] {} <Debug> HTTP-Session: 0709556a-5afc-4bef-abdc-16d98bd3baa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10286 | 2024.07.13 05:41:21.207275 [ 3 ] {} <Debug> HTTP-Session: 0709556a-5afc-4bef-abdc-16d98bd3baa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10287 | 2024.07.13 05:41:21.207316 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 8848 rows starting from the beginning of the part | ||
10288 | 2024.07.13 05:41:21.207343 [ 3 ] {} <Debug> HTTP-Session: 0709556a-5afc-4bef-abdc-16d98bd3baa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10289 | 2024.07.13 05:41:21.207486 [ 3 ] {} <Trace> HTTP-Session: 0709556a-5afc-4bef-abdc-16d98bd3baa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10290 | 2024.07.13 05:41:21.207806 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
10291 | 2024.07.13 05:41:21.208119 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
10292 | 2024.07.13 05:41:21.208304 [ 3 ] {cb97526b-a10d-4764-b412-132f33d05833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10293 | 2024.07.13 05:41:21.208503 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 163 rows starting from the beginning of the part | ||
10294 | 2024.07.13 05:41:21.208728 [ 3 ] {cb97526b-a10d-4764-b412-132f33d05833} <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 | ||
10295 | 2024.07.13 05:41:21.208932 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::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 | ||
10296 | 2024.07.13 05:41:21.209259 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 199 rows starting from the beginning of the part | ||
10297 | 2024.07.13 05:41:21.210998 [ 3 ] {cb97526b-a10d-4764-b412-132f33d05833} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10298 | 2024.07.13 05:41:21.212790 [ 3 ] {cb97526b-a10d-4764-b412-132f33d05833} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10299 | 2024.07.13 05:41:21.212865 [ 3 ] {cb97526b-a10d-4764-b412-132f33d05833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10300 | 2024.07.13 05:41:21.214371 [ 3 ] {cb97526b-a10d-4764-b412-132f33d05833} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10301 | 2024.07.13 05:41:21.215428 [ 3 ] {cb97526b-a10d-4764-b412-132f33d05833} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10302 | 2024.07.13 05:41:21.215620 [ 3 ] {cb97526b-a10d-4764-b412-132f33d05833} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007748 sec., 4130.098089829634 rows/sec., 7.40 MiB/sec. | ||
10303 | 2024.07.13 05:41:21.215927 [ 3 ] {cb97526b-a10d-4764-b412-132f33d05833} <Debug> DynamicQueryHandler: Done processing query | ||
10304 | 2024.07.13 05:41:21.215953 [ 3 ] {cb97526b-a10d-4764-b412-132f33d05833} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10305 | 2024.07.13 05:41:21.215969 [ 3 ] {} <Debug> HTTP-Session: 0709556a-5afc-4bef-abdc-16d98bd3baa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10306 | 2024.07.13 05:41:21.216093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10307 | 2024.07.13 05:41:21.216156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10308 | 2024.07.13 05:41:21.216183 [ 3 ] {} <Debug> HTTP-Session: e2f69c6b-c9b4-44e1-8f62-1610db0a7ed8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10309 | 2024.07.13 05:41:21.216234 [ 3 ] {} <Debug> HTTP-Session: e2f69c6b-c9b4-44e1-8f62-1610db0a7ed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10310 | 2024.07.13 05:41:21.216270 [ 3 ] {} <Debug> HTTP-Session: e2f69c6b-c9b4-44e1-8f62-1610db0a7ed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10311 | 2024.07.13 05:41:21.216383 [ 3 ] {} <Trace> HTTP-Session: e2f69c6b-c9b4-44e1-8f62-1610db0a7ed8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10312 | 2024.07.13 05:41:21.216618 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9691 rows, containing 5 columns (5 merged, 0 gathered) in 0.010292751 sec., 941536.4269474702 rows/sec., 65.60 MiB/sec. | ||
10313 | 2024.07.13 05:41:21.216651 [ 3 ] {619fcf05-a1e8-4075-8adc-51c5468a2456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10314 | 2024.07.13 05:41:21.216732 [ 3 ] {619fcf05-a1e8-4075-8adc-51c5468a2456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10315 | 2024.07.13 05:41:21.216903 [ 199 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10316 | 2024.07.13 05:41:21.217107 [ 3 ] {619fcf05-a1e8-4075-8adc-51c5468a2456} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10317 | 2024.07.13 05:41:21.217681 [ 3 ] {619fcf05-a1e8-4075-8adc-51c5468a2456} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10318 | 2024.07.13 05:41:21.217742 [ 3 ] {619fcf05-a1e8-4075-8adc-51c5468a2456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10319 | 2024.07.13 05:41:21.217821 [ 196 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10320 | 2024.07.13 05:41:21.217929 [ 196 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10321 | 2024.07.13 05:41:21.218047 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. | ||
10322 | 2024.07.13 05:41:21.218255 [ 3 ] {619fcf05-a1e8-4075-8adc-51c5468a2456} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10323 | 2024.07.13 05:41:21.218590 [ 3 ] {619fcf05-a1e8-4075-8adc-51c5468a2456} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10324 | 2024.07.13 05:41:21.218740 [ 3 ] {619fcf05-a1e8-4075-8adc-51c5468a2456} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002158 sec., 10658.016682113066 rows/sec., 576.52 KiB/sec. | ||
10325 | 2024.07.13 05:41:21.219023 [ 3 ] {619fcf05-a1e8-4075-8adc-51c5468a2456} <Debug> DynamicQueryHandler: Done processing query | ||
10326 | 2024.07.13 05:41:21.219058 [ 3 ] {619fcf05-a1e8-4075-8adc-51c5468a2456} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10327 | 2024.07.13 05:41:21.219076 [ 3 ] {} <Debug> HTTP-Session: e2f69c6b-c9b4-44e1-8f62-1610db0a7ed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10328 | 2024.07.13 05:41:21.219208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10329 | 2024.07.13 05:41:21.219258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10330 | 2024.07.13 05:41:21.219277 [ 3 ] {} <Debug> HTTP-Session: dcb272fb-c57c-4bdd-878d-007469244e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10331 | 2024.07.13 05:41:21.219293 [ 3 ] {} <Debug> HTTP-Session: dcb272fb-c57c-4bdd-878d-007469244e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10332 | 2024.07.13 05:41:21.219307 [ 3 ] {} <Debug> HTTP-Session: dcb272fb-c57c-4bdd-878d-007469244e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10333 | 2024.07.13 05:41:21.219338 [ 3 ] {} <Trace> HTTP-Session: dcb272fb-c57c-4bdd-878d-007469244e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10334 | 2024.07.13 05:41:21.219466 [ 3 ] {5c2f991d-16e4-4233-bf56-44182bc1e425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10335 | 2024.07.13 05:41:21.219512 [ 3 ] {5c2f991d-16e4-4233-bf56-44182bc1e425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10336 | 2024.07.13 05:41:21.219657 [ 3 ] {5c2f991d-16e4-4233-bf56-44182bc1e425} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10337 | 2024.07.13 05:41:21.219978 [ 3 ] {5c2f991d-16e4-4233-bf56-44182bc1e425} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10338 | 2024.07.13 05:41:21.220014 [ 3 ] {5c2f991d-16e4-4233-bf56-44182bc1e425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10339 | 2024.07.13 05:41:21.220372 [ 3 ] {5c2f991d-16e4-4233-bf56-44182bc1e425} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10340 | 2024.07.13 05:41:21.220698 [ 3 ] {5c2f991d-16e4-4233-bf56-44182bc1e425} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10341 | 2024.07.13 05:41:21.220855 [ 3 ] {5c2f991d-16e4-4233-bf56-44182bc1e425} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
10342 | 2024.07.13 05:41:21.220865 [ 118 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10343 | 2024.07.13 05:41:21.220949 [ 118 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10344 | 2024.07.13 05:41:21.221005 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10345 | 2024.07.13 05:41:21.221135 [ 3 ] {5c2f991d-16e4-4233-bf56-44182bc1e425} <Debug> DynamicQueryHandler: Done processing query | ||
10346 | 2024.07.13 05:41:21.221185 [ 3 ] {5c2f991d-16e4-4233-bf56-44182bc1e425} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10347 | 2024.07.13 05:41:21.221202 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
10348 | 2024.07.13 05:41:21.221212 [ 3 ] {} <Debug> HTTP-Session: dcb272fb-c57c-4bdd-878d-007469244e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10349 | 2024.07.13 05:41:21.221385 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10350 | 2024.07.13 05:41:21.221427 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3014 rows starting from the beginning of the part | ||
10351 | 2024.07.13 05:41:21.221514 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
10352 | 2024.07.13 05:41:21.221603 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
10353 | 2024.07.13 05:41:21.221847 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
10354 | 2024.07.13 05:41:21.221950 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
10355 | 2024.07.13 05:41:21.222148 [ 201 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::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 | ||
10356 | 2024.07.13 05:41:21.223764 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 4 columns (4 merged, 0 gathered) in 0.002668351 sec., 1241965.5435135784 rows/sec., 83.82 MiB/sec. | ||
10357 | 2024.07.13 05:41:21.224047 [ 190 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10358 | 2024.07.13 05:41:21.224469 [ 190 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_61_12} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10359 | 2024.07.13 05:41:21.224553 [ 190 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_61_12} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10360 | 2024.07.13 05:41:21.224640 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
10361 | 2024.07.13 05:41:22.000226 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.74 MiB, peak 205.28 MiB, free memory in arenas 0.00 B, will set to 195.87 MiB (RSS), difference: 1.13 MiB | ||
10362 | 2024.07.13 05:41:26.168297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10363 | 2024.07.13 05:41:26.168488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10364 | 2024.07.13 05:41:26.168533 [ 3 ] {} <Debug> HTTP-Session: 8da1c2c0-83be-477b-b9ae-8b8d8a5e237c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10365 | 2024.07.13 05:41:26.168573 [ 3 ] {} <Debug> HTTP-Session: 8da1c2c0-83be-477b-b9ae-8b8d8a5e237c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10366 | 2024.07.13 05:41:26.168602 [ 3 ] {} <Debug> HTTP-Session: 8da1c2c0-83be-477b-b9ae-8b8d8a5e237c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10367 | 2024.07.13 05:41:26.168680 [ 3 ] {} <Trace> HTTP-Session: 8da1c2c0-83be-477b-b9ae-8b8d8a5e237c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10368 | 2024.07.13 05:41:26.168981 [ 3 ] {55bc9e21-e629-42d7-bc90-ed1be732a2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10369 | 2024.07.13 05:41:26.169090 [ 3 ] {55bc9e21-e629-42d7-bc90-ed1be732a2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10370 | 2024.07.13 05:41:26.169374 [ 3 ] {55bc9e21-e629-42d7-bc90-ed1be732a2bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10371 | 2024.07.13 05:41:26.169856 [ 3 ] {55bc9e21-e629-42d7-bc90-ed1be732a2bd} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10372 | 2024.07.13 05:41:26.169900 [ 3 ] {55bc9e21-e629-42d7-bc90-ed1be732a2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10373 | 2024.07.13 05:41:26.170269 [ 3 ] {55bc9e21-e629-42d7-bc90-ed1be732a2bd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10374 | 2024.07.13 05:41:26.170603 [ 3 ] {55bc9e21-e629-42d7-bc90-ed1be732a2bd} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10375 | 2024.07.13 05:41:26.170779 [ 3 ] {55bc9e21-e629-42d7-bc90-ed1be732a2bd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 2.25 MiB/sec. | ||
10376 | 2024.07.13 05:41:26.170993 [ 3 ] {55bc9e21-e629-42d7-bc90-ed1be732a2bd} <Debug> DynamicQueryHandler: Done processing query | ||
10377 | 2024.07.13 05:41:26.171021 [ 3 ] {55bc9e21-e629-42d7-bc90-ed1be732a2bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10378 | 2024.07.13 05:41:26.171037 [ 3 ] {} <Debug> HTTP-Session: 8da1c2c0-83be-477b-b9ae-8b8d8a5e237c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10379 | 2024.07.13 05:41:26.171180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10380 | 2024.07.13 05:41:26.171236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10381 | 2024.07.13 05:41:26.171255 [ 3 ] {} <Debug> HTTP-Session: aae6367e-2e8c-4703-80b3-e78f740521fc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10382 | 2024.07.13 05:41:26.171273 [ 3 ] {} <Debug> HTTP-Session: aae6367e-2e8c-4703-80b3-e78f740521fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10383 | 2024.07.13 05:41:26.171288 [ 3 ] {} <Debug> HTTP-Session: aae6367e-2e8c-4703-80b3-e78f740521fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10384 | 2024.07.13 05:41:26.171322 [ 3 ] {} <Trace> HTTP-Session: aae6367e-2e8c-4703-80b3-e78f740521fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10385 | 2024.07.13 05:41:26.171453 [ 3 ] {968b40ea-2f54-40e8-b02e-60df06044d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10386 | 2024.07.13 05:41:26.171499 [ 3 ] {968b40ea-2f54-40e8-b02e-60df06044d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10387 | 2024.07.13 05:41:26.171632 [ 3 ] {968b40ea-2f54-40e8-b02e-60df06044d35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10388 | 2024.07.13 05:41:26.172018 [ 3 ] {968b40ea-2f54-40e8-b02e-60df06044d35} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10389 | 2024.07.13 05:41:26.172057 [ 3 ] {968b40ea-2f54-40e8-b02e-60df06044d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10390 | 2024.07.13 05:41:26.172383 [ 3 ] {968b40ea-2f54-40e8-b02e-60df06044d35} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10391 | 2024.07.13 05:41:26.172702 [ 3 ] {968b40ea-2f54-40e8-b02e-60df06044d35} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10392 | 2024.07.13 05:41:26.172858 [ 3 ] {968b40ea-2f54-40e8-b02e-60df06044d35} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001447 sec., 44229.440221147204 rows/sec., 3.45 MiB/sec. | ||
10393 | 2024.07.13 05:41:26.173033 [ 3 ] {968b40ea-2f54-40e8-b02e-60df06044d35} <Debug> DynamicQueryHandler: Done processing query | ||
10394 | 2024.07.13 05:41:26.173059 [ 3 ] {968b40ea-2f54-40e8-b02e-60df06044d35} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10395 | 2024.07.13 05:41:26.173075 [ 3 ] {} <Debug> HTTP-Session: aae6367e-2e8c-4703-80b3-e78f740521fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10396 | 2024.07.13 05:41:26.173227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10397 | 2024.07.13 05:41:26.173276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10398 | 2024.07.13 05:41:26.173296 [ 3 ] {} <Debug> HTTP-Session: d5816856-d527-46f6-bb31-2ebf8a9a6cad Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10399 | 2024.07.13 05:41:26.173312 [ 3 ] {} <Debug> HTTP-Session: d5816856-d527-46f6-bb31-2ebf8a9a6cad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10400 | 2024.07.13 05:41:26.173326 [ 3 ] {} <Debug> HTTP-Session: d5816856-d527-46f6-bb31-2ebf8a9a6cad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10401 | 2024.07.13 05:41:26.173358 [ 3 ] {} <Trace> HTTP-Session: d5816856-d527-46f6-bb31-2ebf8a9a6cad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10402 | 2024.07.13 05:41:26.173509 [ 3 ] {f7be6ada-45db-470a-85f1-ac06d88a9a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10403 | 2024.07.13 05:41:26.173555 [ 3 ] {f7be6ada-45db-470a-85f1-ac06d88a9a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10404 | 2024.07.13 05:41:26.173703 [ 3 ] {f7be6ada-45db-470a-85f1-ac06d88a9a6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10405 | 2024.07.13 05:41:26.174206 [ 3 ] {f7be6ada-45db-470a-85f1-ac06d88a9a6b} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10406 | 2024.07.13 05:41:26.174242 [ 3 ] {f7be6ada-45db-470a-85f1-ac06d88a9a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10407 | 2024.07.13 05:41:26.174634 [ 3 ] {f7be6ada-45db-470a-85f1-ac06d88a9a6b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10408 | 2024.07.13 05:41:26.174971 [ 3 ] {f7be6ada-45db-470a-85f1-ac06d88a9a6b} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10409 | 2024.07.13 05:41:26.175123 [ 3 ] {f7be6ada-45db-470a-85f1-ac06d88a9a6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
10410 | 2024.07.13 05:41:26.175293 [ 3 ] {f7be6ada-45db-470a-85f1-ac06d88a9a6b} <Debug> DynamicQueryHandler: Done processing query | ||
10411 | 2024.07.13 05:41:26.175318 [ 3 ] {f7be6ada-45db-470a-85f1-ac06d88a9a6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10412 | 2024.07.13 05:41:26.175334 [ 3 ] {} <Debug> HTTP-Session: d5816856-d527-46f6-bb31-2ebf8a9a6cad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10413 | 2024.07.13 05:41:26.175467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10414 | 2024.07.13 05:41:26.175516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10415 | 2024.07.13 05:41:26.175535 [ 3 ] {} <Debug> HTTP-Session: 43464290-71a6-4cc4-b38c-31391396fe5a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10416 | 2024.07.13 05:41:26.175552 [ 3 ] {} <Debug> HTTP-Session: 43464290-71a6-4cc4-b38c-31391396fe5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10417 | 2024.07.13 05:41:26.175566 [ 3 ] {} <Debug> HTTP-Session: 43464290-71a6-4cc4-b38c-31391396fe5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10418 | 2024.07.13 05:41:26.175597 [ 3 ] {} <Trace> HTTP-Session: 43464290-71a6-4cc4-b38c-31391396fe5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10419 | 2024.07.13 05:41:26.175728 [ 3 ] {b9bac30f-2376-498f-92c0-9020f8df4dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10420 | 2024.07.13 05:41:26.175772 [ 3 ] {b9bac30f-2376-498f-92c0-9020f8df4dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10421 | 2024.07.13 05:41:26.175898 [ 3 ] {b9bac30f-2376-498f-92c0-9020f8df4dcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10422 | 2024.07.13 05:41:26.176195 [ 3 ] {b9bac30f-2376-498f-92c0-9020f8df4dcb} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10423 | 2024.07.13 05:41:26.176231 [ 3 ] {b9bac30f-2376-498f-92c0-9020f8df4dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10424 | 2024.07.13 05:41:26.176589 [ 3 ] {b9bac30f-2376-498f-92c0-9020f8df4dcb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10425 | 2024.07.13 05:41:26.176921 [ 3 ] {b9bac30f-2376-498f-92c0-9020f8df4dcb} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10426 | 2024.07.13 05:41:26.177068 [ 3 ] {b9bac30f-2376-498f-92c0-9020f8df4dcb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
10427 | 2024.07.13 05:41:26.177233 [ 3 ] {b9bac30f-2376-498f-92c0-9020f8df4dcb} <Debug> DynamicQueryHandler: Done processing query | ||
10428 | 2024.07.13 05:41:26.177257 [ 3 ] {b9bac30f-2376-498f-92c0-9020f8df4dcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10429 | 2024.07.13 05:41:26.177273 [ 3 ] {} <Debug> HTTP-Session: 43464290-71a6-4cc4-b38c-31391396fe5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10430 | 2024.07.13 05:41:30.444836 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10431 | 2024.07.13 05:41:30.444906 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10432 | 2024.07.13 05:41:31.175016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10433 | 2024.07.13 05:41:31.175192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10434 | 2024.07.13 05:41:31.175239 [ 3 ] {} <Debug> HTTP-Session: 218a69df-9985-4004-9106-0b80589d585c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10435 | 2024.07.13 05:41:31.175280 [ 3 ] {} <Debug> HTTP-Session: 218a69df-9985-4004-9106-0b80589d585c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10436 | 2024.07.13 05:41:31.175308 [ 3 ] {} <Debug> HTTP-Session: 218a69df-9985-4004-9106-0b80589d585c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10437 | 2024.07.13 05:41:31.175387 [ 3 ] {} <Trace> HTTP-Session: 218a69df-9985-4004-9106-0b80589d585c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10438 | 2024.07.13 05:41:31.175636 [ 3 ] {3db34422-7863-41dc-be27-d8e851f3319a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10439 | 2024.07.13 05:41:31.175703 [ 3 ] {3db34422-7863-41dc-be27-d8e851f3319a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10440 | 2024.07.13 05:41:31.175897 [ 3 ] {3db34422-7863-41dc-be27-d8e851f3319a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10441 | 2024.07.13 05:41:31.176362 [ 3 ] {3db34422-7863-41dc-be27-d8e851f3319a} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10442 | 2024.07.13 05:41:31.176409 [ 3 ] {3db34422-7863-41dc-be27-d8e851f3319a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10443 | 2024.07.13 05:41:31.176792 [ 3 ] {3db34422-7863-41dc-be27-d8e851f3319a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10444 | 2024.07.13 05:41:31.177138 [ 3 ] {3db34422-7863-41dc-be27-d8e851f3319a} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10445 | 2024.07.13 05:41:31.177322 [ 3 ] {3db34422-7863-41dc-be27-d8e851f3319a} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001748 sec., 21739.130434782608 rows/sec., 1.64 MiB/sec. | ||
10446 | 2024.07.13 05:41:31.177538 [ 3 ] {3db34422-7863-41dc-be27-d8e851f3319a} <Debug> DynamicQueryHandler: Done processing query | ||
10447 | 2024.07.13 05:41:31.177566 [ 3 ] {3db34422-7863-41dc-be27-d8e851f3319a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10448 | 2024.07.13 05:41:31.177583 [ 3 ] {} <Debug> HTTP-Session: 218a69df-9985-4004-9106-0b80589d585c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10449 | 2024.07.13 05:41:31.177723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10450 | 2024.07.13 05:41:31.177781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10451 | 2024.07.13 05:41:31.177802 [ 3 ] {} <Debug> HTTP-Session: 98e6fea1-0acf-4364-b589-40e903b3b08b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10452 | 2024.07.13 05:41:31.177820 [ 3 ] {} <Debug> HTTP-Session: 98e6fea1-0acf-4364-b589-40e903b3b08b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10453 | 2024.07.13 05:41:31.177835 [ 3 ] {} <Debug> HTTP-Session: 98e6fea1-0acf-4364-b589-40e903b3b08b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10454 | 2024.07.13 05:41:31.177869 [ 3 ] {} <Trace> HTTP-Session: 98e6fea1-0acf-4364-b589-40e903b3b08b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10455 | 2024.07.13 05:41:31.177977 [ 3 ] {554eedb6-a699-49da-85c4-07f4dfe55f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10456 | 2024.07.13 05:41:31.178023 [ 3 ] {554eedb6-a699-49da-85c4-07f4dfe55f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10457 | 2024.07.13 05:41:31.178159 [ 3 ] {554eedb6-a699-49da-85c4-07f4dfe55f2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10458 | 2024.07.13 05:41:31.178467 [ 3 ] {554eedb6-a699-49da-85c4-07f4dfe55f2f} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10459 | 2024.07.13 05:41:31.178504 [ 3 ] {554eedb6-a699-49da-85c4-07f4dfe55f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10460 | 2024.07.13 05:41:31.178808 [ 3 ] {554eedb6-a699-49da-85c4-07f4dfe55f2f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10461 | 2024.07.13 05:41:31.179126 [ 3 ] {554eedb6-a699-49da-85c4-07f4dfe55f2f} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10462 | 2024.07.13 05:41:31.179297 [ 3 ] {554eedb6-a699-49da-85c4-07f4dfe55f2f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001347 sec., 1484.7809948032664 rows/sec., 121.07 KiB/sec. | ||
10463 | 2024.07.13 05:41:31.179508 [ 3 ] {554eedb6-a699-49da-85c4-07f4dfe55f2f} <Debug> DynamicQueryHandler: Done processing query | ||
10464 | 2024.07.13 05:41:31.179533 [ 3 ] {554eedb6-a699-49da-85c4-07f4dfe55f2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10465 | 2024.07.13 05:41:31.179548 [ 3 ] {} <Debug> HTTP-Session: 98e6fea1-0acf-4364-b589-40e903b3b08b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10466 | 2024.07.13 05:41:31.179728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10467 | 2024.07.13 05:41:31.179781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10468 | 2024.07.13 05:41:31.179802 [ 3 ] {} <Debug> HTTP-Session: 22cf592a-1de7-43e3-9e0c-da7b0e39a817 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10469 | 2024.07.13 05:41:31.179819 [ 3 ] {} <Debug> HTTP-Session: 22cf592a-1de7-43e3-9e0c-da7b0e39a817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10470 | 2024.07.13 05:41:31.179833 [ 3 ] {} <Debug> HTTP-Session: 22cf592a-1de7-43e3-9e0c-da7b0e39a817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10471 | 2024.07.13 05:41:31.179864 [ 3 ] {} <Trace> HTTP-Session: 22cf592a-1de7-43e3-9e0c-da7b0e39a817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10472 | 2024.07.13 05:41:31.180106 [ 3 ] {e561d9b9-48b6-4e68-909a-775029d3da78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10473 | 2024.07.13 05:41:31.180157 [ 3 ] {e561d9b9-48b6-4e68-909a-775029d3da78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10474 | 2024.07.13 05:41:31.180286 [ 3 ] {e561d9b9-48b6-4e68-909a-775029d3da78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10475 | 2024.07.13 05:41:31.180737 [ 3 ] {e561d9b9-48b6-4e68-909a-775029d3da78} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10476 | 2024.07.13 05:41:31.180774 [ 3 ] {e561d9b9-48b6-4e68-909a-775029d3da78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10477 | 2024.07.13 05:41:31.181113 [ 3 ] {e561d9b9-48b6-4e68-909a-775029d3da78} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10478 | 2024.07.13 05:41:31.181431 [ 3 ] {e561d9b9-48b6-4e68-909a-775029d3da78} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10479 | 2024.07.13 05:41:31.181595 [ 3 ] {e561d9b9-48b6-4e68-909a-775029d3da78} <Debug> executeQuery: Read 258 rows, 23.29 KiB in 0.001582 sec., 163084.70290771176 rows/sec., 14.38 MiB/sec. | ||
10480 | 2024.07.13 05:41:31.181765 [ 3 ] {e561d9b9-48b6-4e68-909a-775029d3da78} <Debug> DynamicQueryHandler: Done processing query | ||
10481 | 2024.07.13 05:41:31.181791 [ 3 ] {e561d9b9-48b6-4e68-909a-775029d3da78} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10482 | 2024.07.13 05:41:31.181806 [ 3 ] {} <Debug> HTTP-Session: 22cf592a-1de7-43e3-9e0c-da7b0e39a817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10483 | 2024.07.13 05:41:31.181927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10484 | 2024.07.13 05:41:31.181980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10485 | 2024.07.13 05:41:31.181999 [ 3 ] {} <Debug> HTTP-Session: fce4f841-009c-4304-8784-d69bcd85f587 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10486 | 2024.07.13 05:41:31.182016 [ 3 ] {} <Debug> HTTP-Session: fce4f841-009c-4304-8784-d69bcd85f587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10487 | 2024.07.13 05:41:31.182031 [ 3 ] {} <Debug> HTTP-Session: fce4f841-009c-4304-8784-d69bcd85f587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10488 | 2024.07.13 05:41:31.182062 [ 3 ] {} <Trace> HTTP-Session: fce4f841-009c-4304-8784-d69bcd85f587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10489 | 2024.07.13 05:41:31.182155 [ 3 ] {0ef51109-0a40-48de-bebb-7804ec9b34fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10490 | 2024.07.13 05:41:31.182199 [ 3 ] {0ef51109-0a40-48de-bebb-7804ec9b34fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10491 | 2024.07.13 05:41:31.182327 [ 3 ] {0ef51109-0a40-48de-bebb-7804ec9b34fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10492 | 2024.07.13 05:41:31.182596 [ 3 ] {0ef51109-0a40-48de-bebb-7804ec9b34fd} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10493 | 2024.07.13 05:41:31.182633 [ 3 ] {0ef51109-0a40-48de-bebb-7804ec9b34fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10494 | 2024.07.13 05:41:31.182943 [ 3 ] {0ef51109-0a40-48de-bebb-7804ec9b34fd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10495 | 2024.07.13 05:41:31.183261 [ 3 ] {0ef51109-0a40-48de-bebb-7804ec9b34fd} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10496 | 2024.07.13 05:41:31.183427 [ 3 ] {0ef51109-0a40-48de-bebb-7804ec9b34fd} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 108.59 KiB/sec. | ||
10497 | 2024.07.13 05:41:31.183723 [ 3 ] {0ef51109-0a40-48de-bebb-7804ec9b34fd} <Debug> DynamicQueryHandler: Done processing query | ||
10498 | 2024.07.13 05:41:31.183749 [ 3 ] {0ef51109-0a40-48de-bebb-7804ec9b34fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10499 | 2024.07.13 05:41:31.183765 [ 3 ] {} <Debug> HTTP-Session: fce4f841-009c-4304-8784-d69bcd85f587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10500 | 2024.07.13 05:41:31.183951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 67339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10501 | 2024.07.13 05:41:31.184000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10502 | 2024.07.13 05:41:31.184019 [ 3 ] {} <Debug> HTTP-Session: a262afa9-ce86-4073-8160-d746b974fd3e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10503 | 2024.07.13 05:41:31.184036 [ 3 ] {} <Debug> HTTP-Session: a262afa9-ce86-4073-8160-d746b974fd3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10504 | 2024.07.13 05:41:31.184051 [ 3 ] {} <Debug> HTTP-Session: a262afa9-ce86-4073-8160-d746b974fd3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10505 | 2024.07.13 05:41:31.184080 [ 3 ] {} <Trace> HTTP-Session: a262afa9-ce86-4073-8160-d746b974fd3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10506 | 2024.07.13 05:41:31.184306 [ 3 ] {a9df13fb-92e8-4ad4-8d2e-6ba9064653b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10507 | 2024.07.13 05:41:31.184351 [ 3 ] {a9df13fb-92e8-4ad4-8d2e-6ba9064653b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10508 | 2024.07.13 05:41:31.184496 [ 3 ] {a9df13fb-92e8-4ad4-8d2e-6ba9064653b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10509 | 2024.07.13 05:41:31.185060 [ 3 ] {a9df13fb-92e8-4ad4-8d2e-6ba9064653b1} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10510 | 2024.07.13 05:41:31.185097 [ 3 ] {a9df13fb-92e8-4ad4-8d2e-6ba9064653b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10511 | 2024.07.13 05:41:31.185427 [ 3 ] {a9df13fb-92e8-4ad4-8d2e-6ba9064653b1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10512 | 2024.07.13 05:41:31.185742 [ 3 ] {a9df13fb-92e8-4ad4-8d2e-6ba9064653b1} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10513 | 2024.07.13 05:41:31.185892 [ 3 ] {a9df13fb-92e8-4ad4-8d2e-6ba9064653b1} <Debug> executeQuery: Read 416 rows, 30.20 KiB in 0.001693 sec., 245717.66095688127 rows/sec., 17.42 MiB/sec. | ||
10514 | 2024.07.13 05:41:31.186081 [ 3 ] {a9df13fb-92e8-4ad4-8d2e-6ba9064653b1} <Debug> DynamicQueryHandler: Done processing query | ||
10515 | 2024.07.13 05:41:31.186116 [ 3 ] {a9df13fb-92e8-4ad4-8d2e-6ba9064653b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10516 | 2024.07.13 05:41:31.186144 [ 3 ] {} <Debug> HTTP-Session: a262afa9-ce86-4073-8160-d746b974fd3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10517 | 2024.07.13 05:41:31.186281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10518 | 2024.07.13 05:41:31.186330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10519 | 2024.07.13 05:41:31.186349 [ 3 ] {} <Debug> HTTP-Session: 74f1f80b-36c3-4291-a8f5-049616ff327f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10520 | 2024.07.13 05:41:31.186366 [ 3 ] {} <Debug> HTTP-Session: 74f1f80b-36c3-4291-a8f5-049616ff327f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10521 | 2024.07.13 05:41:31.186380 [ 3 ] {} <Debug> HTTP-Session: 74f1f80b-36c3-4291-a8f5-049616ff327f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10522 | 2024.07.13 05:41:31.186410 [ 3 ] {} <Trace> HTTP-Session: 74f1f80b-36c3-4291-a8f5-049616ff327f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10523 | 2024.07.13 05:41:31.186508 [ 3 ] {d198c5eb-a398-43ad-9d55-3d067f1db17e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10524 | 2024.07.13 05:41:31.186553 [ 3 ] {d198c5eb-a398-43ad-9d55-3d067f1db17e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10525 | 2024.07.13 05:41:31.186684 [ 3 ] {d198c5eb-a398-43ad-9d55-3d067f1db17e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10526 | 2024.07.13 05:41:31.186983 [ 3 ] {d198c5eb-a398-43ad-9d55-3d067f1db17e} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10527 | 2024.07.13 05:41:31.187020 [ 3 ] {d198c5eb-a398-43ad-9d55-3d067f1db17e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10528 | 2024.07.13 05:41:31.187389 [ 3 ] {d198c5eb-a398-43ad-9d55-3d067f1db17e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10529 | 2024.07.13 05:41:31.187716 [ 3 ] {d198c5eb-a398-43ad-9d55-3d067f1db17e} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10530 | 2024.07.13 05:41:31.187878 [ 3 ] {d198c5eb-a398-43ad-9d55-3d067f1db17e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001388 sec., 4322.766570605188 rows/sec., 185.74 KiB/sec. | ||
10531 | 2024.07.13 05:41:31.188165 [ 3 ] {d198c5eb-a398-43ad-9d55-3d067f1db17e} <Debug> DynamicQueryHandler: Done processing query | ||
10532 | 2024.07.13 05:41:31.188197 [ 3 ] {d198c5eb-a398-43ad-9d55-3d067f1db17e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10533 | 2024.07.13 05:41:31.188213 [ 3 ] {} <Debug> HTTP-Session: 74f1f80b-36c3-4291-a8f5-049616ff327f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10534 | 2024.07.13 05:41:31.188339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10535 | 2024.07.13 05:41:31.188386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10536 | 2024.07.13 05:41:31.188405 [ 3 ] {} <Debug> HTTP-Session: d9320939-f10c-48dc-9436-6079b78fafff Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10537 | 2024.07.13 05:41:31.188422 [ 3 ] {} <Debug> HTTP-Session: d9320939-f10c-48dc-9436-6079b78fafff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10538 | 2024.07.13 05:41:31.188435 [ 3 ] {} <Debug> HTTP-Session: d9320939-f10c-48dc-9436-6079b78fafff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10539 | 2024.07.13 05:41:31.188465 [ 3 ] {} <Trace> HTTP-Session: d9320939-f10c-48dc-9436-6079b78fafff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10540 | 2024.07.13 05:41:31.188587 [ 3 ] {77406276-fd1f-4be2-bfa4-3f22e422b152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10541 | 2024.07.13 05:41:31.188635 [ 3 ] {77406276-fd1f-4be2-bfa4-3f22e422b152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10542 | 2024.07.13 05:41:31.188796 [ 3 ] {77406276-fd1f-4be2-bfa4-3f22e422b152} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10543 | 2024.07.13 05:41:31.189140 [ 3 ] {77406276-fd1f-4be2-bfa4-3f22e422b152} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10544 | 2024.07.13 05:41:31.189176 [ 3 ] {77406276-fd1f-4be2-bfa4-3f22e422b152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10545 | 2024.07.13 05:41:31.189538 [ 3 ] {77406276-fd1f-4be2-bfa4-3f22e422b152} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10546 | 2024.07.13 05:41:31.189871 [ 3 ] {77406276-fd1f-4be2-bfa4-3f22e422b152} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10547 | 2024.07.13 05:41:31.190076 [ 3 ] {77406276-fd1f-4be2-bfa4-3f22e422b152} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001531 sec., 50293.925538863485 rows/sec., 3.10 MiB/sec. | ||
10548 | 2024.07.13 05:41:31.190290 [ 3 ] {77406276-fd1f-4be2-bfa4-3f22e422b152} <Debug> DynamicQueryHandler: Done processing query | ||
10549 | 2024.07.13 05:41:31.190321 [ 3 ] {77406276-fd1f-4be2-bfa4-3f22e422b152} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10550 | 2024.07.13 05:41:31.190340 [ 3 ] {} <Debug> HTTP-Session: d9320939-f10c-48dc-9436-6079b78fafff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10551 | 2024.07.13 05:41:31.190505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10552 | 2024.07.13 05:41:31.190554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10553 | 2024.07.13 05:41:31.190574 [ 3 ] {} <Debug> HTTP-Session: 9ef8a75f-2b0c-4c63-8e52-68f1bcb69952 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10554 | 2024.07.13 05:41:31.190591 [ 3 ] {} <Debug> HTTP-Session: 9ef8a75f-2b0c-4c63-8e52-68f1bcb69952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10555 | 2024.07.13 05:41:31.190605 [ 3 ] {} <Debug> HTTP-Session: 9ef8a75f-2b0c-4c63-8e52-68f1bcb69952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10556 | 2024.07.13 05:41:31.190635 [ 3 ] {} <Trace> HTTP-Session: 9ef8a75f-2b0c-4c63-8e52-68f1bcb69952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10557 | 2024.07.13 05:41:31.190829 [ 3 ] {b85a3440-80d6-4b04-b0de-7dbed4afb3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10558 | 2024.07.13 05:41:31.190874 [ 3 ] {b85a3440-80d6-4b04-b0de-7dbed4afb3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10559 | 2024.07.13 05:41:31.191021 [ 3 ] {b85a3440-80d6-4b04-b0de-7dbed4afb3ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10560 | 2024.07.13 05:41:31.191459 [ 3 ] {b85a3440-80d6-4b04-b0de-7dbed4afb3ac} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10561 | 2024.07.13 05:41:31.191496 [ 3 ] {b85a3440-80d6-4b04-b0de-7dbed4afb3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10562 | 2024.07.13 05:41:31.191869 [ 3 ] {b85a3440-80d6-4b04-b0de-7dbed4afb3ac} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10563 | 2024.07.13 05:41:31.192204 [ 3 ] {b85a3440-80d6-4b04-b0de-7dbed4afb3ac} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10564 | 2024.07.13 05:41:31.192344 [ 3 ] {b85a3440-80d6-4b04-b0de-7dbed4afb3ac} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001627 sec., 98955.13214505225 rows/sec., 6.89 MiB/sec. | ||
10565 | 2024.07.13 05:41:31.192535 [ 3 ] {b85a3440-80d6-4b04-b0de-7dbed4afb3ac} <Debug> DynamicQueryHandler: Done processing query | ||
10566 | 2024.07.13 05:41:31.192559 [ 3 ] {b85a3440-80d6-4b04-b0de-7dbed4afb3ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10567 | 2024.07.13 05:41:31.192575 [ 3 ] {} <Debug> HTTP-Session: 9ef8a75f-2b0c-4c63-8e52-68f1bcb69952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10568 | 2024.07.13 05:41:31.192720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10569 | 2024.07.13 05:41:31.192768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10570 | 2024.07.13 05:41:31.192787 [ 3 ] {} <Debug> HTTP-Session: 43bae0ee-125d-4a3a-954b-0b09d8fc9304 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10571 | 2024.07.13 05:41:31.192803 [ 3 ] {} <Debug> HTTP-Session: 43bae0ee-125d-4a3a-954b-0b09d8fc9304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10572 | 2024.07.13 05:41:31.192817 [ 3 ] {} <Debug> HTTP-Session: 43bae0ee-125d-4a3a-954b-0b09d8fc9304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10573 | 2024.07.13 05:41:31.192847 [ 3 ] {} <Trace> HTTP-Session: 43bae0ee-125d-4a3a-954b-0b09d8fc9304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10574 | 2024.07.13 05:41:31.193224 [ 3 ] {f2535db3-8b5b-4d38-946e-d88d9bfd7e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10575 | 2024.07.13 05:41:31.193290 [ 3 ] {f2535db3-8b5b-4d38-946e-d88d9bfd7e95} <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 | ||
10576 | 2024.07.13 05:41:31.193693 [ 3 ] {f2535db3-8b5b-4d38-946e-d88d9bfd7e95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10577 | 2024.07.13 05:41:31.194393 [ 3 ] {f2535db3-8b5b-4d38-946e-d88d9bfd7e95} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10578 | 2024.07.13 05:41:31.194429 [ 3 ] {f2535db3-8b5b-4d38-946e-d88d9bfd7e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10579 | 2024.07.13 05:41:31.195048 [ 3 ] {f2535db3-8b5b-4d38-946e-d88d9bfd7e95} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10580 | 2024.07.13 05:41:31.195454 [ 3 ] {f2535db3-8b5b-4d38-946e-d88d9bfd7e95} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10581 | 2024.07.13 05:41:31.195644 [ 113 ] {} <Debug> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10582 | 2024.07.13 05:41:31.195663 [ 3 ] {f2535db3-8b5b-4d38-946e-d88d9bfd7e95} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002711 sec., 11803.762449280708 rows/sec., 21.15 MiB/sec. | ||
10583 | 2024.07.13 05:41:31.195733 [ 113 ] {} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10584 | 2024.07.13 05:41:31.195818 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10585 | 2024.07.13 05:41:31.196109 [ 201 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::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 | ||
10586 | 2024.07.13 05:41:31.196225 [ 3 ] {f2535db3-8b5b-4d38-946e-d88d9bfd7e95} <Debug> DynamicQueryHandler: Done processing query | ||
10587 | 2024.07.13 05:41:31.196279 [ 3 ] {f2535db3-8b5b-4d38-946e-d88d9bfd7e95} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10588 | 2024.07.13 05:41:31.196313 [ 3 ] {} <Debug> HTTP-Session: 43bae0ee-125d-4a3a-954b-0b09d8fc9304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10589 | 2024.07.13 05:41:31.196513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10590 | 2024.07.13 05:41:31.196628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10591 | 2024.07.13 05:41:31.196693 [ 3 ] {} <Debug> HTTP-Session: 4aa87de8-3e7a-48ce-b660-0ae7c5a99782 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10592 | 2024.07.13 05:41:31.196737 [ 3 ] {} <Debug> HTTP-Session: 4aa87de8-3e7a-48ce-b660-0ae7c5a99782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10593 | 2024.07.13 05:41:31.196780 [ 3 ] {} <Debug> HTTP-Session: 4aa87de8-3e7a-48ce-b660-0ae7c5a99782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10594 | 2024.07.13 05:41:31.196836 [ 201 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10595 | 2024.07.13 05:41:31.196853 [ 3 ] {} <Trace> HTTP-Session: 4aa87de8-3e7a-48ce-b660-0ae7c5a99782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10596 | 2024.07.13 05:41:31.196968 [ 201 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 752 rows starting from the beginning of the part | ||
10597 | 2024.07.13 05:41:31.197125 [ 3 ] {6c4c0fc3-24b3-42b4-8f4b-146bd8da980a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10598 | 2024.07.13 05:41:31.197325 [ 3 ] {6c4c0fc3-24b3-42b4-8f4b-146bd8da980a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10599 | 2024.07.13 05:41:31.197704 [ 201 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
10600 | 2024.07.13 05:41:31.198209 [ 3 ] {6c4c0fc3-24b3-42b4-8f4b-146bd8da980a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10601 | 2024.07.13 05:41:31.198521 [ 201 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part | ||
10602 | 2024.07.13 05:41:31.199137 [ 201 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
10603 | 2024.07.13 05:41:31.199340 [ 3 ] {6c4c0fc3-24b3-42b4-8f4b-146bd8da980a} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10604 | 2024.07.13 05:41:31.199417 [ 3 ] {6c4c0fc3-24b3-42b4-8f4b-146bd8da980a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10605 | 2024.07.13 05:41:31.199855 [ 201 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
10606 | 2024.07.13 05:41:31.200523 [ 201 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
10607 | 2024.07.13 05:41:31.200755 [ 3 ] {6c4c0fc3-24b3-42b4-8f4b-146bd8da980a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10608 | 2024.07.13 05:41:31.201747 [ 3 ] {6c4c0fc3-24b3-42b4-8f4b-146bd8da980a} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10609 | 2024.07.13 05:41:31.202002 [ 113 ] {} <Debug> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10610 | 2024.07.13 05:41:31.202101 [ 113 ] {} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10611 | 2024.07.13 05:41:31.202092 [ 3 ] {6c4c0fc3-24b3-42b4-8f4b-146bd8da980a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005049 sec., 4555.357496533968 rows/sec., 246.41 KiB/sec. | ||
10612 | 2024.07.13 05:41:31.202153 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10613 | 2024.07.13 05:41:31.202895 [ 3 ] {6c4c0fc3-24b3-42b4-8f4b-146bd8da980a} <Debug> DynamicQueryHandler: Done processing query | ||
10614 | 2024.07.13 05:41:31.202989 [ 3 ] {6c4c0fc3-24b3-42b4-8f4b-146bd8da980a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10615 | 2024.07.13 05:41:31.203101 [ 3 ] {} <Debug> HTTP-Session: 4aa87de8-3e7a-48ce-b660-0ae7c5a99782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10616 | 2024.07.13 05:41:31.203152 [ 190 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
10617 | 2024.07.13 05:41:31.203547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10618 | 2024.07.13 05:41:31.203717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10619 | 2024.07.13 05:41:31.203799 [ 3 ] {} <Debug> HTTP-Session: 141b7676-9dcb-46e9-891a-0e5dc73ed6d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10620 | 2024.07.13 05:41:31.203865 [ 3 ] {} <Debug> HTTP-Session: 141b7676-9dcb-46e9-891a-0e5dc73ed6d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10621 | 2024.07.13 05:41:31.203934 [ 3 ] {} <Debug> HTTP-Session: 141b7676-9dcb-46e9-891a-0e5dc73ed6d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10622 | 2024.07.13 05:41:31.204049 [ 190 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10623 | 2024.07.13 05:41:31.204071 [ 3 ] {} <Trace> HTTP-Session: 141b7676-9dcb-46e9-891a-0e5dc73ed6d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10624 | 2024.07.13 05:41:31.204157 [ 190 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 602 rows starting from the beginning of the part | ||
10625 | 2024.07.13 05:41:31.204453 [ 3 ] {e7f7f269-5c79-4b1d-9ab7-7fb5352e63e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10626 | 2024.07.13 05:41:31.204538 [ 190 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part | ||
10627 | 2024.07.13 05:41:31.204607 [ 3 ] {e7f7f269-5c79-4b1d-9ab7-7fb5352e63e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10628 | 2024.07.13 05:41:31.204998 [ 190 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
10629 | 2024.07.13 05:41:31.205398 [ 190 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
10630 | 2024.07.13 05:41:31.205520 [ 3 ] {e7f7f269-5c79-4b1d-9ab7-7fb5352e63e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10631 | 2024.07.13 05:41:31.205763 [ 190 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
10632 | 2024.07.13 05:41:31.206089 [ 190 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part | ||
10633 | 2024.07.13 05:41:31.206841 [ 3 ] {e7f7f269-5c79-4b1d-9ab7-7fb5352e63e5} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10634 | 2024.07.13 05:41:31.206931 [ 3 ] {e7f7f269-5c79-4b1d-9ab7-7fb5352e63e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10635 | 2024.07.13 05:41:31.208635 [ 3 ] {e7f7f269-5c79-4b1d-9ab7-7fb5352e63e5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10636 | 2024.07.13 05:41:31.210144 [ 3 ] {e7f7f269-5c79-4b1d-9ab7-7fb5352e63e5} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10637 | 2024.07.13 05:41:31.210731 [ 3 ] {e7f7f269-5c79-4b1d-9ab7-7fb5352e63e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006443 sec., 9312.432096849294 rows/sec., 642.65 KiB/sec. | ||
10638 | 2024.07.13 05:41:31.211379 [ 3 ] {e7f7f269-5c79-4b1d-9ab7-7fb5352e63e5} <Debug> DynamicQueryHandler: Done processing query | ||
10639 | 2024.07.13 05:41:31.211459 [ 3 ] {e7f7f269-5c79-4b1d-9ab7-7fb5352e63e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10640 | 2024.07.13 05:41:31.211544 [ 3 ] {} <Debug> HTTP-Session: 141b7676-9dcb-46e9-891a-0e5dc73ed6d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10641 | 2024.07.13 05:41:31.211776 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 717 rows, containing 4 columns (4 merged, 0 gathered) in 0.009384996 sec., 76398.54081983626 rows/sec., 4.09 MiB/sec. | ||
10642 | 2024.07.13 05:41:31.212058 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10643 | 2024.07.13 05:41:31.213225 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10644 | 2024.07.13 05:41:31.213464 [ 194 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_31_6} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10645 | 2024.07.13 05:41:31.213642 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
10646 | 2024.07.13 05:41:31.222938 [ 191 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 912 rows, containing 19 columns (19 merged, 0 gathered) in 0.026984601 sec., 33797.05336387964 rows/sec., 60.56 MiB/sec. | ||
10647 | 2024.07.13 05:41:31.223764 [ 187 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10648 | 2024.07.13 05:41:31.224454 [ 187 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10649 | 2024.07.13 05:41:31.224549 [ 187 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10650 | 2024.07.13 05:41:31.224711 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. | ||
10651 | 2024.07.13 05:41:32.000225 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.67 MiB, peak 208.48 MiB, free memory in arenas 0.00 B, will set to 197.80 MiB (RSS), difference: 1.13 MiB | ||
10652 | 2024.07.13 05:41:36.168140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10653 | 2024.07.13 05:41:36.168327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10654 | 2024.07.13 05:41:36.168372 [ 3 ] {} <Debug> HTTP-Session: 6e753919-95b5-4437-900b-82bb3c9dfb93 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10655 | 2024.07.13 05:41:36.168412 [ 3 ] {} <Debug> HTTP-Session: 6e753919-95b5-4437-900b-82bb3c9dfb93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10656 | 2024.07.13 05:41:36.168440 [ 3 ] {} <Debug> HTTP-Session: 6e753919-95b5-4437-900b-82bb3c9dfb93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10657 | 2024.07.13 05:41:36.168518 [ 3 ] {} <Trace> HTTP-Session: 6e753919-95b5-4437-900b-82bb3c9dfb93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10658 | 2024.07.13 05:41:36.168775 [ 3 ] {87a05e01-7c9e-41bf-a25e-bd7900c63f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10659 | 2024.07.13 05:41:36.168860 [ 3 ] {87a05e01-7c9e-41bf-a25e-bd7900c63f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10660 | 2024.07.13 05:41:36.169123 [ 3 ] {87a05e01-7c9e-41bf-a25e-bd7900c63f7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10661 | 2024.07.13 05:41:36.169614 [ 3 ] {87a05e01-7c9e-41bf-a25e-bd7900c63f7d} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10662 | 2024.07.13 05:41:36.169659 [ 3 ] {87a05e01-7c9e-41bf-a25e-bd7900c63f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10663 | 2024.07.13 05:41:36.170051 [ 3 ] {87a05e01-7c9e-41bf-a25e-bd7900c63f7d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10664 | 2024.07.13 05:41:36.170403 [ 3 ] {87a05e01-7c9e-41bf-a25e-bd7900c63f7d} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10665 | 2024.07.13 05:41:36.170573 [ 3 ] {87a05e01-7c9e-41bf-a25e-bd7900c63f7d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001863 sec., 30059.044551798175 rows/sec., 2.31 MiB/sec. | ||
10666 | 2024.07.13 05:41:36.170799 [ 3 ] {87a05e01-7c9e-41bf-a25e-bd7900c63f7d} <Debug> DynamicQueryHandler: Done processing query | ||
10667 | 2024.07.13 05:41:36.170826 [ 3 ] {87a05e01-7c9e-41bf-a25e-bd7900c63f7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10668 | 2024.07.13 05:41:36.170843 [ 3 ] {} <Debug> HTTP-Session: 6e753919-95b5-4437-900b-82bb3c9dfb93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10669 | 2024.07.13 05:41:36.170991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10670 | 2024.07.13 05:41:36.171046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10671 | 2024.07.13 05:41:36.171066 [ 3 ] {} <Debug> HTTP-Session: c67bcf88-956d-4ded-9bd8-74524749e53e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10672 | 2024.07.13 05:41:36.171084 [ 3 ] {} <Debug> HTTP-Session: c67bcf88-956d-4ded-9bd8-74524749e53e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10673 | 2024.07.13 05:41:36.171098 [ 3 ] {} <Debug> HTTP-Session: c67bcf88-956d-4ded-9bd8-74524749e53e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10674 | 2024.07.13 05:41:36.171133 [ 3 ] {} <Trace> HTTP-Session: c67bcf88-956d-4ded-9bd8-74524749e53e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10675 | 2024.07.13 05:41:36.171262 [ 3 ] {7502c6e8-60ae-485d-aa06-7e3ef7e059c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10676 | 2024.07.13 05:41:36.171309 [ 3 ] {7502c6e8-60ae-485d-aa06-7e3ef7e059c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10677 | 2024.07.13 05:41:36.171447 [ 3 ] {7502c6e8-60ae-485d-aa06-7e3ef7e059c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10678 | 2024.07.13 05:41:36.171783 [ 3 ] {7502c6e8-60ae-485d-aa06-7e3ef7e059c7} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10679 | 2024.07.13 05:41:36.171820 [ 3 ] {7502c6e8-60ae-485d-aa06-7e3ef7e059c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10680 | 2024.07.13 05:41:36.172149 [ 3 ] {7502c6e8-60ae-485d-aa06-7e3ef7e059c7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10681 | 2024.07.13 05:41:36.172469 [ 3 ] {7502c6e8-60ae-485d-aa06-7e3ef7e059c7} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10682 | 2024.07.13 05:41:36.172643 [ 3 ] {7502c6e8-60ae-485d-aa06-7e3ef7e059c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001418 sec., 45133.99153737658 rows/sec., 3.52 MiB/sec. | ||
10683 | 2024.07.13 05:41:36.172813 [ 3 ] {7502c6e8-60ae-485d-aa06-7e3ef7e059c7} <Debug> DynamicQueryHandler: Done processing query | ||
10684 | 2024.07.13 05:41:36.172839 [ 3 ] {7502c6e8-60ae-485d-aa06-7e3ef7e059c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10685 | 2024.07.13 05:41:36.172856 [ 3 ] {} <Debug> HTTP-Session: c67bcf88-956d-4ded-9bd8-74524749e53e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10686 | 2024.07.13 05:41:36.173059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10687 | 2024.07.13 05:41:36.173115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10688 | 2024.07.13 05:41:36.173138 [ 3 ] {} <Debug> HTTP-Session: 51b95612-e631-4901-81e4-b972b41b3839 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10689 | 2024.07.13 05:41:36.173161 [ 3 ] {} <Debug> HTTP-Session: 51b95612-e631-4901-81e4-b972b41b3839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10690 | 2024.07.13 05:41:36.173177 [ 3 ] {} <Debug> HTTP-Session: 51b95612-e631-4901-81e4-b972b41b3839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10691 | 2024.07.13 05:41:36.173216 [ 3 ] {} <Trace> HTTP-Session: 51b95612-e631-4901-81e4-b972b41b3839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10692 | 2024.07.13 05:41:36.173401 [ 3 ] {6cd424bf-e661-4e75-8a88-b1ed8421ed89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10693 | 2024.07.13 05:41:36.173456 [ 3 ] {6cd424bf-e661-4e75-8a88-b1ed8421ed89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10694 | 2024.07.13 05:41:36.173632 [ 3 ] {6cd424bf-e661-4e75-8a88-b1ed8421ed89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10695 | 2024.07.13 05:41:36.174139 [ 3 ] {6cd424bf-e661-4e75-8a88-b1ed8421ed89} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10696 | 2024.07.13 05:41:36.174176 [ 3 ] {6cd424bf-e661-4e75-8a88-b1ed8421ed89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10697 | 2024.07.13 05:41:36.174577 [ 3 ] {6cd424bf-e661-4e75-8a88-b1ed8421ed89} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10698 | 2024.07.13 05:41:36.174934 [ 3 ] {6cd424bf-e661-4e75-8a88-b1ed8421ed89} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10699 | 2024.07.13 05:41:36.175095 [ 3 ] {6cd424bf-e661-4e75-8a88-b1ed8421ed89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001772 sec., 90293.45372460497 rows/sec., 6.29 MiB/sec. | ||
10700 | 2024.07.13 05:41:36.175390 [ 3 ] {6cd424bf-e661-4e75-8a88-b1ed8421ed89} <Debug> DynamicQueryHandler: Done processing query | ||
10701 | 2024.07.13 05:41:36.175443 [ 3 ] {6cd424bf-e661-4e75-8a88-b1ed8421ed89} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10702 | 2024.07.13 05:41:36.175486 [ 3 ] {} <Debug> HTTP-Session: 51b95612-e631-4901-81e4-b972b41b3839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10703 | 2024.07.13 05:41:36.175645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10704 | 2024.07.13 05:41:36.175696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10705 | 2024.07.13 05:41:36.175715 [ 3 ] {} <Debug> HTTP-Session: 25606675-c888-4d20-9add-0e6e6b1f460d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10706 | 2024.07.13 05:41:36.175732 [ 3 ] {} <Debug> HTTP-Session: 25606675-c888-4d20-9add-0e6e6b1f460d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10707 | 2024.07.13 05:41:36.175746 [ 3 ] {} <Debug> HTTP-Session: 25606675-c888-4d20-9add-0e6e6b1f460d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10708 | 2024.07.13 05:41:36.175778 [ 3 ] {} <Trace> HTTP-Session: 25606675-c888-4d20-9add-0e6e6b1f460d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10709 | 2024.07.13 05:41:36.175906 [ 3 ] {1854d52e-c728-48d3-adc3-cab04dbb55e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10710 | 2024.07.13 05:41:36.175952 [ 3 ] {1854d52e-c728-48d3-adc3-cab04dbb55e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10711 | 2024.07.13 05:41:36.176099 [ 3 ] {1854d52e-c728-48d3-adc3-cab04dbb55e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10712 | 2024.07.13 05:41:36.176415 [ 3 ] {1854d52e-c728-48d3-adc3-cab04dbb55e5} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10713 | 2024.07.13 05:41:36.176451 [ 3 ] {1854d52e-c728-48d3-adc3-cab04dbb55e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10714 | 2024.07.13 05:41:36.176816 [ 3 ] {1854d52e-c728-48d3-adc3-cab04dbb55e5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10715 | 2024.07.13 05:41:36.177143 [ 3 ] {1854d52e-c728-48d3-adc3-cab04dbb55e5} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10716 | 2024.07.13 05:41:36.177300 [ 3 ] {1854d52e-c728-48d3-adc3-cab04dbb55e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec. | ||
10717 | 2024.07.13 05:41:36.177454 [ 3 ] {1854d52e-c728-48d3-adc3-cab04dbb55e5} <Debug> DynamicQueryHandler: Done processing query | ||
10718 | 2024.07.13 05:41:36.177478 [ 3 ] {1854d52e-c728-48d3-adc3-cab04dbb55e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10719 | 2024.07.13 05:41:36.177493 [ 3 ] {} <Debug> HTTP-Session: 25606675-c888-4d20-9add-0e6e6b1f460d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10720 | 2024.07.13 05:41:41.174601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10721 | 2024.07.13 05:41:41.174734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10722 | 2024.07.13 05:41:41.174764 [ 3 ] {} <Debug> HTTP-Session: 8345c29d-8f9a-4250-8444-242e72374335 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10723 | 2024.07.13 05:41:41.174792 [ 3 ] {} <Debug> HTTP-Session: 8345c29d-8f9a-4250-8444-242e72374335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10724 | 2024.07.13 05:41:41.174810 [ 3 ] {} <Debug> HTTP-Session: 8345c29d-8f9a-4250-8444-242e72374335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10725 | 2024.07.13 05:41:41.174881 [ 3 ] {} <Trace> HTTP-Session: 8345c29d-8f9a-4250-8444-242e72374335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10726 | 2024.07.13 05:41:41.175180 [ 3 ] {56ccca2a-bb94-4157-b046-44776470fac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10727 | 2024.07.13 05:41:41.175287 [ 3 ] {56ccca2a-bb94-4157-b046-44776470fac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10728 | 2024.07.13 05:41:41.175601 [ 3 ] {56ccca2a-bb94-4157-b046-44776470fac1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10729 | 2024.07.13 05:41:41.176132 [ 3 ] {56ccca2a-bb94-4157-b046-44776470fac1} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10730 | 2024.07.13 05:41:41.176177 [ 3 ] {56ccca2a-bb94-4157-b046-44776470fac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10731 | 2024.07.13 05:41:41.176541 [ 3 ] {56ccca2a-bb94-4157-b046-44776470fac1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10732 | 2024.07.13 05:41:41.176871 [ 3 ] {56ccca2a-bb94-4157-b046-44776470fac1} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10733 | 2024.07.13 05:41:41.177024 [ 3 ] {56ccca2a-bb94-4157-b046-44776470fac1} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001949 sec., 19497.178040020524 rows/sec., 1.47 MiB/sec. | ||
10734 | 2024.07.13 05:41:41.177260 [ 3 ] {56ccca2a-bb94-4157-b046-44776470fac1} <Debug> DynamicQueryHandler: Done processing query | ||
10735 | 2024.07.13 05:41:41.177288 [ 3 ] {56ccca2a-bb94-4157-b046-44776470fac1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10736 | 2024.07.13 05:41:41.177304 [ 3 ] {} <Debug> HTTP-Session: 8345c29d-8f9a-4250-8444-242e72374335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10737 | 2024.07.13 05:41:41.177487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10738 | 2024.07.13 05:41:41.177540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10739 | 2024.07.13 05:41:41.177560 [ 3 ] {} <Debug> HTTP-Session: 32e95015-9116-46d9-ab9a-f3b9b7625f72 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10740 | 2024.07.13 05:41:41.177578 [ 3 ] {} <Debug> HTTP-Session: 32e95015-9116-46d9-ab9a-f3b9b7625f72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10741 | 2024.07.13 05:41:41.177592 [ 3 ] {} <Debug> HTTP-Session: 32e95015-9116-46d9-ab9a-f3b9b7625f72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10742 | 2024.07.13 05:41:41.177626 [ 3 ] {} <Trace> HTTP-Session: 32e95015-9116-46d9-ab9a-f3b9b7625f72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10743 | 2024.07.13 05:41:41.177806 [ 3 ] {491ce1e9-50ab-4f8e-a850-deb21482e270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10744 | 2024.07.13 05:41:41.177853 [ 3 ] {491ce1e9-50ab-4f8e-a850-deb21482e270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10745 | 2024.07.13 05:41:41.177988 [ 3 ] {491ce1e9-50ab-4f8e-a850-deb21482e270} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10746 | 2024.07.13 05:41:41.178450 [ 3 ] {491ce1e9-50ab-4f8e-a850-deb21482e270} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10747 | 2024.07.13 05:41:41.178487 [ 3 ] {491ce1e9-50ab-4f8e-a850-deb21482e270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10748 | 2024.07.13 05:41:41.178832 [ 3 ] {491ce1e9-50ab-4f8e-a850-deb21482e270} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10749 | 2024.07.13 05:41:41.179138 [ 3 ] {491ce1e9-50ab-4f8e-a850-deb21482e270} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10750 | 2024.07.13 05:41:41.179309 [ 3 ] {491ce1e9-50ab-4f8e-a850-deb21482e270} <Debug> executeQuery: Read 257 rows, 23.21 KiB in 0.001591 sec., 161533.62664990572 rows/sec., 14.25 MiB/sec. | ||
10751 | 2024.07.13 05:41:41.179573 [ 3 ] {491ce1e9-50ab-4f8e-a850-deb21482e270} <Debug> DynamicQueryHandler: Done processing query | ||
10752 | 2024.07.13 05:41:41.179624 [ 3 ] {491ce1e9-50ab-4f8e-a850-deb21482e270} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10753 | 2024.07.13 05:41:41.179682 [ 3 ] {} <Debug> HTTP-Session: 32e95015-9116-46d9-ab9a-f3b9b7625f72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10754 | 2024.07.13 05:41:41.179933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 66996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10755 | 2024.07.13 05:41:41.179986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10756 | 2024.07.13 05:41:41.180006 [ 3 ] {} <Debug> HTTP-Session: 9818a052-007e-4c0a-adb3-96289df70470 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10757 | 2024.07.13 05:41:41.180023 [ 3 ] {} <Debug> HTTP-Session: 9818a052-007e-4c0a-adb3-96289df70470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10758 | 2024.07.13 05:41:41.180043 [ 3 ] {} <Debug> HTTP-Session: 9818a052-007e-4c0a-adb3-96289df70470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10759 | 2024.07.13 05:41:41.180094 [ 3 ] {} <Trace> HTTP-Session: 9818a052-007e-4c0a-adb3-96289df70470 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10760 | 2024.07.13 05:41:41.180339 [ 3 ] {eaa44c34-1c7d-448c-b5cf-8125d89c832a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10761 | 2024.07.13 05:41:41.180386 [ 3 ] {eaa44c34-1c7d-448c-b5cf-8125d89c832a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10762 | 2024.07.13 05:41:41.180532 [ 3 ] {eaa44c34-1c7d-448c-b5cf-8125d89c832a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10763 | 2024.07.13 05:41:41.181085 [ 3 ] {eaa44c34-1c7d-448c-b5cf-8125d89c832a} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10764 | 2024.07.13 05:41:41.181123 [ 3 ] {eaa44c34-1c7d-448c-b5cf-8125d89c832a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10765 | 2024.07.13 05:41:41.181462 [ 3 ] {eaa44c34-1c7d-448c-b5cf-8125d89c832a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10766 | 2024.07.13 05:41:41.181823 [ 3 ] {eaa44c34-1c7d-448c-b5cf-8125d89c832a} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10767 | 2024.07.13 05:41:41.181989 [ 3 ] {eaa44c34-1c7d-448c-b5cf-8125d89c832a} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.001759 sec., 235361.00056850485 rows/sec., 16.68 MiB/sec. | ||
10768 | 2024.07.13 05:41:41.182275 [ 3 ] {eaa44c34-1c7d-448c-b5cf-8125d89c832a} <Debug> DynamicQueryHandler: Done processing query | ||
10769 | 2024.07.13 05:41:41.182341 [ 3 ] {eaa44c34-1c7d-448c-b5cf-8125d89c832a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10770 | 2024.07.13 05:41:41.182398 [ 3 ] {} <Debug> HTTP-Session: 9818a052-007e-4c0a-adb3-96289df70470 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10771 | 2024.07.13 05:41:41.182586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10772 | 2024.07.13 05:41:41.182648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10773 | 2024.07.13 05:41:41.182671 [ 3 ] {} <Debug> HTTP-Session: 8d42bb61-f3e2-439f-a3f0-8eadaf38ae14 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10774 | 2024.07.13 05:41:41.182692 [ 3 ] {} <Debug> HTTP-Session: 8d42bb61-f3e2-439f-a3f0-8eadaf38ae14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10775 | 2024.07.13 05:41:41.182709 [ 3 ] {} <Debug> HTTP-Session: 8d42bb61-f3e2-439f-a3f0-8eadaf38ae14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10776 | 2024.07.13 05:41:41.182750 [ 3 ] {} <Trace> HTTP-Session: 8d42bb61-f3e2-439f-a3f0-8eadaf38ae14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10777 | 2024.07.13 05:41:41.182901 [ 3 ] {57fa365d-5073-4809-a133-7364b4c69a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10778 | 2024.07.13 05:41:41.182950 [ 3 ] {57fa365d-5073-4809-a133-7364b4c69a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10779 | 2024.07.13 05:41:41.183096 [ 3 ] {57fa365d-5073-4809-a133-7364b4c69a7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10780 | 2024.07.13 05:41:41.183355 [ 3 ] {57fa365d-5073-4809-a133-7364b4c69a7e} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10781 | 2024.07.13 05:41:41.183392 [ 3 ] {57fa365d-5073-4809-a133-7364b4c69a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10782 | 2024.07.13 05:41:41.183755 [ 3 ] {57fa365d-5073-4809-a133-7364b4c69a7e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10783 | 2024.07.13 05:41:41.184081 [ 3 ] {57fa365d-5073-4809-a133-7364b4c69a7e} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10784 | 2024.07.13 05:41:41.184238 [ 3 ] {57fa365d-5073-4809-a133-7364b4c69a7e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 189.43 KiB/sec. | ||
10785 | 2024.07.13 05:41:41.184237 [ 105 ] {} <Debug> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10786 | 2024.07.13 05:41:41.184360 [ 105 ] {} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10787 | 2024.07.13 05:41:41.184400 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10788 | 2024.07.13 05:41:41.184490 [ 3 ] {57fa365d-5073-4809-a133-7364b4c69a7e} <Debug> DynamicQueryHandler: Done processing query | ||
10789 | 2024.07.13 05:41:41.184532 [ 3 ] {57fa365d-5073-4809-a133-7364b4c69a7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10790 | 2024.07.13 05:41:41.184557 [ 3 ] {} <Debug> HTTP-Session: 8d42bb61-f3e2-439f-a3f0-8eadaf38ae14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10791 | 2024.07.13 05:41:41.184585 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
10792 | 2024.07.13 05:41:41.184706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10793 | 2024.07.13 05:41:41.184751 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10794 | 2024.07.13 05:41:41.184771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10795 | 2024.07.13 05:41:41.184793 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
10796 | 2024.07.13 05:41:41.184800 [ 3 ] {} <Debug> HTTP-Session: 3d57549a-92bc-4d81-a757-ef5d03a81e9a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10797 | 2024.07.13 05:41:41.184831 [ 3 ] {} <Debug> HTTP-Session: 3d57549a-92bc-4d81-a757-ef5d03a81e9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10798 | 2024.07.13 05:41:41.184854 [ 3 ] {} <Debug> HTTP-Session: 3d57549a-92bc-4d81-a757-ef5d03a81e9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10799 | 2024.07.13 05:41:41.184947 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
10800 | 2024.07.13 05:41:41.184961 [ 3 ] {} <Trace> HTTP-Session: 3d57549a-92bc-4d81-a757-ef5d03a81e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10801 | 2024.07.13 05:41:41.185249 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
10802 | 2024.07.13 05:41:41.185388 [ 3 ] {3cf1cd51-f81e-4e16-bfbe-9945aee863b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10803 | 2024.07.13 05:41:41.185593 [ 3 ] {3cf1cd51-f81e-4e16-bfbe-9945aee863b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10804 | 2024.07.13 05:41:41.185599 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
10805 | 2024.07.13 05:41:41.185856 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
10806 | 2024.07.13 05:41:41.186194 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
10807 | 2024.07.13 05:41:41.186755 [ 3 ] {3cf1cd51-f81e-4e16-bfbe-9945aee863b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10808 | 2024.07.13 05:41:41.187247 [ 3 ] {3cf1cd51-f81e-4e16-bfbe-9945aee863b6} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10809 | 2024.07.13 05:41:41.187292 [ 3 ] {3cf1cd51-f81e-4e16-bfbe-9945aee863b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10810 | 2024.07.13 05:41:41.187872 [ 3 ] {3cf1cd51-f81e-4e16-bfbe-9945aee863b6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10811 | 2024.07.13 05:41:41.187972 [ 187 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.003466074 sec., 53663.02046638358 rows/sec., 2.25 MiB/sec. | ||
10812 | 2024.07.13 05:41:41.188245 [ 187 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10813 | 2024.07.13 05:41:41.188481 [ 3 ] {3cf1cd51-f81e-4e16-bfbe-9945aee863b6} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10814 | 2024.07.13 05:41:41.188864 [ 105 ] {} <Debug> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10815 | 2024.07.13 05:41:41.188896 [ 3 ] {3cf1cd51-f81e-4e16-bfbe-9945aee863b6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003662 sec., 21026.761332605136 rows/sec., 1.29 MiB/sec. | ||
10816 | 2024.07.13 05:41:41.189000 [ 105 ] {} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10817 | 2024.07.13 05:41:41.189106 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10818 | 2024.07.13 05:41:41.189440 [ 187 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_31_6} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10819 | 2024.07.13 05:41:41.189442 [ 3 ] {3cf1cd51-f81e-4e16-bfbe-9945aee863b6} <Debug> DynamicQueryHandler: Done processing query | ||
10820 | 2024.07.13 05:41:41.189560 [ 3 ] {3cf1cd51-f81e-4e16-bfbe-9945aee863b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10821 | 2024.07.13 05:41:41.189675 [ 3 ] {} <Debug> HTTP-Session: 3d57549a-92bc-4d81-a757-ef5d03a81e9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10822 | 2024.07.13 05:41:41.189821 [ 187 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_31_6} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10823 | 2024.07.13 05:41:41.190119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10824 | 2024.07.13 05:41:41.190246 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10825 | 2024.07.13 05:41:41.190277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10826 | 2024.07.13 05:41:41.190336 [ 3 ] {} <Debug> HTTP-Session: e0ab4960-fbd1-4a97-b90c-9b8b0e0c32d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10827 | 2024.07.13 05:41:41.190339 [ 188 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
10828 | 2024.07.13 05:41:41.190354 [ 3 ] {} <Debug> HTTP-Session: e0ab4960-fbd1-4a97-b90c-9b8b0e0c32d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10829 | 2024.07.13 05:41:41.190382 [ 3 ] {} <Debug> HTTP-Session: e0ab4960-fbd1-4a97-b90c-9b8b0e0c32d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10830 | 2024.07.13 05:41:41.190421 [ 3 ] {} <Trace> HTTP-Session: e0ab4960-fbd1-4a97-b90c-9b8b0e0c32d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10831 | 2024.07.13 05:41:41.190497 [ 188 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10832 | 2024.07.13 05:41:41.190534 [ 188 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2002 rows starting from the beginning of the part | ||
10833 | 2024.07.13 05:41:41.190679 [ 3 ] {bf531f27-3db6-4108-967b-1906a59582e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10834 | 2024.07.13 05:41:41.190719 [ 188 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part | ||
10835 | 2024.07.13 05:41:41.190829 [ 3 ] {bf531f27-3db6-4108-967b-1906a59582e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10836 | 2024.07.13 05:41:41.191092 [ 188 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 77 rows starting from the beginning of the part | ||
10837 | 2024.07.13 05:41:41.191397 [ 188 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
10838 | 2024.07.13 05:41:41.191803 [ 188 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 77 rows starting from the beginning of the part | ||
10839 | 2024.07.13 05:41:41.192040 [ 3 ] {bf531f27-3db6-4108-967b-1906a59582e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10840 | 2024.07.13 05:41:41.192089 [ 188 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 77 rows starting from the beginning of the part | ||
10841 | 2024.07.13 05:41:41.192962 [ 3 ] {bf531f27-3db6-4108-967b-1906a59582e1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10842 | 2024.07.13 05:41:41.193006 [ 3 ] {bf531f27-3db6-4108-967b-1906a59582e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10843 | 2024.07.13 05:41:41.193583 [ 3 ] {bf531f27-3db6-4108-967b-1906a59582e1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10844 | 2024.07.13 05:41:41.194019 [ 188 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.004611522 sec., 517616.5266044486 rows/sec., 31.87 MiB/sec. | ||
10845 | 2024.07.13 05:41:41.194028 [ 3 ] {bf531f27-3db6-4108-967b-1906a59582e1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10846 | 2024.07.13 05:41:41.194287 [ 3 ] {bf531f27-3db6-4108-967b-1906a59582e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003752 sec., 42643.923240938166 rows/sec., 2.97 MiB/sec. | ||
10847 | 2024.07.13 05:41:41.194391 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10848 | 2024.07.13 05:41:41.194597 [ 3 ] {bf531f27-3db6-4108-967b-1906a59582e1} <Debug> DynamicQueryHandler: Done processing query | ||
10849 | 2024.07.13 05:41:41.194642 [ 3 ] {bf531f27-3db6-4108-967b-1906a59582e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10850 | 2024.07.13 05:41:41.194678 [ 3 ] {} <Debug> HTTP-Session: e0ab4960-fbd1-4a97-b90c-9b8b0e0c32d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10851 | 2024.07.13 05:41:41.194914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10852 | 2024.07.13 05:41:41.194988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10853 | 2024.07.13 05:41:41.195030 [ 3 ] {} <Debug> HTTP-Session: 029ae05d-ef64-4902-acbb-008eb9cbd489 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10854 | 2024.07.13 05:41:41.195039 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10855 | 2024.07.13 05:41:41.195060 [ 3 ] {} <Debug> HTTP-Session: 029ae05d-ef64-4902-acbb-008eb9cbd489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10856 | 2024.07.13 05:41:41.195111 [ 3 ] {} <Debug> HTTP-Session: 029ae05d-ef64-4902-acbb-008eb9cbd489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10857 | 2024.07.13 05:41:41.195179 [ 3 ] {} <Trace> HTTP-Session: 029ae05d-ef64-4902-acbb-008eb9cbd489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10858 | 2024.07.13 05:41:41.195218 [ 195 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10859 | 2024.07.13 05:41:41.195365 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
10860 | 2024.07.13 05:41:41.195628 [ 3 ] {6be88102-7ccd-4d0e-ba5e-f6af0e0f68ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10861 | 2024.07.13 05:41:41.195705 [ 3 ] {6be88102-7ccd-4d0e-ba5e-f6af0e0f68ef} <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 | ||
10862 | 2024.07.13 05:41:41.196128 [ 3 ] {6be88102-7ccd-4d0e-ba5e-f6af0e0f68ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10863 | 2024.07.13 05:41:41.197098 [ 3 ] {6be88102-7ccd-4d0e-ba5e-f6af0e0f68ef} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10864 | 2024.07.13 05:41:41.197134 [ 3 ] {6be88102-7ccd-4d0e-ba5e-f6af0e0f68ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10865 | 2024.07.13 05:41:41.197767 [ 3 ] {6be88102-7ccd-4d0e-ba5e-f6af0e0f68ef} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10866 | 2024.07.13 05:41:41.198171 [ 3 ] {6be88102-7ccd-4d0e-ba5e-f6af0e0f68ef} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10867 | 2024.07.13 05:41:41.198351 [ 3 ] {6be88102-7ccd-4d0e-ba5e-f6af0e0f68ef} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003051 sec., 10488.364470665356 rows/sec., 18.79 MiB/sec. | ||
10868 | 2024.07.13 05:41:41.198567 [ 3 ] {6be88102-7ccd-4d0e-ba5e-f6af0e0f68ef} <Debug> DynamicQueryHandler: Done processing query | ||
10869 | 2024.07.13 05:41:41.198590 [ 3 ] {6be88102-7ccd-4d0e-ba5e-f6af0e0f68ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10870 | 2024.07.13 05:41:41.198605 [ 3 ] {} <Debug> HTTP-Session: 029ae05d-ef64-4902-acbb-008eb9cbd489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10871 | 2024.07.13 05:41:41.198768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10872 | 2024.07.13 05:41:41.198814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10873 | 2024.07.13 05:41:41.198833 [ 3 ] {} <Debug> HTTP-Session: 83749367-b5ca-4681-b0b7-1a04f95d9d92 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10874 | 2024.07.13 05:41:41.198849 [ 3 ] {} <Debug> HTTP-Session: 83749367-b5ca-4681-b0b7-1a04f95d9d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10875 | 2024.07.13 05:41:41.198862 [ 3 ] {} <Debug> HTTP-Session: 83749367-b5ca-4681-b0b7-1a04f95d9d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10876 | 2024.07.13 05:41:41.198891 [ 3 ] {} <Trace> HTTP-Session: 83749367-b5ca-4681-b0b7-1a04f95d9d92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10877 | 2024.07.13 05:41:41.199050 [ 3 ] {c5f973c4-a54a-4667-8717-021390bee618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10878 | 2024.07.13 05:41:41.199095 [ 3 ] {c5f973c4-a54a-4667-8717-021390bee618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10879 | 2024.07.13 05:41:41.199222 [ 3 ] {c5f973c4-a54a-4667-8717-021390bee618} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10880 | 2024.07.13 05:41:41.199494 [ 3 ] {c5f973c4-a54a-4667-8717-021390bee618} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10881 | 2024.07.13 05:41:41.199529 [ 3 ] {c5f973c4-a54a-4667-8717-021390bee618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10882 | 2024.07.13 05:41:41.199877 [ 3 ] {c5f973c4-a54a-4667-8717-021390bee618} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10883 | 2024.07.13 05:41:41.200212 [ 3 ] {c5f973c4-a54a-4667-8717-021390bee618} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10884 | 2024.07.13 05:41:41.200371 [ 3 ] {c5f973c4-a54a-4667-8717-021390bee618} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001348 sec., 17062.314540059346 rows/sec., 922.95 KiB/sec. | ||
10885 | 2024.07.13 05:41:41.200526 [ 3 ] {c5f973c4-a54a-4667-8717-021390bee618} <Debug> DynamicQueryHandler: Done processing query | ||
10886 | 2024.07.13 05:41:41.200551 [ 3 ] {c5f973c4-a54a-4667-8717-021390bee618} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10887 | 2024.07.13 05:41:41.200566 [ 3 ] {} <Debug> HTTP-Session: 83749367-b5ca-4681-b0b7-1a04f95d9d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10888 | 2024.07.13 05:41:41.200680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10889 | 2024.07.13 05:41:41.200726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10890 | 2024.07.13 05:41:41.200746 [ 3 ] {} <Debug> HTTP-Session: 07570d25-f307-4d61-ac20-e5537e2e235e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10891 | 2024.07.13 05:41:41.200761 [ 3 ] {} <Debug> HTTP-Session: 07570d25-f307-4d61-ac20-e5537e2e235e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10892 | 2024.07.13 05:41:41.200775 [ 3 ] {} <Debug> HTTP-Session: 07570d25-f307-4d61-ac20-e5537e2e235e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10893 | 2024.07.13 05:41:41.200805 [ 3 ] {} <Trace> HTTP-Session: 07570d25-f307-4d61-ac20-e5537e2e235e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10894 | 2024.07.13 05:41:41.200922 [ 3 ] {f130f8f0-b002-430c-8b41-3c68e0426368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10895 | 2024.07.13 05:41:41.200966 [ 3 ] {f130f8f0-b002-430c-8b41-3c68e0426368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10896 | 2024.07.13 05:41:41.201091 [ 3 ] {f130f8f0-b002-430c-8b41-3c68e0426368} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10897 | 2024.07.13 05:41:41.201381 [ 3 ] {f130f8f0-b002-430c-8b41-3c68e0426368} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10898 | 2024.07.13 05:41:41.201416 [ 3 ] {f130f8f0-b002-430c-8b41-3c68e0426368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10899 | 2024.07.13 05:41:41.201771 [ 3 ] {f130f8f0-b002-430c-8b41-3c68e0426368} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10900 | 2024.07.13 05:41:41.202090 [ 3 ] {f130f8f0-b002-430c-8b41-3c68e0426368} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10901 | 2024.07.13 05:41:41.202251 [ 3 ] {f130f8f0-b002-430c-8b41-3c68e0426368} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
10902 | 2024.07.13 05:41:41.202417 [ 3 ] {f130f8f0-b002-430c-8b41-3c68e0426368} <Debug> DynamicQueryHandler: Done processing query | ||
10903 | 2024.07.13 05:41:41.202442 [ 3 ] {f130f8f0-b002-430c-8b41-3c68e0426368} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10904 | 2024.07.13 05:41:41.202458 [ 3 ] {} <Debug> HTTP-Session: 07570d25-f307-4d61-ac20-e5537e2e235e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10905 | 2024.07.13 05:41:42.078579 [ 104 ] {} <Debug> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
10906 | 2024.07.13 05:41:42.078672 [ 104 ] {} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10907 | 2024.07.13 05:41:42.078712 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10908 | 2024.07.13 05:41:42.078992 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
10909 | 2024.07.13 05:41:42.079261 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10910 | 2024.07.13 05:41:42.079316 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 16 rows starting from the beginning of the part | ||
10911 | 2024.07.13 05:41:42.079437 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
10912 | 2024.07.13 05:41:42.079695 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
10913 | 2024.07.13 05:41:42.079929 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
10914 | 2024.07.13 05:41:42.080106 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
10915 | 2024.07.13 05:41:42.081154 [ 198 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002341857 sec., 13664.369771510386 rows/sec., 1.09 MiB/sec. | ||
10916 | 2024.07.13 05:41:42.081329 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
10917 | 2024.07.13 05:41:42.081802 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10918 | 2024.07.13 05:41:42.081900 [ 196 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_18_4} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
10919 | 2024.07.13 05:41:42.081996 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10920 | 2024.07.13 05:41:43.883035 [ 102 ] {} <Debug> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
10921 | 2024.07.13 05:41:43.883108 [ 102 ] {} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10922 | 2024.07.13 05:41:43.883134 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10923 | 2024.07.13 05:41:43.883311 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
10924 | 2024.07.13 05:41:43.883605 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10925 | 2024.07.13 05:41:43.883639 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 16 rows starting from the beginning of the part | ||
10926 | 2024.07.13 05:41:43.883715 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
10927 | 2024.07.13 05:41:43.883868 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
10928 | 2024.07.13 05:41:43.884195 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
10929 | 2024.07.13 05:41:43.884409 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
10930 | 2024.07.13 05:41:43.885439 [ 196 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002236965 sec., 14305.09641411466 rows/sec., 998.84 KiB/sec. | ||
10931 | 2024.07.13 05:41:43.885594 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
10932 | 2024.07.13 05:41:43.885944 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10933 | 2024.07.13 05:41:43.886021 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_18_4} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
10934 | 2024.07.13 05:41:43.886104 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
10935 | 2024.07.13 05:41:45.444947 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10936 | 2024.07.13 05:41:45.445020 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10937 | 2024.07.13 05:41:46.168980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10938 | 2024.07.13 05:41:46.169104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10939 | 2024.07.13 05:41:46.169133 [ 3 ] {} <Debug> HTTP-Session: cc6fda19-b9a7-4b54-9895-3509696e1591 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10940 | 2024.07.13 05:41:46.169161 [ 3 ] {} <Debug> HTTP-Session: cc6fda19-b9a7-4b54-9895-3509696e1591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10941 | 2024.07.13 05:41:46.169179 [ 3 ] {} <Debug> HTTP-Session: cc6fda19-b9a7-4b54-9895-3509696e1591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10942 | 2024.07.13 05:41:46.169235 [ 3 ] {} <Trace> HTTP-Session: cc6fda19-b9a7-4b54-9895-3509696e1591 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10943 | 2024.07.13 05:41:46.169452 [ 3 ] {7aee804d-5ea7-4c26-bfeb-c40cc6c73af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10944 | 2024.07.13 05:41:46.169527 [ 3 ] {7aee804d-5ea7-4c26-bfeb-c40cc6c73af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10945 | 2024.07.13 05:41:46.169746 [ 3 ] {7aee804d-5ea7-4c26-bfeb-c40cc6c73af9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10946 | 2024.07.13 05:41:46.170217 [ 3 ] {7aee804d-5ea7-4c26-bfeb-c40cc6c73af9} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10947 | 2024.07.13 05:41:46.170260 [ 3 ] {7aee804d-5ea7-4c26-bfeb-c40cc6c73af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10948 | 2024.07.13 05:41:46.170629 [ 3 ] {7aee804d-5ea7-4c26-bfeb-c40cc6c73af9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10949 | 2024.07.13 05:41:46.170967 [ 3 ] {7aee804d-5ea7-4c26-bfeb-c40cc6c73af9} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10950 | 2024.07.13 05:41:46.171141 [ 101 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10951 | 2024.07.13 05:41:46.171153 [ 3 ] {7aee804d-5ea7-4c26-bfeb-c40cc6c73af9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001767 sec., 31692.13355970572 rows/sec., 2.43 MiB/sec. | ||
10952 | 2024.07.13 05:41:46.171218 [ 101 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10953 | 2024.07.13 05:41:46.171289 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10954 | 2024.07.13 05:41:46.171440 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
10955 | 2024.07.13 05:41:46.171506 [ 3 ] {7aee804d-5ea7-4c26-bfeb-c40cc6c73af9} <Debug> DynamicQueryHandler: Done processing query | ||
10956 | 2024.07.13 05:41:46.171554 [ 3 ] {7aee804d-5ea7-4c26-bfeb-c40cc6c73af9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10957 | 2024.07.13 05:41:46.171613 [ 3 ] {} <Debug> HTTP-Session: cc6fda19-b9a7-4b54-9895-3509696e1591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10958 | 2024.07.13 05:41:46.171711 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10959 | 2024.07.13 05:41:46.171750 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 301 rows starting from the beginning of the part | ||
10960 | 2024.07.13 05:41:46.171858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10961 | 2024.07.13 05:41:46.171917 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
10962 | 2024.07.13 05:41:46.172076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10963 | 2024.07.13 05:41:46.172183 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 258 rows starting from the beginning of the part | ||
10964 | 2024.07.13 05:41:46.172182 [ 3 ] {} <Debug> HTTP-Session: 661c1464-8027-4d04-a1c5-0eb5438fb433 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10965 | 2024.07.13 05:41:46.172273 [ 3 ] {} <Debug> HTTP-Session: 661c1464-8027-4d04-a1c5-0eb5438fb433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10966 | 2024.07.13 05:41:46.172349 [ 3 ] {} <Debug> HTTP-Session: 661c1464-8027-4d04-a1c5-0eb5438fb433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10967 | 2024.07.13 05:41:46.172467 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
10968 | 2024.07.13 05:41:46.172477 [ 3 ] {} <Trace> HTTP-Session: 661c1464-8027-4d04-a1c5-0eb5438fb433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10969 | 2024.07.13 05:41:46.172676 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 257 rows starting from the beginning of the part | ||
10970 | 2024.07.13 05:41:46.172986 [ 3 ] {eb45b446-2d49-47a3-9861-9b0bdd238bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10971 | 2024.07.13 05:41:46.172993 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
10972 | 2024.07.13 05:41:46.173103 [ 3 ] {eb45b446-2d49-47a3-9861-9b0bdd238bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10973 | 2024.07.13 05:41:46.173776 [ 3 ] {eb45b446-2d49-47a3-9861-9b0bdd238bff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10974 | 2024.07.13 05:41:46.174635 [ 3 ] {eb45b446-2d49-47a3-9861-9b0bdd238bff} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10975 | 2024.07.13 05:41:46.174702 [ 3 ] {eb45b446-2d49-47a3-9861-9b0bdd238bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10976 | 2024.07.13 05:41:46.175513 [ 3 ] {eb45b446-2d49-47a3-9861-9b0bdd238bff} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10977 | 2024.07.13 05:41:46.175939 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 4 columns (4 merged, 0 gathered) in 0.004560561 sec., 215762.92916595127 rows/sec., 18.49 MiB/sec. | ||
10978 | 2024.07.13 05:41:46.176157 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10979 | 2024.07.13 05:41:46.176345 [ 3 ] {eb45b446-2d49-47a3-9861-9b0bdd238bff} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10980 | 2024.07.13 05:41:46.176798 [ 101 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10981 | 2024.07.13 05:41:46.176880 [ 101 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10982 | 2024.07.13 05:41:46.176877 [ 3 ] {eb45b446-2d49-47a3-9861-9b0bdd238bff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004086 sec., 15663.240332843856 rows/sec., 1.22 MiB/sec. | ||
10983 | 2024.07.13 05:41:46.176925 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10984 | 2024.07.13 05:41:46.177200 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10985 | 2024.07.13 05:41:46.177396 [ 3 ] {eb45b446-2d49-47a3-9861-9b0bdd238bff} <Debug> DynamicQueryHandler: Done processing query | ||
10986 | 2024.07.13 05:41:46.177422 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
10987 | 2024.07.13 05:41:46.177448 [ 3 ] {eb45b446-2d49-47a3-9861-9b0bdd238bff} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10988 | 2024.07.13 05:41:46.177496 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_66_13} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10989 | 2024.07.13 05:41:46.177525 [ 3 ] {} <Debug> HTTP-Session: 661c1464-8027-4d04-a1c5-0eb5438fb433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10990 | 2024.07.13 05:41:46.177708 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
10991 | 2024.07.13 05:41:46.177782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10992 | 2024.07.13 05:41:46.177831 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10993 | 2024.07.13 05:41:46.177866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10994 | 2024.07.13 05:41:46.177874 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 472 rows starting from the beginning of the part | ||
10995 | 2024.07.13 05:41:46.177891 [ 3 ] {} <Debug> HTTP-Session: 286e4ddc-587d-49dd-bbbd-42d171abf78f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
10996 | 2024.07.13 05:41:46.177914 [ 3 ] {} <Debug> HTTP-Session: 286e4ddc-587d-49dd-bbbd-42d171abf78f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10997 | 2024.07.13 05:41:46.177940 [ 3 ] {} <Debug> HTTP-Session: 286e4ddc-587d-49dd-bbbd-42d171abf78f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10998 | 2024.07.13 05:41:46.178028 [ 3 ] {} <Trace> HTTP-Session: 286e4ddc-587d-49dd-bbbd-42d171abf78f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10999 | 2024.07.13 05:41:46.178046 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
11000 | 2024.07.13 05:41:46.178185 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 416 rows starting from the beginning of the part | ||
11001 | 2024.07.13 05:41:46.178316 [ 3 ] {ac2e6f9d-aa9b-4315-85c9-76e2daee78b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11002 | 2024.07.13 05:41:46.178326 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
11003 | 2024.07.13 05:41:46.178403 [ 3 ] {ac2e6f9d-aa9b-4315-85c9-76e2daee78b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11004 | 2024.07.13 05:41:46.178473 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 414 rows starting from the beginning of the part | ||
11005 | 2024.07.13 05:41:46.178707 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
11006 | 2024.07.13 05:41:46.179105 [ 3 ] {ac2e6f9d-aa9b-4315-85c9-76e2daee78b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11007 | 2024.07.13 05:41:46.179637 [ 3 ] {ac2e6f9d-aa9b-4315-85c9-76e2daee78b0} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11008 | 2024.07.13 05:41:46.179679 [ 3 ] {ac2e6f9d-aa9b-4315-85c9-76e2daee78b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11009 | 2024.07.13 05:41:46.180217 [ 3 ] {ac2e6f9d-aa9b-4315-85c9-76e2daee78b0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11010 | 2024.07.13 05:41:46.180378 [ 189 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1494 rows, containing 4 columns (4 merged, 0 gathered) in 0.003293872 sec., 453569.5376140906 rows/sec., 32.69 MiB/sec. | ||
11011 | 2024.07.13 05:41:46.180633 [ 189 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11012 | 2024.07.13 05:41:46.180861 [ 3 ] {ac2e6f9d-aa9b-4315-85c9-76e2daee78b0} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11013 | 2024.07.13 05:41:46.181273 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11014 | 2024.07.13 05:41:46.181330 [ 3 ] {ac2e6f9d-aa9b-4315-85c9-76e2daee78b0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003147 sec., 50842.07181442644 rows/sec., 3.54 MiB/sec. | ||
11015 | 2024.07.13 05:41:46.181354 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11016 | 2024.07.13 05:41:46.181429 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11017 | 2024.07.13 05:41:46.181563 [ 189 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11018 | 2024.07.13 05:41:46.181931 [ 3 ] {ac2e6f9d-aa9b-4315-85c9-76e2daee78b0} <Debug> DynamicQueryHandler: Done processing query | ||
11019 | 2024.07.13 05:41:46.181945 [ 196 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
11020 | 2024.07.13 05:41:46.181976 [ 3 ] {ac2e6f9d-aa9b-4315-85c9-76e2daee78b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11021 | 2024.07.13 05:41:46.181940 [ 189 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_66_13} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11022 | 2024.07.13 05:41:46.182016 [ 3 ] {} <Debug> HTTP-Session: 286e4ddc-587d-49dd-bbbd-42d171abf78f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11023 | 2024.07.13 05:41:46.182223 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
11024 | 2024.07.13 05:41:46.182270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11025 | 2024.07.13 05:41:46.182342 [ 196 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11026 | 2024.07.13 05:41:46.182361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11027 | 2024.07.13 05:41:46.182382 [ 196 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 9691 rows starting from the beginning of the part | ||
11028 | 2024.07.13 05:41:46.182387 [ 3 ] {} <Debug> HTTP-Session: 920a9c1f-257d-4d1b-b646-cd3f9802421f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11029 | 2024.07.13 05:41:46.182414 [ 3 ] {} <Debug> HTTP-Session: 920a9c1f-257d-4d1b-b646-cd3f9802421f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11030 | 2024.07.13 05:41:46.182439 [ 3 ] {} <Debug> HTTP-Session: 920a9c1f-257d-4d1b-b646-cd3f9802421f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11031 | 2024.07.13 05:41:46.182527 [ 3 ] {} <Trace> HTTP-Session: 920a9c1f-257d-4d1b-b646-cd3f9802421f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11032 | 2024.07.13 05:41:46.182531 [ 196 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
11033 | 2024.07.13 05:41:46.182684 [ 196 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 161 rows starting from the beginning of the part | ||
11034 | 2024.07.13 05:41:46.182789 [ 3 ] {92911c5b-cf14-4ff0-a089-bac0b3265990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11035 | 2024.07.13 05:41:46.182984 [ 3 ] {92911c5b-cf14-4ff0-a089-bac0b3265990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11036 | 2024.07.13 05:41:46.182992 [ 196 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
11037 | 2024.07.13 05:41:46.183292 [ 196 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
11038 | 2024.07.13 05:41:46.183611 [ 196 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
11039 | 2024.07.13 05:41:46.183882 [ 3 ] {92911c5b-cf14-4ff0-a089-bac0b3265990} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11040 | 2024.07.13 05:41:46.184524 [ 3 ] {92911c5b-cf14-4ff0-a089-bac0b3265990} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11041 | 2024.07.13 05:41:46.184566 [ 3 ] {92911c5b-cf14-4ff0-a089-bac0b3265990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11042 | 2024.07.13 05:41:46.184984 [ 3 ] {92911c5b-cf14-4ff0-a089-bac0b3265990} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11043 | 2024.07.13 05:41:46.185499 [ 3 ] {92911c5b-cf14-4ff0-a089-bac0b3265990} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11044 | 2024.07.13 05:41:46.185726 [ 101 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11045 | 2024.07.13 05:41:46.185729 [ 3 ] {92911c5b-cf14-4ff0-a089-bac0b3265990} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00305 sec., 19672.131147540982 rows/sec., 1.33 MiB/sec. | ||
11046 | 2024.07.13 05:41:46.185804 [ 101 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11047 | 2024.07.13 05:41:46.185873 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11048 | 2024.07.13 05:41:46.186265 [ 3 ] {92911c5b-cf14-4ff0-a089-bac0b3265990} <Debug> DynamicQueryHandler: Done processing query | ||
11049 | 2024.07.13 05:41:46.186271 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
11050 | 2024.07.13 05:41:46.186300 [ 3 ] {92911c5b-cf14-4ff0-a089-bac0b3265990} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11051 | 2024.07.13 05:41:46.186371 [ 3 ] {} <Debug> HTTP-Session: 920a9c1f-257d-4d1b-b646-cd3f9802421f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11052 | 2024.07.13 05:41:46.186868 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11053 | 2024.07.13 05:41:46.187016 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3314 rows starting from the beginning of the part | ||
11054 | 2024.07.13 05:41:46.187162 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
11055 | 2024.07.13 05:41:46.187246 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
11056 | 2024.07.13 05:41:46.187458 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
11057 | 2024.07.13 05:41:46.187674 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
11058 | 2024.07.13 05:41:46.187926 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
11059 | 2024.07.13 05:41:46.188676 [ 193 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10492 rows, containing 5 columns (5 merged, 0 gathered) in 0.00703923 sec., 1490503.9329585766 rows/sec., 103.84 MiB/sec. | ||
11060 | 2024.07.13 05:41:46.189082 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11061 | 2024.07.13 05:41:46.190124 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11062 | 2024.07.13 05:41:46.190307 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11063 | 2024.07.13 05:41:46.190410 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
11064 | 2024.07.13 05:41:46.190823 [ 192 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3614 rows, containing 4 columns (4 merged, 0 gathered) in 0.004843435 sec., 746164.6538045829 rows/sec., 50.35 MiB/sec. | ||
11065 | 2024.07.13 05:41:46.191208 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11066 | 2024.07.13 05:41:46.191626 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11067 | 2024.07.13 05:41:46.191707 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_66_13} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11068 | 2024.07.13 05:41:46.191793 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
11069 | 2024.07.13 05:41:51.176586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11070 | 2024.07.13 05:41:51.176786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11071 | 2024.07.13 05:41:51.176834 [ 3 ] {} <Debug> HTTP-Session: d2ef0275-f7c2-4c4c-ab7c-00db6b2c32d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11072 | 2024.07.13 05:41:51.176876 [ 3 ] {} <Debug> HTTP-Session: d2ef0275-f7c2-4c4c-ab7c-00db6b2c32d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11073 | 2024.07.13 05:41:51.176906 [ 3 ] {} <Debug> HTTP-Session: d2ef0275-f7c2-4c4c-ab7c-00db6b2c32d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11074 | 2024.07.13 05:41:51.176987 [ 3 ] {} <Trace> HTTP-Session: d2ef0275-f7c2-4c4c-ab7c-00db6b2c32d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11075 | 2024.07.13 05:41:51.177276 [ 3 ] {66f76aa3-2c4e-414b-a679-1213a798a1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11076 | 2024.07.13 05:41:51.177344 [ 3 ] {66f76aa3-2c4e-414b-a679-1213a798a1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11077 | 2024.07.13 05:41:51.177536 [ 3 ] {66f76aa3-2c4e-414b-a679-1213a798a1bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11078 | 2024.07.13 05:41:51.177999 [ 3 ] {66f76aa3-2c4e-414b-a679-1213a798a1bd} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11079 | 2024.07.13 05:41:51.178047 [ 3 ] {66f76aa3-2c4e-414b-a679-1213a798a1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11080 | 2024.07.13 05:41:51.178439 [ 3 ] {66f76aa3-2c4e-414b-a679-1213a798a1bd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11081 | 2024.07.13 05:41:51.178787 [ 3 ] {66f76aa3-2c4e-414b-a679-1213a798a1bd} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11082 | 2024.07.13 05:41:51.178965 [ 3 ] {66f76aa3-2c4e-414b-a679-1213a798a1bd} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001765 sec., 21529.745042492916 rows/sec., 1.62 MiB/sec. | ||
11083 | 2024.07.13 05:41:51.179173 [ 3 ] {66f76aa3-2c4e-414b-a679-1213a798a1bd} <Debug> DynamicQueryHandler: Done processing query | ||
11084 | 2024.07.13 05:41:51.179201 [ 3 ] {66f76aa3-2c4e-414b-a679-1213a798a1bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11085 | 2024.07.13 05:41:51.179217 [ 3 ] {} <Debug> HTTP-Session: d2ef0275-f7c2-4c4c-ab7c-00db6b2c32d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11086 | 2024.07.13 05:41:51.179483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 43808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11087 | 2024.07.13 05:41:51.179535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11088 | 2024.07.13 05:41:51.179556 [ 3 ] {} <Debug> HTTP-Session: 06ff636f-9ab6-454b-8f84-a141ff78b5b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11089 | 2024.07.13 05:41:51.179574 [ 3 ] {} <Debug> HTTP-Session: 06ff636f-9ab6-454b-8f84-a141ff78b5b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11090 | 2024.07.13 05:41:51.179588 [ 3 ] {} <Debug> HTTP-Session: 06ff636f-9ab6-454b-8f84-a141ff78b5b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11091 | 2024.07.13 05:41:51.179622 [ 3 ] {} <Trace> HTTP-Session: 06ff636f-9ab6-454b-8f84-a141ff78b5b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11092 | 2024.07.13 05:41:51.179823 [ 3 ] {0c06bda3-c8fc-4e9c-b5c4-714b2ec7fdcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11093 | 2024.07.13 05:41:51.179870 [ 3 ] {0c06bda3-c8fc-4e9c-b5c4-714b2ec7fdcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11094 | 2024.07.13 05:41:51.180002 [ 3 ] {0c06bda3-c8fc-4e9c-b5c4-714b2ec7fdcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11095 | 2024.07.13 05:41:51.180590 [ 3 ] {0c06bda3-c8fc-4e9c-b5c4-714b2ec7fdcb} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11096 | 2024.07.13 05:41:51.180628 [ 3 ] {0c06bda3-c8fc-4e9c-b5c4-714b2ec7fdcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11097 | 2024.07.13 05:41:51.180969 [ 3 ] {0c06bda3-c8fc-4e9c-b5c4-714b2ec7fdcb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11098 | 2024.07.13 05:41:51.181287 [ 3 ] {0c06bda3-c8fc-4e9c-b5c4-714b2ec7fdcb} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11099 | 2024.07.13 05:41:51.181443 [ 3 ] {0c06bda3-c8fc-4e9c-b5c4-714b2ec7fdcb} <Debug> executeQuery: Read 293 rows, 26.03 KiB in 0.001717 sec., 170646.4764123471 rows/sec., 14.80 MiB/sec. | ||
11100 | 2024.07.13 05:41:51.181714 [ 3 ] {0c06bda3-c8fc-4e9c-b5c4-714b2ec7fdcb} <Debug> DynamicQueryHandler: Done processing query | ||
11101 | 2024.07.13 05:41:51.181776 [ 3 ] {0c06bda3-c8fc-4e9c-b5c4-714b2ec7fdcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11102 | 2024.07.13 05:41:51.181842 [ 3 ] {} <Debug> HTTP-Session: 06ff636f-9ab6-454b-8f84-a141ff78b5b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11103 | 2024.07.13 05:41:51.182193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 71032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11104 | 2024.07.13 05:41:51.182249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11105 | 2024.07.13 05:41:51.182270 [ 3 ] {} <Debug> HTTP-Session: f46e1dfe-6bbc-4ae5-b657-d5d19f63e604 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11106 | 2024.07.13 05:41:51.182287 [ 3 ] {} <Debug> HTTP-Session: f46e1dfe-6bbc-4ae5-b657-d5d19f63e604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11107 | 2024.07.13 05:41:51.182302 [ 3 ] {} <Debug> HTTP-Session: f46e1dfe-6bbc-4ae5-b657-d5d19f63e604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11108 | 2024.07.13 05:41:51.182336 [ 3 ] {} <Trace> HTTP-Session: f46e1dfe-6bbc-4ae5-b657-d5d19f63e604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11109 | 2024.07.13 05:41:51.182590 [ 3 ] {7bf2ece8-2351-4e96-a2e1-9ca6f94090ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11110 | 2024.07.13 05:41:51.182637 [ 3 ] {7bf2ece8-2351-4e96-a2e1-9ca6f94090ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11111 | 2024.07.13 05:41:51.182779 [ 3 ] {7bf2ece8-2351-4e96-a2e1-9ca6f94090ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11112 | 2024.07.13 05:41:51.183401 [ 3 ] {7bf2ece8-2351-4e96-a2e1-9ca6f94090ca} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11113 | 2024.07.13 05:41:51.183438 [ 3 ] {7bf2ece8-2351-4e96-a2e1-9ca6f94090ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11114 | 2024.07.13 05:41:51.183779 [ 3 ] {7bf2ece8-2351-4e96-a2e1-9ca6f94090ca} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11115 | 2024.07.13 05:41:51.184096 [ 3 ] {7bf2ece8-2351-4e96-a2e1-9ca6f94090ca} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11116 | 2024.07.13 05:41:51.184260 [ 3 ] {7bf2ece8-2351-4e96-a2e1-9ca6f94090ca} <Debug> executeQuery: Read 438 rows, 31.94 KiB in 0.001815 sec., 241322.31404958677 rows/sec., 17.18 MiB/sec. | ||
11117 | 2024.07.13 05:41:51.184438 [ 3 ] {7bf2ece8-2351-4e96-a2e1-9ca6f94090ca} <Debug> DynamicQueryHandler: Done processing query | ||
11118 | 2024.07.13 05:41:51.184461 [ 3 ] {7bf2ece8-2351-4e96-a2e1-9ca6f94090ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11119 | 2024.07.13 05:41:51.184477 [ 3 ] {} <Debug> HTTP-Session: f46e1dfe-6bbc-4ae5-b657-d5d19f63e604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11120 | 2024.07.13 05:41:51.184615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11121 | 2024.07.13 05:41:51.184663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11122 | 2024.07.13 05:41:51.184683 [ 3 ] {} <Debug> HTTP-Session: a876a19f-5659-4934-bb98-38310bf94bff Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11123 | 2024.07.13 05:41:51.184700 [ 3 ] {} <Debug> HTTP-Session: a876a19f-5659-4934-bb98-38310bf94bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11124 | 2024.07.13 05:41:51.184713 [ 3 ] {} <Debug> HTTP-Session: a876a19f-5659-4934-bb98-38310bf94bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11125 | 2024.07.13 05:41:51.184745 [ 3 ] {} <Trace> HTTP-Session: a876a19f-5659-4934-bb98-38310bf94bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11126 | 2024.07.13 05:41:51.184844 [ 3 ] {177dfdd7-0a89-4690-bf64-39369cf26181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11127 | 2024.07.13 05:41:51.184890 [ 3 ] {177dfdd7-0a89-4690-bf64-39369cf26181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11128 | 2024.07.13 05:41:51.185024 [ 3 ] {177dfdd7-0a89-4690-bf64-39369cf26181} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11129 | 2024.07.13 05:41:51.185291 [ 3 ] {177dfdd7-0a89-4690-bf64-39369cf26181} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11130 | 2024.07.13 05:41:51.185328 [ 3 ] {177dfdd7-0a89-4690-bf64-39369cf26181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11131 | 2024.07.13 05:41:51.185704 [ 3 ] {177dfdd7-0a89-4690-bf64-39369cf26181} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11132 | 2024.07.13 05:41:51.186034 [ 3 ] {177dfdd7-0a89-4690-bf64-39369cf26181} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11133 | 2024.07.13 05:41:51.186192 [ 3 ] {177dfdd7-0a89-4690-bf64-39369cf26181} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 187.77 KiB/sec. | ||
11134 | 2024.07.13 05:41:51.186358 [ 3 ] {177dfdd7-0a89-4690-bf64-39369cf26181} <Debug> DynamicQueryHandler: Done processing query | ||
11135 | 2024.07.13 05:41:51.186381 [ 3 ] {177dfdd7-0a89-4690-bf64-39369cf26181} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11136 | 2024.07.13 05:41:51.186397 [ 3 ] {} <Debug> HTTP-Session: a876a19f-5659-4934-bb98-38310bf94bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11137 | 2024.07.13 05:41:51.186520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11138 | 2024.07.13 05:41:51.186567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11139 | 2024.07.13 05:41:51.186587 [ 3 ] {} <Debug> HTTP-Session: 9c13d9ac-d33c-4e0b-8611-861587235c48 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11140 | 2024.07.13 05:41:51.186603 [ 3 ] {} <Debug> HTTP-Session: 9c13d9ac-d33c-4e0b-8611-861587235c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11141 | 2024.07.13 05:41:51.186617 [ 3 ] {} <Debug> HTTP-Session: 9c13d9ac-d33c-4e0b-8611-861587235c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11142 | 2024.07.13 05:41:51.186646 [ 3 ] {} <Trace> HTTP-Session: 9c13d9ac-d33c-4e0b-8611-861587235c48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11143 | 2024.07.13 05:41:51.186764 [ 3 ] {4caf654a-7a3b-463d-880b-fb9f5e6486e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11144 | 2024.07.13 05:41:51.186811 [ 3 ] {4caf654a-7a3b-463d-880b-fb9f5e6486e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11145 | 2024.07.13 05:41:51.186953 [ 3 ] {4caf654a-7a3b-463d-880b-fb9f5e6486e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11146 | 2024.07.13 05:41:51.187280 [ 3 ] {4caf654a-7a3b-463d-880b-fb9f5e6486e4} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11147 | 2024.07.13 05:41:51.187316 [ 3 ] {4caf654a-7a3b-463d-880b-fb9f5e6486e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11148 | 2024.07.13 05:41:51.187680 [ 3 ] {4caf654a-7a3b-463d-880b-fb9f5e6486e4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11149 | 2024.07.13 05:41:51.188026 [ 3 ] {4caf654a-7a3b-463d-880b-fb9f5e6486e4} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11150 | 2024.07.13 05:41:51.188191 [ 3 ] {4caf654a-7a3b-463d-880b-fb9f5e6486e4} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00147 sec., 52380.95238095238 rows/sec., 3.23 MiB/sec. | ||
11151 | 2024.07.13 05:41:51.188371 [ 3 ] {4caf654a-7a3b-463d-880b-fb9f5e6486e4} <Debug> DynamicQueryHandler: Done processing query | ||
11152 | 2024.07.13 05:41:51.188395 [ 3 ] {4caf654a-7a3b-463d-880b-fb9f5e6486e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11153 | 2024.07.13 05:41:51.188410 [ 3 ] {} <Debug> HTTP-Session: 9c13d9ac-d33c-4e0b-8611-861587235c48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11154 | 2024.07.13 05:41:51.188582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 37560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11155 | 2024.07.13 05:41:51.188630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11156 | 2024.07.13 05:41:51.188650 [ 3 ] {} <Debug> HTTP-Session: 5ce5cd38-60b5-404a-bf13-8b7a2fb46cc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11157 | 2024.07.13 05:41:51.188666 [ 3 ] {} <Debug> HTTP-Session: 5ce5cd38-60b5-404a-bf13-8b7a2fb46cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11158 | 2024.07.13 05:41:51.188681 [ 3 ] {} <Debug> HTTP-Session: 5ce5cd38-60b5-404a-bf13-8b7a2fb46cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11159 | 2024.07.13 05:41:51.188711 [ 3 ] {} <Trace> HTTP-Session: 5ce5cd38-60b5-404a-bf13-8b7a2fb46cc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11160 | 2024.07.13 05:41:51.188912 [ 3 ] {5c3ddeaa-99a9-40dc-9177-ea8192d70ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11161 | 2024.07.13 05:41:51.188957 [ 3 ] {5c3ddeaa-99a9-40dc-9177-ea8192d70ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11162 | 2024.07.13 05:41:51.189102 [ 3 ] {5c3ddeaa-99a9-40dc-9177-ea8192d70ea2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11163 | 2024.07.13 05:41:51.189519 [ 3 ] {5c3ddeaa-99a9-40dc-9177-ea8192d70ea2} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11164 | 2024.07.13 05:41:51.189556 [ 3 ] {5c3ddeaa-99a9-40dc-9177-ea8192d70ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11165 | 2024.07.13 05:41:51.189922 [ 3 ] {5c3ddeaa-99a9-40dc-9177-ea8192d70ea2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11166 | 2024.07.13 05:41:51.190265 [ 3 ] {5c3ddeaa-99a9-40dc-9177-ea8192d70ea2} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11167 | 2024.07.13 05:41:51.190438 [ 3 ] {5c3ddeaa-99a9-40dc-9177-ea8192d70ea2} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001636 sec., 119804.4009779951 rows/sec., 8.36 MiB/sec. | ||
11168 | 2024.07.13 05:41:51.190614 [ 3 ] {5c3ddeaa-99a9-40dc-9177-ea8192d70ea2} <Debug> DynamicQueryHandler: Done processing query | ||
11169 | 2024.07.13 05:41:51.190639 [ 3 ] {5c3ddeaa-99a9-40dc-9177-ea8192d70ea2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11170 | 2024.07.13 05:41:51.190655 [ 3 ] {} <Debug> HTTP-Session: 5ce5cd38-60b5-404a-bf13-8b7a2fb46cc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11171 | 2024.07.13 05:41:51.190792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11172 | 2024.07.13 05:41:51.190840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11173 | 2024.07.13 05:41:51.190860 [ 3 ] {} <Debug> HTTP-Session: a6a3ffa7-02fb-44b6-9903-9b2194959bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11174 | 2024.07.13 05:41:51.190876 [ 3 ] {} <Debug> HTTP-Session: a6a3ffa7-02fb-44b6-9903-9b2194959bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11175 | 2024.07.13 05:41:51.190890 [ 3 ] {} <Debug> HTTP-Session: a6a3ffa7-02fb-44b6-9903-9b2194959bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11176 | 2024.07.13 05:41:51.190920 [ 3 ] {} <Trace> HTTP-Session: a6a3ffa7-02fb-44b6-9903-9b2194959bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11177 | 2024.07.13 05:41:51.191243 [ 3 ] {f7cc4807-c78b-4bec-9ebc-91eba93f68ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11178 | 2024.07.13 05:41:51.191308 [ 3 ] {f7cc4807-c78b-4bec-9ebc-91eba93f68ca} <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 | ||
11179 | 2024.07.13 05:41:51.191722 [ 3 ] {f7cc4807-c78b-4bec-9ebc-91eba93f68ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11180 | 2024.07.13 05:41:51.192468 [ 3 ] {f7cc4807-c78b-4bec-9ebc-91eba93f68ca} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11181 | 2024.07.13 05:41:51.192503 [ 3 ] {f7cc4807-c78b-4bec-9ebc-91eba93f68ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11182 | 2024.07.13 05:41:51.193127 [ 3 ] {f7cc4807-c78b-4bec-9ebc-91eba93f68ca} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11183 | 2024.07.13 05:41:51.193540 [ 3 ] {f7cc4807-c78b-4bec-9ebc-91eba93f68ca} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11184 | 2024.07.13 05:41:51.193721 [ 3 ] {f7cc4807-c78b-4bec-9ebc-91eba93f68ca} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002701 sec., 11847.463902258423 rows/sec., 21.23 MiB/sec. | ||
11185 | 2024.07.13 05:41:51.193943 [ 3 ] {f7cc4807-c78b-4bec-9ebc-91eba93f68ca} <Debug> DynamicQueryHandler: Done processing query | ||
11186 | 2024.07.13 05:41:51.193967 [ 3 ] {f7cc4807-c78b-4bec-9ebc-91eba93f68ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11187 | 2024.07.13 05:41:51.193983 [ 3 ] {} <Debug> HTTP-Session: a6a3ffa7-02fb-44b6-9903-9b2194959bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11188 | 2024.07.13 05:41:51.194107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11189 | 2024.07.13 05:41:51.194168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11190 | 2024.07.13 05:41:51.194189 [ 3 ] {} <Debug> HTTP-Session: 40459bd9-cbad-4329-80ec-29530f5f010c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11191 | 2024.07.13 05:41:51.194211 [ 3 ] {} <Debug> HTTP-Session: 40459bd9-cbad-4329-80ec-29530f5f010c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11192 | 2024.07.13 05:41:51.194228 [ 3 ] {} <Debug> HTTP-Session: 40459bd9-cbad-4329-80ec-29530f5f010c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11193 | 2024.07.13 05:41:51.194259 [ 3 ] {} <Trace> HTTP-Session: 40459bd9-cbad-4329-80ec-29530f5f010c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11194 | 2024.07.13 05:41:51.194381 [ 3 ] {35b801d3-6182-42a2-a2c5-a3bcb5c6c931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11195 | 2024.07.13 05:41:51.194432 [ 3 ] {35b801d3-6182-42a2-a2c5-a3bcb5c6c931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11196 | 2024.07.13 05:41:51.194573 [ 3 ] {35b801d3-6182-42a2-a2c5-a3bcb5c6c931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11197 | 2024.07.13 05:41:51.194932 [ 3 ] {35b801d3-6182-42a2-a2c5-a3bcb5c6c931} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11198 | 2024.07.13 05:41:51.194967 [ 3 ] {35b801d3-6182-42a2-a2c5-a3bcb5c6c931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11199 | 2024.07.13 05:41:51.195366 [ 3 ] {35b801d3-6182-42a2-a2c5-a3bcb5c6c931} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11200 | 2024.07.13 05:41:51.195874 [ 3 ] {35b801d3-6182-42a2-a2c5-a3bcb5c6c931} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11201 | 2024.07.13 05:41:51.196068 [ 3 ] {35b801d3-6182-42a2-a2c5-a3bcb5c6c931} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001715 sec., 13411.078717201166 rows/sec., 725.45 KiB/sec. | ||
11202 | 2024.07.13 05:41:51.196286 [ 3 ] {35b801d3-6182-42a2-a2c5-a3bcb5c6c931} <Debug> DynamicQueryHandler: Done processing query | ||
11203 | 2024.07.13 05:41:51.196312 [ 3 ] {35b801d3-6182-42a2-a2c5-a3bcb5c6c931} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11204 | 2024.07.13 05:41:51.196328 [ 3 ] {} <Debug> HTTP-Session: 40459bd9-cbad-4329-80ec-29530f5f010c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11205 | 2024.07.13 05:41:51.196456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11206 | 2024.07.13 05:41:51.196504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11207 | 2024.07.13 05:41:51.196523 [ 3 ] {} <Debug> HTTP-Session: baa0c024-0491-4897-bf8a-219e4aef8fad Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11208 | 2024.07.13 05:41:51.196539 [ 3 ] {} <Debug> HTTP-Session: baa0c024-0491-4897-bf8a-219e4aef8fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11209 | 2024.07.13 05:41:51.196553 [ 3 ] {} <Debug> HTTP-Session: baa0c024-0491-4897-bf8a-219e4aef8fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11210 | 2024.07.13 05:41:51.196585 [ 3 ] {} <Trace> HTTP-Session: baa0c024-0491-4897-bf8a-219e4aef8fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11211 | 2024.07.13 05:41:51.196705 [ 3 ] {9b51da22-6353-4c7c-8d06-163d8076e636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11212 | 2024.07.13 05:41:51.196748 [ 3 ] {9b51da22-6353-4c7c-8d06-163d8076e636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11213 | 2024.07.13 05:41:51.196875 [ 3 ] {9b51da22-6353-4c7c-8d06-163d8076e636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11214 | 2024.07.13 05:41:51.197185 [ 3 ] {9b51da22-6353-4c7c-8d06-163d8076e636} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11215 | 2024.07.13 05:41:51.197221 [ 3 ] {9b51da22-6353-4c7c-8d06-163d8076e636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11216 | 2024.07.13 05:41:51.197581 [ 3 ] {9b51da22-6353-4c7c-8d06-163d8076e636} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11217 | 2024.07.13 05:41:51.197907 [ 3 ] {9b51da22-6353-4c7c-8d06-163d8076e636} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11218 | 2024.07.13 05:41:51.198061 [ 3 ] {9b51da22-6353-4c7c-8d06-163d8076e636} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
11219 | 2024.07.13 05:41:51.198225 [ 3 ] {9b51da22-6353-4c7c-8d06-163d8076e636} <Debug> DynamicQueryHandler: Done processing query | ||
11220 | 2024.07.13 05:41:51.198249 [ 3 ] {9b51da22-6353-4c7c-8d06-163d8076e636} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11221 | 2024.07.13 05:41:51.198265 [ 3 ] {} <Debug> HTTP-Session: baa0c024-0491-4897-bf8a-219e4aef8fad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11222 | 2024.07.13 05:41:56.168755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11223 | 2024.07.13 05:41:56.168946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11224 | 2024.07.13 05:41:56.168991 [ 3 ] {} <Debug> HTTP-Session: 3f9d84b9-db2a-456a-bc9e-85b831bba375 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11225 | 2024.07.13 05:41:56.169033 [ 3 ] {} <Debug> HTTP-Session: 3f9d84b9-db2a-456a-bc9e-85b831bba375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11226 | 2024.07.13 05:41:56.169062 [ 3 ] {} <Debug> HTTP-Session: 3f9d84b9-db2a-456a-bc9e-85b831bba375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11227 | 2024.07.13 05:41:56.169141 [ 3 ] {} <Trace> HTTP-Session: 3f9d84b9-db2a-456a-bc9e-85b831bba375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11228 | 2024.07.13 05:41:56.169437 [ 3 ] {43d28803-c9b3-4221-ba37-2f304e2cd2f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11229 | 2024.07.13 05:41:56.169502 [ 3 ] {43d28803-c9b3-4221-ba37-2f304e2cd2f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11230 | 2024.07.13 05:41:56.169694 [ 3 ] {43d28803-c9b3-4221-ba37-2f304e2cd2f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11231 | 2024.07.13 05:41:56.170139 [ 3 ] {43d28803-c9b3-4221-ba37-2f304e2cd2f9} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11232 | 2024.07.13 05:41:56.170183 [ 3 ] {43d28803-c9b3-4221-ba37-2f304e2cd2f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11233 | 2024.07.13 05:41:56.170561 [ 3 ] {43d28803-c9b3-4221-ba37-2f304e2cd2f9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11234 | 2024.07.13 05:41:56.170895 [ 3 ] {43d28803-c9b3-4221-ba37-2f304e2cd2f9} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11235 | 2024.07.13 05:41:56.171066 [ 3 ] {43d28803-c9b3-4221-ba37-2f304e2cd2f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001723 sec., 32501.450957632038 rows/sec., 2.50 MiB/sec. | ||
11236 | 2024.07.13 05:41:56.171269 [ 3 ] {43d28803-c9b3-4221-ba37-2f304e2cd2f9} <Debug> DynamicQueryHandler: Done processing query | ||
11237 | 2024.07.13 05:41:56.171296 [ 3 ] {43d28803-c9b3-4221-ba37-2f304e2cd2f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11238 | 2024.07.13 05:41:56.171312 [ 3 ] {} <Debug> HTTP-Session: 3f9d84b9-db2a-456a-bc9e-85b831bba375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11239 | 2024.07.13 05:41:56.171487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11240 | 2024.07.13 05:41:56.171539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11241 | 2024.07.13 05:41:56.171559 [ 3 ] {} <Debug> HTTP-Session: c6ef3c89-5c84-4fcf-9cd7-ee1239600af5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11242 | 2024.07.13 05:41:56.171578 [ 3 ] {} <Debug> HTTP-Session: c6ef3c89-5c84-4fcf-9cd7-ee1239600af5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11243 | 2024.07.13 05:41:56.171592 [ 3 ] {} <Debug> HTTP-Session: c6ef3c89-5c84-4fcf-9cd7-ee1239600af5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11244 | 2024.07.13 05:41:56.171626 [ 3 ] {} <Trace> HTTP-Session: c6ef3c89-5c84-4fcf-9cd7-ee1239600af5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11245 | 2024.07.13 05:41:56.171750 [ 3 ] {904c169e-1dbb-46cf-b4aa-e0cca71a99a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11246 | 2024.07.13 05:41:56.171796 [ 3 ] {904c169e-1dbb-46cf-b4aa-e0cca71a99a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11247 | 2024.07.13 05:41:56.171927 [ 3 ] {904c169e-1dbb-46cf-b4aa-e0cca71a99a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11248 | 2024.07.13 05:41:56.172289 [ 3 ] {904c169e-1dbb-46cf-b4aa-e0cca71a99a4} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11249 | 2024.07.13 05:41:56.172327 [ 3 ] {904c169e-1dbb-46cf-b4aa-e0cca71a99a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11250 | 2024.07.13 05:41:56.172645 [ 3 ] {904c169e-1dbb-46cf-b4aa-e0cca71a99a4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11251 | 2024.07.13 05:41:56.172964 [ 3 ] {904c169e-1dbb-46cf-b4aa-e0cca71a99a4} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11252 | 2024.07.13 05:41:56.173127 [ 3 ] {904c169e-1dbb-46cf-b4aa-e0cca71a99a4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001416 sec., 45197.740112994354 rows/sec., 3.53 MiB/sec. | ||
11253 | 2024.07.13 05:41:56.173297 [ 3 ] {904c169e-1dbb-46cf-b4aa-e0cca71a99a4} <Debug> DynamicQueryHandler: Done processing query | ||
11254 | 2024.07.13 05:41:56.173322 [ 3 ] {904c169e-1dbb-46cf-b4aa-e0cca71a99a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11255 | 2024.07.13 05:41:56.173338 [ 3 ] {} <Debug> HTTP-Session: c6ef3c89-5c84-4fcf-9cd7-ee1239600af5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11256 | 2024.07.13 05:41:56.173555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11257 | 2024.07.13 05:41:56.173604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11258 | 2024.07.13 05:41:56.173624 [ 3 ] {} <Debug> HTTP-Session: 0015e9b7-9797-471e-8a70-9682ba65099e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11259 | 2024.07.13 05:41:56.173642 [ 3 ] {} <Debug> HTTP-Session: 0015e9b7-9797-471e-8a70-9682ba65099e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11260 | 2024.07.13 05:41:56.173656 [ 3 ] {} <Debug> HTTP-Session: 0015e9b7-9797-471e-8a70-9682ba65099e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11261 | 2024.07.13 05:41:56.173688 [ 3 ] {} <Trace> HTTP-Session: 0015e9b7-9797-471e-8a70-9682ba65099e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11262 | 2024.07.13 05:41:56.173844 [ 3 ] {ce46f1bf-fc87-486a-9960-2da82187bfc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11263 | 2024.07.13 05:41:56.173892 [ 3 ] {ce46f1bf-fc87-486a-9960-2da82187bfc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11264 | 2024.07.13 05:41:56.174041 [ 3 ] {ce46f1bf-fc87-486a-9960-2da82187bfc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11265 | 2024.07.13 05:41:56.174395 [ 3 ] {ce46f1bf-fc87-486a-9960-2da82187bfc1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11266 | 2024.07.13 05:41:56.174431 [ 3 ] {ce46f1bf-fc87-486a-9960-2da82187bfc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11267 | 2024.07.13 05:41:56.174821 [ 3 ] {ce46f1bf-fc87-486a-9960-2da82187bfc1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11268 | 2024.07.13 05:41:56.175152 [ 3 ] {ce46f1bf-fc87-486a-9960-2da82187bfc1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11269 | 2024.07.13 05:41:56.175307 [ 3 ] {ce46f1bf-fc87-486a-9960-2da82187bfc1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. | ||
11270 | 2024.07.13 05:41:56.175467 [ 3 ] {ce46f1bf-fc87-486a-9960-2da82187bfc1} <Debug> DynamicQueryHandler: Done processing query | ||
11271 | 2024.07.13 05:41:56.175491 [ 3 ] {ce46f1bf-fc87-486a-9960-2da82187bfc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11272 | 2024.07.13 05:41:56.175507 [ 3 ] {} <Debug> HTTP-Session: 0015e9b7-9797-471e-8a70-9682ba65099e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11273 | 2024.07.13 05:41:56.175692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11274 | 2024.07.13 05:41:56.175739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11275 | 2024.07.13 05:41:56.175758 [ 3 ] {} <Debug> HTTP-Session: 76135ce9-d68f-41cf-a756-b052ee1e29a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11276 | 2024.07.13 05:41:56.175776 [ 3 ] {} <Debug> HTTP-Session: 76135ce9-d68f-41cf-a756-b052ee1e29a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11277 | 2024.07.13 05:41:56.175790 [ 3 ] {} <Debug> HTTP-Session: 76135ce9-d68f-41cf-a756-b052ee1e29a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11278 | 2024.07.13 05:41:56.175820 [ 3 ] {} <Trace> HTTP-Session: 76135ce9-d68f-41cf-a756-b052ee1e29a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11279 | 2024.07.13 05:41:56.175940 [ 3 ] {866dfd62-34cd-43f4-b1c8-32092c8dcd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11280 | 2024.07.13 05:41:56.175984 [ 3 ] {866dfd62-34cd-43f4-b1c8-32092c8dcd99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11281 | 2024.07.13 05:41:56.176109 [ 3 ] {866dfd62-34cd-43f4-b1c8-32092c8dcd99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11282 | 2024.07.13 05:41:56.176390 [ 3 ] {866dfd62-34cd-43f4-b1c8-32092c8dcd99} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11283 | 2024.07.13 05:41:56.176427 [ 3 ] {866dfd62-34cd-43f4-b1c8-32092c8dcd99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11284 | 2024.07.13 05:41:56.176783 [ 3 ] {866dfd62-34cd-43f4-b1c8-32092c8dcd99} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11285 | 2024.07.13 05:41:56.177100 [ 3 ] {866dfd62-34cd-43f4-b1c8-32092c8dcd99} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11286 | 2024.07.13 05:41:56.177251 [ 3 ] {866dfd62-34cd-43f4-b1c8-32092c8dcd99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. | ||
11287 | 2024.07.13 05:41:56.177416 [ 3 ] {866dfd62-34cd-43f4-b1c8-32092c8dcd99} <Debug> DynamicQueryHandler: Done processing query | ||
11288 | 2024.07.13 05:41:56.177440 [ 3 ] {866dfd62-34cd-43f4-b1c8-32092c8dcd99} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11289 | 2024.07.13 05:41:56.177456 [ 3 ] {} <Debug> HTTP-Session: 76135ce9-d68f-41cf-a756-b052ee1e29a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11290 | 2024.07.13 05:42:00.445080 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11291 | 2024.07.13 05:42:00.445184 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11292 | 2024.07.13 05:42:01.001456 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001098127 sec. | ||
11293 | 2024.07.13 05:42:01.175095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11294 | 2024.07.13 05:42:01.175221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11295 | 2024.07.13 05:42:01.175256 [ 3 ] {} <Debug> HTTP-Session: 0d592f2e-aa84-49c5-aef6-d32cef8148d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11296 | 2024.07.13 05:42:01.175284 [ 3 ] {} <Debug> HTTP-Session: 0d592f2e-aa84-49c5-aef6-d32cef8148d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11297 | 2024.07.13 05:42:01.175302 [ 3 ] {} <Debug> HTTP-Session: 0d592f2e-aa84-49c5-aef6-d32cef8148d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11298 | 2024.07.13 05:42:01.175357 [ 3 ] {} <Trace> HTTP-Session: 0d592f2e-aa84-49c5-aef6-d32cef8148d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11299 | 2024.07.13 05:42:01.175569 [ 3 ] {edb37b0b-01bd-4245-9d5a-b5ba3e95dd88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11300 | 2024.07.13 05:42:01.175636 [ 3 ] {edb37b0b-01bd-4245-9d5a-b5ba3e95dd88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11301 | 2024.07.13 05:42:01.175829 [ 3 ] {edb37b0b-01bd-4245-9d5a-b5ba3e95dd88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11302 | 2024.07.13 05:42:01.176255 [ 3 ] {edb37b0b-01bd-4245-9d5a-b5ba3e95dd88} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11303 | 2024.07.13 05:42:01.176301 [ 3 ] {edb37b0b-01bd-4245-9d5a-b5ba3e95dd88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11304 | 2024.07.13 05:42:01.176675 [ 3 ] {edb37b0b-01bd-4245-9d5a-b5ba3e95dd88} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11305 | 2024.07.13 05:42:01.177005 [ 3 ] {edb37b0b-01bd-4245-9d5a-b5ba3e95dd88} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11306 | 2024.07.13 05:42:01.177155 [ 3 ] {edb37b0b-01bd-4245-9d5a-b5ba3e95dd88} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001652 sec., 23002.421307506054 rows/sec., 1.73 MiB/sec. | ||
11307 | 2024.07.13 05:42:01.177172 [ 91 ] {} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 | ||
11308 | 2024.07.13 05:42:01.177252 [ 91 ] {} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11309 | 2024.07.13 05:42:01.177300 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11310 | 2024.07.13 05:42:01.177476 [ 3 ] {edb37b0b-01bd-4245-9d5a-b5ba3e95dd88} <Debug> DynamicQueryHandler: Done processing query | ||
11311 | 2024.07.13 05:42:01.177550 [ 3 ] {edb37b0b-01bd-4245-9d5a-b5ba3e95dd88} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11312 | 2024.07.13 05:42:01.177582 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full | ||
11313 | 2024.07.13 05:42:01.177595 [ 3 ] {} <Debug> HTTP-Session: 0d592f2e-aa84-49c5-aef6-d32cef8148d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11314 | 2024.07.13 05:42:01.177957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11315 | 2024.07.13 05:42:01.178065 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11316 | 2024.07.13 05:42:01.178081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11317 | 2024.07.13 05:42:01.178134 [ 3 ] {} <Debug> HTTP-Session: ba41289f-923b-4a90-b7f7-b9049c61b9a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11318 | 2024.07.13 05:42:01.178142 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 38 rows starting from the beginning of the part | ||
11319 | 2024.07.13 05:42:01.178173 [ 3 ] {} <Debug> HTTP-Session: ba41289f-923b-4a90-b7f7-b9049c61b9a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11320 | 2024.07.13 05:42:01.178208 [ 3 ] {} <Debug> HTTP-Session: ba41289f-923b-4a90-b7f7-b9049c61b9a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11321 | 2024.07.13 05:42:01.178303 [ 3 ] {} <Trace> HTTP-Session: ba41289f-923b-4a90-b7f7-b9049c61b9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11322 | 2024.07.13 05:42:01.178411 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 38 rows starting from the beginning of the part | ||
11323 | 2024.07.13 05:42:01.178698 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 38 rows starting from the beginning of the part | ||
11324 | 2024.07.13 05:42:01.178752 [ 3 ] {b013937c-0e8c-4007-8efa-0856e6c4d1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11325 | 2024.07.13 05:42:01.178948 [ 3 ] {b013937c-0e8c-4007-8efa-0856e6c4d1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11326 | 2024.07.13 05:42:01.178957 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 38 rows starting from the beginning of the part | ||
11327 | 2024.07.13 05:42:01.179275 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 38 rows starting from the beginning of the part | ||
11328 | 2024.07.13 05:42:01.180177 [ 3 ] {b013937c-0e8c-4007-8efa-0856e6c4d1cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11329 | 2024.07.13 05:42:01.181258 [ 3 ] {b013937c-0e8c-4007-8efa-0856e6c4d1cc} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11330 | 2024.07.13 05:42:01.181335 [ 3 ] {b013937c-0e8c-4007-8efa-0856e6c4d1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11331 | 2024.07.13 05:42:01.181833 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.00445402 sec., 42658.093138333454 rows/sec., 3.22 MiB/sec. | ||
11332 | 2024.07.13 05:42:01.182032 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
11333 | 2024.07.13 05:42:01.182123 [ 3 ] {b013937c-0e8c-4007-8efa-0856e6c4d1cc} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11334 | 2024.07.13 05:42:01.182964 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11335 | 2024.07.13 05:42:01.183002 [ 3 ] {b013937c-0e8c-4007-8efa-0856e6c4d1cc} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11336 | 2024.07.13 05:42:01.183132 [ 191 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_34_8} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 | ||
11337 | 2024.07.13 05:42:01.183353 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
11338 | 2024.07.13 05:42:01.183355 [ 3 ] {b013937c-0e8c-4007-8efa-0856e6c4d1cc} <Debug> executeQuery: Read 257 rows, 23.21 KiB in 0.004807 sec., 53463.69877262326 rows/sec., 4.72 MiB/sec. | ||
11339 | 2024.07.13 05:42:01.183724 [ 3 ] {b013937c-0e8c-4007-8efa-0856e6c4d1cc} <Debug> DynamicQueryHandler: Done processing query | ||
11340 | 2024.07.13 05:42:01.183773 [ 3 ] {b013937c-0e8c-4007-8efa-0856e6c4d1cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11341 | 2024.07.13 05:42:01.183804 [ 3 ] {} <Debug> HTTP-Session: ba41289f-923b-4a90-b7f7-b9049c61b9a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11342 | 2024.07.13 05:42:01.184017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 66996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11343 | 2024.07.13 05:42:01.184068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11344 | 2024.07.13 05:42:01.184087 [ 3 ] {} <Debug> HTTP-Session: 9f53dc7e-d96f-4107-b8c8-78be23976075 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11345 | 2024.07.13 05:42:01.184104 [ 3 ] {} <Debug> HTTP-Session: 9f53dc7e-d96f-4107-b8c8-78be23976075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11346 | 2024.07.13 05:42:01.184119 [ 3 ] {} <Debug> HTTP-Session: 9f53dc7e-d96f-4107-b8c8-78be23976075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11347 | 2024.07.13 05:42:01.184150 [ 3 ] {} <Trace> HTTP-Session: 9f53dc7e-d96f-4107-b8c8-78be23976075 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11348 | 2024.07.13 05:42:01.184390 [ 3 ] {b355baa1-1797-43a2-ba3f-844b597dee59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11349 | 2024.07.13 05:42:01.184436 [ 3 ] {b355baa1-1797-43a2-ba3f-844b597dee59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11350 | 2024.07.13 05:42:01.184580 [ 3 ] {b355baa1-1797-43a2-ba3f-844b597dee59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11351 | 2024.07.13 05:42:01.185178 [ 3 ] {b355baa1-1797-43a2-ba3f-844b597dee59} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11352 | 2024.07.13 05:42:01.185214 [ 3 ] {b355baa1-1797-43a2-ba3f-844b597dee59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11353 | 2024.07.13 05:42:01.185552 [ 3 ] {b355baa1-1797-43a2-ba3f-844b597dee59} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11354 | 2024.07.13 05:42:01.185864 [ 3 ] {b355baa1-1797-43a2-ba3f-844b597dee59} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11355 | 2024.07.13 05:42:01.186001 [ 3 ] {b355baa1-1797-43a2-ba3f-844b597dee59} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.001734 sec., 238754.32525951555 rows/sec., 16.92 MiB/sec. | ||
11356 | 2024.07.13 05:42:01.186249 [ 3 ] {b355baa1-1797-43a2-ba3f-844b597dee59} <Debug> DynamicQueryHandler: Done processing query | ||
11357 | 2024.07.13 05:42:01.186311 [ 3 ] {b355baa1-1797-43a2-ba3f-844b597dee59} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11358 | 2024.07.13 05:42:01.186374 [ 3 ] {} <Debug> HTTP-Session: 9f53dc7e-d96f-4107-b8c8-78be23976075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11359 | 2024.07.13 05:42:01.186566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11360 | 2024.07.13 05:42:01.186619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11361 | 2024.07.13 05:42:01.186639 [ 3 ] {} <Debug> HTTP-Session: 997b3feb-0514-41f6-9bfd-05b49ce1b280 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11362 | 2024.07.13 05:42:01.186656 [ 3 ] {} <Debug> HTTP-Session: 997b3feb-0514-41f6-9bfd-05b49ce1b280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11363 | 2024.07.13 05:42:01.186670 [ 3 ] {} <Debug> HTTP-Session: 997b3feb-0514-41f6-9bfd-05b49ce1b280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11364 | 2024.07.13 05:42:01.186702 [ 3 ] {} <Trace> HTTP-Session: 997b3feb-0514-41f6-9bfd-05b49ce1b280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11365 | 2024.07.13 05:42:01.186803 [ 3 ] {c77a316c-3d77-4356-b968-2d9a02a82cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11366 | 2024.07.13 05:42:01.186850 [ 3 ] {c77a316c-3d77-4356-b968-2d9a02a82cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11367 | 2024.07.13 05:42:01.187000 [ 3 ] {c77a316c-3d77-4356-b968-2d9a02a82cd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11368 | 2024.07.13 05:42:01.187273 [ 3 ] {c77a316c-3d77-4356-b968-2d9a02a82cd1} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11369 | 2024.07.13 05:42:01.187310 [ 3 ] {c77a316c-3d77-4356-b968-2d9a02a82cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11370 | 2024.07.13 05:42:01.187671 [ 3 ] {c77a316c-3d77-4356-b968-2d9a02a82cd1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11371 | 2024.07.13 05:42:01.187997 [ 3 ] {c77a316c-3d77-4356-b968-2d9a02a82cd1} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11372 | 2024.07.13 05:42:01.188162 [ 3 ] {c77a316c-3d77-4356-b968-2d9a02a82cd1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 187.77 KiB/sec. | ||
11373 | 2024.07.13 05:42:01.188481 [ 3 ] {c77a316c-3d77-4356-b968-2d9a02a82cd1} <Debug> DynamicQueryHandler: Done processing query | ||
11374 | 2024.07.13 05:42:01.188506 [ 3 ] {c77a316c-3d77-4356-b968-2d9a02a82cd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11375 | 2024.07.13 05:42:01.188522 [ 3 ] {} <Debug> HTTP-Session: 997b3feb-0514-41f6-9bfd-05b49ce1b280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11376 | 2024.07.13 05:42:01.188651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11377 | 2024.07.13 05:42:01.188699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11378 | 2024.07.13 05:42:01.188718 [ 3 ] {} <Debug> HTTP-Session: 38f7053d-7bb0-48ae-8843-ea2bae2945e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11379 | 2024.07.13 05:42:01.188735 [ 3 ] {} <Debug> HTTP-Session: 38f7053d-7bb0-48ae-8843-ea2bae2945e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11380 | 2024.07.13 05:42:01.188748 [ 3 ] {} <Debug> HTTP-Session: 38f7053d-7bb0-48ae-8843-ea2bae2945e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11381 | 2024.07.13 05:42:01.188778 [ 3 ] {} <Trace> HTTP-Session: 38f7053d-7bb0-48ae-8843-ea2bae2945e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11382 | 2024.07.13 05:42:01.188900 [ 3 ] {4a28ef30-8583-4108-8e30-1db73e0d5f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11383 | 2024.07.13 05:42:01.188947 [ 3 ] {4a28ef30-8583-4108-8e30-1db73e0d5f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11384 | 2024.07.13 05:42:01.189107 [ 3 ] {4a28ef30-8583-4108-8e30-1db73e0d5f9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11385 | 2024.07.13 05:42:01.189451 [ 3 ] {4a28ef30-8583-4108-8e30-1db73e0d5f9e} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11386 | 2024.07.13 05:42:01.189487 [ 3 ] {4a28ef30-8583-4108-8e30-1db73e0d5f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11387 | 2024.07.13 05:42:01.189848 [ 3 ] {4a28ef30-8583-4108-8e30-1db73e0d5f9e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11388 | 2024.07.13 05:42:01.190180 [ 3 ] {4a28ef30-8583-4108-8e30-1db73e0d5f9e} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11389 | 2024.07.13 05:42:01.190343 [ 3 ] {4a28ef30-8583-4108-8e30-1db73e0d5f9e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001484 sec., 51886.79245283019 rows/sec., 3.20 MiB/sec. | ||
11390 | 2024.07.13 05:42:01.190514 [ 3 ] {4a28ef30-8583-4108-8e30-1db73e0d5f9e} <Debug> DynamicQueryHandler: Done processing query | ||
11391 | 2024.07.13 05:42:01.190538 [ 3 ] {4a28ef30-8583-4108-8e30-1db73e0d5f9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11392 | 2024.07.13 05:42:01.190554 [ 3 ] {} <Debug> HTTP-Session: 38f7053d-7bb0-48ae-8843-ea2bae2945e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11393 | 2024.07.13 05:42:01.190726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11394 | 2024.07.13 05:42:01.190775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11395 | 2024.07.13 05:42:01.190794 [ 3 ] {} <Debug> HTTP-Session: 9ba43520-87af-4292-a383-ec89925f90bc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11396 | 2024.07.13 05:42:01.190810 [ 3 ] {} <Debug> HTTP-Session: 9ba43520-87af-4292-a383-ec89925f90bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11397 | 2024.07.13 05:42:01.190823 [ 3 ] {} <Debug> HTTP-Session: 9ba43520-87af-4292-a383-ec89925f90bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11398 | 2024.07.13 05:42:01.190853 [ 3 ] {} <Trace> HTTP-Session: 9ba43520-87af-4292-a383-ec89925f90bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11399 | 2024.07.13 05:42:01.191022 [ 3 ] {b8b60ec5-b6cf-451b-8636-26be2d3a5934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11400 | 2024.07.13 05:42:01.191067 [ 3 ] {b8b60ec5-b6cf-451b-8636-26be2d3a5934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11401 | 2024.07.13 05:42:01.191209 [ 3 ] {b8b60ec5-b6cf-451b-8636-26be2d3a5934} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11402 | 2024.07.13 05:42:01.191592 [ 3 ] {b8b60ec5-b6cf-451b-8636-26be2d3a5934} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11403 | 2024.07.13 05:42:01.191628 [ 3 ] {b8b60ec5-b6cf-451b-8636-26be2d3a5934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11404 | 2024.07.13 05:42:01.191997 [ 3 ] {b8b60ec5-b6cf-451b-8636-26be2d3a5934} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11405 | 2024.07.13 05:42:01.192336 [ 3 ] {b8b60ec5-b6cf-451b-8636-26be2d3a5934} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11406 | 2024.07.13 05:42:01.192493 [ 3 ] {b8b60ec5-b6cf-451b-8636-26be2d3a5934} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
11407 | 2024.07.13 05:42:01.192659 [ 3 ] {b8b60ec5-b6cf-451b-8636-26be2d3a5934} <Debug> DynamicQueryHandler: Done processing query | ||
11408 | 2024.07.13 05:42:01.192683 [ 3 ] {b8b60ec5-b6cf-451b-8636-26be2d3a5934} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11409 | 2024.07.13 05:42:01.192698 [ 3 ] {} <Debug> HTTP-Session: 9ba43520-87af-4292-a383-ec89925f90bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11410 | 2024.07.13 05:42:01.192853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11411 | 2024.07.13 05:42:01.192901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11412 | 2024.07.13 05:42:01.192920 [ 3 ] {} <Debug> HTTP-Session: 1812f8b7-b167-43e2-9e2a-b11718098ec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11413 | 2024.07.13 05:42:01.192936 [ 3 ] {} <Debug> HTTP-Session: 1812f8b7-b167-43e2-9e2a-b11718098ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11414 | 2024.07.13 05:42:01.192949 [ 3 ] {} <Debug> HTTP-Session: 1812f8b7-b167-43e2-9e2a-b11718098ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11415 | 2024.07.13 05:42:01.192979 [ 3 ] {} <Trace> HTTP-Session: 1812f8b7-b167-43e2-9e2a-b11718098ec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11416 | 2024.07.13 05:42:01.193309 [ 3 ] {2aad2707-a787-4084-8730-782cf81d4eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11417 | 2024.07.13 05:42:01.193373 [ 3 ] {2aad2707-a787-4084-8730-782cf81d4eca} <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 | ||
11418 | 2024.07.13 05:42:01.193780 [ 3 ] {2aad2707-a787-4084-8730-782cf81d4eca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11419 | 2024.07.13 05:42:01.194462 [ 3 ] {2aad2707-a787-4084-8730-782cf81d4eca} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11420 | 2024.07.13 05:42:01.194496 [ 3 ] {2aad2707-a787-4084-8730-782cf81d4eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11421 | 2024.07.13 05:42:01.195112 [ 3 ] {2aad2707-a787-4084-8730-782cf81d4eca} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11422 | 2024.07.13 05:42:01.195507 [ 3 ] {2aad2707-a787-4084-8730-782cf81d4eca} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11423 | 2024.07.13 05:42:01.195696 [ 3 ] {2aad2707-a787-4084-8730-782cf81d4eca} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002626 sec., 12185.833968012186 rows/sec., 21.84 MiB/sec. | ||
11424 | 2024.07.13 05:42:01.195919 [ 3 ] {2aad2707-a787-4084-8730-782cf81d4eca} <Debug> DynamicQueryHandler: Done processing query | ||
11425 | 2024.07.13 05:42:01.195943 [ 3 ] {2aad2707-a787-4084-8730-782cf81d4eca} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11426 | 2024.07.13 05:42:01.195958 [ 3 ] {} <Debug> HTTP-Session: 1812f8b7-b167-43e2-9e2a-b11718098ec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11427 | 2024.07.13 05:42:01.196084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11428 | 2024.07.13 05:42:01.196131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11429 | 2024.07.13 05:42:01.196150 [ 3 ] {} <Debug> HTTP-Session: 12cd159d-c342-418d-87d6-93cab0e468ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11430 | 2024.07.13 05:42:01.196166 [ 3 ] {} <Debug> HTTP-Session: 12cd159d-c342-418d-87d6-93cab0e468ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11431 | 2024.07.13 05:42:01.196180 [ 3 ] {} <Debug> HTTP-Session: 12cd159d-c342-418d-87d6-93cab0e468ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11432 | 2024.07.13 05:42:01.196209 [ 3 ] {} <Trace> HTTP-Session: 12cd159d-c342-418d-87d6-93cab0e468ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11433 | 2024.07.13 05:42:01.196313 [ 3 ] {4eefe438-3dbf-4bc9-9958-395554a48ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11434 | 2024.07.13 05:42:01.196358 [ 3 ] {4eefe438-3dbf-4bc9-9958-395554a48ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11435 | 2024.07.13 05:42:01.196482 [ 3 ] {4eefe438-3dbf-4bc9-9958-395554a48ffd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11436 | 2024.07.13 05:42:01.196760 [ 3 ] {4eefe438-3dbf-4bc9-9958-395554a48ffd} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11437 | 2024.07.13 05:42:01.196796 [ 3 ] {4eefe438-3dbf-4bc9-9958-395554a48ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11438 | 2024.07.13 05:42:01.197146 [ 3 ] {4eefe438-3dbf-4bc9-9958-395554a48ffd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11439 | 2024.07.13 05:42:01.197468 [ 3 ] {4eefe438-3dbf-4bc9-9958-395554a48ffd} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11440 | 2024.07.13 05:42:01.197621 [ 3 ] {4eefe438-3dbf-4bc9-9958-395554a48ffd} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001328 sec., 17319.277108433736 rows/sec., 936.85 KiB/sec. | ||
11441 | 2024.07.13 05:42:01.197781 [ 3 ] {4eefe438-3dbf-4bc9-9958-395554a48ffd} <Debug> DynamicQueryHandler: Done processing query | ||
11442 | 2024.07.13 05:42:01.197805 [ 3 ] {4eefe438-3dbf-4bc9-9958-395554a48ffd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11443 | 2024.07.13 05:42:01.197820 [ 3 ] {} <Debug> HTTP-Session: 12cd159d-c342-418d-87d6-93cab0e468ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11444 | 2024.07.13 05:42:01.197939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11445 | 2024.07.13 05:42:01.197986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11446 | 2024.07.13 05:42:01.198005 [ 3 ] {} <Debug> HTTP-Session: 9babe887-2f40-49db-91b9-2c34725bf1b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11447 | 2024.07.13 05:42:01.198021 [ 3 ] {} <Debug> HTTP-Session: 9babe887-2f40-49db-91b9-2c34725bf1b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11448 | 2024.07.13 05:42:01.198035 [ 3 ] {} <Debug> HTTP-Session: 9babe887-2f40-49db-91b9-2c34725bf1b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11449 | 2024.07.13 05:42:01.198065 [ 3 ] {} <Trace> HTTP-Session: 9babe887-2f40-49db-91b9-2c34725bf1b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11450 | 2024.07.13 05:42:01.198180 [ 3 ] {8583e5fb-1bd5-4aa6-8b41-174fda4d2105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11451 | 2024.07.13 05:42:01.198225 [ 3 ] {8583e5fb-1bd5-4aa6-8b41-174fda4d2105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11452 | 2024.07.13 05:42:01.198356 [ 3 ] {8583e5fb-1bd5-4aa6-8b41-174fda4d2105} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11453 | 2024.07.13 05:42:01.198644 [ 3 ] {8583e5fb-1bd5-4aa6-8b41-174fda4d2105} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11454 | 2024.07.13 05:42:01.198680 [ 3 ] {8583e5fb-1bd5-4aa6-8b41-174fda4d2105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11455 | 2024.07.13 05:42:01.199029 [ 3 ] {8583e5fb-1bd5-4aa6-8b41-174fda4d2105} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11456 | 2024.07.13 05:42:01.199353 [ 3 ] {8583e5fb-1bd5-4aa6-8b41-174fda4d2105} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11457 | 2024.07.13 05:42:01.199502 [ 3 ] {8583e5fb-1bd5-4aa6-8b41-174fda4d2105} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
11458 | 2024.07.13 05:42:01.199662 [ 3 ] {8583e5fb-1bd5-4aa6-8b41-174fda4d2105} <Debug> DynamicQueryHandler: Done processing query | ||
11459 | 2024.07.13 05:42:01.199685 [ 3 ] {8583e5fb-1bd5-4aa6-8b41-174fda4d2105} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11460 | 2024.07.13 05:42:01.199700 [ 3 ] {} <Debug> HTTP-Session: 9babe887-2f40-49db-91b9-2c34725bf1b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11461 | 2024.07.13 05:42:06.168429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11462 | 2024.07.13 05:42:06.168561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11463 | 2024.07.13 05:42:06.168586 [ 3 ] {} <Debug> HTTP-Session: d5082a25-ec9c-49c4-8e6d-0ca6ca98b0a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11464 | 2024.07.13 05:42:06.168611 [ 3 ] {} <Debug> HTTP-Session: d5082a25-ec9c-49c4-8e6d-0ca6ca98b0a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11465 | 2024.07.13 05:42:06.168626 [ 3 ] {} <Debug> HTTP-Session: d5082a25-ec9c-49c4-8e6d-0ca6ca98b0a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11466 | 2024.07.13 05:42:06.168676 [ 3 ] {} <Trace> HTTP-Session: d5082a25-ec9c-49c4-8e6d-0ca6ca98b0a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11467 | 2024.07.13 05:42:06.168873 [ 3 ] {a1f4320f-2527-4d61-8ee0-6c86fabbe386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11468 | 2024.07.13 05:42:06.168941 [ 3 ] {a1f4320f-2527-4d61-8ee0-6c86fabbe386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11469 | 2024.07.13 05:42:06.169134 [ 3 ] {a1f4320f-2527-4d61-8ee0-6c86fabbe386} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11470 | 2024.07.13 05:42:06.169605 [ 3 ] {a1f4320f-2527-4d61-8ee0-6c86fabbe386} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11471 | 2024.07.13 05:42:06.169651 [ 3 ] {a1f4320f-2527-4d61-8ee0-6c86fabbe386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11472 | 2024.07.13 05:42:06.170033 [ 3 ] {a1f4320f-2527-4d61-8ee0-6c86fabbe386} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11473 | 2024.07.13 05:42:06.170395 [ 3 ] {a1f4320f-2527-4d61-8ee0-6c86fabbe386} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11474 | 2024.07.13 05:42:06.170610 [ 3 ] {a1f4320f-2527-4d61-8ee0-6c86fabbe386} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0018 sec., 31111.111111111113 rows/sec., 2.39 MiB/sec. | ||
11475 | 2024.07.13 05:42:06.170866 [ 3 ] {a1f4320f-2527-4d61-8ee0-6c86fabbe386} <Debug> DynamicQueryHandler: Done processing query | ||
11476 | 2024.07.13 05:42:06.170902 [ 3 ] {a1f4320f-2527-4d61-8ee0-6c86fabbe386} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11477 | 2024.07.13 05:42:06.170927 [ 3 ] {} <Debug> HTTP-Session: d5082a25-ec9c-49c4-8e6d-0ca6ca98b0a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11478 | 2024.07.13 05:42:06.171119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11479 | 2024.07.13 05:42:06.171180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11480 | 2024.07.13 05:42:06.171200 [ 3 ] {} <Debug> HTTP-Session: de0648dd-beb0-4cb9-92b6-dbd70de18452 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11481 | 2024.07.13 05:42:06.171219 [ 3 ] {} <Debug> HTTP-Session: de0648dd-beb0-4cb9-92b6-dbd70de18452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11482 | 2024.07.13 05:42:06.171233 [ 3 ] {} <Debug> HTTP-Session: de0648dd-beb0-4cb9-92b6-dbd70de18452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11483 | 2024.07.13 05:42:06.171270 [ 3 ] {} <Trace> HTTP-Session: de0648dd-beb0-4cb9-92b6-dbd70de18452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11484 | 2024.07.13 05:42:06.171404 [ 3 ] {c544c0e6-e111-48f2-85d4-3b22b69941c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11485 | 2024.07.13 05:42:06.171478 [ 3 ] {c544c0e6-e111-48f2-85d4-3b22b69941c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11486 | 2024.07.13 05:42:06.171614 [ 3 ] {c544c0e6-e111-48f2-85d4-3b22b69941c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11487 | 2024.07.13 05:42:06.172023 [ 3 ] {c544c0e6-e111-48f2-85d4-3b22b69941c6} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11488 | 2024.07.13 05:42:06.172070 [ 3 ] {c544c0e6-e111-48f2-85d4-3b22b69941c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11489 | 2024.07.13 05:42:06.172449 [ 3 ] {c544c0e6-e111-48f2-85d4-3b22b69941c6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11490 | 2024.07.13 05:42:06.172756 [ 3 ] {c544c0e6-e111-48f2-85d4-3b22b69941c6} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11491 | 2024.07.13 05:42:06.172926 [ 3 ] {c544c0e6-e111-48f2-85d4-3b22b69941c6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001559 sec., 41051.95638229634 rows/sec., 3.20 MiB/sec. | ||
11492 | 2024.07.13 05:42:06.173099 [ 3 ] {c544c0e6-e111-48f2-85d4-3b22b69941c6} <Debug> DynamicQueryHandler: Done processing query | ||
11493 | 2024.07.13 05:42:06.173123 [ 3 ] {c544c0e6-e111-48f2-85d4-3b22b69941c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11494 | 2024.07.13 05:42:06.173140 [ 3 ] {} <Debug> HTTP-Session: de0648dd-beb0-4cb9-92b6-dbd70de18452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11495 | 2024.07.13 05:42:06.173325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11496 | 2024.07.13 05:42:06.173375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11497 | 2024.07.13 05:42:06.173394 [ 3 ] {} <Debug> HTTP-Session: 0090d777-b76f-441f-8ff0-922f876c8806 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11498 | 2024.07.13 05:42:06.173411 [ 3 ] {} <Debug> HTTP-Session: 0090d777-b76f-441f-8ff0-922f876c8806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11499 | 2024.07.13 05:42:06.173426 [ 3 ] {} <Debug> HTTP-Session: 0090d777-b76f-441f-8ff0-922f876c8806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11500 | 2024.07.13 05:42:06.173458 [ 3 ] {} <Trace> HTTP-Session: 0090d777-b76f-441f-8ff0-922f876c8806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11501 | 2024.07.13 05:42:06.173607 [ 3 ] {6b706abc-abf1-43a4-8a34-bd21ed2b3151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11502 | 2024.07.13 05:42:06.173654 [ 3 ] {6b706abc-abf1-43a4-8a34-bd21ed2b3151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11503 | 2024.07.13 05:42:06.173801 [ 3 ] {6b706abc-abf1-43a4-8a34-bd21ed2b3151} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11504 | 2024.07.13 05:42:06.174209 [ 3 ] {6b706abc-abf1-43a4-8a34-bd21ed2b3151} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11505 | 2024.07.13 05:42:06.174244 [ 3 ] {6b706abc-abf1-43a4-8a34-bd21ed2b3151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11506 | 2024.07.13 05:42:06.174650 [ 3 ] {6b706abc-abf1-43a4-8a34-bd21ed2b3151} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11507 | 2024.07.13 05:42:06.174986 [ 3 ] {6b706abc-abf1-43a4-8a34-bd21ed2b3151} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11508 | 2024.07.13 05:42:06.175147 [ 3 ] {6b706abc-abf1-43a4-8a34-bd21ed2b3151} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
11509 | 2024.07.13 05:42:06.175318 [ 3 ] {6b706abc-abf1-43a4-8a34-bd21ed2b3151} <Debug> DynamicQueryHandler: Done processing query | ||
11510 | 2024.07.13 05:42:06.175342 [ 3 ] {6b706abc-abf1-43a4-8a34-bd21ed2b3151} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11511 | 2024.07.13 05:42:06.175358 [ 3 ] {} <Debug> HTTP-Session: 0090d777-b76f-441f-8ff0-922f876c8806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11512 | 2024.07.13 05:42:06.175495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11513 | 2024.07.13 05:42:06.175544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11514 | 2024.07.13 05:42:06.175564 [ 3 ] {} <Debug> HTTP-Session: 76eef895-90a4-46fd-8432-a7a597fc22f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11515 | 2024.07.13 05:42:06.175580 [ 3 ] {} <Debug> HTTP-Session: 76eef895-90a4-46fd-8432-a7a597fc22f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11516 | 2024.07.13 05:42:06.175594 [ 3 ] {} <Debug> HTTP-Session: 76eef895-90a4-46fd-8432-a7a597fc22f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11517 | 2024.07.13 05:42:06.175625 [ 3 ] {} <Trace> HTTP-Session: 76eef895-90a4-46fd-8432-a7a597fc22f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11518 | 2024.07.13 05:42:06.175745 [ 3 ] {770f6fb3-bda2-4f21-b2d5-a48da4f0dcf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11519 | 2024.07.13 05:42:06.175789 [ 3 ] {770f6fb3-bda2-4f21-b2d5-a48da4f0dcf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11520 | 2024.07.13 05:42:06.175915 [ 3 ] {770f6fb3-bda2-4f21-b2d5-a48da4f0dcf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11521 | 2024.07.13 05:42:06.176265 [ 3 ] {770f6fb3-bda2-4f21-b2d5-a48da4f0dcf4} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11522 | 2024.07.13 05:42:06.176302 [ 3 ] {770f6fb3-bda2-4f21-b2d5-a48da4f0dcf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11523 | 2024.07.13 05:42:06.176657 [ 3 ] {770f6fb3-bda2-4f21-b2d5-a48da4f0dcf4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11524 | 2024.07.13 05:42:06.176970 [ 3 ] {770f6fb3-bda2-4f21-b2d5-a48da4f0dcf4} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11525 | 2024.07.13 05:42:06.177124 [ 3 ] {770f6fb3-bda2-4f21-b2d5-a48da4f0dcf4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
11526 | 2024.07.13 05:42:06.177379 [ 3 ] {770f6fb3-bda2-4f21-b2d5-a48da4f0dcf4} <Debug> DynamicQueryHandler: Done processing query | ||
11527 | 2024.07.13 05:42:06.177443 [ 3 ] {770f6fb3-bda2-4f21-b2d5-a48da4f0dcf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11528 | 2024.07.13 05:42:06.177497 [ 3 ] {} <Debug> HTTP-Session: 76eef895-90a4-46fd-8432-a7a597fc22f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11529 | 2024.07.13 05:42:11.176269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11530 | 2024.07.13 05:42:11.176394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11531 | 2024.07.13 05:42:11.176418 [ 3 ] {} <Debug> HTTP-Session: 8871e7d0-3528-42ed-836a-8e733ee33be0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11532 | 2024.07.13 05:42:11.176441 [ 3 ] {} <Debug> HTTP-Session: 8871e7d0-3528-42ed-836a-8e733ee33be0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11533 | 2024.07.13 05:42:11.176456 [ 3 ] {} <Debug> HTTP-Session: 8871e7d0-3528-42ed-836a-8e733ee33be0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11534 | 2024.07.13 05:42:11.176503 [ 3 ] {} <Trace> HTTP-Session: 8871e7d0-3528-42ed-836a-8e733ee33be0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11535 | 2024.07.13 05:42:11.176689 [ 3 ] {28a18dc4-192a-451d-bca2-f37348d453eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11536 | 2024.07.13 05:42:11.176755 [ 3 ] {28a18dc4-192a-451d-bca2-f37348d453eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11537 | 2024.07.13 05:42:11.176947 [ 3 ] {28a18dc4-192a-451d-bca2-f37348d453eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11538 | 2024.07.13 05:42:11.177406 [ 3 ] {28a18dc4-192a-451d-bca2-f37348d453eb} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11539 | 2024.07.13 05:42:11.177451 [ 3 ] {28a18dc4-192a-451d-bca2-f37348d453eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11540 | 2024.07.13 05:42:11.177815 [ 3 ] {28a18dc4-192a-451d-bca2-f37348d453eb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11541 | 2024.07.13 05:42:11.178144 [ 3 ] {28a18dc4-192a-451d-bca2-f37348d453eb} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11542 | 2024.07.13 05:42:11.178323 [ 3 ] {28a18dc4-192a-451d-bca2-f37348d453eb} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001693 sec., 22445.363260484348 rows/sec., 1.69 MiB/sec. | ||
11543 | 2024.07.13 05:42:11.178531 [ 3 ] {28a18dc4-192a-451d-bca2-f37348d453eb} <Debug> DynamicQueryHandler: Done processing query | ||
11544 | 2024.07.13 05:42:11.178557 [ 3 ] {28a18dc4-192a-451d-bca2-f37348d453eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11545 | 2024.07.13 05:42:11.178573 [ 3 ] {} <Debug> HTTP-Session: 8871e7d0-3528-42ed-836a-8e733ee33be0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11546 | 2024.07.13 05:42:11.178739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11547 | 2024.07.13 05:42:11.178794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11548 | 2024.07.13 05:42:11.178813 [ 3 ] {} <Debug> HTTP-Session: b06bc1dd-63d4-477a-9981-27c6d510d513 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11549 | 2024.07.13 05:42:11.178831 [ 3 ] {} <Debug> HTTP-Session: b06bc1dd-63d4-477a-9981-27c6d510d513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11550 | 2024.07.13 05:42:11.178846 [ 3 ] {} <Debug> HTTP-Session: b06bc1dd-63d4-477a-9981-27c6d510d513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11551 | 2024.07.13 05:42:11.178880 [ 3 ] {} <Trace> HTTP-Session: b06bc1dd-63d4-477a-9981-27c6d510d513 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11552 | 2024.07.13 05:42:11.178999 [ 3 ] {473aff4e-d5c3-4093-b483-86cdde3ea7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11553 | 2024.07.13 05:42:11.179045 [ 3 ] {473aff4e-d5c3-4093-b483-86cdde3ea7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11554 | 2024.07.13 05:42:11.179178 [ 3 ] {473aff4e-d5c3-4093-b483-86cdde3ea7a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11555 | 2024.07.13 05:42:11.179490 [ 3 ] {473aff4e-d5c3-4093-b483-86cdde3ea7a7} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11556 | 2024.07.13 05:42:11.179527 [ 3 ] {473aff4e-d5c3-4093-b483-86cdde3ea7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11557 | 2024.07.13 05:42:11.179822 [ 3 ] {473aff4e-d5c3-4093-b483-86cdde3ea7a7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
11558 | 2024.07.13 05:42:11.180125 [ 3 ] {473aff4e-d5c3-4093-b483-86cdde3ea7a7} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11559 | 2024.07.13 05:42:11.180284 [ 3 ] {473aff4e-d5c3-4093-b483-86cdde3ea7a7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 374.05 KiB/sec. | ||
11560 | 2024.07.13 05:42:11.180639 [ 3 ] {473aff4e-d5c3-4093-b483-86cdde3ea7a7} <Debug> DynamicQueryHandler: Done processing query | ||
11561 | 2024.07.13 05:42:11.180689 [ 3 ] {473aff4e-d5c3-4093-b483-86cdde3ea7a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11562 | 2024.07.13 05:42:11.180720 [ 3 ] {} <Debug> HTTP-Session: b06bc1dd-63d4-477a-9981-27c6d510d513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11563 | 2024.07.13 05:42:11.180910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 39234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11564 | 2024.07.13 05:42:11.180960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11565 | 2024.07.13 05:42:11.180979 [ 3 ] {} <Debug> HTTP-Session: 7f0194db-5b37-4788-825e-ec4a4a17e8c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11566 | 2024.07.13 05:42:11.180995 [ 3 ] {} <Debug> HTTP-Session: 7f0194db-5b37-4788-825e-ec4a4a17e8c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11567 | 2024.07.13 05:42:11.181009 [ 3 ] {} <Debug> HTTP-Session: 7f0194db-5b37-4788-825e-ec4a4a17e8c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11568 | 2024.07.13 05:42:11.181040 [ 3 ] {} <Trace> HTTP-Session: 7f0194db-5b37-4788-825e-ec4a4a17e8c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11569 | 2024.07.13 05:42:11.181220 [ 3 ] {dd820a33-6db0-4cb5-8c84-fab542521dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11570 | 2024.07.13 05:42:11.181263 [ 3 ] {dd820a33-6db0-4cb5-8c84-fab542521dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11571 | 2024.07.13 05:42:11.181387 [ 3 ] {dd820a33-6db0-4cb5-8c84-fab542521dd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11572 | 2024.07.13 05:42:11.181870 [ 3 ] {dd820a33-6db0-4cb5-8c84-fab542521dd3} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11573 | 2024.07.13 05:42:11.181907 [ 3 ] {dd820a33-6db0-4cb5-8c84-fab542521dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11574 | 2024.07.13 05:42:11.182234 [ 3 ] {dd820a33-6db0-4cb5-8c84-fab542521dd3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11575 | 2024.07.13 05:42:11.182540 [ 3 ] {dd820a33-6db0-4cb5-8c84-fab542521dd3} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11576 | 2024.07.13 05:42:11.182697 [ 3 ] {dd820a33-6db0-4cb5-8c84-fab542521dd3} <Debug> executeQuery: Read 260 rows, 23.43 KiB in 0.001569 sec., 165710.643722116 rows/sec., 14.59 MiB/sec. | ||
11577 | 2024.07.13 05:42:11.182701 [ 82 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11578 | 2024.07.13 05:42:11.182811 [ 82 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11579 | 2024.07.13 05:42:11.182853 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11580 | 2024.07.13 05:42:11.182964 [ 3 ] {dd820a33-6db0-4cb5-8c84-fab542521dd3} <Debug> DynamicQueryHandler: Done processing query | ||
11581 | 2024.07.13 05:42:11.183015 [ 3 ] {dd820a33-6db0-4cb5-8c84-fab542521dd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
11582 | 2024.07.13 05:42:11.183075 [ 3 ] {} <Debug> HTTP-Session: 7f0194db-5b37-4788-825e-ec4a4a17e8c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11583 | 2024.07.13 05:42:11.183141 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
11584 | 2024.07.13 05:42:11.183357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11585 | 2024.07.13 05:42:11.183531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11586 | 2024.07.13 05:42:11.183640 [ 3 ] {} <Debug> HTTP-Session: bb6edf90-70fe-4a4d-86da-ce042a058988 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11587 | 2024.07.13 05:42:11.183722 [ 3 ] {} <Debug> HTTP-Session: bb6edf90-70fe-4a4d-86da-ce042a058988 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11588 | 2024.07.13 05:42:11.183795 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11589 | 2024.07.13 05:42:11.183818 [ 3 ] {} <Debug> HTTP-Session: bb6edf90-70fe-4a4d-86da-ce042a058988 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11590 | 2024.07.13 05:42:11.183923 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 301 rows starting from the beginning of the part | ||
11591 | 2024.07.13 05:42:11.183963 [ 3 ] {} <Trace> HTTP-Session: bb6edf90-70fe-4a4d-86da-ce042a058988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11592 | 2024.07.13 05:42:11.184263 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 293 rows starting from the beginning of the part | ||
11593 | 2024.07.13 05:42:11.184280 [ 3 ] {20b22b80-1445-4149-943c-6e3d78e47ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11594 | 2024.07.13 05:42:11.184475 [ 3 ] {20b22b80-1445-4149-943c-6e3d78e47ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11595 | 2024.07.13 05:42:11.184687 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
11596 | 2024.07.13 05:42:11.185184 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 257 rows starting from the beginning of the part | ||
11597 | 2024.07.13 05:42:11.185704 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part | ||
11598 | 2024.07.13 05:42:11.186068 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 260 rows starting from the beginning of the part | ||
11599 | 2024.07.13 05:42:11.186434 [ 3 ] {20b22b80-1445-4149-943c-6e3d78e47ddc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11600 | 2024.07.13 05:42:11.187116 [ 3 ] {20b22b80-1445-4149-943c-6e3d78e47ddc} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11601 | 2024.07.13 05:42:11.187156 [ 3 ] {20b22b80-1445-4149-943c-6e3d78e47ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11602 | 2024.07.13 05:42:11.187667 [ 3 ] {20b22b80-1445-4149-943c-6e3d78e47ddc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
11603 | 2024.07.13 05:42:11.188129 [ 3 ] {20b22b80-1445-4149-943c-6e3d78e47ddc} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11604 | 2024.07.13 05:42:11.188254 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1223 rows, containing 4 columns (4 merged, 0 gathered) in 0.005318073 sec., 229970.51751640113 rows/sec., 19.85 MiB/sec. | ||
11605 | 2024.07.13 05:42:11.188343 [ 3 ] {20b22b80-1445-4149-943c-6e3d78e47ddc} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004177 sec., 1436.437634666028 rows/sec., 100.30 KiB/sec. | ||
11606 | 2024.07.13 05:42:11.188464 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11607 | 2024.07.13 05:42:11.188704 [ 3 ] {20b22b80-1445-4149-943c-6e3d78e47ddc} <Debug> DynamicQueryHandler: Done processing query | ||
11608 | 2024.07.13 05:42:11.188734 [ 3 ] {20b22b80-1445-4149-943c-6e3d78e47ddc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11609 | 2024.07.13 05:42:11.188766 [ 3 ] {} <Debug> HTTP-Session: bb6edf90-70fe-4a4d-86da-ce042a058988 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11610 | 2024.07.13 05:42:11.188977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 68021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11611 | 2024.07.13 05:42:11.189006 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11612 | 2024.07.13 05:42:11.189043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11613 | 2024.07.13 05:42:11.189074 [ 3 ] {} <Debug> HTTP-Session: 9c9dc943-a699-4af6-bc9b-23380d7608ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11614 | 2024.07.13 05:42:11.189092 [ 3 ] {} <Debug> HTTP-Session: 9c9dc943-a699-4af6-bc9b-23380d7608ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11615 | 2024.07.13 05:42:11.189108 [ 3 ] {} <Debug> HTTP-Session: 9c9dc943-a699-4af6-bc9b-23380d7608ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11616 | 2024.07.13 05:42:11.189108 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_71_14} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11617 | 2024.07.13 05:42:11.189145 [ 3 ] {} <Trace> HTTP-Session: 9c9dc943-a699-4af6-bc9b-23380d7608ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11618 | 2024.07.13 05:42:11.189205 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
11619 | 2024.07.13 05:42:11.189509 [ 3 ] {2b71d95c-0a05-4844-a151-16d148a1d08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11620 | 2024.07.13 05:42:11.189554 [ 3 ] {2b71d95c-0a05-4844-a151-16d148a1d08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11621 | 2024.07.13 05:42:11.189676 [ 3 ] {2b71d95c-0a05-4844-a151-16d148a1d08f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11622 | 2024.07.13 05:42:11.190264 [ 3 ] {2b71d95c-0a05-4844-a151-16d148a1d08f} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11623 | 2024.07.13 05:42:11.190300 [ 3 ] {2b71d95c-0a05-4844-a151-16d148a1d08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11624 | 2024.07.13 05:42:11.190625 [ 3 ] {2b71d95c-0a05-4844-a151-16d148a1d08f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11625 | 2024.07.13 05:42:11.190929 [ 3 ] {2b71d95c-0a05-4844-a151-16d148a1d08f} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11626 | 2024.07.13 05:42:11.191054 [ 3 ] {2b71d95c-0a05-4844-a151-16d148a1d08f} <Debug> executeQuery: Read 420 rows, 30.53 KiB in 0.001776 sec., 236486.48648648648 rows/sec., 16.79 MiB/sec. | ||
11627 | 2024.07.13 05:42:11.191055 [ 84 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11628 | 2024.07.13 05:42:11.191119 [ 84 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11629 | 2024.07.13 05:42:11.191155 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11630 | 2024.07.13 05:42:11.191263 [ 3 ] {2b71d95c-0a05-4844-a151-16d148a1d08f} <Debug> DynamicQueryHandler: Done processing query | ||
11631 | 2024.07.13 05:42:11.191319 [ 3 ] {2b71d95c-0a05-4844-a151-16d148a1d08f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11632 | 2024.07.13 05:42:11.191350 [ 3 ] {} <Debug> HTTP-Session: 9c9dc943-a699-4af6-bc9b-23380d7608ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11633 | 2024.07.13 05:42:11.191358 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
11634 | 2024.07.13 05:42:11.191554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11635 | 2024.07.13 05:42:11.191599 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11636 | 2024.07.13 05:42:11.191663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11637 | 2024.07.13 05:42:11.191669 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 472 rows starting from the beginning of the part | ||
11638 | 2024.07.13 05:42:11.191700 [ 3 ] {} <Debug> HTTP-Session: 6ab030b3-af75-4adc-a9d0-bc77a5969f3e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11639 | 2024.07.13 05:42:11.191740 [ 3 ] {} <Debug> HTTP-Session: 6ab030b3-af75-4adc-a9d0-bc77a5969f3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11640 | 2024.07.13 05:42:11.191793 [ 3 ] {} <Debug> HTTP-Session: 6ab030b3-af75-4adc-a9d0-bc77a5969f3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11641 | 2024.07.13 05:42:11.191901 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 438 rows starting from the beginning of the part | ||
11642 | 2024.07.13 05:42:11.191943 [ 3 ] {} <Trace> HTTP-Session: 6ab030b3-af75-4adc-a9d0-bc77a5969f3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11643 | 2024.07.13 05:42:11.192105 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part | ||
11644 | 2024.07.13 05:42:11.192366 [ 3 ] {f32dd2bc-8046-416b-affc-791479b99306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11645 | 2024.07.13 05:42:11.192401 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 414 rows starting from the beginning of the part | ||
11646 | 2024.07.13 05:42:11.192550 [ 3 ] {f32dd2bc-8046-416b-affc-791479b99306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11647 | 2024.07.13 05:42:11.192644 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part | ||
11648 | 2024.07.13 05:42:11.193023 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 420 rows starting from the beginning of the part | ||
11649 | 2024.07.13 05:42:11.193647 [ 3 ] {f32dd2bc-8046-416b-affc-791479b99306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11650 | 2024.07.13 05:42:11.194261 [ 3 ] {f32dd2bc-8046-416b-affc-791479b99306} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11651 | 2024.07.13 05:42:11.194318 [ 3 ] {f32dd2bc-8046-416b-affc-791479b99306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11652 | 2024.07.13 05:42:11.195298 [ 3 ] {f32dd2bc-8046-416b-affc-791479b99306} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11653 | 2024.07.13 05:42:11.195914 [ 3 ] {f32dd2bc-8046-416b-affc-791479b99306} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11654 | 2024.07.13 05:42:11.195952 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1872 rows, containing 4 columns (4 merged, 0 gathered) in 0.004714813 sec., 397046.50004146504 rows/sec., 28.46 MiB/sec. | ||
11655 | 2024.07.13 05:42:11.196201 [ 3 ] {f32dd2bc-8046-416b-affc-791479b99306} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004031 sec., 1488.4644008930786 rows/sec., 63.96 KiB/sec. | ||
11656 | 2024.07.13 05:42:11.196301 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11657 | 2024.07.13 05:42:11.196770 [ 3 ] {f32dd2bc-8046-416b-affc-791479b99306} <Debug> DynamicQueryHandler: Done processing query | ||
11658 | 2024.07.13 05:42:11.196831 [ 3 ] {f32dd2bc-8046-416b-affc-791479b99306} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11659 | 2024.07.13 05:42:11.196905 [ 3 ] {} <Debug> HTTP-Session: 6ab030b3-af75-4adc-a9d0-bc77a5969f3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11660 | 2024.07.13 05:42:11.197212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11661 | 2024.07.13 05:42:11.197314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11662 | 2024.07.13 05:42:11.197358 [ 3 ] {} <Debug> HTTP-Session: 4329bde4-22c8-4656-9f93-28d42758ab73 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11663 | 2024.07.13 05:42:11.197379 [ 3 ] {} <Debug> HTTP-Session: 4329bde4-22c8-4656-9f93-28d42758ab73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11664 | 2024.07.13 05:42:11.197420 [ 3 ] {} <Debug> HTTP-Session: 4329bde4-22c8-4656-9f93-28d42758ab73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.07.13 05:42:11.197485 [ 3 ] {} <Trace> HTTP-Session: 4329bde4-22c8-4656-9f93-28d42758ab73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11666 | 2024.07.13 05:42:11.197637 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11667 | 2024.07.13 05:42:11.197715 [ 3 ] {9d9fe729-e256-4a3f-88b7-787d9f6bac02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11668 | 2024.07.13 05:42:11.197793 [ 3 ] {9d9fe729-e256-4a3f-88b7-787d9f6bac02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11669 | 2024.07.13 05:42:11.197809 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_71_14} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11670 | 2024.07.13 05:42:11.198011 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
11671 | 2024.07.13 05:42:11.198153 [ 3 ] {9d9fe729-e256-4a3f-88b7-787d9f6bac02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11672 | 2024.07.13 05:42:11.198513 [ 3 ] {9d9fe729-e256-4a3f-88b7-787d9f6bac02} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11673 | 2024.07.13 05:42:11.198550 [ 3 ] {9d9fe729-e256-4a3f-88b7-787d9f6bac02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11674 | 2024.07.13 05:42:11.198925 [ 3 ] {9d9fe729-e256-4a3f-88b7-787d9f6bac02} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11675 | 2024.07.13 05:42:11.199275 [ 3 ] {9d9fe729-e256-4a3f-88b7-787d9f6bac02} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11676 | 2024.07.13 05:42:11.199403 [ 3 ] {9d9fe729-e256-4a3f-88b7-787d9f6bac02} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001799 sec., 42801.556420233464 rows/sec., 2.64 MiB/sec. | ||
11677 | 2024.07.13 05:42:11.199625 [ 3 ] {9d9fe729-e256-4a3f-88b7-787d9f6bac02} <Debug> DynamicQueryHandler: Done processing query | ||
11678 | 2024.07.13 05:42:11.199652 [ 3 ] {9d9fe729-e256-4a3f-88b7-787d9f6bac02} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11679 | 2024.07.13 05:42:11.199669 [ 3 ] {} <Debug> HTTP-Session: 4329bde4-22c8-4656-9f93-28d42758ab73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11680 | 2024.07.13 05:42:11.199847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 31174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11681 | 2024.07.13 05:42:11.199895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11682 | 2024.07.13 05:42:11.199914 [ 3 ] {} <Debug> HTTP-Session: e0253f06-8771-48c7-b570-f2fae956e688 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11683 | 2024.07.13 05:42:11.199930 [ 3 ] {} <Debug> HTTP-Session: e0253f06-8771-48c7-b570-f2fae956e688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11684 | 2024.07.13 05:42:11.199943 [ 3 ] {} <Debug> HTTP-Session: e0253f06-8771-48c7-b570-f2fae956e688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11685 | 2024.07.13 05:42:11.199973 [ 3 ] {} <Trace> HTTP-Session: e0253f06-8771-48c7-b570-f2fae956e688 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11686 | 2024.07.13 05:42:11.200156 [ 3 ] {81dfc56c-8c94-4bc8-827b-e9db5d041bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11687 | 2024.07.13 05:42:11.200201 [ 3 ] {81dfc56c-8c94-4bc8-827b-e9db5d041bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11688 | 2024.07.13 05:42:11.200342 [ 3 ] {81dfc56c-8c94-4bc8-827b-e9db5d041bc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11689 | 2024.07.13 05:42:11.200770 [ 3 ] {81dfc56c-8c94-4bc8-827b-e9db5d041bc3} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11690 | 2024.07.13 05:42:11.200805 [ 3 ] {81dfc56c-8c94-4bc8-827b-e9db5d041bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11691 | 2024.07.13 05:42:11.201172 [ 3 ] {81dfc56c-8c94-4bc8-827b-e9db5d041bc3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11692 | 2024.07.13 05:42:11.201500 [ 3 ] {81dfc56c-8c94-4bc8-827b-e9db5d041bc3} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11693 | 2024.07.13 05:42:11.201624 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11694 | 2024.07.13 05:42:11.201624 [ 3 ] {81dfc56c-8c94-4bc8-827b-e9db5d041bc3} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001574 sec., 103557.81448538754 rows/sec., 7.21 MiB/sec. | ||
11695 | 2024.07.13 05:42:11.201662 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11696 | 2024.07.13 05:42:11.201703 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11697 | 2024.07.13 05:42:11.201875 [ 3 ] {81dfc56c-8c94-4bc8-827b-e9db5d041bc3} <Debug> DynamicQueryHandler: Done processing query | ||
11698 | 2024.07.13 05:42:11.201886 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
11699 | 2024.07.13 05:42:11.201907 [ 3 ] {81dfc56c-8c94-4bc8-827b-e9db5d041bc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11700 | 2024.07.13 05:42:11.201954 [ 3 ] {} <Debug> HTTP-Session: e0253f06-8771-48c7-b570-f2fae956e688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11701 | 2024.07.13 05:42:11.202112 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11702 | 2024.07.13 05:42:11.202163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11703 | 2024.07.13 05:42:11.202182 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 10492 rows starting from the beginning of the part | ||
11704 | 2024.07.13 05:42:11.202256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11705 | 2024.07.13 05:42:11.202327 [ 3 ] {} <Debug> HTTP-Session: 885bf136-2489-4a0f-8f09-7049df5efe92 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11706 | 2024.07.13 05:42:11.202404 [ 3 ] {} <Debug> HTTP-Session: 885bf136-2489-4a0f-8f09-7049df5efe92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11707 | 2024.07.13 05:42:11.202448 [ 3 ] {} <Debug> HTTP-Session: 885bf136-2489-4a0f-8f09-7049df5efe92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11708 | 2024.07.13 05:42:11.202548 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 196 rows starting from the beginning of the part | ||
11709 | 2024.07.13 05:42:11.202563 [ 3 ] {} <Trace> HTTP-Session: 885bf136-2489-4a0f-8f09-7049df5efe92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11710 | 2024.07.13 05:42:11.202804 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
11711 | 2024.07.13 05:42:11.202992 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
11712 | 2024.07.13 05:42:11.203171 [ 3 ] {d4ccde7d-7e43-41b4-8a64-024d32e4d1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11713 | 2024.07.13 05:42:11.203228 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
11714 | 2024.07.13 05:42:11.203511 [ 3 ] {d4ccde7d-7e43-41b4-8a64-024d32e4d1f2} <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 | ||
11715 | 2024.07.13 05:42:11.203669 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 163 rows starting from the beginning of the part | ||
11716 | 2024.07.13 05:42:11.205438 [ 3 ] {d4ccde7d-7e43-41b4-8a64-024d32e4d1f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11717 | 2024.07.13 05:42:11.206977 [ 3 ] {d4ccde7d-7e43-41b4-8a64-024d32e4d1f2} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11718 | 2024.07.13 05:42:11.207056 [ 3 ] {d4ccde7d-7e43-41b4-8a64-024d32e4d1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11719 | 2024.07.13 05:42:11.208649 [ 3 ] {d4ccde7d-7e43-41b4-8a64-024d32e4d1f2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11720 | 2024.07.13 05:42:11.209615 [ 3 ] {d4ccde7d-7e43-41b4-8a64-024d32e4d1f2} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11721 | 2024.07.13 05:42:11.209769 [ 3 ] {d4ccde7d-7e43-41b4-8a64-024d32e4d1f2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007008 sec., 4566.2100456621 rows/sec., 8.18 MiB/sec. | ||
11722 | 2024.07.13 05:42:11.210063 [ 3 ] {d4ccde7d-7e43-41b4-8a64-024d32e4d1f2} <Debug> DynamicQueryHandler: Done processing query | ||
11723 | 2024.07.13 05:42:11.210088 [ 3 ] {d4ccde7d-7e43-41b4-8a64-024d32e4d1f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11724 | 2024.07.13 05:42:11.210104 [ 3 ] {} <Debug> HTTP-Session: 885bf136-2489-4a0f-8f09-7049df5efe92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11725 | 2024.07.13 05:42:11.210250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11726 | 2024.07.13 05:42:11.210300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11727 | 2024.07.13 05:42:11.210319 [ 3 ] {} <Debug> HTTP-Session: 62f0c8dd-1f85-4cec-8654-99c197242289 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11728 | 2024.07.13 05:42:11.210336 [ 3 ] {} <Debug> HTTP-Session: 62f0c8dd-1f85-4cec-8654-99c197242289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11729 | 2024.07.13 05:42:11.210351 [ 3 ] {} <Debug> HTTP-Session: 62f0c8dd-1f85-4cec-8654-99c197242289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11730 | 2024.07.13 05:42:11.210383 [ 3 ] {} <Trace> HTTP-Session: 62f0c8dd-1f85-4cec-8654-99c197242289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11731 | 2024.07.13 05:42:11.210507 [ 3 ] {a3d4276f-f40b-4b1b-ae02-b56afc75c8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11732 | 2024.07.13 05:42:11.210552 [ 3 ] {a3d4276f-f40b-4b1b-ae02-b56afc75c8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11733 | 2024.07.13 05:42:11.210767 [ 3 ] {a3d4276f-f40b-4b1b-ae02-b56afc75c8d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11734 | 2024.07.13 05:42:11.211212 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11331 rows, containing 5 columns (5 merged, 0 gathered) in 0.009409647 sec., 1204189.7002087326 rows/sec., 83.90 MiB/sec. | ||
11735 | 2024.07.13 05:42:11.211364 [ 3 ] {a3d4276f-f40b-4b1b-ae02-b56afc75c8d0} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11736 | 2024.07.13 05:42:11.211405 [ 3 ] {a3d4276f-f40b-4b1b-ae02-b56afc75c8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11737 | 2024.07.13 05:42:11.211651 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11738 | 2024.07.13 05:42:11.212164 [ 3 ] {a3d4276f-f40b-4b1b-ae02-b56afc75c8d0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11739 | 2024.07.13 05:42:11.212630 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11740 | 2024.07.13 05:42:11.212786 [ 201 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11741 | 2024.07.13 05:42:11.212881 [ 3 ] {a3d4276f-f40b-4b1b-ae02-b56afc75c8d0} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11742 | 2024.07.13 05:42:11.212981 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. | ||
11743 | 2024.07.13 05:42:11.213105 [ 3 ] {a3d4276f-f40b-4b1b-ae02-b56afc75c8d0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002637 sec., 8722.032612817595 rows/sec., 471.80 KiB/sec. | ||
11744 | 2024.07.13 05:42:11.213272 [ 3 ] {a3d4276f-f40b-4b1b-ae02-b56afc75c8d0} <Debug> DynamicQueryHandler: Done processing query | ||
11745 | 2024.07.13 05:42:11.213297 [ 3 ] {a3d4276f-f40b-4b1b-ae02-b56afc75c8d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11746 | 2024.07.13 05:42:11.213313 [ 3 ] {} <Debug> HTTP-Session: 62f0c8dd-1f85-4cec-8654-99c197242289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11747 | 2024.07.13 05:42:11.213450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11748 | 2024.07.13 05:42:11.213496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11749 | 2024.07.13 05:42:11.213515 [ 3 ] {} <Debug> HTTP-Session: 3bb583a9-94a9-492f-ab86-257ca54174f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11750 | 2024.07.13 05:42:11.213531 [ 3 ] {} <Debug> HTTP-Session: 3bb583a9-94a9-492f-ab86-257ca54174f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11751 | 2024.07.13 05:42:11.213544 [ 3 ] {} <Debug> HTTP-Session: 3bb583a9-94a9-492f-ab86-257ca54174f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11752 | 2024.07.13 05:42:11.213574 [ 3 ] {} <Trace> HTTP-Session: 3bb583a9-94a9-492f-ab86-257ca54174f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11753 | 2024.07.13 05:42:11.213704 [ 3 ] {62f0263b-bea1-4cb4-8b6e-7ed02fb4286a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11754 | 2024.07.13 05:42:11.213746 [ 3 ] {62f0263b-bea1-4cb4-8b6e-7ed02fb4286a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11755 | 2024.07.13 05:42:11.213872 [ 3 ] {62f0263b-bea1-4cb4-8b6e-7ed02fb4286a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11756 | 2024.07.13 05:42:11.214164 [ 3 ] {62f0263b-bea1-4cb4-8b6e-7ed02fb4286a} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11757 | 2024.07.13 05:42:11.214199 [ 3 ] {62f0263b-bea1-4cb4-8b6e-7ed02fb4286a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11758 | 2024.07.13 05:42:11.214559 [ 3 ] {62f0263b-bea1-4cb4-8b6e-7ed02fb4286a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11759 | 2024.07.13 05:42:11.214885 [ 3 ] {62f0263b-bea1-4cb4-8b6e-7ed02fb4286a} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11760 | 2024.07.13 05:42:11.215011 [ 3 ] {62f0263b-bea1-4cb4-8b6e-7ed02fb4286a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
11761 | 2024.07.13 05:42:11.215010 [ 84 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11762 | 2024.07.13 05:42:11.215074 [ 84 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11763 | 2024.07.13 05:42:11.215110 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11764 | 2024.07.13 05:42:11.215201 [ 3 ] {62f0263b-bea1-4cb4-8b6e-7ed02fb4286a} <Debug> DynamicQueryHandler: Done processing query | ||
11765 | 2024.07.13 05:42:11.215223 [ 188 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
11766 | 2024.07.13 05:42:11.215229 [ 3 ] {62f0263b-bea1-4cb4-8b6e-7ed02fb4286a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11767 | 2024.07.13 05:42:11.215265 [ 3 ] {} <Debug> HTTP-Session: 3bb583a9-94a9-492f-ab86-257ca54174f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11768 | 2024.07.13 05:42:11.215362 [ 188 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11769 | 2024.07.13 05:42:11.215395 [ 188 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3614 rows starting from the beginning of the part | ||
11770 | 2024.07.13 05:42:11.215460 [ 188 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
11771 | 2024.07.13 05:42:11.215726 [ 188 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
11772 | 2024.07.13 05:42:11.215886 [ 188 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
11773 | 2024.07.13 05:42:11.216022 [ 188 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
11774 | 2024.07.13 05:42:11.216146 [ 188 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
11775 | 2024.07.13 05:42:11.217720 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3914 rows, containing 4 columns (4 merged, 0 gathered) in 0.00254944 sec., 1535239.1113342538 rows/sec., 103.59 MiB/sec. | ||
11776 | 2024.07.13 05:42:11.218073 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11777 | 2024.07.13 05:42:11.218556 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11778 | 2024.07.13 05:42:11.218669 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_71_14} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11779 | 2024.07.13 05:42:11.218778 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
11780 | 2024.07.13 05:42:12.000217 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.53 MiB, peak 208.48 MiB, free memory in arenas 0.00 B, will set to 200.72 MiB (RSS), difference: 1.19 MiB | ||
11781 | 2024.07.13 05:42:15.445261 [ 7 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11782 | 2024.07.13 05:42:15.445376 [ 7 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11783 | 2024.07.13 05:42:16.169415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11784 | 2024.07.13 05:42:16.169526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11785 | 2024.07.13 05:42:16.169551 [ 3 ] {} <Debug> HTTP-Session: e58336a6-4d09-4e8d-a95d-42ccb7eaf1b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11786 | 2024.07.13 05:42:16.169575 [ 3 ] {} <Debug> HTTP-Session: e58336a6-4d09-4e8d-a95d-42ccb7eaf1b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11787 | 2024.07.13 05:42:16.169589 [ 3 ] {} <Debug> HTTP-Session: e58336a6-4d09-4e8d-a95d-42ccb7eaf1b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11788 | 2024.07.13 05:42:16.169637 [ 3 ] {} <Trace> HTTP-Session: e58336a6-4d09-4e8d-a95d-42ccb7eaf1b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11789 | 2024.07.13 05:42:16.169813 [ 3 ] {c5c05326-812d-4308-b619-bd2f70404285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11790 | 2024.07.13 05:42:16.169879 [ 3 ] {c5c05326-812d-4308-b619-bd2f70404285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11791 | 2024.07.13 05:42:16.170070 [ 3 ] {c5c05326-812d-4308-b619-bd2f70404285} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11792 | 2024.07.13 05:42:16.170466 [ 3 ] {c5c05326-812d-4308-b619-bd2f70404285} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11793 | 2024.07.13 05:42:16.170509 [ 3 ] {c5c05326-812d-4308-b619-bd2f70404285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11794 | 2024.07.13 05:42:16.170868 [ 3 ] {c5c05326-812d-4308-b619-bd2f70404285} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
11795 | 2024.07.13 05:42:16.171206 [ 3 ] {c5c05326-812d-4308-b619-bd2f70404285} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11796 | 2024.07.13 05:42:16.171376 [ 3 ] {c5c05326-812d-4308-b619-bd2f70404285} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001607 sec., 1244.5550715619167 rows/sec., 101.48 KiB/sec. | ||
11797 | 2024.07.13 05:42:16.171574 [ 3 ] {c5c05326-812d-4308-b619-bd2f70404285} <Debug> DynamicQueryHandler: Done processing query | ||
11798 | 2024.07.13 05:42:16.171602 [ 3 ] {c5c05326-812d-4308-b619-bd2f70404285} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11799 | 2024.07.13 05:42:16.171618 [ 3 ] {} <Debug> HTTP-Session: e58336a6-4d09-4e8d-a95d-42ccb7eaf1b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11800 | 2024.07.13 05:42:16.171757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11801 | 2024.07.13 05:42:16.171809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11802 | 2024.07.13 05:42:16.171828 [ 3 ] {} <Debug> HTTP-Session: dab672e5-19da-4506-a8e3-8d6a0c4940cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11803 | 2024.07.13 05:42:16.171845 [ 3 ] {} <Debug> HTTP-Session: dab672e5-19da-4506-a8e3-8d6a0c4940cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11804 | 2024.07.13 05:42:16.171859 [ 3 ] {} <Debug> HTTP-Session: dab672e5-19da-4506-a8e3-8d6a0c4940cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11805 | 2024.07.13 05:42:16.171894 [ 3 ] {} <Trace> HTTP-Session: dab672e5-19da-4506-a8e3-8d6a0c4940cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11806 | 2024.07.13 05:42:16.172015 [ 3 ] {d0c653cd-a839-4ad3-a20b-8d2054775094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11807 | 2024.07.13 05:42:16.172059 [ 3 ] {d0c653cd-a839-4ad3-a20b-8d2054775094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11808 | 2024.07.13 05:42:16.172191 [ 3 ] {d0c653cd-a839-4ad3-a20b-8d2054775094} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11809 | 2024.07.13 05:42:16.172528 [ 3 ] {d0c653cd-a839-4ad3-a20b-8d2054775094} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11810 | 2024.07.13 05:42:16.172564 [ 3 ] {d0c653cd-a839-4ad3-a20b-8d2054775094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11811 | 2024.07.13 05:42:16.172887 [ 3 ] {d0c653cd-a839-4ad3-a20b-8d2054775094} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11812 | 2024.07.13 05:42:16.173196 [ 3 ] {d0c653cd-a839-4ad3-a20b-8d2054775094} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11813 | 2024.07.13 05:42:16.173348 [ 3 ] {d0c653cd-a839-4ad3-a20b-8d2054775094} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001369 sec., 41636.23082542002 rows/sec., 3.19 MiB/sec. | ||
11814 | 2024.07.13 05:42:16.173537 [ 3 ] {d0c653cd-a839-4ad3-a20b-8d2054775094} <Debug> DynamicQueryHandler: Done processing query | ||
11815 | 2024.07.13 05:42:16.173573 [ 3 ] {d0c653cd-a839-4ad3-a20b-8d2054775094} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11816 | 2024.07.13 05:42:16.173604 [ 3 ] {} <Debug> HTTP-Session: dab672e5-19da-4506-a8e3-8d6a0c4940cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11817 | 2024.07.13 05:42:16.173749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11818 | 2024.07.13 05:42:16.173798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11819 | 2024.07.13 05:42:16.173817 [ 3 ] {} <Debug> HTTP-Session: 4d32a618-e12e-465b-9513-cc54d39fc4d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11820 | 2024.07.13 05:42:16.173834 [ 3 ] {} <Debug> HTTP-Session: 4d32a618-e12e-465b-9513-cc54d39fc4d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11821 | 2024.07.13 05:42:16.173848 [ 3 ] {} <Debug> HTTP-Session: 4d32a618-e12e-465b-9513-cc54d39fc4d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11822 | 2024.07.13 05:42:16.173880 [ 3 ] {} <Trace> HTTP-Session: 4d32a618-e12e-465b-9513-cc54d39fc4d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11823 | 2024.07.13 05:42:16.173976 [ 3 ] {d28c55d5-7587-4e0c-a250-aa120e7b9e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11824 | 2024.07.13 05:42:16.174019 [ 3 ] {d28c55d5-7587-4e0c-a250-aa120e7b9e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11825 | 2024.07.13 05:42:16.174143 [ 3 ] {d28c55d5-7587-4e0c-a250-aa120e7b9e1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11826 | 2024.07.13 05:42:16.174403 [ 3 ] {d28c55d5-7587-4e0c-a250-aa120e7b9e1a} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11827 | 2024.07.13 05:42:16.174438 [ 3 ] {d28c55d5-7587-4e0c-a250-aa120e7b9e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11828 | 2024.07.13 05:42:16.174738 [ 3 ] {d28c55d5-7587-4e0c-a250-aa120e7b9e1a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
11829 | 2024.07.13 05:42:16.175042 [ 3 ] {d28c55d5-7587-4e0c-a250-aa120e7b9e1a} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11830 | 2024.07.13 05:42:16.175184 [ 3 ] {d28c55d5-7587-4e0c-a250-aa120e7b9e1a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00123 sec., 1626.0162601626016 rows/sec., 113.54 KiB/sec. | ||
11831 | 2024.07.13 05:42:16.175445 [ 3 ] {d28c55d5-7587-4e0c-a250-aa120e7b9e1a} <Debug> DynamicQueryHandler: Done processing query | ||
11832 | 2024.07.13 05:42:16.175485 [ 3 ] {d28c55d5-7587-4e0c-a250-aa120e7b9e1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11833 | 2024.07.13 05:42:16.175511 [ 3 ] {} <Debug> HTTP-Session: 4d32a618-e12e-465b-9513-cc54d39fc4d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11834 | 2024.07.13 05:42:16.175636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11835 | 2024.07.13 05:42:16.175683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11836 | 2024.07.13 05:42:16.175701 [ 3 ] {} <Debug> HTTP-Session: a580f504-c698-474b-a5d5-b297e69ebbb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11837 | 2024.07.13 05:42:16.175718 [ 3 ] {} <Debug> HTTP-Session: a580f504-c698-474b-a5d5-b297e69ebbb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11838 | 2024.07.13 05:42:16.175732 [ 3 ] {} <Debug> HTTP-Session: a580f504-c698-474b-a5d5-b297e69ebbb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11839 | 2024.07.13 05:42:16.175762 [ 3 ] {} <Trace> HTTP-Session: a580f504-c698-474b-a5d5-b297e69ebbb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11840 | 2024.07.13 05:42:16.175879 [ 3 ] {de3ccd13-5112-4fbe-9076-29e5ca2ad3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11841 | 2024.07.13 05:42:16.175922 [ 3 ] {de3ccd13-5112-4fbe-9076-29e5ca2ad3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11842 | 2024.07.13 05:42:16.176061 [ 3 ] {de3ccd13-5112-4fbe-9076-29e5ca2ad3f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11843 | 2024.07.13 05:42:16.176368 [ 3 ] {de3ccd13-5112-4fbe-9076-29e5ca2ad3f7} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11844 | 2024.07.13 05:42:16.176404 [ 3 ] {de3ccd13-5112-4fbe-9076-29e5ca2ad3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11845 | 2024.07.13 05:42:16.176715 [ 3 ] {de3ccd13-5112-4fbe-9076-29e5ca2ad3f7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11846 | 2024.07.13 05:42:16.177015 [ 3 ] {de3ccd13-5112-4fbe-9076-29e5ca2ad3f7} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11847 | 2024.07.13 05:42:16.177164 [ 3 ] {de3ccd13-5112-4fbe-9076-29e5ca2ad3f7} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001322 sec., 49924.357034795765 rows/sec., 3.90 MiB/sec. | ||
11848 | 2024.07.13 05:42:16.177322 [ 3 ] {de3ccd13-5112-4fbe-9076-29e5ca2ad3f7} <Debug> DynamicQueryHandler: Done processing query | ||
11849 | 2024.07.13 05:42:16.177346 [ 3 ] {de3ccd13-5112-4fbe-9076-29e5ca2ad3f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11850 | 2024.07.13 05:42:16.177362 [ 3 ] {} <Debug> HTTP-Session: a580f504-c698-474b-a5d5-b297e69ebbb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11851 | 2024.07.13 05:42:16.177528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11852 | 2024.07.13 05:42:16.177575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11853 | 2024.07.13 05:42:16.177594 [ 3 ] {} <Debug> HTTP-Session: 69a816eb-bad3-4e96-8563-cc43d4cca1f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11854 | 2024.07.13 05:42:16.177611 [ 3 ] {} <Debug> HTTP-Session: 69a816eb-bad3-4e96-8563-cc43d4cca1f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11855 | 2024.07.13 05:42:16.177625 [ 3 ] {} <Debug> HTTP-Session: 69a816eb-bad3-4e96-8563-cc43d4cca1f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11856 | 2024.07.13 05:42:16.177656 [ 3 ] {} <Trace> HTTP-Session: 69a816eb-bad3-4e96-8563-cc43d4cca1f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11857 | 2024.07.13 05:42:16.177806 [ 3 ] {c8964bf8-dfe4-4720-a67b-8a0ce7a4933b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11858 | 2024.07.13 05:42:16.177852 [ 3 ] {c8964bf8-dfe4-4720-a67b-8a0ce7a4933b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11859 | 2024.07.13 05:42:16.177994 [ 3 ] {c8964bf8-dfe4-4720-a67b-8a0ce7a4933b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11860 | 2024.07.13 05:42:16.178366 [ 3 ] {c8964bf8-dfe4-4720-a67b-8a0ce7a4933b} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11861 | 2024.07.13 05:42:16.178403 [ 3 ] {c8964bf8-dfe4-4720-a67b-8a0ce7a4933b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11862 | 2024.07.13 05:42:16.178790 [ 3 ] {c8964bf8-dfe4-4720-a67b-8a0ce7a4933b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11863 | 2024.07.13 05:42:16.179127 [ 3 ] {c8964bf8-dfe4-4720-a67b-8a0ce7a4933b} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11864 | 2024.07.13 05:42:16.179279 [ 3 ] {c8964bf8-dfe4-4720-a67b-8a0ce7a4933b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001534 sec., 104954.36766623208 rows/sec., 7.31 MiB/sec. | ||
11865 | 2024.07.13 05:42:16.179451 [ 3 ] {c8964bf8-dfe4-4720-a67b-8a0ce7a4933b} <Debug> DynamicQueryHandler: Done processing query | ||
11866 | 2024.07.13 05:42:16.179475 [ 3 ] {c8964bf8-dfe4-4720-a67b-8a0ce7a4933b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11867 | 2024.07.13 05:42:16.179491 [ 3 ] {} <Debug> HTTP-Session: 69a816eb-bad3-4e96-8563-cc43d4cca1f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11868 | 2024.07.13 05:42:16.179614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11869 | 2024.07.13 05:42:16.179661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11870 | 2024.07.13 05:42:16.179680 [ 3 ] {} <Debug> HTTP-Session: f63e69d0-262d-481b-afa7-4decc04b7083 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11871 | 2024.07.13 05:42:16.179697 [ 3 ] {} <Debug> HTTP-Session: f63e69d0-262d-481b-afa7-4decc04b7083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11872 | 2024.07.13 05:42:16.179711 [ 3 ] {} <Debug> HTTP-Session: f63e69d0-262d-481b-afa7-4decc04b7083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11873 | 2024.07.13 05:42:16.179741 [ 3 ] {} <Trace> HTTP-Session: f63e69d0-262d-481b-afa7-4decc04b7083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11874 | 2024.07.13 05:42:16.179860 [ 3 ] {748c16c4-8b46-4eeb-93a9-a44723443b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11875 | 2024.07.13 05:42:16.179905 [ 3 ] {748c16c4-8b46-4eeb-93a9-a44723443b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11876 | 2024.07.13 05:42:16.180031 [ 3 ] {748c16c4-8b46-4eeb-93a9-a44723443b28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11877 | 2024.07.13 05:42:16.180309 [ 3 ] {748c16c4-8b46-4eeb-93a9-a44723443b28} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11878 | 2024.07.13 05:42:16.180344 [ 3 ] {748c16c4-8b46-4eeb-93a9-a44723443b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11879 | 2024.07.13 05:42:16.180701 [ 3 ] {748c16c4-8b46-4eeb-93a9-a44723443b28} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11880 | 2024.07.13 05:42:16.181018 [ 3 ] {748c16c4-8b46-4eeb-93a9-a44723443b28} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11881 | 2024.07.13 05:42:16.181166 [ 3 ] {748c16c4-8b46-4eeb-93a9-a44723443b28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. | ||
11882 | 2024.07.13 05:42:16.181317 [ 3 ] {748c16c4-8b46-4eeb-93a9-a44723443b28} <Debug> DynamicQueryHandler: Done processing query | ||
11883 | 2024.07.13 05:42:16.181341 [ 3 ] {748c16c4-8b46-4eeb-93a9-a44723443b28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11884 | 2024.07.13 05:42:16.181357 [ 3 ] {} <Debug> HTTP-Session: f63e69d0-262d-481b-afa7-4decc04b7083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11885 | 2024.07.13 05:42:21.177135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11886 | 2024.07.13 05:42:21.177313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11887 | 2024.07.13 05:42:21.177357 [ 3 ] {} <Debug> HTTP-Session: 2c750f2f-e1c1-4faa-8f3f-cbf86381663f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11888 | 2024.07.13 05:42:21.177398 [ 3 ] {} <Debug> HTTP-Session: 2c750f2f-e1c1-4faa-8f3f-cbf86381663f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11889 | 2024.07.13 05:42:21.177427 [ 3 ] {} <Debug> HTTP-Session: 2c750f2f-e1c1-4faa-8f3f-cbf86381663f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11890 | 2024.07.13 05:42:21.177507 [ 3 ] {} <Trace> HTTP-Session: 2c750f2f-e1c1-4faa-8f3f-cbf86381663f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11891 | 2024.07.13 05:42:21.177794 [ 3 ] {2e04e20b-c887-41f2-a613-966f462d4875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11892 | 2024.07.13 05:42:21.177898 [ 3 ] {2e04e20b-c887-41f2-a613-966f462d4875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11893 | 2024.07.13 05:42:21.178211 [ 3 ] {2e04e20b-c887-41f2-a613-966f462d4875} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11894 | 2024.07.13 05:42:21.178699 [ 3 ] {2e04e20b-c887-41f2-a613-966f462d4875} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11895 | 2024.07.13 05:42:21.178739 [ 3 ] {2e04e20b-c887-41f2-a613-966f462d4875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11896 | 2024.07.13 05:42:21.179109 [ 3 ] {2e04e20b-c887-41f2-a613-966f462d4875} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11897 | 2024.07.13 05:42:21.179450 [ 3 ] {2e04e20b-c887-41f2-a613-966f462d4875} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11898 | 2024.07.13 05:42:21.179596 [ 3 ] {2e04e20b-c887-41f2-a613-966f462d4875} <Debug> executeQuery: Read 38 rows, 2.93 KiB in 0.001904 sec., 19957.98319327731 rows/sec., 1.50 MiB/sec. | ||
11899 | 2024.07.13 05:42:21.179897 [ 3 ] {2e04e20b-c887-41f2-a613-966f462d4875} <Debug> DynamicQueryHandler: Done processing query | ||
11900 | 2024.07.13 05:42:21.179936 [ 3 ] {2e04e20b-c887-41f2-a613-966f462d4875} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11901 | 2024.07.13 05:42:21.179953 [ 3 ] {} <Debug> HTTP-Session: 2c750f2f-e1c1-4faa-8f3f-cbf86381663f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11902 | 2024.07.13 05:42:21.180089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11903 | 2024.07.13 05:42:21.180141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11904 | 2024.07.13 05:42:21.180161 [ 3 ] {} <Debug> HTTP-Session: 679f5a76-cd00-46fc-90c8-6483124ef815 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11905 | 2024.07.13 05:42:21.180179 [ 3 ] {} <Debug> HTTP-Session: 679f5a76-cd00-46fc-90c8-6483124ef815 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11906 | 2024.07.13 05:42:21.180192 [ 3 ] {} <Debug> HTTP-Session: 679f5a76-cd00-46fc-90c8-6483124ef815 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11907 | 2024.07.13 05:42:21.180228 [ 3 ] {} <Trace> HTTP-Session: 679f5a76-cd00-46fc-90c8-6483124ef815 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11908 | 2024.07.13 05:42:21.180334 [ 3 ] {3caf3573-9a69-49af-a501-a636d77528ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11909 | 2024.07.13 05:42:21.180382 [ 3 ] {3caf3573-9a69-49af-a501-a636d77528ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11910 | 2024.07.13 05:42:21.180532 [ 3 ] {3caf3573-9a69-49af-a501-a636d77528ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11911 | 2024.07.13 05:42:21.180816 [ 3 ] {3caf3573-9a69-49af-a501-a636d77528ba} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11912 | 2024.07.13 05:42:21.180852 [ 3 ] {3caf3573-9a69-49af-a501-a636d77528ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11913 | 2024.07.13 05:42:21.181156 [ 3 ] {3caf3573-9a69-49af-a501-a636d77528ba} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11914 | 2024.07.13 05:42:21.181465 [ 3 ] {3caf3573-9a69-49af-a501-a636d77528ba} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11915 | 2024.07.13 05:42:21.181588 [ 3 ] {3caf3573-9a69-49af-a501-a636d77528ba} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001284 sec., 4672.897196261682 rows/sec., 381.04 KiB/sec. | ||
11916 | 2024.07.13 05:42:21.181736 [ 3 ] {3caf3573-9a69-49af-a501-a636d77528ba} <Debug> DynamicQueryHandler: Done processing query | ||
11917 | 2024.07.13 05:42:21.181760 [ 3 ] {3caf3573-9a69-49af-a501-a636d77528ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11918 | 2024.07.13 05:42:21.181775 [ 3 ] {} <Debug> HTTP-Session: 679f5a76-cd00-46fc-90c8-6483124ef815 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11919 | 2024.07.13 05:42:21.181926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 44208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11920 | 2024.07.13 05:42:21.181972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11921 | 2024.07.13 05:42:21.181991 [ 3 ] {} <Debug> HTTP-Session: d1c6f90a-50ac-4377-96e7-b8e4c3b55fbe Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11922 | 2024.07.13 05:42:21.182007 [ 3 ] {} <Debug> HTTP-Session: d1c6f90a-50ac-4377-96e7-b8e4c3b55fbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11923 | 2024.07.13 05:42:21.182021 [ 3 ] {} <Debug> HTTP-Session: d1c6f90a-50ac-4377-96e7-b8e4c3b55fbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11924 | 2024.07.13 05:42:21.182050 [ 3 ] {} <Trace> HTTP-Session: d1c6f90a-50ac-4377-96e7-b8e4c3b55fbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11925 | 2024.07.13 05:42:21.182221 [ 3 ] {5874ed5a-1b71-4b44-8863-9412018d624f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11926 | 2024.07.13 05:42:21.182264 [ 3 ] {5874ed5a-1b71-4b44-8863-9412018d624f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11927 | 2024.07.13 05:42:21.182386 [ 3 ] {5874ed5a-1b71-4b44-8863-9412018d624f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11928 | 2024.07.13 05:42:21.182835 [ 3 ] {5874ed5a-1b71-4b44-8863-9412018d624f} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11929 | 2024.07.13 05:42:21.182870 [ 3 ] {5874ed5a-1b71-4b44-8863-9412018d624f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11930 | 2024.07.13 05:42:21.183205 [ 3 ] {5874ed5a-1b71-4b44-8863-9412018d624f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11931 | 2024.07.13 05:42:21.183509 [ 3 ] {5874ed5a-1b71-4b44-8863-9412018d624f} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11932 | 2024.07.13 05:42:21.183634 [ 3 ] {5874ed5a-1b71-4b44-8863-9412018d624f} <Debug> executeQuery: Read 296 rows, 26.25 KiB in 0.001505 sec., 196677.74086378736 rows/sec., 17.03 MiB/sec. | ||
11933 | 2024.07.13 05:42:21.183792 [ 3 ] {5874ed5a-1b71-4b44-8863-9412018d624f} <Debug> DynamicQueryHandler: Done processing query | ||
11934 | 2024.07.13 05:42:21.183816 [ 3 ] {5874ed5a-1b71-4b44-8863-9412018d624f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11935 | 2024.07.13 05:42:21.183831 [ 3 ] {} <Debug> HTTP-Session: d1c6f90a-50ac-4377-96e7-b8e4c3b55fbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11936 | 2024.07.13 05:42:21.183951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11937 | 2024.07.13 05:42:21.183997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11938 | 2024.07.13 05:42:21.184016 [ 3 ] {} <Debug> HTTP-Session: 8fc9cd9c-dc24-465d-846c-e7599731df89 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11939 | 2024.07.13 05:42:21.184033 [ 3 ] {} <Debug> HTTP-Session: 8fc9cd9c-dc24-465d-846c-e7599731df89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11940 | 2024.07.13 05:42:21.184047 [ 3 ] {} <Debug> HTTP-Session: 8fc9cd9c-dc24-465d-846c-e7599731df89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11941 | 2024.07.13 05:42:21.184076 [ 3 ] {} <Trace> HTTP-Session: 8fc9cd9c-dc24-465d-846c-e7599731df89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11942 | 2024.07.13 05:42:21.184170 [ 3 ] {99ccd026-1a41-482f-8ed3-441fbb8e644b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11943 | 2024.07.13 05:42:21.184212 [ 3 ] {99ccd026-1a41-482f-8ed3-441fbb8e644b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11944 | 2024.07.13 05:42:21.184335 [ 3 ] {99ccd026-1a41-482f-8ed3-441fbb8e644b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11945 | 2024.07.13 05:42:21.184595 [ 3 ] {99ccd026-1a41-482f-8ed3-441fbb8e644b} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11946 | 2024.07.13 05:42:21.184629 [ 3 ] {99ccd026-1a41-482f-8ed3-441fbb8e644b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11947 | 2024.07.13 05:42:21.184922 [ 3 ] {99ccd026-1a41-482f-8ed3-441fbb8e644b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11948 | 2024.07.13 05:42:21.185234 [ 3 ] {99ccd026-1a41-482f-8ed3-441fbb8e644b} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11949 | 2024.07.13 05:42:21.185357 [ 3 ] {99ccd026-1a41-482f-8ed3-441fbb8e644b} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001211 sec., 4954.58298926507 rows/sec., 345.95 KiB/sec. | ||
11950 | 2024.07.13 05:42:21.185502 [ 3 ] {99ccd026-1a41-482f-8ed3-441fbb8e644b} <Debug> DynamicQueryHandler: Done processing query | ||
11951 | 2024.07.13 05:42:21.185525 [ 3 ] {99ccd026-1a41-482f-8ed3-441fbb8e644b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11952 | 2024.07.13 05:42:21.185540 [ 3 ] {} <Debug> HTTP-Session: 8fc9cd9c-dc24-465d-846c-e7599731df89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11953 | 2024.07.13 05:42:21.185730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 72057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11954 | 2024.07.13 05:42:21.185775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11955 | 2024.07.13 05:42:21.185794 [ 3 ] {} <Debug> HTTP-Session: 1976d957-e312-4fdc-abfd-05293b8a3b83 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11956 | 2024.07.13 05:42:21.185810 [ 3 ] {} <Debug> HTTP-Session: 1976d957-e312-4fdc-abfd-05293b8a3b83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11957 | 2024.07.13 05:42:21.185825 [ 3 ] {} <Debug> HTTP-Session: 1976d957-e312-4fdc-abfd-05293b8a3b83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11958 | 2024.07.13 05:42:21.185855 [ 3 ] {} <Trace> HTTP-Session: 1976d957-e312-4fdc-abfd-05293b8a3b83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11959 | 2024.07.13 05:42:21.186068 [ 3 ] {a6fd843b-8ba2-4aa1-9511-cce9405979da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11960 | 2024.07.13 05:42:21.186110 [ 3 ] {a6fd843b-8ba2-4aa1-9511-cce9405979da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11961 | 2024.07.13 05:42:21.186231 [ 3 ] {a6fd843b-8ba2-4aa1-9511-cce9405979da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11962 | 2024.07.13 05:42:21.186825 [ 3 ] {a6fd843b-8ba2-4aa1-9511-cce9405979da} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11963 | 2024.07.13 05:42:21.186860 [ 3 ] {a6fd843b-8ba2-4aa1-9511-cce9405979da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11964 | 2024.07.13 05:42:21.187182 [ 3 ] {a6fd843b-8ba2-4aa1-9511-cce9405979da} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11965 | 2024.07.13 05:42:21.187481 [ 3 ] {a6fd843b-8ba2-4aa1-9511-cce9405979da} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11966 | 2024.07.13 05:42:21.187605 [ 3 ] {a6fd843b-8ba2-4aa1-9511-cce9405979da} <Debug> executeQuery: Read 444 rows, 32.42 KiB in 0.001654 sec., 268440.1451027811 rows/sec., 19.14 MiB/sec. | ||
11967 | 2024.07.13 05:42:21.187764 [ 3 ] {a6fd843b-8ba2-4aa1-9511-cce9405979da} <Debug> DynamicQueryHandler: Done processing query | ||
11968 | 2024.07.13 05:42:21.187788 [ 3 ] {a6fd843b-8ba2-4aa1-9511-cce9405979da} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11969 | 2024.07.13 05:42:21.187804 [ 3 ] {} <Debug> HTTP-Session: 1976d957-e312-4fdc-abfd-05293b8a3b83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11970 | 2024.07.13 05:42:21.187923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11971 | 2024.07.13 05:42:21.187969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11972 | 2024.07.13 05:42:21.187988 [ 3 ] {} <Debug> HTTP-Session: 11efd6b0-16a4-4926-bc34-d87f81fddb3a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11973 | 2024.07.13 05:42:21.188005 [ 3 ] {} <Debug> HTTP-Session: 11efd6b0-16a4-4926-bc34-d87f81fddb3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11974 | 2024.07.13 05:42:21.188019 [ 3 ] {} <Debug> HTTP-Session: 11efd6b0-16a4-4926-bc34-d87f81fddb3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11975 | 2024.07.13 05:42:21.188049 [ 3 ] {} <Trace> HTTP-Session: 11efd6b0-16a4-4926-bc34-d87f81fddb3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11976 | 2024.07.13 05:42:21.188145 [ 3 ] {2dd039d9-9fbb-42c4-860b-f8dbba6b2f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11977 | 2024.07.13 05:42:21.188189 [ 3 ] {2dd039d9-9fbb-42c4-860b-f8dbba6b2f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11978 | 2024.07.13 05:42:21.188314 [ 3 ] {2dd039d9-9fbb-42c4-860b-f8dbba6b2f9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11979 | 2024.07.13 05:42:21.188568 [ 3 ] {2dd039d9-9fbb-42c4-860b-f8dbba6b2f9c} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11980 | 2024.07.13 05:42:21.188603 [ 3 ] {2dd039d9-9fbb-42c4-860b-f8dbba6b2f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11981 | 2024.07.13 05:42:21.188954 [ 3 ] {2dd039d9-9fbb-42c4-860b-f8dbba6b2f9c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11982 | 2024.07.13 05:42:21.189266 [ 3 ] {2dd039d9-9fbb-42c4-860b-f8dbba6b2f9c} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11983 | 2024.07.13 05:42:21.189399 [ 3 ] {2dd039d9-9fbb-42c4-860b-f8dbba6b2f9c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001269 sec., 4728.132387706856 rows/sec., 203.16 KiB/sec. | ||
11984 | 2024.07.13 05:42:21.189641 [ 3 ] {2dd039d9-9fbb-42c4-860b-f8dbba6b2f9c} <Debug> DynamicQueryHandler: Done processing query | ||
11985 | 2024.07.13 05:42:21.189675 [ 3 ] {2dd039d9-9fbb-42c4-860b-f8dbba6b2f9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11986 | 2024.07.13 05:42:21.189705 [ 3 ] {} <Debug> HTTP-Session: 11efd6b0-16a4-4926-bc34-d87f81fddb3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11987 | 2024.07.13 05:42:21.189837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11988 | 2024.07.13 05:42:21.189885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11989 | 2024.07.13 05:42:21.189903 [ 3 ] {} <Debug> HTTP-Session: 017e60ca-7b5c-47ff-9b1f-47c618be891c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
11990 | 2024.07.13 05:42:21.189920 [ 3 ] {} <Debug> HTTP-Session: 017e60ca-7b5c-47ff-9b1f-47c618be891c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11991 | 2024.07.13 05:42:21.189934 [ 3 ] {} <Debug> HTTP-Session: 017e60ca-7b5c-47ff-9b1f-47c618be891c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11992 | 2024.07.13 05:42:21.189964 [ 3 ] {} <Trace> HTTP-Session: 017e60ca-7b5c-47ff-9b1f-47c618be891c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11993 | 2024.07.13 05:42:21.190081 [ 3 ] {85bb96ab-e858-4ffd-a853-2df400e1d41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11994 | 2024.07.13 05:42:21.190126 [ 3 ] {85bb96ab-e858-4ffd-a853-2df400e1d41f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11995 | 2024.07.13 05:42:21.190286 [ 3 ] {85bb96ab-e858-4ffd-a853-2df400e1d41f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11996 | 2024.07.13 05:42:21.190655 [ 3 ] {85bb96ab-e858-4ffd-a853-2df400e1d41f} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11997 | 2024.07.13 05:42:21.190690 [ 3 ] {85bb96ab-e858-4ffd-a853-2df400e1d41f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11998 | 2024.07.13 05:42:21.191047 [ 3 ] {85bb96ab-e858-4ffd-a853-2df400e1d41f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11999 | 2024.07.13 05:42:21.191387 [ 3 ] {85bb96ab-e858-4ffd-a853-2df400e1d41f} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12000 | 2024.07.13 05:42:21.191553 [ 3 ] {85bb96ab-e858-4ffd-a853-2df400e1d41f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001502 sec., 51264.98002663116 rows/sec., 3.16 MiB/sec. | ||
12001 | 2024.07.13 05:42:21.191847 [ 3 ] {85bb96ab-e858-4ffd-a853-2df400e1d41f} <Debug> DynamicQueryHandler: Done processing query | ||
12002 | 2024.07.13 05:42:21.191875 [ 3 ] {85bb96ab-e858-4ffd-a853-2df400e1d41f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12003 | 2024.07.13 05:42:21.191892 [ 3 ] {} <Debug> HTTP-Session: 017e60ca-7b5c-47ff-9b1f-47c618be891c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12004 | 2024.07.13 05:42:21.192055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38134, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12005 | 2024.07.13 05:42:21.192104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12006 | 2024.07.13 05:42:21.192123 [ 3 ] {} <Debug> HTTP-Session: eb8239d7-9db9-4003-832d-ac509627dcbd Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12007 | 2024.07.13 05:42:21.192139 [ 3 ] {} <Debug> HTTP-Session: eb8239d7-9db9-4003-832d-ac509627dcbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12008 | 2024.07.13 05:42:21.192152 [ 3 ] {} <Debug> HTTP-Session: eb8239d7-9db9-4003-832d-ac509627dcbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12009 | 2024.07.13 05:42:21.192182 [ 3 ] {} <Trace> HTTP-Session: eb8239d7-9db9-4003-832d-ac509627dcbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12010 | 2024.07.13 05:42:21.192401 [ 3 ] {f981f23a-b683-46b7-8143-5dde11e4523f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12011 | 2024.07.13 05:42:21.192449 [ 3 ] {f981f23a-b683-46b7-8143-5dde11e4523f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12012 | 2024.07.13 05:42:21.192607 [ 3 ] {f981f23a-b683-46b7-8143-5dde11e4523f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12013 | 2024.07.13 05:42:21.193010 [ 3 ] {f981f23a-b683-46b7-8143-5dde11e4523f} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12014 | 2024.07.13 05:42:21.193046 [ 3 ] {f981f23a-b683-46b7-8143-5dde11e4523f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
12015 | 2024.07.13 05:42:21.193414 [ 3 ] {f981f23a-b683-46b7-8143-5dde11e4523f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12016 | 2024.07.13 05:42:21.193740 [ 3 ] {f981f23a-b683-46b7-8143-5dde11e4523f} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12017 | 2024.07.13 05:42:21.193895 [ 3 ] {f981f23a-b683-46b7-8143-5dde11e4523f} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001618 sec., 122991.34734239802 rows/sec., 8.58 MiB/sec. | ||
12018 | 2024.07.13 05:42:21.194063 [ 3 ] {f981f23a-b683-46b7-8143-5dde11e4523f} <Debug> DynamicQueryHandler: Done processing query | ||
12019 | 2024.07.13 05:42:21.194087 [ 3 ] {f981f23a-b683-46b7-8143-5dde11e4523f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12020 | 2024.07.13 05:42:21.194103 [ 3 ] {} <Debug> HTTP-Session: eb8239d7-9db9-4003-832d-ac509627dcbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12021 | 2024.07.13 05:42:21.194239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12022 | 2024.07.13 05:42:21.194286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12023 | 2024.07.13 05:42:21.194304 [ 3 ] {} <Debug> HTTP-Session: 0b3d82f4-237d-4e0c-92c4-69db95afbd5e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12024 | 2024.07.13 05:42:21.194321 [ 3 ] {} <Debug> HTTP-Session: 0b3d82f4-237d-4e0c-92c4-69db95afbd5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12025 | 2024.07.13 05:42:21.194335 [ 3 ] {} <Debug> HTTP-Session: 0b3d82f4-237d-4e0c-92c4-69db95afbd5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12026 | 2024.07.13 05:42:21.194364 [ 3 ] {} <Trace> HTTP-Session: 0b3d82f4-237d-4e0c-92c4-69db95afbd5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12027 | 2024.07.13 05:42:21.194666 [ 3 ] {63193c21-5732-47e8-9b7b-01b5ffaa597f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12028 | 2024.07.13 05:42:21.194728 [ 3 ] {63193c21-5732-47e8-9b7b-01b5ffaa597f} <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 | ||
12029 | 2024.07.13 05:42:21.195125 [ 3 ] {63193c21-5732-47e8-9b7b-01b5ffaa597f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12030 | 2024.07.13 05:42:21.195884 [ 3 ] {63193c21-5732-47e8-9b7b-01b5ffaa597f} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12031 | 2024.07.13 05:42:21.195920 [ 3 ] {63193c21-5732-47e8-9b7b-01b5ffaa597f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
12032 | 2024.07.13 05:42:21.196526 [ 3 ] {63193c21-5732-47e8-9b7b-01b5ffaa597f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12033 | 2024.07.13 05:42:21.196923 [ 3 ] {63193c21-5732-47e8-9b7b-01b5ffaa597f} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12034 | 2024.07.13 05:42:21.197098 [ 36 ] {} <Debug> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
12035 | 2024.07.13 05:42:21.197115 [ 3 ] {63193c21-5732-47e8-9b7b-01b5ffaa597f} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00265 sec., 12075.471698113208 rows/sec., 21.64 MiB/sec. | ||
12036 | 2024.07.13 05:42:21.197182 [ 36 ] {} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12037 | 2024.07.13 05:42:21.197243 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
12038 | 2024.07.13 05:42:21.197515 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::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 | ||
12039 | 2024.07.13 05:42:21.197667 [ 3 ] {63193c21-5732-47e8-9b7b-01b5ffaa597f} <Debug> DynamicQueryHandler: Done processing query | ||
12040 | 2024.07.13 05:42:21.197712 [ 3 ] {63193c21-5732-47e8-9b7b-01b5ffaa597f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12041 | 2024.07.13 05:42:21.197746 [ 3 ] {} <Debug> HTTP-Session: 0b3d82f4-237d-4e0c-92c4-69db95afbd5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12042 | 2024.07.13 05:42:21.197893 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12043 | 2024.07.13 05:42:21.197926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12044 | 2024.07.13 05:42:21.197972 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 912 rows starting from the beginning of the part | ||
12045 | 2024.07.13 05:42:21.198000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12046 | 2024.07.13 05:42:21.198036 [ 3 ] {} <Debug> HTTP-Session: 8c76b376-17d5-4d73-90ac-d31228db626f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12047 | 2024.07.13 05:42:21.198065 [ 3 ] {} <Debug> HTTP-Session: 8c76b376-17d5-4d73-90ac-d31228db626f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12048 | 2024.07.13 05:42:21.198095 [ 3 ] {} <Debug> HTTP-Session: 8c76b376-17d5-4d73-90ac-d31228db626f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12049 | 2024.07.13 05:42:21.198200 [ 3 ] {} <Trace> HTTP-Session: 8c76b376-17d5-4d73-90ac-d31228db626f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12050 | 2024.07.13 05:42:21.198540 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
12051 | 2024.07.13 05:42:21.198551 [ 3 ] {bd770d6b-fb28-4783-a525-ee3e50a4f902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12052 | 2024.07.13 05:42:21.198618 [ 3 ] {bd770d6b-fb28-4783-a525-ee3e50a4f902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12053 | 2024.07.13 05:42:21.199193 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part | ||
12054 | 2024.07.13 05:42:21.199252 [ 3 ] {bd770d6b-fb28-4783-a525-ee3e50a4f902} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12055 | 2024.07.13 05:42:21.199681 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part | ||
12056 | 2024.07.13 05:42:21.200269 [ 3 ] {bd770d6b-fb28-4783-a525-ee3e50a4f902} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12057 | 2024.07.13 05:42:21.200297 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
12058 | 2024.07.13 05:42:21.200314 [ 3 ] {bd770d6b-fb28-4783-a525-ee3e50a4f902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
12059 | 2024.07.13 05:42:21.200789 [ 188 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
12060 | 2024.07.13 05:42:21.201283 [ 3 ] {bd770d6b-fb28-4783-a525-ee3e50a4f902} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12061 | 2024.07.13 05:42:21.201827 [ 3 ] {bd770d6b-fb28-4783-a525-ee3e50a4f902} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12062 | 2024.07.13 05:42:21.202054 [ 3 ] {bd770d6b-fb28-4783-a525-ee3e50a4f902} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003606 sec., 6378.258458125347 rows/sec., 345.02 KiB/sec. | ||
12063 | 2024.07.13 05:42:21.202071 [ 36 ] {} <Debug> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
12064 | 2024.07.13 05:42:21.202188 [ 36 ] {} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12065 | 2024.07.13 05:42:21.202282 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
12066 | 2024.07.13 05:42:21.202442 [ 3 ] {bd770d6b-fb28-4783-a525-ee3e50a4f902} <Debug> DynamicQueryHandler: Done processing query | ||
12067 | 2024.07.13 05:42:21.202527 [ 3 ] {bd770d6b-fb28-4783-a525-ee3e50a4f902} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12068 | 2024.07.13 05:42:21.202601 [ 3 ] {} <Debug> HTTP-Session: 8c76b376-17d5-4d73-90ac-d31228db626f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12069 | 2024.07.13 05:42:21.202665 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
12070 | 2024.07.13 05:42:21.202818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12071 | 2024.07.13 05:42:21.202975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12072 | 2024.07.13 05:42:21.203055 [ 3 ] {} <Debug> HTTP-Session: ee97fed2-a491-4943-b8de-bf5ac3e2e9de Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12073 | 2024.07.13 05:42:21.203128 [ 3 ] {} <Debug> HTTP-Session: ee97fed2-a491-4943-b8de-bf5ac3e2e9de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12074 | 2024.07.13 05:42:21.203187 [ 3 ] {} <Debug> HTTP-Session: ee97fed2-a491-4943-b8de-bf5ac3e2e9de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12075 | 2024.07.13 05:42:21.203330 [ 3 ] {} <Trace> HTTP-Session: ee97fed2-a491-4943-b8de-bf5ac3e2e9de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12076 | 2024.07.13 05:42:21.203444 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12077 | 2024.07.13 05:42:21.203586 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 717 rows starting from the beginning of the part | ||
12078 | 2024.07.13 05:42:21.203669 [ 3 ] {b92c7715-ab06-489f-9f5f-2f67343e36f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12079 | 2024.07.13 05:42:21.203856 [ 3 ] {b92c7715-ab06-489f-9f5f-2f67343e36f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12080 | 2024.07.13 05:42:21.204090 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
12081 | 2024.07.13 05:42:21.204683 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part | ||
12082 | 2024.07.13 05:42:21.205169 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
12083 | 2024.07.13 05:42:21.205729 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part | ||
12084 | 2024.07.13 05:42:21.205893 [ 3 ] {b92c7715-ab06-489f-9f5f-2f67343e36f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12085 | 2024.07.13 05:42:21.206298 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
12086 | 2024.07.13 05:42:21.207949 [ 3 ] {b92c7715-ab06-489f-9f5f-2f67343e36f2} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12087 | 2024.07.13 05:42:21.208095 [ 3 ] {b92c7715-ab06-489f-9f5f-2f67343e36f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
12088 | 2024.07.13 05:42:21.209678 [ 3 ] {b92c7715-ab06-489f-9f5f-2f67343e36f2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12089 | 2024.07.13 05:42:21.211273 [ 3 ] {b92c7715-ab06-489f-9f5f-2f67343e36f2} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12090 | 2024.07.13 05:42:21.211832 [ 3 ] {b92c7715-ab06-489f-9f5f-2f67343e36f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008285 sec., 7242.00362100181 rows/sec., 499.77 KiB/sec. | ||
12091 | 2024.07.13 05:42:21.212414 [ 3 ] {b92c7715-ab06-489f-9f5f-2f67343e36f2} <Debug> DynamicQueryHandler: Done processing query | ||
12092 | 2024.07.13 05:42:21.212492 [ 3 ] {b92c7715-ab06-489f-9f5f-2f67343e36f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12093 | 2024.07.13 05:42:21.212572 [ 3 ] {} <Debug> HTTP-Session: ee97fed2-a491-4943-b8de-bf5ac3e2e9de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12094 | 2024.07.13 05:42:21.213019 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 832 rows, containing 4 columns (4 merged, 0 gathered) in 0.010605495 sec., 78449.89790669837 rows/sec., 4.19 MiB/sec. | ||
12095 | 2024.07.13 05:42:21.213245 [ 195 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
12096 | 2024.07.13 05:42:21.213842 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12097 | 2024.07.13 05:42:21.213977 [ 187 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_36_7} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
12098 | 2024.07.13 05:42:21.214072 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
12099 | 2024.07.13 05:42:21.215576 [ 198 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1072 rows, containing 19 columns (19 merged, 0 gathered) in 0.018197103 sec., 58910.476024672724 rows/sec., 105.56 MiB/sec. | ||
12100 | 2024.07.13 05:42:21.216854 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
12101 | 2024.07.13 05:42:21.217397 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12102 | 2024.07.13 05:42:21.217476 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
12103 | 2024.07.13 05:42:21.217583 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.52 MiB. | ||
12104 | 2024.07.13 05:42:26.168655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12105 | 2024.07.13 05:42:26.168848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12106 | 2024.07.13 05:42:26.168894 [ 3 ] {} <Debug> HTTP-Session: 73928b0f-941a-48f5-893d-90f77a3f73db Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12107 | 2024.07.13 05:42:26.168935 [ 3 ] {} <Debug> HTTP-Session: 73928b0f-941a-48f5-893d-90f77a3f73db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12108 | 2024.07.13 05:42:26.168963 [ 3 ] {} <Debug> HTTP-Session: 73928b0f-941a-48f5-893d-90f77a3f73db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12109 | 2024.07.13 05:42:26.169040 [ 3 ] {} <Trace> HTTP-Session: 73928b0f-941a-48f5-893d-90f77a3f73db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12110 | 2024.07.13 05:42:26.169346 [ 3 ] {a11a72a9-1e20-498e-8b54-26834144e7cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12111 | 2024.07.13 05:42:26.169457 [ 3 ] {a11a72a9-1e20-498e-8b54-26834144e7cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12112 | 2024.07.13 05:42:26.169656 [ 3 ] {a11a72a9-1e20-498e-8b54-26834144e7cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12113 | 2024.07.13 05:42:26.170180 [ 3 ] {a11a72a9-1e20-498e-8b54-26834144e7cf} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12114 | 2024.07.13 05:42:26.170225 [ 3 ] {a11a72a9-1e20-498e-8b54-26834144e7cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
12115 | 2024.07.13 05:42:26.170622 [ 3 ] {a11a72a9-1e20-498e-8b54-26834144e7cf} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12116 | 2024.07.13 05:42:26.170962 [ 3 ] {a11a72a9-1e20-498e-8b54-26834144e7cf} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12117 | 2024.07.13 05:42:26.171139 [ 3 ] {a11a72a9-1e20-498e-8b54-26834144e7cf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.27 MiB/sec. | ||
12118 | 2024.07.13 05:42:26.171451 [ 3 ] {a11a72a9-1e20-498e-8b54-26834144e7cf} <Debug> DynamicQueryHandler: Done processing query | ||
12119 | 2024.07.13 05:42:26.171516 [ 3 ] {a11a72a9-1e20-498e-8b54-26834144e7cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12120 | 2024.07.13 05:42:26.171572 [ 3 ] {} <Debug> HTTP-Session: 73928b0f-941a-48f5-893d-90f77a3f73db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12121 | 2024.07.13 05:42:26.171806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12122 | 2024.07.13 05:42:26.171867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12123 | 2024.07.13 05:42:26.171888 [ 3 ] {} <Debug> HTTP-Session: cba24d3d-8a61-4637-9f5b-3e45f6f9a10b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12124 | 2024.07.13 05:42:26.171907 [ 3 ] {} <Debug> HTTP-Session: cba24d3d-8a61-4637-9f5b-3e45f6f9a10b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12125 | 2024.07.13 05:42:26.171921 [ 3 ] {} <Debug> HTTP-Session: cba24d3d-8a61-4637-9f5b-3e45f6f9a10b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12126 | 2024.07.13 05:42:26.171958 [ 3 ] {} <Trace> HTTP-Session: cba24d3d-8a61-4637-9f5b-3e45f6f9a10b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12127 | 2024.07.13 05:42:26.172093 [ 3 ] {ba3fe36c-e174-4110-a90d-834e2498710a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12128 | 2024.07.13 05:42:26.172143 [ 3 ] {ba3fe36c-e174-4110-a90d-834e2498710a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12129 | 2024.07.13 05:42:26.172290 [ 3 ] {ba3fe36c-e174-4110-a90d-834e2498710a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12130 | 2024.07.13 05:42:26.172681 [ 3 ] {ba3fe36c-e174-4110-a90d-834e2498710a} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12131 | 2024.07.13 05:42:26.172719 [ 3 ] {ba3fe36c-e174-4110-a90d-834e2498710a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
12132 | 2024.07.13 05:42:26.173039 [ 3 ] {ba3fe36c-e174-4110-a90d-834e2498710a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12133 | 2024.07.13 05:42:26.173358 [ 3 ] {ba3fe36c-e174-4110-a90d-834e2498710a} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12134 | 2024.07.13 05:42:26.173512 [ 3 ] {ba3fe36c-e174-4110-a90d-834e2498710a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001465 sec., 43686.006825938566 rows/sec., 3.41 MiB/sec. | ||
12135 | 2024.07.13 05:42:26.173689 [ 3 ] {ba3fe36c-e174-4110-a90d-834e2498710a} <Debug> DynamicQueryHandler: Done processing query | ||
12136 | 2024.07.13 05:42:26.173716 [ 3 ] {ba3fe36c-e174-4110-a90d-834e2498710a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12137 | 2024.07.13 05:42:26.173731 [ 3 ] {} <Debug> HTTP-Session: cba24d3d-8a61-4637-9f5b-3e45f6f9a10b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12138 | 2024.07.13 05:42:26.173899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12139 | 2024.07.13 05:42:26.173947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12140 | 2024.07.13 05:42:26.173966 [ 3 ] {} <Debug> HTTP-Session: 6f836b98-16f8-4284-b83c-adb14c0cd07a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12141 | 2024.07.13 05:42:26.173983 [ 3 ] {} <Debug> HTTP-Session: 6f836b98-16f8-4284-b83c-adb14c0cd07a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12142 | 2024.07.13 05:42:26.173997 [ 3 ] {} <Debug> HTTP-Session: 6f836b98-16f8-4284-b83c-adb14c0cd07a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12143 | 2024.07.13 05:42:26.174029 [ 3 ] {} <Trace> HTTP-Session: 6f836b98-16f8-4284-b83c-adb14c0cd07a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12144 | 2024.07.13 05:42:26.174180 [ 3 ] {31a969a9-d165-4a22-b53d-42a7eb423ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12145 | 2024.07.13 05:42:26.174228 [ 3 ] {31a969a9-d165-4a22-b53d-42a7eb423ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12146 | 2024.07.13 05:42:26.174375 [ 3 ] {31a969a9-d165-4a22-b53d-42a7eb423ae6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12147 | 2024.07.13 05:42:26.174785 [ 3 ] {31a969a9-d165-4a22-b53d-42a7eb423ae6} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12148 | 2024.07.13 05:42:26.174821 [ 3 ] {31a969a9-d165-4a22-b53d-42a7eb423ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
12149 | 2024.07.13 05:42:26.175216 [ 3 ] {31a969a9-d165-4a22-b53d-42a7eb423ae6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12150 | 2024.07.13 05:42:26.175564 [ 3 ] {31a969a9-d165-4a22-b53d-42a7eb423ae6} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12151 | 2024.07.13 05:42:26.175725 [ 3 ] {31a969a9-d165-4a22-b53d-42a7eb423ae6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
12152 | 2024.07.13 05:42:26.175909 [ 3 ] {31a969a9-d165-4a22-b53d-42a7eb423ae6} <Debug> DynamicQueryHandler: Done processing query | ||
12153 | 2024.07.13 05:42:26.175934 [ 3 ] {31a969a9-d165-4a22-b53d-42a7eb423ae6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12154 | 2024.07.13 05:42:26.175950 [ 3 ] {} <Debug> HTTP-Session: 6f836b98-16f8-4284-b83c-adb14c0cd07a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12155 | 2024.07.13 05:42:26.176073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12156 | 2024.07.13 05:42:26.176121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12157 | 2024.07.13 05:42:26.176140 [ 3 ] {} <Debug> HTTP-Session: de0d983b-bfcd-48ab-aa43-bd5619932c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12158 | 2024.07.13 05:42:26.176156 [ 3 ] {} <Debug> HTTP-Session: de0d983b-bfcd-48ab-aa43-bd5619932c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12159 | 2024.07.13 05:42:26.176170 [ 3 ] {} <Debug> HTTP-Session: de0d983b-bfcd-48ab-aa43-bd5619932c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12160 | 2024.07.13 05:42:26.176201 [ 3 ] {} <Trace> HTTP-Session: de0d983b-bfcd-48ab-aa43-bd5619932c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12161 | 2024.07.13 05:42:26.176326 [ 3 ] {4b02aad3-2329-40ae-ba58-01635be04e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12162 | 2024.07.13 05:42:26.176372 [ 3 ] {4b02aad3-2329-40ae-ba58-01635be04e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12163 | 2024.07.13 05:42:26.176500 [ 3 ] {4b02aad3-2329-40ae-ba58-01635be04e6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12164 | 2024.07.13 05:42:26.176827 [ 3 ] {4b02aad3-2329-40ae-ba58-01635be04e6e} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12165 | 2024.07.13 05:42:26.176864 [ 3 ] {4b02aad3-2329-40ae-ba58-01635be04e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
12166 | 2024.07.13 05:42:26.177231 [ 3 ] {4b02aad3-2329-40ae-ba58-01635be04e6e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12167 | 2024.07.13 05:42:26.177567 [ 3 ] {4b02aad3-2329-40ae-ba58-01635be04e6e} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12168 | 2024.07.13 05:42:26.177724 [ 3 ] {4b02aad3-2329-40ae-ba58-01635be04e6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
12169 | 2024.07.13 05:42:26.177894 [ 3 ] {4b02aad3-2329-40ae-ba58-01635be04e6e} <Debug> DynamicQueryHandler: Done processing query | ||
12170 | 2024.07.13 05:42:26.177919 [ 3 ] {4b02aad3-2329-40ae-ba58-01635be04e6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12171 | 2024.07.13 05:42:26.177935 [ 3 ] {} <Debug> HTTP-Session: de0d983b-bfcd-48ab-aa43-bd5619932c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12172 | 2024.07.13 05:42:30.445448 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12173 | 2024.07.13 05:42:30.445519 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12174 | 2024.07.13 05:42:31.177049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 6056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12175 | 2024.07.13 05:42:31.177205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12176 | 2024.07.13 05:42:31.177247 [ 3 ] {} <Debug> HTTP-Session: d9b50ce7-02e3-45d7-92ad-fd6fa37fb4c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12177 | 2024.07.13 05:42:31.177286 [ 3 ] {} <Debug> HTTP-Session: d9b50ce7-02e3-45d7-92ad-fd6fa37fb4c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12178 | 2024.07.13 05:42:31.177312 [ 3 ] {} <Debug> HTTP-Session: d9b50ce7-02e3-45d7-92ad-fd6fa37fb4c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12179 | 2024.07.13 05:42:31.177387 [ 3 ] {} <Trace> HTTP-Session: d9b50ce7-02e3-45d7-92ad-fd6fa37fb4c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12180 | 2024.07.13 05:42:31.177664 [ 3 ] {9e3e1f3c-7309-4577-a8d7-fc585f3fb1ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12181 | 2024.07.13 05:42:31.177732 [ 3 ] {9e3e1f3c-7309-4577-a8d7-fc585f3fb1ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12182 | 2024.07.13 05:42:31.177925 [ 3 ] {9e3e1f3c-7309-4577-a8d7-fc585f3fb1ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12183 | 2024.07.13 05:42:31.178373 [ 3 ] {9e3e1f3c-7309-4577-a8d7-fc585f3fb1ab} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12184 | 2024.07.13 05:42:31.178420 [ 3 ] {9e3e1f3c-7309-4577-a8d7-fc585f3fb1ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12185 | 2024.07.13 05:42:31.178812 [ 3 ] {9e3e1f3c-7309-4577-a8d7-fc585f3fb1ab} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12186 | 2024.07.13 05:42:31.179161 [ 3 ] {9e3e1f3c-7309-4577-a8d7-fc585f3fb1ab} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12187 | 2024.07.13 05:42:31.179329 [ 3 ] {9e3e1f3c-7309-4577-a8d7-fc585f3fb1ab} <Debug> executeQuery: Read 43 rows, 3.34 KiB in 0.001752 sec., 24543.378995433788 rows/sec., 1.86 MiB/sec. | ||
12188 | 2024.07.13 05:42:31.179560 [ 3 ] {9e3e1f3c-7309-4577-a8d7-fc585f3fb1ab} <Debug> DynamicQueryHandler: Done processing query | ||
12189 | 2024.07.13 05:42:31.179588 [ 3 ] {9e3e1f3c-7309-4577-a8d7-fc585f3fb1ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12190 | 2024.07.13 05:42:31.179604 [ 3 ] {} <Debug> HTTP-Session: d9b50ce7-02e3-45d7-92ad-fd6fa37fb4c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12191 | 2024.07.13 05:42:31.179808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12192 | 2024.07.13 05:42:31.179864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12193 | 2024.07.13 05:42:31.179883 [ 3 ] {} <Debug> HTTP-Session: fc73e908-e0ba-42c5-8c3d-1262773ff0ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12194 | 2024.07.13 05:42:31.179901 [ 3 ] {} <Debug> HTTP-Session: fc73e908-e0ba-42c5-8c3d-1262773ff0ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12195 | 2024.07.13 05:42:31.179915 [ 3 ] {} <Debug> HTTP-Session: fc73e908-e0ba-42c5-8c3d-1262773ff0ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12196 | 2024.07.13 05:42:31.179950 [ 3 ] {} <Trace> HTTP-Session: fc73e908-e0ba-42c5-8c3d-1262773ff0ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12197 | 2024.07.13 05:42:31.180055 [ 3 ] {c37b10ce-22c4-45d3-ab50-50b63609901c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12198 | 2024.07.13 05:42:31.180103 [ 3 ] {c37b10ce-22c4-45d3-ab50-50b63609901c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12199 | 2024.07.13 05:42:31.180239 [ 3 ] {c37b10ce-22c4-45d3-ab50-50b63609901c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12200 | 2024.07.13 05:42:31.180519 [ 3 ] {c37b10ce-22c4-45d3-ab50-50b63609901c} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12201 | 2024.07.13 05:42:31.180589 [ 3 ] {c37b10ce-22c4-45d3-ab50-50b63609901c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12202 | 2024.07.13 05:42:31.180905 [ 3 ] {c37b10ce-22c4-45d3-ab50-50b63609901c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
12203 | 2024.07.13 05:42:31.181232 [ 3 ] {c37b10ce-22c4-45d3-ab50-50b63609901c} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12204 | 2024.07.13 05:42:31.181393 [ 3 ] {c37b10ce-22c4-45d3-ab50-50b63609901c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001359 sec., 1471.6703458425313 rows/sec., 120.00 KiB/sec. | ||
12205 | 2024.07.13 05:42:31.181565 [ 3 ] {c37b10ce-22c4-45d3-ab50-50b63609901c} <Debug> DynamicQueryHandler: Done processing query | ||
12206 | 2024.07.13 05:42:31.181589 [ 3 ] {c37b10ce-22c4-45d3-ab50-50b63609901c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12207 | 2024.07.13 05:42:31.181605 [ 3 ] {} <Debug> HTTP-Session: fc73e908-e0ba-42c5-8c3d-1262773ff0ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12208 | 2024.07.13 05:42:31.181782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 41242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12209 | 2024.07.13 05:42:31.181832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12210 | 2024.07.13 05:42:31.181851 [ 3 ] {} <Debug> HTTP-Session: f01739c3-42b2-4155-9837-570b3d7e8cec Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12211 | 2024.07.13 05:42:31.181868 [ 3 ] {} <Debug> HTTP-Session: f01739c3-42b2-4155-9837-570b3d7e8cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12212 | 2024.07.13 05:42:31.181882 [ 3 ] {} <Debug> HTTP-Session: f01739c3-42b2-4155-9837-570b3d7e8cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12213 | 2024.07.13 05:42:31.181914 [ 3 ] {} <Trace> HTTP-Session: f01739c3-42b2-4155-9837-570b3d7e8cec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12214 | 2024.07.13 05:42:31.182093 [ 3 ] {9c4152c2-b883-46b7-af01-5b493ff27413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12215 | 2024.07.13 05:42:31.182137 [ 3 ] {9c4152c2-b883-46b7-af01-5b493ff27413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12216 | 2024.07.13 05:42:31.182267 [ 3 ] {9c4152c2-b883-46b7-af01-5b493ff27413} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12217 | 2024.07.13 05:42:31.182728 [ 3 ] {9c4152c2-b883-46b7-af01-5b493ff27413} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12218 | 2024.07.13 05:42:31.182765 [ 3 ] {9c4152c2-b883-46b7-af01-5b493ff27413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12219 | 2024.07.13 05:42:31.183092 [ 3 ] {9c4152c2-b883-46b7-af01-5b493ff27413} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12220 | 2024.07.13 05:42:31.183408 [ 3 ] {9c4152c2-b883-46b7-af01-5b493ff27413} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12221 | 2024.07.13 05:42:31.183561 [ 3 ] {9c4152c2-b883-46b7-af01-5b493ff27413} <Debug> executeQuery: Read 273 rows, 24.65 KiB in 0.001557 sec., 175337.18689788054 rows/sec., 15.46 MiB/sec. | ||
12222 | 2024.07.13 05:42:31.183816 [ 3 ] {9c4152c2-b883-46b7-af01-5b493ff27413} <Debug> DynamicQueryHandler: Done processing query | ||
12223 | 2024.07.13 05:42:31.183885 [ 3 ] {9c4152c2-b883-46b7-af01-5b493ff27413} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
12224 | 2024.07.13 05:42:31.183949 [ 3 ] {} <Debug> HTTP-Session: f01739c3-42b2-4155-9837-570b3d7e8cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12225 | 2024.07.13 05:42:31.184182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12226 | 2024.07.13 05:42:31.184236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12227 | 2024.07.13 05:42:31.184256 [ 3 ] {} <Debug> HTTP-Session: f36f9814-bf16-4e46-8f6f-4c68dcae6000 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12228 | 2024.07.13 05:42:31.184273 [ 3 ] {} <Debug> HTTP-Session: f36f9814-bf16-4e46-8f6f-4c68dcae6000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12229 | 2024.07.13 05:42:31.184289 [ 3 ] {} <Debug> HTTP-Session: f36f9814-bf16-4e46-8f6f-4c68dcae6000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12230 | 2024.07.13 05:42:31.184322 [ 3 ] {} <Trace> HTTP-Session: f36f9814-bf16-4e46-8f6f-4c68dcae6000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12231 | 2024.07.13 05:42:31.184422 [ 3 ] {0ad9311f-ff24-4cd4-9100-08a278e64b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12232 | 2024.07.13 05:42:31.184467 [ 3 ] {0ad9311f-ff24-4cd4-9100-08a278e64b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12233 | 2024.07.13 05:42:31.184613 [ 3 ] {0ad9311f-ff24-4cd4-9100-08a278e64b10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12234 | 2024.07.13 05:42:31.184888 [ 3 ] {0ad9311f-ff24-4cd4-9100-08a278e64b10} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12235 | 2024.07.13 05:42:31.184925 [ 3 ] {0ad9311f-ff24-4cd4-9100-08a278e64b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12236 | 2024.07.13 05:42:31.185237 [ 3 ] {0ad9311f-ff24-4cd4-9100-08a278e64b10} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
12237 | 2024.07.13 05:42:31.185558 [ 3 ] {0ad9311f-ff24-4cd4-9100-08a278e64b10} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12238 | 2024.07.13 05:42:31.185710 [ 3 ] {0ad9311f-ff24-4cd4-9100-08a278e64b10} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001305 sec., 1532.5670498084291 rows/sec., 107.01 KiB/sec. | ||
12239 | 2024.07.13 05:42:31.185890 [ 3 ] {0ad9311f-ff24-4cd4-9100-08a278e64b10} <Debug> DynamicQueryHandler: Done processing query | ||
12240 | 2024.07.13 05:42:31.185915 [ 3 ] {0ad9311f-ff24-4cd4-9100-08a278e64b10} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12241 | 2024.07.13 05:42:31.185930 [ 3 ] {} <Debug> HTTP-Session: f36f9814-bf16-4e46-8f6f-4c68dcae6000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12242 | 2024.07.13 05:42:31.186127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 68725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12243 | 2024.07.13 05:42:31.186175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12244 | 2024.07.13 05:42:31.186194 [ 3 ] {} <Debug> HTTP-Session: cfd5e5f4-41db-442f-a131-742cce087a91 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12245 | 2024.07.13 05:42:31.186211 [ 3 ] {} <Debug> HTTP-Session: cfd5e5f4-41db-442f-a131-742cce087a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12246 | 2024.07.13 05:42:31.186225 [ 3 ] {} <Debug> HTTP-Session: cfd5e5f4-41db-442f-a131-742cce087a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12247 | 2024.07.13 05:42:31.186256 [ 3 ] {} <Trace> HTTP-Session: cfd5e5f4-41db-442f-a131-742cce087a91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12248 | 2024.07.13 05:42:31.186497 [ 3 ] {00e66a55-bbf4-4f69-a1dc-ffe44e45b630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12249 | 2024.07.13 05:42:31.186540 [ 3 ] {00e66a55-bbf4-4f69-a1dc-ffe44e45b630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12250 | 2024.07.13 05:42:31.186669 [ 3 ] {00e66a55-bbf4-4f69-a1dc-ffe44e45b630} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12251 | 2024.07.13 05:42:31.187206 [ 3 ] {00e66a55-bbf4-4f69-a1dc-ffe44e45b630} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12252 | 2024.07.13 05:42:31.187244 [ 3 ] {00e66a55-bbf4-4f69-a1dc-ffe44e45b630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12253 | 2024.07.13 05:42:31.187581 [ 3 ] {00e66a55-bbf4-4f69-a1dc-ffe44e45b630} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12254 | 2024.07.13 05:42:31.187903 [ 3 ] {00e66a55-bbf4-4f69-a1dc-ffe44e45b630} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12255 | 2024.07.13 05:42:31.188051 [ 3 ] {00e66a55-bbf4-4f69-a1dc-ffe44e45b630} <Debug> executeQuery: Read 424 rows, 30.87 KiB in 0.001683 sec., 251931.07546048722 rows/sec., 17.91 MiB/sec. | ||
12256 | 2024.07.13 05:42:31.188287 [ 3 ] {00e66a55-bbf4-4f69-a1dc-ffe44e45b630} <Debug> DynamicQueryHandler: Done processing query | ||
12257 | 2024.07.13 05:42:31.188346 [ 3 ] {00e66a55-bbf4-4f69-a1dc-ffe44e45b630} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
12258 | 2024.07.13 05:42:31.188410 [ 3 ] {} <Debug> HTTP-Session: cfd5e5f4-41db-442f-a131-742cce087a91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12259 | 2024.07.13 05:42:31.188690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12260 | 2024.07.13 05:42:31.188741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12261 | 2024.07.13 05:42:31.188760 [ 3 ] {} <Debug> HTTP-Session: 23ddb781-441f-4c2e-974f-f586148f7f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12262 | 2024.07.13 05:42:31.188778 [ 3 ] {} <Debug> HTTP-Session: 23ddb781-441f-4c2e-974f-f586148f7f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12263 | 2024.07.13 05:42:31.188792 [ 3 ] {} <Debug> HTTP-Session: 23ddb781-441f-4c2e-974f-f586148f7f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12264 | 2024.07.13 05:42:31.188824 [ 3 ] {} <Trace> HTTP-Session: 23ddb781-441f-4c2e-974f-f586148f7f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12265 | 2024.07.13 05:42:31.188926 [ 3 ] {5e62cbe4-12db-437a-9fad-308df17159b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12266 | 2024.07.13 05:42:31.188972 [ 3 ] {5e62cbe4-12db-437a-9fad-308df17159b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12267 | 2024.07.13 05:42:31.189119 [ 3 ] {5e62cbe4-12db-437a-9fad-308df17159b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12268 | 2024.07.13 05:42:31.189402 [ 3 ] {5e62cbe4-12db-437a-9fad-308df17159b1} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12269 | 2024.07.13 05:42:31.189439 [ 3 ] {5e62cbe4-12db-437a-9fad-308df17159b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12270 | 2024.07.13 05:42:31.189811 [ 3 ] {5e62cbe4-12db-437a-9fad-308df17159b1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12271 | 2024.07.13 05:42:31.190138 [ 3 ] {5e62cbe4-12db-437a-9fad-308df17159b1} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12272 | 2024.07.13 05:42:31.190296 [ 3 ] {5e62cbe4-12db-437a-9fad-308df17159b1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 185.34 KiB/sec. | ||
12273 | 2024.07.13 05:42:31.190305 [ 48 ] {} <Debug> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
12274 | 2024.07.13 05:42:31.190401 [ 48 ] {} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12275 | 2024.07.13 05:42:31.190447 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12276 | 2024.07.13 05:42:31.190548 [ 3 ] {5e62cbe4-12db-437a-9fad-308df17159b1} <Debug> DynamicQueryHandler: Done processing query | ||
12277 | 2024.07.13 05:42:31.190625 [ 3 ] {5e62cbe4-12db-437a-9fad-308df17159b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12278 | 2024.07.13 05:42:31.190708 [ 3 ] {} <Debug> HTTP-Session: 23ddb781-441f-4c2e-974f-f586148f7f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12279 | 2024.07.13 05:42:31.190831 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
12280 | 2024.07.13 05:42:31.190974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12281 | 2024.07.13 05:42:31.191065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12282 | 2024.07.13 05:42:31.191113 [ 3 ] {} <Debug> HTTP-Session: 7a4e50e7-0efd-4482-baf7-34f310a060bd Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12283 | 2024.07.13 05:42:31.191156 [ 3 ] {} <Debug> HTTP-Session: 7a4e50e7-0efd-4482-baf7-34f310a060bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12284 | 2024.07.13 05:42:31.191189 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12285 | 2024.07.13 05:42:31.191198 [ 3 ] {} <Debug> HTTP-Session: 7a4e50e7-0efd-4482-baf7-34f310a060bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12286 | 2024.07.13 05:42:31.191258 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
12287 | 2024.07.13 05:42:31.191285 [ 3 ] {} <Trace> HTTP-Session: 7a4e50e7-0efd-4482-baf7-34f310a060bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12288 | 2024.07.13 05:42:31.191441 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
12289 | 2024.07.13 05:42:31.191676 [ 3 ] {75e09560-29fa-4e22-a363-8d9ba244307b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12290 | 2024.07.13 05:42:31.191771 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
12291 | 2024.07.13 05:42:31.191934 [ 3 ] {75e09560-29fa-4e22-a363-8d9ba244307b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12292 | 2024.07.13 05:42:31.192123 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
12293 | 2024.07.13 05:42:31.192424 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
12294 | 2024.07.13 05:42:31.192713 [ 195 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
12295 | 2024.07.13 05:42:31.193312 [ 3 ] {75e09560-29fa-4e22-a363-8d9ba244307b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12296 | 2024.07.13 05:42:31.194064 [ 3 ] {75e09560-29fa-4e22-a363-8d9ba244307b} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12297 | 2024.07.13 05:42:31.194136 [ 3 ] {75e09560-29fa-4e22-a363-8d9ba244307b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12298 | 2024.07.13 05:42:31.195171 [ 3 ] {75e09560-29fa-4e22-a363-8d9ba244307b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12299 | 2024.07.13 05:42:31.195357 [ 198 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004812305 sec., 44884.93559739044 rows/sec., 1.88 MiB/sec. | ||
12300 | 2024.07.13 05:42:31.195662 [ 198 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
12301 | 2024.07.13 05:42:31.195903 [ 3 ] {75e09560-29fa-4e22-a363-8d9ba244307b} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12302 | 2024.07.13 05:42:31.196287 [ 48 ] {} <Debug> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
12303 | 2024.07.13 05:42:31.196343 [ 3 ] {75e09560-29fa-4e22-a363-8d9ba244307b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004856 sec., 15856.672158154859 rows/sec., 999.89 KiB/sec. | ||
12304 | 2024.07.13 05:42:31.196424 [ 48 ] {} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12305 | 2024.07.13 05:42:31.196528 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12306 | 2024.07.13 05:42:31.196913 [ 3 ] {75e09560-29fa-4e22-a363-8d9ba244307b} <Debug> DynamicQueryHandler: Done processing query | ||
12307 | 2024.07.13 05:42:31.196956 [ 199 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
12308 | 2024.07.13 05:42:31.196974 [ 3 ] {75e09560-29fa-4e22-a363-8d9ba244307b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12309 | 2024.07.13 05:42:31.197053 [ 3 ] {} <Debug> HTTP-Session: 7a4e50e7-0efd-4482-baf7-34f310a060bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12310 | 2024.07.13 05:42:31.197166 [ 196 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_36_7} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12311 | 2024.07.13 05:42:31.197379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12312 | 2024.07.13 05:42:31.197390 [ 199 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12313 | 2024.07.13 05:42:31.197511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12314 | 2024.07.13 05:42:31.197514 [ 196 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_36_7} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
12315 | 2024.07.13 05:42:31.197513 [ 199 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2387 rows starting from the beginning of the part | ||
12316 | 2024.07.13 05:42:31.197547 [ 3 ] {} <Debug> HTTP-Session: e4aa76ca-e841-460a-aabe-c65396ea6499 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12317 | 2024.07.13 05:42:31.197620 [ 3 ] {} <Debug> HTTP-Session: e4aa76ca-e841-460a-aabe-c65396ea6499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12318 | 2024.07.13 05:42:31.197741 [ 3 ] {} <Debug> HTTP-Session: e4aa76ca-e841-460a-aabe-c65396ea6499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12319 | 2024.07.13 05:42:31.197926 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12320 | 2024.07.13 05:42:31.197988 [ 3 ] {} <Trace> HTTP-Session: e4aa76ca-e841-460a-aabe-c65396ea6499 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12321 | 2024.07.13 05:42:31.197996 [ 199 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 77 rows starting from the beginning of the part | ||
12322 | 2024.07.13 05:42:31.198236 [ 199 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 77 rows starting from the beginning of the part | ||
12323 | 2024.07.13 05:42:31.198452 [ 199 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part | ||
12324 | 2024.07.13 05:42:31.198521 [ 3 ] {f118fc83-ef0b-42d0-8291-7b2d61c4ac99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12325 | 2024.07.13 05:42:31.198655 [ 199 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 77 rows starting from the beginning of the part | ||
12326 | 2024.07.13 05:42:31.198730 [ 3 ] {f118fc83-ef0b-42d0-8291-7b2d61c4ac99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12327 | 2024.07.13 05:42:31.199002 [ 199 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
12328 | 2024.07.13 05:42:31.199730 [ 3 ] {f118fc83-ef0b-42d0-8291-7b2d61c4ac99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12329 | 2024.07.13 05:42:31.200637 [ 3 ] {f118fc83-ef0b-42d0-8291-7b2d61c4ac99} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12330 | 2024.07.13 05:42:31.200694 [ 3 ] {f118fc83-ef0b-42d0-8291-7b2d61c4ac99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12331 | 2024.07.13 05:42:31.201638 [ 3 ] {f118fc83-ef0b-42d0-8291-7b2d61c4ac99} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12332 | 2024.07.13 05:42:31.202276 [ 199 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.005581867 sec., 496608.0345518802 rows/sec., 30.58 MiB/sec. | ||
12333 | 2024.07.13 05:42:31.202499 [ 3 ] {f118fc83-ef0b-42d0-8291-7b2d61c4ac99} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12334 | 2024.07.13 05:42:31.202632 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
12335 | 2024.07.13 05:42:31.202838 [ 3 ] {f118fc83-ef0b-42d0-8291-7b2d61c4ac99} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004558 sec., 35322.5098727512 rows/sec., 2.46 MiB/sec. | ||
12336 | 2024.07.13 05:42:31.203202 [ 3 ] {f118fc83-ef0b-42d0-8291-7b2d61c4ac99} <Debug> DynamicQueryHandler: Done processing query | ||
12337 | 2024.07.13 05:42:31.203248 [ 3 ] {f118fc83-ef0b-42d0-8291-7b2d61c4ac99} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12338 | 2024.07.13 05:42:31.203307 [ 3 ] {} <Debug> HTTP-Session: e4aa76ca-e841-460a-aabe-c65396ea6499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12339 | 2024.07.13 05:42:31.203551 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12340 | 2024.07.13 05:42:31.203571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 59617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12341 | 2024.07.13 05:42:31.203669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12342 | 2024.07.13 05:42:31.203691 [ 3 ] {} <Debug> HTTP-Session: 6fc34e1e-232c-4901-8168-35b22a305ac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12343 | 2024.07.13 05:42:31.203708 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
12344 | 2024.07.13 05:42:31.203720 [ 3 ] {} <Debug> HTTP-Session: 6fc34e1e-232c-4901-8168-35b22a305ac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12345 | 2024.07.13 05:42:31.203749 [ 3 ] {} <Debug> HTTP-Session: 6fc34e1e-232c-4901-8168-35b22a305ac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12346 | 2024.07.13 05:42:31.203825 [ 3 ] {} <Trace> HTTP-Session: 6fc34e1e-232c-4901-8168-35b22a305ac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12347 | 2024.07.13 05:42:31.203874 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
12348 | 2024.07.13 05:42:31.204378 [ 3 ] {a316e6eb-abdd-4510-bd28-4a3b186f3822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12349 | 2024.07.13 05:42:31.204454 [ 3 ] {a316e6eb-abdd-4510-bd28-4a3b186f3822} <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 | ||
12350 | 2024.07.13 05:42:31.204882 [ 3 ] {a316e6eb-abdd-4510-bd28-4a3b186f3822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12351 | 2024.07.13 05:42:31.205635 [ 3 ] {a316e6eb-abdd-4510-bd28-4a3b186f3822} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12352 | 2024.07.13 05:42:31.205672 [ 3 ] {a316e6eb-abdd-4510-bd28-4a3b186f3822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12353 | 2024.07.13 05:42:31.206327 [ 3 ] {a316e6eb-abdd-4510-bd28-4a3b186f3822} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12354 | 2024.07.13 05:42:31.206750 [ 3 ] {a316e6eb-abdd-4510-bd28-4a3b186f3822} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12355 | 2024.07.13 05:42:31.206939 [ 3 ] {a316e6eb-abdd-4510-bd28-4a3b186f3822} <Debug> executeQuery: Read 37 rows, 67.89 KiB in 0.002972 sec., 12449.528936742934 rows/sec., 22.31 MiB/sec. | ||
12356 | 2024.07.13 05:42:31.207276 [ 3 ] {a316e6eb-abdd-4510-bd28-4a3b186f3822} <Debug> DynamicQueryHandler: Done processing query | ||
12357 | 2024.07.13 05:42:31.207300 [ 3 ] {a316e6eb-abdd-4510-bd28-4a3b186f3822} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12358 | 2024.07.13 05:42:31.207316 [ 3 ] {} <Debug> HTTP-Session: 6fc34e1e-232c-4901-8168-35b22a305ac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12359 | 2024.07.13 05:42:31.207444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12360 | 2024.07.13 05:42:31.207493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12361 | 2024.07.13 05:42:31.207512 [ 3 ] {} <Debug> HTTP-Session: aa6ceed8-9071-4cab-b66b-1dd9b52c951c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12362 | 2024.07.13 05:42:31.207529 [ 3 ] {} <Debug> HTTP-Session: aa6ceed8-9071-4cab-b66b-1dd9b52c951c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12363 | 2024.07.13 05:42:31.207543 [ 3 ] {} <Debug> HTTP-Session: aa6ceed8-9071-4cab-b66b-1dd9b52c951c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12364 | 2024.07.13 05:42:31.207574 [ 3 ] {} <Trace> HTTP-Session: aa6ceed8-9071-4cab-b66b-1dd9b52c951c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12365 | 2024.07.13 05:42:31.207678 [ 3 ] {43495c35-2f82-45a3-8e58-4d0ba4afbd64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12366 | 2024.07.13 05:42:31.207724 [ 3 ] {43495c35-2f82-45a3-8e58-4d0ba4afbd64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12367 | 2024.07.13 05:42:31.207851 [ 3 ] {43495c35-2f82-45a3-8e58-4d0ba4afbd64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12368 | 2024.07.13 05:42:31.208122 [ 3 ] {43495c35-2f82-45a3-8e58-4d0ba4afbd64} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12369 | 2024.07.13 05:42:31.208159 [ 3 ] {43495c35-2f82-45a3-8e58-4d0ba4afbd64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12370 | 2024.07.13 05:42:31.208518 [ 3 ] {43495c35-2f82-45a3-8e58-4d0ba4afbd64} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12371 | 2024.07.13 05:42:31.208843 [ 3 ] {43495c35-2f82-45a3-8e58-4d0ba4afbd64} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12372 | 2024.07.13 05:42:31.208992 [ 3 ] {43495c35-2f82-45a3-8e58-4d0ba4afbd64} <Debug> executeQuery: Read 26 rows, 1.48 KiB in 0.001335 sec., 19475.65543071161 rows/sec., 1.09 MiB/sec. | ||
12373 | 2024.07.13 05:42:31.209144 [ 3 ] {43495c35-2f82-45a3-8e58-4d0ba4afbd64} <Debug> DynamicQueryHandler: Done processing query | ||
12374 | 2024.07.13 05:42:31.209169 [ 3 ] {43495c35-2f82-45a3-8e58-4d0ba4afbd64} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12375 | 2024.07.13 05:42:31.209186 [ 3 ] {} <Debug> HTTP-Session: aa6ceed8-9071-4cab-b66b-1dd9b52c951c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12376 | 2024.07.13 05:42:31.209309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12377 | 2024.07.13 05:42:31.209357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12378 | 2024.07.13 05:42:31.209375 [ 3 ] {} <Debug> HTTP-Session: 42318848-ef47-4beb-b67b-968c749b92ae Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12379 | 2024.07.13 05:42:31.209392 [ 3 ] {} <Debug> HTTP-Session: 42318848-ef47-4beb-b67b-968c749b92ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12380 | 2024.07.13 05:42:31.209406 [ 3 ] {} <Debug> HTTP-Session: 42318848-ef47-4beb-b67b-968c749b92ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12381 | 2024.07.13 05:42:31.209436 [ 3 ] {} <Trace> HTTP-Session: 42318848-ef47-4beb-b67b-968c749b92ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12382 | 2024.07.13 05:42:31.209544 [ 3 ] {5b13eb7e-ad8d-40b7-a38f-1e5d77abe231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12383 | 2024.07.13 05:42:31.209589 [ 3 ] {5b13eb7e-ad8d-40b7-a38f-1e5d77abe231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12384 | 2024.07.13 05:42:31.209714 [ 3 ] {5b13eb7e-ad8d-40b7-a38f-1e5d77abe231} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12385 | 2024.07.13 05:42:31.210005 [ 3 ] {5b13eb7e-ad8d-40b7-a38f-1e5d77abe231} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12386 | 2024.07.13 05:42:31.210042 [ 3 ] {5b13eb7e-ad8d-40b7-a38f-1e5d77abe231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12387 | 2024.07.13 05:42:31.210410 [ 3 ] {5b13eb7e-ad8d-40b7-a38f-1e5d77abe231} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12388 | 2024.07.13 05:42:31.210738 [ 3 ] {5b13eb7e-ad8d-40b7-a38f-1e5d77abe231} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12389 | 2024.07.13 05:42:31.210896 [ 3 ] {5b13eb7e-ad8d-40b7-a38f-1e5d77abe231} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
12390 | 2024.07.13 05:42:31.211068 [ 3 ] {5b13eb7e-ad8d-40b7-a38f-1e5d77abe231} <Debug> DynamicQueryHandler: Done processing query | ||
12391 | 2024.07.13 05:42:31.211092 [ 3 ] {5b13eb7e-ad8d-40b7-a38f-1e5d77abe231} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12392 | 2024.07.13 05:42:31.211108 [ 3 ] {} <Debug> HTTP-Session: 42318848-ef47-4beb-b67b-968c749b92ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12393 | 2024.07.13 05:42:36.169027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12394 | 2024.07.13 05:42:36.169162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12395 | 2024.07.13 05:42:36.169191 [ 3 ] {} <Debug> HTTP-Session: 17fc6754-a083-4af9-b906-4c95599f8ecb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12396 | 2024.07.13 05:42:36.169220 [ 3 ] {} <Debug> HTTP-Session: 17fc6754-a083-4af9-b906-4c95599f8ecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12397 | 2024.07.13 05:42:36.169238 [ 3 ] {} <Debug> HTTP-Session: 17fc6754-a083-4af9-b906-4c95599f8ecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12398 | 2024.07.13 05:42:36.169293 [ 3 ] {} <Trace> HTTP-Session: 17fc6754-a083-4af9-b906-4c95599f8ecb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12399 | 2024.07.13 05:42:36.169504 [ 3 ] {100426d5-8509-4141-a85f-51b7dd7759dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12400 | 2024.07.13 05:42:36.169581 [ 3 ] {100426d5-8509-4141-a85f-51b7dd7759dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12401 | 2024.07.13 05:42:36.169802 [ 3 ] {100426d5-8509-4141-a85f-51b7dd7759dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12402 | 2024.07.13 05:42:36.170245 [ 3 ] {100426d5-8509-4141-a85f-51b7dd7759dd} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12403 | 2024.07.13 05:42:36.170286 [ 3 ] {100426d5-8509-4141-a85f-51b7dd7759dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12404 | 2024.07.13 05:42:36.170648 [ 3 ] {100426d5-8509-4141-a85f-51b7dd7759dd} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12405 | 2024.07.13 05:42:36.170990 [ 3 ] {100426d5-8509-4141-a85f-51b7dd7759dd} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12406 | 2024.07.13 05:42:36.171163 [ 3 ] {100426d5-8509-4141-a85f-51b7dd7759dd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001729 sec., 32388.663967611334 rows/sec., 2.49 MiB/sec. | ||
12407 | 2024.07.13 05:42:36.171187 [ 74 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12408 | 2024.07.13 05:42:36.171305 [ 74 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12409 | 2024.07.13 05:42:36.171339 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12410 | 2024.07.13 05:42:36.171439 [ 3 ] {100426d5-8509-4141-a85f-51b7dd7759dd} <Debug> DynamicQueryHandler: Done processing query | ||
12411 | 2024.07.13 05:42:36.171496 [ 3 ] {100426d5-8509-4141-a85f-51b7dd7759dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12412 | 2024.07.13 05:42:36.171528 [ 3 ] {} <Debug> HTTP-Session: 17fc6754-a083-4af9-b906-4c95599f8ecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12413 | 2024.07.13 05:42:36.171530 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
12414 | 2024.07.13 05:42:36.171713 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12415 | 2024.07.13 05:42:36.171744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12416 | 2024.07.13 05:42:36.171767 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 301 rows starting from the beginning of the part | ||
12417 | 2024.07.13 05:42:36.171830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12418 | 2024.07.13 05:42:36.171890 [ 3 ] {} <Debug> HTTP-Session: ce015538-7818-4c68-9c69-7edd614cba82 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12419 | 2024.07.13 05:42:36.171941 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 57 rows starting from the beginning of the part | ||
12420 | 2024.07.13 05:42:36.171965 [ 3 ] {} <Debug> HTTP-Session: ce015538-7818-4c68-9c69-7edd614cba82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12421 | 2024.07.13 05:42:36.172046 [ 3 ] {} <Debug> HTTP-Session: ce015538-7818-4c68-9c69-7edd614cba82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12422 | 2024.07.13 05:42:36.172190 [ 3 ] {} <Trace> HTTP-Session: ce015538-7818-4c68-9c69-7edd614cba82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12423 | 2024.07.13 05:42:36.172298 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 296 rows starting from the beginning of the part | ||
12424 | 2024.07.13 05:42:36.172592 [ 3 ] {c6bfd3f1-2ca1-47d7-9f18-8fa021554c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12425 | 2024.07.13 05:42:36.172668 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
12426 | 2024.07.13 05:42:36.172736 [ 3 ] {c6bfd3f1-2ca1-47d7-9f18-8fa021554c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12427 | 2024.07.13 05:42:36.173028 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 273 rows starting from the beginning of the part | ||
12428 | 2024.07.13 05:42:36.173410 [ 186 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
12429 | 2024.07.13 05:42:36.173698 [ 3 ] {c6bfd3f1-2ca1-47d7-9f18-8fa021554c3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12430 | 2024.07.13 05:42:36.174718 [ 3 ] {c6bfd3f1-2ca1-47d7-9f18-8fa021554c3e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12431 | 2024.07.13 05:42:36.174781 [ 3 ] {c6bfd3f1-2ca1-47d7-9f18-8fa021554c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12432 | 2024.07.13 05:42:36.175625 [ 3 ] {c6bfd3f1-2ca1-47d7-9f18-8fa021554c3e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12433 | 2024.07.13 05:42:36.176294 [ 3 ] {c6bfd3f1-2ca1-47d7-9f18-8fa021554c3e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12434 | 2024.07.13 05:42:36.176298 [ 192 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1039 rows, containing 4 columns (4 merged, 0 gathered) in 0.004881446 sec., 212846.76712597045 rows/sec., 18.17 MiB/sec. | ||
12435 | 2024.07.13 05:42:36.176509 [ 74 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12436 | 2024.07.13 05:42:36.176585 [ 3 ] {c6bfd3f1-2ca1-47d7-9f18-8fa021554c3e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004158 sec., 15392.015392015392 rows/sec., 1.20 MiB/sec. | ||
12437 | 2024.07.13 05:42:36.176600 [ 74 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12438 | 2024.07.13 05:42:36.176617 [ 193 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12439 | 2024.07.13 05:42:36.176691 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12440 | 2024.07.13 05:42:36.177220 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
12441 | 2024.07.13 05:42:36.177270 [ 3 ] {c6bfd3f1-2ca1-47d7-9f18-8fa021554c3e} <Debug> DynamicQueryHandler: Done processing query | ||
12442 | 2024.07.13 05:42:36.177416 [ 3 ] {c6bfd3f1-2ca1-47d7-9f18-8fa021554c3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12443 | 2024.07.13 05:42:36.177557 [ 3 ] {} <Debug> HTTP-Session: ce015538-7818-4c68-9c69-7edd614cba82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12444 | 2024.07.13 05:42:36.177928 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12445 | 2024.07.13 05:42:36.177980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12446 | 2024.07.13 05:42:36.178101 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 472 rows starting from the beginning of the part | ||
12447 | 2024.07.13 05:42:36.178235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12448 | 2024.07.13 05:42:36.178359 [ 3 ] {} <Debug> HTTP-Session: 214ab1a7-0fd5-4774-ad0b-c684793754f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12449 | 2024.07.13 05:42:36.178459 [ 3 ] {} <Debug> HTTP-Session: 214ab1a7-0fd5-4774-ad0b-c684793754f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12450 | 2024.07.13 05:42:36.178553 [ 3 ] {} <Debug> HTTP-Session: 214ab1a7-0fd5-4774-ad0b-c684793754f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12451 | 2024.07.13 05:42:36.178648 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 66 rows starting from the beginning of the part | ||
12452 | 2024.07.13 05:42:36.178745 [ 3 ] {} <Trace> HTTP-Session: 214ab1a7-0fd5-4774-ad0b-c684793754f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12453 | 2024.07.13 05:42:36.179417 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 444 rows starting from the beginning of the part | ||
12454 | 2024.07.13 05:42:36.179448 [ 3 ] {dce07720-ed5f-4fd5-8f43-8a5255b69319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12455 | 2024.07.13 05:42:36.179700 [ 3 ] {dce07720-ed5f-4fd5-8f43-8a5255b69319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12456 | 2024.07.13 05:42:36.179921 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
12457 | 2024.07.13 05:42:36.180277 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 424 rows starting from the beginning of the part | ||
12458 | 2024.07.13 05:42:36.180856 [ 194 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
12459 | 2024.07.13 05:42:36.180952 [ 3 ] {dce07720-ed5f-4fd5-8f43-8a5255b69319} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12460 | 2024.07.13 05:42:36.181396 [ 193 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12461 | 2024.07.13 05:42:36.181734 [ 193 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_76_15} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12462 | 2024.07.13 05:42:36.182099 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
12463 | 2024.07.13 05:42:36.182433 [ 3 ] {dce07720-ed5f-4fd5-8f43-8a5255b69319} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12464 | 2024.07.13 05:42:36.182501 [ 3 ] {dce07720-ed5f-4fd5-8f43-8a5255b69319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12465 | 2024.07.13 05:42:36.183644 [ 3 ] {dce07720-ed5f-4fd5-8f43-8a5255b69319} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12466 | 2024.07.13 05:42:36.184337 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1534 rows, containing 4 columns (4 merged, 0 gathered) in 0.007509837 sec., 204265.4188100221 rows/sec., 14.76 MiB/sec. | ||
12467 | 2024.07.13 05:42:36.184470 [ 3 ] {dce07720-ed5f-4fd5-8f43-8a5255b69319} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12468 | 2024.07.13 05:42:36.184558 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12469 | 2024.07.13 05:42:36.184768 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12470 | 2024.07.13 05:42:36.184796 [ 3 ] {dce07720-ed5f-4fd5-8f43-8a5255b69319} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00569 sec., 28119.507908611602 rows/sec., 1.96 MiB/sec. | ||
12471 | 2024.07.13 05:42:36.184864 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12472 | 2024.07.13 05:42:36.184979 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12473 | 2024.07.13 05:42:36.185543 [ 3 ] {dce07720-ed5f-4fd5-8f43-8a5255b69319} <Debug> DynamicQueryHandler: Done processing query | ||
12474 | 2024.07.13 05:42:36.185631 [ 3 ] {dce07720-ed5f-4fd5-8f43-8a5255b69319} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12475 | 2024.07.13 05:42:36.185635 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
12476 | 2024.07.13 05:42:36.185685 [ 3 ] {} <Debug> HTTP-Session: 214ab1a7-0fd5-4774-ad0b-c684793754f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12477 | 2024.07.13 05:42:36.185927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12478 | 2024.07.13 05:42:36.185962 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12479 | 2024.07.13 05:42:36.186049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12480 | 2024.07.13 05:42:36.186054 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 11331 rows starting from the beginning of the part | ||
12481 | 2024.07.13 05:42:36.186061 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12482 | 2024.07.13 05:42:36.186089 [ 3 ] {} <Debug> HTTP-Session: 5a266fe3-e81d-4554-883a-4cc0f198aa8d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12483 | 2024.07.13 05:42:36.186173 [ 3 ] {} <Debug> HTTP-Session: 5a266fe3-e81d-4554-883a-4cc0f198aa8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12484 | 2024.07.13 05:42:36.186263 [ 3 ] {} <Debug> HTTP-Session: 5a266fe3-e81d-4554-883a-4cc0f198aa8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12485 | 2024.07.13 05:42:36.186424 [ 3 ] {} <Trace> HTTP-Session: 5a266fe3-e81d-4554-883a-4cc0f198aa8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12486 | 2024.07.13 05:42:36.186452 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 161 rows starting from the beginning of the part | ||
12487 | 2024.07.13 05:42:36.186792 [ 193 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_76_15} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12488 | 2024.07.13 05:42:36.186891 [ 3 ] {ae8b1d70-b9b8-4723-aecd-67b921a0593a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12489 | 2024.07.13 05:42:36.186915 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 199 rows starting from the beginning of the part | ||
12490 | 2024.07.13 05:42:36.187106 [ 3 ] {ae8b1d70-b9b8-4723-aecd-67b921a0593a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12491 | 2024.07.13 05:42:36.187430 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
12492 | 2024.07.13 05:42:36.187872 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 161 rows starting from the beginning of the part | ||
12493 | 2024.07.13 05:42:36.187890 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
12494 | 2024.07.13 05:42:36.188363 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
12495 | 2024.07.13 05:42:36.188648 [ 3 ] {ae8b1d70-b9b8-4723-aecd-67b921a0593a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12496 | 2024.07.13 05:42:36.189266 [ 3 ] {ae8b1d70-b9b8-4723-aecd-67b921a0593a} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12497 | 2024.07.13 05:42:36.189307 [ 3 ] {ae8b1d70-b9b8-4723-aecd-67b921a0593a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12498 | 2024.07.13 05:42:36.189806 [ 3 ] {ae8b1d70-b9b8-4723-aecd-67b921a0593a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12499 | 2024.07.13 05:42:36.190315 [ 3 ] {ae8b1d70-b9b8-4723-aecd-67b921a0593a} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12500 | 2024.07.13 05:42:36.190549 [ 74 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12501 | 2024.07.13 05:42:36.190619 [ 3 ] {ae8b1d70-b9b8-4723-aecd-67b921a0593a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003934 sec., 15251.652262328418 rows/sec., 1.03 MiB/sec. | ||
12502 | 2024.07.13 05:42:36.190675 [ 74 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12503 | 2024.07.13 05:42:36.190795 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12504 | 2024.07.13 05:42:36.191182 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
12505 | 2024.07.13 05:42:36.191197 [ 3 ] {ae8b1d70-b9b8-4723-aecd-67b921a0593a} <Debug> DynamicQueryHandler: Done processing query | ||
12506 | 2024.07.13 05:42:36.191277 [ 3 ] {ae8b1d70-b9b8-4723-aecd-67b921a0593a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12507 | 2024.07.13 05:42:36.191305 [ 3 ] {} <Debug> HTTP-Session: 5a266fe3-e81d-4554-883a-4cc0f198aa8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12508 | 2024.07.13 05:42:36.191615 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12509 | 2024.07.13 05:42:36.191672 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3914 rows starting from the beginning of the part | ||
12510 | 2024.07.13 05:42:36.191811 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
12511 | 2024.07.13 05:42:36.192192 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
12512 | 2024.07.13 05:42:36.192480 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
12513 | 2024.07.13 05:42:36.192631 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
12514 | 2024.07.13 05:42:36.192855 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
12515 | 2024.07.13 05:42:36.193781 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12172 rows, containing 5 columns (5 merged, 0 gathered) in 0.008552493 sec., 1423210.7527009961 rows/sec., 99.16 MiB/sec. | ||
12516 | 2024.07.13 05:42:36.194122 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12517 | 2024.07.13 05:42:36.195161 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12518 | 2024.07.13 05:42:36.195351 [ 192 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12519 | 2024.07.13 05:42:36.195471 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB. | ||
12520 | 2024.07.13 05:42:36.195906 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4214 rows, containing 4 columns (4 merged, 0 gathered) in 0.004927156 sec., 855260.1135421732 rows/sec., 57.70 MiB/sec. | ||
12521 | 2024.07.13 05:42:36.196314 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12522 | 2024.07.13 05:42:36.196737 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12523 | 2024.07.13 05:42:36.196828 [ 187 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_76_15} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12524 | 2024.07.13 05:42:36.196924 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
12525 | 2024.07.13 05:42:41.176171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12526 | 2024.07.13 05:42:41.176288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12527 | 2024.07.13 05:42:41.176313 [ 3 ] {} <Debug> HTTP-Session: 95baa219-de5f-473a-8d0d-b0e95f5c9a57 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12528 | 2024.07.13 05:42:41.176337 [ 3 ] {} <Debug> HTTP-Session: 95baa219-de5f-473a-8d0d-b0e95f5c9a57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12529 | 2024.07.13 05:42:41.176351 [ 3 ] {} <Debug> HTTP-Session: 95baa219-de5f-473a-8d0d-b0e95f5c9a57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12530 | 2024.07.13 05:42:41.176399 [ 3 ] {} <Trace> HTTP-Session: 95baa219-de5f-473a-8d0d-b0e95f5c9a57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12531 | 2024.07.13 05:42:41.176580 [ 3 ] {1efb4f8d-6fde-468b-8635-c86484ceb35f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12532 | 2024.07.13 05:42:41.176646 [ 3 ] {1efb4f8d-6fde-468b-8635-c86484ceb35f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12533 | 2024.07.13 05:42:41.176836 [ 3 ] {1efb4f8d-6fde-468b-8635-c86484ceb35f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12534 | 2024.07.13 05:42:41.177280 [ 3 ] {1efb4f8d-6fde-468b-8635-c86484ceb35f} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12535 | 2024.07.13 05:42:41.177319 [ 3 ] {1efb4f8d-6fde-468b-8635-c86484ceb35f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12536 | 2024.07.13 05:42:41.177686 [ 3 ] {1efb4f8d-6fde-468b-8635-c86484ceb35f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12537 | 2024.07.13 05:42:41.178045 [ 3 ] {1efb4f8d-6fde-468b-8635-c86484ceb35f} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12538 | 2024.07.13 05:42:41.178190 [ 3 ] {1efb4f8d-6fde-468b-8635-c86484ceb35f} <Debug> executeQuery: Read 51 rows, 3.99 KiB in 0.001672 sec., 30502.392344497606 rows/sec., 2.33 MiB/sec. | ||
12539 | 2024.07.13 05:42:41.178383 [ 3 ] {1efb4f8d-6fde-468b-8635-c86484ceb35f} <Debug> DynamicQueryHandler: Done processing query | ||
12540 | 2024.07.13 05:42:41.178409 [ 3 ] {1efb4f8d-6fde-468b-8635-c86484ceb35f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12541 | 2024.07.13 05:42:41.178427 [ 3 ] {} <Debug> HTTP-Session: 95baa219-de5f-473a-8d0d-b0e95f5c9a57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12542 | 2024.07.13 05:42:41.178677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 44697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12543 | 2024.07.13 05:42:41.178727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12544 | 2024.07.13 05:42:41.178747 [ 3 ] {} <Debug> HTTP-Session: 77cda441-ef8d-4e50-952f-d4b79daaa381 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12545 | 2024.07.13 05:42:41.178763 [ 3 ] {} <Debug> HTTP-Session: 77cda441-ef8d-4e50-952f-d4b79daaa381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12546 | 2024.07.13 05:42:41.178776 [ 3 ] {} <Debug> HTTP-Session: 77cda441-ef8d-4e50-952f-d4b79daaa381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12547 | 2024.07.13 05:42:41.178808 [ 3 ] {} <Trace> HTTP-Session: 77cda441-ef8d-4e50-952f-d4b79daaa381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12548 | 2024.07.13 05:42:41.178996 [ 3 ] {df29289c-f670-47fc-a315-d6b9473d9f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12549 | 2024.07.13 05:42:41.179039 [ 3 ] {df29289c-f670-47fc-a315-d6b9473d9f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12550 | 2024.07.13 05:42:41.179162 [ 3 ] {df29289c-f670-47fc-a315-d6b9473d9f93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12551 | 2024.07.13 05:42:41.179646 [ 3 ] {df29289c-f670-47fc-a315-d6b9473d9f93} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12552 | 2024.07.13 05:42:41.179682 [ 3 ] {df29289c-f670-47fc-a315-d6b9473d9f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12553 | 2024.07.13 05:42:41.180014 [ 3 ] {df29289c-f670-47fc-a315-d6b9473d9f93} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12554 | 2024.07.13 05:42:41.180356 [ 3 ] {df29289c-f670-47fc-a315-d6b9473d9f93} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12555 | 2024.07.13 05:42:41.180481 [ 3 ] {df29289c-f670-47fc-a315-d6b9473d9f93} <Debug> executeQuery: Read 296 rows, 26.72 KiB in 0.001585 sec., 186750.78864353313 rows/sec., 16.46 MiB/sec. | ||
12556 | 2024.07.13 05:42:41.180635 [ 3 ] {df29289c-f670-47fc-a315-d6b9473d9f93} <Debug> DynamicQueryHandler: Done processing query | ||
12557 | 2024.07.13 05:42:41.180661 [ 3 ] {df29289c-f670-47fc-a315-d6b9473d9f93} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12558 | 2024.07.13 05:42:41.180677 [ 3 ] {} <Debug> HTTP-Session: 77cda441-ef8d-4e50-952f-d4b79daaa381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12559 | 2024.07.13 05:42:41.180884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 70728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12560 | 2024.07.13 05:42:41.180930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12561 | 2024.07.13 05:42:41.180949 [ 3 ] {} <Debug> HTTP-Session: ba291c9e-39fb-40c3-a1aa-0678cbc4ceb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12562 | 2024.07.13 05:42:41.180966 [ 3 ] {} <Debug> HTTP-Session: ba291c9e-39fb-40c3-a1aa-0678cbc4ceb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12563 | 2024.07.13 05:42:41.180980 [ 3 ] {} <Debug> HTTP-Session: ba291c9e-39fb-40c3-a1aa-0678cbc4ceb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12564 | 2024.07.13 05:42:41.181010 [ 3 ] {} <Trace> HTTP-Session: ba291c9e-39fb-40c3-a1aa-0678cbc4ceb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12565 | 2024.07.13 05:42:41.181229 [ 3 ] {abd6e8be-95cc-4025-82e5-a32045e40504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12566 | 2024.07.13 05:42:41.181271 [ 3 ] {abd6e8be-95cc-4025-82e5-a32045e40504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12567 | 2024.07.13 05:42:41.181395 [ 3 ] {abd6e8be-95cc-4025-82e5-a32045e40504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12568 | 2024.07.13 05:42:41.182270 [ 3 ] {abd6e8be-95cc-4025-82e5-a32045e40504} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12569 | 2024.07.13 05:42:41.182309 [ 3 ] {abd6e8be-95cc-4025-82e5-a32045e40504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12570 | 2024.07.13 05:42:41.182641 [ 3 ] {abd6e8be-95cc-4025-82e5-a32045e40504} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12571 | 2024.07.13 05:42:41.182965 [ 3 ] {abd6e8be-95cc-4025-82e5-a32045e40504} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12572 | 2024.07.13 05:42:41.183090 [ 3 ] {abd6e8be-95cc-4025-82e5-a32045e40504} <Debug> executeQuery: Read 436 rows, 31.80 KiB in 0.001972 sec., 221095.3346855984 rows/sec., 15.75 MiB/sec. | ||
12573 | 2024.07.13 05:42:41.183253 [ 3 ] {abd6e8be-95cc-4025-82e5-a32045e40504} <Debug> DynamicQueryHandler: Done processing query | ||
12574 | 2024.07.13 05:42:41.183278 [ 3 ] {abd6e8be-95cc-4025-82e5-a32045e40504} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
12575 | 2024.07.13 05:42:41.183293 [ 3 ] {} <Debug> HTTP-Session: ba291c9e-39fb-40c3-a1aa-0678cbc4ceb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12576 | 2024.07.13 05:42:41.183424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12577 | 2024.07.13 05:42:41.183473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12578 | 2024.07.13 05:42:41.183491 [ 3 ] {} <Debug> HTTP-Session: 3cd610d7-eb90-4910-8d95-9f862bf71c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12579 | 2024.07.13 05:42:41.183508 [ 3 ] {} <Debug> HTTP-Session: 3cd610d7-eb90-4910-8d95-9f862bf71c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12580 | 2024.07.13 05:42:41.183522 [ 3 ] {} <Debug> HTTP-Session: 3cd610d7-eb90-4910-8d95-9f862bf71c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12581 | 2024.07.13 05:42:41.183552 [ 3 ] {} <Trace> HTTP-Session: 3cd610d7-eb90-4910-8d95-9f862bf71c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12582 | 2024.07.13 05:42:41.183647 [ 3 ] {b4e9e8d5-5d1f-4437-92bf-8ebefdf290cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12583 | 2024.07.13 05:42:41.183692 [ 3 ] {b4e9e8d5-5d1f-4437-92bf-8ebefdf290cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12584 | 2024.07.13 05:42:41.183821 [ 3 ] {b4e9e8d5-5d1f-4437-92bf-8ebefdf290cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12585 | 2024.07.13 05:42:41.184068 [ 3 ] {b4e9e8d5-5d1f-4437-92bf-8ebefdf290cc} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12586 | 2024.07.13 05:42:41.184103 [ 3 ] {b4e9e8d5-5d1f-4437-92bf-8ebefdf290cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12587 | 2024.07.13 05:42:41.184463 [ 3 ] {b4e9e8d5-5d1f-4437-92bf-8ebefdf290cc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12588 | 2024.07.13 05:42:41.184808 [ 3 ] {b4e9e8d5-5d1f-4437-92bf-8ebefdf290cc} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12589 | 2024.07.13 05:42:41.184953 [ 3 ] {b4e9e8d5-5d1f-4437-92bf-8ebefdf290cc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 193.84 KiB/sec. | ||
12590 | 2024.07.13 05:42:41.185149 [ 3 ] {b4e9e8d5-5d1f-4437-92bf-8ebefdf290cc} <Debug> DynamicQueryHandler: Done processing query | ||
12591 | 2024.07.13 05:42:41.185174 [ 3 ] {b4e9e8d5-5d1f-4437-92bf-8ebefdf290cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12592 | 2024.07.13 05:42:41.185190 [ 3 ] {} <Debug> HTTP-Session: 3cd610d7-eb90-4910-8d95-9f862bf71c46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12593 | 2024.07.13 05:42:41.185366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12594 | 2024.07.13 05:42:41.185414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12595 | 2024.07.13 05:42:41.185432 [ 3 ] {} <Debug> HTTP-Session: f6578913-4b1b-4272-9015-04f357ea00fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12596 | 2024.07.13 05:42:41.185449 [ 3 ] {} <Debug> HTTP-Session: f6578913-4b1b-4272-9015-04f357ea00fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12597 | 2024.07.13 05:42:41.185463 [ 3 ] {} <Debug> HTTP-Session: f6578913-4b1b-4272-9015-04f357ea00fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12598 | 2024.07.13 05:42:41.185492 [ 3 ] {} <Trace> HTTP-Session: f6578913-4b1b-4272-9015-04f357ea00fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12599 | 2024.07.13 05:42:41.185606 [ 3 ] {e8826185-c18c-472d-bd71-7631af4b2bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12600 | 2024.07.13 05:42:41.185654 [ 3 ] {e8826185-c18c-472d-bd71-7631af4b2bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12601 | 2024.07.13 05:42:41.185805 [ 3 ] {e8826185-c18c-472d-bd71-7631af4b2bfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12602 | 2024.07.13 05:42:41.186121 [ 3 ] {e8826185-c18c-472d-bd71-7631af4b2bfe} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12603 | 2024.07.13 05:42:41.186157 [ 3 ] {e8826185-c18c-472d-bd71-7631af4b2bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12604 | 2024.07.13 05:42:41.186515 [ 3 ] {e8826185-c18c-472d-bd71-7631af4b2bfe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12605 | 2024.07.13 05:42:41.186869 [ 3 ] {e8826185-c18c-472d-bd71-7631af4b2bfe} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12606 | 2024.07.13 05:42:41.187035 [ 3 ] {e8826185-c18c-472d-bd71-7631af4b2bfe} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001464 sec., 52595.62841530055 rows/sec., 3.24 MiB/sec. | ||
12607 | 2024.07.13 05:42:41.187357 [ 3 ] {e8826185-c18c-472d-bd71-7631af4b2bfe} <Debug> DynamicQueryHandler: Done processing query | ||
12608 | 2024.07.13 05:42:41.187422 [ 3 ] {e8826185-c18c-472d-bd71-7631af4b2bfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12609 | 2024.07.13 05:42:41.187484 [ 3 ] {} <Debug> HTTP-Session: f6578913-4b1b-4272-9015-04f357ea00fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12610 | 2024.07.13 05:42:41.187760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12611 | 2024.07.13 05:42:41.187814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12612 | 2024.07.13 05:42:41.187832 [ 3 ] {} <Debug> HTTP-Session: 444f00b0-4c11-4b9a-80a6-4a35935027bd Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12613 | 2024.07.13 05:42:41.187849 [ 3 ] {} <Debug> HTTP-Session: 444f00b0-4c11-4b9a-80a6-4a35935027bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12614 | 2024.07.13 05:42:41.187862 [ 3 ] {} <Debug> HTTP-Session: 444f00b0-4c11-4b9a-80a6-4a35935027bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12615 | 2024.07.13 05:42:41.187895 [ 3 ] {} <Trace> HTTP-Session: 444f00b0-4c11-4b9a-80a6-4a35935027bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12616 | 2024.07.13 05:42:41.188049 [ 3 ] {6b84e45f-f48d-4b63-a412-e48343e9365a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12617 | 2024.07.13 05:42:41.188096 [ 3 ] {6b84e45f-f48d-4b63-a412-e48343e9365a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12618 | 2024.07.13 05:42:41.188261 [ 3 ] {6b84e45f-f48d-4b63-a412-e48343e9365a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12619 | 2024.07.13 05:42:41.188635 [ 3 ] {6b84e45f-f48d-4b63-a412-e48343e9365a} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12620 | 2024.07.13 05:42:41.188672 [ 3 ] {6b84e45f-f48d-4b63-a412-e48343e9365a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12621 | 2024.07.13 05:42:41.189044 [ 3 ] {6b84e45f-f48d-4b63-a412-e48343e9365a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12622 | 2024.07.13 05:42:41.189395 [ 3 ] {6b84e45f-f48d-4b63-a412-e48343e9365a} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12623 | 2024.07.13 05:42:41.189547 [ 3 ] {6b84e45f-f48d-4b63-a412-e48343e9365a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
12624 | 2024.07.13 05:42:41.189715 [ 3 ] {6b84e45f-f48d-4b63-a412-e48343e9365a} <Debug> DynamicQueryHandler: Done processing query | ||
12625 | 2024.07.13 05:42:41.189739 [ 3 ] {6b84e45f-f48d-4b63-a412-e48343e9365a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12626 | 2024.07.13 05:42:41.189754 [ 3 ] {} <Debug> HTTP-Session: 444f00b0-4c11-4b9a-80a6-4a35935027bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12627 | 2024.07.13 05:42:41.189914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 72268, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12628 | 2024.07.13 05:42:41.189961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12629 | 2024.07.13 05:42:41.189980 [ 3 ] {} <Debug> HTTP-Session: b72c441e-8d68-4b8d-bea8-73c53a351ed5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12630 | 2024.07.13 05:42:41.189996 [ 3 ] {} <Debug> HTTP-Session: b72c441e-8d68-4b8d-bea8-73c53a351ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12631 | 2024.07.13 05:42:41.190009 [ 3 ] {} <Debug> HTTP-Session: b72c441e-8d68-4b8d-bea8-73c53a351ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12632 | 2024.07.13 05:42:41.190038 [ 3 ] {} <Trace> HTTP-Session: b72c441e-8d68-4b8d-bea8-73c53a351ed5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12633 | 2024.07.13 05:42:41.190454 [ 3 ] {e1419bce-c633-4ff9-af76-35c15d075e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12634 | 2024.07.13 05:42:41.190518 [ 3 ] {e1419bce-c633-4ff9-af76-35c15d075e86} <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 | ||
12635 | 2024.07.13 05:42:41.190922 [ 3 ] {e1419bce-c633-4ff9-af76-35c15d075e86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12636 | 2024.07.13 05:42:41.191779 [ 3 ] {e1419bce-c633-4ff9-af76-35c15d075e86} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12637 | 2024.07.13 05:42:41.191815 [ 3 ] {e1419bce-c633-4ff9-af76-35c15d075e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12638 | 2024.07.13 05:42:41.192452 [ 3 ] {e1419bce-c633-4ff9-af76-35c15d075e86} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12639 | 2024.07.13 05:42:41.192914 [ 3 ] {e1419bce-c633-4ff9-af76-35c15d075e86} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12640 | 2024.07.13 05:42:41.193127 [ 3 ] {e1419bce-c633-4ff9-af76-35c15d075e86} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.002981 sec., 15095.605501509559 rows/sec., 27.05 MiB/sec. | ||
12641 | 2024.07.13 05:42:41.193687 [ 3 ] {e1419bce-c633-4ff9-af76-35c15d075e86} <Debug> DynamicQueryHandler: Done processing query | ||
12642 | 2024.07.13 05:42:41.193712 [ 3 ] {e1419bce-c633-4ff9-af76-35c15d075e86} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
12643 | 2024.07.13 05:42:41.193728 [ 3 ] {} <Debug> HTTP-Session: b72c441e-8d68-4b8d-bea8-73c53a351ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12644 | 2024.07.13 05:42:41.193849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 5103, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12645 | 2024.07.13 05:42:41.193898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12646 | 2024.07.13 05:42:41.193916 [ 3 ] {} <Debug> HTTP-Session: 5d339117-c23f-4ec1-abab-1c1d103c0e87 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12647 | 2024.07.13 05:42:41.193932 [ 3 ] {} <Debug> HTTP-Session: 5d339117-c23f-4ec1-abab-1c1d103c0e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12648 | 2024.07.13 05:42:41.193946 [ 3 ] {} <Debug> HTTP-Session: 5d339117-c23f-4ec1-abab-1c1d103c0e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12649 | 2024.07.13 05:42:41.193975 [ 3 ] {} <Trace> HTTP-Session: 5d339117-c23f-4ec1-abab-1c1d103c0e87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12650 | 2024.07.13 05:42:41.194084 [ 3 ] {9eee2b35-3a2b-481d-bde7-f6f9fc6a440e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12651 | 2024.07.13 05:42:41.194130 [ 3 ] {9eee2b35-3a2b-481d-bde7-f6f9fc6a440e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12652 | 2024.07.13 05:42:41.194277 [ 3 ] {9eee2b35-3a2b-481d-bde7-f6f9fc6a440e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12653 | 2024.07.13 05:42:41.194542 [ 3 ] {9eee2b35-3a2b-481d-bde7-f6f9fc6a440e} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12654 | 2024.07.13 05:42:41.194578 [ 3 ] {9eee2b35-3a2b-481d-bde7-f6f9fc6a440e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12655 | 2024.07.13 05:42:41.194934 [ 3 ] {9eee2b35-3a2b-481d-bde7-f6f9fc6a440e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12656 | 2024.07.13 05:42:41.195261 [ 3 ] {9eee2b35-3a2b-481d-bde7-f6f9fc6a440e} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12657 | 2024.07.13 05:42:41.195423 [ 3 ] {9eee2b35-3a2b-481d-bde7-f6f9fc6a440e} <Debug> executeQuery: Read 35 rows, 2.09 KiB in 0.001367 sec., 25603.51133869788 rows/sec., 1.49 MiB/sec. | ||
12658 | 2024.07.13 05:42:41.195779 [ 3 ] {9eee2b35-3a2b-481d-bde7-f6f9fc6a440e} <Debug> DynamicQueryHandler: Done processing query | ||
12659 | 2024.07.13 05:42:41.195813 [ 3 ] {9eee2b35-3a2b-481d-bde7-f6f9fc6a440e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12660 | 2024.07.13 05:42:41.195834 [ 3 ] {} <Debug> HTTP-Session: 5d339117-c23f-4ec1-abab-1c1d103c0e87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12661 | 2024.07.13 05:42:41.195960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12662 | 2024.07.13 05:42:41.196012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12663 | 2024.07.13 05:42:41.196032 [ 3 ] {} <Debug> HTTP-Session: 7f6546c6-259e-4fe4-b79a-5b5302546d83 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12664 | 2024.07.13 05:42:41.196049 [ 3 ] {} <Debug> HTTP-Session: 7f6546c6-259e-4fe4-b79a-5b5302546d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12665 | 2024.07.13 05:42:41.196063 [ 3 ] {} <Debug> HTTP-Session: 7f6546c6-259e-4fe4-b79a-5b5302546d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12666 | 2024.07.13 05:42:41.196094 [ 3 ] {} <Trace> HTTP-Session: 7f6546c6-259e-4fe4-b79a-5b5302546d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12667 | 2024.07.13 05:42:41.196213 [ 3 ] {aaa98a28-200d-445e-98d6-a02c3e88af80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12668 | 2024.07.13 05:42:41.196261 [ 3 ] {aaa98a28-200d-445e-98d6-a02c3e88af80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12669 | 2024.07.13 05:42:41.196413 [ 3 ] {aaa98a28-200d-445e-98d6-a02c3e88af80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12670 | 2024.07.13 05:42:41.196769 [ 3 ] {aaa98a28-200d-445e-98d6-a02c3e88af80} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12671 | 2024.07.13 05:42:41.196806 [ 3 ] {aaa98a28-200d-445e-98d6-a02c3e88af80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12672 | 2024.07.13 05:42:41.197177 [ 3 ] {aaa98a28-200d-445e-98d6-a02c3e88af80} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12673 | 2024.07.13 05:42:41.197512 [ 3 ] {aaa98a28-200d-445e-98d6-a02c3e88af80} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12674 | 2024.07.13 05:42:41.197668 [ 3 ] {aaa98a28-200d-445e-98d6-a02c3e88af80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
12675 | 2024.07.13 05:42:41.197839 [ 3 ] {aaa98a28-200d-445e-98d6-a02c3e88af80} <Debug> DynamicQueryHandler: Done processing query | ||
12676 | 2024.07.13 05:42:41.197864 [ 3 ] {aaa98a28-200d-445e-98d6-a02c3e88af80} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12677 | 2024.07.13 05:42:41.197880 [ 3 ] {} <Debug> HTTP-Session: 7f6546c6-259e-4fe4-b79a-5b5302546d83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12678 | 2024.07.13 05:42:43.202927 [ 71 ] {} <Debug> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
12679 | 2024.07.13 05:42:43.203018 [ 71 ] {} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12680 | 2024.07.13 05:42:43.203048 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12681 | 2024.07.13 05:42:43.203249 [ 188 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
12682 | 2024.07.13 05:42:43.203520 [ 188 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12683 | 2024.07.13 05:42:43.203556 [ 188 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 16 rows starting from the beginning of the part | ||
12684 | 2024.07.13 05:42:43.203633 [ 188 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
12685 | 2024.07.13 05:42:43.203815 [ 188 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
12686 | 2024.07.13 05:42:43.204025 [ 188 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
12687 | 2024.07.13 05:42:43.204249 [ 188 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
12688 | 2024.07.13 05:42:43.205240 [ 187 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002113824 sec., 15138.441043341358 rows/sec., 1.03 MiB/sec. | ||
12689 | 2024.07.13 05:42:43.205419 [ 189 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
12690 | 2024.07.13 05:42:43.205857 [ 189 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12691 | 2024.07.13 05:42:43.205945 [ 189 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_22_5} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
12692 | 2024.07.13 05:42:43.206054 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12693 | 2024.07.13 05:42:43.256407 [ 71 ] {} <Debug> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
12694 | 2024.07.13 05:42:43.256454 [ 71 ] {} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12695 | 2024.07.13 05:42:43.256480 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12696 | 2024.07.13 05:42:43.256672 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
12697 | 2024.07.13 05:42:43.257004 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12698 | 2024.07.13 05:42:43.257044 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 16 rows starting from the beginning of the part | ||
12699 | 2024.07.13 05:42:43.257148 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
12700 | 2024.07.13 05:42:43.257358 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
12701 | 2024.07.13 05:42:43.257528 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
12702 | 2024.07.13 05:42:43.257692 [ 189 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
12703 | 2024.07.13 05:42:43.258737 [ 187 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002182424 sec., 14662.595352690403 rows/sec., 1.17 MiB/sec. | ||
12704 | 2024.07.13 05:42:43.258872 [ 197 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
12705 | 2024.07.13 05:42:43.259262 [ 197 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12706 | 2024.07.13 05:42:43.259337 [ 197 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_22_5} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
12707 | 2024.07.13 05:42:43.259408 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12708 | 2024.07.13 05:42:45.445770 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12709 | 2024.07.13 05:42:45.445821 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12710 | 2024.07.13 05:42:46.169155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12711 | 2024.07.13 05:42:46.169321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12712 | 2024.07.13 05:42:46.169366 [ 3 ] {} <Debug> HTTP-Session: d4e3d2f4-5044-4d58-a0d9-c36f9dc57e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12713 | 2024.07.13 05:42:46.169409 [ 3 ] {} <Debug> HTTP-Session: d4e3d2f4-5044-4d58-a0d9-c36f9dc57e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12714 | 2024.07.13 05:42:46.169437 [ 3 ] {} <Debug> HTTP-Session: d4e3d2f4-5044-4d58-a0d9-c36f9dc57e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12715 | 2024.07.13 05:42:46.169514 [ 3 ] {} <Trace> HTTP-Session: d4e3d2f4-5044-4d58-a0d9-c36f9dc57e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12716 | 2024.07.13 05:42:46.169817 [ 3 ] {afe6a199-4c81-46b4-ac30-aafa4f845c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12717 | 2024.07.13 05:42:46.169925 [ 3 ] {afe6a199-4c81-46b4-ac30-aafa4f845c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12718 | 2024.07.13 05:42:46.170223 [ 3 ] {afe6a199-4c81-46b4-ac30-aafa4f845c0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12719 | 2024.07.13 05:42:46.170709 [ 3 ] {afe6a199-4c81-46b4-ac30-aafa4f845c0b} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12720 | 2024.07.13 05:42:46.170749 [ 3 ] {afe6a199-4c81-46b4-ac30-aafa4f845c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12721 | 2024.07.13 05:42:46.171122 [ 3 ] {afe6a199-4c81-46b4-ac30-aafa4f845c0b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12722 | 2024.07.13 05:42:46.171479 [ 3 ] {afe6a199-4c81-46b4-ac30-aafa4f845c0b} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12723 | 2024.07.13 05:42:46.171641 [ 3 ] {afe6a199-4c81-46b4-ac30-aafa4f845c0b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec. | ||
12724 | 2024.07.13 05:42:46.171846 [ 3 ] {afe6a199-4c81-46b4-ac30-aafa4f845c0b} <Debug> DynamicQueryHandler: Done processing query | ||
12725 | 2024.07.13 05:42:46.171872 [ 3 ] {afe6a199-4c81-46b4-ac30-aafa4f845c0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12726 | 2024.07.13 05:42:46.171889 [ 3 ] {} <Debug> HTTP-Session: d4e3d2f4-5044-4d58-a0d9-c36f9dc57e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12727 | 2024.07.13 05:42:46.172064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12728 | 2024.07.13 05:42:46.172111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12729 | 2024.07.13 05:42:46.172131 [ 3 ] {} <Debug> HTTP-Session: 81563b7e-5026-4934-b960-27ec70466eb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12730 | 2024.07.13 05:42:46.172149 [ 3 ] {} <Debug> HTTP-Session: 81563b7e-5026-4934-b960-27ec70466eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12731 | 2024.07.13 05:42:46.172162 [ 3 ] {} <Debug> HTTP-Session: 81563b7e-5026-4934-b960-27ec70466eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12732 | 2024.07.13 05:42:46.172192 [ 3 ] {} <Trace> HTTP-Session: 81563b7e-5026-4934-b960-27ec70466eb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12733 | 2024.07.13 05:42:46.172306 [ 3 ] {30ad5307-999d-4345-88f9-e78504eb8b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12734 | 2024.07.13 05:42:46.172348 [ 3 ] {30ad5307-999d-4345-88f9-e78504eb8b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12735 | 2024.07.13 05:42:46.172473 [ 3 ] {30ad5307-999d-4345-88f9-e78504eb8b11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12736 | 2024.07.13 05:42:46.172829 [ 3 ] {30ad5307-999d-4345-88f9-e78504eb8b11} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12737 | 2024.07.13 05:42:46.172866 [ 3 ] {30ad5307-999d-4345-88f9-e78504eb8b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12738 | 2024.07.13 05:42:46.173173 [ 3 ] {30ad5307-999d-4345-88f9-e78504eb8b11} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12739 | 2024.07.13 05:42:46.173482 [ 3 ] {30ad5307-999d-4345-88f9-e78504eb8b11} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12740 | 2024.07.13 05:42:46.173641 [ 3 ] {30ad5307-999d-4345-88f9-e78504eb8b11} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001368 sec., 46783.62573099415 rows/sec., 3.65 MiB/sec. | ||
12741 | 2024.07.13 05:42:46.173834 [ 3 ] {30ad5307-999d-4345-88f9-e78504eb8b11} <Debug> DynamicQueryHandler: Done processing query | ||
12742 | 2024.07.13 05:42:46.173871 [ 3 ] {30ad5307-999d-4345-88f9-e78504eb8b11} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12743 | 2024.07.13 05:42:46.173902 [ 3 ] {} <Debug> HTTP-Session: 81563b7e-5026-4934-b960-27ec70466eb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12744 | 2024.07.13 05:42:46.174087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12745 | 2024.07.13 05:42:46.174136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12746 | 2024.07.13 05:42:46.174155 [ 3 ] {} <Debug> HTTP-Session: 883e447b-c423-4bb4-a92a-18ce44c91032 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12747 | 2024.07.13 05:42:46.174171 [ 3 ] {} <Debug> HTTP-Session: 883e447b-c423-4bb4-a92a-18ce44c91032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12748 | 2024.07.13 05:42:46.174186 [ 3 ] {} <Debug> HTTP-Session: 883e447b-c423-4bb4-a92a-18ce44c91032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12749 | 2024.07.13 05:42:46.174215 [ 3 ] {} <Trace> HTTP-Session: 883e447b-c423-4bb4-a92a-18ce44c91032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12750 | 2024.07.13 05:42:46.174358 [ 3 ] {a50a2077-8823-4eed-9570-9bc54a8ad873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12751 | 2024.07.13 05:42:46.174404 [ 3 ] {a50a2077-8823-4eed-9570-9bc54a8ad873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12752 | 2024.07.13 05:42:46.174549 [ 3 ] {a50a2077-8823-4eed-9570-9bc54a8ad873} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12753 | 2024.07.13 05:42:46.174960 [ 3 ] {a50a2077-8823-4eed-9570-9bc54a8ad873} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12754 | 2024.07.13 05:42:46.174996 [ 3 ] {a50a2077-8823-4eed-9570-9bc54a8ad873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12755 | 2024.07.13 05:42:46.175387 [ 3 ] {a50a2077-8823-4eed-9570-9bc54a8ad873} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12756 | 2024.07.13 05:42:46.175728 [ 3 ] {a50a2077-8823-4eed-9570-9bc54a8ad873} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12757 | 2024.07.13 05:42:46.175870 [ 3 ] {a50a2077-8823-4eed-9570-9bc54a8ad873} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
12758 | 2024.07.13 05:42:46.176074 [ 3 ] {a50a2077-8823-4eed-9570-9bc54a8ad873} <Debug> DynamicQueryHandler: Done processing query | ||
12759 | 2024.07.13 05:42:46.176098 [ 3 ] {a50a2077-8823-4eed-9570-9bc54a8ad873} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12760 | 2024.07.13 05:42:46.176114 [ 3 ] {} <Debug> HTTP-Session: 883e447b-c423-4bb4-a92a-18ce44c91032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12761 | 2024.07.13 05:42:46.176258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12762 | 2024.07.13 05:42:46.176306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12763 | 2024.07.13 05:42:46.176325 [ 3 ] {} <Debug> HTTP-Session: b1dd05f3-fe0d-452f-9b8d-595ee8535216 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12764 | 2024.07.13 05:42:46.176341 [ 3 ] {} <Debug> HTTP-Session: b1dd05f3-fe0d-452f-9b8d-595ee8535216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12765 | 2024.07.13 05:42:46.176355 [ 3 ] {} <Debug> HTTP-Session: b1dd05f3-fe0d-452f-9b8d-595ee8535216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12766 | 2024.07.13 05:42:46.176386 [ 3 ] {} <Trace> HTTP-Session: b1dd05f3-fe0d-452f-9b8d-595ee8535216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12767 | 2024.07.13 05:42:46.176507 [ 3 ] {77dd741d-67b3-4650-8f96-e3a2d66714d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12768 | 2024.07.13 05:42:46.176551 [ 3 ] {77dd741d-67b3-4650-8f96-e3a2d66714d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12769 | 2024.07.13 05:42:46.176686 [ 3 ] {77dd741d-67b3-4650-8f96-e3a2d66714d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12770 | 2024.07.13 05:42:46.176988 [ 3 ] {77dd741d-67b3-4650-8f96-e3a2d66714d6} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12771 | 2024.07.13 05:42:46.177024 [ 3 ] {77dd741d-67b3-4650-8f96-e3a2d66714d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12772 | 2024.07.13 05:42:46.177383 [ 3 ] {77dd741d-67b3-4650-8f96-e3a2d66714d6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12773 | 2024.07.13 05:42:46.177717 [ 3 ] {77dd741d-67b3-4650-8f96-e3a2d66714d6} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12774 | 2024.07.13 05:42:46.177874 [ 3 ] {77dd741d-67b3-4650-8f96-e3a2d66714d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
12775 | 2024.07.13 05:42:46.178136 [ 3 ] {77dd741d-67b3-4650-8f96-e3a2d66714d6} <Debug> DynamicQueryHandler: Done processing query | ||
12776 | 2024.07.13 05:42:46.178199 [ 3 ] {77dd741d-67b3-4650-8f96-e3a2d66714d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12777 | 2024.07.13 05:42:46.178258 [ 3 ] {} <Debug> HTTP-Session: b1dd05f3-fe0d-452f-9b8d-595ee8535216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12778 | 2024.07.13 05:42:51.171274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12779 | 2024.07.13 05:42:51.171464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12780 | 2024.07.13 05:42:51.171510 [ 3 ] {} <Debug> HTTP-Session: 0455e5b7-f39b-4a44-aba5-bc733f629e5a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12781 | 2024.07.13 05:42:51.171551 [ 3 ] {} <Debug> HTTP-Session: 0455e5b7-f39b-4a44-aba5-bc733f629e5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12782 | 2024.07.13 05:42:51.171580 [ 3 ] {} <Debug> HTTP-Session: 0455e5b7-f39b-4a44-aba5-bc733f629e5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12783 | 2024.07.13 05:42:51.171660 [ 3 ] {} <Trace> HTTP-Session: 0455e5b7-f39b-4a44-aba5-bc733f629e5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12784 | 2024.07.13 05:42:51.172072 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
12785 | 2024.07.13 05:42:51.172595 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
12786 | 2024.07.13 05:42:51.172647 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
12787 | 2024.07.13 05:42:51.173019 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
12788 | 2024.07.13 05:42:51.173100 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
12789 | 2024.07.13 05:42:51.173271 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
12790 | 2024.07.13 05:42:51.173311 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
12791 | 2024.07.13 05:42:51.173338 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Debug> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (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 | ||
12792 | 2024.07.13 05:42:51.173355 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
12793 | 2024.07.13 05:42:51.173404 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
12794 | 2024.07.13 05:42:51.173429 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 41 rows starting from 0 | ||
12795 | 2024.07.13 05:42:51.174712 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Debug> executeQuery: Read 41 rows, 1.55 KiB in 0.002848 sec., 14396.067415730338 rows/sec., 545.20 KiB/sec. | ||
12796 | 2024.07.13 05:42:51.174994 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Debug> DynamicQueryHandler: Done processing query | ||
12797 | 2024.07.13 05:42:51.175020 [ 3 ] {f6b5e534-6d88-4f86-aeab-09ae0f5769e0} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
12798 | 2024.07.13 05:42:51.175038 [ 3 ] {} <Debug> HTTP-Session: 0455e5b7-f39b-4a44-aba5-bc733f629e5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12799 | 2024.07.13 05:42:51.181986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12800 | 2024.07.13 05:42:51.182084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12801 | 2024.07.13 05:42:51.182125 [ 3 ] {} <Debug> HTTP-Session: b29afdb5-7522-45f3-bd70-eb79817e540d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12802 | 2024.07.13 05:42:51.182159 [ 3 ] {} <Debug> HTTP-Session: b29afdb5-7522-45f3-bd70-eb79817e540d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12803 | 2024.07.13 05:42:51.182186 [ 3 ] {} <Debug> HTTP-Session: b29afdb5-7522-45f3-bd70-eb79817e540d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12804 | 2024.07.13 05:42:51.182250 [ 3 ] {} <Trace> HTTP-Session: b29afdb5-7522-45f3-bd70-eb79817e540d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12805 | 2024.07.13 05:42:51.182420 [ 3 ] {25ec3a34-0643-4976-89f5-13955dbace39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
12806 | 2024.07.13 05:42:51.182470 [ 3 ] {25ec3a34-0643-4976-89f5-13955dbace39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
12807 | 2024.07.13 05:42:51.182639 [ 3 ] {25ec3a34-0643-4976-89f5-13955dbace39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12808 | 2024.07.13 05:42:51.183013 [ 3 ] {25ec3a34-0643-4976-89f5-13955dbace39} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12809 | 2024.07.13 05:42:51.183052 [ 3 ] {25ec3a34-0643-4976-89f5-13955dbace39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12810 | 2024.07.13 05:42:51.183532 [ 3 ] {25ec3a34-0643-4976-89f5-13955dbace39} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
12811 | 2024.07.13 05:42:51.183847 [ 3 ] {25ec3a34-0643-4976-89f5-13955dbace39} <Trace> oximeter.timeseries_schema (9a6359ce-e10f-4cea-b3d1-f730a9a6f76d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12812 | 2024.07.13 05:42:51.184012 [ 3 ] {25ec3a34-0643-4976-89f5-13955dbace39} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001621 sec., 616.9031462060457 rows/sec., 171.70 KiB/sec. | ||
12813 | 2024.07.13 05:42:51.184301 [ 3 ] {25ec3a34-0643-4976-89f5-13955dbace39} <Debug> DynamicQueryHandler: Done processing query | ||
12814 | 2024.07.13 05:42:51.184334 [ 3 ] {25ec3a34-0643-4976-89f5-13955dbace39} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12815 | 2024.07.13 05:42:51.184350 [ 3 ] {} <Debug> HTTP-Session: b29afdb5-7522-45f3-bd70-eb79817e540d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12816 | 2024.07.13 05:42:51.184478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12817 | 2024.07.13 05:42:51.184529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12818 | 2024.07.13 05:42:51.184549 [ 3 ] {} <Debug> HTTP-Session: b1cc103e-6446-4b6d-8e9c-a51d6eb9f79c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12819 | 2024.07.13 05:42:51.184567 [ 3 ] {} <Debug> HTTP-Session: b1cc103e-6446-4b6d-8e9c-a51d6eb9f79c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12820 | 2024.07.13 05:42:51.184581 [ 3 ] {} <Debug> HTTP-Session: b1cc103e-6446-4b6d-8e9c-a51d6eb9f79c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12821 | 2024.07.13 05:42:51.184612 [ 3 ] {} <Trace> HTTP-Session: b1cc103e-6446-4b6d-8e9c-a51d6eb9f79c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12822 | 2024.07.13 05:42:51.184728 [ 3 ] {9ae29352-40ed-410a-98e5-4f558785f090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12823 | 2024.07.13 05:42:51.184774 [ 3 ] {9ae29352-40ed-410a-98e5-4f558785f090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12824 | 2024.07.13 05:42:51.184924 [ 3 ] {9ae29352-40ed-410a-98e5-4f558785f090} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12825 | 2024.07.13 05:42:51.185253 [ 3 ] {9ae29352-40ed-410a-98e5-4f558785f090} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12826 | 2024.07.13 05:42:51.185290 [ 3 ] {9ae29352-40ed-410a-98e5-4f558785f090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12827 | 2024.07.13 05:42:51.185597 [ 3 ] {9ae29352-40ed-410a-98e5-4f558785f090} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12828 | 2024.07.13 05:42:51.185904 [ 3 ] {9ae29352-40ed-410a-98e5-4f558785f090} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12829 | 2024.07.13 05:42:51.186058 [ 68 ] {} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Selected 6 parts from all_1_34_8 to all_39_39_0 | ||
12830 | 2024.07.13 05:42:51.186062 [ 3 ] {9ae29352-40ed-410a-98e5-4f558785f090} <Debug> executeQuery: Read 53 rows, 4.15 KiB in 0.001366 sec., 38799.41434846266 rows/sec., 2.97 MiB/sec. | ||
12831 | 2024.07.13 05:42:51.186147 [ 68 ] {} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12832 | 2024.07.13 05:42:51.186212 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12833 | 2024.07.13 05:42:51.186418 [ 3 ] {9ae29352-40ed-410a-98e5-4f558785f090} <Debug> DynamicQueryHandler: Done processing query | ||
12834 | 2024.07.13 05:42:51.186498 [ 3 ] {9ae29352-40ed-410a-98e5-4f558785f090} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12835 | 2024.07.13 05:42:51.186588 [ 3 ] {} <Debug> HTTP-Session: b1cc103e-6446-4b6d-8e9c-a51d6eb9f79c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12836 | 2024.07.13 05:42:51.186646 [ 198 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_8 to all_39_39_0 into Compact with storage Full | ||
12837 | 2024.07.13 05:42:51.186871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12838 | 2024.07.13 05:42:51.187044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12839 | 2024.07.13 05:42:51.187126 [ 3 ] {} <Debug> HTTP-Session: f1d18f96-0b16-48e5-9ca6-4b4d8f09a070 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12840 | 2024.07.13 05:42:51.187177 [ 3 ] {} <Debug> HTTP-Session: f1d18f96-0b16-48e5-9ca6-4b4d8f09a070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12841 | 2024.07.13 05:42:51.187225 [ 3 ] {} <Debug> HTTP-Session: f1d18f96-0b16-48e5-9ca6-4b4d8f09a070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12842 | 2024.07.13 05:42:51.187236 [ 198 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12843 | 2024.07.13 05:42:51.187282 [ 3 ] {} <Trace> HTTP-Session: f1d18f96-0b16-48e5-9ca6-4b4d8f09a070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12844 | 2024.07.13 05:42:51.187306 [ 198 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 38 rows starting from the beginning of the part | ||
12845 | 2024.07.13 05:42:51.187544 [ 3 ] {dd274cd7-19f9-4443-90ba-72929e9317fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12846 | 2024.07.13 05:42:51.187548 [ 198 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 38 rows starting from the beginning of the part | ||
12847 | 2024.07.13 05:42:51.187673 [ 3 ] {dd274cd7-19f9-4443-90ba-72929e9317fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12848 | 2024.07.13 05:42:51.187817 [ 198 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 38 rows starting from the beginning of the part | ||
12849 | 2024.07.13 05:42:51.188178 [ 198 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 43 rows starting from the beginning of the part | ||
12850 | 2024.07.13 05:42:51.188521 [ 198 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 51 rows starting from the beginning of the part | ||
12851 | 2024.07.13 05:42:51.188833 [ 198 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 53 rows starting from the beginning of the part | ||
12852 | 2024.07.13 05:42:51.189001 [ 3 ] {dd274cd7-19f9-4443-90ba-72929e9317fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12853 | 2024.07.13 05:42:51.190015 [ 3 ] {dd274cd7-19f9-4443-90ba-72929e9317fa} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12854 | 2024.07.13 05:42:51.190086 [ 3 ] {dd274cd7-19f9-4443-90ba-72929e9317fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12855 | 2024.07.13 05:42:51.190816 [ 3 ] {dd274cd7-19f9-4443-90ba-72929e9317fa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12856 | 2024.07.13 05:42:51.191761 [ 3 ] {dd274cd7-19f9-4443-90ba-72929e9317fa} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12857 | 2024.07.13 05:42:51.191770 [ 187 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 4 columns (4 merged, 0 gathered) in 0.005448705 sec., 47901.29030659579 rows/sec., 3.63 MiB/sec. | ||
12858 | 2024.07.13 05:42:51.192030 [ 3 ] {dd274cd7-19f9-4443-90ba-72929e9317fa} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.004619 sec., 649.4912318683698 rows/sec., 48.20 KiB/sec. | ||
12859 | 2024.07.13 05:42:51.192140 [ 187 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Trace> MergedBlockOutputStream: filled checksums all_1_39_9 (state Temporary) | ||
12860 | 2024.07.13 05:42:51.192331 [ 3 ] {dd274cd7-19f9-4443-90ba-72929e9317fa} <Debug> DynamicQueryHandler: Done processing query | ||
12861 | 2024.07.13 05:42:51.192372 [ 3 ] {dd274cd7-19f9-4443-90ba-72929e9317fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12862 | 2024.07.13 05:42:51.192400 [ 3 ] {} <Debug> HTTP-Session: f1d18f96-0b16-48e5-9ca6-4b4d8f09a070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12863 | 2024.07.13 05:42:51.192631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 51383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12864 | 2024.07.13 05:42:51.192716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12865 | 2024.07.13 05:42:51.192751 [ 3 ] {} <Debug> HTTP-Session: c9f3a4a6-1933-406f-902c-f232bd73d722 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12866 | 2024.07.13 05:42:51.192788 [ 3 ] {} <Debug> HTTP-Session: c9f3a4a6-1933-406f-902c-f232bd73d722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12867 | 2024.07.13 05:42:51.192819 [ 3 ] {} <Debug> HTTP-Session: c9f3a4a6-1933-406f-902c-f232bd73d722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12868 | 2024.07.13 05:42:51.192825 [ 187 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_merge_all_1_39_9 to all_1_39_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12869 | 2024.07.13 05:42:51.192868 [ 3 ] {} <Trace> HTTP-Session: c9f3a4a6-1933-406f-902c-f232bd73d722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12870 | 2024.07.13 05:42:51.192988 [ 187 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_39_9} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Merged 6 parts: [all_1_34_8, all_39_39_0] -> all_1_39_9 | ||
12871 | 2024.07.13 05:42:51.193137 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12872 | 2024.07.13 05:42:51.193156 [ 3 ] {6effaf87-4c22-4e45-be48-687314387de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12873 | 2024.07.13 05:42:51.193220 [ 3 ] {6effaf87-4c22-4e45-be48-687314387de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12874 | 2024.07.13 05:42:51.193364 [ 3 ] {6effaf87-4c22-4e45-be48-687314387de3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12875 | 2024.07.13 05:42:51.193898 [ 3 ] {6effaf87-4c22-4e45-be48-687314387de3} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12876 | 2024.07.13 05:42:51.193961 [ 3 ] {6effaf87-4c22-4e45-be48-687314387de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12877 | 2024.07.13 05:42:51.194296 [ 3 ] {6effaf87-4c22-4e45-be48-687314387de3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12878 | 2024.07.13 05:42:51.194605 [ 3 ] {6effaf87-4c22-4e45-be48-687314387de3} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12879 | 2024.07.13 05:42:51.194766 [ 3 ] {6effaf87-4c22-4e45-be48-687314387de3} <Debug> executeQuery: Read 344 rows, 30.52 KiB in 0.001765 sec., 194900.84985835693 rows/sec., 16.89 MiB/sec. | ||
12880 | 2024.07.13 05:42:51.195025 [ 3 ] {6effaf87-4c22-4e45-be48-687314387de3} <Debug> DynamicQueryHandler: Done processing query | ||
12881 | 2024.07.13 05:42:51.195093 [ 3 ] {6effaf87-4c22-4e45-be48-687314387de3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12882 | 2024.07.13 05:42:51.195159 [ 3 ] {} <Debug> HTTP-Session: c9f3a4a6-1933-406f-902c-f232bd73d722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12883 | 2024.07.13 05:42:51.195336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12884 | 2024.07.13 05:42:51.195385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12885 | 2024.07.13 05:42:51.195404 [ 3 ] {} <Debug> HTTP-Session: 6466674b-bc98-4f14-ac04-65c41c145641 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12886 | 2024.07.13 05:42:51.195421 [ 3 ] {} <Debug> HTTP-Session: 6466674b-bc98-4f14-ac04-65c41c145641 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12887 | 2024.07.13 05:42:51.195523 [ 3 ] {} <Debug> HTTP-Session: 6466674b-bc98-4f14-ac04-65c41c145641 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12888 | 2024.07.13 05:42:51.195556 [ 3 ] {} <Trace> HTTP-Session: 6466674b-bc98-4f14-ac04-65c41c145641 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12889 | 2024.07.13 05:42:51.195651 [ 3 ] {79a5827e-67fb-425e-83b1-d80c337cedd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12890 | 2024.07.13 05:42:51.195695 [ 3 ] {79a5827e-67fb-425e-83b1-d80c337cedd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12891 | 2024.07.13 05:42:51.195838 [ 3 ] {79a5827e-67fb-425e-83b1-d80c337cedd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12892 | 2024.07.13 05:42:51.196114 [ 3 ] {79a5827e-67fb-425e-83b1-d80c337cedd2} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12893 | 2024.07.13 05:42:51.196149 [ 3 ] {79a5827e-67fb-425e-83b1-d80c337cedd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12894 | 2024.07.13 05:42:51.196439 [ 3 ] {79a5827e-67fb-425e-83b1-d80c337cedd2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12895 | 2024.07.13 05:42:51.196740 [ 3 ] {79a5827e-67fb-425e-83b1-d80c337cedd2} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12896 | 2024.07.13 05:42:51.196895 [ 3 ] {79a5827e-67fb-425e-83b1-d80c337cedd2} <Debug> executeQuery: Read 3 rows, 192.00 B in 0.001261 sec., 2379.064234734338 rows/sec., 148.69 KiB/sec. | ||
12897 | 2024.07.13 05:42:51.197197 [ 3 ] {79a5827e-67fb-425e-83b1-d80c337cedd2} <Debug> DynamicQueryHandler: Done processing query | ||
12898 | 2024.07.13 05:42:51.197223 [ 3 ] {79a5827e-67fb-425e-83b1-d80c337cedd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12899 | 2024.07.13 05:42:51.197240 [ 3 ] {} <Debug> HTTP-Session: 6466674b-bc98-4f14-ac04-65c41c145641 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12900 | 2024.07.13 05:42:51.197416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 76921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12901 | 2024.07.13 05:42:51.197464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12902 | 2024.07.13 05:42:51.197484 [ 3 ] {} <Debug> HTTP-Session: e9d47f71-af4f-457c-88ee-17a35e62a2b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12903 | 2024.07.13 05:42:51.197500 [ 3 ] {} <Debug> HTTP-Session: e9d47f71-af4f-457c-88ee-17a35e62a2b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12904 | 2024.07.13 05:42:51.197514 [ 3 ] {} <Debug> HTTP-Session: e9d47f71-af4f-457c-88ee-17a35e62a2b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12905 | 2024.07.13 05:42:51.197544 [ 3 ] {} <Trace> HTTP-Session: e9d47f71-af4f-457c-88ee-17a35e62a2b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12906 | 2024.07.13 05:42:51.197753 [ 3 ] {4dc79d43-90c4-4dd5-9a8c-cfc412d2d772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12907 | 2024.07.13 05:42:51.197796 [ 3 ] {4dc79d43-90c4-4dd5-9a8c-cfc412d2d772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12908 | 2024.07.13 05:42:51.197940 [ 3 ] {4dc79d43-90c4-4dd5-9a8c-cfc412d2d772} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12909 | 2024.07.13 05:42:51.198478 [ 3 ] {4dc79d43-90c4-4dd5-9a8c-cfc412d2d772} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12910 | 2024.07.13 05:42:51.198515 [ 3 ] {4dc79d43-90c4-4dd5-9a8c-cfc412d2d772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12911 | 2024.07.13 05:42:51.198861 [ 3 ] {4dc79d43-90c4-4dd5-9a8c-cfc412d2d772} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12912 | 2024.07.13 05:42:51.199165 [ 3 ] {4dc79d43-90c4-4dd5-9a8c-cfc412d2d772} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12913 | 2024.07.13 05:42:51.199310 [ 3 ] {4dc79d43-90c4-4dd5-9a8c-cfc412d2d772} <Debug> executeQuery: Read 474 rows, 34.61 KiB in 0.00167 sec., 283832.3353293413 rows/sec., 20.24 MiB/sec. | ||
12914 | 2024.07.13 05:42:51.199557 [ 3 ] {4dc79d43-90c4-4dd5-9a8c-cfc412d2d772} <Debug> DynamicQueryHandler: Done processing query | ||
12915 | 2024.07.13 05:42:51.199623 [ 3 ] {4dc79d43-90c4-4dd5-9a8c-cfc412d2d772} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
12916 | 2024.07.13 05:42:51.199678 [ 3 ] {} <Debug> HTTP-Session: e9d47f71-af4f-457c-88ee-17a35e62a2b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12917 | 2024.07.13 05:42:51.199850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12918 | 2024.07.13 05:42:51.199901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12919 | 2024.07.13 05:42:51.199920 [ 3 ] {} <Debug> HTTP-Session: 58a3aae7-2513-437b-beef-2e98a9d6abff Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12920 | 2024.07.13 05:42:51.199936 [ 3 ] {} <Debug> HTTP-Session: 58a3aae7-2513-437b-beef-2e98a9d6abff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12921 | 2024.07.13 05:42:51.199950 [ 3 ] {} <Debug> HTTP-Session: 58a3aae7-2513-437b-beef-2e98a9d6abff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12922 | 2024.07.13 05:42:51.199981 [ 3 ] {} <Trace> HTTP-Session: 58a3aae7-2513-437b-beef-2e98a9d6abff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12923 | 2024.07.13 05:42:51.200080 [ 3 ] {4e6ea7e2-26d2-4237-a022-cdb792af02b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12924 | 2024.07.13 05:42:51.200126 [ 3 ] {4e6ea7e2-26d2-4237-a022-cdb792af02b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12925 | 2024.07.13 05:42:51.200272 [ 3 ] {4e6ea7e2-26d2-4237-a022-cdb792af02b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12926 | 2024.07.13 05:42:51.200533 [ 3 ] {4e6ea7e2-26d2-4237-a022-cdb792af02b1} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12927 | 2024.07.13 05:42:51.200568 [ 3 ] {4e6ea7e2-26d2-4237-a022-cdb792af02b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12928 | 2024.07.13 05:42:51.200917 [ 3 ] {4e6ea7e2-26d2-4237-a022-cdb792af02b1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12929 | 2024.07.13 05:42:51.201228 [ 3 ] {4e6ea7e2-26d2-4237-a022-cdb792af02b1} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12930 | 2024.07.13 05:42:51.201399 [ 3 ] {4e6ea7e2-26d2-4237-a022-cdb792af02b1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 192.25 KiB/sec. | ||
12931 | 2024.07.13 05:42:51.201563 [ 3 ] {4e6ea7e2-26d2-4237-a022-cdb792af02b1} <Debug> DynamicQueryHandler: Done processing query | ||
12932 | 2024.07.13 05:42:51.201587 [ 3 ] {4e6ea7e2-26d2-4237-a022-cdb792af02b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12933 | 2024.07.13 05:42:51.201603 [ 3 ] {} <Debug> HTTP-Session: 58a3aae7-2513-437b-beef-2e98a9d6abff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12934 | 2024.07.13 05:42:51.201778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12935 | 2024.07.13 05:42:51.201827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12936 | 2024.07.13 05:42:51.201846 [ 3 ] {} <Debug> HTTP-Session: d3049639-e436-4a9c-8b49-974375f29aed Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12937 | 2024.07.13 05:42:51.201862 [ 3 ] {} <Debug> HTTP-Session: d3049639-e436-4a9c-8b49-974375f29aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12938 | 2024.07.13 05:42:51.201876 [ 3 ] {} <Debug> HTTP-Session: d3049639-e436-4a9c-8b49-974375f29aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12939 | 2024.07.13 05:42:51.201906 [ 3 ] {} <Trace> HTTP-Session: d3049639-e436-4a9c-8b49-974375f29aed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12940 | 2024.07.13 05:42:51.202037 [ 3 ] {57b80973-df0f-49cf-8ef6-eeca1edb55e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12941 | 2024.07.13 05:42:51.202083 [ 3 ] {57b80973-df0f-49cf-8ef6-eeca1edb55e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12942 | 2024.07.13 05:42:51.202226 [ 3 ] {57b80973-df0f-49cf-8ef6-eeca1edb55e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12943 | 2024.07.13 05:42:51.202540 [ 3 ] {57b80973-df0f-49cf-8ef6-eeca1edb55e5} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12944 | 2024.07.13 05:42:51.202574 [ 3 ] {57b80973-df0f-49cf-8ef6-eeca1edb55e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12945 | 2024.07.13 05:42:51.202923 [ 3 ] {57b80973-df0f-49cf-8ef6-eeca1edb55e5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12946 | 2024.07.13 05:42:51.203242 [ 3 ] {57b80973-df0f-49cf-8ef6-eeca1edb55e5} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12947 | 2024.07.13 05:42:51.203413 [ 3 ] {57b80973-df0f-49cf-8ef6-eeca1edb55e5} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001434 sec., 53695.95536959554 rows/sec., 3.31 MiB/sec. | ||
12948 | 2024.07.13 05:42:51.203568 [ 3 ] {57b80973-df0f-49cf-8ef6-eeca1edb55e5} <Debug> DynamicQueryHandler: Done processing query | ||
12949 | 2024.07.13 05:42:51.203591 [ 3 ] {57b80973-df0f-49cf-8ef6-eeca1edb55e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12950 | 2024.07.13 05:42:51.203607 [ 3 ] {} <Debug> HTTP-Session: d3049639-e436-4a9c-8b49-974375f29aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12951 | 2024.07.13 05:42:51.203758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12952 | 2024.07.13 05:42:51.203805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12953 | 2024.07.13 05:42:51.203824 [ 3 ] {} <Debug> HTTP-Session: f1c97899-6983-49e9-97d9-2d2efabbf520 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12954 | 2024.07.13 05:42:51.203840 [ 3 ] {} <Debug> HTTP-Session: f1c97899-6983-49e9-97d9-2d2efabbf520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12955 | 2024.07.13 05:42:51.203855 [ 3 ] {} <Debug> HTTP-Session: f1c97899-6983-49e9-97d9-2d2efabbf520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12956 | 2024.07.13 05:42:51.203885 [ 3 ] {} <Trace> HTTP-Session: f1c97899-6983-49e9-97d9-2d2efabbf520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12957 | 2024.07.13 05:42:51.204075 [ 3 ] {89b3413f-4290-4cc2-816b-fa1dd79efc72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12958 | 2024.07.13 05:42:51.204120 [ 3 ] {89b3413f-4290-4cc2-816b-fa1dd79efc72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12959 | 2024.07.13 05:42:51.204260 [ 3 ] {89b3413f-4290-4cc2-816b-fa1dd79efc72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12960 | 2024.07.13 05:42:51.204677 [ 3 ] {89b3413f-4290-4cc2-816b-fa1dd79efc72} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12961 | 2024.07.13 05:42:51.204713 [ 3 ] {89b3413f-4290-4cc2-816b-fa1dd79efc72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12962 | 2024.07.13 05:42:51.205106 [ 3 ] {89b3413f-4290-4cc2-816b-fa1dd79efc72} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12963 | 2024.07.13 05:42:51.205429 [ 3 ] {89b3413f-4290-4cc2-816b-fa1dd79efc72} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12964 | 2024.07.13 05:42:51.205580 [ 3 ] {89b3413f-4290-4cc2-816b-fa1dd79efc72} <Debug> executeQuery: Read 199 rows, 14.20 KiB in 0.001616 sec., 123143.56435643564 rows/sec., 8.58 MiB/sec. | ||
12965 | 2024.07.13 05:42:51.205752 [ 3 ] {89b3413f-4290-4cc2-816b-fa1dd79efc72} <Debug> DynamicQueryHandler: Done processing query | ||
12966 | 2024.07.13 05:42:51.205776 [ 3 ] {89b3413f-4290-4cc2-816b-fa1dd79efc72} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12967 | 2024.07.13 05:42:51.205792 [ 3 ] {} <Debug> HTTP-Session: f1c97899-6983-49e9-97d9-2d2efabbf520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12968 | 2024.07.13 05:42:51.205960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 75562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12969 | 2024.07.13 05:42:51.206008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12970 | 2024.07.13 05:42:51.206029 [ 3 ] {} <Debug> HTTP-Session: 8177baae-6fc5-4e28-bbf3-87f74a730c93 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12971 | 2024.07.13 05:42:51.206046 [ 3 ] {} <Debug> HTTP-Session: 8177baae-6fc5-4e28-bbf3-87f74a730c93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12972 | 2024.07.13 05:42:51.206060 [ 3 ] {} <Debug> HTTP-Session: 8177baae-6fc5-4e28-bbf3-87f74a730c93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12973 | 2024.07.13 05:42:51.206090 [ 3 ] {} <Trace> HTTP-Session: 8177baae-6fc5-4e28-bbf3-87f74a730c93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12974 | 2024.07.13 05:42:51.206525 [ 3 ] {2e377418-580d-4430-834a-5cbe187328b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12975 | 2024.07.13 05:42:51.206591 [ 3 ] {2e377418-580d-4430-834a-5cbe187328b9} <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 | ||
12976 | 2024.07.13 05:42:51.206991 [ 3 ] {2e377418-580d-4430-834a-5cbe187328b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12977 | 2024.07.13 05:42:51.207818 [ 3 ] {2e377418-580d-4430-834a-5cbe187328b9} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12978 | 2024.07.13 05:42:51.207853 [ 3 ] {2e377418-580d-4430-834a-5cbe187328b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12979 | 2024.07.13 05:42:51.208486 [ 3 ] {2e377418-580d-4430-834a-5cbe187328b9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12980 | 2024.07.13 05:42:51.208882 [ 3 ] {2e377418-580d-4430-834a-5cbe187328b9} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12981 | 2024.07.13 05:42:51.209053 [ 3 ] {2e377418-580d-4430-834a-5cbe187328b9} <Debug> executeQuery: Read 47 rows, 86.24 KiB in 0.002867 sec., 16393.442622950817 rows/sec., 29.38 MiB/sec. | ||
12982 | 2024.07.13 05:42:51.209563 [ 3 ] {2e377418-580d-4430-834a-5cbe187328b9} <Debug> DynamicQueryHandler: Done processing query | ||
12983 | 2024.07.13 05:42:51.209588 [ 3 ] {2e377418-580d-4430-834a-5cbe187328b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
12984 | 2024.07.13 05:42:51.209604 [ 3 ] {} <Debug> HTTP-Session: 8177baae-6fc5-4e28-bbf3-87f74a730c93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12985 | 2024.07.13 05:42:51.209729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12986 | 2024.07.13 05:42:51.209777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12987 | 2024.07.13 05:42:51.209796 [ 3 ] {} <Debug> HTTP-Session: 7a05bf8e-d938-4432-8b51-d51489afad54 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
12988 | 2024.07.13 05:42:51.209812 [ 3 ] {} <Debug> HTTP-Session: 7a05bf8e-d938-4432-8b51-d51489afad54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12989 | 2024.07.13 05:42:51.209826 [ 3 ] {} <Debug> HTTP-Session: 7a05bf8e-d938-4432-8b51-d51489afad54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12990 | 2024.07.13 05:42:51.209855 [ 3 ] {} <Trace> HTTP-Session: 7a05bf8e-d938-4432-8b51-d51489afad54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12991 | 2024.07.13 05:42:51.209959 [ 3 ] {000ce55c-d221-46c8-81e1-ade3113eb7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12992 | 2024.07.13 05:42:51.210004 [ 3 ] {000ce55c-d221-46c8-81e1-ade3113eb7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12993 | 2024.07.13 05:42:51.210151 [ 3 ] {000ce55c-d221-46c8-81e1-ade3113eb7a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12994 | 2024.07.13 05:42:51.210445 [ 3 ] {000ce55c-d221-46c8-81e1-ade3113eb7a3} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12995 | 2024.07.13 05:42:51.210481 [ 3 ] {000ce55c-d221-46c8-81e1-ade3113eb7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
12996 | 2024.07.13 05:42:51.210850 [ 3 ] {000ce55c-d221-46c8-81e1-ade3113eb7a3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12997 | 2024.07.13 05:42:51.211194 [ 3 ] {000ce55c-d221-46c8-81e1-ade3113eb7a3} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12998 | 2024.07.13 05:42:51.211342 [ 3 ] {000ce55c-d221-46c8-81e1-ade3113eb7a3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001409 sec., 16323.633782824698 rows/sec., 883.00 KiB/sec. | ||
12999 | 2024.07.13 05:42:51.211499 [ 3 ] {000ce55c-d221-46c8-81e1-ade3113eb7a3} <Debug> DynamicQueryHandler: Done processing query | ||
13000 | 2024.07.13 05:42:51.211522 [ 3 ] {000ce55c-d221-46c8-81e1-ade3113eb7a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13001 | 2024.07.13 05:42:51.211537 [ 3 ] {} <Debug> HTTP-Session: 7a05bf8e-d938-4432-8b51-d51489afad54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13002 | 2024.07.13 05:42:51.211663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13003 | 2024.07.13 05:42:51.211709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13004 | 2024.07.13 05:42:51.211728 [ 3 ] {} <Debug> HTTP-Session: b06292cd-6211-4c6e-ad18-0295c9d84873 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13005 | 2024.07.13 05:42:51.211744 [ 3 ] {} <Debug> HTTP-Session: b06292cd-6211-4c6e-ad18-0295c9d84873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13006 | 2024.07.13 05:42:51.211759 [ 3 ] {} <Debug> HTTP-Session: b06292cd-6211-4c6e-ad18-0295c9d84873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13007 | 2024.07.13 05:42:51.211789 [ 3 ] {} <Trace> HTTP-Session: b06292cd-6211-4c6e-ad18-0295c9d84873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13008 | 2024.07.13 05:42:51.211898 [ 3 ] {b395c05f-691a-4f5a-8331-c35b53c33e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13009 | 2024.07.13 05:42:51.211942 [ 3 ] {b395c05f-691a-4f5a-8331-c35b53c33e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13010 | 2024.07.13 05:42:51.212066 [ 3 ] {b395c05f-691a-4f5a-8331-c35b53c33e28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13011 | 2024.07.13 05:42:51.212358 [ 3 ] {b395c05f-691a-4f5a-8331-c35b53c33e28} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13012 | 2024.07.13 05:42:51.212393 [ 3 ] {b395c05f-691a-4f5a-8331-c35b53c33e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
13013 | 2024.07.13 05:42:51.212753 [ 3 ] {b395c05f-691a-4f5a-8331-c35b53c33e28} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13014 | 2024.07.13 05:42:51.213069 [ 3 ] {b395c05f-691a-4f5a-8331-c35b53c33e28} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13015 | 2024.07.13 05:42:51.213221 [ 3 ] {b395c05f-691a-4f5a-8331-c35b53c33e28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. | ||
13016 | 2024.07.13 05:42:51.213386 [ 3 ] {b395c05f-691a-4f5a-8331-c35b53c33e28} <Debug> DynamicQueryHandler: Done processing query | ||
13017 | 2024.07.13 05:42:51.213409 [ 3 ] {b395c05f-691a-4f5a-8331-c35b53c33e28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13018 | 2024.07.13 05:42:51.213425 [ 3 ] {} <Debug> HTTP-Session: b06292cd-6211-4c6e-ad18-0295c9d84873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13019 | 2024.07.13 05:42:56.169153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13020 | 2024.07.13 05:42:56.169296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13021 | 2024.07.13 05:42:56.169326 [ 3 ] {} <Debug> HTTP-Session: 911dbe5b-1d02-4c4b-a6a9-c85a891583ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13022 | 2024.07.13 05:42:56.169355 [ 3 ] {} <Debug> HTTP-Session: 911dbe5b-1d02-4c4b-a6a9-c85a891583ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13023 | 2024.07.13 05:42:56.169374 [ 3 ] {} <Debug> HTTP-Session: 911dbe5b-1d02-4c4b-a6a9-c85a891583ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13024 | 2024.07.13 05:42:56.169429 [ 3 ] {} <Trace> HTTP-Session: 911dbe5b-1d02-4c4b-a6a9-c85a891583ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13025 | 2024.07.13 05:42:56.169635 [ 3 ] {0838d03f-a2d7-4132-ada7-fff0b8696eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13026 | 2024.07.13 05:42:56.169702 [ 3 ] {0838d03f-a2d7-4132-ada7-fff0b8696eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13027 | 2024.07.13 05:42:56.169894 [ 3 ] {0838d03f-a2d7-4132-ada7-fff0b8696eea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13028 | 2024.07.13 05:42:56.170323 [ 3 ] {0838d03f-a2d7-4132-ada7-fff0b8696eea} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13029 | 2024.07.13 05:42:56.170365 [ 3 ] {0838d03f-a2d7-4132-ada7-fff0b8696eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
13030 | 2024.07.13 05:42:56.170733 [ 3 ] {0838d03f-a2d7-4132-ada7-fff0b8696eea} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13031 | 2024.07.13 05:42:56.171064 [ 3 ] {0838d03f-a2d7-4132-ada7-fff0b8696eea} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13032 | 2024.07.13 05:42:56.171229 [ 3 ] {0838d03f-a2d7-4132-ada7-fff0b8696eea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001657 sec., 33796.01689800845 rows/sec., 2.60 MiB/sec. | ||
13033 | 2024.07.13 05:42:56.171506 [ 3 ] {0838d03f-a2d7-4132-ada7-fff0b8696eea} <Debug> DynamicQueryHandler: Done processing query | ||
13034 | 2024.07.13 05:42:56.171565 [ 3 ] {0838d03f-a2d7-4132-ada7-fff0b8696eea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13035 | 2024.07.13 05:42:56.171619 [ 3 ] {} <Debug> HTTP-Session: 911dbe5b-1d02-4c4b-a6a9-c85a891583ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13036 | 2024.07.13 05:42:56.171803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13037 | 2024.07.13 05:42:56.171855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13038 | 2024.07.13 05:42:56.171875 [ 3 ] {} <Debug> HTTP-Session: 3dbcfed5-db68-4992-b45e-3ab747366de0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13039 | 2024.07.13 05:42:56.171893 [ 3 ] {} <Debug> HTTP-Session: 3dbcfed5-db68-4992-b45e-3ab747366de0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13040 | 2024.07.13 05:42:56.171907 [ 3 ] {} <Debug> HTTP-Session: 3dbcfed5-db68-4992-b45e-3ab747366de0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13041 | 2024.07.13 05:42:56.171938 [ 3 ] {} <Trace> HTTP-Session: 3dbcfed5-db68-4992-b45e-3ab747366de0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13042 | 2024.07.13 05:42:56.172061 [ 3 ] {5a0957e8-50c4-40ce-8140-70ca9e2d3f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13043 | 2024.07.13 05:42:56.172107 [ 3 ] {5a0957e8-50c4-40ce-8140-70ca9e2d3f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13044 | 2024.07.13 05:42:56.172251 [ 3 ] {5a0957e8-50c4-40ce-8140-70ca9e2d3f04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13045 | 2024.07.13 05:42:56.172590 [ 3 ] {5a0957e8-50c4-40ce-8140-70ca9e2d3f04} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13046 | 2024.07.13 05:42:56.172627 [ 3 ] {5a0957e8-50c4-40ce-8140-70ca9e2d3f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
13047 | 2024.07.13 05:42:56.172967 [ 3 ] {5a0957e8-50c4-40ce-8140-70ca9e2d3f04} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13048 | 2024.07.13 05:42:56.173273 [ 3 ] {5a0957e8-50c4-40ce-8140-70ca9e2d3f04} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13049 | 2024.07.13 05:42:56.173424 [ 3 ] {5a0957e8-50c4-40ce-8140-70ca9e2d3f04} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. | ||
13050 | 2024.07.13 05:42:56.173603 [ 3 ] {5a0957e8-50c4-40ce-8140-70ca9e2d3f04} <Debug> DynamicQueryHandler: Done processing query | ||
13051 | 2024.07.13 05:42:56.173626 [ 3 ] {5a0957e8-50c4-40ce-8140-70ca9e2d3f04} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13052 | 2024.07.13 05:42:56.173642 [ 3 ] {} <Debug> HTTP-Session: 3dbcfed5-db68-4992-b45e-3ab747366de0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13053 | 2024.07.13 05:42:56.173809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13054 | 2024.07.13 05:42:56.173857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13055 | 2024.07.13 05:42:56.173877 [ 3 ] {} <Debug> HTTP-Session: ba895ca3-524d-4dcd-bb5e-efaa4742968c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13056 | 2024.07.13 05:42:56.173893 [ 3 ] {} <Debug> HTTP-Session: ba895ca3-524d-4dcd-bb5e-efaa4742968c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13057 | 2024.07.13 05:42:56.173907 [ 3 ] {} <Debug> HTTP-Session: ba895ca3-524d-4dcd-bb5e-efaa4742968c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13058 | 2024.07.13 05:42:56.173937 [ 3 ] {} <Trace> HTTP-Session: ba895ca3-524d-4dcd-bb5e-efaa4742968c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13059 | 2024.07.13 05:42:56.174076 [ 3 ] {6878f73a-639f-41fd-ab0e-1de1aaea9063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13060 | 2024.07.13 05:42:56.174122 [ 3 ] {6878f73a-639f-41fd-ab0e-1de1aaea9063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13061 | 2024.07.13 05:42:56.174266 [ 3 ] {6878f73a-639f-41fd-ab0e-1de1aaea9063} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13062 | 2024.07.13 05:42:56.174619 [ 3 ] {6878f73a-639f-41fd-ab0e-1de1aaea9063} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13063 | 2024.07.13 05:42:56.174655 [ 3 ] {6878f73a-639f-41fd-ab0e-1de1aaea9063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
13064 | 2024.07.13 05:42:56.175040 [ 3 ] {6878f73a-639f-41fd-ab0e-1de1aaea9063} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13065 | 2024.07.13 05:42:56.175367 [ 3 ] {6878f73a-639f-41fd-ab0e-1de1aaea9063} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13066 | 2024.07.13 05:42:56.175523 [ 3 ] {6878f73a-639f-41fd-ab0e-1de1aaea9063} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec. | ||
13067 | 2024.07.13 05:42:56.175712 [ 3 ] {6878f73a-639f-41fd-ab0e-1de1aaea9063} <Debug> DynamicQueryHandler: Done processing query | ||
13068 | 2024.07.13 05:42:56.175749 [ 3 ] {6878f73a-639f-41fd-ab0e-1de1aaea9063} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13069 | 2024.07.13 05:42:56.175779 [ 3 ] {} <Debug> HTTP-Session: ba895ca3-524d-4dcd-bb5e-efaa4742968c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13070 | 2024.07.13 05:42:56.175923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13071 | 2024.07.13 05:42:56.175970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13072 | 2024.07.13 05:42:56.175989 [ 3 ] {} <Debug> HTTP-Session: 32b0887b-57c7-48cf-9ce2-36e77103d317 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13073 | 2024.07.13 05:42:56.176004 [ 3 ] {} <Debug> HTTP-Session: 32b0887b-57c7-48cf-9ce2-36e77103d317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13074 | 2024.07.13 05:42:56.176018 [ 3 ] {} <Debug> HTTP-Session: 32b0887b-57c7-48cf-9ce2-36e77103d317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13075 | 2024.07.13 05:42:56.176048 [ 3 ] {} <Trace> HTTP-Session: 32b0887b-57c7-48cf-9ce2-36e77103d317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13076 | 2024.07.13 05:42:56.176172 [ 3 ] {672e5c97-03a4-4ede-8296-2199cc7bb81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13077 | 2024.07.13 05:42:56.176217 [ 3 ] {672e5c97-03a4-4ede-8296-2199cc7bb81e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13078 | 2024.07.13 05:42:56.176339 [ 3 ] {672e5c97-03a4-4ede-8296-2199cc7bb81e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13079 | 2024.07.13 05:42:56.176623 [ 3 ] {672e5c97-03a4-4ede-8296-2199cc7bb81e} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13080 | 2024.07.13 05:42:56.176658 [ 3 ] {672e5c97-03a4-4ede-8296-2199cc7bb81e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
13081 | 2024.07.13 05:42:56.177008 [ 3 ] {672e5c97-03a4-4ede-8296-2199cc7bb81e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13082 | 2024.07.13 05:42:56.177317 [ 3 ] {672e5c97-03a4-4ede-8296-2199cc7bb81e} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13083 | 2024.07.13 05:42:56.177471 [ 3 ] {672e5c97-03a4-4ede-8296-2199cc7bb81e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. | ||
13084 | 2024.07.13 05:42:56.177729 [ 3 ] {672e5c97-03a4-4ede-8296-2199cc7bb81e} <Debug> DynamicQueryHandler: Done processing query | ||
13085 | 2024.07.13 05:42:56.177790 [ 3 ] {672e5c97-03a4-4ede-8296-2199cc7bb81e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13086 | 2024.07.13 05:42:56.177846 [ 3 ] {} <Debug> HTTP-Session: 32b0887b-57c7-48cf-9ce2-36e77103d317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13087 | 2024.07.13 05:43:00.446068 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13088 | 2024.07.13 05:43:00.446167 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13089 | 2024.07.13 05:43:01.177078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 8776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13090 | 2024.07.13 05:43:01.177241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13091 | 2024.07.13 05:43:01.177284 [ 3 ] {} <Debug> HTTP-Session: 8c9028ac-4d63-4328-92e6-96d3a5bb7936 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13092 | 2024.07.13 05:43:01.177323 [ 3 ] {} <Debug> HTTP-Session: 8c9028ac-4d63-4328-92e6-96d3a5bb7936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13093 | 2024.07.13 05:43:01.177353 [ 3 ] {} <Debug> HTTP-Session: 8c9028ac-4d63-4328-92e6-96d3a5bb7936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13094 | 2024.07.13 05:43:01.177430 [ 3 ] {} <Trace> HTTP-Session: 8c9028ac-4d63-4328-92e6-96d3a5bb7936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13095 | 2024.07.13 05:43:01.177730 [ 3 ] {5dfe499d-3135-4e6c-ae7a-4296a1c7a272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13096 | 2024.07.13 05:43:01.177798 [ 3 ] {5dfe499d-3135-4e6c-ae7a-4296a1c7a272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13097 | 2024.07.13 05:43:01.177992 [ 3 ] {5dfe499d-3135-4e6c-ae7a-4296a1c7a272} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13098 | 2024.07.13 05:43:01.178415 [ 3 ] {5dfe499d-3135-4e6c-ae7a-4296a1c7a272} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13099 | 2024.07.13 05:43:01.178455 [ 3 ] {5dfe499d-3135-4e6c-ae7a-4296a1c7a272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13100 | 2024.07.13 05:43:01.178818 [ 3 ] {5dfe499d-3135-4e6c-ae7a-4296a1c7a272} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13101 | 2024.07.13 05:43:01.179140 [ 3 ] {5dfe499d-3135-4e6c-ae7a-4296a1c7a272} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13102 | 2024.07.13 05:43:01.179294 [ 3 ] {5dfe499d-3135-4e6c-ae7a-4296a1c7a272} <Debug> executeQuery: Read 62 rows, 4.88 KiB in 0.001678 sec., 36948.74851013111 rows/sec., 2.84 MiB/sec. | ||
13103 | 2024.07.13 05:43:01.179492 [ 3 ] {5dfe499d-3135-4e6c-ae7a-4296a1c7a272} <Debug> DynamicQueryHandler: Done processing query | ||
13104 | 2024.07.13 05:43:01.179518 [ 3 ] {5dfe499d-3135-4e6c-ae7a-4296a1c7a272} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13105 | 2024.07.13 05:43:01.179534 [ 3 ] {} <Debug> HTTP-Session: 8c9028ac-4d63-4328-92e6-96d3a5bb7936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13106 | 2024.07.13 05:43:01.179655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13107 | 2024.07.13 05:43:01.179702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13108 | 2024.07.13 05:43:01.179721 [ 3 ] {} <Debug> HTTP-Session: fc98f4e5-6d82-49b9-bf85-a3f0832d4a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13109 | 2024.07.13 05:43:01.179738 [ 3 ] {} <Debug> HTTP-Session: fc98f4e5-6d82-49b9-bf85-a3f0832d4a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13110 | 2024.07.13 05:43:01.179752 [ 3 ] {} <Debug> HTTP-Session: fc98f4e5-6d82-49b9-bf85-a3f0832d4a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13111 | 2024.07.13 05:43:01.179783 [ 3 ] {} <Trace> HTTP-Session: fc98f4e5-6d82-49b9-bf85-a3f0832d4a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13112 | 2024.07.13 05:43:01.179875 [ 3 ] {bd62fd66-3960-4136-bb30-3084bfe195d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13113 | 2024.07.13 05:43:01.179917 [ 3 ] {bd62fd66-3960-4136-bb30-3084bfe195d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13114 | 2024.07.13 05:43:01.180043 [ 3 ] {bd62fd66-3960-4136-bb30-3084bfe195d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13115 | 2024.07.13 05:43:01.180389 [ 3 ] {bd62fd66-3960-4136-bb30-3084bfe195d3} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13116 | 2024.07.13 05:43:01.180425 [ 3 ] {bd62fd66-3960-4136-bb30-3084bfe195d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13117 | 2024.07.13 05:43:01.180716 [ 3 ] {bd62fd66-3960-4136-bb30-3084bfe195d3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
13118 | 2024.07.13 05:43:01.181014 [ 3 ] {bd62fd66-3960-4136-bb30-3084bfe195d3} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13119 | 2024.07.13 05:43:01.181173 [ 3 ] {bd62fd66-3960-4136-bb30-3084bfe195d3} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001318 sec., 2276.176024279211 rows/sec., 168.93 KiB/sec. | ||
13120 | 2024.07.13 05:43:01.181451 [ 3 ] {bd62fd66-3960-4136-bb30-3084bfe195d3} <Debug> DynamicQueryHandler: Done processing query | ||
13121 | 2024.07.13 05:43:01.181476 [ 3 ] {bd62fd66-3960-4136-bb30-3084bfe195d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13122 | 2024.07.13 05:43:01.181493 [ 3 ] {} <Debug> HTTP-Session: fc98f4e5-6d82-49b9-bf85-a3f0832d4a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13123 | 2024.07.13 05:43:01.181654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 50523, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13124 | 2024.07.13 05:43:01.181703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13125 | 2024.07.13 05:43:01.181722 [ 3 ] {} <Debug> HTTP-Session: 560dec60-d29c-4f01-a965-913c59334613 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13126 | 2024.07.13 05:43:01.181739 [ 3 ] {} <Debug> HTTP-Session: 560dec60-d29c-4f01-a965-913c59334613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13127 | 2024.07.13 05:43:01.181753 [ 3 ] {} <Debug> HTTP-Session: 560dec60-d29c-4f01-a965-913c59334613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13128 | 2024.07.13 05:43:01.181783 [ 3 ] {} <Trace> HTTP-Session: 560dec60-d29c-4f01-a965-913c59334613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13129 | 2024.07.13 05:43:01.181965 [ 3 ] {5f8c4ba7-53f6-45ac-8ae6-cd64fafbfe6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13130 | 2024.07.13 05:43:01.182009 [ 3 ] {5f8c4ba7-53f6-45ac-8ae6-cd64fafbfe6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13131 | 2024.07.13 05:43:01.182151 [ 3 ] {5f8c4ba7-53f6-45ac-8ae6-cd64fafbfe6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13132 | 2024.07.13 05:43:01.182682 [ 3 ] {5f8c4ba7-53f6-45ac-8ae6-cd64fafbfe6e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13133 | 2024.07.13 05:43:01.182718 [ 3 ] {5f8c4ba7-53f6-45ac-8ae6-cd64fafbfe6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13134 | 2024.07.13 05:43:01.183043 [ 3 ] {5f8c4ba7-53f6-45ac-8ae6-cd64fafbfe6e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
13135 | 2024.07.13 05:43:01.183338 [ 3 ] {5f8c4ba7-53f6-45ac-8ae6-cd64fafbfe6e} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13136 | 2024.07.13 05:43:01.183483 [ 3 ] {5f8c4ba7-53f6-45ac-8ae6-cd64fafbfe6e} <Debug> executeQuery: Read 335 rows, 30.19 KiB in 0.001609 sec., 208203.85332504663 rows/sec., 18.33 MiB/sec. | ||
13137 | 2024.07.13 05:43:01.183491 [ 55 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
13138 | 2024.07.13 05:43:01.183587 [ 55 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13139 | 2024.07.13 05:43:01.183631 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13140 | 2024.07.13 05:43:01.183747 [ 3 ] {5f8c4ba7-53f6-45ac-8ae6-cd64fafbfe6e} <Debug> DynamicQueryHandler: Done processing query | ||
13141 | 2024.07.13 05:43:01.183798 [ 3 ] {5f8c4ba7-53f6-45ac-8ae6-cd64fafbfe6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13142 | 2024.07.13 05:43:01.183808 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
13143 | 2024.07.13 05:43:01.183826 [ 3 ] {} <Debug> HTTP-Session: 560dec60-d29c-4f01-a965-913c59334613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13144 | 2024.07.13 05:43:01.183996 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13145 | 2024.07.13 05:43:01.184043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13146 | 2024.07.13 05:43:01.184054 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 316 rows starting from the beginning of the part | ||
13147 | 2024.07.13 05:43:01.184156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13148 | 2024.07.13 05:43:01.184279 [ 3 ] {} <Debug> HTTP-Session: f37db129-71cc-436d-97b4-213970e7eef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13149 | 2024.07.13 05:43:01.184286 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 296 rows starting from the beginning of the part | ||
13150 | 2024.07.13 05:43:01.184338 [ 3 ] {} <Debug> HTTP-Session: f37db129-71cc-436d-97b4-213970e7eef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13151 | 2024.07.13 05:43:01.184423 [ 3 ] {} <Debug> HTTP-Session: f37db129-71cc-436d-97b4-213970e7eef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13152 | 2024.07.13 05:43:01.184536 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
13153 | 2024.07.13 05:43:01.184578 [ 3 ] {} <Trace> HTTP-Session: f37db129-71cc-436d-97b4-213970e7eef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13154 | 2024.07.13 05:43:01.184725 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 344 rows starting from the beginning of the part | ||
13155 | 2024.07.13 05:43:01.184933 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part | ||
13156 | 2024.07.13 05:43:01.184960 [ 3 ] {0a730811-ee35-4fd8-b95f-cf99ae95f6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13157 | 2024.07.13 05:43:01.185180 [ 3 ] {0a730811-ee35-4fd8-b95f-cf99ae95f6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13158 | 2024.07.13 05:43:01.185276 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 335 rows starting from the beginning of the part | ||
13159 | 2024.07.13 05:43:01.185980 [ 3 ] {0a730811-ee35-4fd8-b95f-cf99ae95f6a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13160 | 2024.07.13 05:43:01.186727 [ 3 ] {0a730811-ee35-4fd8-b95f-cf99ae95f6a2} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13161 | 2024.07.13 05:43:01.186795 [ 3 ] {0a730811-ee35-4fd8-b95f-cf99ae95f6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13162 | 2024.07.13 05:43:01.187611 [ 3 ] {0a730811-ee35-4fd8-b95f-cf99ae95f6a2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
13163 | 2024.07.13 05:43:01.188226 [ 3 ] {0a730811-ee35-4fd8-b95f-cf99ae95f6a2} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13164 | 2024.07.13 05:43:01.188246 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1403 rows, containing 4 columns (4 merged, 0 gathered) in 0.004537081 sec., 309229.6566889593 rows/sec., 26.74 MiB/sec. | ||
13165 | 2024.07.13 05:43:01.188494 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
13166 | 2024.07.13 05:43:01.188506 [ 3 ] {0a730811-ee35-4fd8-b95f-cf99ae95f6a2} <Debug> executeQuery: Read 3 rows, 192.00 B in 0.003685 sec., 814.1112618724559 rows/sec., 50.88 KiB/sec. | ||
13167 | 2024.07.13 05:43:01.188904 [ 3 ] {0a730811-ee35-4fd8-b95f-cf99ae95f6a2} <Debug> DynamicQueryHandler: Done processing query | ||
13168 | 2024.07.13 05:43:01.188958 [ 3 ] {0a730811-ee35-4fd8-b95f-cf99ae95f6a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13169 | 2024.07.13 05:43:01.188988 [ 3 ] {} <Debug> HTTP-Session: f37db129-71cc-436d-97b4-213970e7eef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13170 | 2024.07.13 05:43:01.189200 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13171 | 2024.07.13 05:43:01.189214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 75938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13172 | 2024.07.13 05:43:01.189319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13173 | 2024.07.13 05:43:01.189356 [ 3 ] {} <Debug> HTTP-Session: 60908a40-831c-4763-825b-6135428e67ae Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13174 | 2024.07.13 05:43:01.189368 [ 199 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_81_16} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
13175 | 2024.07.13 05:43:01.189388 [ 3 ] {} <Debug> HTTP-Session: 60908a40-831c-4763-825b-6135428e67ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13176 | 2024.07.13 05:43:01.189422 [ 3 ] {} <Debug> HTTP-Session: 60908a40-831c-4763-825b-6135428e67ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13177 | 2024.07.13 05:43:01.189501 [ 3 ] {} <Trace> HTTP-Session: 60908a40-831c-4763-825b-6135428e67ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13178 | 2024.07.13 05:43:01.189518 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
13179 | 2024.07.13 05:43:01.189792 [ 3 ] {1a70482a-8963-4d3d-a66e-65af82ce44bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13180 | 2024.07.13 05:43:01.189840 [ 3 ] {1a70482a-8963-4d3d-a66e-65af82ce44bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13181 | 2024.07.13 05:43:01.189990 [ 3 ] {1a70482a-8963-4d3d-a66e-65af82ce44bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13182 | 2024.07.13 05:43:01.190564 [ 3 ] {1a70482a-8963-4d3d-a66e-65af82ce44bf} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13183 | 2024.07.13 05:43:01.190602 [ 3 ] {1a70482a-8963-4d3d-a66e-65af82ce44bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13184 | 2024.07.13 05:43:01.190937 [ 3 ] {1a70482a-8963-4d3d-a66e-65af82ce44bf} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
13185 | 2024.07.13 05:43:01.191258 [ 3 ] {1a70482a-8963-4d3d-a66e-65af82ce44bf} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13186 | 2024.07.13 05:43:01.191421 [ 3 ] {1a70482a-8963-4d3d-a66e-65af82ce44bf} <Debug> executeQuery: Read 468 rows, 34.16 KiB in 0.00177 sec., 264406.77966101695 rows/sec., 18.85 MiB/sec. | ||
13187 | 2024.07.13 05:43:01.191432 [ 50 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
13188 | 2024.07.13 05:43:01.191534 [ 50 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13189 | 2024.07.13 05:43:01.191580 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13190 | 2024.07.13 05:43:01.191691 [ 3 ] {1a70482a-8963-4d3d-a66e-65af82ce44bf} <Debug> DynamicQueryHandler: Done processing query | ||
13191 | 2024.07.13 05:43:01.191752 [ 3 ] {1a70482a-8963-4d3d-a66e-65af82ce44bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
13192 | 2024.07.13 05:43:01.191768 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
13193 | 2024.07.13 05:43:01.191780 [ 3 ] {} <Debug> HTTP-Session: 60908a40-831c-4763-825b-6135428e67ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13194 | 2024.07.13 05:43:01.191992 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13195 | 2024.07.13 05:43:01.192001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13196 | 2024.07.13 05:43:01.192049 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 477 rows starting from the beginning of the part | ||
13197 | 2024.07.13 05:43:01.192101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13198 | 2024.07.13 05:43:01.192192 [ 3 ] {} <Debug> HTTP-Session: 2373c281-036d-4acf-9081-c2362ce4cd8a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13199 | 2024.07.13 05:43:01.192280 [ 3 ] {} <Debug> HTTP-Session: 2373c281-036d-4acf-9081-c2362ce4cd8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13200 | 2024.07.13 05:43:01.192303 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 436 rows starting from the beginning of the part | ||
13201 | 2024.07.13 05:43:01.192331 [ 3 ] {} <Debug> HTTP-Session: 2373c281-036d-4acf-9081-c2362ce4cd8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13202 | 2024.07.13 05:43:01.192436 [ 3 ] {} <Trace> HTTP-Session: 2373c281-036d-4acf-9081-c2362ce4cd8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13203 | 2024.07.13 05:43:01.192595 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
13204 | 2024.07.13 05:43:01.192828 [ 3 ] {88c5d606-b693-43b0-b30a-82a75d934028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13205 | 2024.07.13 05:43:01.192872 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 474 rows starting from the beginning of the part | ||
13206 | 2024.07.13 05:43:01.192972 [ 3 ] {88c5d606-b693-43b0-b30a-82a75d934028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13207 | 2024.07.13 05:43:01.193101 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part | ||
13208 | 2024.07.13 05:43:01.193405 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 468 rows starting from the beginning of the part | ||
13209 | 2024.07.13 05:43:01.194045 [ 3 ] {88c5d606-b693-43b0-b30a-82a75d934028} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13210 | 2024.07.13 05:43:01.194671 [ 3 ] {88c5d606-b693-43b0-b30a-82a75d934028} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13211 | 2024.07.13 05:43:01.194744 [ 3 ] {88c5d606-b693-43b0-b30a-82a75d934028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13212 | 2024.07.13 05:43:01.195687 [ 3 ] {88c5d606-b693-43b0-b30a-82a75d934028} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
13213 | 2024.07.13 05:43:01.196240 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1983 rows, containing 4 columns (4 merged, 0 gathered) in 0.004575351 sec., 433409.3712154543 rows/sec., 31.14 MiB/sec. | ||
13214 | 2024.07.13 05:43:01.196258 [ 3 ] {88c5d606-b693-43b0-b30a-82a75d934028} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13215 | 2024.07.13 05:43:01.196449 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
13216 | 2024.07.13 05:43:01.196562 [ 3 ] {88c5d606-b693-43b0-b30a-82a75d934028} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003871 sec., 1549.9870834409714 rows/sec., 66.60 KiB/sec. | ||
13217 | 2024.07.13 05:43:01.196950 [ 3 ] {88c5d606-b693-43b0-b30a-82a75d934028} <Debug> DynamicQueryHandler: Done processing query | ||
13218 | 2024.07.13 05:43:01.196995 [ 3 ] {88c5d606-b693-43b0-b30a-82a75d934028} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13219 | 2024.07.13 05:43:01.197028 [ 3 ] {} <Debug> HTTP-Session: 2373c281-036d-4acf-9081-c2362ce4cd8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13220 | 2024.07.13 05:43:01.197176 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13221 | 2024.07.13 05:43:01.197206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13222 | 2024.07.13 05:43:01.197297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13223 | 2024.07.13 05:43:01.197328 [ 195 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_81_16} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
13224 | 2024.07.13 05:43:01.197342 [ 3 ] {} <Debug> HTTP-Session: 3d6e7a5f-4f29-497e-916b-41f1769b062a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13225 | 2024.07.13 05:43:01.197375 [ 3 ] {} <Debug> HTTP-Session: 3d6e7a5f-4f29-497e-916b-41f1769b062a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13226 | 2024.07.13 05:43:01.197414 [ 3 ] {} <Debug> HTTP-Session: 3d6e7a5f-4f29-497e-916b-41f1769b062a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13227 | 2024.07.13 05:43:01.197475 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
13228 | 2024.07.13 05:43:01.197487 [ 3 ] {} <Trace> HTTP-Session: 3d6e7a5f-4f29-497e-916b-41f1769b062a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13229 | 2024.07.13 05:43:01.197662 [ 3 ] {7c48529e-331a-4ed2-99e2-a36efcc06815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13230 | 2024.07.13 05:43:01.197711 [ 3 ] {7c48529e-331a-4ed2-99e2-a36efcc06815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13231 | 2024.07.13 05:43:01.197874 [ 3 ] {7c48529e-331a-4ed2-99e2-a36efcc06815} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13232 | 2024.07.13 05:43:01.198224 [ 3 ] {7c48529e-331a-4ed2-99e2-a36efcc06815} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13233 | 2024.07.13 05:43:01.198261 [ 3 ] {7c48529e-331a-4ed2-99e2-a36efcc06815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13234 | 2024.07.13 05:43:01.198626 [ 3 ] {7c48529e-331a-4ed2-99e2-a36efcc06815} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
13235 | 2024.07.13 05:43:01.198955 [ 3 ] {7c48529e-331a-4ed2-99e2-a36efcc06815} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13236 | 2024.07.13 05:43:01.199122 [ 3 ] {7c48529e-331a-4ed2-99e2-a36efcc06815} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001547 sec., 49773.755656108595 rows/sec., 3.07 MiB/sec. | ||
13237 | 2024.07.13 05:43:01.199325 [ 3 ] {7c48529e-331a-4ed2-99e2-a36efcc06815} <Debug> DynamicQueryHandler: Done processing query | ||
13238 | 2024.07.13 05:43:01.199353 [ 3 ] {7c48529e-331a-4ed2-99e2-a36efcc06815} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13239 | 2024.07.13 05:43:01.199369 [ 3 ] {} <Debug> HTTP-Session: 3d6e7a5f-4f29-497e-916b-41f1769b062a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13240 | 2024.07.13 05:43:01.199544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 31144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13241 | 2024.07.13 05:43:01.199590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13242 | 2024.07.13 05:43:01.199608 [ 3 ] {} <Debug> HTTP-Session: 50fdab2c-c7b6-406b-8929-a2939a4db444 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13243 | 2024.07.13 05:43:01.199623 [ 3 ] {} <Debug> HTTP-Session: 50fdab2c-c7b6-406b-8929-a2939a4db444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13244 | 2024.07.13 05:43:01.199636 [ 3 ] {} <Debug> HTTP-Session: 50fdab2c-c7b6-406b-8929-a2939a4db444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13245 | 2024.07.13 05:43:01.199664 [ 3 ] {} <Trace> HTTP-Session: 50fdab2c-c7b6-406b-8929-a2939a4db444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13246 | 2024.07.13 05:43:01.199887 [ 3 ] {e11d96f3-3ea8-4011-a59b-f7dc4084de21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13247 | 2024.07.13 05:43:01.199932 [ 3 ] {e11d96f3-3ea8-4011-a59b-f7dc4084de21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13248 | 2024.07.13 05:43:01.200075 [ 3 ] {e11d96f3-3ea8-4011-a59b-f7dc4084de21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13249 | 2024.07.13 05:43:01.200455 [ 3 ] {e11d96f3-3ea8-4011-a59b-f7dc4084de21} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13250 | 2024.07.13 05:43:01.200491 [ 3 ] {e11d96f3-3ea8-4011-a59b-f7dc4084de21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13251 | 2024.07.13 05:43:01.200872 [ 3 ] {e11d96f3-3ea8-4011-a59b-f7dc4084de21} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
13252 | 2024.07.13 05:43:01.201209 [ 3 ] {e11d96f3-3ea8-4011-a59b-f7dc4084de21} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13253 | 2024.07.13 05:43:01.201363 [ 3 ] {e11d96f3-3ea8-4011-a59b-f7dc4084de21} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001561 sec., 104420.24343369633 rows/sec., 7.25 MiB/sec. | ||
13254 | 2024.07.13 05:43:01.201368 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
13255 | 2024.07.13 05:43:01.201457 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13256 | 2024.07.13 05:43:01.201513 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13257 | 2024.07.13 05:43:01.201634 [ 3 ] {e11d96f3-3ea8-4011-a59b-f7dc4084de21} <Debug> DynamicQueryHandler: Done processing query | ||
13258 | 2024.07.13 05:43:01.201654 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
13259 | 2024.07.13 05:43:01.201673 [ 3 ] {e11d96f3-3ea8-4011-a59b-f7dc4084de21} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13260 | 2024.07.13 05:43:01.201721 [ 3 ] {} <Debug> HTTP-Session: 50fdab2c-c7b6-406b-8929-a2939a4db444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13261 | 2024.07.13 05:43:01.201882 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13262 | 2024.07.13 05:43:01.201932 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 12172 rows starting from the beginning of the part | ||
13263 | 2024.07.13 05:43:01.202066 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
13264 | 2024.07.13 05:43:01.202173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 90307, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13265 | 2024.07.13 05:43:01.202384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13266 | 2024.07.13 05:43:01.202469 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
13267 | 2024.07.13 05:43:01.202486 [ 3 ] {} <Debug> HTTP-Session: b140a900-abaa-4e80-a5d0-e608c3751f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13268 | 2024.07.13 05:43:01.202559 [ 3 ] {} <Debug> HTTP-Session: b140a900-abaa-4e80-a5d0-e608c3751f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13269 | 2024.07.13 05:43:01.202647 [ 3 ] {} <Debug> HTTP-Session: b140a900-abaa-4e80-a5d0-e608c3751f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13270 | 2024.07.13 05:43:01.202764 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 199 rows starting from the beginning of the part | ||
13271 | 2024.07.13 05:43:01.202810 [ 3 ] {} <Trace> HTTP-Session: b140a900-abaa-4e80-a5d0-e608c3751f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13272 | 2024.07.13 05:43:01.202977 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
13273 | 2024.07.13 05:43:01.203203 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 163 rows starting from the beginning of the part | ||
13274 | 2024.07.13 05:43:01.203646 [ 3 ] {0ce0dc36-9451-4dd8-b889-a37fa94c1460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13275 | 2024.07.13 05:43:01.203861 [ 3 ] {0ce0dc36-9451-4dd8-b889-a37fa94c1460} <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 | ||
13276 | 2024.07.13 05:43:01.204545 [ 3 ] {0ce0dc36-9451-4dd8-b889-a37fa94c1460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13277 | 2024.07.13 05:43:01.206151 [ 3 ] {0ce0dc36-9451-4dd8-b889-a37fa94c1460} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13278 | 2024.07.13 05:43:01.206190 [ 3 ] {0ce0dc36-9451-4dd8-b889-a37fa94c1460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13279 | 2024.07.13 05:43:01.207255 [ 3 ] {0ce0dc36-9451-4dd8-b889-a37fa94c1460} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13280 | 2024.07.13 05:43:01.207728 [ 3 ] {0ce0dc36-9451-4dd8-b889-a37fa94c1460} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13281 | 2024.07.13 05:43:01.208050 [ 3 ] {0ce0dc36-9451-4dd8-b889-a37fa94c1460} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.004861 sec., 11520.263320304464 rows/sec., 20.64 MiB/sec. | ||
13282 | 2024.07.13 05:43:01.209214 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13014 rows, containing 5 columns (5 merged, 0 gathered) in 0.007619038 sec., 1708089.6564631914 rows/sec., 119.00 MiB/sec. | ||
13283 | 2024.07.13 05:43:01.209433 [ 3 ] {0ce0dc36-9451-4dd8-b889-a37fa94c1460} <Debug> DynamicQueryHandler: Done processing query | ||
13284 | 2024.07.13 05:43:01.209466 [ 3 ] {0ce0dc36-9451-4dd8-b889-a37fa94c1460} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
13285 | 2024.07.13 05:43:01.209483 [ 3 ] {} <Debug> HTTP-Session: b140a900-abaa-4e80-a5d0-e608c3751f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13286 | 2024.07.13 05:43:01.209631 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
13287 | 2024.07.13 05:43:01.209656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 4608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13288 | 2024.07.13 05:43:01.209757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13289 | 2024.07.13 05:43:01.209780 [ 3 ] {} <Debug> HTTP-Session: aae115fb-1535-4acc-9df6-1ee57164fe59 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13290 | 2024.07.13 05:43:01.209820 [ 3 ] {} <Debug> HTTP-Session: aae115fb-1535-4acc-9df6-1ee57164fe59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13291 | 2024.07.13 05:43:01.209846 [ 3 ] {} <Debug> HTTP-Session: aae115fb-1535-4acc-9df6-1ee57164fe59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13292 | 2024.07.13 05:43:01.209900 [ 3 ] {} <Trace> HTTP-Session: aae115fb-1535-4acc-9df6-1ee57164fe59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13293 | 2024.07.13 05:43:01.210212 [ 3 ] {5a22df16-c7c8-439d-8e08-4114188dae7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13294 | 2024.07.13 05:43:01.210284 [ 3 ] {5a22df16-c7c8-439d-8e08-4114188dae7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13295 | 2024.07.13 05:43:01.210495 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13296 | 2024.07.13 05:43:01.210700 [ 3 ] {5a22df16-c7c8-439d-8e08-4114188dae7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13297 | 2024.07.13 05:43:01.210726 [ 190 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
13298 | 2024.07.13 05:43:01.210876 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
13299 | 2024.07.13 05:43:01.211109 [ 3 ] {5a22df16-c7c8-439d-8e08-4114188dae7b} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13300 | 2024.07.13 05:43:01.211150 [ 3 ] {5a22df16-c7c8-439d-8e08-4114188dae7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13301 | 2024.07.13 05:43:01.211518 [ 3 ] {5a22df16-c7c8-439d-8e08-4114188dae7b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13302 | 2024.07.13 05:43:01.211854 [ 3 ] {5a22df16-c7c8-439d-8e08-4114188dae7b} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13303 | 2024.07.13 05:43:01.212017 [ 3 ] {5a22df16-c7c8-439d-8e08-4114188dae7b} <Debug> executeQuery: Read 32 rows, 1.88 KiB in 0.00191 sec., 16753.92670157068 rows/sec., 984.23 KiB/sec. | ||
13304 | 2024.07.13 05:43:01.212202 [ 3 ] {5a22df16-c7c8-439d-8e08-4114188dae7b} <Debug> DynamicQueryHandler: Done processing query | ||
13305 | 2024.07.13 05:43:01.212228 [ 3 ] {5a22df16-c7c8-439d-8e08-4114188dae7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13306 | 2024.07.13 05:43:01.212244 [ 3 ] {} <Debug> HTTP-Session: aae115fb-1535-4acc-9df6-1ee57164fe59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13307 | 2024.07.13 05:43:01.212368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13308 | 2024.07.13 05:43:01.212417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13309 | 2024.07.13 05:43:01.212437 [ 3 ] {} <Debug> HTTP-Session: 21aedadb-bffd-410b-957e-df9f363d3724 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13310 | 2024.07.13 05:43:01.212453 [ 3 ] {} <Debug> HTTP-Session: 21aedadb-bffd-410b-957e-df9f363d3724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13311 | 2024.07.13 05:43:01.212467 [ 3 ] {} <Debug> HTTP-Session: 21aedadb-bffd-410b-957e-df9f363d3724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13312 | 2024.07.13 05:43:01.212498 [ 3 ] {} <Trace> HTTP-Session: 21aedadb-bffd-410b-957e-df9f363d3724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13313 | 2024.07.13 05:43:01.212624 [ 3 ] {c8f2e434-c2ae-4676-988e-41e8ec0e1175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13314 | 2024.07.13 05:43:01.212668 [ 3 ] {c8f2e434-c2ae-4676-988e-41e8ec0e1175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13315 | 2024.07.13 05:43:01.212796 [ 3 ] {c8f2e434-c2ae-4676-988e-41e8ec0e1175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13316 | 2024.07.13 05:43:01.213082 [ 3 ] {c8f2e434-c2ae-4676-988e-41e8ec0e1175} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13317 | 2024.07.13 05:43:01.213118 [ 3 ] {c8f2e434-c2ae-4676-988e-41e8ec0e1175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13318 | 2024.07.13 05:43:01.213476 [ 3 ] {c8f2e434-c2ae-4676-988e-41e8ec0e1175} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
13319 | 2024.07.13 05:43:01.213804 [ 3 ] {c8f2e434-c2ae-4676-988e-41e8ec0e1175} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13320 | 2024.07.13 05:43:01.213973 [ 3 ] {c8f2e434-c2ae-4676-988e-41e8ec0e1175} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
13321 | 2024.07.13 05:43:01.213974 [ 50 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
13322 | 2024.07.13 05:43:01.214062 [ 50 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13323 | 2024.07.13 05:43:01.214116 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13324 | 2024.07.13 05:43:01.214242 [ 3 ] {c8f2e434-c2ae-4676-988e-41e8ec0e1175} <Debug> DynamicQueryHandler: Done processing query | ||
13325 | 2024.07.13 05:43:01.214257 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
13326 | 2024.07.13 05:43:01.214274 [ 3 ] {c8f2e434-c2ae-4676-988e-41e8ec0e1175} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13327 | 2024.07.13 05:43:01.214299 [ 3 ] {} <Debug> HTTP-Session: 21aedadb-bffd-410b-957e-df9f363d3724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13328 | 2024.07.13 05:43:01.214405 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13329 | 2024.07.13 05:43:01.214441 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4214 rows starting from the beginning of the part | ||
13330 | 2024.07.13 05:43:01.214562 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
13331 | 2024.07.13 05:43:01.214653 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
13332 | 2024.07.13 05:43:01.214859 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
13333 | 2024.07.13 05:43:01.215067 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
13334 | 2024.07.13 05:43:01.215276 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
13335 | 2024.07.13 05:43:01.217278 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4514 rows, containing 4 columns (4 merged, 0 gathered) in 0.003084338 sec., 1463523.12878809 rows/sec., 98.73 MiB/sec. | ||
13336 | 2024.07.13 05:43:01.217848 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
13337 | 2024.07.13 05:43:01.218312 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13338 | 2024.07.13 05:43:01.218409 [ 193 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_81_16} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
13339 | 2024.07.13 05:43:01.218516 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
13340 | 2024.07.13 05:43:06.169418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13341 | 2024.07.13 05:43:06.169614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13342 | 2024.07.13 05:43:06.169659 [ 3 ] {} <Debug> HTTP-Session: caedfa50-1385-4eb0-ae6d-a5e84a74cce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13343 | 2024.07.13 05:43:06.169701 [ 3 ] {} <Debug> HTTP-Session: caedfa50-1385-4eb0-ae6d-a5e84a74cce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13344 | 2024.07.13 05:43:06.169730 [ 3 ] {} <Debug> HTTP-Session: caedfa50-1385-4eb0-ae6d-a5e84a74cce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13345 | 2024.07.13 05:43:06.169811 [ 3 ] {} <Trace> HTTP-Session: caedfa50-1385-4eb0-ae6d-a5e84a74cce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13346 | 2024.07.13 05:43:06.170097 [ 3 ] {4697fc71-17d6-498c-bef6-7c908f343ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13347 | 2024.07.13 05:43:06.170167 [ 3 ] {4697fc71-17d6-498c-bef6-7c908f343ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13348 | 2024.07.13 05:43:06.170361 [ 3 ] {4697fc71-17d6-498c-bef6-7c908f343ad4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13349 | 2024.07.13 05:43:06.170818 [ 3 ] {4697fc71-17d6-498c-bef6-7c908f343ad4} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13350 | 2024.07.13 05:43:06.170864 [ 3 ] {4697fc71-17d6-498c-bef6-7c908f343ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13351 | 2024.07.13 05:43:06.171245 [ 3 ] {4697fc71-17d6-498c-bef6-7c908f343ad4} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13352 | 2024.07.13 05:43:06.171585 [ 3 ] {4697fc71-17d6-498c-bef6-7c908f343ad4} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13353 | 2024.07.13 05:43:06.171731 [ 3 ] {4697fc71-17d6-498c-bef6-7c908f343ad4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001709 sec., 32767.700409596255 rows/sec., 2.52 MiB/sec. | ||
13354 | 2024.07.13 05:43:06.172057 [ 3 ] {4697fc71-17d6-498c-bef6-7c908f343ad4} <Debug> DynamicQueryHandler: Done processing query | ||
13355 | 2024.07.13 05:43:06.172122 [ 3 ] {4697fc71-17d6-498c-bef6-7c908f343ad4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13356 | 2024.07.13 05:43:06.172184 [ 3 ] {} <Debug> HTTP-Session: caedfa50-1385-4eb0-ae6d-a5e84a74cce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13357 | 2024.07.13 05:43:06.172434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13358 | 2024.07.13 05:43:06.172493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13359 | 2024.07.13 05:43:06.172513 [ 3 ] {} <Debug> HTTP-Session: d61e0cdb-bde8-4e9f-8d6d-10c48fa2a169 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13360 | 2024.07.13 05:43:06.172532 [ 3 ] {} <Debug> HTTP-Session: d61e0cdb-bde8-4e9f-8d6d-10c48fa2a169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13361 | 2024.07.13 05:43:06.172546 [ 3 ] {} <Debug> HTTP-Session: d61e0cdb-bde8-4e9f-8d6d-10c48fa2a169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13362 | 2024.07.13 05:43:06.172580 [ 3 ] {} <Trace> HTTP-Session: d61e0cdb-bde8-4e9f-8d6d-10c48fa2a169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13363 | 2024.07.13 05:43:06.172710 [ 3 ] {10b55d2e-4d9c-4bf6-89b1-0a6757b9db43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13364 | 2024.07.13 05:43:06.172758 [ 3 ] {10b55d2e-4d9c-4bf6-89b1-0a6757b9db43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13365 | 2024.07.13 05:43:06.172907 [ 3 ] {10b55d2e-4d9c-4bf6-89b1-0a6757b9db43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13366 | 2024.07.13 05:43:06.173241 [ 3 ] {10b55d2e-4d9c-4bf6-89b1-0a6757b9db43} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13367 | 2024.07.13 05:43:06.173278 [ 3 ] {10b55d2e-4d9c-4bf6-89b1-0a6757b9db43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13368 | 2024.07.13 05:43:06.173596 [ 3 ] {10b55d2e-4d9c-4bf6-89b1-0a6757b9db43} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13369 | 2024.07.13 05:43:06.173923 [ 3 ] {10b55d2e-4d9c-4bf6-89b1-0a6757b9db43} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13370 | 2024.07.13 05:43:06.174051 [ 3 ] {10b55d2e-4d9c-4bf6-89b1-0a6757b9db43} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001389 sec., 46076.31389488841 rows/sec., 3.60 MiB/sec. | ||
13371 | 2024.07.13 05:43:06.174220 [ 3 ] {10b55d2e-4d9c-4bf6-89b1-0a6757b9db43} <Debug> DynamicQueryHandler: Done processing query | ||
13372 | 2024.07.13 05:43:06.174245 [ 3 ] {10b55d2e-4d9c-4bf6-89b1-0a6757b9db43} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13373 | 2024.07.13 05:43:06.174260 [ 3 ] {} <Debug> HTTP-Session: d61e0cdb-bde8-4e9f-8d6d-10c48fa2a169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13374 | 2024.07.13 05:43:06.174446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13375 | 2024.07.13 05:43:06.174496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13376 | 2024.07.13 05:43:06.174516 [ 3 ] {} <Debug> HTTP-Session: e4a485ef-9113-4525-8af3-e584c0440fd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13377 | 2024.07.13 05:43:06.174532 [ 3 ] {} <Debug> HTTP-Session: e4a485ef-9113-4525-8af3-e584c0440fd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13378 | 2024.07.13 05:43:06.174546 [ 3 ] {} <Debug> HTTP-Session: e4a485ef-9113-4525-8af3-e584c0440fd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13379 | 2024.07.13 05:43:06.174577 [ 3 ] {} <Trace> HTTP-Session: e4a485ef-9113-4525-8af3-e584c0440fd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13380 | 2024.07.13 05:43:06.174721 [ 3 ] {ce4a479b-0d22-4c39-9c20-2b9754304cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13381 | 2024.07.13 05:43:06.174769 [ 3 ] {ce4a479b-0d22-4c39-9c20-2b9754304cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13382 | 2024.07.13 05:43:06.174911 [ 3 ] {ce4a479b-0d22-4c39-9c20-2b9754304cc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13383 | 2024.07.13 05:43:06.175308 [ 3 ] {ce4a479b-0d22-4c39-9c20-2b9754304cc1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13384 | 2024.07.13 05:43:06.175344 [ 3 ] {ce4a479b-0d22-4c39-9c20-2b9754304cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13385 | 2024.07.13 05:43:06.175728 [ 3 ] {ce4a479b-0d22-4c39-9c20-2b9754304cc1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13386 | 2024.07.13 05:43:06.176063 [ 3 ] {ce4a479b-0d22-4c39-9c20-2b9754304cc1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13387 | 2024.07.13 05:43:06.176189 [ 3 ] {ce4a479b-0d22-4c39-9c20-2b9754304cc1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
13388 | 2024.07.13 05:43:06.176358 [ 3 ] {ce4a479b-0d22-4c39-9c20-2b9754304cc1} <Debug> DynamicQueryHandler: Done processing query | ||
13389 | 2024.07.13 05:43:06.176383 [ 3 ] {ce4a479b-0d22-4c39-9c20-2b9754304cc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13390 | 2024.07.13 05:43:06.176399 [ 3 ] {} <Debug> HTTP-Session: e4a485ef-9113-4525-8af3-e584c0440fd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13391 | 2024.07.13 05:43:06.176575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13392 | 2024.07.13 05:43:06.176624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13393 | 2024.07.13 05:43:06.176645 [ 3 ] {} <Debug> HTTP-Session: ce15d426-c07b-4374-aedb-6184a7c96fb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13394 | 2024.07.13 05:43:06.176661 [ 3 ] {} <Debug> HTTP-Session: ce15d426-c07b-4374-aedb-6184a7c96fb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13395 | 2024.07.13 05:43:06.176675 [ 3 ] {} <Debug> HTTP-Session: ce15d426-c07b-4374-aedb-6184a7c96fb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13396 | 2024.07.13 05:43:06.176705 [ 3 ] {} <Trace> HTTP-Session: ce15d426-c07b-4374-aedb-6184a7c96fb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13397 | 2024.07.13 05:43:06.176839 [ 3 ] {d124d28d-4c21-45ae-a1bf-471c12631d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13398 | 2024.07.13 05:43:06.176884 [ 3 ] {d124d28d-4c21-45ae-a1bf-471c12631d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13399 | 2024.07.13 05:43:06.177009 [ 3 ] {d124d28d-4c21-45ae-a1bf-471c12631d93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13400 | 2024.07.13 05:43:06.177291 [ 3 ] {d124d28d-4c21-45ae-a1bf-471c12631d93} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13401 | 2024.07.13 05:43:06.177326 [ 3 ] {d124d28d-4c21-45ae-a1bf-471c12631d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13402 | 2024.07.13 05:43:06.177676 [ 3 ] {d124d28d-4c21-45ae-a1bf-471c12631d93} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13403 | 2024.07.13 05:43:06.177989 [ 3 ] {d124d28d-4c21-45ae-a1bf-471c12631d93} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13404 | 2024.07.13 05:43:06.178117 [ 3 ] {d124d28d-4c21-45ae-a1bf-471c12631d93} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. | ||
13405 | 2024.07.13 05:43:06.178281 [ 3 ] {d124d28d-4c21-45ae-a1bf-471c12631d93} <Debug> DynamicQueryHandler: Done processing query | ||
13406 | 2024.07.13 05:43:06.178306 [ 3 ] {d124d28d-4c21-45ae-a1bf-471c12631d93} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13407 | 2024.07.13 05:43:06.178321 [ 3 ] {} <Debug> HTTP-Session: ce15d426-c07b-4374-aedb-6184a7c96fb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13408 | 2024.07.13 05:43:11.177388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 8776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13409 | 2024.07.13 05:43:11.177585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13410 | 2024.07.13 05:43:11.177631 [ 3 ] {} <Debug> HTTP-Session: ce23f505-a18b-46dd-9c8c-026a809e114b Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13411 | 2024.07.13 05:43:11.177673 [ 3 ] {} <Debug> HTTP-Session: ce23f505-a18b-46dd-9c8c-026a809e114b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13412 | 2024.07.13 05:43:11.177703 [ 3 ] {} <Debug> HTTP-Session: ce23f505-a18b-46dd-9c8c-026a809e114b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13413 | 2024.07.13 05:43:11.177784 [ 3 ] {} <Trace> HTTP-Session: ce23f505-a18b-46dd-9c8c-026a809e114b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13414 | 2024.07.13 05:43:11.178103 [ 3 ] {be5f3ebc-6fe9-46c0-af12-d5f17c6178db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13415 | 2024.07.13 05:43:11.178173 [ 3 ] {be5f3ebc-6fe9-46c0-af12-d5f17c6178db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13416 | 2024.07.13 05:43:11.178369 [ 3 ] {be5f3ebc-6fe9-46c0-af12-d5f17c6178db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13417 | 2024.07.13 05:43:11.178825 [ 3 ] {be5f3ebc-6fe9-46c0-af12-d5f17c6178db} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13418 | 2024.07.13 05:43:11.178871 [ 3 ] {be5f3ebc-6fe9-46c0-af12-d5f17c6178db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13419 | 2024.07.13 05:43:11.179261 [ 3 ] {be5f3ebc-6fe9-46c0-af12-d5f17c6178db} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
13420 | 2024.07.13 05:43:11.179594 [ 3 ] {be5f3ebc-6fe9-46c0-af12-d5f17c6178db} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13421 | 2024.07.13 05:43:11.179787 [ 3 ] {be5f3ebc-6fe9-46c0-af12-d5f17c6178db} <Debug> executeQuery: Read 62 rows, 4.88 KiB in 0.001786 sec., 34714.44568868981 rows/sec., 2.67 MiB/sec. | ||
13422 | 2024.07.13 05:43:11.180134 [ 3 ] {be5f3ebc-6fe9-46c0-af12-d5f17c6178db} <Debug> DynamicQueryHandler: Done processing query | ||
13423 | 2024.07.13 05:43:11.180196 [ 3 ] {be5f3ebc-6fe9-46c0-af12-d5f17c6178db} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13424 | 2024.07.13 05:43:11.180251 [ 3 ] {} <Debug> HTTP-Session: ce23f505-a18b-46dd-9c8c-026a809e114b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13425 | 2024.07.13 05:43:11.180466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13426 | 2024.07.13 05:43:11.180526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13427 | 2024.07.13 05:43:11.180546 [ 3 ] {} <Debug> HTTP-Session: 3f8d4349-0f59-4d7d-bdac-5dc75079f3bc Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13428 | 2024.07.13 05:43:11.180564 [ 3 ] {} <Debug> HTTP-Session: 3f8d4349-0f59-4d7d-bdac-5dc75079f3bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13429 | 2024.07.13 05:43:11.180578 [ 3 ] {} <Debug> HTTP-Session: 3f8d4349-0f59-4d7d-bdac-5dc75079f3bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13430 | 2024.07.13 05:43:11.180615 [ 3 ] {} <Trace> HTTP-Session: 3f8d4349-0f59-4d7d-bdac-5dc75079f3bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13431 | 2024.07.13 05:43:11.180724 [ 3 ] {eb293028-149f-4583-b256-d5a332af5ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13432 | 2024.07.13 05:43:11.180773 [ 3 ] {eb293028-149f-4583-b256-d5a332af5ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13433 | 2024.07.13 05:43:11.180929 [ 3 ] {eb293028-149f-4583-b256-d5a332af5ddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13434 | 2024.07.13 05:43:11.181222 [ 3 ] {eb293028-149f-4583-b256-d5a332af5ddb} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13435 | 2024.07.13 05:43:11.181259 [ 3 ] {eb293028-149f-4583-b256-d5a332af5ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13436 | 2024.07.13 05:43:11.181566 [ 3 ] {eb293028-149f-4583-b256-d5a332af5ddb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
13437 | 2024.07.13 05:43:11.181874 [ 3 ] {eb293028-149f-4583-b256-d5a332af5ddb} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13438 | 2024.07.13 05:43:11.182029 [ 3 ] {eb293028-149f-4583-b256-d5a332af5ddb} <Debug> executeQuery: Read 7 rows, 577.00 B in 0.001332 sec., 5255.255255255255 rows/sec., 423.03 KiB/sec. | ||
13439 | 2024.07.13 05:43:11.182580 [ 3 ] {eb293028-149f-4583-b256-d5a332af5ddb} <Debug> DynamicQueryHandler: Done processing query | ||
13440 | 2024.07.13 05:43:11.182667 [ 3 ] {eb293028-149f-4583-b256-d5a332af5ddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13441 | 2024.07.13 05:43:11.182734 [ 3 ] {} <Debug> HTTP-Session: 3f8d4349-0f59-4d7d-bdac-5dc75079f3bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13442 | 2024.07.13 05:43:11.183039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 50411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13443 | 2024.07.13 05:43:11.183096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13444 | 2024.07.13 05:43:11.183117 [ 3 ] {} <Debug> HTTP-Session: 18a864d8-e829-498d-9cca-cf5688d26b8a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13445 | 2024.07.13 05:43:11.183134 [ 3 ] {} <Debug> HTTP-Session: 18a864d8-e829-498d-9cca-cf5688d26b8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13446 | 2024.07.13 05:43:11.183148 [ 3 ] {} <Debug> HTTP-Session: 18a864d8-e829-498d-9cca-cf5688d26b8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13447 | 2024.07.13 05:43:11.183181 [ 3 ] {} <Trace> HTTP-Session: 18a864d8-e829-498d-9cca-cf5688d26b8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13448 | 2024.07.13 05:43:11.183369 [ 3 ] {7d07964e-c824-4c13-a8c0-c49116e61c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13449 | 2024.07.13 05:43:11.183416 [ 3 ] {7d07964e-c824-4c13-a8c0-c49116e61c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13450 | 2024.07.13 05:43:11.183571 [ 3 ] {7d07964e-c824-4c13-a8c0-c49116e61c8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13451 | 2024.07.13 05:43:11.184117 [ 3 ] {7d07964e-c824-4c13-a8c0-c49116e61c8a} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13452 | 2024.07.13 05:43:11.184154 [ 3 ] {7d07964e-c824-4c13-a8c0-c49116e61c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13453 | 2024.07.13 05:43:11.184484 [ 3 ] {7d07964e-c824-4c13-a8c0-c49116e61c8a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13454 | 2024.07.13 05:43:11.184786 [ 3 ] {7d07964e-c824-4c13-a8c0-c49116e61c8a} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13455 | 2024.07.13 05:43:11.184937 [ 3 ] {7d07964e-c824-4c13-a8c0-c49116e61c8a} <Debug> executeQuery: Read 334 rows, 30.14 KiB in 0.001666 sec., 200480.19207683075 rows/sec., 17.67 MiB/sec. | ||
13456 | 2024.07.13 05:43:11.185191 [ 3 ] {7d07964e-c824-4c13-a8c0-c49116e61c8a} <Debug> DynamicQueryHandler: Done processing query | ||
13457 | 2024.07.13 05:43:11.185255 [ 3 ] {7d07964e-c824-4c13-a8c0-c49116e61c8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13458 | 2024.07.13 05:43:11.185312 [ 3 ] {} <Debug> HTTP-Session: 18a864d8-e829-498d-9cca-cf5688d26b8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13459 | 2024.07.13 05:43:11.185535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 1021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13460 | 2024.07.13 05:43:11.185586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13461 | 2024.07.13 05:43:11.185607 [ 3 ] {} <Debug> HTTP-Session: 0a9a325f-f32e-4dcf-a35a-4ddb91ef7675 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13462 | 2024.07.13 05:43:11.185625 [ 3 ] {} <Debug> HTTP-Session: 0a9a325f-f32e-4dcf-a35a-4ddb91ef7675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13463 | 2024.07.13 05:43:11.185639 [ 3 ] {} <Debug> HTTP-Session: 0a9a325f-f32e-4dcf-a35a-4ddb91ef7675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13464 | 2024.07.13 05:43:11.185671 [ 3 ] {} <Trace> HTTP-Session: 0a9a325f-f32e-4dcf-a35a-4ddb91ef7675 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13465 | 2024.07.13 05:43:11.185772 [ 3 ] {3204de65-63af-4cdd-9ca5-2b42568b2284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13466 | 2024.07.13 05:43:11.185818 [ 3 ] {3204de65-63af-4cdd-9ca5-2b42568b2284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13467 | 2024.07.13 05:43:11.185960 [ 3 ] {3204de65-63af-4cdd-9ca5-2b42568b2284} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13468 | 2024.07.13 05:43:11.186234 [ 3 ] {3204de65-63af-4cdd-9ca5-2b42568b2284} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13469 | 2024.07.13 05:43:11.186270 [ 3 ] {3204de65-63af-4cdd-9ca5-2b42568b2284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13470 | 2024.07.13 05:43:11.186579 [ 3 ] {3204de65-63af-4cdd-9ca5-2b42568b2284} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
13471 | 2024.07.13 05:43:11.186885 [ 3 ] {3204de65-63af-4cdd-9ca5-2b42568b2284} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13472 | 2024.07.13 05:43:11.187046 [ 3 ] {3204de65-63af-4cdd-9ca5-2b42568b2284} <Debug> executeQuery: Read 7 rows, 493.00 B in 0.001293 sec., 5413.766434648105 rows/sec., 372.35 KiB/sec. | ||
13473 | 2024.07.13 05:43:11.187393 [ 3 ] {3204de65-63af-4cdd-9ca5-2b42568b2284} <Debug> DynamicQueryHandler: Done processing query | ||
13474 | 2024.07.13 05:43:11.187432 [ 3 ] {3204de65-63af-4cdd-9ca5-2b42568b2284} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13475 | 2024.07.13 05:43:11.187459 [ 3 ] {} <Debug> HTTP-Session: 0a9a325f-f32e-4dcf-a35a-4ddb91ef7675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13476 | 2024.07.13 05:43:11.187672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 73194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13477 | 2024.07.13 05:43:11.187722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13478 | 2024.07.13 05:43:11.187742 [ 3 ] {} <Debug> HTTP-Session: f8c2c61a-2c21-4402-b620-c9dd0e8f2f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13479 | 2024.07.13 05:43:11.187758 [ 3 ] {} <Debug> HTTP-Session: f8c2c61a-2c21-4402-b620-c9dd0e8f2f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13480 | 2024.07.13 05:43:11.187772 [ 3 ] {} <Debug> HTTP-Session: f8c2c61a-2c21-4402-b620-c9dd0e8f2f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13481 | 2024.07.13 05:43:11.187802 [ 3 ] {} <Trace> HTTP-Session: f8c2c61a-2c21-4402-b620-c9dd0e8f2f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13482 | 2024.07.13 05:43:11.188028 [ 3 ] {3dd271ba-bda5-452f-ab51-9a619539ef0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13483 | 2024.07.13 05:43:11.188076 [ 3 ] {3dd271ba-bda5-452f-ab51-9a619539ef0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13484 | 2024.07.13 05:43:11.188224 [ 3 ] {3dd271ba-bda5-452f-ab51-9a619539ef0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13485 | 2024.07.13 05:43:11.188771 [ 3 ] {3dd271ba-bda5-452f-ab51-9a619539ef0e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13486 | 2024.07.13 05:43:11.188808 [ 3 ] {3dd271ba-bda5-452f-ab51-9a619539ef0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13487 | 2024.07.13 05:43:11.189130 [ 3 ] {3dd271ba-bda5-452f-ab51-9a619539ef0e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13488 | 2024.07.13 05:43:11.189440 [ 3 ] {3dd271ba-bda5-452f-ab51-9a619539ef0e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13489 | 2024.07.13 05:43:11.189583 [ 3 ] {3dd271ba-bda5-452f-ab51-9a619539ef0e} <Debug> executeQuery: Read 451 rows, 32.94 KiB in 0.001668 sec., 270383.69304556353 rows/sec., 19.29 MiB/sec. | ||
13490 | 2024.07.13 05:43:11.189765 [ 3 ] {3dd271ba-bda5-452f-ab51-9a619539ef0e} <Debug> DynamicQueryHandler: Done processing query | ||
13491 | 2024.07.13 05:43:11.189790 [ 3 ] {3dd271ba-bda5-452f-ab51-9a619539ef0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
13492 | 2024.07.13 05:43:11.189806 [ 3 ] {} <Debug> HTTP-Session: f8c2c61a-2c21-4402-b620-c9dd0e8f2f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13493 | 2024.07.13 05:43:11.189983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13494 | 2024.07.13 05:43:11.190029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13495 | 2024.07.13 05:43:11.190049 [ 3 ] {} <Debug> HTTP-Session: d1498b1f-65af-4e4c-8be4-ef0b4089e5e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13496 | 2024.07.13 05:43:11.190065 [ 3 ] {} <Debug> HTTP-Session: d1498b1f-65af-4e4c-8be4-ef0b4089e5e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13497 | 2024.07.13 05:43:11.190079 [ 3 ] {} <Debug> HTTP-Session: d1498b1f-65af-4e4c-8be4-ef0b4089e5e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13498 | 2024.07.13 05:43:11.190111 [ 3 ] {} <Trace> HTTP-Session: d1498b1f-65af-4e4c-8be4-ef0b4089e5e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13499 | 2024.07.13 05:43:11.190204 [ 3 ] {561af3c8-81d1-49f4-b467-c8af6dd0e9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13500 | 2024.07.13 05:43:11.190250 [ 3 ] {561af3c8-81d1-49f4-b467-c8af6dd0e9bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13501 | 2024.07.13 05:43:11.190386 [ 3 ] {561af3c8-81d1-49f4-b467-c8af6dd0e9bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13502 | 2024.07.13 05:43:11.190647 [ 3 ] {561af3c8-81d1-49f4-b467-c8af6dd0e9bd} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13503 | 2024.07.13 05:43:11.190683 [ 3 ] {561af3c8-81d1-49f4-b467-c8af6dd0e9bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13504 | 2024.07.13 05:43:11.191039 [ 3 ] {561af3c8-81d1-49f4-b467-c8af6dd0e9bd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13505 | 2024.07.13 05:43:11.191360 [ 3 ] {561af3c8-81d1-49f4-b467-c8af6dd0e9bd} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13506 | 2024.07.13 05:43:11.191524 [ 3 ] {561af3c8-81d1-49f4-b467-c8af6dd0e9bd} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 192.97 KiB/sec. | ||
13507 | 2024.07.13 05:43:11.191830 [ 3 ] {561af3c8-81d1-49f4-b467-c8af6dd0e9bd} <Debug> DynamicQueryHandler: Done processing query | ||
13508 | 2024.07.13 05:43:11.191877 [ 3 ] {561af3c8-81d1-49f4-b467-c8af6dd0e9bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13509 | 2024.07.13 05:43:11.191902 [ 3 ] {} <Debug> HTTP-Session: d1498b1f-65af-4e4c-8be4-ef0b4089e5e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13510 | 2024.07.13 05:43:11.192027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13511 | 2024.07.13 05:43:11.192077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13512 | 2024.07.13 05:43:11.192097 [ 3 ] {} <Debug> HTTP-Session: 3d6c505d-9bed-42c6-8850-4c234dface4a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13513 | 2024.07.13 05:43:11.192114 [ 3 ] {} <Debug> HTTP-Session: 3d6c505d-9bed-42c6-8850-4c234dface4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13514 | 2024.07.13 05:43:11.192128 [ 3 ] {} <Debug> HTTP-Session: 3d6c505d-9bed-42c6-8850-4c234dface4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13515 | 2024.07.13 05:43:11.192158 [ 3 ] {} <Trace> HTTP-Session: 3d6c505d-9bed-42c6-8850-4c234dface4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13516 | 2024.07.13 05:43:11.192278 [ 3 ] {7cf2faf1-d31c-4b1d-9ce7-da7145e70dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13517 | 2024.07.13 05:43:11.192328 [ 3 ] {7cf2faf1-d31c-4b1d-9ce7-da7145e70dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13518 | 2024.07.13 05:43:11.192486 [ 3 ] {7cf2faf1-d31c-4b1d-9ce7-da7145e70dba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13519 | 2024.07.13 05:43:11.192793 [ 3 ] {7cf2faf1-d31c-4b1d-9ce7-da7145e70dba} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13520 | 2024.07.13 05:43:11.192829 [ 3 ] {7cf2faf1-d31c-4b1d-9ce7-da7145e70dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13521 | 2024.07.13 05:43:11.193198 [ 3 ] {7cf2faf1-d31c-4b1d-9ce7-da7145e70dba} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13522 | 2024.07.13 05:43:11.193528 [ 3 ] {7cf2faf1-d31c-4b1d-9ce7-da7145e70dba} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13523 | 2024.07.13 05:43:11.193689 [ 3 ] {7cf2faf1-d31c-4b1d-9ce7-da7145e70dba} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001449 sec., 53140.096618357486 rows/sec., 3.27 MiB/sec. | ||
13524 | 2024.07.13 05:43:11.193846 [ 3 ] {7cf2faf1-d31c-4b1d-9ce7-da7145e70dba} <Debug> DynamicQueryHandler: Done processing query | ||
13525 | 2024.07.13 05:43:11.193871 [ 3 ] {7cf2faf1-d31c-4b1d-9ce7-da7145e70dba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13526 | 2024.07.13 05:43:11.193887 [ 3 ] {} <Debug> HTTP-Session: 3d6c505d-9bed-42c6-8850-4c234dface4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13527 | 2024.07.13 05:43:11.194051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 31354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13528 | 2024.07.13 05:43:11.194098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13529 | 2024.07.13 05:43:11.194118 [ 3 ] {} <Debug> HTTP-Session: 4d9f5c37-2eda-4442-bbf7-6618c6ca3e16 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13530 | 2024.07.13 05:43:11.194134 [ 3 ] {} <Debug> HTTP-Session: 4d9f5c37-2eda-4442-bbf7-6618c6ca3e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13531 | 2024.07.13 05:43:11.194148 [ 3 ] {} <Debug> HTTP-Session: 4d9f5c37-2eda-4442-bbf7-6618c6ca3e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13532 | 2024.07.13 05:43:11.194178 [ 3 ] {} <Trace> HTTP-Session: 4d9f5c37-2eda-4442-bbf7-6618c6ca3e16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13533 | 2024.07.13 05:43:11.194319 [ 3 ] {d866bed4-6976-4f07-b2be-2f8998a55239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13534 | 2024.07.13 05:43:11.194363 [ 3 ] {d866bed4-6976-4f07-b2be-2f8998a55239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13535 | 2024.07.13 05:43:11.194505 [ 3 ] {d866bed4-6976-4f07-b2be-2f8998a55239} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13536 | 2024.07.13 05:43:11.194919 [ 3 ] {d866bed4-6976-4f07-b2be-2f8998a55239} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13537 | 2024.07.13 05:43:11.194954 [ 3 ] {d866bed4-6976-4f07-b2be-2f8998a55239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13538 | 2024.07.13 05:43:11.195323 [ 3 ] {d866bed4-6976-4f07-b2be-2f8998a55239} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13539 | 2024.07.13 05:43:11.195651 [ 3 ] {d866bed4-6976-4f07-b2be-2f8998a55239} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13540 | 2024.07.13 05:43:11.195811 [ 3 ] {d866bed4-6976-4f07-b2be-2f8998a55239} <Debug> executeQuery: Read 164 rows, 11.68 KiB in 0.001556 sec., 105398.45758354756 rows/sec., 7.33 MiB/sec. | ||
13541 | 2024.07.13 05:43:11.195981 [ 3 ] {d866bed4-6976-4f07-b2be-2f8998a55239} <Debug> DynamicQueryHandler: Done processing query | ||
13542 | 2024.07.13 05:43:11.196006 [ 3 ] {d866bed4-6976-4f07-b2be-2f8998a55239} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13543 | 2024.07.13 05:43:11.196021 [ 3 ] {} <Debug> HTTP-Session: 4d9f5c37-2eda-4442-bbf7-6618c6ca3e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13544 | 2024.07.13 05:43:11.196221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 90308, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13545 | 2024.07.13 05:43:11.196270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13546 | 2024.07.13 05:43:11.196289 [ 3 ] {} <Debug> HTTP-Session: 000da85a-5e04-4803-839f-b61b60234526 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13547 | 2024.07.13 05:43:11.196305 [ 3 ] {} <Debug> HTTP-Session: 000da85a-5e04-4803-839f-b61b60234526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13548 | 2024.07.13 05:43:11.196319 [ 3 ] {} <Debug> HTTP-Session: 000da85a-5e04-4803-839f-b61b60234526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13549 | 2024.07.13 05:43:11.196349 [ 3 ] {} <Trace> HTTP-Session: 000da85a-5e04-4803-839f-b61b60234526 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13550 | 2024.07.13 05:43:11.196904 [ 3 ] {e46eb3ef-5e0a-4791-96f4-aed504f16917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13551 | 2024.07.13 05:43:11.196971 [ 3 ] {e46eb3ef-5e0a-4791-96f4-aed504f16917} <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 | ||
13552 | 2024.07.13 05:43:11.197387 [ 3 ] {e46eb3ef-5e0a-4791-96f4-aed504f16917} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13553 | 2024.07.13 05:43:11.198267 [ 3 ] {e46eb3ef-5e0a-4791-96f4-aed504f16917} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13554 | 2024.07.13 05:43:11.198303 [ 3 ] {e46eb3ef-5e0a-4791-96f4-aed504f16917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13555 | 2024.07.13 05:43:11.198941 [ 3 ] {e46eb3ef-5e0a-4791-96f4-aed504f16917} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
13556 | 2024.07.13 05:43:11.199352 [ 3 ] {e46eb3ef-5e0a-4791-96f4-aed504f16917} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13557 | 2024.07.13 05:43:11.199539 [ 38 ] {} <Debug> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
13558 | 2024.07.13 05:43:11.199556 [ 3 ] {e46eb3ef-5e0a-4791-96f4-aed504f16917} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003089 sec., 18128.844286176754 rows/sec., 32.49 MiB/sec. | ||
13559 | 2024.07.13 05:43:11.199632 [ 38 ] {} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13560 | 2024.07.13 05:43:11.199711 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13561 | 2024.07.13 05:43:11.200188 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::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 | ||
13562 | 2024.07.13 05:43:11.200319 [ 3 ] {e46eb3ef-5e0a-4791-96f4-aed504f16917} <Debug> DynamicQueryHandler: Done processing query | ||
13563 | 2024.07.13 05:43:11.200398 [ 3 ] {e46eb3ef-5e0a-4791-96f4-aed504f16917} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
13564 | 2024.07.13 05:43:11.200500 [ 3 ] {} <Debug> HTTP-Session: 000da85a-5e04-4803-839f-b61b60234526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13565 | 2024.07.13 05:43:11.200800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13566 | 2024.07.13 05:43:11.200937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13567 | 2024.07.13 05:43:11.200974 [ 3 ] {} <Debug> HTTP-Session: 20d11cfb-753e-460f-8b11-496f68f0f9ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13568 | 2024.07.13 05:43:11.201002 [ 3 ] {} <Debug> HTTP-Session: 20d11cfb-753e-460f-8b11-496f68f0f9ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13569 | 2024.07.13 05:43:11.201023 [ 3 ] {} <Debug> HTTP-Session: 20d11cfb-753e-460f-8b11-496f68f0f9ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13570 | 2024.07.13 05:43:11.201075 [ 3 ] {} <Trace> HTTP-Session: 20d11cfb-753e-460f-8b11-496f68f0f9ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13571 | 2024.07.13 05:43:11.201197 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13572 | 2024.07.13 05:43:11.201217 [ 3 ] {37c67fda-ba50-49a0-a552-d91e8391a541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13573 | 2024.07.13 05:43:11.201271 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1072 rows starting from the beginning of the part | ||
13574 | 2024.07.13 05:43:11.201277 [ 3 ] {37c67fda-ba50-49a0-a552-d91e8391a541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13575 | 2024.07.13 05:43:11.201917 [ 3 ] {37c67fda-ba50-49a0-a552-d91e8391a541} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13576 | 2024.07.13 05:43:11.201924 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 37 rows starting from the beginning of the part | ||
13577 | 2024.07.13 05:43:11.202481 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 45 rows starting from the beginning of the part | ||
13578 | 2024.07.13 05:43:11.202601 [ 3 ] {37c67fda-ba50-49a0-a552-d91e8391a541} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13579 | 2024.07.13 05:43:11.202697 [ 3 ] {37c67fda-ba50-49a0-a552-d91e8391a541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13580 | 2024.07.13 05:43:11.203001 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 47 rows starting from the beginning of the part | ||
13581 | 2024.07.13 05:43:11.203490 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
13582 | 2024.07.13 05:43:11.203741 [ 3 ] {37c67fda-ba50-49a0-a552-d91e8391a541} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
13583 | 2024.07.13 05:43:11.203927 [ 200 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
13584 | 2024.07.13 05:43:11.204744 [ 3 ] {37c67fda-ba50-49a0-a552-d91e8391a541} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13585 | 2024.07.13 05:43:11.204951 [ 38 ] {} <Debug> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
13586 | 2024.07.13 05:43:11.204986 [ 3 ] {37c67fda-ba50-49a0-a552-d91e8391a541} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003809 sec., 6038.330270412182 rows/sec., 326.63 KiB/sec. | ||
13587 | 2024.07.13 05:43:11.205049 [ 38 ] {} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13588 | 2024.07.13 05:43:11.205168 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13589 | 2024.07.13 05:43:11.205650 [ 3 ] {37c67fda-ba50-49a0-a552-d91e8391a541} <Debug> DynamicQueryHandler: Done processing query | ||
13590 | 2024.07.13 05:43:11.205820 [ 3 ] {37c67fda-ba50-49a0-a552-d91e8391a541} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13591 | 2024.07.13 05:43:11.205978 [ 3 ] {} <Debug> HTTP-Session: 20d11cfb-753e-460f-8b11-496f68f0f9ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13592 | 2024.07.13 05:43:11.206003 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::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 | ||
13593 | 2024.07.13 05:43:11.206359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13594 | 2024.07.13 05:43:11.206622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13595 | 2024.07.13 05:43:11.206742 [ 3 ] {} <Debug> HTTP-Session: c42e49f7-bfff-47d6-9acc-a8cd4d6fa84e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13596 | 2024.07.13 05:43:11.206810 [ 3 ] {} <Debug> HTTP-Session: c42e49f7-bfff-47d6-9acc-a8cd4d6fa84e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13597 | 2024.07.13 05:43:11.206876 [ 3 ] {} <Debug> HTTP-Session: c42e49f7-bfff-47d6-9acc-a8cd4d6fa84e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13598 | 2024.07.13 05:43:11.206903 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13599 | 2024.07.13 05:43:11.206980 [ 3 ] {} <Trace> HTTP-Session: c42e49f7-bfff-47d6-9acc-a8cd4d6fa84e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13600 | 2024.07.13 05:43:11.207032 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 832 rows starting from the beginning of the part | ||
13601 | 2024.07.13 05:43:11.207480 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part | ||
13602 | 2024.07.13 05:43:11.207509 [ 3 ] {cad3187b-be2d-43b1-9de8-1d73aff3717a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13603 | 2024.07.13 05:43:11.207789 [ 3 ] {cad3187b-be2d-43b1-9de8-1d73aff3717a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13604 | 2024.07.13 05:43:11.207940 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 35 rows starting from the beginning of the part | ||
13605 | 2024.07.13 05:43:11.208342 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 23 rows starting from the beginning of the part | ||
13606 | 2024.07.13 05:43:11.208829 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part | ||
13607 | 2024.07.13 05:43:11.209270 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part | ||
13608 | 2024.07.13 05:43:11.209983 [ 3 ] {cad3187b-be2d-43b1-9de8-1d73aff3717a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13609 | 2024.07.13 05:43:11.211653 [ 3 ] {cad3187b-be2d-43b1-9de8-1d73aff3717a} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13610 | 2024.07.13 05:43:11.211743 [ 3 ] {cad3187b-be2d-43b1-9de8-1d73aff3717a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13611 | 2024.07.13 05:43:11.213413 [ 3 ] {cad3187b-be2d-43b1-9de8-1d73aff3717a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13612 | 2024.07.13 05:43:11.215119 [ 3 ] {cad3187b-be2d-43b1-9de8-1d73aff3717a} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13613 | 2024.07.13 05:43:11.215308 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 971 rows, containing 4 columns (4 merged, 0 gathered) in 0.009845223 sec., 98626.51155794034 rows/sec., 5.30 MiB/sec. | ||
13614 | 2024.07.13 05:43:11.215693 [ 3 ] {cad3187b-be2d-43b1-9de8-1d73aff3717a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008416 sec., 7129.277566539924 rows/sec., 491.99 KiB/sec. | ||
13615 | 2024.07.13 05:43:11.215791 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
13616 | 2024.07.13 05:43:11.216629 [ 3 ] {cad3187b-be2d-43b1-9de8-1d73aff3717a} <Debug> DynamicQueryHandler: Done processing query | ||
13617 | 2024.07.13 05:43:11.216751 [ 3 ] {cad3187b-be2d-43b1-9de8-1d73aff3717a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13618 | 2024.07.13 05:43:11.216921 [ 3 ] {} <Debug> HTTP-Session: c42e49f7-bfff-47d6-9acc-a8cd4d6fa84e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13619 | 2024.07.13 05:43:11.218241 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13620 | 2024.07.13 05:43:11.218493 [ 191 ] {8b54019a-3ab6-4a2d-93e6-3541dc00d916::all_1_41_8} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
13621 | 2024.07.13 05:43:11.218667 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
13622 | 2024.07.13 05:43:11.222125 [ 194 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1313 rows, containing 19 columns (19 merged, 0 gathered) in 0.022271437 sec., 58954.43567471645 rows/sec., 105.64 MiB/sec. | ||
13623 | 2024.07.13 05:43:11.223429 [ 194 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
13624 | 2024.07.13 05:43:11.224091 [ 194 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13625 | 2024.07.13 05:43:11.224184 [ 194 ] {dcb496f6-4163-4403-9532-1d8fbb2c21cc::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
13626 | 2024.07.13 05:43:11.224360 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
13627 | 2024.07.13 05:43:12.000210 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.85 MiB, peak 215.67 MiB, free memory in arenas 0.00 B, will set to 205.18 MiB (RSS), difference: 1.32 MiB | ||
13628 | 2024.07.13 05:43:15.446216 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13629 | 2024.07.13 05:43:15.446279 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13630 | 2024.07.13 05:43:16.170257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13631 | 2024.07.13 05:43:16.170413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13632 | 2024.07.13 05:43:16.170458 [ 3 ] {} <Debug> HTTP-Session: c596b34d-2f16-4da0-b8a3-6638c82e9593 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13633 | 2024.07.13 05:43:16.170499 [ 3 ] {} <Debug> HTTP-Session: c596b34d-2f16-4da0-b8a3-6638c82e9593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13634 | 2024.07.13 05:43:16.170528 [ 3 ] {} <Debug> HTTP-Session: c596b34d-2f16-4da0-b8a3-6638c82e9593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13635 | 2024.07.13 05:43:16.170605 [ 3 ] {} <Trace> HTTP-Session: c596b34d-2f16-4da0-b8a3-6638c82e9593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13636 | 2024.07.13 05:43:16.170874 [ 3 ] {2bc708e9-597e-4f11-9529-945a45e2796e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13637 | 2024.07.13 05:43:16.170979 [ 3 ] {2bc708e9-597e-4f11-9529-945a45e2796e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13638 | 2024.07.13 05:43:16.171299 [ 3 ] {2bc708e9-597e-4f11-9529-945a45e2796e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13639 | 2024.07.13 05:43:16.171714 [ 3 ] {2bc708e9-597e-4f11-9529-945a45e2796e} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13640 | 2024.07.13 05:43:16.171752 [ 3 ] {2bc708e9-597e-4f11-9529-945a45e2796e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13641 | 2024.07.13 05:43:16.172122 [ 3 ] {2bc708e9-597e-4f11-9529-945a45e2796e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
13642 | 2024.07.13 05:43:16.172472 [ 3 ] {2bc708e9-597e-4f11-9529-945a45e2796e} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13643 | 2024.07.13 05:43:16.172623 [ 3 ] {2bc708e9-597e-4f11-9529-945a45e2796e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001836 sec., 1089.3246187363834 rows/sec., 88.83 KiB/sec. | ||
13644 | 2024.07.13 05:43:16.172815 [ 3 ] {2bc708e9-597e-4f11-9529-945a45e2796e} <Debug> DynamicQueryHandler: Done processing query | ||
13645 | 2024.07.13 05:43:16.172841 [ 3 ] {2bc708e9-597e-4f11-9529-945a45e2796e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13646 | 2024.07.13 05:43:16.172858 [ 3 ] {} <Debug> HTTP-Session: c596b34d-2f16-4da0-b8a3-6638c82e9593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13647 | 2024.07.13 05:43:16.173003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13648 | 2024.07.13 05:43:16.173061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13649 | 2024.07.13 05:43:16.173081 [ 3 ] {} <Debug> HTTP-Session: 7244dc0b-3cd8-4a27-947b-ce413b85b4d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13650 | 2024.07.13 05:43:16.173098 [ 3 ] {} <Debug> HTTP-Session: 7244dc0b-3cd8-4a27-947b-ce413b85b4d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13651 | 2024.07.13 05:43:16.173112 [ 3 ] {} <Debug> HTTP-Session: 7244dc0b-3cd8-4a27-947b-ce413b85b4d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13652 | 2024.07.13 05:43:16.173145 [ 3 ] {} <Trace> HTTP-Session: 7244dc0b-3cd8-4a27-947b-ce413b85b4d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13653 | 2024.07.13 05:43:16.173259 [ 3 ] {9bf7acff-395a-428e-b3b3-224ea2092877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13654 | 2024.07.13 05:43:16.173304 [ 3 ] {9bf7acff-395a-428e-b3b3-224ea2092877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13655 | 2024.07.13 05:43:16.173429 [ 3 ] {9bf7acff-395a-428e-b3b3-224ea2092877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13656 | 2024.07.13 05:43:16.173766 [ 3 ] {9bf7acff-395a-428e-b3b3-224ea2092877} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13657 | 2024.07.13 05:43:16.173802 [ 3 ] {9bf7acff-395a-428e-b3b3-224ea2092877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13658 | 2024.07.13 05:43:16.174109 [ 3 ] {9bf7acff-395a-428e-b3b3-224ea2092877} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13659 | 2024.07.13 05:43:16.174417 [ 3 ] {9bf7acff-395a-428e-b3b3-224ea2092877} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13660 | 2024.07.13 05:43:16.174544 [ 3 ] {9bf7acff-395a-428e-b3b3-224ea2092877} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001325 sec., 43018.8679245283 rows/sec., 3.30 MiB/sec. | ||
13661 | 2024.07.13 05:43:16.174741 [ 3 ] {9bf7acff-395a-428e-b3b3-224ea2092877} <Debug> DynamicQueryHandler: Done processing query | ||
13662 | 2024.07.13 05:43:16.174779 [ 3 ] {9bf7acff-395a-428e-b3b3-224ea2092877} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13663 | 2024.07.13 05:43:16.174810 [ 3 ] {} <Debug> HTTP-Session: 7244dc0b-3cd8-4a27-947b-ce413b85b4d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13664 | 2024.07.13 05:43:16.174952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13665 | 2024.07.13 05:43:16.175001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13666 | 2024.07.13 05:43:16.175021 [ 3 ] {} <Debug> HTTP-Session: be1d51f1-f80f-47f1-a19b-ee502d294a21 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13667 | 2024.07.13 05:43:16.175038 [ 3 ] {} <Debug> HTTP-Session: be1d51f1-f80f-47f1-a19b-ee502d294a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13668 | 2024.07.13 05:43:16.175052 [ 3 ] {} <Debug> HTTP-Session: be1d51f1-f80f-47f1-a19b-ee502d294a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13669 | 2024.07.13 05:43:16.175083 [ 3 ] {} <Trace> HTTP-Session: be1d51f1-f80f-47f1-a19b-ee502d294a21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13670 | 2024.07.13 05:43:16.175176 [ 3 ] {641c64e8-bd85-4efc-9783-78cbc5a43421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13671 | 2024.07.13 05:43:16.175218 [ 3 ] {641c64e8-bd85-4efc-9783-78cbc5a43421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13672 | 2024.07.13 05:43:16.175344 [ 3 ] {641c64e8-bd85-4efc-9783-78cbc5a43421} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13673 | 2024.07.13 05:43:16.175602 [ 3 ] {641c64e8-bd85-4efc-9783-78cbc5a43421} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13674 | 2024.07.13 05:43:16.175637 [ 3 ] {641c64e8-bd85-4efc-9783-78cbc5a43421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13675 | 2024.07.13 05:43:16.175929 [ 3 ] {641c64e8-bd85-4efc-9783-78cbc5a43421} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
13676 | 2024.07.13 05:43:16.176232 [ 3 ] {641c64e8-bd85-4efc-9783-78cbc5a43421} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13677 | 2024.07.13 05:43:16.176378 [ 3 ] {641c64e8-bd85-4efc-9783-78cbc5a43421} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001226 sec., 1631.321370309951 rows/sec., 113.91 KiB/sec. | ||
13678 | 2024.07.13 05:43:16.176642 [ 3 ] {641c64e8-bd85-4efc-9783-78cbc5a43421} <Debug> DynamicQueryHandler: Done processing query | ||
13679 | 2024.07.13 05:43:16.176703 [ 3 ] {641c64e8-bd85-4efc-9783-78cbc5a43421} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13680 | 2024.07.13 05:43:16.176755 [ 3 ] {} <Debug> HTTP-Session: be1d51f1-f80f-47f1-a19b-ee502d294a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13681 | 2024.07.13 05:43:16.176926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 11213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13682 | 2024.07.13 05:43:16.176977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13683 | 2024.07.13 05:43:16.176996 [ 3 ] {} <Debug> HTTP-Session: 313c8d4d-e789-49b6-acc2-eccf022b0ec4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13684 | 2024.07.13 05:43:16.177012 [ 3 ] {} <Debug> HTTP-Session: 313c8d4d-e789-49b6-acc2-eccf022b0ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13685 | 2024.07.13 05:43:16.177027 [ 3 ] {} <Debug> HTTP-Session: 313c8d4d-e789-49b6-acc2-eccf022b0ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13686 | 2024.07.13 05:43:16.177059 [ 3 ] {} <Trace> HTTP-Session: 313c8d4d-e789-49b6-acc2-eccf022b0ec4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13687 | 2024.07.13 05:43:16.177178 [ 3 ] {335d4589-6e1b-4cac-9003-16727d12a049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13688 | 2024.07.13 05:43:16.177222 [ 3 ] {335d4589-6e1b-4cac-9003-16727d12a049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13689 | 2024.07.13 05:43:16.177369 [ 3 ] {335d4589-6e1b-4cac-9003-16727d12a049} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13690 | 2024.07.13 05:43:16.177695 [ 3 ] {335d4589-6e1b-4cac-9003-16727d12a049} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13691 | 2024.07.13 05:43:16.177731 [ 3 ] {335d4589-6e1b-4cac-9003-16727d12a049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13692 | 2024.07.13 05:43:16.178051 [ 3 ] {335d4589-6e1b-4cac-9003-16727d12a049} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13693 | 2024.07.13 05:43:16.178357 [ 3 ] {335d4589-6e1b-4cac-9003-16727d12a049} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13694 | 2024.07.13 05:43:16.178491 [ 3 ] {335d4589-6e1b-4cac-9003-16727d12a049} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001354 sec., 48744.46085672083 rows/sec., 3.81 MiB/sec. | ||
13695 | 2024.07.13 05:43:16.178704 [ 3 ] {335d4589-6e1b-4cac-9003-16727d12a049} <Debug> DynamicQueryHandler: Done processing query | ||
13696 | 2024.07.13 05:43:16.178741 [ 3 ] {335d4589-6e1b-4cac-9003-16727d12a049} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13697 | 2024.07.13 05:43:16.178771 [ 3 ] {} <Debug> HTTP-Session: 313c8d4d-e789-49b6-acc2-eccf022b0ec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13698 | 2024.07.13 05:43:16.179008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13699 | 2024.07.13 05:43:16.179059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13700 | 2024.07.13 05:43:16.179078 [ 3 ] {} <Debug> HTTP-Session: 5da8f358-a83e-43b5-8447-abf7ceacb78f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13701 | 2024.07.13 05:43:16.179094 [ 3 ] {} <Debug> HTTP-Session: 5da8f358-a83e-43b5-8447-abf7ceacb78f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13702 | 2024.07.13 05:43:16.179107 [ 3 ] {} <Debug> HTTP-Session: 5da8f358-a83e-43b5-8447-abf7ceacb78f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13703 | 2024.07.13 05:43:16.179137 [ 3 ] {} <Trace> HTTP-Session: 5da8f358-a83e-43b5-8447-abf7ceacb78f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13704 | 2024.07.13 05:43:16.179282 [ 3 ] {e2de9cbf-be68-4823-bfc4-6fe268bec497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13705 | 2024.07.13 05:43:16.179328 [ 3 ] {e2de9cbf-be68-4823-bfc4-6fe268bec497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13706 | 2024.07.13 05:43:16.179478 [ 3 ] {e2de9cbf-be68-4823-bfc4-6fe268bec497} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13707 | 2024.07.13 05:43:16.179845 [ 3 ] {e2de9cbf-be68-4823-bfc4-6fe268bec497} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13708 | 2024.07.13 05:43:16.179880 [ 3 ] {e2de9cbf-be68-4823-bfc4-6fe268bec497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13709 | 2024.07.13 05:43:16.180269 [ 3 ] {e2de9cbf-be68-4823-bfc4-6fe268bec497} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13710 | 2024.07.13 05:43:16.180603 [ 3 ] {e2de9cbf-be68-4823-bfc4-6fe268bec497} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13711 | 2024.07.13 05:43:16.180758 [ 3 ] {e2de9cbf-be68-4823-bfc4-6fe268bec497} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00154 sec., 104545.45454545454 rows/sec., 7.28 MiB/sec. | ||
13712 | 2024.07.13 05:43:16.180935 [ 3 ] {e2de9cbf-be68-4823-bfc4-6fe268bec497} <Debug> DynamicQueryHandler: Done processing query | ||
13713 | 2024.07.13 05:43:16.180960 [ 3 ] {e2de9cbf-be68-4823-bfc4-6fe268bec497} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13714 | 2024.07.13 05:43:16.180975 [ 3 ] {} <Debug> HTTP-Session: 5da8f358-a83e-43b5-8447-abf7ceacb78f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13715 | 2024.07.13 05:43:16.181156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13716 | 2024.07.13 05:43:16.181204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13717 | 2024.07.13 05:43:16.181223 [ 3 ] {} <Debug> HTTP-Session: 53e09fa2-7c60-4756-961e-4c4e4b8e5077 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13718 | 2024.07.13 05:43:16.181238 [ 3 ] {} <Debug> HTTP-Session: 53e09fa2-7c60-4756-961e-4c4e4b8e5077 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13719 | 2024.07.13 05:43:16.181252 [ 3 ] {} <Debug> HTTP-Session: 53e09fa2-7c60-4756-961e-4c4e4b8e5077 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13720 | 2024.07.13 05:43:16.181283 [ 3 ] {} <Trace> HTTP-Session: 53e09fa2-7c60-4756-961e-4c4e4b8e5077 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13721 | 2024.07.13 05:43:16.181409 [ 3 ] {a228d6d6-fcee-4a4e-9df4-4451a98a8de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13722 | 2024.07.13 05:43:16.181452 [ 3 ] {a228d6d6-fcee-4a4e-9df4-4451a98a8de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13723 | 2024.07.13 05:43:16.181576 [ 3 ] {a228d6d6-fcee-4a4e-9df4-4451a98a8de7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13724 | 2024.07.13 05:43:16.181865 [ 3 ] {a228d6d6-fcee-4a4e-9df4-4451a98a8de7} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13725 | 2024.07.13 05:43:16.181900 [ 3 ] {a228d6d6-fcee-4a4e-9df4-4451a98a8de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13726 | 2024.07.13 05:43:16.182249 [ 3 ] {a228d6d6-fcee-4a4e-9df4-4451a98a8de7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13727 | 2024.07.13 05:43:16.182567 [ 3 ] {a228d6d6-fcee-4a4e-9df4-4451a98a8de7} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13728 | 2024.07.13 05:43:16.182710 [ 3 ] {a228d6d6-fcee-4a4e-9df4-4451a98a8de7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
13729 | 2024.07.13 05:43:16.182880 [ 3 ] {a228d6d6-fcee-4a4e-9df4-4451a98a8de7} <Debug> DynamicQueryHandler: Done processing query | ||
13730 | 2024.07.13 05:43:16.182904 [ 3 ] {a228d6d6-fcee-4a4e-9df4-4451a98a8de7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13731 | 2024.07.13 05:43:16.182920 [ 3 ] {} <Debug> HTTP-Session: 53e09fa2-7c60-4756-961e-4c4e4b8e5077 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13732 | 2024.07.13 05:43:21.178562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 8776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13733 | 2024.07.13 05:43:21.178751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13734 | 2024.07.13 05:43:21.178797 [ 3 ] {} <Debug> HTTP-Session: 734dfb39-0390-451c-a2df-34ce20082028 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13735 | 2024.07.13 05:43:21.178840 [ 3 ] {} <Debug> HTTP-Session: 734dfb39-0390-451c-a2df-34ce20082028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13736 | 2024.07.13 05:43:21.178869 [ 3 ] {} <Debug> HTTP-Session: 734dfb39-0390-451c-a2df-34ce20082028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13737 | 2024.07.13 05:43:21.178948 [ 3 ] {} <Trace> HTTP-Session: 734dfb39-0390-451c-a2df-34ce20082028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13738 | 2024.07.13 05:43:21.179273 [ 3 ] {fce28e1e-2a50-46b7-94f1-4120df0c0911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13739 | 2024.07.13 05:43:21.179384 [ 3 ] {fce28e1e-2a50-46b7-94f1-4120df0c0911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13740 | 2024.07.13 05:43:21.179618 [ 3 ] {fce28e1e-2a50-46b7-94f1-4120df0c0911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13741 | 2024.07.13 05:43:21.180073 [ 3 ] {fce28e1e-2a50-46b7-94f1-4120df0c0911} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13742 | 2024.07.13 05:43:21.180118 [ 3 ] {fce28e1e-2a50-46b7-94f1-4120df0c0911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13743 | 2024.07.13 05:43:21.180506 [ 3 ] {fce28e1e-2a50-46b7-94f1-4120df0c0911} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
13744 | 2024.07.13 05:43:21.180840 [ 3 ] {fce28e1e-2a50-46b7-94f1-4120df0c0911} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13745 | 2024.07.13 05:43:21.181010 [ 3 ] {fce28e1e-2a50-46b7-94f1-4120df0c0911} <Debug> executeQuery: Read 62 rows, 4.88 KiB in 0.001849 sec., 33531.638723634394 rows/sec., 2.58 MiB/sec. | ||
13746 | 2024.07.13 05:43:21.181258 [ 3 ] {fce28e1e-2a50-46b7-94f1-4120df0c0911} <Debug> DynamicQueryHandler: Done processing query | ||
13747 | 2024.07.13 05:43:21.181294 [ 3 ] {fce28e1e-2a50-46b7-94f1-4120df0c0911} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13748 | 2024.07.13 05:43:21.181315 [ 3 ] {} <Debug> HTTP-Session: 734dfb39-0390-451c-a2df-34ce20082028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13749 | 2024.07.13 05:43:21.181519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13750 | 2024.07.13 05:43:21.181572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13751 | 2024.07.13 05:43:21.181592 [ 3 ] {} <Debug> HTTP-Session: 458db16e-ce49-44c7-bf22-6838764cf523 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13752 | 2024.07.13 05:43:21.181611 [ 3 ] {} <Debug> HTTP-Session: 458db16e-ce49-44c7-bf22-6838764cf523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13753 | 2024.07.13 05:43:21.181625 [ 3 ] {} <Debug> HTTP-Session: 458db16e-ce49-44c7-bf22-6838764cf523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13754 | 2024.07.13 05:43:21.181660 [ 3 ] {} <Trace> HTTP-Session: 458db16e-ce49-44c7-bf22-6838764cf523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13755 | 2024.07.13 05:43:21.181768 [ 3 ] {d01c950b-0234-4ec5-91b8-50af4b561341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13756 | 2024.07.13 05:43:21.181816 [ 3 ] {d01c950b-0234-4ec5-91b8-50af4b561341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13757 | 2024.07.13 05:43:21.181947 [ 3 ] {d01c950b-0234-4ec5-91b8-50af4b561341} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13758 | 2024.07.13 05:43:21.182354 [ 3 ] {d01c950b-0234-4ec5-91b8-50af4b561341} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13759 | 2024.07.13 05:43:21.182393 [ 3 ] {d01c950b-0234-4ec5-91b8-50af4b561341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13760 | 2024.07.13 05:43:21.182730 [ 3 ] {d01c950b-0234-4ec5-91b8-50af4b561341} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
13761 | 2024.07.13 05:43:21.183041 [ 3 ] {d01c950b-0234-4ec5-91b8-50af4b561341} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13762 | 2024.07.13 05:43:21.183212 [ 3 ] {d01c950b-0234-4ec5-91b8-50af4b561341} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 334.42 KiB/sec. | ||
13763 | 2024.07.13 05:43:21.183214 [ 28 ] {} <Debug> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 | ||
13764 | 2024.07.13 05:43:21.183331 [ 28 ] {} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13765 | 2024.07.13 05:43:21.183366 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13766 | 2024.07.13 05:43:21.183469 [ 3 ] {d01c950b-0234-4ec5-91b8-50af4b561341} <Debug> DynamicQueryHandler: Done processing query | ||
13767 | 2024.07.13 05:43:21.183569 [ 3 ] {d01c950b-0234-4ec5-91b8-50af4b561341} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13768 | 2024.07.13 05:43:21.183641 [ 3 ] {} <Debug> HTTP-Session: 458db16e-ce49-44c7-bf22-6838764cf523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13769 | 2024.07.13 05:43:21.183691 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full | ||
13770 | 2024.07.13 05:43:21.183945 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13771 | 2024.07.13 05:43:21.183970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 55131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13772 | 2024.07.13 05:43:21.184000 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 16 rows starting from the beginning of the part | ||
13773 | 2024.07.13 05:43:21.184065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13774 | 2024.07.13 05:43:21.184153 [ 3 ] {} <Debug> HTTP-Session: ca94e190-28d5-4a0c-be36-3381740ff339 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13775 | 2024.07.13 05:43:21.184223 [ 3 ] {} <Debug> HTTP-Session: ca94e190-28d5-4a0c-be36-3381740ff339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13776 | 2024.07.13 05:43:21.184285 [ 3 ] {} <Debug> HTTP-Session: ca94e190-28d5-4a0c-be36-3381740ff339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13777 | 2024.07.13 05:43:21.184280 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part | ||
13778 | 2024.07.13 05:43:21.184389 [ 3 ] {} <Trace> HTTP-Session: ca94e190-28d5-4a0c-be36-3381740ff339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13779 | 2024.07.13 05:43:21.184621 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 3 rows starting from the beginning of the part | ||
13780 | 2024.07.13 05:43:21.184830 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 7 rows starting from the beginning of the part | ||
13781 | 2024.07.13 05:43:21.184891 [ 3 ] {e47d51d0-e21c-41c2-b42e-60ac17f496df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13782 | 2024.07.13 05:43:21.185070 [ 3 ] {e47d51d0-e21c-41c2-b42e-60ac17f496df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13783 | 2024.07.13 05:43:21.185226 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
13784 | 2024.07.13 05:43:21.185500 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
13785 | 2024.07.13 05:43:21.186033 [ 3 ] {e47d51d0-e21c-41c2-b42e-60ac17f496df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13786 | 2024.07.13 05:43:21.187091 [ 3 ] {e47d51d0-e21c-41c2-b42e-60ac17f496df} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13787 | 2024.07.13 05:43:21.187165 [ 3 ] {e47d51d0-e21c-41c2-b42e-60ac17f496df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13788 | 2024.07.13 05:43:21.187902 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.004417279 sec., 8376.197201942645 rows/sec., 671.41 KiB/sec. | ||
13789 | 2024.07.13 05:43:21.188055 [ 3 ] {e47d51d0-e21c-41c2-b42e-60ac17f496df} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
13790 | 2024.07.13 05:43:21.188081 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
13791 | 2024.07.13 05:43:21.188992 [ 3 ] {e47d51d0-e21c-41c2-b42e-60ac17f496df} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13792 | 2024.07.13 05:43:21.189034 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13793 | 2024.07.13 05:43:21.189213 [ 186 ] {053f9475-8d99-4f93-9c30-e82385cfd9bc::all_1_27_6} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 | ||
13794 | 2024.07.13 05:43:21.189341 [ 3 ] {e47d51d0-e21c-41c2-b42e-60ac17f496df} <Debug> executeQuery: Read 368 rows, 32.82 KiB in 0.004677 sec., 78682.91639940134 rows/sec., 6.85 MiB/sec. | ||
13795 | 2024.07.13 05:43:21.189560 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13796 | 2024.07.13 05:43:21.189843 [ 3 ] {e47d51d0-e21c-41c2-b42e-60ac17f496df} <Debug> DynamicQueryHandler: Done processing query | ||
13797 | 2024.07.13 05:43:21.189913 [ 3 ] {e47d51d0-e21c-41c2-b42e-60ac17f496df} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13798 | 2024.07.13 05:43:21.189982 [ 3 ] {} <Debug> HTTP-Session: ca94e190-28d5-4a0c-be36-3381740ff339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13799 | 2024.07.13 05:43:21.190246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13800 | 2024.07.13 05:43:21.190299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13801 | 2024.07.13 05:43:21.190319 [ 3 ] {} <Debug> HTTP-Session: b6d29dba-ddf5-4bd6-893d-138b7ea06cc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13802 | 2024.07.13 05:43:21.190337 [ 3 ] {} <Debug> HTTP-Session: b6d29dba-ddf5-4bd6-893d-138b7ea06cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13803 | 2024.07.13 05:43:21.190352 [ 3 ] {} <Debug> HTTP-Session: b6d29dba-ddf5-4bd6-893d-138b7ea06cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13804 | 2024.07.13 05:43:21.190385 [ 3 ] {} <Trace> HTTP-Session: b6d29dba-ddf5-4bd6-893d-138b7ea06cc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13805 | 2024.07.13 05:43:21.190488 [ 3 ] {254bdf66-8109-4212-a49e-2f38764a21fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13806 | 2024.07.13 05:43:21.190532 [ 3 ] {254bdf66-8109-4212-a49e-2f38764a21fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13807 | 2024.07.13 05:43:21.190681 [ 3 ] {254bdf66-8109-4212-a49e-2f38764a21fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13808 | 2024.07.13 05:43:21.190983 [ 3 ] {254bdf66-8109-4212-a49e-2f38764a21fc} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13809 | 2024.07.13 05:43:21.191019 [ 3 ] {254bdf66-8109-4212-a49e-2f38764a21fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13810 | 2024.07.13 05:43:21.191319 [ 3 ] {254bdf66-8109-4212-a49e-2f38764a21fc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
13811 | 2024.07.13 05:43:21.191628 [ 3 ] {254bdf66-8109-4212-a49e-2f38764a21fc} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13812 | 2024.07.13 05:43:21.191783 [ 28 ] {} <Debug> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 | ||
13813 | 2024.07.13 05:43:21.191792 [ 3 ] {254bdf66-8109-4212-a49e-2f38764a21fc} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 316.66 KiB/sec. | ||
13814 | 2024.07.13 05:43:21.191844 [ 28 ] {} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13815 | 2024.07.13 05:43:21.191908 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13816 | 2024.07.13 05:43:21.192095 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full | ||
13817 | 2024.07.13 05:43:21.192104 [ 3 ] {254bdf66-8109-4212-a49e-2f38764a21fc} <Debug> DynamicQueryHandler: Done processing query | ||
13818 | 2024.07.13 05:43:21.192162 [ 3 ] {254bdf66-8109-4212-a49e-2f38764a21fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13819 | 2024.07.13 05:43:21.192188 [ 3 ] {} <Debug> HTTP-Session: b6d29dba-ddf5-4bd6-893d-138b7ea06cc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13820 | 2024.07.13 05:43:21.192296 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13821 | 2024.07.13 05:43:21.192336 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 16 rows starting from the beginning of the part | ||
13822 | 2024.07.13 05:43:21.192409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 76118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13823 | 2024.07.13 05:43:21.192577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13824 | 2024.07.13 05:43:21.192587 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part | ||
13825 | 2024.07.13 05:43:21.192656 [ 3 ] {} <Debug> HTTP-Session: cd900cf4-ac06-4887-8d68-dafa368a2a0e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13826 | 2024.07.13 05:43:21.192723 [ 3 ] {} <Debug> HTTP-Session: cd900cf4-ac06-4887-8d68-dafa368a2a0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13827 | 2024.07.13 05:43:21.192796 [ 3 ] {} <Debug> HTTP-Session: cd900cf4-ac06-4887-8d68-dafa368a2a0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13828 | 2024.07.13 05:43:21.192862 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 3 rows starting from the beginning of the part | ||
13829 | 2024.07.13 05:43:21.192924 [ 3 ] {} <Trace> HTTP-Session: cd900cf4-ac06-4887-8d68-dafa368a2a0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13830 | 2024.07.13 05:43:21.193190 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 7 rows starting from the beginning of the part | ||
13831 | 2024.07.13 05:43:21.193299 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
13832 | 2024.07.13 05:43:21.193421 [ 3 ] {1c2ac08a-b06e-43da-bfcd-0182bc80dd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13833 | 2024.07.13 05:43:21.193656 [ 3 ] {1c2ac08a-b06e-43da-bfcd-0182bc80dd12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13834 | 2024.07.13 05:43:21.193663 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
13835 | 2024.07.13 05:43:21.194427 [ 3 ] {1c2ac08a-b06e-43da-bfcd-0182bc80dd12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13836 | 2024.07.13 05:43:21.195617 [ 3 ] {1c2ac08a-b06e-43da-bfcd-0182bc80dd12} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13837 | 2024.07.13 05:43:21.195702 [ 3 ] {1c2ac08a-b06e-43da-bfcd-0182bc80dd12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13838 | 2024.07.13 05:43:21.195938 [ 186 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.003926761 sec., 9422.524059905862 rows/sec., 644.86 KiB/sec. | ||
13839 | 2024.07.13 05:43:21.196107 [ 188 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
13840 | 2024.07.13 05:43:21.196301 [ 3 ] {1c2ac08a-b06e-43da-bfcd-0182bc80dd12} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
13841 | 2024.07.13 05:43:21.196613 [ 188 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13842 | 2024.07.13 05:43:21.196719 [ 188 ] {2ed1309e-c207-4944-a55f-86944c9dfd39::all_1_27_6} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 | ||
13843 | 2024.07.13 05:43:21.196740 [ 3 ] {1c2ac08a-b06e-43da-bfcd-0182bc80dd12} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13844 | 2024.07.13 05:43:21.196825 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
13845 | 2024.07.13 05:43:21.196956 [ 3 ] {1c2ac08a-b06e-43da-bfcd-0182bc80dd12} <Debug> executeQuery: Read 468 rows, 34.35 KiB in 0.003804 sec., 123028.39116719243 rows/sec., 8.82 MiB/sec. | ||
13846 | 2024.07.13 05:43:21.197148 [ 3 ] {1c2ac08a-b06e-43da-bfcd-0182bc80dd12} <Debug> DynamicQueryHandler: Done processing query | ||
13847 | 2024.07.13 05:43:21.197172 [ 3 ] {1c2ac08a-b06e-43da-bfcd-0182bc80dd12} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
13848 | 2024.07.13 05:43:21.197188 [ 3 ] {} <Debug> HTTP-Session: cd900cf4-ac06-4887-8d68-dafa368a2a0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13849 | 2024.07.13 05:43:21.197439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13850 | 2024.07.13 05:43:21.197486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13851 | 2024.07.13 05:43:21.197505 [ 3 ] {} <Debug> HTTP-Session: 6cf78e59-6352-462c-9aa5-dcebace26b71 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13852 | 2024.07.13 05:43:21.197522 [ 3 ] {} <Debug> HTTP-Session: 6cf78e59-6352-462c-9aa5-dcebace26b71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13853 | 2024.07.13 05:43:21.197536 [ 3 ] {} <Debug> HTTP-Session: 6cf78e59-6352-462c-9aa5-dcebace26b71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13854 | 2024.07.13 05:43:21.197567 [ 3 ] {} <Trace> HTTP-Session: 6cf78e59-6352-462c-9aa5-dcebace26b71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13855 | 2024.07.13 05:43:21.197661 [ 3 ] {f56d9042-40d4-43fe-804a-340db1bdcfbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13856 | 2024.07.13 05:43:21.197705 [ 3 ] {f56d9042-40d4-43fe-804a-340db1bdcfbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13857 | 2024.07.13 05:43:21.197839 [ 3 ] {f56d9042-40d4-43fe-804a-340db1bdcfbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13858 | 2024.07.13 05:43:21.198146 [ 3 ] {f56d9042-40d4-43fe-804a-340db1bdcfbf} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13859 | 2024.07.13 05:43:21.198182 [ 3 ] {f56d9042-40d4-43fe-804a-340db1bdcfbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13860 | 2024.07.13 05:43:21.198543 [ 3 ] {f56d9042-40d4-43fe-804a-340db1bdcfbf} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
13861 | 2024.07.13 05:43:21.198861 [ 3 ] {f56d9042-40d4-43fe-804a-340db1bdcfbf} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13862 | 2024.07.13 05:43:21.199015 [ 28 ] {} <Debug> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
13863 | 2024.07.13 05:43:21.199019 [ 3 ] {f56d9042-40d4-43fe-804a-340db1bdcfbf} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 187.36 KiB/sec. | ||
13864 | 2024.07.13 05:43:21.199072 [ 28 ] {} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13865 | 2024.07.13 05:43:21.199141 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13866 | 2024.07.13 05:43:21.199356 [ 189 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
13867 | 2024.07.13 05:43:21.199357 [ 3 ] {f56d9042-40d4-43fe-804a-340db1bdcfbf} <Debug> DynamicQueryHandler: Done processing query | ||
13868 | 2024.07.13 05:43:21.199430 [ 3 ] {f56d9042-40d4-43fe-804a-340db1bdcfbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13869 | 2024.07.13 05:43:21.199474 [ 3 ] {} <Debug> HTTP-Session: 6cf78e59-6352-462c-9aa5-dcebace26b71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13870 | 2024.07.13 05:43:21.199590 [ 189 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13871 | 2024.07.13 05:43:21.199659 [ 189 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
13872 | 2024.07.13 05:43:21.199664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13873 | 2024.07.13 05:43:21.199802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13874 | 2024.07.13 05:43:21.199886 [ 3 ] {} <Debug> HTTP-Session: dec15bb5-9d0c-47ca-8996-b6da3450e670 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13875 | 2024.07.13 05:43:21.199926 [ 189 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
13876 | 2024.07.13 05:43:21.199954 [ 3 ] {} <Debug> HTTP-Session: dec15bb5-9d0c-47ca-8996-b6da3450e670 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13877 | 2024.07.13 05:43:21.200018 [ 3 ] {} <Debug> HTTP-Session: dec15bb5-9d0c-47ca-8996-b6da3450e670 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13878 | 2024.07.13 05:43:21.200165 [ 3 ] {} <Trace> HTTP-Session: dec15bb5-9d0c-47ca-8996-b6da3450e670 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13879 | 2024.07.13 05:43:21.200319 [ 189 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
13880 | 2024.07.13 05:43:21.200557 [ 3 ] {fe59fbe9-15de-4aed-85f2-bb5a709431d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13881 | 2024.07.13 05:43:21.200577 [ 189 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
13882 | 2024.07.13 05:43:21.200733 [ 3 ] {fe59fbe9-15de-4aed-85f2-bb5a709431d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13883 | 2024.07.13 05:43:21.200964 [ 189 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
13884 | 2024.07.13 05:43:21.201287 [ 189 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::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 | ||
13885 | 2024.07.13 05:43:21.201819 [ 3 ] {fe59fbe9-15de-4aed-85f2-bb5a709431d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13886 | 2024.07.13 05:43:21.202605 [ 3 ] {fe59fbe9-15de-4aed-85f2-bb5a709431d4} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13887 | 2024.07.13 05:43:21.202675 [ 3 ] {fe59fbe9-15de-4aed-85f2-bb5a709431d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13888 | 2024.07.13 05:43:21.203802 [ 3 ] {fe59fbe9-15de-4aed-85f2-bb5a709431d4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
13889 | 2024.07.13 05:43:21.204113 [ 188 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004857456 sec., 50643.79378835341 rows/sec., 2.13 MiB/sec. | ||
13890 | 2024.07.13 05:43:21.204379 [ 187 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
13891 | 2024.07.13 05:43:21.204561 [ 3 ] {fe59fbe9-15de-4aed-85f2-bb5a709431d4} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13892 | 2024.07.13 05:43:21.204879 [ 28 ] {} <Debug> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
13893 | 2024.07.13 05:43:21.204944 [ 3 ] {fe59fbe9-15de-4aed-85f2-bb5a709431d4} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004554 sec., 16908.212560386473 rows/sec., 1.04 MiB/sec. | ||
13894 | 2024.07.13 05:43:21.204958 [ 28 ] {} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13895 | 2024.07.13 05:43:21.205063 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13896 | 2024.07.13 05:43:21.205560 [ 3 ] {fe59fbe9-15de-4aed-85f2-bb5a709431d4} <Debug> DynamicQueryHandler: Done processing query | ||
13897 | 2024.07.13 05:43:21.205665 [ 3 ] {fe59fbe9-15de-4aed-85f2-bb5a709431d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13898 | 2024.07.13 05:43:21.205734 [ 3 ] {} <Debug> HTTP-Session: dec15bb5-9d0c-47ca-8996-b6da3450e670 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13899 | 2024.07.13 05:43:21.205748 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::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 | ||
13900 | 2024.07.13 05:43:21.206040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 38134, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13901 | 2024.07.13 05:43:21.206195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13902 | 2024.07.13 05:43:21.206285 [ 3 ] {} <Debug> HTTP-Session: 862beeac-f686-4b27-b228-d868e106d5a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13903 | 2024.07.13 05:43:21.206294 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13904 | 2024.07.13 05:43:21.206312 [ 187 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_41_8} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13905 | 2024.07.13 05:43:21.206340 [ 3 ] {} <Debug> HTTP-Session: 862beeac-f686-4b27-b228-d868e106d5a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13906 | 2024.07.13 05:43:21.206403 [ 3 ] {} <Debug> HTTP-Session: 862beeac-f686-4b27-b228-d868e106d5a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13907 | 2024.07.13 05:43:21.206384 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2772 rows starting from the beginning of the part | ||
13908 | 2024.07.13 05:43:21.206530 [ 3 ] {} <Trace> HTTP-Session: 862beeac-f686-4b27-b228-d868e106d5a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13909 | 2024.07.13 05:43:21.206652 [ 187 ] {140bc10a-21da-42aa-a589-6bbaf774fefe::all_1_41_8} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
13910 | 2024.07.13 05:43:21.206842 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 77 rows starting from the beginning of the part | ||
13911 | 2024.07.13 05:43:21.207023 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13912 | 2024.07.13 05:43:21.207234 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 77 rows starting from the beginning of the part | ||
13913 | 2024.07.13 05:43:21.207230 [ 3 ] {213f3817-725c-462e-b128-151deaf038de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13914 | 2024.07.13 05:43:21.207470 [ 3 ] {213f3817-725c-462e-b128-151deaf038de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13915 | 2024.07.13 05:43:21.207517 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 77 rows starting from the beginning of the part | ||
13916 | 2024.07.13 05:43:21.207858 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part | ||
13917 | 2024.07.13 05:43:21.208283 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part | ||
13918 | 2024.07.13 05:43:21.208849 [ 3 ] {213f3817-725c-462e-b128-151deaf038de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13919 | 2024.07.13 05:43:21.209572 [ 3 ] {213f3817-725c-462e-b128-151deaf038de} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13920 | 2024.07.13 05:43:21.209638 [ 3 ] {213f3817-725c-462e-b128-151deaf038de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13921 | 2024.07.13 05:43:21.210681 [ 3 ] {213f3817-725c-462e-b128-151deaf038de} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
13922 | 2024.07.13 05:43:21.211326 [ 187 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3157 rows, containing 5 columns (5 merged, 0 gathered) in 0.006082655 sec., 519016.7780352494 rows/sec., 31.96 MiB/sec. | ||
13923 | 2024.07.13 05:43:21.211434 [ 3 ] {213f3817-725c-462e-b128-151deaf038de} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13924 | 2024.07.13 05:43:21.211651 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
13925 | 2024.07.13 05:43:21.211713 [ 3 ] {213f3817-725c-462e-b128-151deaf038de} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.004869 sec., 40870.81536249743 rows/sec., 2.85 MiB/sec. | ||
13926 | 2024.07.13 05:43:21.212117 [ 3 ] {213f3817-725c-462e-b128-151deaf038de} <Debug> DynamicQueryHandler: Done processing query | ||
13927 | 2024.07.13 05:43:21.212192 [ 3 ] {213f3817-725c-462e-b128-151deaf038de} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13928 | 2024.07.13 05:43:21.212223 [ 3 ] {} <Debug> HTTP-Session: 862beeac-f686-4b27-b228-d868e106d5a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13929 | 2024.07.13 05:43:21.212399 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13930 | 2024.07.13 05:43:21.212502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 90306, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13931 | 2024.07.13 05:43:21.212543 [ 198 ] {e95edae6-7165-4e08-a656-cc66beba5aa2::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
13932 | 2024.07.13 05:43:21.212587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13933 | 2024.07.13 05:43:21.212677 [ 3 ] {} <Debug> HTTP-Session: 04729ccf-4790-4f50-a182-d41922f8a8b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13934 | 2024.07.13 05:43:21.212694 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
13935 | 2024.07.13 05:43:21.212708 [ 3 ] {} <Debug> HTTP-Session: 04729ccf-4790-4f50-a182-d41922f8a8b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13936 | 2024.07.13 05:43:21.212747 [ 3 ] {} <Debug> HTTP-Session: 04729ccf-4790-4f50-a182-d41922f8a8b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13937 | 2024.07.13 05:43:21.212781 [ 3 ] {} <Trace> HTTP-Session: 04729ccf-4790-4f50-a182-d41922f8a8b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13938 | 2024.07.13 05:43:21.213376 [ 3 ] {72562dc0-2b76-4947-b11e-ed05567e5f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13939 | 2024.07.13 05:43:21.213448 [ 3 ] {72562dc0-2b76-4947-b11e-ed05567e5f32} <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 | ||
13940 | 2024.07.13 05:43:21.213893 [ 3 ] {72562dc0-2b76-4947-b11e-ed05567e5f32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13941 | 2024.07.13 05:43:21.214861 [ 3 ] {72562dc0-2b76-4947-b11e-ed05567e5f32} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13942 | 2024.07.13 05:43:21.214896 [ 3 ] {72562dc0-2b76-4947-b11e-ed05567e5f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13943 | 2024.07.13 05:43:21.215604 [ 3 ] {72562dc0-2b76-4947-b11e-ed05567e5f32} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
13944 | 2024.07.13 05:43:21.216018 [ 3 ] {72562dc0-2b76-4947-b11e-ed05567e5f32} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13945 | 2024.07.13 05:43:21.216198 [ 3 ] {72562dc0-2b76-4947-b11e-ed05567e5f32} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003302 sec., 16959.418534221684 rows/sec., 30.39 MiB/sec. | ||
13946 | 2024.07.13 05:43:21.216735 [ 3 ] {72562dc0-2b76-4947-b11e-ed05567e5f32} <Debug> DynamicQueryHandler: Done processing query | ||
13947 | 2024.07.13 05:43:21.216762 [ 3 ] {72562dc0-2b76-4947-b11e-ed05567e5f32} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
13948 | 2024.07.13 05:43:21.216779 [ 3 ] {} <Debug> HTTP-Session: 04729ccf-4790-4f50-a182-d41922f8a8b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13949 | 2024.07.13 05:43:21.216922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13950 | 2024.07.13 05:43:21.216971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13951 | 2024.07.13 05:43:21.216990 [ 3 ] {} <Debug> HTTP-Session: 575badb6-991c-4d5a-b92c-a660c26ffcb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13952 | 2024.07.13 05:43:21.217006 [ 3 ] {} <Debug> HTTP-Session: 575badb6-991c-4d5a-b92c-a660c26ffcb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13953 | 2024.07.13 05:43:21.217020 [ 3 ] {} <Debug> HTTP-Session: 575badb6-991c-4d5a-b92c-a660c26ffcb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13954 | 2024.07.13 05:43:21.217050 [ 3 ] {} <Trace> HTTP-Session: 575badb6-991c-4d5a-b92c-a660c26ffcb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13955 | 2024.07.13 05:43:21.217154 [ 3 ] {dd86f31c-9c99-487e-bf95-d1efb2e21a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13956 | 2024.07.13 05:43:21.217200 [ 3 ] {dd86f31c-9c99-487e-bf95-d1efb2e21a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13957 | 2024.07.13 05:43:21.217349 [ 3 ] {dd86f31c-9c99-487e-bf95-d1efb2e21a75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13958 | 2024.07.13 05:43:21.217682 [ 3 ] {dd86f31c-9c99-487e-bf95-d1efb2e21a75} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13959 | 2024.07.13 05:43:21.217719 [ 3 ] {dd86f31c-9c99-487e-bf95-d1efb2e21a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13960 | 2024.07.13 05:43:21.218069 [ 3 ] {dd86f31c-9c99-487e-bf95-d1efb2e21a75} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
13961 | 2024.07.13 05:43:21.218407 [ 3 ] {dd86f31c-9c99-487e-bf95-d1efb2e21a75} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13962 | 2024.07.13 05:43:21.218552 [ 3 ] {dd86f31c-9c99-487e-bf95-d1efb2e21a75} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001425 sec., 16140.350877192981 rows/sec., 873.08 KiB/sec. | ||
13963 | 2024.07.13 05:43:21.218737 [ 3 ] {dd86f31c-9c99-487e-bf95-d1efb2e21a75} <Debug> DynamicQueryHandler: Done processing query | ||
13964 | 2024.07.13 05:43:21.218761 [ 3 ] {dd86f31c-9c99-487e-bf95-d1efb2e21a75} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13965 | 2024.07.13 05:43:21.218777 [ 3 ] {} <Debug> HTTP-Session: 575badb6-991c-4d5a-b92c-a660c26ffcb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13966 | 2024.07.13 05:43:21.218900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13967 | 2024.07.13 05:43:21.218948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13968 | 2024.07.13 05:43:21.218967 [ 3 ] {} <Debug> HTTP-Session: d577e42e-e9ad-459e-89ab-3ea1fb5e03c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13969 | 2024.07.13 05:43:21.218983 [ 3 ] {} <Debug> HTTP-Session: d577e42e-e9ad-459e-89ab-3ea1fb5e03c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13970 | 2024.07.13 05:43:21.218997 [ 3 ] {} <Debug> HTTP-Session: d577e42e-e9ad-459e-89ab-3ea1fb5e03c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13971 | 2024.07.13 05:43:21.219027 [ 3 ] {} <Trace> HTTP-Session: d577e42e-e9ad-459e-89ab-3ea1fb5e03c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13972 | 2024.07.13 05:43:21.219138 [ 3 ] {c6e1f869-fb0e-4366-a27f-024b97052b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13973 | 2024.07.13 05:43:21.219181 [ 3 ] {c6e1f869-fb0e-4366-a27f-024b97052b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13974 | 2024.07.13 05:43:21.219308 [ 3 ] {c6e1f869-fb0e-4366-a27f-024b97052b8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13975 | 2024.07.13 05:43:21.219607 [ 3 ] {c6e1f869-fb0e-4366-a27f-024b97052b8f} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13976 | 2024.07.13 05:43:21.219642 [ 3 ] {c6e1f869-fb0e-4366-a27f-024b97052b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13977 | 2024.07.13 05:43:21.219987 [ 3 ] {c6e1f869-fb0e-4366-a27f-024b97052b8f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
13978 | 2024.07.13 05:43:21.220305 [ 3 ] {c6e1f869-fb0e-4366-a27f-024b97052b8f} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13979 | 2024.07.13 05:43:21.220461 [ 3 ] {c6e1f869-fb0e-4366-a27f-024b97052b8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
13980 | 2024.07.13 05:43:21.220741 [ 3 ] {c6e1f869-fb0e-4366-a27f-024b97052b8f} <Debug> DynamicQueryHandler: Done processing query | ||
13981 | 2024.07.13 05:43:21.220810 [ 3 ] {c6e1f869-fb0e-4366-a27f-024b97052b8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13982 | 2024.07.13 05:43:21.220874 [ 3 ] {} <Debug> HTTP-Session: d577e42e-e9ad-459e-89ab-3ea1fb5e03c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13983 | 2024.07.13 05:43:26.170247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13984 | 2024.07.13 05:43:26.170438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13985 | 2024.07.13 05:43:26.170482 [ 3 ] {} <Debug> HTTP-Session: 2e0b6382-92ea-448d-bd26-e27e78cd1a42 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
13986 | 2024.07.13 05:43:26.170524 [ 3 ] {} <Debug> HTTP-Session: 2e0b6382-92ea-448d-bd26-e27e78cd1a42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13987 | 2024.07.13 05:43:26.170554 [ 3 ] {} <Debug> HTTP-Session: 2e0b6382-92ea-448d-bd26-e27e78cd1a42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13988 | 2024.07.13 05:43:26.170631 [ 3 ] {} <Trace> HTTP-Session: 2e0b6382-92ea-448d-bd26-e27e78cd1a42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13989 | 2024.07.13 05:43:26.170837 [ 3 ] {62d90ee0-72ee-4f6d-8eac-bb109f57cfa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13990 | 2024.07.13 05:43:26.170903 [ 3 ] {62d90ee0-72ee-4f6d-8eac-bb109f57cfa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13991 | 2024.07.13 05:43:26.171095 [ 3 ] {62d90ee0-72ee-4f6d-8eac-bb109f57cfa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13992 | 2024.07.13 05:43:26.171631 [ 3 ] {62d90ee0-72ee-4f6d-8eac-bb109f57cfa3} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13993 | 2024.07.13 05:43:26.171669 [ 3 ] {62d90ee0-72ee-4f6d-8eac-bb109f57cfa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13994 | 2024.07.13 05:43:26.172046 [ 3 ] {62d90ee0-72ee-4f6d-8eac-bb109f57cfa3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
13995 | 2024.07.13 05:43:26.172384 [ 3 ] {62d90ee0-72ee-4f6d-8eac-bb109f57cfa3} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13996 | 2024.07.13 05:43:26.172531 [ 3 ] {62d90ee0-72ee-4f6d-8eac-bb109f57cfa3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00176 sec., 31818.181818181816 rows/sec., 2.44 MiB/sec. | ||
13997 | 2024.07.13 05:43:26.172547 [ 72 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
13998 | 2024.07.13 05:43:26.172606 [ 72 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13999 | 2024.07.13 05:43:26.172644 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
14000 | 2024.07.13 05:43:26.172796 [ 3 ] {62d90ee0-72ee-4f6d-8eac-bb109f57cfa3} <Debug> DynamicQueryHandler: Done processing query | ||
14001 | 2024.07.13 05:43:26.172882 [ 3 ] {62d90ee0-72ee-4f6d-8eac-bb109f57cfa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14002 | 2024.07.13 05:43:26.172935 [ 3 ] {} <Debug> HTTP-Session: 2e0b6382-92ea-448d-bd26-e27e78cd1a42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14003 | 2024.07.13 05:43:26.172974 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
14004 | 2024.07.13 05:43:26.173170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14005 | 2024.07.13 05:43:26.173358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14006 | 2024.07.13 05:43:26.173453 [ 3 ] {} <Debug> HTTP-Session: 7b14d210-1ca7-4de2-8f52-10f51bfbeabf Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14007 | 2024.07.13 05:43:26.173527 [ 3 ] {} <Debug> HTTP-Session: 7b14d210-1ca7-4de2-8f52-10f51bfbeabf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14008 | 2024.07.13 05:43:26.173593 [ 3 ] {} <Debug> HTTP-Session: 7b14d210-1ca7-4de2-8f52-10f51bfbeabf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14009 | 2024.07.13 05:43:26.173719 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14010 | 2024.07.13 05:43:26.173734 [ 3 ] {} <Trace> HTTP-Session: 7b14d210-1ca7-4de2-8f52-10f51bfbeabf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14011 | 2024.07.13 05:43:26.173859 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 379 rows starting from the beginning of the part | ||
14012 | 2024.07.13 05:43:26.174240 [ 3 ] {0bfaf13b-ae71-472d-b4ab-edf2727a9c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14013 | 2024.07.13 05:43:26.174267 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 56 rows starting from the beginning of the part | ||
14014 | 2024.07.13 05:43:26.174448 [ 3 ] {0bfaf13b-ae71-472d-b4ab-edf2727a9c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14015 | 2024.07.13 05:43:26.174558 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 334 rows starting from the beginning of the part | ||
14016 | 2024.07.13 05:43:26.174855 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 57 rows starting from the beginning of the part | ||
14017 | 2024.07.13 05:43:26.175131 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 368 rows starting from the beginning of the part | ||
14018 | 2024.07.13 05:43:26.175374 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
14019 | 2024.07.13 05:43:26.175630 [ 3 ] {0bfaf13b-ae71-472d-b4ab-edf2727a9c84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14020 | 2024.07.13 05:43:26.176631 [ 3 ] {0bfaf13b-ae71-472d-b4ab-edf2727a9c84} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14021 | 2024.07.13 05:43:26.176694 [ 3 ] {0bfaf13b-ae71-472d-b4ab-edf2727a9c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14022 | 2024.07.13 05:43:26.177516 [ 3 ] {0bfaf13b-ae71-472d-b4ab-edf2727a9c84} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14023 | 2024.07.13 05:43:26.178246 [ 3 ] {0bfaf13b-ae71-472d-b4ab-edf2727a9c84} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14024 | 2024.07.13 05:43:26.178419 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 4 columns (4 merged, 0 gathered) in 0.005682758 sec., 219963.61625816196 rows/sec., 18.88 MiB/sec. | ||
14025 | 2024.07.13 05:43:26.178518 [ 72 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14026 | 2024.07.13 05:43:26.178558 [ 3 ] {0bfaf13b-ae71-472d-b4ab-edf2727a9c84} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004586 sec., 13955.516790231139 rows/sec., 1.09 MiB/sec. | ||
14027 | 2024.07.13 05:43:26.178594 [ 72 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14028 | 2024.07.13 05:43:26.178687 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14029 | 2024.07.13 05:43:26.178727 [ 187 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
14030 | 2024.07.13 05:43:26.179052 [ 3 ] {0bfaf13b-ae71-472d-b4ab-edf2727a9c84} <Debug> DynamicQueryHandler: Done processing query | ||
14031 | 2024.07.13 05:43:26.179116 [ 3 ] {0bfaf13b-ae71-472d-b4ab-edf2727a9c84} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14032 | 2024.07.13 05:43:26.179136 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
14033 | 2024.07.13 05:43:26.179166 [ 3 ] {} <Debug> HTTP-Session: 7b14d210-1ca7-4de2-8f52-10f51bfbeabf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14034 | 2024.07.13 05:43:26.179461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14035 | 2024.07.13 05:43:26.179666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14036 | 2024.07.13 05:43:26.179748 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14037 | 2024.07.13 05:43:26.179762 [ 3 ] {} <Debug> HTTP-Session: 42e06f7f-7406-46b1-86b0-ae119059dda8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14038 | 2024.07.13 05:43:26.179852 [ 3 ] {} <Debug> HTTP-Session: 42e06f7f-7406-46b1-86b0-ae119059dda8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14039 | 2024.07.13 05:43:26.179865 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 520 rows starting from the beginning of the part | ||
14040 | 2024.07.13 05:43:26.179938 [ 3 ] {} <Debug> HTTP-Session: 42e06f7f-7406-46b1-86b0-ae119059dda8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14041 | 2024.07.13 05:43:26.180140 [ 3 ] {} <Trace> HTTP-Session: 42e06f7f-7406-46b1-86b0-ae119059dda8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14042 | 2024.07.13 05:43:26.180277 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part | ||
14043 | 2024.07.13 05:43:26.180692 [ 3 ] {33176414-e15c-483e-a238-fd67df3ddef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14044 | 2024.07.13 05:43:26.180730 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 451 rows starting from the beginning of the part | ||
14045 | 2024.07.13 05:43:26.181037 [ 3 ] {33176414-e15c-483e-a238-fd67df3ddef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14046 | 2024.07.13 05:43:26.181261 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 66 rows starting from the beginning of the part | ||
14047 | 2024.07.13 05:43:26.181888 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 468 rows starting from the beginning of the part | ||
14048 | 2024.07.13 05:43:26.182439 [ 196 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
14049 | 2024.07.13 05:43:26.181060 [ 201 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14050 | 2024.07.13 05:43:26.183839 [ 3 ] {33176414-e15c-483e-a238-fd67df3ddef0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14051 | 2024.07.13 05:43:26.184173 [ 201 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_86_17} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
14052 | 2024.07.13 05:43:26.184461 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
14053 | 2024.07.13 05:43:26.185112 [ 3 ] {33176414-e15c-483e-a238-fd67df3ddef0} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14054 | 2024.07.13 05:43:26.185181 [ 3 ] {33176414-e15c-483e-a238-fd67df3ddef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14055 | 2024.07.13 05:43:26.186087 [ 3 ] {33176414-e15c-483e-a238-fd67df3ddef0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14056 | 2024.07.13 05:43:26.186576 [ 201 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1633 rows, containing 4 columns (4 merged, 0 gathered) in 0.007745221 sec., 210839.6906944295 rows/sec., 15.27 MiB/sec. | ||
14057 | 2024.07.13 05:43:26.186812 [ 201 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
14058 | 2024.07.13 05:43:26.186975 [ 3 ] {33176414-e15c-483e-a238-fd67df3ddef0} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14059 | 2024.07.13 05:43:26.187240 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14060 | 2024.07.13 05:43:26.187405 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14061 | 2024.07.13 05:43:26.187471 [ 3 ] {33176414-e15c-483e-a238-fd67df3ddef0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007035 sec., 22743.425728500355 rows/sec., 1.58 MiB/sec. | ||
14062 | 2024.07.13 05:43:26.187504 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14063 | 2024.07.13 05:43:26.188003 [ 195 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
14064 | 2024.07.13 05:43:26.188136 [ 3 ] {33176414-e15c-483e-a238-fd67df3ddef0} <Debug> DynamicQueryHandler: Done processing query | ||
14065 | 2024.07.13 05:43:26.188212 [ 3 ] {33176414-e15c-483e-a238-fd67df3ddef0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14066 | 2024.07.13 05:43:26.188277 [ 3 ] {} <Debug> HTTP-Session: 42e06f7f-7406-46b1-86b0-ae119059dda8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14067 | 2024.07.13 05:43:26.188568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14068 | 2024.07.13 05:43:26.188717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14069 | 2024.07.13 05:43:26.188723 [ 195 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14070 | 2024.07.13 05:43:26.188799 [ 3 ] {} <Debug> HTTP-Session: a5a42170-9c5f-4e95-a802-4f88cd601884 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14071 | 2024.07.13 05:43:26.188834 [ 195 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 13014 rows starting from the beginning of the part | ||
14072 | 2024.07.13 05:43:26.188863 [ 3 ] {} <Debug> HTTP-Session: a5a42170-9c5f-4e95-a802-4f88cd601884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14073 | 2024.07.13 05:43:26.188925 [ 3 ] {} <Debug> HTTP-Session: a5a42170-9c5f-4e95-a802-4f88cd601884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14074 | 2024.07.13 05:43:26.189055 [ 3 ] {} <Trace> HTTP-Session: a5a42170-9c5f-4e95-a802-4f88cd601884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14075 | 2024.07.13 05:43:26.189181 [ 195 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
14076 | 2024.07.13 05:43:26.189746 [ 195 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 164 rows starting from the beginning of the part | ||
14077 | 2024.07.13 05:43:26.189824 [ 201 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14078 | 2024.07.13 05:43:26.190273 [ 195 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 161 rows starting from the beginning of the part | ||
14079 | 2024.07.13 05:43:26.190727 [ 195 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 199 rows starting from the beginning of the part | ||
14080 | 2024.07.13 05:43:26.190742 [ 201 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_86_17} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
14081 | 2024.07.13 05:43:26.191202 [ 195 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
14082 | 2024.07.13 05:43:26.191444 [ 3 ] {dbe5b219-028a-41a5-8211-c6375fdb8401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14083 | 2024.07.13 05:43:26.191660 [ 3 ] {dbe5b219-028a-41a5-8211-c6375fdb8401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14084 | 2024.07.13 05:43:26.191767 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
14085 | 2024.07.13 05:43:26.192245 [ 3 ] {dbe5b219-028a-41a5-8211-c6375fdb8401} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14086 | 2024.07.13 05:43:26.192700 [ 3 ] {dbe5b219-028a-41a5-8211-c6375fdb8401} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14087 | 2024.07.13 05:43:26.192748 [ 3 ] {dbe5b219-028a-41a5-8211-c6375fdb8401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14088 | 2024.07.13 05:43:26.193325 [ 3 ] {dbe5b219-028a-41a5-8211-c6375fdb8401} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14089 | 2024.07.13 05:43:26.194225 [ 3 ] {dbe5b219-028a-41a5-8211-c6375fdb8401} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14090 | 2024.07.13 05:43:26.194492 [ 72 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14091 | 2024.07.13 05:43:26.194495 [ 3 ] {dbe5b219-028a-41a5-8211-c6375fdb8401} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005209 sec., 11518.525628719524 rows/sec., 794.90 KiB/sec. | ||
14092 | 2024.07.13 05:43:26.194531 [ 72 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14093 | 2024.07.13 05:43:26.194594 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14094 | 2024.07.13 05:43:26.194817 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
14095 | 2024.07.13 05:43:26.194853 [ 3 ] {dbe5b219-028a-41a5-8211-c6375fdb8401} <Debug> DynamicQueryHandler: Done processing query | ||
14096 | 2024.07.13 05:43:26.194899 [ 3 ] {dbe5b219-028a-41a5-8211-c6375fdb8401} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14097 | 2024.07.13 05:43:26.194933 [ 3 ] {} <Debug> HTTP-Session: a5a42170-9c5f-4e95-a802-4f88cd601884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14098 | 2024.07.13 05:43:26.195206 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14099 | 2024.07.13 05:43:26.195277 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4514 rows starting from the beginning of the part | ||
14100 | 2024.07.13 05:43:26.195426 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
14101 | 2024.07.13 05:43:26.195583 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
14102 | 2024.07.13 05:43:26.195679 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
14103 | 2024.07.13 05:43:26.195858 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
14104 | 2024.07.13 05:43:26.196002 [ 199 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
14105 | 2024.07.13 05:43:26.197007 [ 194 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13858 rows, containing 5 columns (5 merged, 0 gathered) in 0.009304525 sec., 1489382.8540414476 rows/sec., 103.76 MiB/sec. | ||
14106 | 2024.07.13 05:43:26.197589 [ 194 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
14107 | 2024.07.13 05:43:26.198257 [ 194 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14108 | 2024.07.13 05:43:26.198475 [ 191 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4814 rows, containing 4 columns (4 merged, 0 gathered) in 0.003767189 sec., 1277875.891015821 rows/sec., 86.20 MiB/sec. | ||
14109 | 2024.07.13 05:43:26.198488 [ 194 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
14110 | 2024.07.13 05:43:26.198638 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
14111 | 2024.07.13 05:43:26.198955 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
14112 | 2024.07.13 05:43:26.199415 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14113 | 2024.07.13 05:43:26.199505 [ 200 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_86_17} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
14114 | 2024.07.13 05:43:26.199605 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
14115 | 2024.07.13 05:43:30.446323 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14116 | 2024.07.13 05:43:30.446389 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14117 | 2024.07.13 05:43:31.178268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 8776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14118 | 2024.07.13 05:43:31.178430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14119 | 2024.07.13 05:43:31.178474 [ 3 ] {} <Debug> HTTP-Session: da1d37c4-441c-4ecc-8973-bf59f5c6228e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14120 | 2024.07.13 05:43:31.178514 [ 3 ] {} <Debug> HTTP-Session: da1d37c4-441c-4ecc-8973-bf59f5c6228e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14121 | 2024.07.13 05:43:31.178543 [ 3 ] {} <Debug> HTTP-Session: da1d37c4-441c-4ecc-8973-bf59f5c6228e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14122 | 2024.07.13 05:43:31.178623 [ 3 ] {} <Trace> HTTP-Session: da1d37c4-441c-4ecc-8973-bf59f5c6228e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14123 | 2024.07.13 05:43:31.178903 [ 3 ] {84dd0b8c-ea9b-4f72-ae2f-5c2c7f02f8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14124 | 2024.07.13 05:43:31.178967 [ 3 ] {84dd0b8c-ea9b-4f72-ae2f-5c2c7f02f8f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14125 | 2024.07.13 05:43:31.179154 [ 3 ] {84dd0b8c-ea9b-4f72-ae2f-5c2c7f02f8f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14126 | 2024.07.13 05:43:31.179627 [ 3 ] {84dd0b8c-ea9b-4f72-ae2f-5c2c7f02f8f7} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14127 | 2024.07.13 05:43:31.179666 [ 3 ] {84dd0b8c-ea9b-4f72-ae2f-5c2c7f02f8f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14128 | 2024.07.13 05:43:31.180059 [ 3 ] {84dd0b8c-ea9b-4f72-ae2f-5c2c7f02f8f7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
14129 | 2024.07.13 05:43:31.180391 [ 3 ] {84dd0b8c-ea9b-4f72-ae2f-5c2c7f02f8f7} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14130 | 2024.07.13 05:43:31.180533 [ 3 ] {84dd0b8c-ea9b-4f72-ae2f-5c2c7f02f8f7} <Debug> executeQuery: Read 62 rows, 4.88 KiB in 0.001716 sec., 36130.53613053613 rows/sec., 2.78 MiB/sec. | ||
14131 | 2024.07.13 05:43:31.180820 [ 3 ] {84dd0b8c-ea9b-4f72-ae2f-5c2c7f02f8f7} <Debug> DynamicQueryHandler: Done processing query | ||
14132 | 2024.07.13 05:43:31.180875 [ 3 ] {84dd0b8c-ea9b-4f72-ae2f-5c2c7f02f8f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14133 | 2024.07.13 05:43:31.180914 [ 3 ] {} <Debug> HTTP-Session: da1d37c4-441c-4ecc-8973-bf59f5c6228e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14134 | 2024.07.13 05:43:31.181077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14135 | 2024.07.13 05:43:31.181127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14136 | 2024.07.13 05:43:31.181146 [ 3 ] {} <Debug> HTTP-Session: d02e6a0b-3360-4c86-bfb1-e497bd54d250 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14137 | 2024.07.13 05:43:31.181162 [ 3 ] {} <Debug> HTTP-Session: d02e6a0b-3360-4c86-bfb1-e497bd54d250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14138 | 2024.07.13 05:43:31.181176 [ 3 ] {} <Debug> HTTP-Session: d02e6a0b-3360-4c86-bfb1-e497bd54d250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14139 | 2024.07.13 05:43:31.181210 [ 3 ] {} <Trace> HTTP-Session: d02e6a0b-3360-4c86-bfb1-e497bd54d250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14140 | 2024.07.13 05:43:31.181308 [ 3 ] {6d9dfe60-0c46-4331-b166-d817c9a7edf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14141 | 2024.07.13 05:43:31.181353 [ 3 ] {6d9dfe60-0c46-4331-b166-d817c9a7edf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14142 | 2024.07.13 05:43:31.181498 [ 3 ] {6d9dfe60-0c46-4331-b166-d817c9a7edf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14143 | 2024.07.13 05:43:31.181812 [ 3 ] {6d9dfe60-0c46-4331-b166-d817c9a7edf3} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14144 | 2024.07.13 05:43:31.181848 [ 3 ] {6d9dfe60-0c46-4331-b166-d817c9a7edf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14145 | 2024.07.13 05:43:31.182139 [ 3 ] {6d9dfe60-0c46-4331-b166-d817c9a7edf3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
14146 | 2024.07.13 05:43:31.182445 [ 3 ] {6d9dfe60-0c46-4331-b166-d817c9a7edf3} <Trace> oximeter.fields_ipaddr (053f9475-8d99-4f93-9c30-e82385cfd9bc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14147 | 2024.07.13 05:43:31.182575 [ 3 ] {6d9dfe60-0c46-4331-b166-d817c9a7edf3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 126.42 KiB/sec. | ||
14148 | 2024.07.13 05:43:31.182891 [ 3 ] {6d9dfe60-0c46-4331-b166-d817c9a7edf3} <Debug> DynamicQueryHandler: Done processing query | ||
14149 | 2024.07.13 05:43:31.182922 [ 3 ] {6d9dfe60-0c46-4331-b166-d817c9a7edf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14150 | 2024.07.13 05:43:31.182939 [ 3 ] {} <Debug> HTTP-Session: d02e6a0b-3360-4c86-bfb1-e497bd54d250 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14151 | 2024.07.13 05:43:31.183126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 49891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14152 | 2024.07.13 05:43:31.183174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14153 | 2024.07.13 05:43:31.183193 [ 3 ] {} <Debug> HTTP-Session: 905974ee-af10-42f1-bd36-198925376641 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14154 | 2024.07.13 05:43:31.183211 [ 3 ] {} <Debug> HTTP-Session: 905974ee-af10-42f1-bd36-198925376641 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14155 | 2024.07.13 05:43:31.183225 [ 3 ] {} <Debug> HTTP-Session: 905974ee-af10-42f1-bd36-198925376641 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14156 | 2024.07.13 05:43:31.183255 [ 3 ] {} <Trace> HTTP-Session: 905974ee-af10-42f1-bd36-198925376641 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14157 | 2024.07.13 05:43:31.183445 [ 3 ] {58052fee-da54-45a9-be17-9e4b4750a4d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14158 | 2024.07.13 05:43:31.183489 [ 3 ] {58052fee-da54-45a9-be17-9e4b4750a4d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14159 | 2024.07.13 05:43:31.183631 [ 3 ] {58052fee-da54-45a9-be17-9e4b4750a4d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14160 | 2024.07.13 05:43:31.184180 [ 3 ] {58052fee-da54-45a9-be17-9e4b4750a4d1} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14161 | 2024.07.13 05:43:31.184217 [ 3 ] {58052fee-da54-45a9-be17-9e4b4750a4d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14162 | 2024.07.13 05:43:31.184546 [ 3 ] {58052fee-da54-45a9-be17-9e4b4750a4d1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
14163 | 2024.07.13 05:43:31.184847 [ 3 ] {58052fee-da54-45a9-be17-9e4b4750a4d1} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14164 | 2024.07.13 05:43:31.184968 [ 3 ] {58052fee-da54-45a9-be17-9e4b4750a4d1} <Debug> executeQuery: Read 330 rows, 29.86 KiB in 0.001622 sec., 203452.5277435265 rows/sec., 17.98 MiB/sec. | ||
14165 | 2024.07.13 05:43:31.185130 [ 3 ] {58052fee-da54-45a9-be17-9e4b4750a4d1} <Debug> DynamicQueryHandler: Done processing query | ||
14166 | 2024.07.13 05:43:31.185155 [ 3 ] {58052fee-da54-45a9-be17-9e4b4750a4d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14167 | 2024.07.13 05:43:31.185171 [ 3 ] {} <Debug> HTTP-Session: 905974ee-af10-42f1-bd36-198925376641 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14168 | 2024.07.13 05:43:31.185306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14169 | 2024.07.13 05:43:31.185353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14170 | 2024.07.13 05:43:31.185372 [ 3 ] {} <Debug> HTTP-Session: 210de300-25a8-4967-a2e3-3c5865e8032c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14171 | 2024.07.13 05:43:31.185388 [ 3 ] {} <Debug> HTTP-Session: 210de300-25a8-4967-a2e3-3c5865e8032c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14172 | 2024.07.13 05:43:31.185402 [ 3 ] {} <Debug> HTTP-Session: 210de300-25a8-4967-a2e3-3c5865e8032c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14173 | 2024.07.13 05:43:31.185433 [ 3 ] {} <Trace> HTTP-Session: 210de300-25a8-4967-a2e3-3c5865e8032c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14174 | 2024.07.13 05:43:31.185522 [ 3 ] {e14c49da-57fa-402d-afa6-c42bc74a0446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14175 | 2024.07.13 05:43:31.185565 [ 3 ] {e14c49da-57fa-402d-afa6-c42bc74a0446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14176 | 2024.07.13 05:43:31.185687 [ 3 ] {e14c49da-57fa-402d-afa6-c42bc74a0446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14177 | 2024.07.13 05:43:31.185960 [ 3 ] {e14c49da-57fa-402d-afa6-c42bc74a0446} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14178 | 2024.07.13 05:43:31.185995 [ 3 ] {e14c49da-57fa-402d-afa6-c42bc74a0446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14179 | 2024.07.13 05:43:31.186307 [ 3 ] {e14c49da-57fa-402d-afa6-c42bc74a0446} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
14180 | 2024.07.13 05:43:31.186605 [ 3 ] {e14c49da-57fa-402d-afa6-c42bc74a0446} <Trace> oximeter.fields_u16 (2ed1309e-c207-4944-a55f-86944c9dfd39): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14181 | 2024.07.13 05:43:31.186732 [ 3 ] {e14c49da-57fa-402d-afa6-c42bc74a0446} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00123 sec., 1626.0162601626016 rows/sec., 113.54 KiB/sec. | ||
14182 | 2024.07.13 05:43:31.187043 [ 3 ] {e14c49da-57fa-402d-afa6-c42bc74a0446} <Debug> DynamicQueryHandler: Done processing query | ||
14183 | 2024.07.13 05:43:31.187069 [ 3 ] {e14c49da-57fa-402d-afa6-c42bc74a0446} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14184 | 2024.07.13 05:43:31.187085 [ 3 ] {} <Debug> HTTP-Session: 210de300-25a8-4967-a2e3-3c5865e8032c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14185 | 2024.07.13 05:43:31.187279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 71400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14186 | 2024.07.13 05:43:31.187329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14187 | 2024.07.13 05:43:31.187348 [ 3 ] {} <Debug> HTTP-Session: 9dbe7ce5-c8c3-40f3-89e4-d9a928791f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14188 | 2024.07.13 05:43:31.187365 [ 3 ] {} <Debug> HTTP-Session: 9dbe7ce5-c8c3-40f3-89e4-d9a928791f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14189 | 2024.07.13 05:43:31.187379 [ 3 ] {} <Debug> HTTP-Session: 9dbe7ce5-c8c3-40f3-89e4-d9a928791f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14190 | 2024.07.13 05:43:31.187409 [ 3 ] {} <Trace> HTTP-Session: 9dbe7ce5-c8c3-40f3-89e4-d9a928791f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14191 | 2024.07.13 05:43:31.187650 [ 3 ] {4ff131ad-c905-4195-91ef-d222ede1b558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14192 | 2024.07.13 05:43:31.187694 [ 3 ] {4ff131ad-c905-4195-91ef-d222ede1b558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14193 | 2024.07.13 05:43:31.187836 [ 3 ] {4ff131ad-c905-4195-91ef-d222ede1b558} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14194 | 2024.07.13 05:43:31.188420 [ 3 ] {4ff131ad-c905-4195-91ef-d222ede1b558} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14195 | 2024.07.13 05:43:31.188455 [ 3 ] {4ff131ad-c905-4195-91ef-d222ede1b558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14196 | 2024.07.13 05:43:31.188784 [ 3 ] {4ff131ad-c905-4195-91ef-d222ede1b558} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
14197 | 2024.07.13 05:43:31.189085 [ 3 ] {4ff131ad-c905-4195-91ef-d222ede1b558} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14198 | 2024.07.13 05:43:31.189209 [ 3 ] {4ff131ad-c905-4195-91ef-d222ede1b558} <Debug> executeQuery: Read 440 rows, 32.12 KiB in 0.001693 sec., 259893.6798582398 rows/sec., 18.53 MiB/sec. | ||
14199 | 2024.07.13 05:43:31.189373 [ 3 ] {4ff131ad-c905-4195-91ef-d222ede1b558} <Debug> DynamicQueryHandler: Done processing query | ||
14200 | 2024.07.13 05:43:31.189398 [ 3 ] {4ff131ad-c905-4195-91ef-d222ede1b558} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14201 | 2024.07.13 05:43:31.189413 [ 3 ] {} <Debug> HTTP-Session: 9dbe7ce5-c8c3-40f3-89e4-d9a928791f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14202 | 2024.07.13 05:43:31.189552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14203 | 2024.07.13 05:43:31.189600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14204 | 2024.07.13 05:43:31.189618 [ 3 ] {} <Debug> HTTP-Session: b3f7ca55-ea40-4aca-9f56-04644435035d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14205 | 2024.07.13 05:43:31.189634 [ 3 ] {} <Debug> HTTP-Session: b3f7ca55-ea40-4aca-9f56-04644435035d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14206 | 2024.07.13 05:43:31.189648 [ 3 ] {} <Debug> HTTP-Session: b3f7ca55-ea40-4aca-9f56-04644435035d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14207 | 2024.07.13 05:43:31.189679 [ 3 ] {} <Trace> HTTP-Session: b3f7ca55-ea40-4aca-9f56-04644435035d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14208 | 2024.07.13 05:43:31.189772 [ 3 ] {2da59484-6638-4081-9cec-e59a06c7de5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14209 | 2024.07.13 05:43:31.189816 [ 3 ] {2da59484-6638-4081-9cec-e59a06c7de5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14210 | 2024.07.13 05:43:31.189940 [ 3 ] {2da59484-6638-4081-9cec-e59a06c7de5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14211 | 2024.07.13 05:43:31.190227 [ 3 ] {2da59484-6638-4081-9cec-e59a06c7de5b} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14212 | 2024.07.13 05:43:31.190261 [ 3 ] {2da59484-6638-4081-9cec-e59a06c7de5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14213 | 2024.07.13 05:43:31.190607 [ 3 ] {2da59484-6638-4081-9cec-e59a06c7de5b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
14214 | 2024.07.13 05:43:31.190940 [ 3 ] {2da59484-6638-4081-9cec-e59a06c7de5b} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14215 | 2024.07.13 05:43:31.191064 [ 3 ] {2da59484-6638-4081-9cec-e59a06c7de5b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 195.76 KiB/sec. | ||
14216 | 2024.07.13 05:43:31.191211 [ 3 ] {2da59484-6638-4081-9cec-e59a06c7de5b} <Debug> DynamicQueryHandler: Done processing query | ||
14217 | 2024.07.13 05:43:31.191236 [ 3 ] {2da59484-6638-4081-9cec-e59a06c7de5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14218 | 2024.07.13 05:43:31.191252 [ 3 ] {} <Debug> HTTP-Session: b3f7ca55-ea40-4aca-9f56-04644435035d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14219 | 2024.07.13 05:43:31.191380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14220 | 2024.07.13 05:43:31.191427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14221 | 2024.07.13 05:43:31.191446 [ 3 ] {} <Debug> HTTP-Session: 26bdf93a-daf9-467e-b4f2-21d815b503c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14222 | 2024.07.13 05:43:31.191463 [ 3 ] {} <Debug> HTTP-Session: 26bdf93a-daf9-467e-b4f2-21d815b503c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14223 | 2024.07.13 05:43:31.191476 [ 3 ] {} <Debug> HTTP-Session: 26bdf93a-daf9-467e-b4f2-21d815b503c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14224 | 2024.07.13 05:43:31.191506 [ 3 ] {} <Trace> HTTP-Session: 26bdf93a-daf9-467e-b4f2-21d815b503c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14225 | 2024.07.13 05:43:31.191620 [ 3 ] {4f533ae3-f7e3-4a68-9a60-a0c917aac026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14226 | 2024.07.13 05:43:31.191665 [ 3 ] {4f533ae3-f7e3-4a68-9a60-a0c917aac026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14227 | 2024.07.13 05:43:31.191800 [ 3 ] {4f533ae3-f7e3-4a68-9a60-a0c917aac026} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14228 | 2024.07.13 05:43:31.192109 [ 3 ] {4f533ae3-f7e3-4a68-9a60-a0c917aac026} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14229 | 2024.07.13 05:43:31.192143 [ 3 ] {4f533ae3-f7e3-4a68-9a60-a0c917aac026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14230 | 2024.07.13 05:43:31.192502 [ 3 ] {4f533ae3-f7e3-4a68-9a60-a0c917aac026} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
14231 | 2024.07.13 05:43:31.192835 [ 3 ] {4f533ae3-f7e3-4a68-9a60-a0c917aac026} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14232 | 2024.07.13 05:43:31.192959 [ 3 ] {4f533ae3-f7e3-4a68-9a60-a0c917aac026} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001382 sec., 55716.353111432705 rows/sec., 3.43 MiB/sec. | ||
14233 | 2024.07.13 05:43:31.193208 [ 3 ] {4f533ae3-f7e3-4a68-9a60-a0c917aac026} <Debug> DynamicQueryHandler: Done processing query | ||
14234 | 2024.07.13 05:43:31.193260 [ 3 ] {4f533ae3-f7e3-4a68-9a60-a0c917aac026} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14235 | 2024.07.13 05:43:31.193307 [ 3 ] {} <Debug> HTTP-Session: 26bdf93a-daf9-467e-b4f2-21d815b503c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14236 | 2024.07.13 05:43:31.193513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14237 | 2024.07.13 05:43:31.193563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14238 | 2024.07.13 05:43:31.193582 [ 3 ] {} <Debug> HTTP-Session: 881db657-2751-48f0-b777-5df12052d07d Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14239 | 2024.07.13 05:43:31.193599 [ 3 ] {} <Debug> HTTP-Session: 881db657-2751-48f0-b777-5df12052d07d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14240 | 2024.07.13 05:43:31.193613 [ 3 ] {} <Debug> HTTP-Session: 881db657-2751-48f0-b777-5df12052d07d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14241 | 2024.07.13 05:43:31.193645 [ 3 ] {} <Trace> HTTP-Session: 881db657-2751-48f0-b777-5df12052d07d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14242 | 2024.07.13 05:43:31.193825 [ 3 ] {4a848915-8637-4553-ac76-b46bb0ddd53c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14243 | 2024.07.13 05:43:31.193872 [ 3 ] {4a848915-8637-4553-ac76-b46bb0ddd53c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14244 | 2024.07.13 05:43:31.194030 [ 3 ] {4a848915-8637-4553-ac76-b46bb0ddd53c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14245 | 2024.07.13 05:43:31.194401 [ 3 ] {4a848915-8637-4553-ac76-b46bb0ddd53c} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14246 | 2024.07.13 05:43:31.194436 [ 3 ] {4a848915-8637-4553-ac76-b46bb0ddd53c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14247 | 2024.07.13 05:43:31.194799 [ 3 ] {4a848915-8637-4553-ac76-b46bb0ddd53c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
14248 | 2024.07.13 05:43:31.195127 [ 3 ] {4a848915-8637-4553-ac76-b46bb0ddd53c} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14249 | 2024.07.13 05:43:31.195253 [ 3 ] {4a848915-8637-4553-ac76-b46bb0ddd53c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001533 sec., 105022.8310502283 rows/sec., 7.31 MiB/sec. | ||
14250 | 2024.07.13 05:43:31.195406 [ 3 ] {4a848915-8637-4553-ac76-b46bb0ddd53c} <Debug> DynamicQueryHandler: Done processing query | ||
14251 | 2024.07.13 05:43:31.195430 [ 3 ] {4a848915-8637-4553-ac76-b46bb0ddd53c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14252 | 2024.07.13 05:43:31.195445 [ 3 ] {} <Debug> HTTP-Session: 881db657-2751-48f0-b777-5df12052d07d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14253 | 2024.07.13 05:43:31.195643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 90448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14254 | 2024.07.13 05:43:31.195689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14255 | 2024.07.13 05:43:31.195708 [ 3 ] {} <Debug> HTTP-Session: 94b4d5b0-d6ca-472b-bf84-f5636b416565 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14256 | 2024.07.13 05:43:31.195724 [ 3 ] {} <Debug> HTTP-Session: 94b4d5b0-d6ca-472b-bf84-f5636b416565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14257 | 2024.07.13 05:43:31.195738 [ 3 ] {} <Debug> HTTP-Session: 94b4d5b0-d6ca-472b-bf84-f5636b416565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14258 | 2024.07.13 05:43:31.195768 [ 3 ] {} <Trace> HTTP-Session: 94b4d5b0-d6ca-472b-bf84-f5636b416565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14259 | 2024.07.13 05:43:31.196262 [ 3 ] {6ec3fa7b-6fa3-467e-be10-dc70b68bf603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14260 | 2024.07.13 05:43:31.196325 [ 3 ] {6ec3fa7b-6fa3-467e-be10-dc70b68bf603} <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 | ||
14261 | 2024.07.13 05:43:31.196719 [ 3 ] {6ec3fa7b-6fa3-467e-be10-dc70b68bf603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14262 | 2024.07.13 05:43:31.197672 [ 3 ] {6ec3fa7b-6fa3-467e-be10-dc70b68bf603} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14263 | 2024.07.13 05:43:31.197706 [ 3 ] {6ec3fa7b-6fa3-467e-be10-dc70b68bf603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14264 | 2024.07.13 05:43:31.198364 [ 3 ] {6ec3fa7b-6fa3-467e-be10-dc70b68bf603} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
14265 | 2024.07.13 05:43:31.198781 [ 3 ] {6ec3fa7b-6fa3-467e-be10-dc70b68bf603} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14266 | 2024.07.13 05:43:31.198924 [ 3 ] {6ec3fa7b-6fa3-467e-be10-dc70b68bf603} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003058 sec., 18312.622629169393 rows/sec., 32.82 MiB/sec. | ||
14267 | 2024.07.13 05:43:31.199405 [ 3 ] {6ec3fa7b-6fa3-467e-be10-dc70b68bf603} <Debug> DynamicQueryHandler: Done processing query | ||
14268 | 2024.07.13 05:43:31.199431 [ 3 ] {6ec3fa7b-6fa3-467e-be10-dc70b68bf603} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
14269 | 2024.07.13 05:43:31.199448 [ 3 ] {} <Debug> HTTP-Session: 94b4d5b0-d6ca-472b-bf84-f5636b416565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14270 | 2024.07.13 05:43:31.199625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14271 | 2024.07.13 05:43:31.199673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14272 | 2024.07.13 05:43:31.199692 [ 3 ] {} <Debug> HTTP-Session: 8579c598-0430-4dc5-961d-1cf2bc30d331 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14273 | 2024.07.13 05:43:31.199709 [ 3 ] {} <Debug> HTTP-Session: 8579c598-0430-4dc5-961d-1cf2bc30d331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14274 | 2024.07.13 05:43:31.199722 [ 3 ] {} <Debug> HTTP-Session: 8579c598-0430-4dc5-961d-1cf2bc30d331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14275 | 2024.07.13 05:43:31.199753 [ 3 ] {} <Trace> HTTP-Session: 8579c598-0430-4dc5-961d-1cf2bc30d331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14276 | 2024.07.13 05:43:31.199855 [ 3 ] {38c13f8a-22df-4ae8-b6d6-3caff2001e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14277 | 2024.07.13 05:43:31.199901 [ 3 ] {38c13f8a-22df-4ae8-b6d6-3caff2001e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14278 | 2024.07.13 05:43:31.200048 [ 3 ] {38c13f8a-22df-4ae8-b6d6-3caff2001e00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14279 | 2024.07.13 05:43:31.200307 [ 3 ] {38c13f8a-22df-4ae8-b6d6-3caff2001e00} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14280 | 2024.07.13 05:43:31.200342 [ 3 ] {38c13f8a-22df-4ae8-b6d6-3caff2001e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14281 | 2024.07.13 05:43:31.200690 [ 3 ] {38c13f8a-22df-4ae8-b6d6-3caff2001e00} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
14282 | 2024.07.13 05:43:31.201001 [ 3 ] {38c13f8a-22df-4ae8-b6d6-3caff2001e00} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14283 | 2024.07.13 05:43:31.201128 [ 3 ] {38c13f8a-22df-4ae8-b6d6-3caff2001e00} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001305 sec., 17624.521072796935 rows/sec., 953.36 KiB/sec. | ||
14284 | 2024.07.13 05:43:31.201278 [ 3 ] {38c13f8a-22df-4ae8-b6d6-3caff2001e00} <Debug> DynamicQueryHandler: Done processing query | ||
14285 | 2024.07.13 05:43:31.201302 [ 3 ] {38c13f8a-22df-4ae8-b6d6-3caff2001e00} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14286 | 2024.07.13 05:43:31.201318 [ 3 ] {} <Debug> HTTP-Session: 8579c598-0430-4dc5-961d-1cf2bc30d331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14287 | 2024.07.13 05:43:31.201436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14288 | 2024.07.13 05:43:31.201481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14289 | 2024.07.13 05:43:31.201500 [ 3 ] {} <Debug> HTTP-Session: 76d29b5e-5baf-4999-87f6-125124549a25 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14290 | 2024.07.13 05:43:31.201517 [ 3 ] {} <Debug> HTTP-Session: 76d29b5e-5baf-4999-87f6-125124549a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14291 | 2024.07.13 05:43:31.201531 [ 3 ] {} <Debug> HTTP-Session: 76d29b5e-5baf-4999-87f6-125124549a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14292 | 2024.07.13 05:43:31.201562 [ 3 ] {} <Trace> HTTP-Session: 76d29b5e-5baf-4999-87f6-125124549a25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14293 | 2024.07.13 05:43:31.201671 [ 3 ] {b1aed9f8-52a2-42ca-8756-c7f1cc15922c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14294 | 2024.07.13 05:43:31.201713 [ 3 ] {b1aed9f8-52a2-42ca-8756-c7f1cc15922c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14295 | 2024.07.13 05:43:31.201837 [ 3 ] {b1aed9f8-52a2-42ca-8756-c7f1cc15922c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14296 | 2024.07.13 05:43:31.202166 [ 3 ] {b1aed9f8-52a2-42ca-8756-c7f1cc15922c} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14297 | 2024.07.13 05:43:31.202201 [ 3 ] {b1aed9f8-52a2-42ca-8756-c7f1cc15922c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14298 | 2024.07.13 05:43:31.202542 [ 3 ] {b1aed9f8-52a2-42ca-8756-c7f1cc15922c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
14299 | 2024.07.13 05:43:31.202851 [ 3 ] {b1aed9f8-52a2-42ca-8756-c7f1cc15922c} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14300 | 2024.07.13 05:43:31.202975 [ 3 ] {b1aed9f8-52a2-42ca-8756-c7f1cc15922c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. | ||
14301 | 2024.07.13 05:43:31.203225 [ 3 ] {b1aed9f8-52a2-42ca-8756-c7f1cc15922c} <Debug> DynamicQueryHandler: Done processing query | ||
14302 | 2024.07.13 05:43:31.203251 [ 3 ] {b1aed9f8-52a2-42ca-8756-c7f1cc15922c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14303 | 2024.07.13 05:43:31.203267 [ 3 ] {} <Debug> HTTP-Session: 76d29b5e-5baf-4999-87f6-125124549a25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14304 | 2024.07.13 05:43:36.170017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14305 | 2024.07.13 05:43:36.170203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14306 | 2024.07.13 05:43:36.170248 [ 3 ] {} <Debug> HTTP-Session: dee11d11-0d70-4c5a-9832-5e4fe526bf21 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14307 | 2024.07.13 05:43:36.170288 [ 3 ] {} <Debug> HTTP-Session: dee11d11-0d70-4c5a-9832-5e4fe526bf21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14308 | 2024.07.13 05:43:36.170317 [ 3 ] {} <Debug> HTTP-Session: dee11d11-0d70-4c5a-9832-5e4fe526bf21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14309 | 2024.07.13 05:43:36.170395 [ 3 ] {} <Trace> HTTP-Session: dee11d11-0d70-4c5a-9832-5e4fe526bf21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14310 | 2024.07.13 05:43:36.170687 [ 3 ] {bd1104ba-6cd1-4392-bb91-c31f03e72558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14311 | 2024.07.13 05:43:36.170791 [ 3 ] {bd1104ba-6cd1-4392-bb91-c31f03e72558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14312 | 2024.07.13 05:43:36.171176 [ 3 ] {bd1104ba-6cd1-4392-bb91-c31f03e72558} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14313 | 2024.07.13 05:43:36.171684 [ 3 ] {bd1104ba-6cd1-4392-bb91-c31f03e72558} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14314 | 2024.07.13 05:43:36.171722 [ 3 ] {bd1104ba-6cd1-4392-bb91-c31f03e72558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14315 | 2024.07.13 05:43:36.172100 [ 3 ] {bd1104ba-6cd1-4392-bb91-c31f03e72558} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
14316 | 2024.07.13 05:43:36.172428 [ 3 ] {bd1104ba-6cd1-4392-bb91-c31f03e72558} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14317 | 2024.07.13 05:43:36.172576 [ 3 ] {bd1104ba-6cd1-4392-bb91-c31f03e72558} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.15 MiB/sec. | ||
14318 | 2024.07.13 05:43:36.172847 [ 3 ] {bd1104ba-6cd1-4392-bb91-c31f03e72558} <Debug> DynamicQueryHandler: Done processing query | ||
14319 | 2024.07.13 05:43:36.172908 [ 3 ] {bd1104ba-6cd1-4392-bb91-c31f03e72558} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14320 | 2024.07.13 05:43:36.172968 [ 3 ] {} <Debug> HTTP-Session: dee11d11-0d70-4c5a-9832-5e4fe526bf21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14321 | 2024.07.13 05:43:36.173227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14322 | 2024.07.13 05:43:36.173281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14323 | 2024.07.13 05:43:36.173300 [ 3 ] {} <Debug> HTTP-Session: fee1b391-92d4-413d-be42-34e8f804dd43 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14324 | 2024.07.13 05:43:36.173316 [ 3 ] {} <Debug> HTTP-Session: fee1b391-92d4-413d-be42-34e8f804dd43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14325 | 2024.07.13 05:43:36.173331 [ 3 ] {} <Debug> HTTP-Session: fee1b391-92d4-413d-be42-34e8f804dd43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14326 | 2024.07.13 05:43:36.173364 [ 3 ] {} <Trace> HTTP-Session: fee1b391-92d4-413d-be42-34e8f804dd43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14327 | 2024.07.13 05:43:36.173486 [ 3 ] {ed52fdcb-6b85-4809-93e1-cc9c77da407c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14328 | 2024.07.13 05:43:36.173529 [ 3 ] {ed52fdcb-6b85-4809-93e1-cc9c77da407c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14329 | 2024.07.13 05:43:36.173668 [ 3 ] {ed52fdcb-6b85-4809-93e1-cc9c77da407c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14330 | 2024.07.13 05:43:36.174083 [ 3 ] {ed52fdcb-6b85-4809-93e1-cc9c77da407c} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14331 | 2024.07.13 05:43:36.174118 [ 3 ] {ed52fdcb-6b85-4809-93e1-cc9c77da407c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14332 | 2024.07.13 05:43:36.174427 [ 3 ] {ed52fdcb-6b85-4809-93e1-cc9c77da407c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
14333 | 2024.07.13 05:43:36.174735 [ 3 ] {ed52fdcb-6b85-4809-93e1-cc9c77da407c} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14334 | 2024.07.13 05:43:36.174862 [ 3 ] {ed52fdcb-6b85-4809-93e1-cc9c77da407c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00142 sec., 45070.42253521127 rows/sec., 3.52 MiB/sec. | ||
14335 | 2024.07.13 05:43:36.175023 [ 3 ] {ed52fdcb-6b85-4809-93e1-cc9c77da407c} <Debug> DynamicQueryHandler: Done processing query | ||
14336 | 2024.07.13 05:43:36.175048 [ 3 ] {ed52fdcb-6b85-4809-93e1-cc9c77da407c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14337 | 2024.07.13 05:43:36.175064 [ 3 ] {} <Debug> HTTP-Session: fee1b391-92d4-413d-be42-34e8f804dd43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14338 | 2024.07.13 05:43:36.175237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14339 | 2024.07.13 05:43:36.175286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14340 | 2024.07.13 05:43:36.175306 [ 3 ] {} <Debug> HTTP-Session: bd32f829-739d-493b-a542-54580d3fc519 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14341 | 2024.07.13 05:43:36.175321 [ 3 ] {} <Debug> HTTP-Session: bd32f829-739d-493b-a542-54580d3fc519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14342 | 2024.07.13 05:43:36.175335 [ 3 ] {} <Debug> HTTP-Session: bd32f829-739d-493b-a542-54580d3fc519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14343 | 2024.07.13 05:43:36.175364 [ 3 ] {} <Trace> HTTP-Session: bd32f829-739d-493b-a542-54580d3fc519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14344 | 2024.07.13 05:43:36.175506 [ 3 ] {62f9cfd4-d79c-4295-8ce6-86f1243206ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14345 | 2024.07.13 05:43:36.175551 [ 3 ] {62f9cfd4-d79c-4295-8ce6-86f1243206ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14346 | 2024.07.13 05:43:36.175691 [ 3 ] {62f9cfd4-d79c-4295-8ce6-86f1243206ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14347 | 2024.07.13 05:43:36.176070 [ 3 ] {62f9cfd4-d79c-4295-8ce6-86f1243206ba} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14348 | 2024.07.13 05:43:36.176104 [ 3 ] {62f9cfd4-d79c-4295-8ce6-86f1243206ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14349 | 2024.07.13 05:43:36.176503 [ 3 ] {62f9cfd4-d79c-4295-8ce6-86f1243206ba} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
14350 | 2024.07.13 05:43:36.176843 [ 3 ] {62f9cfd4-d79c-4295-8ce6-86f1243206ba} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14351 | 2024.07.13 05:43:36.176972 [ 3 ] {62f9cfd4-d79c-4295-8ce6-86f1243206ba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. | ||
14352 | 2024.07.13 05:43:36.177139 [ 3 ] {62f9cfd4-d79c-4295-8ce6-86f1243206ba} <Debug> DynamicQueryHandler: Done processing query | ||
14353 | 2024.07.13 05:43:36.177163 [ 3 ] {62f9cfd4-d79c-4295-8ce6-86f1243206ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14354 | 2024.07.13 05:43:36.177178 [ 3 ] {} <Debug> HTTP-Session: bd32f829-739d-493b-a542-54580d3fc519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14355 | 2024.07.13 05:43:36.177322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14356 | 2024.07.13 05:43:36.177370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14357 | 2024.07.13 05:43:36.177388 [ 3 ] {} <Debug> HTTP-Session: 2a5b0916-081b-4360-a64b-2a92335caeda Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14358 | 2024.07.13 05:43:36.177405 [ 3 ] {} <Debug> HTTP-Session: 2a5b0916-081b-4360-a64b-2a92335caeda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14359 | 2024.07.13 05:43:36.177419 [ 3 ] {} <Debug> HTTP-Session: 2a5b0916-081b-4360-a64b-2a92335caeda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14360 | 2024.07.13 05:43:36.177448 [ 3 ] {} <Trace> HTTP-Session: 2a5b0916-081b-4360-a64b-2a92335caeda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14361 | 2024.07.13 05:43:36.177567 [ 3 ] {32b8195e-0a89-403b-9905-9ffc68df31c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14362 | 2024.07.13 05:43:36.177611 [ 3 ] {32b8195e-0a89-403b-9905-9ffc68df31c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14363 | 2024.07.13 05:43:36.177735 [ 3 ] {32b8195e-0a89-403b-9905-9ffc68df31c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14364 | 2024.07.13 05:43:36.178024 [ 3 ] {32b8195e-0a89-403b-9905-9ffc68df31c8} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14365 | 2024.07.13 05:43:36.178059 [ 3 ] {32b8195e-0a89-403b-9905-9ffc68df31c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14366 | 2024.07.13 05:43:36.178433 [ 3 ] {32b8195e-0a89-403b-9905-9ffc68df31c8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
14367 | 2024.07.13 05:43:36.178752 [ 3 ] {32b8195e-0a89-403b-9905-9ffc68df31c8} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14368 | 2024.07.13 05:43:36.178875 [ 3 ] {32b8195e-0a89-403b-9905-9ffc68df31c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. | ||
14369 | 2024.07.13 05:43:36.179053 [ 3 ] {32b8195e-0a89-403b-9905-9ffc68df31c8} <Debug> DynamicQueryHandler: Done processing query | ||
14370 | 2024.07.13 05:43:36.179089 [ 3 ] {32b8195e-0a89-403b-9905-9ffc68df31c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14371 | 2024.07.13 05:43:36.179120 [ 3 ] {} <Debug> HTTP-Session: 2a5b0916-081b-4360-a64b-2a92335caeda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14372 | 2024.07.13 05:43:41.177938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 8776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14373 | 2024.07.13 05:43:41.178122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14374 | 2024.07.13 05:43:41.178167 [ 3 ] {} <Debug> HTTP-Session: fb12419b-8f71-470a-b76c-9c454c172c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14375 | 2024.07.13 05:43:41.178210 [ 3 ] {} <Debug> HTTP-Session: fb12419b-8f71-470a-b76c-9c454c172c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14376 | 2024.07.13 05:43:41.178230 [ 3 ] {} <Debug> HTTP-Session: fb12419b-8f71-470a-b76c-9c454c172c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14377 | 2024.07.13 05:43:41.178280 [ 3 ] {} <Trace> HTTP-Session: fb12419b-8f71-470a-b76c-9c454c172c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14378 | 2024.07.13 05:43:41.178478 [ 3 ] {1eeb5668-8a3f-48cd-83c3-ef7b3bb71990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14379 | 2024.07.13 05:43:41.178545 [ 3 ] {1eeb5668-8a3f-48cd-83c3-ef7b3bb71990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14380 | 2024.07.13 05:43:41.178737 [ 3 ] {1eeb5668-8a3f-48cd-83c3-ef7b3bb71990} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14381 | 2024.07.13 05:43:41.179215 [ 3 ] {1eeb5668-8a3f-48cd-83c3-ef7b3bb71990} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14382 | 2024.07.13 05:43:41.179256 [ 3 ] {1eeb5668-8a3f-48cd-83c3-ef7b3bb71990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14383 | 2024.07.13 05:43:41.179618 [ 3 ] {1eeb5668-8a3f-48cd-83c3-ef7b3bb71990} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
14384 | 2024.07.13 05:43:41.179958 [ 3 ] {1eeb5668-8a3f-48cd-83c3-ef7b3bb71990} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14385 | 2024.07.13 05:43:41.180134 [ 3 ] {1eeb5668-8a3f-48cd-83c3-ef7b3bb71990} <Debug> executeQuery: Read 62 rows, 4.88 KiB in 0.001718 sec., 36088.474970896394 rows/sec., 2.77 MiB/sec. | ||
14386 | 2024.07.13 05:43:41.180146 [ 151 ] {} <Debug> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Selected 6 parts from all_1_39_9 to all_44_44_0 | ||
14387 | 2024.07.13 05:43:41.180250 [ 151 ] {} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14388 | 2024.07.13 05:43:41.180295 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14389 | 2024.07.13 05:43:41.180408 [ 3 ] {1eeb5668-8a3f-48cd-83c3-ef7b3bb71990} <Debug> DynamicQueryHandler: Done processing query | ||
14390 | 2024.07.13 05:43:41.180486 [ 3 ] {1eeb5668-8a3f-48cd-83c3-ef7b3bb71990} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14391 | 2024.07.13 05:43:41.180541 [ 3 ] {} <Debug> HTTP-Session: fb12419b-8f71-470a-b76c-9c454c172c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14392 | 2024.07.13 05:43:41.180601 [ 194 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_9 to all_44_44_0 into Compact with storage Full | ||
14393 | 2024.07.13 05:43:41.180872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 49757, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14394 | 2024.07.13 05:43:41.180931 [ 194 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14395 | 2024.07.13 05:43:41.180970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14396 | 2024.07.13 05:43:41.180996 [ 194 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_9, total 53 rows starting from the beginning of the part | ||
14397 | 2024.07.13 05:43:41.181010 [ 3 ] {} <Debug> HTTP-Session: 60c2e047-5957-491c-815b-3522ed2cc1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14398 | 2024.07.13 05:43:41.181056 [ 3 ] {} <Debug> HTTP-Session: 60c2e047-5957-491c-815b-3522ed2cc1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14399 | 2024.07.13 05:43:41.181087 [ 3 ] {} <Debug> HTTP-Session: 60c2e047-5957-491c-815b-3522ed2cc1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14400 | 2024.07.13 05:43:41.181217 [ 3 ] {} <Trace> HTTP-Session: 60c2e047-5957-491c-815b-3522ed2cc1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14401 | 2024.07.13 05:43:41.181271 [ 194 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 62 rows starting from the beginning of the part | ||
14402 | 2024.07.13 05:43:41.181527 [ 194 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 62 rows starting from the beginning of the part | ||
14403 | 2024.07.13 05:43:41.181686 [ 3 ] {8a6ca262-153f-49e7-baf8-5a8dc0c7c750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14404 | 2024.07.13 05:43:41.181852 [ 194 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 62 rows starting from the beginning of the part | ||
14405 | 2024.07.13 05:43:41.181862 [ 3 ] {8a6ca262-153f-49e7-baf8-5a8dc0c7c750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14406 | 2024.07.13 05:43:41.182160 [ 194 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 62 rows starting from the beginning of the part | ||
14407 | 2024.07.13 05:43:41.182577 [ 194 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 62 rows starting from the beginning of the part | ||
14408 | 2024.07.13 05:43:41.182775 [ 3 ] {8a6ca262-153f-49e7-baf8-5a8dc0c7c750} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14409 | 2024.07.13 05:43:41.183970 [ 3 ] {8a6ca262-153f-49e7-baf8-5a8dc0c7c750} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14410 | 2024.07.13 05:43:41.184036 [ 3 ] {8a6ca262-153f-49e7-baf8-5a8dc0c7c750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14411 | 2024.07.13 05:43:41.184972 [ 3 ] {8a6ca262-153f-49e7-baf8-5a8dc0c7c750} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
14412 | 2024.07.13 05:43:41.185097 [ 200 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 363 rows, containing 4 columns (4 merged, 0 gathered) in 0.004715483 sec., 76980.44929861903 rows/sec., 5.91 MiB/sec. | ||
14413 | 2024.07.13 05:43:41.185263 [ 200 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Trace> MergedBlockOutputStream: filled checksums all_1_44_10 (state Temporary) | ||
14414 | 2024.07.13 05:43:41.185456 [ 3 ] {8a6ca262-153f-49e7-baf8-5a8dc0c7c750} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14415 | 2024.07.13 05:43:41.185713 [ 3 ] {8a6ca262-153f-49e7-baf8-5a8dc0c7c750} <Debug> executeQuery: Read 329 rows, 29.79 KiB in 0.004264 sec., 77157.5984990619 rows/sec., 6.82 MiB/sec. | ||
14416 | 2024.07.13 05:43:41.185864 [ 200 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_merge_all_1_44_10 to all_1_44_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14417 | 2024.07.13 05:43:41.185933 [ 3 ] {8a6ca262-153f-49e7-baf8-5a8dc0c7c750} <Debug> DynamicQueryHandler: Done processing query | ||
14418 | 2024.07.13 05:43:41.185949 [ 200 ] {be9d2c93-142c-4f7f-8be4-1b838b7bf9fc::all_1_44_10} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc) (MergerMutator): Merged 6 parts: [all_1_39_9, all_44_44_0] -> all_1_44_10 | ||
14419 | 2024.07.13 05:43:41.185963 [ 3 ] {8a6ca262-153f-49e7-baf8-5a8dc0c7c750} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14420 | 2024.07.13 05:43:41.185981 [ 3 ] {} <Debug> HTTP-Session: 60c2e047-5957-491c-815b-3522ed2cc1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14421 | 2024.07.13 05:43:41.186059 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
14422 | 2024.07.13 05:43:41.186178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 71057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14423 | 2024.07.13 05:43:41.186228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14424 | 2024.07.13 05:43:41.186248 [ 3 ] {} <Debug> HTTP-Session: a2a7be61-d2b5-4b9d-93e3-9e7a85259e1c Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14425 | 2024.07.13 05:43:41.186264 [ 3 ] {} <Debug> HTTP-Session: a2a7be61-d2b5-4b9d-93e3-9e7a85259e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14426 | 2024.07.13 05:43:41.186279 [ 3 ] {} <Debug> HTTP-Session: a2a7be61-d2b5-4b9d-93e3-9e7a85259e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14427 | 2024.07.13 05:43:41.186311 [ 3 ] {} <Trace> HTTP-Session: a2a7be61-d2b5-4b9d-93e3-9e7a85259e1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14428 | 2024.07.13 05:43:41.186521 [ 3 ] {4dee795b-1ff6-44fc-9c9b-0e8a178b281c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14429 | 2024.07.13 05:43:41.186565 [ 3 ] {4dee795b-1ff6-44fc-9c9b-0e8a178b281c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14430 | 2024.07.13 05:43:41.186690 [ 3 ] {4dee795b-1ff6-44fc-9c9b-0e8a178b281c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14431 | 2024.07.13 05:43:41.187276 [ 3 ] {4dee795b-1ff6-44fc-9c9b-0e8a178b281c} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14432 | 2024.07.13 05:43:41.187312 [ 3 ] {4dee795b-1ff6-44fc-9c9b-0e8a178b281c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14433 | 2024.07.13 05:43:41.187649 [ 3 ] {4dee795b-1ff6-44fc-9c9b-0e8a178b281c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
14434 | 2024.07.13 05:43:41.187961 [ 3 ] {4dee795b-1ff6-44fc-9c9b-0e8a178b281c} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14435 | 2024.07.13 05:43:41.188108 [ 3 ] {4dee795b-1ff6-44fc-9c9b-0e8a178b281c} <Debug> executeQuery: Read 438 rows, 31.96 KiB in 0.001697 sec., 258102.53388332351 rows/sec., 18.39 MiB/sec. | ||
14436 | 2024.07.13 05:43:41.188280 [ 3 ] {4dee795b-1ff6-44fc-9c9b-0e8a178b281c} <Debug> DynamicQueryHandler: Done processing query | ||
14437 | 2024.07.13 05:43:41.188306 [ 3 ] {4dee795b-1ff6-44fc-9c9b-0e8a178b281c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14438 | 2024.07.13 05:43:41.188326 [ 3 ] {} <Debug> HTTP-Session: a2a7be61-d2b5-4b9d-93e3-9e7a85259e1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14439 | 2024.07.13 05:43:41.188454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14440 | 2024.07.13 05:43:41.188501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14441 | 2024.07.13 05:43:41.188520 [ 3 ] {} <Debug> HTTP-Session: 914f0c6a-b6fe-465d-9ba9-d96acd497e34 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14442 | 2024.07.13 05:43:41.188536 [ 3 ] {} <Debug> HTTP-Session: 914f0c6a-b6fe-465d-9ba9-d96acd497e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14443 | 2024.07.13 05:43:41.188550 [ 3 ] {} <Debug> HTTP-Session: 914f0c6a-b6fe-465d-9ba9-d96acd497e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14444 | 2024.07.13 05:43:41.188579 [ 3 ] {} <Trace> HTTP-Session: 914f0c6a-b6fe-465d-9ba9-d96acd497e34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14445 | 2024.07.13 05:43:41.188674 [ 3 ] {37c0b8e7-dec4-4e6b-b5bb-b2a8daa9fd97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14446 | 2024.07.13 05:43:41.188718 [ 3 ] {37c0b8e7-dec4-4e6b-b5bb-b2a8daa9fd97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14447 | 2024.07.13 05:43:41.188843 [ 3 ] {37c0b8e7-dec4-4e6b-b5bb-b2a8daa9fd97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14448 | 2024.07.13 05:43:41.189124 [ 3 ] {37c0b8e7-dec4-4e6b-b5bb-b2a8daa9fd97} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14449 | 2024.07.13 05:43:41.189158 [ 3 ] {37c0b8e7-dec4-4e6b-b5bb-b2a8daa9fd97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14450 | 2024.07.13 05:43:41.189519 [ 3 ] {37c0b8e7-dec4-4e6b-b5bb-b2a8daa9fd97} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
14451 | 2024.07.13 05:43:41.189855 [ 3 ] {37c0b8e7-dec4-4e6b-b5bb-b2a8daa9fd97} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14452 | 2024.07.13 05:43:41.190005 [ 3 ] {37c0b8e7-dec4-4e6b-b5bb-b2a8daa9fd97} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 190.41 KiB/sec. | ||
14453 | 2024.07.13 05:43:41.190169 [ 3 ] {37c0b8e7-dec4-4e6b-b5bb-b2a8daa9fd97} <Debug> DynamicQueryHandler: Done processing query | ||
14454 | 2024.07.13 05:43:41.190194 [ 3 ] {37c0b8e7-dec4-4e6b-b5bb-b2a8daa9fd97} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14455 | 2024.07.13 05:43:41.190210 [ 3 ] {} <Debug> HTTP-Session: 914f0c6a-b6fe-465d-9ba9-d96acd497e34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14456 | 2024.07.13 05:43:41.190339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14457 | 2024.07.13 05:43:41.190386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14458 | 2024.07.13 05:43:41.190405 [ 3 ] {} <Debug> HTTP-Session: acf98cab-b9e9-47c7-bfe8-424d78b7516a Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14459 | 2024.07.13 05:43:41.190421 [ 3 ] {} <Debug> HTTP-Session: acf98cab-b9e9-47c7-bfe8-424d78b7516a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14460 | 2024.07.13 05:43:41.190435 [ 3 ] {} <Debug> HTTP-Session: acf98cab-b9e9-47c7-bfe8-424d78b7516a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14461 | 2024.07.13 05:43:41.190464 [ 3 ] {} <Trace> HTTP-Session: acf98cab-b9e9-47c7-bfe8-424d78b7516a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14462 | 2024.07.13 05:43:41.190584 [ 3 ] {95c9a016-266b-41fc-bbe1-81ff953cfb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14463 | 2024.07.13 05:43:41.190630 [ 3 ] {95c9a016-266b-41fc-bbe1-81ff953cfb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14464 | 2024.07.13 05:43:41.190772 [ 3 ] {95c9a016-266b-41fc-bbe1-81ff953cfb01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14465 | 2024.07.13 05:43:41.191095 [ 3 ] {95c9a016-266b-41fc-bbe1-81ff953cfb01} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14466 | 2024.07.13 05:43:41.191130 [ 3 ] {95c9a016-266b-41fc-bbe1-81ff953cfb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14467 | 2024.07.13 05:43:41.191483 [ 3 ] {95c9a016-266b-41fc-bbe1-81ff953cfb01} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
14468 | 2024.07.13 05:43:41.191823 [ 3 ] {95c9a016-266b-41fc-bbe1-81ff953cfb01} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14469 | 2024.07.13 05:43:41.191981 [ 3 ] {95c9a016-266b-41fc-bbe1-81ff953cfb01} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001436 sec., 53621.16991643454 rows/sec., 3.30 MiB/sec. | ||
14470 | 2024.07.13 05:43:41.192257 [ 3 ] {95c9a016-266b-41fc-bbe1-81ff953cfb01} <Debug> DynamicQueryHandler: Done processing query | ||
14471 | 2024.07.13 05:43:41.192306 [ 3 ] {95c9a016-266b-41fc-bbe1-81ff953cfb01} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14472 | 2024.07.13 05:43:41.192342 [ 3 ] {} <Debug> HTTP-Session: acf98cab-b9e9-47c7-bfe8-424d78b7516a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14473 | 2024.07.13 05:43:41.192521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14474 | 2024.07.13 05:43:41.192570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14475 | 2024.07.13 05:43:41.192589 [ 3 ] {} <Debug> HTTP-Session: 18f65fd3-cfac-4966-a466-672af254c047 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14476 | 2024.07.13 05:43:41.192606 [ 3 ] {} <Debug> HTTP-Session: 18f65fd3-cfac-4966-a466-672af254c047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14477 | 2024.07.13 05:43:41.192621 [ 3 ] {} <Debug> HTTP-Session: 18f65fd3-cfac-4966-a466-672af254c047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14478 | 2024.07.13 05:43:41.192653 [ 3 ] {} <Trace> HTTP-Session: 18f65fd3-cfac-4966-a466-672af254c047 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14479 | 2024.07.13 05:43:41.192799 [ 3 ] {d88e4af0-32b2-4d5e-a62a-2d590a1ed302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14480 | 2024.07.13 05:43:41.192846 [ 3 ] {d88e4af0-32b2-4d5e-a62a-2d590a1ed302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14481 | 2024.07.13 05:43:41.193010 [ 3 ] {d88e4af0-32b2-4d5e-a62a-2d590a1ed302} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14482 | 2024.07.13 05:43:41.193395 [ 3 ] {d88e4af0-32b2-4d5e-a62a-2d590a1ed302} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14483 | 2024.07.13 05:43:41.193431 [ 3 ] {d88e4af0-32b2-4d5e-a62a-2d590a1ed302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14484 | 2024.07.13 05:43:41.193796 [ 3 ] {d88e4af0-32b2-4d5e-a62a-2d590a1ed302} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
14485 | 2024.07.13 05:43:41.194137 [ 3 ] {d88e4af0-32b2-4d5e-a62a-2d590a1ed302} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14486 | 2024.07.13 05:43:41.194292 [ 3 ] {d88e4af0-32b2-4d5e-a62a-2d590a1ed302} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
14487 | 2024.07.13 05:43:41.194466 [ 3 ] {d88e4af0-32b2-4d5e-a62a-2d590a1ed302} <Debug> DynamicQueryHandler: Done processing query | ||
14488 | 2024.07.13 05:43:41.194491 [ 3 ] {d88e4af0-32b2-4d5e-a62a-2d590a1ed302} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14489 | 2024.07.13 05:43:41.194507 [ 3 ] {} <Debug> HTTP-Session: 18f65fd3-cfac-4966-a466-672af254c047 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14490 | 2024.07.13 05:43:41.194670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 90446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14491 | 2024.07.13 05:43:41.194718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14492 | 2024.07.13 05:43:41.194738 [ 3 ] {} <Debug> HTTP-Session: 3be27042-e2cb-4445-a30f-3a437bc2fb87 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14493 | 2024.07.13 05:43:41.194755 [ 3 ] {} <Debug> HTTP-Session: 3be27042-e2cb-4445-a30f-3a437bc2fb87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14494 | 2024.07.13 05:43:41.194770 [ 3 ] {} <Debug> HTTP-Session: 3be27042-e2cb-4445-a30f-3a437bc2fb87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14495 | 2024.07.13 05:43:41.194800 [ 3 ] {} <Trace> HTTP-Session: 3be27042-e2cb-4445-a30f-3a437bc2fb87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14496 | 2024.07.13 05:43:41.195292 [ 3 ] {5769fcc4-75c6-4678-8174-4df513c049fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14497 | 2024.07.13 05:43:41.195356 [ 3 ] {5769fcc4-75c6-4678-8174-4df513c049fc} <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 | ||
14498 | 2024.07.13 05:43:41.195753 [ 3 ] {5769fcc4-75c6-4678-8174-4df513c049fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14499 | 2024.07.13 05:43:41.196676 [ 3 ] {5769fcc4-75c6-4678-8174-4df513c049fc} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14500 | 2024.07.13 05:43:41.196711 [ 3 ] {5769fcc4-75c6-4678-8174-4df513c049fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14501 | 2024.07.13 05:43:41.197363 [ 3 ] {5769fcc4-75c6-4678-8174-4df513c049fc} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
14502 | 2024.07.13 05:43:41.197765 [ 3 ] {5769fcc4-75c6-4678-8174-4df513c049fc} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14503 | 2024.07.13 05:43:41.197950 [ 3 ] {5769fcc4-75c6-4678-8174-4df513c049fc} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003032 sec., 18469.656992084434 rows/sec., 33.10 MiB/sec. | ||
14504 | 2024.07.13 05:43:41.198168 [ 3 ] {5769fcc4-75c6-4678-8174-4df513c049fc} <Debug> DynamicQueryHandler: Done processing query | ||
14505 | 2024.07.13 05:43:41.198192 [ 3 ] {5769fcc4-75c6-4678-8174-4df513c049fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
14506 | 2024.07.13 05:43:41.198208 [ 3 ] {} <Debug> HTTP-Session: 3be27042-e2cb-4445-a30f-3a437bc2fb87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14507 | 2024.07.13 05:43:41.198328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14508 | 2024.07.13 05:43:41.198376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14509 | 2024.07.13 05:43:41.198395 [ 3 ] {} <Debug> HTTP-Session: cd14e9f9-8ef5-44e9-96f4-67f2da70ea16 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14510 | 2024.07.13 05:43:41.198412 [ 3 ] {} <Debug> HTTP-Session: cd14e9f9-8ef5-44e9-96f4-67f2da70ea16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14511 | 2024.07.13 05:43:41.198425 [ 3 ] {} <Debug> HTTP-Session: cd14e9f9-8ef5-44e9-96f4-67f2da70ea16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14512 | 2024.07.13 05:43:41.198456 [ 3 ] {} <Trace> HTTP-Session: cd14e9f9-8ef5-44e9-96f4-67f2da70ea16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14513 | 2024.07.13 05:43:41.198555 [ 3 ] {10eec354-65a1-4a9f-aa38-26ff3ff7df8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14514 | 2024.07.13 05:43:41.198600 [ 3 ] {10eec354-65a1-4a9f-aa38-26ff3ff7df8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14515 | 2024.07.13 05:43:41.198724 [ 3 ] {10eec354-65a1-4a9f-aa38-26ff3ff7df8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14516 | 2024.07.13 05:43:41.199012 [ 3 ] {10eec354-65a1-4a9f-aa38-26ff3ff7df8c} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14517 | 2024.07.13 05:43:41.199048 [ 3 ] {10eec354-65a1-4a9f-aa38-26ff3ff7df8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14518 | 2024.07.13 05:43:41.199416 [ 3 ] {10eec354-65a1-4a9f-aa38-26ff3ff7df8c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
14519 | 2024.07.13 05:43:41.199739 [ 3 ] {10eec354-65a1-4a9f-aa38-26ff3ff7df8c} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14520 | 2024.07.13 05:43:41.199886 [ 3 ] {10eec354-65a1-4a9f-aa38-26ff3ff7df8c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001355 sec., 16974.169741697417 rows/sec., 918.18 KiB/sec. | ||
14521 | 2024.07.13 05:43:41.200039 [ 3 ] {10eec354-65a1-4a9f-aa38-26ff3ff7df8c} <Debug> DynamicQueryHandler: Done processing query | ||
14522 | 2024.07.13 05:43:41.200062 [ 3 ] {10eec354-65a1-4a9f-aa38-26ff3ff7df8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14523 | 2024.07.13 05:43:41.200078 [ 3 ] {} <Debug> HTTP-Session: cd14e9f9-8ef5-44e9-96f4-67f2da70ea16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14524 | 2024.07.13 05:43:41.200204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14525 | 2024.07.13 05:43:41.200268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14526 | 2024.07.13 05:43:41.200292 [ 3 ] {} <Debug> HTTP-Session: 7643af88-173a-4ab1-893e-db87d12e2b59 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14527 | 2024.07.13 05:43:41.200315 [ 3 ] {} <Debug> HTTP-Session: 7643af88-173a-4ab1-893e-db87d12e2b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14528 | 2024.07.13 05:43:41.200333 [ 3 ] {} <Debug> HTTP-Session: 7643af88-173a-4ab1-893e-db87d12e2b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14529 | 2024.07.13 05:43:41.200372 [ 3 ] {} <Trace> HTTP-Session: 7643af88-173a-4ab1-893e-db87d12e2b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14530 | 2024.07.13 05:43:41.200513 [ 3 ] {cca42cb8-5f57-4424-a888-2723899d609e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14531 | 2024.07.13 05:43:41.200568 [ 3 ] {cca42cb8-5f57-4424-a888-2723899d609e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14532 | 2024.07.13 05:43:41.200726 [ 3 ] {cca42cb8-5f57-4424-a888-2723899d609e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14533 | 2024.07.13 05:43:41.201056 [ 3 ] {cca42cb8-5f57-4424-a888-2723899d609e} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14534 | 2024.07.13 05:43:41.201100 [ 3 ] {cca42cb8-5f57-4424-a888-2723899d609e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14535 | 2024.07.13 05:43:41.201485 [ 3 ] {cca42cb8-5f57-4424-a888-2723899d609e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
14536 | 2024.07.13 05:43:41.201812 [ 3 ] {cca42cb8-5f57-4424-a888-2723899d609e} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14537 | 2024.07.13 05:43:41.201947 [ 3 ] {cca42cb8-5f57-4424-a888-2723899d609e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. | ||
14538 | 2024.07.13 05:43:41.202174 [ 3 ] {cca42cb8-5f57-4424-a888-2723899d609e} <Debug> DynamicQueryHandler: Done processing query | ||
14539 | 2024.07.13 05:43:41.202200 [ 3 ] {cca42cb8-5f57-4424-a888-2723899d609e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14540 | 2024.07.13 05:43:41.202216 [ 3 ] {} <Debug> HTTP-Session: 7643af88-173a-4ab1-893e-db87d12e2b59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14541 | 2024.07.13 05:43:45.446449 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14542 | 2024.07.13 05:43:45.446517 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14543 | 2024.07.13 05:43:46.169829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 7827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14544 | 2024.07.13 05:43:46.169937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14545 | 2024.07.13 05:43:46.169961 [ 3 ] {} <Debug> HTTP-Session: 0874d726-0247-4aa8-9619-03b3e4f8e12e Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14546 | 2024.07.13 05:43:46.169986 [ 3 ] {} <Debug> HTTP-Session: 0874d726-0247-4aa8-9619-03b3e4f8e12e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14547 | 2024.07.13 05:43:46.170000 [ 3 ] {} <Debug> HTTP-Session: 0874d726-0247-4aa8-9619-03b3e4f8e12e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14548 | 2024.07.13 05:43:46.170048 [ 3 ] {} <Trace> HTTP-Session: 0874d726-0247-4aa8-9619-03b3e4f8e12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14549 | 2024.07.13 05:43:46.170239 [ 3 ] {c23d94b3-e235-444f-b356-57e0cbdad93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14550 | 2024.07.13 05:43:46.170305 [ 3 ] {c23d94b3-e235-444f-b356-57e0cbdad93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14551 | 2024.07.13 05:43:46.170501 [ 3 ] {c23d94b3-e235-444f-b356-57e0cbdad93c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14552 | 2024.07.13 05:43:46.170933 [ 3 ] {c23d94b3-e235-444f-b356-57e0cbdad93c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14553 | 2024.07.13 05:43:46.170980 [ 3 ] {c23d94b3-e235-444f-b356-57e0cbdad93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14554 | 2024.07.13 05:43:46.171623 [ 3 ] {c23d94b3-e235-444f-b356-57e0cbdad93c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
14555 | 2024.07.13 05:43:46.172205 [ 3 ] {c23d94b3-e235-444f-b356-57e0cbdad93c} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14556 | 2024.07.13 05:43:46.172385 [ 3 ] {c23d94b3-e235-444f-b356-57e0cbdad93c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002207 sec., 25373.810602628 rows/sec., 1.95 MiB/sec. | ||
14557 | 2024.07.13 05:43:46.172608 [ 3 ] {c23d94b3-e235-444f-b356-57e0cbdad93c} <Debug> DynamicQueryHandler: Done processing query | ||
14558 | 2024.07.13 05:43:46.172635 [ 3 ] {c23d94b3-e235-444f-b356-57e0cbdad93c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14559 | 2024.07.13 05:43:46.172652 [ 3 ] {} <Debug> HTTP-Session: 0874d726-0247-4aa8-9619-03b3e4f8e12e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14560 | 2024.07.13 05:43:46.172806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 10874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14561 | 2024.07.13 05:43:46.172859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14562 | 2024.07.13 05:43:46.172880 [ 3 ] {} <Debug> HTTP-Session: 4d82cae7-f701-4b87-b4a5-2f182493183f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14563 | 2024.07.13 05:43:46.172898 [ 3 ] {} <Debug> HTTP-Session: 4d82cae7-f701-4b87-b4a5-2f182493183f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14564 | 2024.07.13 05:43:46.172913 [ 3 ] {} <Debug> HTTP-Session: 4d82cae7-f701-4b87-b4a5-2f182493183f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14565 | 2024.07.13 05:43:46.172947 [ 3 ] {} <Trace> HTTP-Session: 4d82cae7-f701-4b87-b4a5-2f182493183f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14566 | 2024.07.13 05:43:46.173076 [ 3 ] {9c92c8aa-78f9-4fb0-9216-997dbd5f4b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14567 | 2024.07.13 05:43:46.173122 [ 3 ] {9c92c8aa-78f9-4fb0-9216-997dbd5f4b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14568 | 2024.07.13 05:43:46.173258 [ 3 ] {9c92c8aa-78f9-4fb0-9216-997dbd5f4b7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14569 | 2024.07.13 05:43:46.173635 [ 3 ] {9c92c8aa-78f9-4fb0-9216-997dbd5f4b7e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14570 | 2024.07.13 05:43:46.173674 [ 3 ] {9c92c8aa-78f9-4fb0-9216-997dbd5f4b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14571 | 2024.07.13 05:43:46.174159 [ 3 ] {9c92c8aa-78f9-4fb0-9216-997dbd5f4b7e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
14572 | 2024.07.13 05:43:46.174723 [ 3 ] {9c92c8aa-78f9-4fb0-9216-997dbd5f4b7e} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14573 | 2024.07.13 05:43:46.174872 [ 3 ] {9c92c8aa-78f9-4fb0-9216-997dbd5f4b7e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001873 sec., 34169.78109983983 rows/sec., 2.67 MiB/sec. | ||
14574 | 2024.07.13 05:43:46.175043 [ 3 ] {9c92c8aa-78f9-4fb0-9216-997dbd5f4b7e} <Debug> DynamicQueryHandler: Done processing query | ||
14575 | 2024.07.13 05:43:46.175067 [ 3 ] {9c92c8aa-78f9-4fb0-9216-997dbd5f4b7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14576 | 2024.07.13 05:43:46.175082 [ 3 ] {} <Debug> HTTP-Session: 4d82cae7-f701-4b87-b4a5-2f182493183f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14577 | 2024.07.13 05:43:46.175248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14578 | 2024.07.13 05:43:46.175361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14579 | 2024.07.13 05:43:46.175382 [ 3 ] {} <Debug> HTTP-Session: 3bd70bd3-8cf1-46cf-a100-90517e72c73f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14580 | 2024.07.13 05:43:46.175399 [ 3 ] {} <Debug> HTTP-Session: 3bd70bd3-8cf1-46cf-a100-90517e72c73f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14581 | 2024.07.13 05:43:46.175414 [ 3 ] {} <Debug> HTTP-Session: 3bd70bd3-8cf1-46cf-a100-90517e72c73f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14582 | 2024.07.13 05:43:46.175446 [ 3 ] {} <Trace> HTTP-Session: 3bd70bd3-8cf1-46cf-a100-90517e72c73f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14583 | 2024.07.13 05:43:46.175597 [ 3 ] {96be08e5-3778-4969-b5dc-0fc740ab58e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14584 | 2024.07.13 05:43:46.175645 [ 3 ] {96be08e5-3778-4969-b5dc-0fc740ab58e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14585 | 2024.07.13 05:43:46.175795 [ 3 ] {96be08e5-3778-4969-b5dc-0fc740ab58e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14586 | 2024.07.13 05:43:46.176297 [ 3 ] {96be08e5-3778-4969-b5dc-0fc740ab58e1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14587 | 2024.07.13 05:43:46.176334 [ 3 ] {96be08e5-3778-4969-b5dc-0fc740ab58e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14588 | 2024.07.13 05:43:46.176934 [ 3 ] {96be08e5-3778-4969-b5dc-0fc740ab58e1} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
14589 | 2024.07.13 05:43:46.177518 [ 3 ] {96be08e5-3778-4969-b5dc-0fc740ab58e1} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14590 | 2024.07.13 05:43:46.177676 [ 3 ] {96be08e5-3778-4969-b5dc-0fc740ab58e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002147 sec., 74522.58965999068 rows/sec., 5.19 MiB/sec. | ||
14591 | 2024.07.13 05:43:46.177867 [ 3 ] {96be08e5-3778-4969-b5dc-0fc740ab58e1} <Debug> DynamicQueryHandler: Done processing query | ||
14592 | 2024.07.13 05:43:46.177892 [ 3 ] {96be08e5-3778-4969-b5dc-0fc740ab58e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14593 | 2024.07.13 05:43:46.177908 [ 3 ] {} <Debug> HTTP-Session: 3bd70bd3-8cf1-46cf-a100-90517e72c73f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14594 | 2024.07.13 05:43:46.178046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14595 | 2024.07.13 05:43:46.178098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14596 | 2024.07.13 05:43:46.178121 [ 3 ] {} <Debug> HTTP-Session: 06faa03d-7270-4dab-b0d1-7a7a99fd0105 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14597 | 2024.07.13 05:43:46.178138 [ 3 ] {} <Debug> HTTP-Session: 06faa03d-7270-4dab-b0d1-7a7a99fd0105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14598 | 2024.07.13 05:43:46.178153 [ 3 ] {} <Debug> HTTP-Session: 06faa03d-7270-4dab-b0d1-7a7a99fd0105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14599 | 2024.07.13 05:43:46.178184 [ 3 ] {} <Trace> HTTP-Session: 06faa03d-7270-4dab-b0d1-7a7a99fd0105 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14600 | 2024.07.13 05:43:46.178317 [ 3 ] {4a517a44-1c64-4b4d-bcb3-c779c799ddba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14601 | 2024.07.13 05:43:46.178365 [ 3 ] {4a517a44-1c64-4b4d-bcb3-c779c799ddba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14602 | 2024.07.13 05:43:46.178494 [ 3 ] {4a517a44-1c64-4b4d-bcb3-c779c799ddba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14603 | 2024.07.13 05:43:46.178862 [ 3 ] {4a517a44-1c64-4b4d-bcb3-c779c799ddba} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14604 | 2024.07.13 05:43:46.178899 [ 3 ] {4a517a44-1c64-4b4d-bcb3-c779c799ddba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14605 | 2024.07.13 05:43:46.179387 [ 3 ] {4a517a44-1c64-4b4d-bcb3-c779c799ddba} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
14606 | 2024.07.13 05:43:46.179946 [ 3 ] {4a517a44-1c64-4b4d-bcb3-c779c799ddba} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14607 | 2024.07.13 05:43:46.180111 [ 3 ] {4a517a44-1c64-4b4d-bcb3-c779c799ddba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001842 sec., 32573.28990228013 rows/sec., 2.20 MiB/sec. | ||
14608 | 2024.07.13 05:43:46.180285 [ 3 ] {4a517a44-1c64-4b4d-bcb3-c779c799ddba} <Debug> DynamicQueryHandler: Done processing query | ||
14609 | 2024.07.13 05:43:46.180310 [ 3 ] {4a517a44-1c64-4b4d-bcb3-c779c799ddba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14610 | 2024.07.13 05:43:46.180326 [ 3 ] {} <Debug> HTTP-Session: 06faa03d-7270-4dab-b0d1-7a7a99fd0105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14611 | 2024.07.13 05:43:51.179333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 8776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14612 | 2024.07.13 05:43:51.179521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14613 | 2024.07.13 05:43:51.179566 [ 3 ] {} <Debug> HTTP-Session: e61ca734-59e3-4d16-93e6-fc1bd4069b8f Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14614 | 2024.07.13 05:43:51.179608 [ 3 ] {} <Debug> HTTP-Session: e61ca734-59e3-4d16-93e6-fc1bd4069b8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14615 | 2024.07.13 05:43:51.179639 [ 3 ] {} <Debug> HTTP-Session: e61ca734-59e3-4d16-93e6-fc1bd4069b8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14616 | 2024.07.13 05:43:51.179718 [ 3 ] {} <Trace> HTTP-Session: e61ca734-59e3-4d16-93e6-fc1bd4069b8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14617 | 2024.07.13 05:43:51.180025 [ 3 ] {c6b43e4d-1a59-4b87-b751-1a4cf422f533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14618 | 2024.07.13 05:43:51.180134 [ 3 ] {c6b43e4d-1a59-4b87-b751-1a4cf422f533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14619 | 2024.07.13 05:43:51.180451 [ 3 ] {c6b43e4d-1a59-4b87-b751-1a4cf422f533} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14620 | 2024.07.13 05:43:51.180950 [ 3 ] {c6b43e4d-1a59-4b87-b751-1a4cf422f533} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14621 | 2024.07.13 05:43:51.180992 [ 3 ] {c6b43e4d-1a59-4b87-b751-1a4cf422f533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14622 | 2024.07.13 05:43:51.181336 [ 3 ] {c6b43e4d-1a59-4b87-b751-1a4cf422f533} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
14623 | 2024.07.13 05:43:51.181740 [ 3 ] {c6b43e4d-1a59-4b87-b751-1a4cf422f533} <Trace> oximeter.fields_i64 (be9d2c93-142c-4f7f-8be4-1b838b7bf9fc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14624 | 2024.07.13 05:43:51.181908 [ 3 ] {c6b43e4d-1a59-4b87-b751-1a4cf422f533} <Debug> executeQuery: Read 62 rows, 4.88 KiB in 0.001992 sec., 31124.497991967874 rows/sec., 2.39 MiB/sec. | ||
14625 | 2024.07.13 05:43:51.182162 [ 3 ] {c6b43e4d-1a59-4b87-b751-1a4cf422f533} <Debug> DynamicQueryHandler: Done processing query | ||
14626 | 2024.07.13 05:43:51.182193 [ 3 ] {c6b43e4d-1a59-4b87-b751-1a4cf422f533} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14627 | 2024.07.13 05:43:51.182213 [ 3 ] {} <Debug> HTTP-Session: e61ca734-59e3-4d16-93e6-fc1bd4069b8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14628 | 2024.07.13 05:43:51.182395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 54731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14629 | 2024.07.13 05:43:51.182453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14630 | 2024.07.13 05:43:51.182472 [ 3 ] {} <Debug> HTTP-Session: 33c12c30-d2d8-4a81-bcd8-b8e466ea52a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14631 | 2024.07.13 05:43:51.182490 [ 3 ] {} <Debug> HTTP-Session: 33c12c30-d2d8-4a81-bcd8-b8e466ea52a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14632 | 2024.07.13 05:43:51.182504 [ 3 ] {} <Debug> HTTP-Session: 33c12c30-d2d8-4a81-bcd8-b8e466ea52a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14633 | 2024.07.13 05:43:51.182538 [ 3 ] {} <Trace> HTTP-Session: 33c12c30-d2d8-4a81-bcd8-b8e466ea52a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14634 | 2024.07.13 05:43:51.182743 [ 3 ] {a43c3902-8000-4627-a154-36757af18fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14635 | 2024.07.13 05:43:51.182789 [ 3 ] {a43c3902-8000-4627-a154-36757af18fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14636 | 2024.07.13 05:43:51.182919 [ 3 ] {a43c3902-8000-4627-a154-36757af18fdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14637 | 2024.07.13 05:43:51.183501 [ 3 ] {a43c3902-8000-4627-a154-36757af18fdf} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14638 | 2024.07.13 05:43:51.183540 [ 3 ] {a43c3902-8000-4627-a154-36757af18fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14639 | 2024.07.13 05:43:51.183877 [ 3 ] {a43c3902-8000-4627-a154-36757af18fdf} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
14640 | 2024.07.13 05:43:51.184183 [ 3 ] {a43c3902-8000-4627-a154-36757af18fdf} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14641 | 2024.07.13 05:43:51.184343 [ 3 ] {a43c3902-8000-4627-a154-36757af18fdf} <Debug> executeQuery: Read 365 rows, 32.60 KiB in 0.001704 sec., 214201.8779342723 rows/sec., 18.68 MiB/sec. | ||
14642 | 2024.07.13 05:43:51.184389 [ 141 ] {} <Debug> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
14643 | 2024.07.13 05:43:51.184526 [ 141 ] {} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14644 | 2024.07.13 05:43:51.184578 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14645 | 2024.07.13 05:43:51.184590 [ 3 ] {a43c3902-8000-4627-a154-36757af18fdf} <Debug> DynamicQueryHandler: Done processing query | ||
14646 | 2024.07.13 05:43:51.184649 [ 3 ] {a43c3902-8000-4627-a154-36757af18fdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14647 | 2024.07.13 05:43:51.184703 [ 3 ] {} <Debug> HTTP-Session: 33c12c30-d2d8-4a81-bcd8-b8e466ea52a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14648 | 2024.07.13 05:43:51.184867 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
14649 | 2024.07.13 05:43:51.185108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 75093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14650 | 2024.07.13 05:43:51.185308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14651 | 2024.07.13 05:43:51.185406 [ 3 ] {} <Debug> HTTP-Session: 9eb396d3-d2ae-4c43-aba1-af6ce2bd0910 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14652 | 2024.07.13 05:43:51.185489 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14653 | 2024.07.13 05:43:51.185495 [ 3 ] {} <Debug> HTTP-Session: 9eb396d3-d2ae-4c43-aba1-af6ce2bd0910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14654 | 2024.07.13 05:43:51.185584 [ 3 ] {} <Debug> HTTP-Session: 9eb396d3-d2ae-4c43-aba1-af6ce2bd0910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14655 | 2024.07.13 05:43:51.185602 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 379 rows starting from the beginning of the part | ||
14656 | 2024.07.13 05:43:51.185738 [ 3 ] {} <Trace> HTTP-Session: 9eb396d3-d2ae-4c43-aba1-af6ce2bd0910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14657 | 2024.07.13 05:43:51.186107 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 330 rows starting from the beginning of the part | ||
14658 | 2024.07.13 05:43:51.186473 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
14659 | 2024.07.13 05:43:51.186611 [ 3 ] {423ded55-b7b7-43ef-a76d-9eabc91cf447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14660 | 2024.07.13 05:43:51.186765 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 329 rows starting from the beginning of the part | ||
14661 | 2024.07.13 05:43:51.186781 [ 3 ] {423ded55-b7b7-43ef-a76d-9eabc91cf447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14662 | 2024.07.13 05:43:51.187078 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
14663 | 2024.07.13 05:43:51.187447 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 365 rows starting from the beginning of the part | ||
14664 | 2024.07.13 05:43:51.188112 [ 3 ] {423ded55-b7b7-43ef-a76d-9eabc91cf447} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14665 | 2024.07.13 05:43:51.189205 [ 3 ] {423ded55-b7b7-43ef-a76d-9eabc91cf447} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14666 | 2024.07.13 05:43:51.189274 [ 3 ] {423ded55-b7b7-43ef-a76d-9eabc91cf447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14667 | 2024.07.13 05:43:51.189904 [ 3 ] {423ded55-b7b7-43ef-a76d-9eabc91cf447} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
14668 | 2024.07.13 05:43:51.190415 [ 191 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1515 rows, containing 4 columns (4 merged, 0 gathered) in 0.005686329 sec., 266428.481362932 rows/sec., 23.13 MiB/sec. | ||
14669 | 2024.07.13 05:43:51.190665 [ 3 ] {423ded55-b7b7-43ef-a76d-9eabc91cf447} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14670 | 2024.07.13 05:43:51.190720 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
14671 | 2024.07.13 05:43:51.190884 [ 141 ] {} <Debug> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
14672 | 2024.07.13 05:43:51.190936 [ 3 ] {423ded55-b7b7-43ef-a76d-9eabc91cf447} <Debug> executeQuery: Read 462 rows, 33.86 KiB in 0.004771 sec., 96835.0450639279 rows/sec., 6.93 MiB/sec. | ||
14673 | 2024.07.13 05:43:51.190961 [ 141 ] {} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14674 | 2024.07.13 05:43:51.191051 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14675 | 2024.07.13 05:43:51.191655 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
14676 | 2024.07.13 05:43:51.191693 [ 3 ] {423ded55-b7b7-43ef-a76d-9eabc91cf447} <Debug> DynamicQueryHandler: Done processing query | ||
14677 | 2024.07.13 05:43:51.191786 [ 3 ] {423ded55-b7b7-43ef-a76d-9eabc91cf447} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14678 | 2024.07.13 05:43:51.191822 [ 3 ] {} <Debug> HTTP-Session: 9eb396d3-d2ae-4c43-aba1-af6ce2bd0910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14679 | 2024.07.13 05:43:51.191983 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14680 | 2024.07.13 05:43:51.192025 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 520 rows starting from the beginning of the part | ||
14681 | 2024.07.13 05:43:51.192103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14682 | 2024.07.13 05:43:51.192170 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14683 | 2024.07.13 05:43:51.192257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14684 | 2024.07.13 05:43:51.192361 [ 3 ] {} <Debug> HTTP-Session: 05b87449-5acc-41b3-9715-cfcb7b0d8135 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14685 | 2024.07.13 05:43:51.192381 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 440 rows starting from the beginning of the part | ||
14686 | 2024.07.13 05:43:51.192435 [ 3 ] {} <Debug> HTTP-Session: 05b87449-5acc-41b3-9715-cfcb7b0d8135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14687 | 2024.07.13 05:43:51.192519 [ 3 ] {} <Debug> HTTP-Session: 05b87449-5acc-41b3-9715-cfcb7b0d8135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14688 | 2024.07.13 05:43:51.192673 [ 3 ] {} <Trace> HTTP-Session: 05b87449-5acc-41b3-9715-cfcb7b0d8135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14689 | 2024.07.13 05:43:51.192781 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
14690 | 2024.07.13 05:43:51.193133 [ 3 ] {61ea744f-e7c5-46dd-b73d-8aac23f1ffeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14691 | 2024.07.13 05:43:51.193332 [ 197 ] {64730f80-1c26-49f7-afaf-d3c40b1dc9ec::all_1_91_18} <Trace> oximeter.fields_string (64730f80-1c26-49f7-afaf-d3c40b1dc9ec) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
14692 | 2024.07.13 05:43:51.193341 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 438 rows starting from the beginning of the part | ||
14693 | 2024.07.13 05:43:51.193369 [ 3 ] {61ea744f-e7c5-46dd-b73d-8aac23f1ffeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14694 | 2024.07.13 05:43:51.193808 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
14695 | 2024.07.13 05:43:51.193898 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
14696 | 2024.07.13 05:43:51.194147 [ 188 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 462 rows starting from the beginning of the part | ||
14697 | 2024.07.13 05:43:51.194450 [ 3 ] {61ea744f-e7c5-46dd-b73d-8aac23f1ffeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14698 | 2024.07.13 05:43:51.194867 [ 3 ] {61ea744f-e7c5-46dd-b73d-8aac23f1ffeb} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14699 | 2024.07.13 05:43:51.194908 [ 3 ] {61ea744f-e7c5-46dd-b73d-8aac23f1ffeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14700 | 2024.07.13 05:43:51.195444 [ 3 ] {61ea744f-e7c5-46dd-b73d-8aac23f1ffeb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
14701 | 2024.07.13 05:43:51.195883 [ 3 ] {61ea744f-e7c5-46dd-b73d-8aac23f1ffeb} <Trace> oximeter.measurements_bool (140bc10a-21da-42aa-a589-6bbaf774fefe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14702 | 2024.07.13 05:43:51.195980 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1988 rows, containing 4 columns (4 merged, 0 gathered) in 0.004754734 sec., 418109.61454415746 rows/sec., 30.09 MiB/sec. | ||
14703 | 2024.07.13 05:43:51.196167 [ 3 ] {61ea744f-e7c5-46dd-b73d-8aac23f1ffeb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003279 sec., 1829.8261665141813 rows/sec., 78.63 KiB/sec. | ||
14704 | 2024.07.13 05:43:51.196275 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
14705 | 2024.07.13 05:43:51.196463 [ 3 ] {61ea744f-e7c5-46dd-b73d-8aac23f1ffeb} <Debug> DynamicQueryHandler: Done processing query | ||
14706 | 2024.07.13 05:43:51.196518 [ 3 ] {61ea744f-e7c5-46dd-b73d-8aac23f1ffeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14707 | 2024.07.13 05:43:51.196585 [ 3 ] {} <Debug> HTTP-Session: 05b87449-5acc-41b3-9715-cfcb7b0d8135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14708 | 2024.07.13 05:43:51.196777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 14084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14709 | 2024.07.13 05:43:51.196852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14710 | 2024.07.13 05:43:51.196876 [ 3 ] {} <Debug> HTTP-Session: 3f3cfca2-b732-424d-b419-ccd683252043 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14711 | 2024.07.13 05:43:51.196899 [ 3 ] {} <Debug> HTTP-Session: 3f3cfca2-b732-424d-b419-ccd683252043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14712 | 2024.07.13 05:43:51.196920 [ 3 ] {} <Debug> HTTP-Session: 3f3cfca2-b732-424d-b419-ccd683252043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14713 | 2024.07.13 05:43:51.196972 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14714 | 2024.07.13 05:43:51.196991 [ 3 ] {} <Trace> HTTP-Session: 3f3cfca2-b732-424d-b419-ccd683252043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14715 | 2024.07.13 05:43:51.197145 [ 191 ] {cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d::all_1_91_18} <Trace> oximeter.fields_uuid (cbe70fca-6ed2-4bed-ad2d-a045e3ab1d2d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
14716 | 2024.07.13 05:43:51.197203 [ 3 ] {6ef40011-fe9d-4dfc-9178-3c61833637c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14717 | 2024.07.13 05:43:51.197303 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
14718 | 2024.07.13 05:43:51.197323 [ 3 ] {6ef40011-fe9d-4dfc-9178-3c61833637c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14719 | 2024.07.13 05:43:51.197507 [ 3 ] {6ef40011-fe9d-4dfc-9178-3c61833637c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14720 | 2024.07.13 05:43:51.197841 [ 3 ] {6ef40011-fe9d-4dfc-9178-3c61833637c8} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14721 | 2024.07.13 05:43:51.197879 [ 3 ] {6ef40011-fe9d-4dfc-9178-3c61833637c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14722 | 2024.07.13 05:43:51.198242 [ 3 ] {6ef40011-fe9d-4dfc-9178-3c61833637c8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
14723 | 2024.07.13 05:43:51.198587 [ 3 ] {6ef40011-fe9d-4dfc-9178-3c61833637c8} <Trace> oximeter.measurements_cumulativei64 (e95edae6-7165-4e08-a656-cc66beba5aa2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14724 | 2024.07.13 05:43:51.198743 [ 3 ] {6ef40011-fe9d-4dfc-9178-3c61833637c8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001605 sec., 47975.07788161994 rows/sec., 2.95 MiB/sec. | ||
14725 | 2024.07.13 05:43:51.198914 [ 3 ] {6ef40011-fe9d-4dfc-9178-3c61833637c8} <Debug> DynamicQueryHandler: Done processing query | ||
14726 | 2024.07.13 05:43:51.198938 [ 3 ] {6ef40011-fe9d-4dfc-9178-3c61833637c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14727 | 2024.07.13 05:43:51.198954 [ 3 ] {} <Debug> HTTP-Session: 3f3cfca2-b732-424d-b419-ccd683252043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14728 | 2024.07.13 05:43:51.199129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 37562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14729 | 2024.07.13 05:43:51.199182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14730 | 2024.07.13 05:43:51.199203 [ 3 ] {} <Debug> HTTP-Session: 722d4fde-c84f-4ad9-bf0b-2a18d5f5f2b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14731 | 2024.07.13 05:43:51.199219 [ 3 ] {} <Debug> HTTP-Session: 722d4fde-c84f-4ad9-bf0b-2a18d5f5f2b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14732 | 2024.07.13 05:43:51.199233 [ 3 ] {} <Debug> HTTP-Session: 722d4fde-c84f-4ad9-bf0b-2a18d5f5f2b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14733 | 2024.07.13 05:43:51.199263 [ 3 ] {} <Trace> HTTP-Session: 722d4fde-c84f-4ad9-bf0b-2a18d5f5f2b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14734 | 2024.07.13 05:43:51.199462 [ 3 ] {f63599b0-4d1c-49db-8a1e-8c1fad846c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14735 | 2024.07.13 05:43:51.199507 [ 3 ] {f63599b0-4d1c-49db-8a1e-8c1fad846c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14736 | 2024.07.13 05:43:51.199647 [ 3 ] {f63599b0-4d1c-49db-8a1e-8c1fad846c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14737 | 2024.07.13 05:43:51.200045 [ 3 ] {f63599b0-4d1c-49db-8a1e-8c1fad846c47} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14738 | 2024.07.13 05:43:51.200081 [ 3 ] {f63599b0-4d1c-49db-8a1e-8c1fad846c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14739 | 2024.07.13 05:43:51.200453 [ 3 ] {f63599b0-4d1c-49db-8a1e-8c1fad846c47} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
14740 | 2024.07.13 05:43:51.200786 [ 3 ] {f63599b0-4d1c-49db-8a1e-8c1fad846c47} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14741 | 2024.07.13 05:43:51.200943 [ 3 ] {f63599b0-4d1c-49db-8a1e-8c1fad846c47} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001596 sec., 122807.01754385965 rows/sec., 8.57 MiB/sec. | ||
14742 | 2024.07.13 05:43:51.200951 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
14743 | 2024.07.13 05:43:51.201035 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14744 | 2024.07.13 05:43:51.201092 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14745 | 2024.07.13 05:43:51.201221 [ 3 ] {f63599b0-4d1c-49db-8a1e-8c1fad846c47} <Debug> DynamicQueryHandler: Done processing query | ||
14746 | 2024.07.13 05:43:51.201234 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
14747 | 2024.07.13 05:43:51.201251 [ 3 ] {f63599b0-4d1c-49db-8a1e-8c1fad846c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
14748 | 2024.07.13 05:43:51.201278 [ 3 ] {} <Debug> HTTP-Session: 722d4fde-c84f-4ad9-bf0b-2a18d5f5f2b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14749 | 2024.07.13 05:43:51.201391 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14750 | 2024.07.13 05:43:51.201431 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 13858 rows starting from the beginning of the part | ||
14751 | 2024.07.13 05:43:51.201465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 90430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14752 | 2024.07.13 05:43:51.201554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14753 | 2024.07.13 05:43:51.201582 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 161 rows starting from the beginning of the part | ||
14754 | 2024.07.13 05:43:51.201602 [ 3 ] {} <Debug> HTTP-Session: d5dbdf01-ac4a-4b26-a257-7d587597b547 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14755 | 2024.07.13 05:43:51.201641 [ 3 ] {} <Debug> HTTP-Session: d5dbdf01-ac4a-4b26-a257-7d587597b547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14756 | 2024.07.13 05:43:51.201671 [ 3 ] {} <Debug> HTTP-Session: d5dbdf01-ac4a-4b26-a257-7d587597b547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14757 | 2024.07.13 05:43:51.201755 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
14758 | 2024.07.13 05:43:51.201792 [ 3 ] {} <Trace> HTTP-Session: d5dbdf01-ac4a-4b26-a257-7d587597b547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14759 | 2024.07.13 05:43:51.202128 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
14760 | 2024.07.13 05:43:51.202208 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
14761 | 2024.07.13 05:43:51.202342 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 196 rows starting from the beginning of the part | ||
14762 | 2024.07.13 05:43:51.202558 [ 3 ] {1decdbe9-1d32-47f4-a49d-6a17241ff69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14763 | 2024.07.13 05:43:51.202651 [ 3 ] {1decdbe9-1d32-47f4-a49d-6a17241ff69e} <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 | ||
14764 | 2024.07.13 05:43:51.203272 [ 3 ] {1decdbe9-1d32-47f4-a49d-6a17241ff69e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14765 | 2024.07.13 05:43:51.204717 [ 3 ] {1decdbe9-1d32-47f4-a49d-6a17241ff69e} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14766 | 2024.07.13 05:43:51.204753 [ 3 ] {1decdbe9-1d32-47f4-a49d-6a17241ff69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14767 | 2024.07.13 05:43:51.205604 [ 3 ] {1decdbe9-1d32-47f4-a49d-6a17241ff69e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
14768 | 2024.07.13 05:43:51.206035 [ 3 ] {1decdbe9-1d32-47f4-a49d-6a17241ff69e} <Trace> oximeter.measurements_histogramf64 (dcb496f6-4163-4403-9532-1d8fbb2c21cc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14769 | 2024.07.13 05:43:51.206270 [ 3 ] {1decdbe9-1d32-47f4-a49d-6a17241ff69e} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.004172 sec., 13422.818791946307 rows/sec., 24.05 MiB/sec. | ||
14770 | 2024.07.13 05:43:51.207083 [ 3 ] {1decdbe9-1d32-47f4-a49d-6a17241ff69e} <Debug> DynamicQueryHandler: Done processing query | ||
14771 | 2024.07.13 05:43:51.207135 [ 3 ] {1decdbe9-1d32-47f4-a49d-6a17241ff69e} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
14772 | 2024.07.13 05:43:51.207159 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14695 rows, containing 5 columns (5 merged, 0 gathered) in 0.005977184 sec., 2458515.5819195127 rows/sec., 171.28 MiB/sec. | ||
14773 | 2024.07.13 05:43:51.207179 [ 3 ] {} <Debug> HTTP-Session: d5dbdf01-ac4a-4b26-a257-7d587597b547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14774 | 2024.07.13 05:43:51.207327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14775 | 2024.07.13 05:43:51.207376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14776 | 2024.07.13 05:43:51.207395 [ 3 ] {} <Debug> HTTP-Session: 901905ce-145a-4dad-8e10-82bc4d80f216 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14777 | 2024.07.13 05:43:51.207412 [ 3 ] {} <Debug> HTTP-Session: 901905ce-145a-4dad-8e10-82bc4d80f216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14778 | 2024.07.13 05:43:51.207427 [ 3 ] {} <Debug> HTTP-Session: 901905ce-145a-4dad-8e10-82bc4d80f216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14779 | 2024.07.13 05:43:51.207459 [ 3 ] {} <Trace> HTTP-Session: 901905ce-145a-4dad-8e10-82bc4d80f216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14780 | 2024.07.13 05:43:51.207551 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
14781 | 2024.07.13 05:43:51.207574 [ 3 ] {339d78da-d541-4013-8ce1-4888a2e30abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14782 | 2024.07.13 05:43:51.207633 [ 3 ] {339d78da-d541-4013-8ce1-4888a2e30abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14783 | 2024.07.13 05:43:51.207930 [ 3 ] {339d78da-d541-4013-8ce1-4888a2e30abb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14784 | 2024.07.13 05:43:51.208193 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14785 | 2024.07.13 05:43:51.208325 [ 188 ] {60e611d7-9bac-4144-989c-04fcd8058eb6::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (60e611d7-9bac-4144-989c-04fcd8058eb6) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
14786 | 2024.07.13 05:43:51.208372 [ 3 ] {339d78da-d541-4013-8ce1-4888a2e30abb} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14787 | 2024.07.13 05:43:51.208417 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.02 MiB. | ||
14788 | 2024.07.13 05:43:51.208420 [ 3 ] {339d78da-d541-4013-8ce1-4888a2e30abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14789 | 2024.07.13 05:43:51.208788 [ 3 ] {339d78da-d541-4013-8ce1-4888a2e30abb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
14790 | 2024.07.13 05:43:51.209106 [ 3 ] {339d78da-d541-4013-8ce1-4888a2e30abb} <Trace> oximeter.measurements_i64 (8b54019a-3ab6-4a2d-93e6-3541dc00d916): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14791 | 2024.07.13 05:43:51.209268 [ 3 ] {339d78da-d541-4013-8ce1-4888a2e30abb} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001724 sec., 13341.067285382831 rows/sec., 721.66 KiB/sec. | ||
14792 | 2024.07.13 05:43:51.209447 [ 3 ] {339d78da-d541-4013-8ce1-4888a2e30abb} <Debug> DynamicQueryHandler: Done processing query | ||
14793 | 2024.07.13 05:43:51.209473 [ 3 ] {339d78da-d541-4013-8ce1-4888a2e30abb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14794 | 2024.07.13 05:43:51.209489 [ 3 ] {} <Debug> HTTP-Session: 901905ce-145a-4dad-8e10-82bc4d80f216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14795 | 2024.07.13 05:43:51.209645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64821, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14796 | 2024.07.13 05:43:51.209693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14797 | 2024.07.13 05:43:51.209711 [ 3 ] {} <Debug> HTTP-Session: 3d5bfe25-8456-46d5-a72f-9a090e69b397 Authenticating user 'default' from [fd00:1122:3344:101::d]:64821 | ||
14798 | 2024.07.13 05:43:51.209728 [ 3 ] {} <Debug> HTTP-Session: 3d5bfe25-8456-46d5-a72f-9a090e69b397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14799 | 2024.07.13 05:43:51.209741 [ 3 ] {} <Debug> HTTP-Session: 3d5bfe25-8456-46d5-a72f-9a090e69b397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14800 | 2024.07.13 05:43:51.209771 [ 3 ] {} <Trace> HTTP-Session: 3d5bfe25-8456-46d5-a72f-9a090e69b397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14801 | 2024.07.13 05:43:51.209884 [ 3 ] {21f9cf47-063c-4c87-be22-de567d0a7826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64821) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14802 | 2024.07.13 05:43:51.209928 [ 3 ] {21f9cf47-063c-4c87-be22-de567d0a7826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14803 | 2024.07.13 05:43:51.210056 [ 3 ] {21f9cf47-063c-4c87-be22-de567d0a7826} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14804 | 2024.07.13 05:43:51.210441 [ 3 ] {21f9cf47-063c-4c87-be22-de567d0a7826} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14805 | 2024.07.13 05:43:51.210477 [ 3 ] {21f9cf47-063c-4c87-be22-de567d0a7826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14806 | 2024.07.13 05:43:51.210825 [ 3 ] {21f9cf47-063c-4c87-be22-de567d0a7826} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
14807 | 2024.07.13 05:43:51.211153 [ 3 ] {21f9cf47-063c-4c87-be22-de567d0a7826} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14808 | 2024.07.13 05:43:51.211305 [ 3 ] {21f9cf47-063c-4c87-be22-de567d0a7826} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. | ||
14809 | 2024.07.13 05:43:51.211309 [ 141 ] {} <Debug> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
14810 | 2024.07.13 05:43:51.211396 [ 141 ] {} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14811 | 2024.07.13 05:43:51.211444 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14812 | 2024.07.13 05:43:51.211601 [ 3 ] {21f9cf47-063c-4c87-be22-de567d0a7826} <Debug> DynamicQueryHandler: Done processing query | ||
14813 | 2024.07.13 05:43:51.211645 [ 3 ] {21f9cf47-063c-4c87-be22-de567d0a7826} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14814 | 2024.07.13 05:43:51.211646 [ 186 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
14815 | 2024.07.13 05:43:51.211664 [ 3 ] {} <Debug> HTTP-Session: 3d5bfe25-8456-46d5-a72f-9a090e69b397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14816 | 2024.07.13 05:43:51.211856 [ 186 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14817 | 2024.07.13 05:43:51.211901 [ 186 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4814 rows starting from the beginning of the part | ||
14818 | 2024.07.13 05:43:51.211996 [ 186 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
14819 | 2024.07.13 05:43:51.212094 [ 186 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
14820 | 2024.07.13 05:43:51.212190 [ 186 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
14821 | 2024.07.13 05:43:51.212283 [ 186 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
14822 | 2024.07.13 05:43:51.212374 [ 186 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
14823 | 2024.07.13 05:43:51.214620 [ 198 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5114 rows, containing 4 columns (4 merged, 0 gathered) in 0.003085328 sec., 1657522.3120523978 rows/sec., 111.81 MiB/sec. | ||
14824 | 2024.07.13 05:43:51.214963 [ 198 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
14825 | 2024.07.13 05:43:51.215371 [ 198 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14826 | 2024.07.13 05:43:51.215461 [ 198 ] {0a43c65f-e1b2-4b6b-a453-c2b4598cebb0::all_1_91_18} <Trace> oximeter.measurements_u64 (0a43c65f-e1b2-4b6b-a453-c2b4598cebb0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
14827 | 2024.07.13 05:43:51.215548 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. |