1 | [ Jul 4 19:24:41 Enabled. ] | ||
2 | [ Jul 4 19:24:41 Rereading configuration. ] | ||
3 | [ Jul 4 19:24:43 Rereading configuration. ] | ||
4 | [ Jul 4 19:24:45 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 4 19:24:45 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.04 19:24:46.304893 [ 1 ] {} <Information> Application: Will watch for the process with pid 23520 | ||
33 | 2024.07.04 19:24:46.305693 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.07.04 19:24:46.551663 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23520 | ||
35 | 2024.07.04 19:24:46.552349 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.07.04 19:24:46.553042 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.07.04 19:24:46.641055 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.07.04 19:24:46.760505 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.07.04 19:24:46.760592 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.07.04 19:24:46.760624 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.07.04 19:24:46.760741 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.07.04 19:24:46.761075 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.07.04 19:24:46.762631 [ 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.04 19:24:46.763179 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.07.04 19:24:46.764080 [ 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.04 19:24:46.764108 [ 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.04 19:24:46.764120 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.07.04 19:24:46.764293 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.07.04 19:24:46.765277 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.07.04 19:24:46.770456 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.07.04 19:24:46.771032 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.07.04 19:24:46.772324 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.07.04 19:24:46.772389 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.07.04 19:24:46.773932 [ 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.04 19:24:46.774208 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.07.04 19:24:46.778654 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.07.04 19:24:46.778926 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.07.04 19:24:46.780442 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.07.04 19:24:46.780823 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.07.04 19:24:46.781169 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.07.04 19:24:46.781492 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.07.04 19:24:46.782859 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.07.04 19:24:46.782894 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.07.04 19:24:46.782982 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.07.04 19:24:46.783138 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.07.04 19:24:46.808592 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.07.04 19:24:46.808643 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000203473 sec | ||
74 | 2024.07.04 19:24:46.808692 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.07.04 19:24:46.808710 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.07.04 19:24:46.809916 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.07.04 19:24:46.811024 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.07.04 19:24:46.811051 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.07.04 19:24:46.811080 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.07.04 19:24:46.811095 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.07.04 19:24:46.811108 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.07.04 19:24:46.811140 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.07.04 19:24:46.811153 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.07.04 19:24:46.811167 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.07.04 19:24:46.811200 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.07.04 19:24:46.811213 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.07.04 19:24:46.811226 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.07.04 19:24:46.811244 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.07.04 19:24:46.811276 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.07.04 19:24:46.811290 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.07.04 19:24:46.811308 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.07.04 19:24:46.811334 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.07.04 19:24:46.811348 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.07.04 19:24:46.850134 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.07.04 19:24:46.858073 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.07.04 19:24:46.858112 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1731e-05 sec | ||
97 | 2024.07.04 19:24:46.858128 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.07.04 19:24:46.858149 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.07.04 19:24:46.858177 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.07.04 19:24:46.858376 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.07.04 19:24:46.858425 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.07.04 19:24:46.858441 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.07.04 19:24:46.858464 [ 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.04 19:24:46.858479 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.07.04 19:24:46.903088 [ 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.04 19:24:47.106752 [ 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.04 19:24:47.106818 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.07.04 19:24:47.167823 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.07.04 19:24:47.168039 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB | ||
110 | 2024.07.04 19:24:47.168967 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2411e-05 sec. | ||
111 | 2024.07.04 19:24:47.169273 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.07.04 19:24:47.169349 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.07.04 19:24:47.169401 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.07.04 19:24:47.169421 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.07.04 19:24:47.419411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.07.04 19:24:47.419656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.07.04 19:24:47.419703 [ 3 ] {} <Debug> HTTP-Session: e09cb9bb-343b-49ec-a474-a3868d46601f Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
118 | 2024.07.04 19:24:47.419744 [ 3 ] {} <Debug> HTTP-Session: e09cb9bb-343b-49ec-a474-a3868d46601f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.07.04 19:24:47.419776 [ 3 ] {} <Debug> HTTP-Session: e09cb9bb-343b-49ec-a474-a3868d46601f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.07.04 19:24:47.419874 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.07.04 19:24:47.419908 [ 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.04 19:24:47.419931 [ 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.04 19:24:47.419995 [ 3 ] {} <Trace> HTTP-Session: e09cb9bb-343b-49ec-a474-a3868d46601f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.07.04 19:24:47.421128 [ 3 ] {4644a349-f911-4370-89e0-c097222dbb40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.07.04 19:24:47.461813 [ 3 ] {4644a349-f911-4370-89e0-c097222dbb40} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39641) (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.04 19:24:47.462579 [ 3 ] {4644a349-f911-4370-89e0-c097222dbb40} <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.04 19:24:47.464033 [ 3 ] {} <Debug> HTTP-Session: e09cb9bb-343b-49ec-a474-a3868d46601f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.07.04 19:24:47.465780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.07.04 19:24:47.465872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.07.04 19:24:47.465907 [ 3 ] {} <Debug> HTTP-Session: efdcea54-2b97-4f82-a526-8ebeebe228c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
179 | 2024.07.04 19:24:47.465936 [ 3 ] {} <Debug> HTTP-Session: efdcea54-2b97-4f82-a526-8ebeebe228c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.07.04 19:24:47.465954 [ 3 ] {} <Debug> HTTP-Session: efdcea54-2b97-4f82-a526-8ebeebe228c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.07.04 19:24:47.466005 [ 3 ] {} <Trace> HTTP-Session: efdcea54-2b97-4f82-a526-8ebeebe228c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.07.04 19:24:47.467299 [ 3 ] {27cf48fb-2f44-4711-95e5-c258c86f4515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.07.04 19:24:47.467428 [ 3 ] {27cf48fb-2f44-4711-95e5-c258c86f4515} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.07.04 19:24:47.469593 [ 3 ] {27cf48fb-2f44-4711-95e5-c258c86f4515} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.07.04 19:24:47.472551 [ 3 ] {27cf48fb-2f44-4711-95e5-c258c86f4515} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.07.04 19:24:47.478721 [ 3 ] {27cf48fb-2f44-4711-95e5-c258c86f4515} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.07.04 19:24:47.478769 [ 3 ] {27cf48fb-2f44-4711-95e5-c258c86f4515} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.07.04 19:24:47.478792 [ 3 ] {} <Debug> HTTP-Session: efdcea54-2b97-4f82-a526-8ebeebe228c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.07.04 19:24:47.480832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.07.04 19:24:47.480899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.07.04 19:24:47.480927 [ 3 ] {} <Debug> HTTP-Session: b7a80a72-d9e8-4368-bd20-0f1ead2a3c1a Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
192 | 2024.07.04 19:24:47.480947 [ 3 ] {} <Debug> HTTP-Session: b7a80a72-d9e8-4368-bd20-0f1ead2a3c1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.07.04 19:24:47.480966 [ 3 ] {} <Debug> HTTP-Session: b7a80a72-d9e8-4368-bd20-0f1ead2a3c1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.07.04 19:24:47.481012 [ 3 ] {} <Trace> HTTP-Session: b7a80a72-d9e8-4368-bd20-0f1ead2a3c1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.07.04 19:24:47.481156 [ 3 ] {32ba0066-06ca-4c21-ad5f-3250aa9eeb6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.07.04 19:24:47.481463 [ 3 ] {32ba0066-06ca-4c21-ad5f-3250aa9eeb6c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39641) (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.04 19:24:47.481622 [ 3 ] {32ba0066-06ca-4c21-ad5f-3250aa9eeb6c} <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.04 19:24:47.481803 [ 3 ] {} <Debug> HTTP-Session: b7a80a72-d9e8-4368-bd20-0f1ead2a3c1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.07.04 19:24:47.482070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.07.04 19:24:47.482127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.07.04 19:24:47.482145 [ 3 ] {} <Debug> HTTP-Session: 8d9c42d9-7544-49c1-81e7-c047b19162b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
250 | 2024.07.04 19:24:47.482164 [ 3 ] {} <Debug> HTTP-Session: 8d9c42d9-7544-49c1-81e7-c047b19162b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.07.04 19:24:47.482183 [ 3 ] {} <Debug> HTTP-Session: 8d9c42d9-7544-49c1-81e7-c047b19162b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.07.04 19:24:47.482211 [ 3 ] {} <Trace> HTTP-Session: 8d9c42d9-7544-49c1-81e7-c047b19162b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.07.04 19:24:47.482375 [ 3 ] {5dc2b8e5-f197-444f-9a0b-e3c09e98f7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.07.04 19:24:47.482528 [ 3 ] {5dc2b8e5-f197-444f-9a0b-e3c09e98f7cc} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.07.04 19:24:47.482551 [ 3 ] {} <Debug> HTTP-Session: 8d9c42d9-7544-49c1-81e7-c047b19162b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.07.04 19:24:47.482661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.07.04 19:24:47.482709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.07.04 19:24:47.482730 [ 3 ] {} <Debug> HTTP-Session: 2bb3b202-0269-423f-afd3-cb26d63aab56 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
259 | 2024.07.04 19:24:47.482746 [ 3 ] {} <Debug> HTTP-Session: 2bb3b202-0269-423f-afd3-cb26d63aab56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.07.04 19:24:47.482769 [ 3 ] {} <Debug> HTTP-Session: 2bb3b202-0269-423f-afd3-cb26d63aab56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.07.04 19:24:47.482800 [ 3 ] {} <Trace> HTTP-Session: 2bb3b202-0269-423f-afd3-cb26d63aab56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.07.04 19:24:47.482895 [ 3 ] {84bffd4c-7aee-4660-918c-f1358c806e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.07.04 19:24:47.482952 [ 3 ] {84bffd4c-7aee-4660-918c-f1358c806e7d} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.07.04 19:24:47.485220 [ 3 ] {84bffd4c-7aee-4660-918c-f1358c806e7d} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.07.04 19:24:47.485258 [ 3 ] {84bffd4c-7aee-4660-918c-f1358c806e7d} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9941e-05 sec | ||
266 | 2024.07.04 19:24:47.485272 [ 3 ] {84bffd4c-7aee-4660-918c-f1358c806e7d} <Trace> ReferentialDeps: No tables | ||
267 | 2024.07.04 19:24:47.485286 [ 3 ] {84bffd4c-7aee-4660-918c-f1358c806e7d} <Trace> LoadingDeps: No tables | ||
268 | 2024.07.04 19:24:47.485307 [ 3 ] {84bffd4c-7aee-4660-918c-f1358c806e7d} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.07.04 19:24:47.485423 [ 3 ] {84bffd4c-7aee-4660-918c-f1358c806e7d} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.07.04 19:24:47.485445 [ 3 ] {} <Debug> HTTP-Session: 2bb3b202-0269-423f-afd3-cb26d63aab56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.07.04 19:24:47.485567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.07.04 19:24:47.485616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.07.04 19:24:47.485635 [ 3 ] {} <Debug> HTTP-Session: f3ee155f-5ec8-4fb5-bf3a-c58882b7414d Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
274 | 2024.07.04 19:24:47.485654 [ 3 ] {} <Debug> HTTP-Session: f3ee155f-5ec8-4fb5-bf3a-c58882b7414d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.07.04 19:24:47.485678 [ 3 ] {} <Debug> HTTP-Session: f3ee155f-5ec8-4fb5-bf3a-c58882b7414d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.07.04 19:24:47.485708 [ 3 ] {} <Trace> HTTP-Session: f3ee155f-5ec8-4fb5-bf3a-c58882b7414d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.07.04 19:24:47.485845 [ 3 ] {a8585d89-3345-4996-b288-6d0e8b88bc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) /* 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.04 19:24:47.485890 [ 3 ] {a8585d89-3345-4996-b288-6d0e8b88bc55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.07.04 19:24:47.490315 [ 3 ] {a8585d89-3345-4996-b288-6d0e8b88bc55} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.07.04 19:24:47.493691 [ 3 ] {a8585d89-3345-4996-b288-6d0e8b88bc55} <Debug> oximeter.version (713b67b7-d45c-4a76-8805-e917e9421ebd): Loading data parts | ||
282 | 2024.07.04 19:24:47.494281 [ 3 ] {a8585d89-3345-4996-b288-6d0e8b88bc55} <Debug> oximeter.version (713b67b7-d45c-4a76-8805-e917e9421ebd): There are no data parts | ||
283 | 2024.07.04 19:24:47.504345 [ 3 ] {a8585d89-3345-4996-b288-6d0e8b88bc55} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.07.04 19:24:47.504371 [ 3 ] {} <Debug> HTTP-Session: f3ee155f-5ec8-4fb5-bf3a-c58882b7414d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.07.04 19:24:47.504511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.07.04 19:24:47.504562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.07.04 19:24:47.504589 [ 3 ] {} <Debug> HTTP-Session: ba2f7036-7f9b-46e3-9a76-5b3e267c0f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
288 | 2024.07.04 19:24:47.504604 [ 3 ] {} <Debug> HTTP-Session: ba2f7036-7f9b-46e3-9a76-5b3e267c0f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.07.04 19:24:47.504620 [ 3 ] {} <Debug> HTTP-Session: ba2f7036-7f9b-46e3-9a76-5b3e267c0f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.07.04 19:24:47.504655 [ 3 ] {} <Trace> HTTP-Session: ba2f7036-7f9b-46e3-9a76-5b3e267c0f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.07.04 19:24:47.504844 [ 3 ] {75259699-d09a-4e78-aa71-fa7f618cea64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) /* 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.04 19:24:47.504896 [ 3 ] {75259699-d09a-4e78-aa71-fa7f618cea64} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.07.04 19:24:47.517770 [ 3 ] {75259699-d09a-4e78-aa71-fa7f618cea64} <Debug> oximeter.measurements_bool (6f554256-0a6e-4d83-b286-72ea4c159cfd): Loading data parts | ||
304 | 2024.07.04 19:24:47.517944 [ 3 ] {75259699-d09a-4e78-aa71-fa7f618cea64} <Debug> oximeter.measurements_bool (6f554256-0a6e-4d83-b286-72ea4c159cfd): There are no data parts | ||
305 | 2024.07.04 19:24:47.524598 [ 3 ] {75259699-d09a-4e78-aa71-fa7f618cea64} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.07.04 19:24:47.524629 [ 3 ] {} <Debug> HTTP-Session: ba2f7036-7f9b-46e3-9a76-5b3e267c0f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.07.04 19:24:47.524780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.07.04 19:24:47.524832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.07.04 19:24:47.524855 [ 3 ] {} <Debug> HTTP-Session: d753e0bc-c9bb-42cc-9c2d-f914c522463d Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
310 | 2024.07.04 19:24:47.524870 [ 3 ] {} <Debug> HTTP-Session: d753e0bc-c9bb-42cc-9c2d-f914c522463d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.07.04 19:24:47.524887 [ 3 ] {} <Debug> HTTP-Session: d753e0bc-c9bb-42cc-9c2d-f914c522463d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.07.04 19:24:47.524919 [ 3 ] {} <Trace> HTTP-Session: d753e0bc-c9bb-42cc-9c2d-f914c522463d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.07.04 19:24:47.525089 [ 3 ] {0dfd678b-cda8-44d0-85f7-7bc522177d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.525135 [ 3 ] {0dfd678b-cda8-44d0-85f7-7bc522177d73} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.07.04 19:24:47.535353 [ 3 ] {0dfd678b-cda8-44d0-85f7-7bc522177d73} <Debug> oximeter.measurements_i8 (c75191d7-36a3-404a-9606-5480a5fb4a73): Loading data parts | ||
316 | 2024.07.04 19:24:47.535551 [ 3 ] {0dfd678b-cda8-44d0-85f7-7bc522177d73} <Debug> oximeter.measurements_i8 (c75191d7-36a3-404a-9606-5480a5fb4a73): There are no data parts | ||
317 | 2024.07.04 19:24:47.544498 [ 3 ] {0dfd678b-cda8-44d0-85f7-7bc522177d73} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.07.04 19:24:47.544544 [ 3 ] {} <Debug> HTTP-Session: d753e0bc-c9bb-42cc-9c2d-f914c522463d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.07.04 19:24:47.544712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.07.04 19:24:47.544773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.07.04 19:24:47.544801 [ 3 ] {} <Debug> HTTP-Session: d418a820-3ef4-471a-9c85-a9ba6f4e2eca Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
322 | 2024.07.04 19:24:47.544816 [ 3 ] {} <Debug> HTTP-Session: d418a820-3ef4-471a-9c85-a9ba6f4e2eca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.07.04 19:24:47.544833 [ 3 ] {} <Debug> HTTP-Session: d418a820-3ef4-471a-9c85-a9ba6f4e2eca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.07.04 19:24:47.544865 [ 3 ] {} <Trace> HTTP-Session: d418a820-3ef4-471a-9c85-a9ba6f4e2eca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.07.04 19:24:47.545030 [ 3 ] {6df5724b-5b29-4ef7-8b28-6fbd33244016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.545080 [ 3 ] {6df5724b-5b29-4ef7-8b28-6fbd33244016} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.07.04 19:24:47.552067 [ 3 ] {6df5724b-5b29-4ef7-8b28-6fbd33244016} <Debug> oximeter.measurements_u8 (69a64762-8f4e-4019-b400-6bc7fd3c2c8a): Loading data parts | ||
328 | 2024.07.04 19:24:47.552267 [ 3 ] {6df5724b-5b29-4ef7-8b28-6fbd33244016} <Debug> oximeter.measurements_u8 (69a64762-8f4e-4019-b400-6bc7fd3c2c8a): There are no data parts | ||
329 | 2024.07.04 19:24:47.560124 [ 3 ] {6df5724b-5b29-4ef7-8b28-6fbd33244016} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.07.04 19:24:47.560154 [ 3 ] {} <Debug> HTTP-Session: d418a820-3ef4-471a-9c85-a9ba6f4e2eca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.07.04 19:24:47.560288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.07.04 19:24:47.560350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.07.04 19:24:47.560377 [ 3 ] {} <Debug> HTTP-Session: f5db8a47-0e36-4a13-9fb2-da10a44b33e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
334 | 2024.07.04 19:24:47.560397 [ 3 ] {} <Debug> HTTP-Session: f5db8a47-0e36-4a13-9fb2-da10a44b33e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.07.04 19:24:47.560417 [ 3 ] {} <Debug> HTTP-Session: f5db8a47-0e36-4a13-9fb2-da10a44b33e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.07.04 19:24:47.560456 [ 3 ] {} <Trace> HTTP-Session: f5db8a47-0e36-4a13-9fb2-da10a44b33e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.07.04 19:24:47.560675 [ 3 ] {d13a8061-b2d8-4d68-bee3-1020e79ae4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.560731 [ 3 ] {d13a8061-b2d8-4d68-bee3-1020e79ae4cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.07.04 19:24:47.569936 [ 3 ] {d13a8061-b2d8-4d68-bee3-1020e79ae4cf} <Debug> oximeter.measurements_i16 (6951eb6b-19b8-4a91-b01d-a63f98f7c4af): Loading data parts | ||
340 | 2024.07.04 19:24:47.570132 [ 3 ] {d13a8061-b2d8-4d68-bee3-1020e79ae4cf} <Debug> oximeter.measurements_i16 (6951eb6b-19b8-4a91-b01d-a63f98f7c4af): There are no data parts | ||
341 | 2024.07.04 19:24:47.577494 [ 3 ] {d13a8061-b2d8-4d68-bee3-1020e79ae4cf} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.07.04 19:24:47.577557 [ 3 ] {} <Debug> HTTP-Session: f5db8a47-0e36-4a13-9fb2-da10a44b33e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.07.04 19:24:47.577672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.07.04 19:24:47.577729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.07.04 19:24:47.577757 [ 3 ] {} <Debug> HTTP-Session: 8fbf003c-c26c-4b96-b421-c5d372843737 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
346 | 2024.07.04 19:24:47.577774 [ 3 ] {} <Debug> HTTP-Session: 8fbf003c-c26c-4b96-b421-c5d372843737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.07.04 19:24:47.577792 [ 3 ] {} <Debug> HTTP-Session: 8fbf003c-c26c-4b96-b421-c5d372843737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.07.04 19:24:47.577836 [ 3 ] {} <Trace> HTTP-Session: 8fbf003c-c26c-4b96-b421-c5d372843737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.07.04 19:24:47.578009 [ 3 ] {bf47398e-96ef-4ddc-8cf1-6269372e10c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.578068 [ 3 ] {bf47398e-96ef-4ddc-8cf1-6269372e10c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.07.04 19:24:47.585739 [ 3 ] {bf47398e-96ef-4ddc-8cf1-6269372e10c1} <Debug> oximeter.measurements_u16 (868e28d6-8ef1-4b34-9ebc-6516c2032434): Loading data parts | ||
352 | 2024.07.04 19:24:47.585960 [ 3 ] {bf47398e-96ef-4ddc-8cf1-6269372e10c1} <Debug> oximeter.measurements_u16 (868e28d6-8ef1-4b34-9ebc-6516c2032434): There are no data parts | ||
353 | 2024.07.04 19:24:47.587912 [ 3 ] {bf47398e-96ef-4ddc-8cf1-6269372e10c1} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.07.04 19:24:47.587947 [ 3 ] {} <Debug> HTTP-Session: 8fbf003c-c26c-4b96-b421-c5d372843737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.07.04 19:24:47.588061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.07.04 19:24:47.588115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.07.04 19:24:47.588140 [ 3 ] {} <Debug> HTTP-Session: c5d24d1e-683c-4248-b5e6-62b16a1eed9c Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
358 | 2024.07.04 19:24:47.588170 [ 3 ] {} <Debug> HTTP-Session: c5d24d1e-683c-4248-b5e6-62b16a1eed9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.07.04 19:24:47.588184 [ 3 ] {} <Debug> HTTP-Session: c5d24d1e-683c-4248-b5e6-62b16a1eed9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.07.04 19:24:47.588217 [ 3 ] {} <Trace> HTTP-Session: c5d24d1e-683c-4248-b5e6-62b16a1eed9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.07.04 19:24:47.588401 [ 3 ] {2a3b031e-4cc1-44b0-a998-18a35beec9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.588451 [ 3 ] {2a3b031e-4cc1-44b0-a998-18a35beec9b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.07.04 19:24:47.592302 [ 3 ] {2a3b031e-4cc1-44b0-a998-18a35beec9b9} <Debug> oximeter.measurements_i32 (90008c7a-c1f9-4a18-8da2-dd5f1cf95a03): Loading data parts | ||
364 | 2024.07.04 19:24:47.592544 [ 3 ] {2a3b031e-4cc1-44b0-a998-18a35beec9b9} <Debug> oximeter.measurements_i32 (90008c7a-c1f9-4a18-8da2-dd5f1cf95a03): There are no data parts | ||
365 | 2024.07.04 19:24:47.598683 [ 3 ] {2a3b031e-4cc1-44b0-a998-18a35beec9b9} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.07.04 19:24:47.598739 [ 3 ] {} <Debug> HTTP-Session: c5d24d1e-683c-4248-b5e6-62b16a1eed9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.07.04 19:24:47.598899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.07.04 19:24:47.598952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.07.04 19:24:47.598985 [ 3 ] {} <Debug> HTTP-Session: be35973b-a32a-4047-a584-2021f9f7ff41 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
370 | 2024.07.04 19:24:47.599002 [ 3 ] {} <Debug> HTTP-Session: be35973b-a32a-4047-a584-2021f9f7ff41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.07.04 19:24:47.599019 [ 3 ] {} <Debug> HTTP-Session: be35973b-a32a-4047-a584-2021f9f7ff41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.07.04 19:24:47.599053 [ 3 ] {} <Trace> HTTP-Session: be35973b-a32a-4047-a584-2021f9f7ff41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.07.04 19:24:47.599230 [ 3 ] {c548d262-4364-4357-a17a-acc598e32e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.599279 [ 3 ] {c548d262-4364-4357-a17a-acc598e32e43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.07.04 19:24:47.607668 [ 3 ] {c548d262-4364-4357-a17a-acc598e32e43} <Debug> oximeter.measurements_u32 (5c458d30-76f6-49e9-b32e-489a997dd992): Loading data parts | ||
376 | 2024.07.04 19:24:47.607841 [ 3 ] {c548d262-4364-4357-a17a-acc598e32e43} <Debug> oximeter.measurements_u32 (5c458d30-76f6-49e9-b32e-489a997dd992): There are no data parts | ||
377 | 2024.07.04 19:24:47.614226 [ 3 ] {c548d262-4364-4357-a17a-acc598e32e43} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.07.04 19:24:47.614258 [ 3 ] {} <Debug> HTTP-Session: be35973b-a32a-4047-a584-2021f9f7ff41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.07.04 19:24:47.614380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.07.04 19:24:47.614438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.07.04 19:24:47.614460 [ 3 ] {} <Debug> HTTP-Session: 144d23b6-8f04-4579-ac4c-951dcb2f49f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
382 | 2024.07.04 19:24:47.614483 [ 3 ] {} <Debug> HTTP-Session: 144d23b6-8f04-4579-ac4c-951dcb2f49f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.07.04 19:24:47.614496 [ 3 ] {} <Debug> HTTP-Session: 144d23b6-8f04-4579-ac4c-951dcb2f49f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.07.04 19:24:47.614529 [ 3 ] {} <Trace> HTTP-Session: 144d23b6-8f04-4579-ac4c-951dcb2f49f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.07.04 19:24:47.614702 [ 3 ] {b26b4d61-5a7c-4476-8484-531acca12412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.614759 [ 3 ] {b26b4d61-5a7c-4476-8484-531acca12412} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.07.04 19:24:47.622672 [ 3 ] {b26b4d61-5a7c-4476-8484-531acca12412} <Debug> oximeter.measurements_i64 (e69076e9-cec4-470d-a40d-b5bee0adf2d3): Loading data parts | ||
388 | 2024.07.04 19:24:47.622905 [ 3 ] {b26b4d61-5a7c-4476-8484-531acca12412} <Debug> oximeter.measurements_i64 (e69076e9-cec4-470d-a40d-b5bee0adf2d3): There are no data parts | ||
389 | 2024.07.04 19:24:47.630195 [ 3 ] {b26b4d61-5a7c-4476-8484-531acca12412} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.07.04 19:24:47.630239 [ 3 ] {} <Debug> HTTP-Session: 144d23b6-8f04-4579-ac4c-951dcb2f49f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.07.04 19:24:47.630369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.07.04 19:24:47.630436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.07.04 19:24:47.630459 [ 3 ] {} <Debug> HTTP-Session: 9b3029d8-e3c0-4af3-b9c2-d26d7552a4fa Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
394 | 2024.07.04 19:24:47.630483 [ 3 ] {} <Debug> HTTP-Session: 9b3029d8-e3c0-4af3-b9c2-d26d7552a4fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.07.04 19:24:47.630500 [ 3 ] {} <Debug> HTTP-Session: 9b3029d8-e3c0-4af3-b9c2-d26d7552a4fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.07.04 19:24:47.630541 [ 3 ] {} <Trace> HTTP-Session: 9b3029d8-e3c0-4af3-b9c2-d26d7552a4fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.07.04 19:24:47.630753 [ 3 ] {05bc36d9-41be-46ff-b1cb-743db835989b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.630808 [ 3 ] {05bc36d9-41be-46ff-b1cb-743db835989b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.07.04 19:24:47.637546 [ 3 ] {05bc36d9-41be-46ff-b1cb-743db835989b} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Loading data parts | ||
400 | 2024.07.04 19:24:47.637731 [ 3 ] {05bc36d9-41be-46ff-b1cb-743db835989b} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): There are no data parts | ||
401 | 2024.07.04 19:24:47.646395 [ 3 ] {05bc36d9-41be-46ff-b1cb-743db835989b} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.07.04 19:24:47.646432 [ 3 ] {} <Debug> HTTP-Session: 9b3029d8-e3c0-4af3-b9c2-d26d7552a4fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.07.04 19:24:47.646562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.07.04 19:24:47.646619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.07.04 19:24:47.646649 [ 3 ] {} <Debug> HTTP-Session: 1d27f32d-9a05-4218-b6ef-61db131b8eff Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
406 | 2024.07.04 19:24:47.646673 [ 3 ] {} <Debug> HTTP-Session: 1d27f32d-9a05-4218-b6ef-61db131b8eff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.07.04 19:24:47.646690 [ 3 ] {} <Debug> HTTP-Session: 1d27f32d-9a05-4218-b6ef-61db131b8eff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.07.04 19:24:47.646731 [ 3 ] {} <Trace> HTTP-Session: 1d27f32d-9a05-4218-b6ef-61db131b8eff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.07.04 19:24:47.646916 [ 3 ] {fa074c98-7a53-43ba-84b3-fd131ccb2254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.646968 [ 3 ] {fa074c98-7a53-43ba-84b3-fd131ccb2254} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.07.04 19:24:47.655583 [ 3 ] {fa074c98-7a53-43ba-84b3-fd131ccb2254} <Debug> oximeter.measurements_f32 (fac8404d-9282-4079-81b1-e703a289e386): Loading data parts | ||
412 | 2024.07.04 19:24:47.655899 [ 3 ] {fa074c98-7a53-43ba-84b3-fd131ccb2254} <Debug> oximeter.measurements_f32 (fac8404d-9282-4079-81b1-e703a289e386): There are no data parts | ||
413 | 2024.07.04 19:24:47.662729 [ 3 ] {fa074c98-7a53-43ba-84b3-fd131ccb2254} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.07.04 19:24:47.662795 [ 3 ] {} <Debug> HTTP-Session: 1d27f32d-9a05-4218-b6ef-61db131b8eff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.07.04 19:24:47.663033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.07.04 19:24:47.663168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.07.04 19:24:47.663203 [ 3 ] {} <Debug> HTTP-Session: bbb932cd-246b-4784-a31b-dad953d76d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
418 | 2024.07.04 19:24:47.663227 [ 3 ] {} <Debug> HTTP-Session: bbb932cd-246b-4784-a31b-dad953d76d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.07.04 19:24:47.663247 [ 3 ] {} <Debug> HTTP-Session: bbb932cd-246b-4784-a31b-dad953d76d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.07.04 19:24:47.663277 [ 3 ] {} <Trace> HTTP-Session: bbb932cd-246b-4784-a31b-dad953d76d9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.07.04 19:24:47.663449 [ 3 ] {56365406-5bbd-4ee3-9bcc-d836f49e9e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.663507 [ 3 ] {56365406-5bbd-4ee3-9bcc-d836f49e9e0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.07.04 19:24:47.671927 [ 3 ] {56365406-5bbd-4ee3-9bcc-d836f49e9e0a} <Debug> oximeter.measurements_f64 (31de1bf7-782f-4f85-8aad-1a8125e364aa): Loading data parts | ||
424 | 2024.07.04 19:24:47.672118 [ 3 ] {56365406-5bbd-4ee3-9bcc-d836f49e9e0a} <Debug> oximeter.measurements_f64 (31de1bf7-782f-4f85-8aad-1a8125e364aa): There are no data parts | ||
425 | 2024.07.04 19:24:47.678729 [ 3 ] {56365406-5bbd-4ee3-9bcc-d836f49e9e0a} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.07.04 19:24:47.678802 [ 3 ] {} <Debug> HTTP-Session: bbb932cd-246b-4784-a31b-dad953d76d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.07.04 19:24:47.679063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.07.04 19:24:47.679180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.07.04 19:24:47.679202 [ 3 ] {} <Debug> HTTP-Session: d06421df-bc2f-4744-894c-057171cf5013 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
430 | 2024.07.04 19:24:47.679228 [ 3 ] {} <Debug> HTTP-Session: d06421df-bc2f-4744-894c-057171cf5013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.07.04 19:24:47.679242 [ 3 ] {} <Debug> HTTP-Session: d06421df-bc2f-4744-894c-057171cf5013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.07.04 19:24:47.679275 [ 3 ] {} <Trace> HTTP-Session: d06421df-bc2f-4744-894c-057171cf5013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.07.04 19:24:47.679455 [ 3 ] {9cecdf19-51c1-4241-91c1-40985166ab43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.679507 [ 3 ] {9cecdf19-51c1-4241-91c1-40985166ab43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.07.04 19:24:47.689455 [ 3 ] {9cecdf19-51c1-4241-91c1-40985166ab43} <Debug> oximeter.measurements_string (a614f70b-76ba-43a1-97b6-3ae021f38b8d): Loading data parts | ||
436 | 2024.07.04 19:24:47.689781 [ 3 ] {9cecdf19-51c1-4241-91c1-40985166ab43} <Debug> oximeter.measurements_string (a614f70b-76ba-43a1-97b6-3ae021f38b8d): There are no data parts | ||
437 | 2024.07.04 19:24:47.698451 [ 3 ] {9cecdf19-51c1-4241-91c1-40985166ab43} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.07.04 19:24:47.698481 [ 3 ] {} <Debug> HTTP-Session: d06421df-bc2f-4744-894c-057171cf5013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.07.04 19:24:47.698608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.07.04 19:24:47.698671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.07.04 19:24:47.698694 [ 3 ] {} <Debug> HTTP-Session: 4674505e-c380-47ea-a016-cc61b21b9769 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
442 | 2024.07.04 19:24:47.698719 [ 3 ] {} <Debug> HTTP-Session: 4674505e-c380-47ea-a016-cc61b21b9769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.07.04 19:24:47.698750 [ 3 ] {} <Debug> HTTP-Session: 4674505e-c380-47ea-a016-cc61b21b9769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.07.04 19:24:47.698786 [ 3 ] {} <Trace> HTTP-Session: 4674505e-c380-47ea-a016-cc61b21b9769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.07.04 19:24:47.698961 [ 3 ] {d41864db-359f-47d5-b57b-5c05c4545e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.699021 [ 3 ] {d41864db-359f-47d5-b57b-5c05c4545e52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.07.04 19:24:47.705871 [ 3 ] {d41864db-359f-47d5-b57b-5c05c4545e52} <Debug> oximeter.measurements_bytes (757c1d80-6952-472e-b915-112e06fc64b8): Loading data parts | ||
455 | 2024.07.04 19:24:47.706015 [ 3 ] {d41864db-359f-47d5-b57b-5c05c4545e52} <Debug> oximeter.measurements_bytes (757c1d80-6952-472e-b915-112e06fc64b8): There are no data parts | ||
456 | 2024.07.04 19:24:47.713376 [ 3 ] {d41864db-359f-47d5-b57b-5c05c4545e52} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.07.04 19:24:47.713406 [ 3 ] {} <Debug> HTTP-Session: 4674505e-c380-47ea-a016-cc61b21b9769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.07.04 19:24:47.713533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.07.04 19:24:47.713604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.07.04 19:24:47.713633 [ 3 ] {} <Debug> HTTP-Session: c91672c9-92c6-4bdc-95ff-b455d60aaf5d Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
461 | 2024.07.04 19:24:47.713653 [ 3 ] {} <Debug> HTTP-Session: c91672c9-92c6-4bdc-95ff-b455d60aaf5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.07.04 19:24:47.713674 [ 3 ] {} <Debug> HTTP-Session: c91672c9-92c6-4bdc-95ff-b455d60aaf5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.07.04 19:24:47.713711 [ 3 ] {} <Trace> HTTP-Session: c91672c9-92c6-4bdc-95ff-b455d60aaf5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.07.04 19:24:47.713920 [ 3 ] {bd97a5fc-15a6-47ec-8171-8c1908e6186b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.713981 [ 3 ] {bd97a5fc-15a6-47ec-8171-8c1908e6186b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.07.04 19:24:47.723590 [ 3 ] {bd97a5fc-15a6-47ec-8171-8c1908e6186b} <Debug> oximeter.measurements_cumulativei64 (47092ced-9209-406a-b702-1194e0c958f0): Loading data parts | ||
467 | 2024.07.04 19:24:47.723890 [ 3 ] {bd97a5fc-15a6-47ec-8171-8c1908e6186b} <Debug> oximeter.measurements_cumulativei64 (47092ced-9209-406a-b702-1194e0c958f0): There are no data parts | ||
468 | 2024.07.04 19:24:47.730056 [ 3 ] {bd97a5fc-15a6-47ec-8171-8c1908e6186b} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.07.04 19:24:47.730132 [ 3 ] {} <Debug> HTTP-Session: c91672c9-92c6-4bdc-95ff-b455d60aaf5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.07.04 19:24:47.730321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.07.04 19:24:47.730443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.07.04 19:24:47.730480 [ 3 ] {} <Debug> HTTP-Session: a2c6a47c-6520-4ef5-8232-d407aa703ed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
473 | 2024.07.04 19:24:47.730521 [ 3 ] {} <Debug> HTTP-Session: a2c6a47c-6520-4ef5-8232-d407aa703ed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.07.04 19:24:47.730548 [ 3 ] {} <Debug> HTTP-Session: a2c6a47c-6520-4ef5-8232-d407aa703ed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.07.04 19:24:47.730616 [ 3 ] {} <Trace> HTTP-Session: a2c6a47c-6520-4ef5-8232-d407aa703ed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.07.04 19:24:47.730916 [ 3 ] {c915d27a-cb9d-4646-9b16-e4368372d614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.730971 [ 3 ] {c915d27a-cb9d-4646-9b16-e4368372d614} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.07.04 19:24:47.733556 [ 3 ] {c915d27a-cb9d-4646-9b16-e4368372d614} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Loading data parts | ||
479 | 2024.07.04 19:24:47.733725 [ 3 ] {c915d27a-cb9d-4646-9b16-e4368372d614} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): There are no data parts | ||
480 | 2024.07.04 19:24:47.735313 [ 3 ] {c915d27a-cb9d-4646-9b16-e4368372d614} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.07.04 19:24:47.735339 [ 3 ] {} <Debug> HTTP-Session: a2c6a47c-6520-4ef5-8232-d407aa703ed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.07.04 19:24:47.735453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.07.04 19:24:47.735504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.07.04 19:24:47.735522 [ 3 ] {} <Debug> HTTP-Session: 5ce1ed65-528e-4aca-9837-f65595a86bdf Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
485 | 2024.07.04 19:24:47.735543 [ 3 ] {} <Debug> HTTP-Session: 5ce1ed65-528e-4aca-9837-f65595a86bdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.07.04 19:24:47.735561 [ 3 ] {} <Debug> HTTP-Session: 5ce1ed65-528e-4aca-9837-f65595a86bdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.07.04 19:24:47.735591 [ 3 ] {} <Trace> HTTP-Session: 5ce1ed65-528e-4aca-9837-f65595a86bdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.07.04 19:24:47.735780 [ 3 ] {354caf82-448f-4962-84b1-c224d8419503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.735846 [ 3 ] {354caf82-448f-4962-84b1-c224d8419503} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.07.04 19:24:47.739762 [ 3 ] {354caf82-448f-4962-84b1-c224d8419503} <Debug> oximeter.measurements_cumulativef32 (25bab1bc-b893-4944-982d-17e2a572123c): Loading data parts | ||
491 | 2024.07.04 19:24:47.740074 [ 3 ] {354caf82-448f-4962-84b1-c224d8419503} <Debug> oximeter.measurements_cumulativef32 (25bab1bc-b893-4944-982d-17e2a572123c): There are no data parts | ||
492 | 2024.07.04 19:24:47.746296 [ 3 ] {354caf82-448f-4962-84b1-c224d8419503} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.07.04 19:24:47.746328 [ 3 ] {} <Debug> HTTP-Session: 5ce1ed65-528e-4aca-9837-f65595a86bdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.07.04 19:24:47.746427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.07.04 19:24:47.746480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.07.04 19:24:47.746504 [ 3 ] {} <Debug> HTTP-Session: ac4618e0-ed3d-45c9-9d95-0d10afdb82b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
497 | 2024.07.04 19:24:47.746525 [ 3 ] {} <Debug> HTTP-Session: ac4618e0-ed3d-45c9-9d95-0d10afdb82b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.07.04 19:24:47.746539 [ 3 ] {} <Debug> HTTP-Session: ac4618e0-ed3d-45c9-9d95-0d10afdb82b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.07.04 19:24:47.746573 [ 3 ] {} <Trace> HTTP-Session: ac4618e0-ed3d-45c9-9d95-0d10afdb82b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.07.04 19:24:47.746766 [ 3 ] {5363b918-a076-4a5d-ad03-e4eab601a438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.746821 [ 3 ] {5363b918-a076-4a5d-ad03-e4eab601a438} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.07.04 19:24:47.756062 [ 3 ] {5363b918-a076-4a5d-ad03-e4eab601a438} <Debug> oximeter.measurements_cumulativef64 (b2075be1-3312-4bb0-8679-618c3540f772): Loading data parts | ||
503 | 2024.07.04 19:24:47.756226 [ 3 ] {5363b918-a076-4a5d-ad03-e4eab601a438} <Debug> oximeter.measurements_cumulativef64 (b2075be1-3312-4bb0-8679-618c3540f772): There are no data parts | ||
504 | 2024.07.04 19:24:47.765178 [ 3 ] {5363b918-a076-4a5d-ad03-e4eab601a438} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.07.04 19:24:47.765214 [ 3 ] {} <Debug> HTTP-Session: ac4618e0-ed3d-45c9-9d95-0d10afdb82b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.07.04 19:24:47.765648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.07.04 19:24:47.765726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.07.04 19:24:47.765750 [ 3 ] {} <Debug> HTTP-Session: 12140a7a-2003-4369-b718-49c87b08c5c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
509 | 2024.07.04 19:24:47.765778 [ 3 ] {} <Debug> HTTP-Session: 12140a7a-2003-4369-b718-49c87b08c5c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.07.04 19:24:47.765806 [ 3 ] {} <Debug> HTTP-Session: 12140a7a-2003-4369-b718-49c87b08c5c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.07.04 19:24:47.765845 [ 3 ] {} <Trace> HTTP-Session: 12140a7a-2003-4369-b718-49c87b08c5c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.07.04 19:24:47.766185 [ 3 ] {4ad91142-c5d4-41a2-9987-bdfd556c82f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:47.766526 [ 3 ] {4ad91142-c5d4-41a2-9987-bdfd556c82f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.07.04 19:24:47.778797 [ 3 ] {4ad91142-c5d4-41a2-9987-bdfd556c82f5} <Debug> oximeter.measurements_histogrami8 (b39f65bb-f58c-4875-b000-8968433eceb2): Loading data parts | ||
525 | 2024.07.04 19:24:47.779052 [ 3 ] {4ad91142-c5d4-41a2-9987-bdfd556c82f5} <Debug> oximeter.measurements_histogrami8 (b39f65bb-f58c-4875-b000-8968433eceb2): There are no data parts | ||
526 | 2024.07.04 19:24:47.828453 [ 3 ] {4ad91142-c5d4-41a2-9987-bdfd556c82f5} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.07.04 19:24:47.828548 [ 3 ] {} <Debug> HTTP-Session: 12140a7a-2003-4369-b718-49c87b08c5c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.07.04 19:24:47.828721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.07.04 19:24:47.828782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.07.04 19:24:47.828815 [ 3 ] {} <Debug> HTTP-Session: e34d6780-56e4-40a3-87a8-1632af722990 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
531 | 2024.07.04 19:24:47.828842 [ 3 ] {} <Debug> HTTP-Session: e34d6780-56e4-40a3-87a8-1632af722990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.07.04 19:24:47.828856 [ 3 ] {} <Debug> HTTP-Session: e34d6780-56e4-40a3-87a8-1632af722990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.07.04 19:24:47.828899 [ 3 ] {} <Trace> HTTP-Session: e34d6780-56e4-40a3-87a8-1632af722990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.07.04 19:24:47.829164 [ 3 ] {a2569d90-e14e-49c1-bd7d-38f734deed80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.07.04 19:24:47.829247 [ 3 ] {a2569d90-e14e-49c1-bd7d-38f734deed80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.07.04 19:24:47.849301 [ 3 ] {a2569d90-e14e-49c1-bd7d-38f734deed80} <Debug> oximeter.measurements_histogramu8 (dfc8c428-6e5a-4d65-bec5-7fb36086012b): Loading data parts | ||
537 | 2024.07.04 19:24:47.849562 [ 3 ] {a2569d90-e14e-49c1-bd7d-38f734deed80} <Debug> oximeter.measurements_histogramu8 (dfc8c428-6e5a-4d65-bec5-7fb36086012b): There are no data parts | ||
538 | 2024.07.04 19:24:47.855103 [ 3 ] {a2569d90-e14e-49c1-bd7d-38f734deed80} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.07.04 19:24:47.855168 [ 3 ] {} <Debug> HTTP-Session: e34d6780-56e4-40a3-87a8-1632af722990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.07.04 19:24:47.855364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.07.04 19:24:47.855447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.07.04 19:24:47.855471 [ 3 ] {} <Debug> HTTP-Session: 85bf1dc0-62ce-483c-b086-f3ab022e9e14 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
543 | 2024.07.04 19:24:47.855506 [ 3 ] {} <Debug> HTTP-Session: 85bf1dc0-62ce-483c-b086-f3ab022e9e14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.07.04 19:24:47.855524 [ 3 ] {} <Debug> HTTP-Session: 85bf1dc0-62ce-483c-b086-f3ab022e9e14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.07.04 19:24:47.855572 [ 3 ] {} <Trace> HTTP-Session: 85bf1dc0-62ce-483c-b086-f3ab022e9e14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.07.04 19:24:47.855898 [ 3 ] {c7485b2e-f0ce-4839-9a58-85cb43d64074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.07.04 19:24:47.855993 [ 3 ] {c7485b2e-f0ce-4839-9a58-85cb43d64074} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.07.04 19:24:47.862078 [ 3 ] {c7485b2e-f0ce-4839-9a58-85cb43d64074} <Debug> oximeter.measurements_histogrami16 (1979ed26-c929-4f29-bfc2-cd730b1ca1f4): Loading data parts | ||
549 | 2024.07.04 19:24:47.862250 [ 3 ] {c7485b2e-f0ce-4839-9a58-85cb43d64074} <Debug> oximeter.measurements_histogrami16 (1979ed26-c929-4f29-bfc2-cd730b1ca1f4): There are no data parts | ||
550 | 2024.07.04 19:24:47.872747 [ 3 ] {c7485b2e-f0ce-4839-9a58-85cb43d64074} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.07.04 19:24:47.872859 [ 3 ] {} <Debug> HTTP-Session: 85bf1dc0-62ce-483c-b086-f3ab022e9e14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.07.04 19:24:47.873013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.07.04 19:24:47.873060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.07.04 19:24:47.873091 [ 3 ] {} <Debug> HTTP-Session: 87d0567c-87cd-468b-b0d4-4ac37ca920ca Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
555 | 2024.07.04 19:24:47.873124 [ 3 ] {} <Debug> HTTP-Session: 87d0567c-87cd-468b-b0d4-4ac37ca920ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.07.04 19:24:47.873137 [ 3 ] {} <Debug> HTTP-Session: 87d0567c-87cd-468b-b0d4-4ac37ca920ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.07.04 19:24:47.873175 [ 3 ] {} <Trace> HTTP-Session: 87d0567c-87cd-468b-b0d4-4ac37ca920ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.07.04 19:24:47.873431 [ 3 ] {2f549126-4319-4159-adc4-6a931d6f3b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.07.04 19:24:47.873499 [ 3 ] {2f549126-4319-4159-adc4-6a931d6f3b0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.07.04 19:24:47.876935 [ 3 ] {2f549126-4319-4159-adc4-6a931d6f3b0e} <Debug> oximeter.measurements_histogramu16 (7b77773a-a9d6-4f70-9f5b-aa3f8cd1d7c8): Loading data parts | ||
561 | 2024.07.04 19:24:47.877135 [ 3 ] {2f549126-4319-4159-adc4-6a931d6f3b0e} <Debug> oximeter.measurements_histogramu16 (7b77773a-a9d6-4f70-9f5b-aa3f8cd1d7c8): There are no data parts | ||
562 | 2024.07.04 19:24:47.880625 [ 3 ] {2f549126-4319-4159-adc4-6a931d6f3b0e} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.07.04 19:24:47.880672 [ 3 ] {} <Debug> HTTP-Session: 87d0567c-87cd-468b-b0d4-4ac37ca920ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.07.04 19:24:47.880851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.07.04 19:24:47.880906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.07.04 19:24:47.880926 [ 3 ] {} <Debug> HTTP-Session: c19bc72b-8dd6-4914-8bac-27f8ae15ae36 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
567 | 2024.07.04 19:24:47.880950 [ 3 ] {} <Debug> HTTP-Session: c19bc72b-8dd6-4914-8bac-27f8ae15ae36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.07.04 19:24:47.880972 [ 3 ] {} <Debug> HTTP-Session: c19bc72b-8dd6-4914-8bac-27f8ae15ae36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.07.04 19:24:47.881002 [ 3 ] {} <Trace> HTTP-Session: c19bc72b-8dd6-4914-8bac-27f8ae15ae36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.07.04 19:24:47.881250 [ 3 ] {403f4a4d-3fc6-4692-852c-57e99050a28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.07.04 19:24:47.881331 [ 3 ] {403f4a4d-3fc6-4692-852c-57e99050a28b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.07.04 19:24:47.884096 [ 3 ] {403f4a4d-3fc6-4692-852c-57e99050a28b} <Debug> oximeter.measurements_histogrami32 (9bda2efa-c703-4c22-a739-670b8327a857): Loading data parts | ||
573 | 2024.07.04 19:24:47.884311 [ 3 ] {403f4a4d-3fc6-4692-852c-57e99050a28b} <Debug> oximeter.measurements_histogrami32 (9bda2efa-c703-4c22-a739-670b8327a857): There are no data parts | ||
574 | 2024.07.04 19:24:47.889716 [ 3 ] {403f4a4d-3fc6-4692-852c-57e99050a28b} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.07.04 19:24:47.889747 [ 3 ] {} <Debug> HTTP-Session: c19bc72b-8dd6-4914-8bac-27f8ae15ae36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.07.04 19:24:47.889894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.07.04 19:24:47.889954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.07.04 19:24:47.889981 [ 3 ] {} <Debug> HTTP-Session: fe753d74-a064-410b-8064-20a35d85d1a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
579 | 2024.07.04 19:24:47.890019 [ 3 ] {} <Debug> HTTP-Session: fe753d74-a064-410b-8064-20a35d85d1a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.07.04 19:24:47.890033 [ 3 ] {} <Debug> HTTP-Session: fe753d74-a064-410b-8064-20a35d85d1a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.07.04 19:24:47.890071 [ 3 ] {} <Trace> HTTP-Session: fe753d74-a064-410b-8064-20a35d85d1a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.07.04 19:24:47.890322 [ 3 ] {6c804694-3866-4af2-8bb7-c06f1191ff9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.07.04 19:24:47.890391 [ 3 ] {6c804694-3866-4af2-8bb7-c06f1191ff9b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.07.04 19:24:47.901829 [ 3 ] {6c804694-3866-4af2-8bb7-c06f1191ff9b} <Debug> oximeter.measurements_histogramu32 (739addab-13da-4e8d-9074-b82ca543b616): Loading data parts | ||
585 | 2024.07.04 19:24:47.902014 [ 3 ] {6c804694-3866-4af2-8bb7-c06f1191ff9b} <Debug> oximeter.measurements_histogramu32 (739addab-13da-4e8d-9074-b82ca543b616): There are no data parts | ||
586 | 2024.07.04 19:24:47.926072 [ 3 ] {6c804694-3866-4af2-8bb7-c06f1191ff9b} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.07.04 19:24:47.926098 [ 3 ] {} <Debug> HTTP-Session: fe753d74-a064-410b-8064-20a35d85d1a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.07.04 19:24:47.926227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.07.04 19:24:47.926281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.07.04 19:24:47.926300 [ 3 ] {} <Debug> HTTP-Session: dcb1fc6e-b10b-40d2-bdb5-9139f5ea73fa Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
591 | 2024.07.04 19:24:47.926322 [ 3 ] {} <Debug> HTTP-Session: dcb1fc6e-b10b-40d2-bdb5-9139f5ea73fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.07.04 19:24:47.926342 [ 3 ] {} <Debug> HTTP-Session: dcb1fc6e-b10b-40d2-bdb5-9139f5ea73fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.07.04 19:24:47.926372 [ 3 ] {} <Trace> HTTP-Session: dcb1fc6e-b10b-40d2-bdb5-9139f5ea73fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.07.04 19:24:47.926622 [ 3 ] {eeb78aab-6616-47f8-b42e-a264a7829a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.07.04 19:24:47.926689 [ 3 ] {eeb78aab-6616-47f8-b42e-a264a7829a95} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.07.04 19:24:47.932420 [ 3 ] {eeb78aab-6616-47f8-b42e-a264a7829a95} <Debug> oximeter.measurements_histogrami64 (ad83d3c9-e76d-401d-8aff-b3a988cfafae): Loading data parts | ||
597 | 2024.07.04 19:24:47.932585 [ 3 ] {eeb78aab-6616-47f8-b42e-a264a7829a95} <Debug> oximeter.measurements_histogrami64 (ad83d3c9-e76d-401d-8aff-b3a988cfafae): There are no data parts | ||
598 | 2024.07.04 19:24:47.936739 [ 3 ] {eeb78aab-6616-47f8-b42e-a264a7829a95} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.07.04 19:24:47.936792 [ 3 ] {} <Debug> HTTP-Session: dcb1fc6e-b10b-40d2-bdb5-9139f5ea73fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.07.04 19:24:47.937017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.07.04 19:24:47.937131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.07.04 19:24:47.937183 [ 3 ] {} <Debug> HTTP-Session: a6f5d435-ef17-4a4c-adb0-514425bc09c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
603 | 2024.07.04 19:24:47.937201 [ 3 ] {} <Debug> HTTP-Session: a6f5d435-ef17-4a4c-adb0-514425bc09c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.07.04 19:24:47.937225 [ 3 ] {} <Debug> HTTP-Session: a6f5d435-ef17-4a4c-adb0-514425bc09c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.07.04 19:24:47.937258 [ 3 ] {} <Trace> HTTP-Session: a6f5d435-ef17-4a4c-adb0-514425bc09c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.07.04 19:24:47.937505 [ 3 ] {b31d16bf-d399-4eef-a905-a6ef53c315bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.07.04 19:24:47.937572 [ 3 ] {b31d16bf-d399-4eef-a905-a6ef53c315bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.07.04 19:24:47.943865 [ 3 ] {b31d16bf-d399-4eef-a905-a6ef53c315bf} <Debug> oximeter.measurements_histogramu64 (15b05fab-c731-4be7-b797-691f6e456b32): Loading data parts | ||
609 | 2024.07.04 19:24:47.944077 [ 3 ] {b31d16bf-d399-4eef-a905-a6ef53c315bf} <Debug> oximeter.measurements_histogramu64 (15b05fab-c731-4be7-b797-691f6e456b32): There are no data parts | ||
610 | 2024.07.04 19:24:47.952371 [ 3 ] {b31d16bf-d399-4eef-a905-a6ef53c315bf} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.07.04 19:24:47.952396 [ 3 ] {} <Debug> HTTP-Session: a6f5d435-ef17-4a4c-adb0-514425bc09c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.07.04 19:24:47.952534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.07.04 19:24:47.952588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.07.04 19:24:47.952607 [ 3 ] {} <Debug> HTTP-Session: 4a75161c-70fb-45d7-a017-e85df1569c25 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
615 | 2024.07.04 19:24:47.952630 [ 3 ] {} <Debug> HTTP-Session: 4a75161c-70fb-45d7-a017-e85df1569c25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.07.04 19:24:47.952651 [ 3 ] {} <Debug> HTTP-Session: 4a75161c-70fb-45d7-a017-e85df1569c25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.07.04 19:24:47.952682 [ 3 ] {} <Trace> HTTP-Session: 4a75161c-70fb-45d7-a017-e85df1569c25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.07.04 19:24:47.952935 [ 3 ] {996ede31-213b-41e2-a061-1a77e63da5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.07.04 19:24:47.953002 [ 3 ] {996ede31-213b-41e2-a061-1a77e63da5a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.07.04 19:24:47.960281 [ 3 ] {996ede31-213b-41e2-a061-1a77e63da5a1} <Debug> oximeter.measurements_histogramf32 (61ee23a2-7356-42e3-8a95-1017c1d6f4f7): Loading data parts | ||
621 | 2024.07.04 19:24:47.960490 [ 3 ] {996ede31-213b-41e2-a061-1a77e63da5a1} <Debug> oximeter.measurements_histogramf32 (61ee23a2-7356-42e3-8a95-1017c1d6f4f7): There are no data parts | ||
622 | 2024.07.04 19:24:47.970300 [ 3 ] {996ede31-213b-41e2-a061-1a77e63da5a1} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.07.04 19:24:47.970335 [ 3 ] {} <Debug> HTTP-Session: 4a75161c-70fb-45d7-a017-e85df1569c25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.07.04 19:24:47.970461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.07.04 19:24:47.970517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.07.04 19:24:47.970543 [ 3 ] {} <Debug> HTTP-Session: fc8a00a1-d5ff-439f-9001-90a07946907e Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
627 | 2024.07.04 19:24:47.970559 [ 3 ] {} <Debug> HTTP-Session: fc8a00a1-d5ff-439f-9001-90a07946907e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.07.04 19:24:47.970579 [ 3 ] {} <Debug> HTTP-Session: fc8a00a1-d5ff-439f-9001-90a07946907e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.07.04 19:24:47.970616 [ 3 ] {} <Trace> HTTP-Session: fc8a00a1-d5ff-439f-9001-90a07946907e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.07.04 19:24:47.970858 [ 3 ] {c993c74f-2b4c-4766-82f4-441688d6f3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.07.04 19:24:47.970925 [ 3 ] {c993c74f-2b4c-4766-82f4-441688d6f3c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.07.04 19:24:47.978903 [ 3 ] {c993c74f-2b4c-4766-82f4-441688d6f3c5} <Debug> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Loading data parts | ||
633 | 2024.07.04 19:24:47.979161 [ 3 ] {c993c74f-2b4c-4766-82f4-441688d6f3c5} <Debug> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): There are no data parts | ||
634 | 2024.07.04 19:24:47.986367 [ 3 ] {c993c74f-2b4c-4766-82f4-441688d6f3c5} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.07.04 19:24:47.986392 [ 3 ] {} <Debug> HTTP-Session: fc8a00a1-d5ff-439f-9001-90a07946907e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.07.04 19:24:47.986544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.07.04 19:24:47.986600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.07.04 19:24:47.986625 [ 3 ] {} <Debug> HTTP-Session: d0f7a45a-b9fc-44cb-946d-856c0e8f4e30 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
639 | 2024.07.04 19:24:47.986641 [ 3 ] {} <Debug> HTTP-Session: d0f7a45a-b9fc-44cb-946d-856c0e8f4e30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.07.04 19:24:47.986667 [ 3 ] {} <Debug> HTTP-Session: d0f7a45a-b9fc-44cb-946d-856c0e8f4e30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.07.04 19:24:47.986702 [ 3 ] {} <Trace> HTTP-Session: d0f7a45a-b9fc-44cb-946d-856c0e8f4e30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.07.04 19:24:47.986859 [ 3 ] {d162b6de-151e-4b89-9476-05f6de7a25af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.07.04 19:24:47.986916 [ 3 ] {d162b6de-151e-4b89-9476-05f6de7a25af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.07.04 19:24:47.994369 [ 3 ] {d162b6de-151e-4b89-9476-05f6de7a25af} <Debug> oximeter.fields_bool (9bb7fcd5-585f-432d-978c-edfbeb1a1217): Loading data parts | ||
662 | 2024.07.04 19:24:47.994622 [ 3 ] {d162b6de-151e-4b89-9476-05f6de7a25af} <Debug> oximeter.fields_bool (9bb7fcd5-585f-432d-978c-edfbeb1a1217): There are no data parts | ||
663 | 2024.07.04 19:24:48.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.65 MiB, peak 161.14 MiB, free memory in arenas 0.00 B, will set to 170.92 MiB (RSS), difference: 10.27 MiB | ||
664 | 2024.07.04 19:24:48.004177 [ 3 ] {d162b6de-151e-4b89-9476-05f6de7a25af} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.07.04 19:24:48.004245 [ 3 ] {} <Debug> HTTP-Session: d0f7a45a-b9fc-44cb-946d-856c0e8f4e30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.07.04 19:24:48.004437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.07.04 19:24:48.004555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.07.04 19:24:48.004592 [ 3 ] {} <Debug> HTTP-Session: d2047d38-649b-465f-805c-194339cc3368 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
669 | 2024.07.04 19:24:48.004622 [ 3 ] {} <Debug> HTTP-Session: d2047d38-649b-465f-805c-194339cc3368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.07.04 19:24:48.004662 [ 3 ] {} <Debug> HTTP-Session: d2047d38-649b-465f-805c-194339cc3368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.07.04 19:24:48.004734 [ 3 ] {} <Trace> HTTP-Session: d2047d38-649b-465f-805c-194339cc3368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.07.04 19:24:48.004938 [ 3 ] {036c8ebd-b383-4151-8981-e93c61e2ae46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.004984 [ 3 ] {036c8ebd-b383-4151-8981-e93c61e2ae46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.07.04 19:24:48.014085 [ 3 ] {036c8ebd-b383-4151-8981-e93c61e2ae46} <Debug> oximeter.fields_i8 (84dd7dea-2965-4315-a2da-bf44d50a3927): Loading data parts | ||
675 | 2024.07.04 19:24:48.014266 [ 3 ] {036c8ebd-b383-4151-8981-e93c61e2ae46} <Debug> oximeter.fields_i8 (84dd7dea-2965-4315-a2da-bf44d50a3927): There are no data parts | ||
676 | 2024.07.04 19:24:48.020241 [ 3 ] {036c8ebd-b383-4151-8981-e93c61e2ae46} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.07.04 19:24:48.020275 [ 3 ] {} <Debug> HTTP-Session: d2047d38-649b-465f-805c-194339cc3368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.07.04 19:24:48.020382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.07.04 19:24:48.020436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.07.04 19:24:48.020461 [ 3 ] {} <Debug> HTTP-Session: b82b4ca5-cb42-48fe-a8a0-fcb38cafb04b Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
681 | 2024.07.04 19:24:48.020483 [ 3 ] {} <Debug> HTTP-Session: b82b4ca5-cb42-48fe-a8a0-fcb38cafb04b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.07.04 19:24:48.020497 [ 3 ] {} <Debug> HTTP-Session: b82b4ca5-cb42-48fe-a8a0-fcb38cafb04b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.07.04 19:24:48.020533 [ 3 ] {} <Trace> HTTP-Session: b82b4ca5-cb42-48fe-a8a0-fcb38cafb04b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.07.04 19:24:48.020678 [ 3 ] {a0771308-aee3-4893-a381-ad6418433d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.020727 [ 3 ] {a0771308-aee3-4893-a381-ad6418433d74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.07.04 19:24:48.026351 [ 3 ] {a0771308-aee3-4893-a381-ad6418433d74} <Debug> oximeter.fields_u8 (fcde12ca-535b-4cdd-ad99-43f0266ba3f0): Loading data parts | ||
687 | 2024.07.04 19:24:48.026645 [ 3 ] {a0771308-aee3-4893-a381-ad6418433d74} <Debug> oximeter.fields_u8 (fcde12ca-535b-4cdd-ad99-43f0266ba3f0): There are no data parts | ||
688 | 2024.07.04 19:24:48.035600 [ 3 ] {a0771308-aee3-4893-a381-ad6418433d74} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.07.04 19:24:48.035665 [ 3 ] {} <Debug> HTTP-Session: b82b4ca5-cb42-48fe-a8a0-fcb38cafb04b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.07.04 19:24:48.035889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.07.04 19:24:48.036017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.07.04 19:24:48.036077 [ 3 ] {} <Debug> HTTP-Session: 445fab75-8f3f-49f8-85f6-e9ed98543f4a Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
693 | 2024.07.04 19:24:48.036116 [ 3 ] {} <Debug> HTTP-Session: 445fab75-8f3f-49f8-85f6-e9ed98543f4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.07.04 19:24:48.036163 [ 3 ] {} <Debug> HTTP-Session: 445fab75-8f3f-49f8-85f6-e9ed98543f4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.07.04 19:24:48.036224 [ 3 ] {} <Trace> HTTP-Session: 445fab75-8f3f-49f8-85f6-e9ed98543f4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.07.04 19:24:48.036365 [ 3 ] {6380e18a-f29d-4d88-92e4-2a31d7f2f326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.036418 [ 3 ] {6380e18a-f29d-4d88-92e4-2a31d7f2f326} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.07.04 19:24:48.044846 [ 3 ] {6380e18a-f29d-4d88-92e4-2a31d7f2f326} <Debug> oximeter.fields_i16 (f5355c1f-0752-4e92-a170-36664f024fbe): Loading data parts | ||
699 | 2024.07.04 19:24:48.045082 [ 3 ] {6380e18a-f29d-4d88-92e4-2a31d7f2f326} <Debug> oximeter.fields_i16 (f5355c1f-0752-4e92-a170-36664f024fbe): There are no data parts | ||
700 | 2024.07.04 19:24:48.050154 [ 3 ] {6380e18a-f29d-4d88-92e4-2a31d7f2f326} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.07.04 19:24:48.050183 [ 3 ] {} <Debug> HTTP-Session: 445fab75-8f3f-49f8-85f6-e9ed98543f4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.07.04 19:24:48.050317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.07.04 19:24:48.050381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.07.04 19:24:48.050404 [ 3 ] {} <Debug> HTTP-Session: 72275ddd-38d4-4485-a0fc-250f17b719f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
705 | 2024.07.04 19:24:48.050431 [ 3 ] {} <Debug> HTTP-Session: 72275ddd-38d4-4485-a0fc-250f17b719f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.07.04 19:24:48.050455 [ 3 ] {} <Debug> HTTP-Session: 72275ddd-38d4-4485-a0fc-250f17b719f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.07.04 19:24:48.050490 [ 3 ] {} <Trace> HTTP-Session: 72275ddd-38d4-4485-a0fc-250f17b719f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.07.04 19:24:48.050666 [ 3 ] {a10035f2-6765-48c2-9f00-28153a70019f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.050728 [ 3 ] {a10035f2-6765-48c2-9f00-28153a70019f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.07.04 19:24:48.057521 [ 3 ] {a10035f2-6765-48c2-9f00-28153a70019f} <Debug> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Loading data parts | ||
711 | 2024.07.04 19:24:48.057649 [ 3 ] {a10035f2-6765-48c2-9f00-28153a70019f} <Debug> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): There are no data parts | ||
712 | 2024.07.04 19:24:48.068339 [ 3 ] {a10035f2-6765-48c2-9f00-28153a70019f} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.07.04 19:24:48.068379 [ 3 ] {} <Debug> HTTP-Session: 72275ddd-38d4-4485-a0fc-250f17b719f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.07.04 19:24:48.068528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.07.04 19:24:48.068594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.07.04 19:24:48.068617 [ 3 ] {} <Debug> HTTP-Session: d6bde744-1869-4341-9463-8fcd2ca1dd93 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
717 | 2024.07.04 19:24:48.068645 [ 3 ] {} <Debug> HTTP-Session: d6bde744-1869-4341-9463-8fcd2ca1dd93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.07.04 19:24:48.068662 [ 3 ] {} <Debug> HTTP-Session: d6bde744-1869-4341-9463-8fcd2ca1dd93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.07.04 19:24:48.068705 [ 3 ] {} <Trace> HTTP-Session: d6bde744-1869-4341-9463-8fcd2ca1dd93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.07.04 19:24:48.068871 [ 3 ] {c1d302ec-3ef9-4d5b-9583-1dd587b3495b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.068925 [ 3 ] {c1d302ec-3ef9-4d5b-9583-1dd587b3495b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.07.04 19:24:48.076139 [ 3 ] {c1d302ec-3ef9-4d5b-9583-1dd587b3495b} <Debug> oximeter.fields_i32 (667e5651-dedb-4fdf-8fcd-5ad1b6c4fbbd): Loading data parts | ||
723 | 2024.07.04 19:24:48.076407 [ 3 ] {c1d302ec-3ef9-4d5b-9583-1dd587b3495b} <Debug> oximeter.fields_i32 (667e5651-dedb-4fdf-8fcd-5ad1b6c4fbbd): There are no data parts | ||
724 | 2024.07.04 19:24:48.084526 [ 3 ] {c1d302ec-3ef9-4d5b-9583-1dd587b3495b} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.07.04 19:24:48.084552 [ 3 ] {} <Debug> HTTP-Session: d6bde744-1869-4341-9463-8fcd2ca1dd93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.07.04 19:24:48.084668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.07.04 19:24:48.084730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.07.04 19:24:48.084749 [ 3 ] {} <Debug> HTTP-Session: e2354bee-a0ad-4ebc-8a51-e47396ce1b31 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
729 | 2024.07.04 19:24:48.084772 [ 3 ] {} <Debug> HTTP-Session: e2354bee-a0ad-4ebc-8a51-e47396ce1b31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.07.04 19:24:48.084786 [ 3 ] {} <Debug> HTTP-Session: e2354bee-a0ad-4ebc-8a51-e47396ce1b31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.07.04 19:24:48.084823 [ 3 ] {} <Trace> HTTP-Session: e2354bee-a0ad-4ebc-8a51-e47396ce1b31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.07.04 19:24:48.084969 [ 3 ] {ffa33003-c8ab-4aed-a8a1-4530c49832d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.085015 [ 3 ] {ffa33003-c8ab-4aed-a8a1-4530c49832d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.07.04 19:24:48.087241 [ 3 ] {ffa33003-c8ab-4aed-a8a1-4530c49832d9} <Debug> oximeter.fields_u32 (d8fa4680-c29f-442a-a292-d452689eea9e): Loading data parts | ||
735 | 2024.07.04 19:24:48.087374 [ 3 ] {ffa33003-c8ab-4aed-a8a1-4530c49832d9} <Debug> oximeter.fields_u32 (d8fa4680-c29f-442a-a292-d452689eea9e): There are no data parts | ||
736 | 2024.07.04 19:24:48.090913 [ 3 ] {ffa33003-c8ab-4aed-a8a1-4530c49832d9} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.07.04 19:24:48.090954 [ 3 ] {} <Debug> HTTP-Session: e2354bee-a0ad-4ebc-8a51-e47396ce1b31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.07.04 19:24:48.091073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.07.04 19:24:48.091142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.07.04 19:24:48.091231 [ 3 ] {} <Debug> HTTP-Session: 602dbabc-8f8a-4213-8414-6bb2214cdfd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
741 | 2024.07.04 19:24:48.091252 [ 3 ] {} <Debug> HTTP-Session: 602dbabc-8f8a-4213-8414-6bb2214cdfd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.07.04 19:24:48.091268 [ 3 ] {} <Debug> HTTP-Session: 602dbabc-8f8a-4213-8414-6bb2214cdfd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.07.04 19:24:48.091312 [ 3 ] {} <Trace> HTTP-Session: 602dbabc-8f8a-4213-8414-6bb2214cdfd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.07.04 19:24:48.091482 [ 3 ] {830e9006-ab1c-47f9-8da0-6153f0c4b9b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.091538 [ 3 ] {830e9006-ab1c-47f9-8da0-6153f0c4b9b0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.07.04 19:24:48.093404 [ 3 ] {830e9006-ab1c-47f9-8da0-6153f0c4b9b0} <Debug> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Loading data parts | ||
747 | 2024.07.04 19:24:48.093529 [ 3 ] {830e9006-ab1c-47f9-8da0-6153f0c4b9b0} <Debug> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): There are no data parts | ||
748 | 2024.07.04 19:24:48.095227 [ 3 ] {830e9006-ab1c-47f9-8da0-6153f0c4b9b0} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.07.04 19:24:48.095252 [ 3 ] {} <Debug> HTTP-Session: 602dbabc-8f8a-4213-8414-6bb2214cdfd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.07.04 19:24:48.095358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.07.04 19:24:48.095404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.07.04 19:24:48.095423 [ 3 ] {} <Debug> HTTP-Session: dcf18b10-88e8-4a7f-a7b1-702b37d54e3e Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
753 | 2024.07.04 19:24:48.095440 [ 3 ] {} <Debug> HTTP-Session: dcf18b10-88e8-4a7f-a7b1-702b37d54e3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.07.04 19:24:48.095454 [ 3 ] {} <Debug> HTTP-Session: dcf18b10-88e8-4a7f-a7b1-702b37d54e3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.07.04 19:24:48.095483 [ 3 ] {} <Trace> HTTP-Session: dcf18b10-88e8-4a7f-a7b1-702b37d54e3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.07.04 19:24:48.095621 [ 3 ] {5c5689c6-3677-4218-85c5-7d05e5bd26cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.095659 [ 3 ] {5c5689c6-3677-4218-85c5-7d05e5bd26cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.07.04 19:24:48.097312 [ 3 ] {5c5689c6-3677-4218-85c5-7d05e5bd26cb} <Debug> oximeter.fields_u64 (cfc32d76-5b55-45d2-9b02-3cff9cf9e230): Loading data parts | ||
759 | 2024.07.04 19:24:48.097427 [ 3 ] {5c5689c6-3677-4218-85c5-7d05e5bd26cb} <Debug> oximeter.fields_u64 (cfc32d76-5b55-45d2-9b02-3cff9cf9e230): There are no data parts | ||
760 | 2024.07.04 19:24:48.101164 [ 3 ] {5c5689c6-3677-4218-85c5-7d05e5bd26cb} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.07.04 19:24:48.101214 [ 3 ] {} <Debug> HTTP-Session: dcf18b10-88e8-4a7f-a7b1-702b37d54e3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.07.04 19:24:48.101396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.07.04 19:24:48.101489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.07.04 19:24:48.101527 [ 3 ] {} <Debug> HTTP-Session: 71bb5996-f73a-444e-863d-e4ee0568bf42 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
765 | 2024.07.04 19:24:48.101560 [ 3 ] {} <Debug> HTTP-Session: 71bb5996-f73a-444e-863d-e4ee0568bf42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.07.04 19:24:48.101586 [ 3 ] {} <Debug> HTTP-Session: 71bb5996-f73a-444e-863d-e4ee0568bf42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.07.04 19:24:48.101644 [ 3 ] {} <Trace> HTTP-Session: 71bb5996-f73a-444e-863d-e4ee0568bf42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.07.04 19:24:48.101953 [ 3 ] {0b120952-9d32-4e78-9795-d0d42cfe507e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.102045 [ 3 ] {0b120952-9d32-4e78-9795-d0d42cfe507e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.07.04 19:24:48.107160 [ 3 ] {0b120952-9d32-4e78-9795-d0d42cfe507e} <Debug> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Loading data parts | ||
771 | 2024.07.04 19:24:48.107281 [ 3 ] {0b120952-9d32-4e78-9795-d0d42cfe507e} <Debug> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): There are no data parts | ||
772 | 2024.07.04 19:24:48.113363 [ 3 ] {0b120952-9d32-4e78-9795-d0d42cfe507e} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.07.04 19:24:48.113394 [ 3 ] {} <Debug> HTTP-Session: 71bb5996-f73a-444e-863d-e4ee0568bf42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.07.04 19:24:48.113520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.07.04 19:24:48.113575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.07.04 19:24:48.113598 [ 3 ] {} <Debug> HTTP-Session: 33a4deec-a0be-4227-933a-50df5939b3e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
777 | 2024.07.04 19:24:48.113618 [ 3 ] {} <Debug> HTTP-Session: 33a4deec-a0be-4227-933a-50df5939b3e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.07.04 19:24:48.113634 [ 3 ] {} <Debug> HTTP-Session: 33a4deec-a0be-4227-933a-50df5939b3e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.07.04 19:24:48.113670 [ 3 ] {} <Trace> HTTP-Session: 33a4deec-a0be-4227-933a-50df5939b3e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.07.04 19:24:48.113833 [ 3 ] {9578b130-802a-4200-8bdf-0d28526b0c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.113871 [ 3 ] {9578b130-802a-4200-8bdf-0d28526b0c48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.07.04 19:24:48.119853 [ 3 ] {9578b130-802a-4200-8bdf-0d28526b0c48} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Loading data parts | ||
783 | 2024.07.04 19:24:48.120014 [ 3 ] {9578b130-802a-4200-8bdf-0d28526b0c48} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): There are no data parts | ||
784 | 2024.07.04 19:24:48.129913 [ 3 ] {9578b130-802a-4200-8bdf-0d28526b0c48} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.07.04 19:24:48.129942 [ 3 ] {} <Debug> HTTP-Session: 33a4deec-a0be-4227-933a-50df5939b3e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.07.04 19:24:48.130110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.07.04 19:24:48.130163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.07.04 19:24:48.130186 [ 3 ] {} <Debug> HTTP-Session: 7cf4b65c-0473-4a48-9695-01b5b1ee0adc Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
789 | 2024.07.04 19:24:48.130207 [ 3 ] {} <Debug> HTTP-Session: 7cf4b65c-0473-4a48-9695-01b5b1ee0adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.07.04 19:24:48.130226 [ 3 ] {} <Debug> HTTP-Session: 7cf4b65c-0473-4a48-9695-01b5b1ee0adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.07.04 19:24:48.130261 [ 3 ] {} <Trace> HTTP-Session: 7cf4b65c-0473-4a48-9695-01b5b1ee0adc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.07.04 19:24:48.130408 [ 3 ] {0661dd14-cac0-4800-a669-8225d00a095c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) 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.04 19:24:48.130447 [ 3 ] {0661dd14-cac0-4800-a669-8225d00a095c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.07.04 19:24:48.138704 [ 3 ] {0661dd14-cac0-4800-a669-8225d00a095c} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Loading data parts | ||
795 | 2024.07.04 19:24:48.138891 [ 3 ] {0661dd14-cac0-4800-a669-8225d00a095c} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): There are no data parts | ||
796 | 2024.07.04 19:24:48.142124 [ 3 ] {0661dd14-cac0-4800-a669-8225d00a095c} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.07.04 19:24:48.142151 [ 3 ] {} <Debug> HTTP-Session: 7cf4b65c-0473-4a48-9695-01b5b1ee0adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.07.04 19:24:48.142268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.07.04 19:24:48.142317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.07.04 19:24:48.142337 [ 3 ] {} <Debug> HTTP-Session: 9cf01c1f-f346-4903-b37f-69963029ce53 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
801 | 2024.07.04 19:24:48.142354 [ 3 ] {} <Debug> HTTP-Session: 9cf01c1f-f346-4903-b37f-69963029ce53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.07.04 19:24:48.142368 [ 3 ] {} <Debug> HTTP-Session: 9cf01c1f-f346-4903-b37f-69963029ce53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.07.04 19:24:48.142399 [ 3 ] {} <Trace> HTTP-Session: 9cf01c1f-f346-4903-b37f-69963029ce53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.07.04 19:24:48.142603 [ 3 ] {8f1ea95c-ea71-47ab-82dc-9350fd40b53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) /* 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.04 19:24:48.142662 [ 3 ] {8f1ea95c-ea71-47ab-82dc-9350fd40b53e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.07.04 19:24:48.159654 [ 3 ] {8f1ea95c-ea71-47ab-82dc-9350fd40b53e} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Loading data parts | ||
810 | 2024.07.04 19:24:48.159948 [ 3 ] {8f1ea95c-ea71-47ab-82dc-9350fd40b53e} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): There are no data parts | ||
811 | 2024.07.04 19:24:48.163213 [ 3 ] {8f1ea95c-ea71-47ab-82dc-9350fd40b53e} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.07.04 19:24:48.163245 [ 3 ] {} <Debug> HTTP-Session: 9cf01c1f-f346-4903-b37f-69963029ce53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.07.04 19:24:48.163388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39641, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.07.04 19:24:48.163444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.07.04 19:24:48.163466 [ 3 ] {} <Debug> HTTP-Session: a8164677-a610-418b-b842-6488ad18ad45 Authenticating user 'default' from [fd00:1122:3344:101::d]:39641 | ||
816 | 2024.07.04 19:24:48.163485 [ 3 ] {} <Debug> HTTP-Session: a8164677-a610-418b-b842-6488ad18ad45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.07.04 19:24:48.163501 [ 3 ] {} <Debug> HTTP-Session: a8164677-a610-418b-b842-6488ad18ad45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.07.04 19:24:48.163539 [ 3 ] {} <Trace> HTTP-Session: a8164677-a610-418b-b842-6488ad18ad45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.07.04 19:24:48.163724 [ 3 ] {60bb4eba-2faf-448b-97ab-db49872814be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39641) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.07.04 19:24:48.165533 [ 3 ] {60bb4eba-2faf-448b-97ab-db49872814be} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.07.04 19:24:48.169513 [ 3 ] {60bb4eba-2faf-448b-97ab-db49872814be} <Trace> oximeter.version (713b67b7-d45c-4a76-8805-e917e9421ebd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.07.04 19:24:48.169548 [ 3 ] {60bb4eba-2faf-448b-97ab-db49872814be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
823 | 2024.07.04 19:24:48.174184 [ 3 ] {60bb4eba-2faf-448b-97ab-db49872814be} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.07.04 19:24:48.175343 [ 3 ] {60bb4eba-2faf-448b-97ab-db49872814be} <Trace> oximeter.version (713b67b7-d45c-4a76-8805-e917e9421ebd): 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.04 19:24:48.175657 [ 3 ] {60bb4eba-2faf-448b-97ab-db49872814be} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012021 sec., 83.18775476249895 rows/sec., 1.30 KiB/sec. | ||
826 | 2024.07.04 19:24:48.175832 [ 3 ] {60bb4eba-2faf-448b-97ab-db49872814be} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.07.04 19:24:48.175856 [ 3 ] {60bb4eba-2faf-448b-97ab-db49872814be} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.07.04 19:24:48.175871 [ 3 ] {} <Debug> HTTP-Session: a8164677-a610-418b-b842-6488ad18ad45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.07.04 19:24:49.000195 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.94 MiB, peak 176.08 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 2.77 MiB | ||
830 | 2024.07.04 19:25:01.783200 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.07.04 19:25:01.783264 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.07.04 19:25:03.177586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
833 | 2024.07.04 19:25:03.177705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
834 | 2024.07.04 19:25:03.177729 [ 3 ] {} <Debug> HTTP-Session: 6b270ee3-d3ce-43d0-bea3-6eae5a8fd7a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
835 | 2024.07.04 19:25:03.177755 [ 3 ] {} <Debug> HTTP-Session: 6b270ee3-d3ce-43d0-bea3-6eae5a8fd7a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.07.04 19:25:03.177772 [ 3 ] {} <Debug> HTTP-Session: 6b270ee3-d3ce-43d0-bea3-6eae5a8fd7a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.07.04 19:25:03.177827 [ 3 ] {} <Trace> HTTP-Session: 6b270ee3-d3ce-43d0-bea3-6eae5a8fd7a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
838 | 2024.07.04 19:25:03.178020 [ 3 ] {be851b4e-768d-45e1-969a-9144252c83e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
839 | 2024.07.04 19:25:03.178348 [ 3 ] {be851b4e-768d-45e1-969a-9144252c83e4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
840 | 2024.07.04 19:25:03.178495 [ 3 ] {be851b4e-768d-45e1-969a-9144252c83e4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
841 | 2024.07.04 19:25:03.179472 [ 3 ] {be851b4e-768d-45e1-969a-9144252c83e4} <Debug> DynamicQueryHandler: Done processing query | ||
842 | 2024.07.04 19:25:03.179500 [ 3 ] {be851b4e-768d-45e1-969a-9144252c83e4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
843 | 2024.07.04 19:25:03.179517 [ 3 ] {} <Debug> HTTP-Session: 6b270ee3-d3ce-43d0-bea3-6eae5a8fd7a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
844 | 2024.07.04 19:25:03.181063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
845 | 2024.07.04 19:25:03.181121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
846 | 2024.07.04 19:25:03.181142 [ 3 ] {} <Debug> HTTP-Session: 721fb0d5-d6bb-4793-8604-cabecf1e37a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
847 | 2024.07.04 19:25:03.181159 [ 3 ] {} <Debug> HTTP-Session: 721fb0d5-d6bb-4793-8604-cabecf1e37a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.07.04 19:25:03.181173 [ 3 ] {} <Debug> HTTP-Session: 721fb0d5-d6bb-4793-8604-cabecf1e37a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.07.04 19:25:03.181205 [ 3 ] {} <Trace> HTTP-Session: 721fb0d5-d6bb-4793-8604-cabecf1e37a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2024.07.04 19:25:03.181357 [ 3 ] {38a4e5ae-53ed-439b-bb5e-0447a7ec9c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
851 | 2024.07.04 19:25:03.183507 [ 3 ] {38a4e5ae-53ed-439b-bb5e-0447a7ec9c36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
852 | 2024.07.04 19:25:03.183560 [ 3 ] {38a4e5ae-53ed-439b-bb5e-0447a7ec9c36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
853 | 2024.07.04 19:25:03.184528 [ 3 ] {38a4e5ae-53ed-439b-bb5e-0447a7ec9c36} <Debug> DynamicQueryHandler: Done processing query | ||
854 | 2024.07.04 19:25:03.184554 [ 3 ] {38a4e5ae-53ed-439b-bb5e-0447a7ec9c36} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
855 | 2024.07.04 19:25:03.184570 [ 3 ] {} <Debug> HTTP-Session: 721fb0d5-d6bb-4793-8604-cabecf1e37a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2024.07.04 19:25:03.184883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
857 | 2024.07.04 19:25:03.184929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
858 | 2024.07.04 19:25:03.184947 [ 3 ] {} <Debug> HTTP-Session: c54f9efd-e1bc-48d4-9989-1af41d78fd9a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
859 | 2024.07.04 19:25:03.184963 [ 3 ] {} <Debug> HTTP-Session: c54f9efd-e1bc-48d4-9989-1af41d78fd9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.07.04 19:25:03.184976 [ 3 ] {} <Debug> HTTP-Session: c54f9efd-e1bc-48d4-9989-1af41d78fd9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.07.04 19:25:03.185012 [ 3 ] {} <Trace> HTTP-Session: c54f9efd-e1bc-48d4-9989-1af41d78fd9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
862 | 2024.07.04 19:25:03.185130 [ 3 ] {aa98d935-0fef-41c9-a3e5-33eeb73e1ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
863 | 2024.07.04 19:25:03.185505 [ 3 ] {aa98d935-0fef-41c9-a3e5-33eeb73e1ac8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
864 | 2024.07.04 19:25:03.185573 [ 3 ] {aa98d935-0fef-41c9-a3e5-33eeb73e1ac8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
865 | 2024.07.04 19:25:03.186495 [ 3 ] {aa98d935-0fef-41c9-a3e5-33eeb73e1ac8} <Debug> DynamicQueryHandler: Done processing query | ||
866 | 2024.07.04 19:25:03.186520 [ 3 ] {aa98d935-0fef-41c9-a3e5-33eeb73e1ac8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
867 | 2024.07.04 19:25:03.186538 [ 3 ] {} <Debug> HTTP-Session: c54f9efd-e1bc-48d4-9989-1af41d78fd9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
868 | 2024.07.04 19:25:03.186750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
869 | 2024.07.04 19:25:03.186802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
870 | 2024.07.04 19:25:03.186822 [ 3 ] {} <Debug> HTTP-Session: bcf94492-251f-4b1a-acd6-c925537d3f68 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
871 | 2024.07.04 19:25:03.186838 [ 3 ] {} <Debug> HTTP-Session: bcf94492-251f-4b1a-acd6-c925537d3f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.07.04 19:25:03.186852 [ 3 ] {} <Debug> HTTP-Session: bcf94492-251f-4b1a-acd6-c925537d3f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.07.04 19:25:03.186882 [ 3 ] {} <Trace> HTTP-Session: bcf94492-251f-4b1a-acd6-c925537d3f68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2024.07.04 19:25:03.186999 [ 3 ] {7998a931-7246-42b9-9e87-90faa4a42ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
875 | 2024.07.04 19:25:03.187307 [ 3 ] {7998a931-7246-42b9-9e87-90faa4a42ddb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
876 | 2024.07.04 19:25:03.187357 [ 3 ] {7998a931-7246-42b9-9e87-90faa4a42ddb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
877 | 2024.07.04 19:25:03.188244 [ 3 ] {7998a931-7246-42b9-9e87-90faa4a42ddb} <Debug> DynamicQueryHandler: Done processing query | ||
878 | 2024.07.04 19:25:03.188270 [ 3 ] {7998a931-7246-42b9-9e87-90faa4a42ddb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
879 | 2024.07.04 19:25:03.188286 [ 3 ] {} <Debug> HTTP-Session: bcf94492-251f-4b1a-acd6-c925537d3f68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
880 | 2024.07.04 19:25:03.188604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
881 | 2024.07.04 19:25:03.188651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
882 | 2024.07.04 19:25:03.188670 [ 3 ] {} <Debug> HTTP-Session: 5adaf64f-5bb2-4591-80ed-2ec12f90089a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
883 | 2024.07.04 19:25:03.188687 [ 3 ] {} <Debug> HTTP-Session: 5adaf64f-5bb2-4591-80ed-2ec12f90089a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.07.04 19:25:03.188701 [ 3 ] {} <Debug> HTTP-Session: 5adaf64f-5bb2-4591-80ed-2ec12f90089a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.07.04 19:25:03.188732 [ 3 ] {} <Trace> HTTP-Session: 5adaf64f-5bb2-4591-80ed-2ec12f90089a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
886 | 2024.07.04 19:25:03.188858 [ 3 ] {254e8e3d-b6cc-44d5-895f-9e93ba832a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
887 | 2024.07.04 19:25:03.188903 [ 3 ] {254e8e3d-b6cc-44d5-895f-9e93ba832a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
888 | 2024.07.04 19:25:03.189096 [ 3 ] {254e8e3d-b6cc-44d5-895f-9e93ba832a3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
889 | 2024.07.04 19:25:03.189549 [ 3 ] {254e8e3d-b6cc-44d5-895f-9e93ba832a3d} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
890 | 2024.07.04 19:25:03.189588 [ 3 ] {254e8e3d-b6cc-44d5-895f-9e93ba832a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
891 | 2024.07.04 19:25:03.190119 [ 3 ] {254e8e3d-b6cc-44d5-895f-9e93ba832a3d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
892 | 2024.07.04 19:25:03.190430 [ 3 ] {254e8e3d-b6cc-44d5-895f-9e93ba832a3d} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
893 | 2024.07.04 19:25:03.190592 [ 3 ] {254e8e3d-b6cc-44d5-895f-9e93ba832a3d} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001763 sec., 2268.8598979013045 rows/sec., 288.59 KiB/sec. | ||
894 | 2024.07.04 19:25:03.190883 [ 3 ] {254e8e3d-b6cc-44d5-895f-9e93ba832a3d} <Debug> DynamicQueryHandler: Done processing query | ||
895 | 2024.07.04 19:25:03.190910 [ 3 ] {254e8e3d-b6cc-44d5-895f-9e93ba832a3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
896 | 2024.07.04 19:25:03.190926 [ 3 ] {} <Debug> HTTP-Session: 5adaf64f-5bb2-4591-80ed-2ec12f90089a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.07.04 19:25:03.191039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
898 | 2024.07.04 19:25:03.191088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
899 | 2024.07.04 19:25:03.191107 [ 3 ] {} <Debug> HTTP-Session: 8402dc05-3a87-41ac-86bc-759c76e6e129 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
900 | 2024.07.04 19:25:03.191124 [ 3 ] {} <Debug> HTTP-Session: 8402dc05-3a87-41ac-86bc-759c76e6e129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.07.04 19:25:03.191137 [ 3 ] {} <Debug> HTTP-Session: 8402dc05-3a87-41ac-86bc-759c76e6e129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
902 | 2024.07.04 19:25:03.191167 [ 3 ] {} <Trace> HTTP-Session: 8402dc05-3a87-41ac-86bc-759c76e6e129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
903 | 2024.07.04 19:25:03.191263 [ 3 ] {19b8b632-8191-4549-8eac-cabe391dc151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
904 | 2024.07.04 19:25:03.191304 [ 3 ] {19b8b632-8191-4549-8eac-cabe391dc151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
905 | 2024.07.04 19:25:03.191446 [ 3 ] {19b8b632-8191-4549-8eac-cabe391dc151} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
906 | 2024.07.04 19:25:03.192328 [ 3 ] {19b8b632-8191-4549-8eac-cabe391dc151} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
907 | 2024.07.04 19:25:03.192363 [ 3 ] {19b8b632-8191-4549-8eac-cabe391dc151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
908 | 2024.07.04 19:25:03.192661 [ 3 ] {19b8b632-8191-4549-8eac-cabe391dc151} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
909 | 2024.07.04 19:25:03.192961 [ 3 ] {19b8b632-8191-4549-8eac-cabe391dc151} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
910 | 2024.07.04 19:25:03.193107 [ 3 ] {19b8b632-8191-4549-8eac-cabe391dc151} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001864 sec., 2145.922746781116 rows/sec., 180.75 KiB/sec. | ||
911 | 2024.07.04 19:25:03.193285 [ 3 ] {19b8b632-8191-4549-8eac-cabe391dc151} <Debug> DynamicQueryHandler: Done processing query | ||
912 | 2024.07.04 19:25:03.193321 [ 3 ] {19b8b632-8191-4549-8eac-cabe391dc151} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
913 | 2024.07.04 19:25:03.193337 [ 3 ] {} <Debug> HTTP-Session: 8402dc05-3a87-41ac-86bc-759c76e6e129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
914 | 2024.07.04 19:25:03.193452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
915 | 2024.07.04 19:25:03.193505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
916 | 2024.07.04 19:25:03.193523 [ 3 ] {} <Debug> HTTP-Session: 6fa4e234-7501-4e0a-82a1-c696d345fbb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
917 | 2024.07.04 19:25:03.193540 [ 3 ] {} <Debug> HTTP-Session: 6fa4e234-7501-4e0a-82a1-c696d345fbb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.07.04 19:25:03.193553 [ 3 ] {} <Debug> HTTP-Session: 6fa4e234-7501-4e0a-82a1-c696d345fbb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.07.04 19:25:03.193584 [ 3 ] {} <Trace> HTTP-Session: 6fa4e234-7501-4e0a-82a1-c696d345fbb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
920 | 2024.07.04 19:25:03.193683 [ 3 ] {dcfcedc6-427a-4f7d-9ca7-ea0d268c7596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
921 | 2024.07.04 19:25:03.193723 [ 3 ] {dcfcedc6-427a-4f7d-9ca7-ea0d268c7596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
922 | 2024.07.04 19:25:03.194380 [ 3 ] {dcfcedc6-427a-4f7d-9ca7-ea0d268c7596} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
923 | 2024.07.04 19:25:03.194701 [ 3 ] {dcfcedc6-427a-4f7d-9ca7-ea0d268c7596} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
924 | 2024.07.04 19:25:03.194738 [ 3 ] {dcfcedc6-427a-4f7d-9ca7-ea0d268c7596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
925 | 2024.07.04 19:25:03.195564 [ 3 ] {dcfcedc6-427a-4f7d-9ca7-ea0d268c7596} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
926 | 2024.07.04 19:25:03.195868 [ 3 ] {dcfcedc6-427a-4f7d-9ca7-ea0d268c7596} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
927 | 2024.07.04 19:25:03.196005 [ 3 ] {dcfcedc6-427a-4f7d-9ca7-ea0d268c7596} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.002339 sec., 3420.2650705429674 rows/sec., 274.72 KiB/sec. | ||
928 | 2024.07.04 19:25:03.196165 [ 3 ] {dcfcedc6-427a-4f7d-9ca7-ea0d268c7596} <Debug> DynamicQueryHandler: Done processing query | ||
929 | 2024.07.04 19:25:03.196190 [ 3 ] {dcfcedc6-427a-4f7d-9ca7-ea0d268c7596} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
930 | 2024.07.04 19:25:03.196205 [ 3 ] {} <Debug> HTTP-Session: 6fa4e234-7501-4e0a-82a1-c696d345fbb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.07.04 19:25:03.196303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
932 | 2024.07.04 19:25:03.196350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
933 | 2024.07.04 19:25:03.196368 [ 3 ] {} <Debug> HTTP-Session: b6707cd0-e1cf-4bcb-82a3-8b5e5c0168d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
934 | 2024.07.04 19:25:03.196385 [ 3 ] {} <Debug> HTTP-Session: b6707cd0-e1cf-4bcb-82a3-8b5e5c0168d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.07.04 19:25:03.196399 [ 3 ] {} <Debug> HTTP-Session: b6707cd0-e1cf-4bcb-82a3-8b5e5c0168d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
936 | 2024.07.04 19:25:03.196430 [ 3 ] {} <Trace> HTTP-Session: b6707cd0-e1cf-4bcb-82a3-8b5e5c0168d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
937 | 2024.07.04 19:25:03.196522 [ 3 ] {496cc169-6674-40e8-b6d7-2b2f345de029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
938 | 2024.07.04 19:25:03.196565 [ 3 ] {496cc169-6674-40e8-b6d7-2b2f345de029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
939 | 2024.07.04 19:25:03.196703 [ 3 ] {496cc169-6674-40e8-b6d7-2b2f345de029} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
940 | 2024.07.04 19:25:03.197519 [ 3 ] {496cc169-6674-40e8-b6d7-2b2f345de029} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
941 | 2024.07.04 19:25:03.197555 [ 3 ] {496cc169-6674-40e8-b6d7-2b2f345de029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
942 | 2024.07.04 19:25:03.197994 [ 3 ] {496cc169-6674-40e8-b6d7-2b2f345de029} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
943 | 2024.07.04 19:25:03.198322 [ 3 ] {496cc169-6674-40e8-b6d7-2b2f345de029} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
944 | 2024.07.04 19:25:03.198471 [ 3 ] {496cc169-6674-40e8-b6d7-2b2f345de029} <Debug> executeQuery: Read 4 rows, 312.00 B in 0.001962 sec., 2038.7359836901119 rows/sec., 155.29 KiB/sec. | ||
945 | 2024.07.04 19:25:03.198656 [ 3 ] {496cc169-6674-40e8-b6d7-2b2f345de029} <Debug> DynamicQueryHandler: Done processing query | ||
946 | 2024.07.04 19:25:03.198680 [ 3 ] {496cc169-6674-40e8-b6d7-2b2f345de029} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
947 | 2024.07.04 19:25:03.198696 [ 3 ] {} <Debug> HTTP-Session: b6707cd0-e1cf-4bcb-82a3-8b5e5c0168d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
948 | 2024.07.04 19:25:03.198799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
949 | 2024.07.04 19:25:03.198845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
950 | 2024.07.04 19:25:03.198865 [ 3 ] {} <Debug> HTTP-Session: bb1d6b14-f0bc-42fa-9d43-9ef86883e080 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
951 | 2024.07.04 19:25:03.198881 [ 3 ] {} <Debug> HTTP-Session: bb1d6b14-f0bc-42fa-9d43-9ef86883e080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.07.04 19:25:03.198895 [ 3 ] {} <Debug> HTTP-Session: bb1d6b14-f0bc-42fa-9d43-9ef86883e080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
953 | 2024.07.04 19:25:03.198925 [ 3 ] {} <Trace> HTTP-Session: bb1d6b14-f0bc-42fa-9d43-9ef86883e080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
954 | 2024.07.04 19:25:03.199017 [ 3 ] {1cbcdf95-c7a2-4d21-b6a0-9f74423e3885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
955 | 2024.07.04 19:25:03.199061 [ 3 ] {1cbcdf95-c7a2-4d21-b6a0-9f74423e3885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
956 | 2024.07.04 19:25:03.199186 [ 3 ] {1cbcdf95-c7a2-4d21-b6a0-9f74423e3885} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
957 | 2024.07.04 19:25:03.199435 [ 3 ] {1cbcdf95-c7a2-4d21-b6a0-9f74423e3885} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
958 | 2024.07.04 19:25:03.199470 [ 3 ] {1cbcdf95-c7a2-4d21-b6a0-9f74423e3885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
959 | 2024.07.04 19:25:03.199817 [ 3 ] {1cbcdf95-c7a2-4d21-b6a0-9f74423e3885} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
960 | 2024.07.04 19:25:03.200118 [ 3 ] {1cbcdf95-c7a2-4d21-b6a0-9f74423e3885} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
961 | 2024.07.04 19:25:03.200267 [ 3 ] {1cbcdf95-c7a2-4d21-b6a0-9f74423e3885} <Debug> executeQuery: Read 4 rows, 258.00 B in 0.001267 sec., 3157.063930544594 rows/sec., 198.86 KiB/sec. | ||
962 | 2024.07.04 19:25:03.200424 [ 3 ] {1cbcdf95-c7a2-4d21-b6a0-9f74423e3885} <Debug> DynamicQueryHandler: Done processing query | ||
963 | 2024.07.04 19:25:03.200448 [ 3 ] {1cbcdf95-c7a2-4d21-b6a0-9f74423e3885} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
964 | 2024.07.04 19:25:03.200464 [ 3 ] {} <Debug> HTTP-Session: bb1d6b14-f0bc-42fa-9d43-9ef86883e080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
965 | 2024.07.04 19:25:08.177853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
966 | 2024.07.04 19:25:08.177993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
967 | 2024.07.04 19:25:08.178028 [ 3 ] {} <Debug> HTTP-Session: 80176864-90da-44c0-8bc7-b22692d1098e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
968 | 2024.07.04 19:25:08.178056 [ 3 ] {} <Debug> HTTP-Session: 80176864-90da-44c0-8bc7-b22692d1098e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.07.04 19:25:08.178071 [ 3 ] {} <Debug> HTTP-Session: 80176864-90da-44c0-8bc7-b22692d1098e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
970 | 2024.07.04 19:25:08.178133 [ 3 ] {} <Trace> HTTP-Session: 80176864-90da-44c0-8bc7-b22692d1098e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
971 | 2024.07.04 19:25:08.178332 [ 3 ] {6dbd009a-8e99-4e78-ac3e-60cd63d003bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
972 | 2024.07.04 19:25:08.178399 [ 3 ] {6dbd009a-8e99-4e78-ac3e-60cd63d003bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
973 | 2024.07.04 19:25:08.178589 [ 3 ] {6dbd009a-8e99-4e78-ac3e-60cd63d003bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
974 | 2024.07.04 19:25:08.178973 [ 3 ] {6dbd009a-8e99-4e78-ac3e-60cd63d003bb} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
975 | 2024.07.04 19:25:08.179017 [ 3 ] {6dbd009a-8e99-4e78-ac3e-60cd63d003bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
976 | 2024.07.04 19:25:08.179571 [ 3 ] {6dbd009a-8e99-4e78-ac3e-60cd63d003bb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
977 | 2024.07.04 19:25:08.180226 [ 3 ] {6dbd009a-8e99-4e78-ac3e-60cd63d003bb} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
978 | 2024.07.04 19:25:08.180446 [ 3 ] {6dbd009a-8e99-4e78-ac3e-60cd63d003bb} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.00216 sec., 1851.8518518518517 rows/sec., 155.98 KiB/sec. | ||
979 | 2024.07.04 19:25:08.180739 [ 3 ] {6dbd009a-8e99-4e78-ac3e-60cd63d003bb} <Debug> DynamicQueryHandler: Done processing query | ||
980 | 2024.07.04 19:25:08.180765 [ 3 ] {6dbd009a-8e99-4e78-ac3e-60cd63d003bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
981 | 2024.07.04 19:25:08.180788 [ 3 ] {} <Debug> HTTP-Session: 80176864-90da-44c0-8bc7-b22692d1098e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
982 | 2024.07.04 19:25:08.180910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
983 | 2024.07.04 19:25:08.180960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
984 | 2024.07.04 19:25:08.180979 [ 3 ] {} <Debug> HTTP-Session: 8d3bcf02-a554-46d3-b953-50e8a9bbf315 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
985 | 2024.07.04 19:25:08.180996 [ 3 ] {} <Debug> HTTP-Session: 8d3bcf02-a554-46d3-b953-50e8a9bbf315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
986 | 2024.07.04 19:25:08.181010 [ 3 ] {} <Debug> HTTP-Session: 8d3bcf02-a554-46d3-b953-50e8a9bbf315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.07.04 19:25:08.181043 [ 3 ] {} <Trace> HTTP-Session: 8d3bcf02-a554-46d3-b953-50e8a9bbf315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
988 | 2024.07.04 19:25:08.181142 [ 3 ] {397c03bd-12a2-4740-920e-7f2bb63b38ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
989 | 2024.07.04 19:25:08.181185 [ 3 ] {397c03bd-12a2-4740-920e-7f2bb63b38ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
990 | 2024.07.04 19:25:08.181334 [ 3 ] {397c03bd-12a2-4740-920e-7f2bb63b38ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
991 | 2024.07.04 19:25:08.181640 [ 3 ] {397c03bd-12a2-4740-920e-7f2bb63b38ed} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
992 | 2024.07.04 19:25:08.181677 [ 3 ] {397c03bd-12a2-4740-920e-7f2bb63b38ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
993 | 2024.07.04 19:25:08.182166 [ 3 ] {397c03bd-12a2-4740-920e-7f2bb63b38ed} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
994 | 2024.07.04 19:25:08.182754 [ 3 ] {397c03bd-12a2-4740-920e-7f2bb63b38ed} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
995 | 2024.07.04 19:25:08.182905 [ 3 ] {397c03bd-12a2-4740-920e-7f2bb63b38ed} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001782 sec., 4489.337822671157 rows/sec., 360.59 KiB/sec. | ||
996 | 2024.07.04 19:25:08.183071 [ 3 ] {397c03bd-12a2-4740-920e-7f2bb63b38ed} <Debug> DynamicQueryHandler: Done processing query | ||
997 | 2024.07.04 19:25:08.183095 [ 3 ] {397c03bd-12a2-4740-920e-7f2bb63b38ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
998 | 2024.07.04 19:25:08.183111 [ 3 ] {} <Debug> HTTP-Session: 8d3bcf02-a554-46d3-b953-50e8a9bbf315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.07.04 19:25:08.183223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 2017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1000 | 2024.07.04 19:25:08.183270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1001 | 2024.07.04 19:25:08.183289 [ 3 ] {} <Debug> HTTP-Session: 6d3832df-e3e6-4599-bda4-af022a89d58c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1002 | 2024.07.04 19:25:08.183306 [ 3 ] {} <Debug> HTTP-Session: 6d3832df-e3e6-4599-bda4-af022a89d58c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.07.04 19:25:08.183319 [ 3 ] {} <Debug> HTTP-Session: 6d3832df-e3e6-4599-bda4-af022a89d58c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.07.04 19:25:08.183351 [ 3 ] {} <Trace> HTTP-Session: 6d3832df-e3e6-4599-bda4-af022a89d58c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1005 | 2024.07.04 19:25:08.183450 [ 3 ] {5fb6154f-097b-408b-a475-371252b5e4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1006 | 2024.07.04 19:25:08.183496 [ 3 ] {5fb6154f-097b-408b-a475-371252b5e4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1007 | 2024.07.04 19:25:08.183640 [ 3 ] {5fb6154f-097b-408b-a475-371252b5e4c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1008 | 2024.07.04 19:25:08.183935 [ 3 ] {5fb6154f-097b-408b-a475-371252b5e4c8} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1009 | 2024.07.04 19:25:08.183971 [ 3 ] {5fb6154f-097b-408b-a475-371252b5e4c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1010 | 2024.07.04 19:25:08.184491 [ 3 ] {5fb6154f-097b-408b-a475-371252b5e4c8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1011 | 2024.07.04 19:25:08.185145 [ 3 ] {5fb6154f-097b-408b-a475-371252b5e4c8} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1012 | 2024.07.04 19:25:08.185310 [ 3 ] {5fb6154f-097b-408b-a475-371252b5e4c8} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001884 sec., 5307.855626326964 rows/sec., 404.31 KiB/sec. | ||
1013 | 2024.07.04 19:25:08.185517 [ 3 ] {5fb6154f-097b-408b-a475-371252b5e4c8} <Debug> DynamicQueryHandler: Done processing query | ||
1014 | 2024.07.04 19:25:08.185542 [ 3 ] {5fb6154f-097b-408b-a475-371252b5e4c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1015 | 2024.07.04 19:25:08.185558 [ 3 ] {} <Debug> HTTP-Session: 6d3832df-e3e6-4599-bda4-af022a89d58c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.07.04 19:25:08.185669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1017 | 2024.07.04 19:25:08.185716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1018 | 2024.07.04 19:25:08.185735 [ 3 ] {} <Debug> HTTP-Session: a38dc362-3bb3-4fa6-8ebf-7fcaff6e8f5e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1019 | 2024.07.04 19:25:08.185751 [ 3 ] {} <Debug> HTTP-Session: a38dc362-3bb3-4fa6-8ebf-7fcaff6e8f5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1020 | 2024.07.04 19:25:08.185765 [ 3 ] {} <Debug> HTTP-Session: a38dc362-3bb3-4fa6-8ebf-7fcaff6e8f5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.07.04 19:25:08.185796 [ 3 ] {} <Trace> HTTP-Session: a38dc362-3bb3-4fa6-8ebf-7fcaff6e8f5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1022 | 2024.07.04 19:25:08.185896 [ 3 ] {3bcbdefd-2398-43b2-a894-ae31bb0d50b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1023 | 2024.07.04 19:25:08.185940 [ 3 ] {3bcbdefd-2398-43b2-a894-ae31bb0d50b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1024 | 2024.07.04 19:25:08.186068 [ 3 ] {3bcbdefd-2398-43b2-a894-ae31bb0d50b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1025 | 2024.07.04 19:25:08.186385 [ 3 ] {3bcbdefd-2398-43b2-a894-ae31bb0d50b1} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1026 | 2024.07.04 19:25:08.186421 [ 3 ] {3bcbdefd-2398-43b2-a894-ae31bb0d50b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1027 | 2024.07.04 19:25:08.186926 [ 3 ] {3bcbdefd-2398-43b2-a894-ae31bb0d50b1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1028 | 2024.07.04 19:25:08.187607 [ 3 ] {3bcbdefd-2398-43b2-a894-ae31bb0d50b1} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1029 | 2024.07.04 19:25:08.187755 [ 3 ] {3bcbdefd-2398-43b2-a894-ae31bb0d50b1} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001881 sec., 5316.32110579479 rows/sec., 334.87 KiB/sec. | ||
1030 | 2024.07.04 19:25:08.187929 [ 3 ] {3bcbdefd-2398-43b2-a894-ae31bb0d50b1} <Debug> DynamicQueryHandler: Done processing query | ||
1031 | 2024.07.04 19:25:08.187953 [ 3 ] {3bcbdefd-2398-43b2-a894-ae31bb0d50b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1032 | 2024.07.04 19:25:08.187968 [ 3 ] {} <Debug> HTTP-Session: a38dc362-3bb3-4fa6-8ebf-7fcaff6e8f5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.07.04 19:25:13.177380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1034 | 2024.07.04 19:25:13.177510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1035 | 2024.07.04 19:25:13.177539 [ 3 ] {} <Debug> HTTP-Session: 2a36eeaa-13e0-4e73-aa4b-8c5be51612e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1036 | 2024.07.04 19:25:13.177567 [ 3 ] {} <Debug> HTTP-Session: 2a36eeaa-13e0-4e73-aa4b-8c5be51612e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1037 | 2024.07.04 19:25:13.177585 [ 3 ] {} <Debug> HTTP-Session: 2a36eeaa-13e0-4e73-aa4b-8c5be51612e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.07.04 19:25:13.177641 [ 3 ] {} <Trace> HTTP-Session: 2a36eeaa-13e0-4e73-aa4b-8c5be51612e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1039 | 2024.07.04 19:25:13.177877 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1040 | 2024.07.04 19:25:13.178321 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1041 | 2024.07.04 19:25:13.178397 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1042 | 2024.07.04 19:25:13.178644 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1043 | 2024.07.04 19:25:13.178826 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1044 | 2024.07.04 19:25:13.179166 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1045 | 2024.07.04 19:25:13.180313 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1046 | 2024.07.04 19:25:13.180364 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1047 | 2024.07.04 19:25:13.180382 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1048 | 2024.07.04 19:25:13.180488 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1049 | 2024.07.04 19:25:13.180512 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1050 | 2024.07.04 19:25:13.182536 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.004713 sec., 848.7163165711861 rows/sec., 35.02 KiB/sec. | ||
1051 | 2024.07.04 19:25:13.182797 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Debug> DynamicQueryHandler: Done processing query | ||
1052 | 2024.07.04 19:25:13.182824 [ 3 ] {51614e70-5245-4b1d-87ba-ba63b451992b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1053 | 2024.07.04 19:25:13.182841 [ 3 ] {} <Debug> HTTP-Session: 2a36eeaa-13e0-4e73-aa4b-8c5be51612e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1054 | 2024.07.04 19:25:13.183048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1055 | 2024.07.04 19:25:13.183098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1056 | 2024.07.04 19:25:13.183117 [ 3 ] {} <Debug> HTTP-Session: 57b90c59-ceb8-47cc-8c39-0e016808719a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1057 | 2024.07.04 19:25:13.183134 [ 3 ] {} <Debug> HTTP-Session: 57b90c59-ceb8-47cc-8c39-0e016808719a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1058 | 2024.07.04 19:25:13.183148 [ 3 ] {} <Debug> HTTP-Session: 57b90c59-ceb8-47cc-8c39-0e016808719a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1059 | 2024.07.04 19:25:13.183181 [ 3 ] {} <Trace> HTTP-Session: 57b90c59-ceb8-47cc-8c39-0e016808719a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1060 | 2024.07.04 19:25:13.183311 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1061 | 2024.07.04 19:25:13.183539 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1062 | 2024.07.04 19:25:13.183572 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1063 | 2024.07.04 19:25:13.183765 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1064 | 2024.07.04 19:25:13.183829 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1065 | 2024.07.04 19:25:13.183962 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1066 | 2024.07.04 19:25:13.183993 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1067 | 2024.07.04 19:25:13.184015 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1068 | 2024.07.04 19:25:13.184031 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1069 | 2024.07.04 19:25:13.184072 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1070 | 2024.07.04 19:25:13.184091 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1071 | 2024.07.04 19:25:13.184957 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001699 sec., 2354.326074161271 rows/sec., 97.14 KiB/sec. | ||
1072 | 2024.07.04 19:25:13.185189 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Debug> DynamicQueryHandler: Done processing query | ||
1073 | 2024.07.04 19:25:13.185214 [ 3 ] {6e46a019-322a-4dcf-93d2-ced9e6e0efdf} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1074 | 2024.07.04 19:25:13.185229 [ 3 ] {} <Debug> HTTP-Session: 57b90c59-ceb8-47cc-8c39-0e016808719a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1075 | 2024.07.04 19:25:13.185459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1076 | 2024.07.04 19:25:13.185506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1077 | 2024.07.04 19:25:13.185525 [ 3 ] {} <Debug> HTTP-Session: 8c074307-6441-4163-8fab-5c1691ded8e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1078 | 2024.07.04 19:25:13.185541 [ 3 ] {} <Debug> HTTP-Session: 8c074307-6441-4163-8fab-5c1691ded8e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1079 | 2024.07.04 19:25:13.185554 [ 3 ] {} <Debug> HTTP-Session: 8c074307-6441-4163-8fab-5c1691ded8e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1080 | 2024.07.04 19:25:13.185586 [ 3 ] {} <Trace> HTTP-Session: 8c074307-6441-4163-8fab-5c1691ded8e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1081 | 2024.07.04 19:25:13.185709 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1082 | 2024.07.04 19:25:13.185947 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1083 | 2024.07.04 19:25:13.185980 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1084 | 2024.07.04 19:25:13.186179 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1085 | 2024.07.04 19:25:13.186240 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1086 | 2024.07.04 19:25:13.186372 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1087 | 2024.07.04 19:25:13.186403 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1088 | 2024.07.04 19:25:13.186425 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1089 | 2024.07.04 19:25:13.186441 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1090 | 2024.07.04 19:25:13.186479 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1091 | 2024.07.04 19:25:13.186499 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1092 | 2024.07.04 19:25:13.187255 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001566 sec., 2554.278416347382 rows/sec., 105.39 KiB/sec. | ||
1093 | 2024.07.04 19:25:13.187475 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Debug> DynamicQueryHandler: Done processing query | ||
1094 | 2024.07.04 19:25:13.187500 [ 3 ] {d13c7378-6945-4b26-86e3-3c55a074490e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1095 | 2024.07.04 19:25:13.187516 [ 3 ] {} <Debug> HTTP-Session: 8c074307-6441-4163-8fab-5c1691ded8e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1096 | 2024.07.04 19:25:13.187749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1097 | 2024.07.04 19:25:13.187796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1098 | 2024.07.04 19:25:13.187815 [ 3 ] {} <Debug> HTTP-Session: 6417576d-0ea7-444d-8693-228c632989f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1099 | 2024.07.04 19:25:13.187832 [ 3 ] {} <Debug> HTTP-Session: 6417576d-0ea7-444d-8693-228c632989f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1100 | 2024.07.04 19:25:13.187845 [ 3 ] {} <Debug> HTTP-Session: 6417576d-0ea7-444d-8693-228c632989f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1101 | 2024.07.04 19:25:13.187876 [ 3 ] {} <Trace> HTTP-Session: 6417576d-0ea7-444d-8693-228c632989f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1102 | 2024.07.04 19:25:13.188000 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1103 | 2024.07.04 19:25:13.188229 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1104 | 2024.07.04 19:25:13.188261 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1105 | 2024.07.04 19:25:13.188462 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1106 | 2024.07.04 19:25:13.188524 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1107 | 2024.07.04 19:25:13.188657 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1108 | 2024.07.04 19:25:13.188688 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1109 | 2024.07.04 19:25:13.188709 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1110 | 2024.07.04 19:25:13.188725 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1111 | 2024.07.04 19:25:13.188764 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1112 | 2024.07.04 19:25:13.188783 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1113 | 2024.07.04 19:25:13.189616 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001667 sec., 2399.520095980804 rows/sec., 99.00 KiB/sec. | ||
1114 | 2024.07.04 19:25:13.189844 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Debug> DynamicQueryHandler: Done processing query | ||
1115 | 2024.07.04 19:25:13.189869 [ 3 ] {393e8630-5979-4676-bf06-642f1ada1246} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1116 | 2024.07.04 19:25:13.189886 [ 3 ] {} <Debug> HTTP-Session: 6417576d-0ea7-444d-8693-228c632989f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1117 | 2024.07.04 19:25:13.190098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1118 | 2024.07.04 19:25:13.190145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1119 | 2024.07.04 19:25:13.190164 [ 3 ] {} <Debug> HTTP-Session: ff4f3c09-6062-4d93-b5c7-bcdefa352d0f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1120 | 2024.07.04 19:25:13.190180 [ 3 ] {} <Debug> HTTP-Session: ff4f3c09-6062-4d93-b5c7-bcdefa352d0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1121 | 2024.07.04 19:25:13.190194 [ 3 ] {} <Debug> HTTP-Session: ff4f3c09-6062-4d93-b5c7-bcdefa352d0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1122 | 2024.07.04 19:25:13.190224 [ 3 ] {} <Trace> HTTP-Session: ff4f3c09-6062-4d93-b5c7-bcdefa352d0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1123 | 2024.07.04 19:25:13.190389 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1124 | 2024.07.04 19:25:13.190623 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1125 | 2024.07.04 19:25:13.190656 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1126 | 2024.07.04 19:25:13.190860 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1127 | 2024.07.04 19:25:13.190923 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1128 | 2024.07.04 19:25:13.191054 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1129 | 2024.07.04 19:25:13.191085 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1130 | 2024.07.04 19:25:13.191107 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1131 | 2024.07.04 19:25:13.191123 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1132 | 2024.07.04 19:25:13.191162 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1133 | 2024.07.04 19:25:13.191182 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1134 | 2024.07.04 19:25:13.192183 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001798 sec., 2224.694104560623 rows/sec., 91.79 KiB/sec. | ||
1135 | 2024.07.04 19:25:13.192444 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Debug> DynamicQueryHandler: Done processing query | ||
1136 | 2024.07.04 19:25:13.192468 [ 3 ] {665d82a7-7d1b-409e-a906-f32dbfdcbb5d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1137 | 2024.07.04 19:25:13.192484 [ 3 ] {} <Debug> HTTP-Session: ff4f3c09-6062-4d93-b5c7-bcdefa352d0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1138 | 2024.07.04 19:25:13.192676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1139 | 2024.07.04 19:25:13.192722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1140 | 2024.07.04 19:25:13.192741 [ 3 ] {} <Debug> HTTP-Session: 0a2baaf2-288e-49f9-8b85-bbc0515594f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1141 | 2024.07.04 19:25:13.192757 [ 3 ] {} <Debug> HTTP-Session: 0a2baaf2-288e-49f9-8b85-bbc0515594f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1142 | 2024.07.04 19:25:13.192771 [ 3 ] {} <Debug> HTTP-Session: 0a2baaf2-288e-49f9-8b85-bbc0515594f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1143 | 2024.07.04 19:25:13.192802 [ 3 ] {} <Trace> HTTP-Session: 0a2baaf2-288e-49f9-8b85-bbc0515594f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1144 | 2024.07.04 19:25:13.192936 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1145 | 2024.07.04 19:25:13.193170 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1146 | 2024.07.04 19:25:13.193203 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1147 | 2024.07.04 19:25:13.193413 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1148 | 2024.07.04 19:25:13.193475 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1149 | 2024.07.04 19:25:13.193608 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1150 | 2024.07.04 19:25:13.193640 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1151 | 2024.07.04 19:25:13.193662 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1152 | 2024.07.04 19:25:13.193678 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1153 | 2024.07.04 19:25:13.193715 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1154 | 2024.07.04 19:25:13.193734 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1155 | 2024.07.04 19:25:13.194563 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.00168 sec., 2380.9523809523807 rows/sec., 98.24 KiB/sec. | ||
1156 | 2024.07.04 19:25:13.194784 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Debug> DynamicQueryHandler: Done processing query | ||
1157 | 2024.07.04 19:25:13.194808 [ 3 ] {f5207a83-9451-421f-bf20-7935a70007a2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1158 | 2024.07.04 19:25:13.194826 [ 3 ] {} <Debug> HTTP-Session: 0a2baaf2-288e-49f9-8b85-bbc0515594f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1159 | 2024.07.04 19:25:13.195034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1160 | 2024.07.04 19:25:13.195081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1161 | 2024.07.04 19:25:13.195100 [ 3 ] {} <Debug> HTTP-Session: 7a18d3f2-47c0-4ccf-9959-a02a8071496f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1162 | 2024.07.04 19:25:13.195117 [ 3 ] {} <Debug> HTTP-Session: 7a18d3f2-47c0-4ccf-9959-a02a8071496f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1163 | 2024.07.04 19:25:13.195130 [ 3 ] {} <Debug> HTTP-Session: 7a18d3f2-47c0-4ccf-9959-a02a8071496f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1164 | 2024.07.04 19:25:13.195161 [ 3 ] {} <Trace> HTTP-Session: 7a18d3f2-47c0-4ccf-9959-a02a8071496f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1165 | 2024.07.04 19:25:13.195289 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1166 | 2024.07.04 19:25:13.195524 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1167 | 2024.07.04 19:25:13.195558 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <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:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1168 | 2024.07.04 19:25:13.195771 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1169 | 2024.07.04 19:25:13.195834 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1170 | 2024.07.04 19:25:13.195968 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1171 | 2024.07.04 19:25:13.195999 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1172 | 2024.07.04 19:25:13.196021 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1173 | 2024.07.04 19:25:13.196037 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1174 | 2024.07.04 19:25:13.196075 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <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:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1175 | 2024.07.04 19:25:13.196095 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1176 | 2024.07.04 19:25:13.196946 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001712 sec., 2336.448598130841 rows/sec., 96.40 KiB/sec. | ||
1177 | 2024.07.04 19:25:13.197174 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Debug> DynamicQueryHandler: Done processing query | ||
1178 | 2024.07.04 19:25:13.197197 [ 3 ] {1b3e889c-35bd-4eb3-b027-274dd26292a1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1179 | 2024.07.04 19:25:13.197214 [ 3 ] {} <Debug> HTTP-Session: 7a18d3f2-47c0-4ccf-9959-a02a8071496f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1180 | 2024.07.04 19:25:13.197408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1181 | 2024.07.04 19:25:13.197454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1182 | 2024.07.04 19:25:13.197473 [ 3 ] {} <Debug> HTTP-Session: aa315da0-29c3-4eec-8a93-1dc2e965184e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1183 | 2024.07.04 19:25:13.197489 [ 3 ] {} <Debug> HTTP-Session: aa315da0-29c3-4eec-8a93-1dc2e965184e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1184 | 2024.07.04 19:25:13.197503 [ 3 ] {} <Debug> HTTP-Session: aa315da0-29c3-4eec-8a93-1dc2e965184e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1185 | 2024.07.04 19:25:13.197533 [ 3 ] {} <Trace> HTTP-Session: aa315da0-29c3-4eec-8a93-1dc2e965184e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1186 | 2024.07.04 19:25:13.197660 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1187 | 2024.07.04 19:25:13.197897 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1188 | 2024.07.04 19:25:13.197932 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1189 | 2024.07.04 19:25:13.198150 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1190 | 2024.07.04 19:25:13.198213 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1191 | 2024.07.04 19:25:13.198347 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1192 | 2024.07.04 19:25:13.198378 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1193 | 2024.07.04 19:25:13.198400 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1194 | 2024.07.04 19:25:13.198416 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1195 | 2024.07.04 19:25:13.198454 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1196 | 2024.07.04 19:25:13.198474 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1197 | 2024.07.04 19:25:13.199288 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001599 sec., 2501.5634771732334 rows/sec., 103.21 KiB/sec. | ||
1198 | 2024.07.04 19:25:13.199528 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Debug> DynamicQueryHandler: Done processing query | ||
1199 | 2024.07.04 19:25:13.199552 [ 3 ] {8c40d7e2-57bf-4323-9ce9-9dbbf2d3767d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1200 | 2024.07.04 19:25:13.199568 [ 3 ] {} <Debug> HTTP-Session: aa315da0-29c3-4eec-8a93-1dc2e965184e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1201 | 2024.07.04 19:25:13.199792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1202 | 2024.07.04 19:25:13.199839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1203 | 2024.07.04 19:25:13.199858 [ 3 ] {} <Debug> HTTP-Session: d0c3ef50-5849-448d-bf87-d08d452a2044 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1204 | 2024.07.04 19:25:13.199874 [ 3 ] {} <Debug> HTTP-Session: d0c3ef50-5849-448d-bf87-d08d452a2044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1205 | 2024.07.04 19:25:13.199888 [ 3 ] {} <Debug> HTTP-Session: d0c3ef50-5849-448d-bf87-d08d452a2044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1206 | 2024.07.04 19:25:13.199919 [ 3 ] {} <Trace> HTTP-Session: d0c3ef50-5849-448d-bf87-d08d452a2044 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1207 | 2024.07.04 19:25:13.200049 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1208 | 2024.07.04 19:25:13.200285 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1209 | 2024.07.04 19:25:13.200321 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1210 | 2024.07.04 19:25:13.200543 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1211 | 2024.07.04 19:25:13.200604 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1212 | 2024.07.04 19:25:13.200738 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1213 | 2024.07.04 19:25:13.200770 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1214 | 2024.07.04 19:25:13.200791 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1215 | 2024.07.04 19:25:13.200807 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1216 | 2024.07.04 19:25:13.200848 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1217 | 2024.07.04 19:25:13.200868 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1218 | 2024.07.04 19:25:13.201722 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001723 sec., 2321.5322112594313 rows/sec., 95.79 KiB/sec. | ||
1219 | 2024.07.04 19:25:13.201953 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Debug> DynamicQueryHandler: Done processing query | ||
1220 | 2024.07.04 19:25:13.201977 [ 3 ] {eda50e17-26fd-499e-88ff-fc297be5c6e9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1221 | 2024.07.04 19:25:13.201994 [ 3 ] {} <Debug> HTTP-Session: d0c3ef50-5849-448d-bf87-d08d452a2044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2024.07.04 19:25:13.202184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1223 | 2024.07.04 19:25:13.202232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1224 | 2024.07.04 19:25:13.202251 [ 3 ] {} <Debug> HTTP-Session: a2fcf874-bdf6-4d99-96b4-82700772c634 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1225 | 2024.07.04 19:25:13.202267 [ 3 ] {} <Debug> HTTP-Session: a2fcf874-bdf6-4d99-96b4-82700772c634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1226 | 2024.07.04 19:25:13.202281 [ 3 ] {} <Debug> HTTP-Session: a2fcf874-bdf6-4d99-96b4-82700772c634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1227 | 2024.07.04 19:25:13.202311 [ 3 ] {} <Trace> HTTP-Session: a2fcf874-bdf6-4d99-96b4-82700772c634 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1228 | 2024.07.04 19:25:13.202441 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1229 | 2024.07.04 19:25:13.202681 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1230 | 2024.07.04 19:25:13.202716 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1231 | 2024.07.04 19:25:13.202939 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1232 | 2024.07.04 19:25:13.203000 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1233 | 2024.07.04 19:25:13.203131 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1234 | 2024.07.04 19:25:13.203161 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1235 | 2024.07.04 19:25:13.203184 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1236 | 2024.07.04 19:25:13.203199 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1237 | 2024.07.04 19:25:13.203238 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1238 | 2024.07.04 19:25:13.203258 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1239 | 2024.07.04 19:25:13.204207 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001772 sec., 2257.3363431151242 rows/sec., 93.14 KiB/sec. | ||
1240 | 2024.07.04 19:25:13.204493 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Debug> DynamicQueryHandler: Done processing query | ||
1241 | 2024.07.04 19:25:13.204517 [ 3 ] {990002e0-1605-46e6-b560-d73960ddecbe} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1242 | 2024.07.04 19:25:13.204533 [ 3 ] {} <Debug> HTTP-Session: a2fcf874-bdf6-4d99-96b4-82700772c634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1243 | 2024.07.04 19:25:13.204749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1244 | 2024.07.04 19:25:13.204797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1245 | 2024.07.04 19:25:13.204816 [ 3 ] {} <Debug> HTTP-Session: b4ab2ce1-90f9-458f-a05a-43924d7b7230 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1246 | 2024.07.04 19:25:13.204833 [ 3 ] {} <Debug> HTTP-Session: b4ab2ce1-90f9-458f-a05a-43924d7b7230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1247 | 2024.07.04 19:25:13.204846 [ 3 ] {} <Debug> HTTP-Session: b4ab2ce1-90f9-458f-a05a-43924d7b7230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.07.04 19:25:13.204876 [ 3 ] {} <Trace> HTTP-Session: b4ab2ce1-90f9-458f-a05a-43924d7b7230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1249 | 2024.07.04 19:25:13.205008 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1250 | 2024.07.04 19:25:13.205248 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1251 | 2024.07.04 19:25:13.205286 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1252 | 2024.07.04 19:25:13.205514 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1253 | 2024.07.04 19:25:13.205577 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1254 | 2024.07.04 19:25:13.205710 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1255 | 2024.07.04 19:25:13.205741 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1256 | 2024.07.04 19:25:13.205763 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1257 | 2024.07.04 19:25:13.205779 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1258 | 2024.07.04 19:25:13.205818 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1259 | 2024.07.04 19:25:13.205838 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1260 | 2024.07.04 19:25:13.206644 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001692 sec., 2364.066193853428 rows/sec., 97.54 KiB/sec. | ||
1261 | 2024.07.04 19:25:13.206878 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Debug> DynamicQueryHandler: Done processing query | ||
1262 | 2024.07.04 19:25:13.206902 [ 3 ] {30e256a5-ce52-4d96-a69d-2ef289f2085c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1263 | 2024.07.04 19:25:13.206918 [ 3 ] {} <Debug> HTTP-Session: b4ab2ce1-90f9-458f-a05a-43924d7b7230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1264 | 2024.07.04 19:25:13.207118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1265 | 2024.07.04 19:25:13.207165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1266 | 2024.07.04 19:25:13.207184 [ 3 ] {} <Debug> HTTP-Session: a1fc04ed-3ba5-4fb1-8884-4e7aadcb9457 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1267 | 2024.07.04 19:25:13.207201 [ 3 ] {} <Debug> HTTP-Session: a1fc04ed-3ba5-4fb1-8884-4e7aadcb9457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1268 | 2024.07.04 19:25:13.207215 [ 3 ] {} <Debug> HTTP-Session: a1fc04ed-3ba5-4fb1-8884-4e7aadcb9457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1269 | 2024.07.04 19:25:13.207245 [ 3 ] {} <Trace> HTTP-Session: a1fc04ed-3ba5-4fb1-8884-4e7aadcb9457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1270 | 2024.07.04 19:25:13.207377 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1271 | 2024.07.04 19:25:13.207621 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1272 | 2024.07.04 19:25:13.207658 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <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: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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1273 | 2024.07.04 19:25:13.207892 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1274 | 2024.07.04 19:25:13.207955 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1275 | 2024.07.04 19:25:13.208089 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1276 | 2024.07.04 19:25:13.208119 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1277 | 2024.07.04 19:25:13.208141 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1278 | 2024.07.04 19:25:13.208157 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1279 | 2024.07.04 19:25:13.208196 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <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: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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1280 | 2024.07.04 19:25:13.208215 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1281 | 2024.07.04 19:25:13.209179 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001816 sec., 2202.6431718061676 rows/sec., 90.88 KiB/sec. | ||
1282 | 2024.07.04 19:25:13.209450 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Debug> DynamicQueryHandler: Done processing query | ||
1283 | 2024.07.04 19:25:13.209474 [ 3 ] {6a4c58f1-eed6-44b8-a7a2-9dc396820b9f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1284 | 2024.07.04 19:25:13.209490 [ 3 ] {} <Debug> HTTP-Session: a1fc04ed-3ba5-4fb1-8884-4e7aadcb9457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1285 | 2024.07.04 19:25:13.209708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1286 | 2024.07.04 19:25:13.209758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1287 | 2024.07.04 19:25:13.209776 [ 3 ] {} <Debug> HTTP-Session: c9a87007-a5c5-4059-8bf8-8264cc0ef6bf Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1288 | 2024.07.04 19:25:13.209793 [ 3 ] {} <Debug> HTTP-Session: c9a87007-a5c5-4059-8bf8-8264cc0ef6bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1289 | 2024.07.04 19:25:13.209807 [ 3 ] {} <Debug> HTTP-Session: c9a87007-a5c5-4059-8bf8-8264cc0ef6bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.07.04 19:25:13.209844 [ 3 ] {} <Trace> HTTP-Session: c9a87007-a5c5-4059-8bf8-8264cc0ef6bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1291 | 2024.07.04 19:25:13.209975 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1292 | 2024.07.04 19:25:13.210220 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1293 | 2024.07.04 19:25:13.210258 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1294 | 2024.07.04 19:25:13.210491 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1295 | 2024.07.04 19:25:13.210555 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1296 | 2024.07.04 19:25:13.210687 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1297 | 2024.07.04 19:25:13.210718 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1298 | 2024.07.04 19:25:13.210740 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1299 | 2024.07.04 19:25:13.210756 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1300 | 2024.07.04 19:25:13.210794 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1301 | 2024.07.04 19:25:13.210813 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1302 | 2024.07.04 19:25:13.211650 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.00173 sec., 2312.1387283236995 rows/sec., 95.40 KiB/sec. | ||
1303 | 2024.07.04 19:25:13.211881 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Debug> DynamicQueryHandler: Done processing query | ||
1304 | 2024.07.04 19:25:13.211906 [ 3 ] {fd9000f5-980c-4d9c-822b-f2b8b594b164} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1305 | 2024.07.04 19:25:13.211922 [ 3 ] {} <Debug> HTTP-Session: c9a87007-a5c5-4059-8bf8-8264cc0ef6bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1306 | 2024.07.04 19:25:13.212126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1307 | 2024.07.04 19:25:13.212173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1308 | 2024.07.04 19:25:13.212192 [ 3 ] {} <Debug> HTTP-Session: 6360021e-b823-4a9d-a7e0-c0bf9007b1ee Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1309 | 2024.07.04 19:25:13.212208 [ 3 ] {} <Debug> HTTP-Session: 6360021e-b823-4a9d-a7e0-c0bf9007b1ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1310 | 2024.07.04 19:25:13.212222 [ 3 ] {} <Debug> HTTP-Session: 6360021e-b823-4a9d-a7e0-c0bf9007b1ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1311 | 2024.07.04 19:25:13.212254 [ 3 ] {} <Trace> HTTP-Session: 6360021e-b823-4a9d-a7e0-c0bf9007b1ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1312 | 2024.07.04 19:25:13.212386 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1313 | 2024.07.04 19:25:13.212632 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1314 | 2024.07.04 19:25:13.212670 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1315 | 2024.07.04 19:25:13.212909 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1316 | 2024.07.04 19:25:13.212971 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1317 | 2024.07.04 19:25:13.213104 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1318 | 2024.07.04 19:25:13.213134 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1319 | 2024.07.04 19:25:13.213156 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1320 | 2024.07.04 19:25:13.213172 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1321 | 2024.07.04 19:25:13.213213 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1322 | 2024.07.04 19:25:13.213233 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1323 | 2024.07.04 19:25:13.214094 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001756 sec., 2277.904328018223 rows/sec., 93.99 KiB/sec. | ||
1324 | 2024.07.04 19:25:13.214333 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Debug> DynamicQueryHandler: Done processing query | ||
1325 | 2024.07.04 19:25:13.214357 [ 3 ] {5febb8b5-c131-4095-98be-011778d32d9d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1326 | 2024.07.04 19:25:13.214374 [ 3 ] {} <Debug> HTTP-Session: 6360021e-b823-4a9d-a7e0-c0bf9007b1ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1327 | 2024.07.04 19:25:13.215388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1328 | 2024.07.04 19:25:13.215435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1329 | 2024.07.04 19:25:13.215454 [ 3 ] {} <Debug> HTTP-Session: c261fe76-c997-4ded-b5a1-8eeadb1fe8b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1330 | 2024.07.04 19:25:13.215470 [ 3 ] {} <Debug> HTTP-Session: c261fe76-c997-4ded-b5a1-8eeadb1fe8b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1331 | 2024.07.04 19:25:13.215484 [ 3 ] {} <Debug> HTTP-Session: c261fe76-c997-4ded-b5a1-8eeadb1fe8b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1332 | 2024.07.04 19:25:13.215515 [ 3 ] {} <Trace> HTTP-Session: c261fe76-c997-4ded-b5a1-8eeadb1fe8b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1333 | 2024.07.04 19:25:13.215632 [ 3 ] {d6b76241-3f21-437c-a19e-cb3a93d0a7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1334 | 2024.07.04 19:25:13.215677 [ 3 ] {d6b76241-3f21-437c-a19e-cb3a93d0a7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1335 | 2024.07.04 19:25:13.215841 [ 3 ] {d6b76241-3f21-437c-a19e-cb3a93d0a7d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1336 | 2024.07.04 19:25:13.216179 [ 3 ] {d6b76241-3f21-437c-a19e-cb3a93d0a7d0} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1337 | 2024.07.04 19:25:13.216217 [ 3 ] {d6b76241-3f21-437c-a19e-cb3a93d0a7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1338 | 2024.07.04 19:25:13.216859 [ 3 ] {d6b76241-3f21-437c-a19e-cb3a93d0a7d0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1339 | 2024.07.04 19:25:13.217403 [ 3 ] {d6b76241-3f21-437c-a19e-cb3a93d0a7d0} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1340 | 2024.07.04 19:25:13.217565 [ 3 ] {d6b76241-3f21-437c-a19e-cb3a93d0a7d0} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.00197 sec., 7106.598984771574 rows/sec., 1019.69 KiB/sec. | ||
1341 | 2024.07.04 19:25:13.217838 [ 3 ] {d6b76241-3f21-437c-a19e-cb3a93d0a7d0} <Debug> DynamicQueryHandler: Done processing query | ||
1342 | 2024.07.04 19:25:13.217864 [ 3 ] {d6b76241-3f21-437c-a19e-cb3a93d0a7d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1343 | 2024.07.04 19:25:13.217879 [ 3 ] {} <Debug> HTTP-Session: c261fe76-c997-4ded-b5a1-8eeadb1fe8b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1344 | 2024.07.04 19:25:13.217993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1345 | 2024.07.04 19:25:13.218041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1346 | 2024.07.04 19:25:13.218061 [ 3 ] {} <Debug> HTTP-Session: c61fa065-04ba-43a7-b287-7a380c610f66 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1347 | 2024.07.04 19:25:13.218077 [ 3 ] {} <Debug> HTTP-Session: c61fa065-04ba-43a7-b287-7a380c610f66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1348 | 2024.07.04 19:25:13.218090 [ 3 ] {} <Debug> HTTP-Session: c61fa065-04ba-43a7-b287-7a380c610f66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1349 | 2024.07.04 19:25:13.218121 [ 3 ] {} <Trace> HTTP-Session: c61fa065-04ba-43a7-b287-7a380c610f66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1350 | 2024.07.04 19:25:13.218226 [ 3 ] {7035ee2c-6b95-4e3e-9922-7b7d3f1f25ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1351 | 2024.07.04 19:25:13.218269 [ 3 ] {7035ee2c-6b95-4e3e-9922-7b7d3f1f25ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1352 | 2024.07.04 19:25:13.218410 [ 3 ] {7035ee2c-6b95-4e3e-9922-7b7d3f1f25ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1353 | 2024.07.04 19:25:13.218755 [ 3 ] {7035ee2c-6b95-4e3e-9922-7b7d3f1f25ea} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1354 | 2024.07.04 19:25:13.218867 [ 3 ] {7035ee2c-6b95-4e3e-9922-7b7d3f1f25ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1355 | 2024.07.04 19:25:13.219301 [ 3 ] {7035ee2c-6b95-4e3e-9922-7b7d3f1f25ea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1356 | 2024.07.04 19:25:13.219861 [ 3 ] {7035ee2c-6b95-4e3e-9922-7b7d3f1f25ea} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1357 | 2024.07.04 19:25:13.220015 [ 3 ] {7035ee2c-6b95-4e3e-9922-7b7d3f1f25ea} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001814 sec., 16538.0374862183 rows/sec., 1.29 MiB/sec. | ||
1358 | 2024.07.04 19:25:13.220177 [ 3 ] {7035ee2c-6b95-4e3e-9922-7b7d3f1f25ea} <Debug> DynamicQueryHandler: Done processing query | ||
1359 | 2024.07.04 19:25:13.220201 [ 3 ] {7035ee2c-6b95-4e3e-9922-7b7d3f1f25ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1360 | 2024.07.04 19:25:13.220217 [ 3 ] {} <Debug> HTTP-Session: c61fa065-04ba-43a7-b287-7a380c610f66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1361 | 2024.07.04 19:25:13.220324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 6132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1362 | 2024.07.04 19:25:13.220370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1363 | 2024.07.04 19:25:13.220389 [ 3 ] {} <Debug> HTTP-Session: d0c6efba-c5e6-46d0-a8a8-3cb989602eed Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1364 | 2024.07.04 19:25:13.220476 [ 3 ] {} <Debug> HTTP-Session: d0c6efba-c5e6-46d0-a8a8-3cb989602eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1365 | 2024.07.04 19:25:13.220493 [ 3 ] {} <Debug> HTTP-Session: d0c6efba-c5e6-46d0-a8a8-3cb989602eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1366 | 2024.07.04 19:25:13.220524 [ 3 ] {} <Trace> HTTP-Session: d0c6efba-c5e6-46d0-a8a8-3cb989602eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1367 | 2024.07.04 19:25:13.220664 [ 3 ] {e7caad2f-984b-4825-8fd7-e7c60af61b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1368 | 2024.07.04 19:25:13.220708 [ 3 ] {e7caad2f-984b-4825-8fd7-e7c60af61b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1369 | 2024.07.04 19:25:13.220831 [ 3 ] {e7caad2f-984b-4825-8fd7-e7c60af61b9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1370 | 2024.07.04 19:25:13.221137 [ 3 ] {e7caad2f-984b-4825-8fd7-e7c60af61b9c} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1371 | 2024.07.04 19:25:13.221172 [ 3 ] {e7caad2f-984b-4825-8fd7-e7c60af61b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1372 | 2024.07.04 19:25:13.221605 [ 3 ] {e7caad2f-984b-4825-8fd7-e7c60af61b9c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1373 | 2024.07.04 19:25:13.222190 [ 3 ] {e7caad2f-984b-4825-8fd7-e7c60af61b9c} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1374 | 2024.07.04 19:25:13.222347 [ 3 ] {e7caad2f-984b-4825-8fd7-e7c60af61b9c} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001709 sec., 21064.95026331188 rows/sec., 1.65 MiB/sec. | ||
1375 | 2024.07.04 19:25:13.222535 [ 3 ] {e7caad2f-984b-4825-8fd7-e7c60af61b9c} <Debug> DynamicQueryHandler: Done processing query | ||
1376 | 2024.07.04 19:25:13.222559 [ 3 ] {e7caad2f-984b-4825-8fd7-e7c60af61b9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1377 | 2024.07.04 19:25:13.222574 [ 3 ] {} <Debug> HTTP-Session: d0c6efba-c5e6-46d0-a8a8-3cb989602eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1378 | 2024.07.04 19:25:13.222678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 5826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1379 | 2024.07.04 19:25:13.222724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1380 | 2024.07.04 19:25:13.222744 [ 3 ] {} <Debug> HTTP-Session: 843f58b5-1203-490d-96ee-631ac9f0e40c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1381 | 2024.07.04 19:25:13.222760 [ 3 ] {} <Debug> HTTP-Session: 843f58b5-1203-490d-96ee-631ac9f0e40c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1382 | 2024.07.04 19:25:13.222774 [ 3 ] {} <Debug> HTTP-Session: 843f58b5-1203-490d-96ee-631ac9f0e40c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1383 | 2024.07.04 19:25:13.222805 [ 3 ] {} <Trace> HTTP-Session: 843f58b5-1203-490d-96ee-631ac9f0e40c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1384 | 2024.07.04 19:25:13.222912 [ 3 ] {9d054264-b864-45c1-a3c2-d75120b77044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1385 | 2024.07.04 19:25:13.222957 [ 3 ] {9d054264-b864-45c1-a3c2-d75120b77044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1386 | 2024.07.04 19:25:13.223099 [ 3 ] {9d054264-b864-45c1-a3c2-d75120b77044} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1387 | 2024.07.04 19:25:13.223402 [ 3 ] {9d054264-b864-45c1-a3c2-d75120b77044} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1388 | 2024.07.04 19:25:13.223437 [ 3 ] {9d054264-b864-45c1-a3c2-d75120b77044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1389 | 2024.07.04 19:25:13.223935 [ 3 ] {9d054264-b864-45c1-a3c2-d75120b77044} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1390 | 2024.07.04 19:25:13.224575 [ 3 ] {9d054264-b864-45c1-a3c2-d75120b77044} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1391 | 2024.07.04 19:25:13.224735 [ 3 ] {9d054264-b864-45c1-a3c2-d75120b77044} <Debug> executeQuery: Read 30 rows, 2.18 KiB in 0.001846 sec., 16251.354279523293 rows/sec., 1.15 MiB/sec. | ||
1392 | 2024.07.04 19:25:13.224904 [ 3 ] {9d054264-b864-45c1-a3c2-d75120b77044} <Debug> DynamicQueryHandler: Done processing query | ||
1393 | 2024.07.04 19:25:13.224928 [ 3 ] {9d054264-b864-45c1-a3c2-d75120b77044} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1394 | 2024.07.04 19:25:13.224943 [ 3 ] {} <Debug> HTTP-Session: 843f58b5-1203-490d-96ee-631ac9f0e40c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1395 | 2024.07.04 19:25:13.225043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 2716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1396 | 2024.07.04 19:25:13.225091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1397 | 2024.07.04 19:25:13.225111 [ 3 ] {} <Debug> HTTP-Session: 734adad8-7b9e-456b-adb5-4c9d093cda84 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1398 | 2024.07.04 19:25:13.225126 [ 3 ] {} <Debug> HTTP-Session: 734adad8-7b9e-456b-adb5-4c9d093cda84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1399 | 2024.07.04 19:25:13.225140 [ 3 ] {} <Debug> HTTP-Session: 734adad8-7b9e-456b-adb5-4c9d093cda84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1400 | 2024.07.04 19:25:13.225170 [ 3 ] {} <Trace> HTTP-Session: 734adad8-7b9e-456b-adb5-4c9d093cda84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1401 | 2024.07.04 19:25:13.225268 [ 3 ] {a1871d76-faf6-4459-90a0-3c474ac565b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1402 | 2024.07.04 19:25:13.225312 [ 3 ] {a1871d76-faf6-4459-90a0-3c474ac565b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1403 | 2024.07.04 19:25:13.225436 [ 3 ] {a1871d76-faf6-4459-90a0-3c474ac565b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1404 | 2024.07.04 19:25:13.225754 [ 3 ] {a1871d76-faf6-4459-90a0-3c474ac565b3} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1405 | 2024.07.04 19:25:13.225789 [ 3 ] {a1871d76-faf6-4459-90a0-3c474ac565b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1406 | 2024.07.04 19:25:13.226278 [ 3 ] {a1871d76-faf6-4459-90a0-3c474ac565b3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1407 | 2024.07.04 19:25:13.227041 [ 3 ] {a1871d76-faf6-4459-90a0-3c474ac565b3} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1408 | 2024.07.04 19:25:13.227196 [ 3 ] {a1871d76-faf6-4459-90a0-3c474ac565b3} <Debug> executeQuery: Read 18 rows, 1.19 KiB in 0.001946 sec., 9249.743062692703 rows/sec., 612.74 KiB/sec. | ||
1409 | 2024.07.04 19:25:13.227365 [ 3 ] {a1871d76-faf6-4459-90a0-3c474ac565b3} <Debug> DynamicQueryHandler: Done processing query | ||
1410 | 2024.07.04 19:25:13.227390 [ 3 ] {a1871d76-faf6-4459-90a0-3c474ac565b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1411 | 2024.07.04 19:25:13.227406 [ 3 ] {} <Debug> HTTP-Session: 734adad8-7b9e-456b-adb5-4c9d093cda84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1412 | 2024.07.04 19:25:16.783315 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1413 | 2024.07.04 19:25:16.783385 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1414 | 2024.07.04 19:25:18.180527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1415 | 2024.07.04 19:25:18.180643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1416 | 2024.07.04 19:25:18.180667 [ 3 ] {} <Debug> HTTP-Session: 43f070ae-06a7-4d1b-96d9-acea59e971f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1417 | 2024.07.04 19:25:18.180691 [ 3 ] {} <Debug> HTTP-Session: 43f070ae-06a7-4d1b-96d9-acea59e971f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1418 | 2024.07.04 19:25:18.180706 [ 3 ] {} <Debug> HTTP-Session: 43f070ae-06a7-4d1b-96d9-acea59e971f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1419 | 2024.07.04 19:25:18.180756 [ 3 ] {} <Trace> HTTP-Session: 43f070ae-06a7-4d1b-96d9-acea59e971f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1420 | 2024.07.04 19:25:18.180954 [ 3 ] {0d9c4138-9962-469d-ba13-4dfeb784efce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1421 | 2024.07.04 19:25:18.181022 [ 3 ] {0d9c4138-9962-469d-ba13-4dfeb784efce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1422 | 2024.07.04 19:25:18.181210 [ 3 ] {0d9c4138-9962-469d-ba13-4dfeb784efce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1423 | 2024.07.04 19:25:18.181657 [ 3 ] {0d9c4138-9962-469d-ba13-4dfeb784efce} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1424 | 2024.07.04 19:25:18.181699 [ 3 ] {0d9c4138-9962-469d-ba13-4dfeb784efce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1425 | 2024.07.04 19:25:18.182197 [ 3 ] {0d9c4138-9962-469d-ba13-4dfeb784efce} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1426 | 2024.07.04 19:25:18.182859 [ 3 ] {0d9c4138-9962-469d-ba13-4dfeb784efce} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1427 | 2024.07.04 19:25:18.183007 [ 3 ] {0d9c4138-9962-469d-ba13-4dfeb784efce} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002119 sec., 14157.62151958471 rows/sec., 1.11 MiB/sec. | ||
1428 | 2024.07.04 19:25:18.183284 [ 3 ] {0d9c4138-9962-469d-ba13-4dfeb784efce} <Debug> DynamicQueryHandler: Done processing query | ||
1429 | 2024.07.04 19:25:18.183310 [ 3 ] {0d9c4138-9962-469d-ba13-4dfeb784efce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1430 | 2024.07.04 19:25:18.183327 [ 3 ] {} <Debug> HTTP-Session: 43f070ae-06a7-4d1b-96d9-acea59e971f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1431 | 2024.07.04 19:25:18.183443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 6132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1432 | 2024.07.04 19:25:18.183492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1433 | 2024.07.04 19:25:18.183511 [ 3 ] {} <Debug> HTTP-Session: 67e0003b-be42-48de-a1bb-27dc819c32e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1434 | 2024.07.04 19:25:18.183527 [ 3 ] {} <Debug> HTTP-Session: 67e0003b-be42-48de-a1bb-27dc819c32e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1435 | 2024.07.04 19:25:18.183541 [ 3 ] {} <Debug> HTTP-Session: 67e0003b-be42-48de-a1bb-27dc819c32e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1436 | 2024.07.04 19:25:18.183574 [ 3 ] {} <Trace> HTTP-Session: 67e0003b-be42-48de-a1bb-27dc819c32e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1437 | 2024.07.04 19:25:18.183684 [ 3 ] {fcd325b8-7ea1-4065-910e-8ad5c55d1440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1438 | 2024.07.04 19:25:18.183726 [ 3 ] {fcd325b8-7ea1-4065-910e-8ad5c55d1440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1439 | 2024.07.04 19:25:18.183873 [ 3 ] {fcd325b8-7ea1-4065-910e-8ad5c55d1440} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1440 | 2024.07.04 19:25:18.184209 [ 3 ] {fcd325b8-7ea1-4065-910e-8ad5c55d1440} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1441 | 2024.07.04 19:25:18.184245 [ 3 ] {fcd325b8-7ea1-4065-910e-8ad5c55d1440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1442 | 2024.07.04 19:25:18.184763 [ 3 ] {fcd325b8-7ea1-4065-910e-8ad5c55d1440} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1443 | 2024.07.04 19:25:18.185401 [ 3 ] {fcd325b8-7ea1-4065-910e-8ad5c55d1440} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1444 | 2024.07.04 19:25:18.185556 [ 3 ] {fcd325b8-7ea1-4065-910e-8ad5c55d1440} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001896 sec., 18987.3417721519 rows/sec., 1.48 MiB/sec. | ||
1445 | 2024.07.04 19:25:18.185725 [ 3 ] {fcd325b8-7ea1-4065-910e-8ad5c55d1440} <Debug> DynamicQueryHandler: Done processing query | ||
1446 | 2024.07.04 19:25:18.185750 [ 3 ] {fcd325b8-7ea1-4065-910e-8ad5c55d1440} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1447 | 2024.07.04 19:25:18.185765 [ 3 ] {} <Debug> HTTP-Session: 67e0003b-be42-48de-a1bb-27dc819c32e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.07.04 19:25:18.185889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 11547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1449 | 2024.07.04 19:25:18.185939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1450 | 2024.07.04 19:25:18.185958 [ 3 ] {} <Debug> HTTP-Session: f9afe60b-f7cf-403a-b86c-3fdc8ae685ee Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1451 | 2024.07.04 19:25:18.185973 [ 3 ] {} <Debug> HTTP-Session: f9afe60b-f7cf-403a-b86c-3fdc8ae685ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1452 | 2024.07.04 19:25:18.185987 [ 3 ] {} <Debug> HTTP-Session: f9afe60b-f7cf-403a-b86c-3fdc8ae685ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1453 | 2024.07.04 19:25:18.186017 [ 3 ] {} <Trace> HTTP-Session: f9afe60b-f7cf-403a-b86c-3fdc8ae685ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1454 | 2024.07.04 19:25:18.186134 [ 3 ] {bae468fc-1463-42f5-aaef-3d42179411ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1455 | 2024.07.04 19:25:18.186181 [ 3 ] {bae468fc-1463-42f5-aaef-3d42179411ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1456 | 2024.07.04 19:25:18.186325 [ 3 ] {bae468fc-1463-42f5-aaef-3d42179411ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1457 | 2024.07.04 19:25:18.186654 [ 3 ] {bae468fc-1463-42f5-aaef-3d42179411ce} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1458 | 2024.07.04 19:25:18.186691 [ 3 ] {bae468fc-1463-42f5-aaef-3d42179411ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1459 | 2024.07.04 19:25:18.187228 [ 3 ] {bae468fc-1463-42f5-aaef-3d42179411ce} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1460 | 2024.07.04 19:25:18.187886 [ 3 ] {bae468fc-1463-42f5-aaef-3d42179411ce} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1461 | 2024.07.04 19:25:18.188055 [ 3 ] {bae468fc-1463-42f5-aaef-3d42179411ce} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001963 sec., 30565.46102903719 rows/sec., 2.14 MiB/sec. | ||
1462 | 2024.07.04 19:25:18.188325 [ 3 ] {bae468fc-1463-42f5-aaef-3d42179411ce} <Debug> DynamicQueryHandler: Done processing query | ||
1463 | 2024.07.04 19:25:18.188350 [ 3 ] {bae468fc-1463-42f5-aaef-3d42179411ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1464 | 2024.07.04 19:25:18.188366 [ 3 ] {} <Debug> HTTP-Session: f9afe60b-f7cf-403a-b86c-3fdc8ae685ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1465 | 2024.07.04 19:25:18.188480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1466 | 2024.07.04 19:25:18.188528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1467 | 2024.07.04 19:25:18.188546 [ 3 ] {} <Debug> HTTP-Session: 437b15a3-36b1-4124-9426-edf3ac20abf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1468 | 2024.07.04 19:25:18.188563 [ 3 ] {} <Debug> HTTP-Session: 437b15a3-36b1-4124-9426-edf3ac20abf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1469 | 2024.07.04 19:25:18.188576 [ 3 ] {} <Debug> HTTP-Session: 437b15a3-36b1-4124-9426-edf3ac20abf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1470 | 2024.07.04 19:25:18.188607 [ 3 ] {} <Trace> HTTP-Session: 437b15a3-36b1-4124-9426-edf3ac20abf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1471 | 2024.07.04 19:25:18.188710 [ 3 ] {aa5a8383-bc90-493e-9409-ff19695a954e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1472 | 2024.07.04 19:25:18.188755 [ 3 ] {aa5a8383-bc90-493e-9409-ff19695a954e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1473 | 2024.07.04 19:25:18.188900 [ 3 ] {aa5a8383-bc90-493e-9409-ff19695a954e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1474 | 2024.07.04 19:25:18.189199 [ 3 ] {aa5a8383-bc90-493e-9409-ff19695a954e} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1475 | 2024.07.04 19:25:18.189237 [ 3 ] {aa5a8383-bc90-493e-9409-ff19695a954e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1476 | 2024.07.04 19:25:18.189731 [ 3 ] {aa5a8383-bc90-493e-9409-ff19695a954e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1477 | 2024.07.04 19:25:18.190406 [ 3 ] {aa5a8383-bc90-493e-9409-ff19695a954e} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1478 | 2024.07.04 19:25:18.190554 [ 3 ] {aa5a8383-bc90-493e-9409-ff19695a954e} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001875 sec., 16000 rows/sec., 1.06 MiB/sec. | ||
1479 | 2024.07.04 19:25:18.190718 [ 3 ] {aa5a8383-bc90-493e-9409-ff19695a954e} <Debug> DynamicQueryHandler: Done processing query | ||
1480 | 2024.07.04 19:25:18.190743 [ 3 ] {aa5a8383-bc90-493e-9409-ff19695a954e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1481 | 2024.07.04 19:25:18.190758 [ 3 ] {} <Debug> HTTP-Session: 437b15a3-36b1-4124-9426-edf3ac20abf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1482 | 2024.07.04 19:25:23.180047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1483 | 2024.07.04 19:25:23.180183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1484 | 2024.07.04 19:25:23.180213 [ 3 ] {} <Debug> HTTP-Session: d497aaa8-b48b-4ca0-8954-59472ac43f22 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1485 | 2024.07.04 19:25:23.180243 [ 3 ] {} <Debug> HTTP-Session: d497aaa8-b48b-4ca0-8954-59472ac43f22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1486 | 2024.07.04 19:25:23.180263 [ 3 ] {} <Debug> HTTP-Session: d497aaa8-b48b-4ca0-8954-59472ac43f22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1487 | 2024.07.04 19:25:23.180320 [ 3 ] {} <Trace> HTTP-Session: d497aaa8-b48b-4ca0-8954-59472ac43f22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1488 | 2024.07.04 19:25:23.180527 [ 3 ] {961f83cd-b8a2-449a-9709-8eec39be0660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1489 | 2024.07.04 19:25:23.180600 [ 3 ] {961f83cd-b8a2-449a-9709-8eec39be0660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1490 | 2024.07.04 19:25:23.180802 [ 3 ] {961f83cd-b8a2-449a-9709-8eec39be0660} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1491 | 2024.07.04 19:25:23.181240 [ 3 ] {961f83cd-b8a2-449a-9709-8eec39be0660} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1492 | 2024.07.04 19:25:23.181281 [ 3 ] {961f83cd-b8a2-449a-9709-8eec39be0660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1493 | 2024.07.04 19:25:23.181824 [ 3 ] {961f83cd-b8a2-449a-9709-8eec39be0660} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1494 | 2024.07.04 19:25:23.182439 [ 3 ] {961f83cd-b8a2-449a-9709-8eec39be0660} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1495 | 2024.07.04 19:25:23.182651 [ 3 ] {961f83cd-b8a2-449a-9709-8eec39be0660} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002188 sec., 13711.151736745887 rows/sec., 1.07 MiB/sec. | ||
1496 | 2024.07.04 19:25:23.182955 [ 3 ] {961f83cd-b8a2-449a-9709-8eec39be0660} <Debug> DynamicQueryHandler: Done processing query | ||
1497 | 2024.07.04 19:25:23.182981 [ 3 ] {961f83cd-b8a2-449a-9709-8eec39be0660} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1498 | 2024.07.04 19:25:23.182997 [ 3 ] {} <Debug> HTTP-Session: d497aaa8-b48b-4ca0-8954-59472ac43f22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1499 | 2024.07.04 19:25:23.183113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 6132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1500 | 2024.07.04 19:25:23.183163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1501 | 2024.07.04 19:25:23.183183 [ 3 ] {} <Debug> HTTP-Session: 117c3295-2d58-4a3f-8474-441cdb37fcee Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1502 | 2024.07.04 19:25:23.183201 [ 3 ] {} <Debug> HTTP-Session: 117c3295-2d58-4a3f-8474-441cdb37fcee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1503 | 2024.07.04 19:25:23.183215 [ 3 ] {} <Debug> HTTP-Session: 117c3295-2d58-4a3f-8474-441cdb37fcee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1504 | 2024.07.04 19:25:23.183246 [ 3 ] {} <Trace> HTTP-Session: 117c3295-2d58-4a3f-8474-441cdb37fcee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1505 | 2024.07.04 19:25:23.183354 [ 3 ] {b62350d5-a89e-40f5-b7e7-8b42d1ef557d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1506 | 2024.07.04 19:25:23.183398 [ 3 ] {b62350d5-a89e-40f5-b7e7-8b42d1ef557d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1507 | 2024.07.04 19:25:23.183545 [ 3 ] {b62350d5-a89e-40f5-b7e7-8b42d1ef557d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1508 | 2024.07.04 19:25:23.183903 [ 3 ] {b62350d5-a89e-40f5-b7e7-8b42d1ef557d} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1509 | 2024.07.04 19:25:23.183939 [ 3 ] {b62350d5-a89e-40f5-b7e7-8b42d1ef557d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1510 | 2024.07.04 19:25:23.184401 [ 3 ] {b62350d5-a89e-40f5-b7e7-8b42d1ef557d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1511 | 2024.07.04 19:25:23.184979 [ 3 ] {b62350d5-a89e-40f5-b7e7-8b42d1ef557d} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1512 | 2024.07.04 19:25:23.185168 [ 3 ] {b62350d5-a89e-40f5-b7e7-8b42d1ef557d} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00184 sec., 19565.217391304348 rows/sec., 1.53 MiB/sec. | ||
1513 | 2024.07.04 19:25:23.185338 [ 3 ] {b62350d5-a89e-40f5-b7e7-8b42d1ef557d} <Debug> DynamicQueryHandler: Done processing query | ||
1514 | 2024.07.04 19:25:23.185362 [ 3 ] {b62350d5-a89e-40f5-b7e7-8b42d1ef557d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1515 | 2024.07.04 19:25:23.185378 [ 3 ] {} <Debug> HTTP-Session: 117c3295-2d58-4a3f-8474-441cdb37fcee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1516 | 2024.07.04 19:25:23.185500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 11547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1517 | 2024.07.04 19:25:23.185548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1518 | 2024.07.04 19:25:23.185568 [ 3 ] {} <Debug> HTTP-Session: fd990ce4-c336-4419-9d1e-acd68807df7c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1519 | 2024.07.04 19:25:23.185585 [ 3 ] {} <Debug> HTTP-Session: fd990ce4-c336-4419-9d1e-acd68807df7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.07.04 19:25:23.185599 [ 3 ] {} <Debug> HTTP-Session: fd990ce4-c336-4419-9d1e-acd68807df7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1521 | 2024.07.04 19:25:23.185629 [ 3 ] {} <Trace> HTTP-Session: fd990ce4-c336-4419-9d1e-acd68807df7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1522 | 2024.07.04 19:25:23.185764 [ 3 ] {d16ed766-85bb-45e0-b2b0-97e4e0287c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1523 | 2024.07.04 19:25:23.185811 [ 3 ] {d16ed766-85bb-45e0-b2b0-97e4e0287c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1524 | 2024.07.04 19:25:23.185954 [ 3 ] {d16ed766-85bb-45e0-b2b0-97e4e0287c03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1525 | 2024.07.04 19:25:23.186277 [ 3 ] {d16ed766-85bb-45e0-b2b0-97e4e0287c03} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1526 | 2024.07.04 19:25:23.186313 [ 3 ] {d16ed766-85bb-45e0-b2b0-97e4e0287c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1527 | 2024.07.04 19:25:23.186922 [ 3 ] {d16ed766-85bb-45e0-b2b0-97e4e0287c03} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1528 | 2024.07.04 19:25:23.187574 [ 3 ] {d16ed766-85bb-45e0-b2b0-97e4e0287c03} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1529 | 2024.07.04 19:25:23.187768 [ 3 ] {d16ed766-85bb-45e0-b2b0-97e4e0287c03} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.002062 sec., 29097.963142580018 rows/sec., 2.04 MiB/sec. | ||
1530 | 2024.07.04 19:25:23.187939 [ 3 ] {d16ed766-85bb-45e0-b2b0-97e4e0287c03} <Debug> DynamicQueryHandler: Done processing query | ||
1531 | 2024.07.04 19:25:23.187963 [ 3 ] {d16ed766-85bb-45e0-b2b0-97e4e0287c03} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1532 | 2024.07.04 19:25:23.187979 [ 3 ] {} <Debug> HTTP-Session: fd990ce4-c336-4419-9d1e-acd68807df7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1533 | 2024.07.04 19:25:23.188084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1534 | 2024.07.04 19:25:23.188132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1535 | 2024.07.04 19:25:23.188152 [ 3 ] {} <Debug> HTTP-Session: f22e21cc-7b8a-4a1b-ae21-d91823b32d56 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1536 | 2024.07.04 19:25:23.188169 [ 3 ] {} <Debug> HTTP-Session: f22e21cc-7b8a-4a1b-ae21-d91823b32d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1537 | 2024.07.04 19:25:23.188183 [ 3 ] {} <Debug> HTTP-Session: f22e21cc-7b8a-4a1b-ae21-d91823b32d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1538 | 2024.07.04 19:25:23.188215 [ 3 ] {} <Trace> HTTP-Session: f22e21cc-7b8a-4a1b-ae21-d91823b32d56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1539 | 2024.07.04 19:25:23.188359 [ 3 ] {3f60d6bc-870c-4725-9e18-781d1bbb248a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1540 | 2024.07.04 19:25:23.188406 [ 3 ] {3f60d6bc-870c-4725-9e18-781d1bbb248a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1541 | 2024.07.04 19:25:23.188531 [ 3 ] {3f60d6bc-870c-4725-9e18-781d1bbb248a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1542 | 2024.07.04 19:25:23.188857 [ 3 ] {3f60d6bc-870c-4725-9e18-781d1bbb248a} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1543 | 2024.07.04 19:25:23.188894 [ 3 ] {3f60d6bc-870c-4725-9e18-781d1bbb248a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1544 | 2024.07.04 19:25:23.189390 [ 3 ] {3f60d6bc-870c-4725-9e18-781d1bbb248a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1545 | 2024.07.04 19:25:23.190013 [ 3 ] {3f60d6bc-870c-4725-9e18-781d1bbb248a} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1546 | 2024.07.04 19:25:23.190209 [ 3 ] {3f60d6bc-870c-4725-9e18-781d1bbb248a} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001885 sec., 15915.119363395226 rows/sec., 1.05 MiB/sec. | ||
1547 | 2024.07.04 19:25:23.190375 [ 3 ] {3f60d6bc-870c-4725-9e18-781d1bbb248a} <Debug> DynamicQueryHandler: Done processing query | ||
1548 | 2024.07.04 19:25:23.190400 [ 3 ] {3f60d6bc-870c-4725-9e18-781d1bbb248a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1549 | 2024.07.04 19:25:23.190416 [ 3 ] {} <Debug> HTTP-Session: f22e21cc-7b8a-4a1b-ae21-d91823b32d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1550 | 2024.07.04 19:25:28.181301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1551 | 2024.07.04 19:25:28.181430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1552 | 2024.07.04 19:25:28.181460 [ 3 ] {} <Debug> HTTP-Session: 300ae0f3-055f-4590-86c7-4603272c3a22 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1553 | 2024.07.04 19:25:28.181488 [ 3 ] {} <Debug> HTTP-Session: 300ae0f3-055f-4590-86c7-4603272c3a22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1554 | 2024.07.04 19:25:28.181506 [ 3 ] {} <Debug> HTTP-Session: 300ae0f3-055f-4590-86c7-4603272c3a22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1555 | 2024.07.04 19:25:28.181559 [ 3 ] {} <Trace> HTTP-Session: 300ae0f3-055f-4590-86c7-4603272c3a22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1556 | 2024.07.04 19:25:28.181816 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1557 | 2024.07.04 19:25:28.182181 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1558 | 2024.07.04 19:25:28.182224 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1559 | 2024.07.04 19:25:28.182518 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1560 | 2024.07.04 19:25:28.182598 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1561 | 2024.07.04 19:25:28.182766 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1562 | 2024.07.04 19:25:28.182925 [ 252 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1563 | 2024.07.04 19:25:28.182950 [ 253 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1564 | 2024.07.04 19:25:28.183122 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1565 | 2024.07.04 19:25:28.183154 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1566 | 2024.07.04 19:25:28.185257 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1567 | 2024.07.04 19:25:28.187352 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1568 | 2024.07.04 19:25:28.187432 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1569 | 2024.07.04 19:25:28.187487 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1570 | 2024.07.04 19:25:28.189298 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007598 sec., 2369.0444853908925 rows/sec., 96.91 KiB/sec. | ||
1571 | 2024.07.04 19:25:28.189628 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Debug> DynamicQueryHandler: Done processing query | ||
1572 | 2024.07.04 19:25:28.189654 [ 3 ] {c81f3515-1f77-4d92-a096-804566b34f6f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1573 | 2024.07.04 19:25:28.189670 [ 3 ] {} <Debug> HTTP-Session: 300ae0f3-055f-4590-86c7-4603272c3a22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1574 | 2024.07.04 19:25:28.190672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1575 | 2024.07.04 19:25:28.190720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1576 | 2024.07.04 19:25:28.190740 [ 3 ] {} <Debug> HTTP-Session: f44dc4e0-4a1f-480d-8a9d-7a1cf7017185 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1577 | 2024.07.04 19:25:28.190757 [ 3 ] {} <Debug> HTTP-Session: f44dc4e0-4a1f-480d-8a9d-7a1cf7017185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1578 | 2024.07.04 19:25:28.190771 [ 3 ] {} <Debug> HTTP-Session: f44dc4e0-4a1f-480d-8a9d-7a1cf7017185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1579 | 2024.07.04 19:25:28.190803 [ 3 ] {} <Trace> HTTP-Session: f44dc4e0-4a1f-480d-8a9d-7a1cf7017185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1580 | 2024.07.04 19:25:28.190940 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1581 | 2024.07.04 19:25:28.191203 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1582 | 2024.07.04 19:25:28.191242 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1583 | 2024.07.04 19:25:28.191497 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1584 | 2024.07.04 19:25:28.191561 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1585 | 2024.07.04 19:25:28.191694 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1586 | 2024.07.04 19:25:28.191767 [ 257 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1587 | 2024.07.04 19:25:28.191825 [ 256 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1588 | 2024.07.04 19:25:28.191971 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1589 | 2024.07.04 19:25:28.192001 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1590 | 2024.07.04 19:25:28.192077 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1591 | 2024.07.04 19:25:28.192096 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1592 | 2024.07.04 19:25:28.192137 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1593 | 2024.07.04 19:25:28.192178 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1594 | 2024.07.04 19:25:28.193526 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002647 sec., 6800.15111446921 rows/sec., 278.17 KiB/sec. | ||
1595 | 2024.07.04 19:25:28.193820 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Debug> DynamicQueryHandler: Done processing query | ||
1596 | 2024.07.04 19:25:28.193844 [ 3 ] {68b6c277-931e-47db-adf9-684f5a39543a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1597 | 2024.07.04 19:25:28.193862 [ 3 ] {} <Debug> HTTP-Session: f44dc4e0-4a1f-480d-8a9d-7a1cf7017185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1598 | 2024.07.04 19:25:28.194115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1599 | 2024.07.04 19:25:28.194162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1600 | 2024.07.04 19:25:28.194182 [ 3 ] {} <Debug> HTTP-Session: 02b5180e-d6c2-48b5-ba1e-35b0c931b666 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1601 | 2024.07.04 19:25:28.194197 [ 3 ] {} <Debug> HTTP-Session: 02b5180e-d6c2-48b5-ba1e-35b0c931b666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1602 | 2024.07.04 19:25:28.194211 [ 3 ] {} <Debug> HTTP-Session: 02b5180e-d6c2-48b5-ba1e-35b0c931b666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1603 | 2024.07.04 19:25:28.194242 [ 3 ] {} <Trace> HTTP-Session: 02b5180e-d6c2-48b5-ba1e-35b0c931b666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1604 | 2024.07.04 19:25:28.194379 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1605 | 2024.07.04 19:25:28.194642 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1606 | 2024.07.04 19:25:28.194683 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1607 | 2024.07.04 19:25:28.194940 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1608 | 2024.07.04 19:25:28.195005 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1609 | 2024.07.04 19:25:28.195139 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1610 | 2024.07.04 19:25:28.195238 [ 256 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1611 | 2024.07.04 19:25:28.195248 [ 252 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1612 | 2024.07.04 19:25:28.195352 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1613 | 2024.07.04 19:25:28.195381 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1614 | 2024.07.04 19:25:28.195458 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1615 | 2024.07.04 19:25:28.195478 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1616 | 2024.07.04 19:25:28.195515 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1617 | 2024.07.04 19:25:28.195553 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1618 | 2024.07.04 19:25:28.196950 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002634 sec., 6833.7129840546695 rows/sec., 279.55 KiB/sec. | ||
1619 | 2024.07.04 19:25:28.197243 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Debug> DynamicQueryHandler: Done processing query | ||
1620 | 2024.07.04 19:25:28.197267 [ 3 ] {486dfc95-fefc-4b3a-a87b-355d80d55b90} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1621 | 2024.07.04 19:25:28.197283 [ 3 ] {} <Debug> HTTP-Session: 02b5180e-d6c2-48b5-ba1e-35b0c931b666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1622 | 2024.07.04 19:25:28.197485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1623 | 2024.07.04 19:25:28.197531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1624 | 2024.07.04 19:25:28.197550 [ 3 ] {} <Debug> HTTP-Session: 6513c80b-bd3c-43f1-959a-d585d9aece60 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1625 | 2024.07.04 19:25:28.197566 [ 3 ] {} <Debug> HTTP-Session: 6513c80b-bd3c-43f1-959a-d585d9aece60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1626 | 2024.07.04 19:25:28.197580 [ 3 ] {} <Debug> HTTP-Session: 6513c80b-bd3c-43f1-959a-d585d9aece60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1627 | 2024.07.04 19:25:28.197610 [ 3 ] {} <Trace> HTTP-Session: 6513c80b-bd3c-43f1-959a-d585d9aece60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1628 | 2024.07.04 19:25:28.197748 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1629 | 2024.07.04 19:25:28.198010 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1630 | 2024.07.04 19:25:28.198050 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1631 | 2024.07.04 19:25:28.198310 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1632 | 2024.07.04 19:25:28.198374 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1633 | 2024.07.04 19:25:28.198509 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1634 | 2024.07.04 19:25:28.198564 [ 257 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1635 | 2024.07.04 19:25:28.198593 [ 255 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1636 | 2024.07.04 19:25:28.198683 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1637 | 2024.07.04 19:25:28.198712 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1638 | 2024.07.04 19:25:28.198788 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1639 | 2024.07.04 19:25:28.198808 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1640 | 2024.07.04 19:25:28.198846 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1641 | 2024.07.04 19:25:28.198883 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1642 | 2024.07.04 19:25:28.200219 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002536 sec., 7097.791798107255 rows/sec., 290.35 KiB/sec. | ||
1643 | 2024.07.04 19:25:28.200506 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Debug> DynamicQueryHandler: Done processing query | ||
1644 | 2024.07.04 19:25:28.200530 [ 3 ] {3152028a-7348-4f31-8d18-bc224fcf760b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1645 | 2024.07.04 19:25:28.200547 [ 3 ] {} <Debug> HTTP-Session: 6513c80b-bd3c-43f1-959a-d585d9aece60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1646 | 2024.07.04 19:25:28.201203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1647 | 2024.07.04 19:25:28.201251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1648 | 2024.07.04 19:25:28.201271 [ 3 ] {} <Debug> HTTP-Session: ecc97052-cf74-4f36-9e50-71395858979f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1649 | 2024.07.04 19:25:28.201287 [ 3 ] {} <Debug> HTTP-Session: ecc97052-cf74-4f36-9e50-71395858979f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1650 | 2024.07.04 19:25:28.201301 [ 3 ] {} <Debug> HTTP-Session: ecc97052-cf74-4f36-9e50-71395858979f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1651 | 2024.07.04 19:25:28.201331 [ 3 ] {} <Trace> HTTP-Session: ecc97052-cf74-4f36-9e50-71395858979f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1652 | 2024.07.04 19:25:28.201471 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1653 | 2024.07.04 19:25:28.201733 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1654 | 2024.07.04 19:25:28.201774 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1655 | 2024.07.04 19:25:28.202037 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1656 | 2024.07.04 19:25:28.202102 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1657 | 2024.07.04 19:25:28.202241 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1658 | 2024.07.04 19:25:28.202337 [ 257 ] {f8280c29-131d-436b-8674-b062879c0301} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1659 | 2024.07.04 19:25:28.202349 [ 252 ] {f8280c29-131d-436b-8674-b062879c0301} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1660 | 2024.07.04 19:25:28.202455 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
1661 | 2024.07.04 19:25:28.202483 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1662 | 2024.07.04 19:25:28.202560 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1663 | 2024.07.04 19:25:28.202580 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1664 | 2024.07.04 19:25:28.202617 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1665 | 2024.07.04 19:25:28.202654 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1666 | 2024.07.04 19:25:28.203722 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002317 sec., 7768.666378938282 rows/sec., 317.79 KiB/sec. | ||
1667 | 2024.07.04 19:25:28.204040 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Debug> DynamicQueryHandler: Done processing query | ||
1668 | 2024.07.04 19:25:28.204065 [ 3 ] {f8280c29-131d-436b-8674-b062879c0301} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1669 | 2024.07.04 19:25:28.204081 [ 3 ] {} <Debug> HTTP-Session: ecc97052-cf74-4f36-9e50-71395858979f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1670 | 2024.07.04 19:25:28.206754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1671 | 2024.07.04 19:25:28.206824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1672 | 2024.07.04 19:25:28.206850 [ 3 ] {} <Debug> HTTP-Session: 5cd72e31-ba77-4ba8-b813-8da6cf415fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1673 | 2024.07.04 19:25:28.206875 [ 3 ] {} <Debug> HTTP-Session: 5cd72e31-ba77-4ba8-b813-8da6cf415fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1674 | 2024.07.04 19:25:28.206891 [ 3 ] {} <Debug> HTTP-Session: 5cd72e31-ba77-4ba8-b813-8da6cf415fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1675 | 2024.07.04 19:25:28.206928 [ 3 ] {} <Trace> HTTP-Session: 5cd72e31-ba77-4ba8-b813-8da6cf415fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1676 | 2024.07.04 19:25:28.207062 [ 3 ] {1d940b6f-8ca2-4b5b-9077-0358bf6417e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1677 | 2024.07.04 19:25:28.207108 [ 3 ] {1d940b6f-8ca2-4b5b-9077-0358bf6417e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1678 | 2024.07.04 19:25:28.207278 [ 3 ] {1d940b6f-8ca2-4b5b-9077-0358bf6417e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1679 | 2024.07.04 19:25:28.207616 [ 3 ] {1d940b6f-8ca2-4b5b-9077-0358bf6417e2} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1680 | 2024.07.04 19:25:28.207653 [ 3 ] {1d940b6f-8ca2-4b5b-9077-0358bf6417e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1681 | 2024.07.04 19:25:28.208142 [ 3 ] {1d940b6f-8ca2-4b5b-9077-0358bf6417e2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1682 | 2024.07.04 19:25:28.208461 [ 3 ] {1d940b6f-8ca2-4b5b-9077-0358bf6417e2} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1683 | 2024.07.04 19:25:28.208595 [ 3 ] {1d940b6f-8ca2-4b5b-9077-0358bf6417e2} <Debug> executeQuery: Read 5 rows, 549.00 B in 0.001575 sec., 3174.6031746031745 rows/sec., 340.40 KiB/sec. | ||
1684 | 2024.07.04 19:25:28.208884 [ 3 ] {1d940b6f-8ca2-4b5b-9077-0358bf6417e2} <Debug> DynamicQueryHandler: Done processing query | ||
1685 | 2024.07.04 19:25:28.208909 [ 3 ] {1d940b6f-8ca2-4b5b-9077-0358bf6417e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1686 | 2024.07.04 19:25:28.208925 [ 3 ] {} <Debug> HTTP-Session: 5cd72e31-ba77-4ba8-b813-8da6cf415fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1687 | 2024.07.04 19:25:28.209065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 2060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1688 | 2024.07.04 19:25:28.209112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1689 | 2024.07.04 19:25:28.209131 [ 3 ] {} <Debug> HTTP-Session: f637f483-9924-49ce-aca0-c52fe017cd4e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1690 | 2024.07.04 19:25:28.209147 [ 3 ] {} <Debug> HTTP-Session: f637f483-9924-49ce-aca0-c52fe017cd4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1691 | 2024.07.04 19:25:28.209160 [ 3 ] {} <Debug> HTTP-Session: f637f483-9924-49ce-aca0-c52fe017cd4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1692 | 2024.07.04 19:25:28.209190 [ 3 ] {} <Trace> HTTP-Session: f637f483-9924-49ce-aca0-c52fe017cd4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1693 | 2024.07.04 19:25:28.209287 [ 3 ] {8e56cf18-a01f-4f7c-bdbe-76c466b108ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1694 | 2024.07.04 19:25:28.209330 [ 3 ] {8e56cf18-a01f-4f7c-bdbe-76c466b108ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1695 | 2024.07.04 19:25:28.209473 [ 3 ] {8e56cf18-a01f-4f7c-bdbe-76c466b108ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1696 | 2024.07.04 19:25:28.210364 [ 3 ] {8e56cf18-a01f-4f7c-bdbe-76c466b108ed} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1697 | 2024.07.04 19:25:28.210397 [ 3 ] {8e56cf18-a01f-4f7c-bdbe-76c466b108ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1698 | 2024.07.04 19:25:28.210698 [ 3 ] {8e56cf18-a01f-4f7c-bdbe-76c466b108ed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1699 | 2024.07.04 19:25:28.211000 [ 3 ] {8e56cf18-a01f-4f7c-bdbe-76c466b108ed} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1700 | 2024.07.04 19:25:28.211115 [ 3 ] {8e56cf18-a01f-4f7c-bdbe-76c466b108ed} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001856 sec., 7543.103448275862 rows/sec., 611.40 KiB/sec. | ||
1701 | 2024.07.04 19:25:28.211301 [ 3 ] {8e56cf18-a01f-4f7c-bdbe-76c466b108ed} <Debug> DynamicQueryHandler: Done processing query | ||
1702 | 2024.07.04 19:25:28.211324 [ 3 ] {8e56cf18-a01f-4f7c-bdbe-76c466b108ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1703 | 2024.07.04 19:25:28.211339 [ 3 ] {} <Debug> HTTP-Session: f637f483-9924-49ce-aca0-c52fe017cd4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1704 | 2024.07.04 19:25:28.211525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 14251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1705 | 2024.07.04 19:25:28.211572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1706 | 2024.07.04 19:25:28.211590 [ 3 ] {} <Debug> HTTP-Session: adfd42d6-2c47-4f2b-8273-446a1849e921 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1707 | 2024.07.04 19:25:28.211606 [ 3 ] {} <Debug> HTTP-Session: adfd42d6-2c47-4f2b-8273-446a1849e921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1708 | 2024.07.04 19:25:28.211620 [ 3 ] {} <Debug> HTTP-Session: adfd42d6-2c47-4f2b-8273-446a1849e921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1709 | 2024.07.04 19:25:28.211650 [ 3 ] {} <Trace> HTTP-Session: adfd42d6-2c47-4f2b-8273-446a1849e921 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1710 | 2024.07.04 19:25:28.211795 [ 3 ] {f1c14f81-336f-467d-863d-039041187014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1711 | 2024.07.04 19:25:28.211836 [ 3 ] {f1c14f81-336f-467d-863d-039041187014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1712 | 2024.07.04 19:25:28.211956 [ 3 ] {f1c14f81-336f-467d-863d-039041187014} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1713 | 2024.07.04 19:25:28.212313 [ 3 ] {f1c14f81-336f-467d-863d-039041187014} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1714 | 2024.07.04 19:25:28.212349 [ 3 ] {f1c14f81-336f-467d-863d-039041187014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1715 | 2024.07.04 19:25:28.212712 [ 3 ] {f1c14f81-336f-467d-863d-039041187014} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1716 | 2024.07.04 19:25:28.213015 [ 3 ] {f1c14f81-336f-467d-863d-039041187014} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1717 | 2024.07.04 19:25:28.213126 [ 100 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1718 | 2024.07.04 19:25:28.213135 [ 3 ] {f1c14f81-336f-467d-863d-039041187014} <Debug> executeQuery: Read 99 rows, 8.22 KiB in 0.001414 sec., 70014.14427157003 rows/sec., 5.68 MiB/sec. | ||
1719 | 2024.07.04 19:25:28.213178 [ 100 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1720 | 2024.07.04 19:25:28.213229 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1721 | 2024.07.04 19:25:28.213373 [ 3 ] {f1c14f81-336f-467d-863d-039041187014} <Debug> DynamicQueryHandler: Done processing query | ||
1722 | 2024.07.04 19:25:28.213400 [ 3 ] {f1c14f81-336f-467d-863d-039041187014} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1723 | 2024.07.04 19:25:28.213424 [ 3 ] {} <Debug> HTTP-Session: adfd42d6-2c47-4f2b-8273-446a1849e921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1724 | 2024.07.04 19:25:28.213527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1725 | 2024.07.04 19:25:28.213573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1726 | 2024.07.04 19:25:28.213592 [ 3 ] {} <Debug> HTTP-Session: f4f8a9d1-3187-445c-844f-923d83ca7ffd Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1727 | 2024.07.04 19:25:28.213608 [ 3 ] {} <Debug> HTTP-Session: f4f8a9d1-3187-445c-844f-923d83ca7ffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1728 | 2024.07.04 19:25:28.213621 [ 3 ] {} <Debug> HTTP-Session: f4f8a9d1-3187-445c-844f-923d83ca7ffd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1729 | 2024.07.04 19:25:28.213651 [ 3 ] {} <Trace> HTTP-Session: f4f8a9d1-3187-445c-844f-923d83ca7ffd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1730 | 2024.07.04 19:25:28.213740 [ 3 ] {91ff7766-97ab-400c-9d10-bb8fd804a19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1731 | 2024.07.04 19:25:28.213782 [ 3 ] {91ff7766-97ab-400c-9d10-bb8fd804a19e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1732 | 2024.07.04 19:25:28.213906 [ 3 ] {91ff7766-97ab-400c-9d10-bb8fd804a19e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1733 | 2024.07.04 19:25:28.215396 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
1734 | 2024.07.04 19:25:28.215551 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1735 | 2024.07.04 19:25:28.215654 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
1736 | 2024.07.04 19:25:28.215770 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
1737 | 2024.07.04 19:25:28.215891 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
1738 | 2024.07.04 19:25:28.216105 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
1739 | 2024.07.04 19:25:28.216409 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
1740 | 2024.07.04 19:25:28.216786 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 99 rows starting from the beginning of the part | ||
1741 | 2024.07.04 19:25:28.217307 [ 3 ] {91ff7766-97ab-400c-9d10-bb8fd804a19e} <Trace> oximeter.fields_u32 (d8fa4680-c29f-442a-a292-d452689eea9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1742 | 2024.07.04 19:25:28.217376 [ 3 ] {91ff7766-97ab-400c-9d10-bb8fd804a19e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1743 | 2024.07.04 19:25:28.218223 [ 3 ] {91ff7766-97ab-400c-9d10-bb8fd804a19e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1744 | 2024.07.04 19:25:28.219254 [ 3 ] {91ff7766-97ab-400c-9d10-bb8fd804a19e} <Trace> oximeter.fields_u32 (d8fa4680-c29f-442a-a292-d452689eea9e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1745 | 2024.07.04 19:25:28.219738 [ 3 ] {91ff7766-97ab-400c-9d10-bb8fd804a19e} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.005998 sec., 166.72224074691565 rows/sec., 11.07 KiB/sec. | ||
1746 | 2024.07.04 19:25:28.219797 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 4 columns (4 merged, 0 gathered) in 0.006467812 sec., 30458.522913158267 rows/sec., 2.43 MiB/sec. | ||
1747 | 2024.07.04 19:25:28.220082 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1748 | 2024.07.04 19:25:28.220123 [ 3 ] {91ff7766-97ab-400c-9d10-bb8fd804a19e} <Debug> DynamicQueryHandler: Done processing query | ||
1749 | 2024.07.04 19:25:28.220174 [ 3 ] {91ff7766-97ab-400c-9d10-bb8fd804a19e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1750 | 2024.07.04 19:25:28.220193 [ 3 ] {} <Debug> HTTP-Session: f4f8a9d1-3187-445c-844f-923d83ca7ffd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1751 | 2024.07.04 19:25:28.220391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 14773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1752 | 2024.07.04 19:25:28.220490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1753 | 2024.07.04 19:25:28.220516 [ 3 ] {} <Debug> HTTP-Session: eb94fea5-5da2-4b1e-b565-0ba62e148478 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1754 | 2024.07.04 19:25:28.220550 [ 3 ] {} <Debug> HTTP-Session: eb94fea5-5da2-4b1e-b565-0ba62e148478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1755 | 2024.07.04 19:25:28.220576 [ 3 ] {} <Debug> HTTP-Session: eb94fea5-5da2-4b1e-b565-0ba62e148478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1756 | 2024.07.04 19:25:28.220629 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_6_1} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1757 | 2024.07.04 19:25:28.220650 [ 3 ] {} <Trace> HTTP-Session: eb94fea5-5da2-4b1e-b565-0ba62e148478 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1758 | 2024.07.04 19:25:28.220776 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_6_1} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1759 | 2024.07.04 19:25:28.220923 [ 3 ] {a579602e-949a-440b-bd26-93910695e7e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1760 | 2024.07.04 19:25:28.220960 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1761 | 2024.07.04 19:25:28.221003 [ 3 ] {a579602e-949a-440b-bd26-93910695e7e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1762 | 2024.07.04 19:25:28.221169 [ 3 ] {a579602e-949a-440b-bd26-93910695e7e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1763 | 2024.07.04 19:25:28.221536 [ 3 ] {a579602e-949a-440b-bd26-93910695e7e8} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1764 | 2024.07.04 19:25:28.221572 [ 3 ] {a579602e-949a-440b-bd26-93910695e7e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1765 | 2024.07.04 19:25:28.221908 [ 3 ] {a579602e-949a-440b-bd26-93910695e7e8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1766 | 2024.07.04 19:25:28.222217 [ 3 ] {a579602e-949a-440b-bd26-93910695e7e8} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1767 | 2024.07.04 19:25:28.222337 [ 3 ] {a579602e-949a-440b-bd26-93910695e7e8} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001538 sec., 56566.9700910273 rows/sec., 4.42 MiB/sec. | ||
1768 | 2024.07.04 19:25:28.222338 [ 100 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1769 | 2024.07.04 19:25:28.222400 [ 100 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1770 | 2024.07.04 19:25:28.222437 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1771 | 2024.07.04 19:25:28.222544 [ 3 ] {a579602e-949a-440b-bd26-93910695e7e8} <Debug> DynamicQueryHandler: Done processing query | ||
1772 | 2024.07.04 19:25:28.222628 [ 3 ] {a579602e-949a-440b-bd26-93910695e7e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1773 | 2024.07.04 19:25:28.222727 [ 3 ] {} <Debug> HTTP-Session: eb94fea5-5da2-4b1e-b565-0ba62e148478 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1774 | 2024.07.04 19:25:28.222942 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
1775 | 2024.07.04 19:25:28.223017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 22995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1776 | 2024.07.04 19:25:28.223098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1777 | 2024.07.04 19:25:28.223148 [ 3 ] {} <Debug> HTTP-Session: 5acab84e-9365-4cd8-bcbd-17624c4a4598 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1778 | 2024.07.04 19:25:28.223185 [ 3 ] {} <Debug> HTTP-Session: 5acab84e-9365-4cd8-bcbd-17624c4a4598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1779 | 2024.07.04 19:25:28.223223 [ 3 ] {} <Debug> HTTP-Session: 5acab84e-9365-4cd8-bcbd-17624c4a4598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1780 | 2024.07.04 19:25:28.223309 [ 3 ] {} <Trace> HTTP-Session: 5acab84e-9365-4cd8-bcbd-17624c4a4598 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1781 | 2024.07.04 19:25:28.223325 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1782 | 2024.07.04 19:25:28.223429 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
1783 | 2024.07.04 19:25:28.223657 [ 3 ] {dff9b1a8-31c8-4b75-9180-81a9b5dbcf28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1784 | 2024.07.04 19:25:28.223839 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
1785 | 2024.07.04 19:25:28.223904 [ 3 ] {dff9b1a8-31c8-4b75-9180-81a9b5dbcf28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1786 | 2024.07.04 19:25:28.224236 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
1787 | 2024.07.04 19:25:28.224653 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
1788 | 2024.07.04 19:25:28.224781 [ 3 ] {dff9b1a8-31c8-4b75-9180-81a9b5dbcf28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1789 | 2024.07.04 19:25:28.225020 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
1790 | 2024.07.04 19:25:28.225302 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 87 rows starting from the beginning of the part | ||
1791 | 2024.07.04 19:25:28.226040 [ 3 ] {dff9b1a8-31c8-4b75-9180-81a9b5dbcf28} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1792 | 2024.07.04 19:25:28.226108 [ 3 ] {dff9b1a8-31c8-4b75-9180-81a9b5dbcf28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1793 | 2024.07.04 19:25:28.227195 [ 3 ] {dff9b1a8-31c8-4b75-9180-81a9b5dbcf28} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1794 | 2024.07.04 19:25:28.228178 [ 197 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 4 columns (4 merged, 0 gathered) in 0.005650321 sec., 37343.01113157996 rows/sec., 2.92 MiB/sec. | ||
1795 | 2024.07.04 19:25:28.228221 [ 3 ] {dff9b1a8-31c8-4b75-9180-81a9b5dbcf28} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1796 | 2024.07.04 19:25:28.228405 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1797 | 2024.07.04 19:25:28.228432 [ 3 ] {dff9b1a8-31c8-4b75-9180-81a9b5dbcf28} <Debug> executeQuery: Read 120 rows, 8.57 KiB in 0.004993 sec., 24033.647105948326 rows/sec., 1.68 MiB/sec. | ||
1798 | 2024.07.04 19:25:28.228460 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1799 | 2024.07.04 19:25:28.228491 [ 189 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1800 | 2024.07.04 19:25:28.228561 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1801 | 2024.07.04 19:25:28.228985 [ 190 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
1802 | 2024.07.04 19:25:28.229068 [ 3 ] {dff9b1a8-31c8-4b75-9180-81a9b5dbcf28} <Debug> DynamicQueryHandler: Done processing query | ||
1803 | 2024.07.04 19:25:28.229188 [ 3 ] {dff9b1a8-31c8-4b75-9180-81a9b5dbcf28} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1804 | 2024.07.04 19:25:28.229514 [ 3 ] {} <Debug> HTTP-Session: 5acab84e-9365-4cd8-bcbd-17624c4a4598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1805 | 2024.07.04 19:25:28.229607 [ 190 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1806 | 2024.07.04 19:25:28.229709 [ 190 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
1807 | 2024.07.04 19:25:28.229768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1808 | 2024.07.04 19:25:28.230089 [ 190 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
1809 | 2024.07.04 19:25:28.230200 [ 189 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1810 | 2024.07.04 19:25:28.230262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1811 | 2024.07.04 19:25:28.230493 [ 3 ] {} <Debug> HTTP-Session: 862bb544-0041-4c7f-8ad9-14a3603dd8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1812 | 2024.07.04 19:25:28.230509 [ 190 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
1813 | 2024.07.04 19:25:28.230641 [ 189 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_6_1} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1814 | 2024.07.04 19:25:28.230652 [ 3 ] {} <Debug> HTTP-Session: 862bb544-0041-4c7f-8ad9-14a3603dd8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1815 | 2024.07.04 19:25:28.230908 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1816 | 2024.07.04 19:25:28.230950 [ 190 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
1817 | 2024.07.04 19:25:28.231026 [ 3 ] {} <Debug> HTTP-Session: 862bb544-0041-4c7f-8ad9-14a3603dd8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1818 | 2024.07.04 19:25:28.231241 [ 190 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
1819 | 2024.07.04 19:25:28.231268 [ 3 ] {} <Trace> HTTP-Session: 862bb544-0041-4c7f-8ad9-14a3603dd8d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1820 | 2024.07.04 19:25:28.231480 [ 190 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 120 rows starting from the beginning of the part | ||
1821 | 2024.07.04 19:25:28.231859 [ 3 ] {d16910c4-a253-46b2-b13e-375c94b29b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1822 | 2024.07.04 19:25:28.232050 [ 3 ] {d16910c4-a253-46b2-b13e-375c94b29b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1823 | 2024.07.04 19:25:28.232498 [ 3 ] {d16910c4-a253-46b2-b13e-375c94b29b1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1824 | 2024.07.04 19:25:28.233532 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.004764488 sec., 59607.664034414614 rows/sec., 4.19 MiB/sec. | ||
1825 | 2024.07.04 19:25:28.233694 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1826 | 2024.07.04 19:25:28.234103 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1827 | 2024.07.04 19:25:28.234177 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1828 | 2024.07.04 19:25:28.234254 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1829 | 2024.07.04 19:25:28.235003 [ 3 ] {d16910c4-a253-46b2-b13e-375c94b29b1b} <Trace> oximeter.measurements_f64 (31de1bf7-782f-4f85-8aad-1a8125e364aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1830 | 2024.07.04 19:25:28.235046 [ 3 ] {d16910c4-a253-46b2-b13e-375c94b29b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1831 | 2024.07.04 19:25:28.237867 [ 3 ] {d16910c4-a253-46b2-b13e-375c94b29b1b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1832 | 2024.07.04 19:25:28.238211 [ 3 ] {d16910c4-a253-46b2-b13e-375c94b29b1b} <Trace> oximeter.measurements_f64 (31de1bf7-782f-4f85-8aad-1a8125e364aa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1833 | 2024.07.04 19:25:28.238334 [ 3 ] {d16910c4-a253-46b2-b13e-375c94b29b1b} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.006775 sec., 147.60147601476015 rows/sec., 9.37 KiB/sec. | ||
1834 | 2024.07.04 19:25:28.238629 [ 3 ] {d16910c4-a253-46b2-b13e-375c94b29b1b} <Debug> DynamicQueryHandler: Done processing query | ||
1835 | 2024.07.04 19:25:28.238655 [ 3 ] {d16910c4-a253-46b2-b13e-375c94b29b1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1836 | 2024.07.04 19:25:28.238672 [ 3 ] {} <Debug> HTTP-Session: 862bb544-0041-4c7f-8ad9-14a3603dd8d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1837 | 2024.07.04 19:25:28.238859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 22305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1838 | 2024.07.04 19:25:28.238913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1839 | 2024.07.04 19:25:28.238933 [ 3 ] {} <Debug> HTTP-Session: 8cd20401-d8fe-4ffa-99e1-0413289ec795 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1840 | 2024.07.04 19:25:28.238950 [ 3 ] {} <Debug> HTTP-Session: 8cd20401-d8fe-4ffa-99e1-0413289ec795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1841 | 2024.07.04 19:25:28.238964 [ 3 ] {} <Debug> HTTP-Session: 8cd20401-d8fe-4ffa-99e1-0413289ec795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1842 | 2024.07.04 19:25:28.238996 [ 3 ] {} <Trace> HTTP-Session: 8cd20401-d8fe-4ffa-99e1-0413289ec795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1843 | 2024.07.04 19:25:28.239335 [ 3 ] {86b5116e-148a-42b9-9d76-61692f136104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1844 | 2024.07.04 19:25:28.239405 [ 3 ] {86b5116e-148a-42b9-9d76-61692f136104} <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 | ||
1845 | 2024.07.04 19:25:28.239828 [ 3 ] {86b5116e-148a-42b9-9d76-61692f136104} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1846 | 2024.07.04 19:25:28.240468 [ 3 ] {86b5116e-148a-42b9-9d76-61692f136104} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1847 | 2024.07.04 19:25:28.240503 [ 3 ] {86b5116e-148a-42b9-9d76-61692f136104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1848 | 2024.07.04 19:25:28.243112 [ 3 ] {86b5116e-148a-42b9-9d76-61692f136104} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1849 | 2024.07.04 19:25:28.243636 [ 3 ] {86b5116e-148a-42b9-9d76-61692f136104} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1850 | 2024.07.04 19:25:28.243798 [ 3 ] {86b5116e-148a-42b9-9d76-61692f136104} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.004724 sec., 2963.5901778154107 rows/sec., 5.31 MiB/sec. | ||
1851 | 2024.07.04 19:25:28.244027 [ 3 ] {86b5116e-148a-42b9-9d76-61692f136104} <Debug> DynamicQueryHandler: Done processing query | ||
1852 | 2024.07.04 19:25:28.244053 [ 3 ] {86b5116e-148a-42b9-9d76-61692f136104} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
1853 | 2024.07.04 19:25:28.244071 [ 3 ] {} <Debug> HTTP-Session: 8cd20401-d8fe-4ffa-99e1-0413289ec795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1854 | 2024.07.04 19:25:28.244192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 2427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1855 | 2024.07.04 19:25:28.244240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1856 | 2024.07.04 19:25:28.244260 [ 3 ] {} <Debug> HTTP-Session: c571eaaf-890c-4839-9092-6170146f672b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1857 | 2024.07.04 19:25:28.244276 [ 3 ] {} <Debug> HTTP-Session: c571eaaf-890c-4839-9092-6170146f672b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1858 | 2024.07.04 19:25:28.244291 [ 3 ] {} <Debug> HTTP-Session: c571eaaf-890c-4839-9092-6170146f672b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1859 | 2024.07.04 19:25:28.244322 [ 3 ] {} <Trace> HTTP-Session: c571eaaf-890c-4839-9092-6170146f672b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1860 | 2024.07.04 19:25:28.244419 [ 3 ] {607913c2-45d1-4ee4-81a9-482b87fedbe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1861 | 2024.07.04 19:25:28.244462 [ 3 ] {607913c2-45d1-4ee4-81a9-482b87fedbe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1862 | 2024.07.04 19:25:28.244589 [ 3 ] {607913c2-45d1-4ee4-81a9-482b87fedbe2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1863 | 2024.07.04 19:25:28.244862 [ 3 ] {607913c2-45d1-4ee4-81a9-482b87fedbe2} <Trace> oximeter.measurements_i64 (e69076e9-cec4-470d-a40d-b5bee0adf2d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1864 | 2024.07.04 19:25:28.244897 [ 3 ] {607913c2-45d1-4ee4-81a9-482b87fedbe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1865 | 2024.07.04 19:25:28.245267 [ 3 ] {607913c2-45d1-4ee4-81a9-482b87fedbe2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1866 | 2024.07.04 19:25:28.245585 [ 3 ] {607913c2-45d1-4ee4-81a9-482b87fedbe2} <Trace> oximeter.measurements_i64 (e69076e9-cec4-470d-a40d-b5bee0adf2d3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1867 | 2024.07.04 19:25:28.245707 [ 3 ] {607913c2-45d1-4ee4-81a9-482b87fedbe2} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001315 sec., 11406.84410646388 rows/sec., 848.83 KiB/sec. | ||
1868 | 2024.07.04 19:25:28.245969 [ 3 ] {607913c2-45d1-4ee4-81a9-482b87fedbe2} <Debug> DynamicQueryHandler: Done processing query | ||
1869 | 2024.07.04 19:25:28.245994 [ 3 ] {607913c2-45d1-4ee4-81a9-482b87fedbe2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1870 | 2024.07.04 19:25:28.246011 [ 3 ] {} <Debug> HTTP-Session: c571eaaf-890c-4839-9092-6170146f672b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1871 | 2024.07.04 19:25:28.246120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1872 | 2024.07.04 19:25:28.246169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1873 | 2024.07.04 19:25:28.246188 [ 3 ] {} <Debug> HTTP-Session: baed8c21-792e-4b05-9464-2c21abb80485 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1874 | 2024.07.04 19:25:28.246205 [ 3 ] {} <Debug> HTTP-Session: baed8c21-792e-4b05-9464-2c21abb80485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1875 | 2024.07.04 19:25:28.246218 [ 3 ] {} <Debug> HTTP-Session: baed8c21-792e-4b05-9464-2c21abb80485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1876 | 2024.07.04 19:25:28.246248 [ 3 ] {} <Trace> HTTP-Session: baed8c21-792e-4b05-9464-2c21abb80485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1877 | 2024.07.04 19:25:28.246365 [ 3 ] {958d5664-974e-464c-bd68-ddd47909f47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1878 | 2024.07.04 19:25:28.246416 [ 3 ] {958d5664-974e-464c-bd68-ddd47909f47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1879 | 2024.07.04 19:25:28.246564 [ 3 ] {958d5664-974e-464c-bd68-ddd47909f47d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1880 | 2024.07.04 19:25:28.246868 [ 3 ] {958d5664-974e-464c-bd68-ddd47909f47d} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1881 | 2024.07.04 19:25:28.246904 [ 3 ] {958d5664-974e-464c-bd68-ddd47909f47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1882 | 2024.07.04 19:25:28.247271 [ 3 ] {958d5664-974e-464c-bd68-ddd47909f47d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1883 | 2024.07.04 19:25:28.247586 [ 3 ] {958d5664-974e-464c-bd68-ddd47909f47d} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1884 | 2024.07.04 19:25:28.247729 [ 3 ] {958d5664-974e-464c-bd68-ddd47909f47d} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.001389 sec., 34557.235421166304 rows/sec., 2.32 MiB/sec. | ||
1885 | 2024.07.04 19:25:28.247739 [ 99 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1886 | 2024.07.04 19:25:28.247819 [ 99 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1887 | 2024.07.04 19:25:28.247877 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1888 | 2024.07.04 19:25:28.248069 [ 3 ] {958d5664-974e-464c-bd68-ddd47909f47d} <Debug> DynamicQueryHandler: Done processing query | ||
1889 | 2024.07.04 19:25:28.248216 [ 3 ] {958d5664-974e-464c-bd68-ddd47909f47d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1890 | 2024.07.04 19:25:28.248243 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
1891 | 2024.07.04 19:25:28.248297 [ 3 ] {} <Debug> HTTP-Session: baed8c21-792e-4b05-9464-2c21abb80485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1892 | 2024.07.04 19:25:28.248464 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1893 | 2024.07.04 19:25:28.248500 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
1894 | 2024.07.04 19:25:28.248567 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
1895 | 2024.07.04 19:25:28.248763 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 18 rows starting from the beginning of the part | ||
1896 | 2024.07.04 19:25:28.248959 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
1897 | 2024.07.04 19:25:28.249075 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
1898 | 2024.07.04 19:25:28.249267 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 48 rows starting from the beginning of the part | ||
1899 | 2024.07.04 19:25:28.250400 [ 192 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 4 columns (4 merged, 0 gathered) in 0.002433935 sec., 57520.024158410146 rows/sec., 3.79 MiB/sec. | ||
1900 | 2024.07.04 19:25:28.250541 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1901 | 2024.07.04 19:25:28.250924 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_6_1} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1902 | 2024.07.04 19:25:28.251001 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_6_1} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1903 | 2024.07.04 19:25:28.251075 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1904 | 2024.07.04 19:25:31.783627 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1905 | 2024.07.04 19:25:31.783699 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1906 | 2024.07.04 19:25:33.185327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1907 | 2024.07.04 19:25:33.185445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1908 | 2024.07.04 19:25:33.185474 [ 3 ] {} <Debug> HTTP-Session: d4003557-0085-42af-8b7c-7e738a56145b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1909 | 2024.07.04 19:25:33.185502 [ 3 ] {} <Debug> HTTP-Session: d4003557-0085-42af-8b7c-7e738a56145b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1910 | 2024.07.04 19:25:33.185521 [ 3 ] {} <Debug> HTTP-Session: d4003557-0085-42af-8b7c-7e738a56145b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1911 | 2024.07.04 19:25:33.185576 [ 3 ] {} <Trace> HTTP-Session: d4003557-0085-42af-8b7c-7e738a56145b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1912 | 2024.07.04 19:25:33.185787 [ 3 ] {70f2eca7-b1af-4973-bb44-7a671b779607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1913 | 2024.07.04 19:25:33.185857 [ 3 ] {70f2eca7-b1af-4973-bb44-7a671b779607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1914 | 2024.07.04 19:25:33.186060 [ 3 ] {70f2eca7-b1af-4973-bb44-7a671b779607} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1915 | 2024.07.04 19:25:33.186609 [ 3 ] {70f2eca7-b1af-4973-bb44-7a671b779607} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1916 | 2024.07.04 19:25:33.186649 [ 3 ] {70f2eca7-b1af-4973-bb44-7a671b779607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1917 | 2024.07.04 19:25:33.187009 [ 3 ] {70f2eca7-b1af-4973-bb44-7a671b779607} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1918 | 2024.07.04 19:25:33.187326 [ 3 ] {70f2eca7-b1af-4973-bb44-7a671b779607} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1919 | 2024.07.04 19:25:33.187490 [ 3 ] {70f2eca7-b1af-4973-bb44-7a671b779607} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001779 sec., 31478.358628442948 rows/sec., 2.40 MiB/sec. | ||
1920 | 2024.07.04 19:25:33.187679 [ 3 ] {70f2eca7-b1af-4973-bb44-7a671b779607} <Debug> DynamicQueryHandler: Done processing query | ||
1921 | 2024.07.04 19:25:33.187705 [ 3 ] {70f2eca7-b1af-4973-bb44-7a671b779607} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1922 | 2024.07.04 19:25:33.187722 [ 3 ] {} <Debug> HTTP-Session: d4003557-0085-42af-8b7c-7e738a56145b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1923 | 2024.07.04 19:25:33.187865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1924 | 2024.07.04 19:25:33.187913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1925 | 2024.07.04 19:25:33.187932 [ 3 ] {} <Debug> HTTP-Session: fe31b40b-260c-4a3e-b4e2-f4ac70e2a767 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1926 | 2024.07.04 19:25:33.187948 [ 3 ] {} <Debug> HTTP-Session: fe31b40b-260c-4a3e-b4e2-f4ac70e2a767 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1927 | 2024.07.04 19:25:33.187962 [ 3 ] {} <Debug> HTTP-Session: fe31b40b-260c-4a3e-b4e2-f4ac70e2a767 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1928 | 2024.07.04 19:25:33.187992 [ 3 ] {} <Trace> HTTP-Session: fe31b40b-260c-4a3e-b4e2-f4ac70e2a767 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1929 | 2024.07.04 19:25:33.188106 [ 3 ] {a58d759a-0f05-482c-b025-7e0fd9ff3890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1930 | 2024.07.04 19:25:33.188147 [ 3 ] {a58d759a-0f05-482c-b025-7e0fd9ff3890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1931 | 2024.07.04 19:25:33.188274 [ 3 ] {a58d759a-0f05-482c-b025-7e0fd9ff3890} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1932 | 2024.07.04 19:25:33.188662 [ 3 ] {a58d759a-0f05-482c-b025-7e0fd9ff3890} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1933 | 2024.07.04 19:25:33.188697 [ 3 ] {a58d759a-0f05-482c-b025-7e0fd9ff3890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1934 | 2024.07.04 19:25:33.189009 [ 3 ] {a58d759a-0f05-482c-b025-7e0fd9ff3890} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1935 | 2024.07.04 19:25:33.189303 [ 3 ] {a58d759a-0f05-482c-b025-7e0fd9ff3890} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1936 | 2024.07.04 19:25:33.189450 [ 3 ] {a58d759a-0f05-482c-b025-7e0fd9ff3890} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001384 sec., 46242.774566473985 rows/sec., 3.61 MiB/sec. | ||
1937 | 2024.07.04 19:25:33.189613 [ 3 ] {a58d759a-0f05-482c-b025-7e0fd9ff3890} <Debug> DynamicQueryHandler: Done processing query | ||
1938 | 2024.07.04 19:25:33.189637 [ 3 ] {a58d759a-0f05-482c-b025-7e0fd9ff3890} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1939 | 2024.07.04 19:25:33.189652 [ 3 ] {} <Debug> HTTP-Session: fe31b40b-260c-4a3e-b4e2-f4ac70e2a767 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1940 | 2024.07.04 19:25:33.189843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1941 | 2024.07.04 19:25:33.189897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1942 | 2024.07.04 19:25:33.189915 [ 3 ] {} <Debug> HTTP-Session: 7896edbb-95fb-463d-ae07-bc91fe631a50 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1943 | 2024.07.04 19:25:33.189931 [ 3 ] {} <Debug> HTTP-Session: 7896edbb-95fb-463d-ae07-bc91fe631a50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1944 | 2024.07.04 19:25:33.189945 [ 3 ] {} <Debug> HTTP-Session: 7896edbb-95fb-463d-ae07-bc91fe631a50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1945 | 2024.07.04 19:25:33.189976 [ 3 ] {} <Trace> HTTP-Session: 7896edbb-95fb-463d-ae07-bc91fe631a50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1946 | 2024.07.04 19:25:33.190117 [ 3 ] {4fcef250-d5d0-4d7a-94fa-da01fc7a780b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1947 | 2024.07.04 19:25:33.190161 [ 3 ] {4fcef250-d5d0-4d7a-94fa-da01fc7a780b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1948 | 2024.07.04 19:25:33.190308 [ 3 ] {4fcef250-d5d0-4d7a-94fa-da01fc7a780b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1949 | 2024.07.04 19:25:33.190726 [ 3 ] {4fcef250-d5d0-4d7a-94fa-da01fc7a780b} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1950 | 2024.07.04 19:25:33.190760 [ 3 ] {4fcef250-d5d0-4d7a-94fa-da01fc7a780b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1951 | 2024.07.04 19:25:33.191146 [ 3 ] {4fcef250-d5d0-4d7a-94fa-da01fc7a780b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1952 | 2024.07.04 19:25:33.191470 [ 3 ] {4fcef250-d5d0-4d7a-94fa-da01fc7a780b} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1953 | 2024.07.04 19:25:33.191624 [ 3 ] {4fcef250-d5d0-4d7a-94fa-da01fc7a780b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
1954 | 2024.07.04 19:25:33.191792 [ 3 ] {4fcef250-d5d0-4d7a-94fa-da01fc7a780b} <Debug> DynamicQueryHandler: Done processing query | ||
1955 | 2024.07.04 19:25:33.191815 [ 3 ] {4fcef250-d5d0-4d7a-94fa-da01fc7a780b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1956 | 2024.07.04 19:25:33.191830 [ 3 ] {} <Debug> HTTP-Session: 7896edbb-95fb-463d-ae07-bc91fe631a50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1957 | 2024.07.04 19:25:33.191946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1958 | 2024.07.04 19:25:33.191993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1959 | 2024.07.04 19:25:33.192011 [ 3 ] {} <Debug> HTTP-Session: eb455599-3eaf-4c58-a56e-751b3a4f08ff Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1960 | 2024.07.04 19:25:33.192027 [ 3 ] {} <Debug> HTTP-Session: eb455599-3eaf-4c58-a56e-751b3a4f08ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1961 | 2024.07.04 19:25:33.192041 [ 3 ] {} <Debug> HTTP-Session: eb455599-3eaf-4c58-a56e-751b3a4f08ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1962 | 2024.07.04 19:25:33.192071 [ 3 ] {} <Trace> HTTP-Session: eb455599-3eaf-4c58-a56e-751b3a4f08ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1963 | 2024.07.04 19:25:33.192196 [ 3 ] {7752b550-ff56-439f-b20e-f7fe5847bdb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1964 | 2024.07.04 19:25:33.192238 [ 3 ] {7752b550-ff56-439f-b20e-f7fe5847bdb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1965 | 2024.07.04 19:25:33.192363 [ 3 ] {7752b550-ff56-439f-b20e-f7fe5847bdb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1966 | 2024.07.04 19:25:33.192706 [ 3 ] {7752b550-ff56-439f-b20e-f7fe5847bdb2} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1967 | 2024.07.04 19:25:33.192740 [ 3 ] {7752b550-ff56-439f-b20e-f7fe5847bdb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1968 | 2024.07.04 19:25:33.193088 [ 3 ] {7752b550-ff56-439f-b20e-f7fe5847bdb2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1969 | 2024.07.04 19:25:33.193392 [ 3 ] {7752b550-ff56-439f-b20e-f7fe5847bdb2} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1970 | 2024.07.04 19:25:33.193544 [ 3 ] {7752b550-ff56-439f-b20e-f7fe5847bdb2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
1971 | 2024.07.04 19:25:33.193815 [ 3 ] {7752b550-ff56-439f-b20e-f7fe5847bdb2} <Debug> DynamicQueryHandler: Done processing query | ||
1972 | 2024.07.04 19:25:33.193841 [ 3 ] {7752b550-ff56-439f-b20e-f7fe5847bdb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1973 | 2024.07.04 19:25:33.193857 [ 3 ] {} <Debug> HTTP-Session: eb455599-3eaf-4c58-a56e-751b3a4f08ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1974 | 2024.07.04 19:25:38.186202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 2060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1975 | 2024.07.04 19:25:38.186328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1976 | 2024.07.04 19:25:38.186356 [ 3 ] {} <Debug> HTTP-Session: 594eee89-a355-4450-83ea-a535bd085a10 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1977 | 2024.07.04 19:25:38.186383 [ 3 ] {} <Debug> HTTP-Session: 594eee89-a355-4450-83ea-a535bd085a10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1978 | 2024.07.04 19:25:38.186401 [ 3 ] {} <Debug> HTTP-Session: 594eee89-a355-4450-83ea-a535bd085a10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1979 | 2024.07.04 19:25:38.186458 [ 3 ] {} <Trace> HTTP-Session: 594eee89-a355-4450-83ea-a535bd085a10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1980 | 2024.07.04 19:25:38.186654 [ 3 ] {22ff8762-e7dd-4bab-8be6-7abf499722c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1981 | 2024.07.04 19:25:38.186725 [ 3 ] {22ff8762-e7dd-4bab-8be6-7abf499722c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1982 | 2024.07.04 19:25:38.186939 [ 3 ] {22ff8762-e7dd-4bab-8be6-7abf499722c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1983 | 2024.07.04 19:25:38.187436 [ 3 ] {22ff8762-e7dd-4bab-8be6-7abf499722c0} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1984 | 2024.07.04 19:25:38.187475 [ 3 ] {22ff8762-e7dd-4bab-8be6-7abf499722c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
1985 | 2024.07.04 19:25:38.187844 [ 3 ] {22ff8762-e7dd-4bab-8be6-7abf499722c0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1986 | 2024.07.04 19:25:38.188162 [ 3 ] {22ff8762-e7dd-4bab-8be6-7abf499722c0} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1987 | 2024.07.04 19:25:38.188344 [ 3 ] {22ff8762-e7dd-4bab-8be6-7abf499722c0} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001743 sec., 8032.128514056225 rows/sec., 651.04 KiB/sec. | ||
1988 | 2024.07.04 19:25:38.188527 [ 3 ] {22ff8762-e7dd-4bab-8be6-7abf499722c0} <Debug> DynamicQueryHandler: Done processing query | ||
1989 | 2024.07.04 19:25:38.188552 [ 3 ] {22ff8762-e7dd-4bab-8be6-7abf499722c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1990 | 2024.07.04 19:25:38.188568 [ 3 ] {} <Debug> HTTP-Session: 594eee89-a355-4450-83ea-a535bd085a10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1991 | 2024.07.04 19:25:38.188711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 14097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1992 | 2024.07.04 19:25:38.188760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1993 | 2024.07.04 19:25:38.188779 [ 3 ] {} <Debug> HTTP-Session: 8f40e858-6436-456c-8f38-90ff895295e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
1994 | 2024.07.04 19:25:38.188795 [ 3 ] {} <Debug> HTTP-Session: 8f40e858-6436-456c-8f38-90ff895295e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1995 | 2024.07.04 19:25:38.188808 [ 3 ] {} <Debug> HTTP-Session: 8f40e858-6436-456c-8f38-90ff895295e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1996 | 2024.07.04 19:25:38.188840 [ 3 ] {} <Trace> HTTP-Session: 8f40e858-6436-456c-8f38-90ff895295e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1997 | 2024.07.04 19:25:38.188970 [ 3 ] {22f48fde-4ab9-4e5c-a5ed-52c9ccfaa8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1998 | 2024.07.04 19:25:38.189074 [ 3 ] {22f48fde-4ab9-4e5c-a5ed-52c9ccfaa8c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1999 | 2024.07.04 19:25:38.189198 [ 3 ] {22f48fde-4ab9-4e5c-a5ed-52c9ccfaa8c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2000 | 2024.07.04 19:25:38.189628 [ 3 ] {22f48fde-4ab9-4e5c-a5ed-52c9ccfaa8c4} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2001 | 2024.07.04 19:25:38.189664 [ 3 ] {22f48fde-4ab9-4e5c-a5ed-52c9ccfaa8c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2002 | 2024.07.04 19:25:38.189983 [ 3 ] {22f48fde-4ab9-4e5c-a5ed-52c9ccfaa8c4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2003 | 2024.07.04 19:25:38.190278 [ 3 ] {22f48fde-4ab9-4e5c-a5ed-52c9ccfaa8c4} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2004 | 2024.07.04 19:25:38.190428 [ 3 ] {22f48fde-4ab9-4e5c-a5ed-52c9ccfaa8c4} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001515 sec., 64686.46864686468 rows/sec., 5.24 MiB/sec. | ||
2005 | 2024.07.04 19:25:38.190591 [ 3 ] {22f48fde-4ab9-4e5c-a5ed-52c9ccfaa8c4} <Debug> DynamicQueryHandler: Done processing query | ||
2006 | 2024.07.04 19:25:38.190615 [ 3 ] {22f48fde-4ab9-4e5c-a5ed-52c9ccfaa8c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2007 | 2024.07.04 19:25:38.190630 [ 3 ] {} <Debug> HTTP-Session: 8f40e858-6436-456c-8f38-90ff895295e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2008 | 2024.07.04 19:25:38.190748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 13249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2009 | 2024.07.04 19:25:38.190794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2010 | 2024.07.04 19:25:38.190812 [ 3 ] {} <Debug> HTTP-Session: 9d4bca31-c498-4110-bc3c-b0e392fa079f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2011 | 2024.07.04 19:25:38.190828 [ 3 ] {} <Debug> HTTP-Session: 9d4bca31-c498-4110-bc3c-b0e392fa079f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2012 | 2024.07.04 19:25:38.190842 [ 3 ] {} <Debug> HTTP-Session: 9d4bca31-c498-4110-bc3c-b0e392fa079f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2013 | 2024.07.04 19:25:38.190873 [ 3 ] {} <Trace> HTTP-Session: 9d4bca31-c498-4110-bc3c-b0e392fa079f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2014 | 2024.07.04 19:25:38.190986 [ 3 ] {d2de4090-3320-418d-a681-e368eab6df39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2015 | 2024.07.04 19:25:38.191027 [ 3 ] {d2de4090-3320-418d-a681-e368eab6df39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2016 | 2024.07.04 19:25:38.191151 [ 3 ] {d2de4090-3320-418d-a681-e368eab6df39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2017 | 2024.07.04 19:25:38.191480 [ 3 ] {d2de4090-3320-418d-a681-e368eab6df39} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2018 | 2024.07.04 19:25:38.191516 [ 3 ] {d2de4090-3320-418d-a681-e368eab6df39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2019 | 2024.07.04 19:25:38.191815 [ 3 ] {d2de4090-3320-418d-a681-e368eab6df39} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2020 | 2024.07.04 19:25:38.192118 [ 3 ] {d2de4090-3320-418d-a681-e368eab6df39} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2021 | 2024.07.04 19:25:38.192268 [ 3 ] {d2de4090-3320-418d-a681-e368eab6df39} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001323 sec., 58956.91609977325 rows/sec., 4.60 MiB/sec. | ||
2022 | 2024.07.04 19:25:38.192426 [ 3 ] {d2de4090-3320-418d-a681-e368eab6df39} <Debug> DynamicQueryHandler: Done processing query | ||
2023 | 2024.07.04 19:25:38.192451 [ 3 ] {d2de4090-3320-418d-a681-e368eab6df39} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2024 | 2024.07.04 19:25:38.192466 [ 3 ] {} <Debug> HTTP-Session: 9d4bca31-c498-4110-bc3c-b0e392fa079f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2025 | 2024.07.04 19:25:38.192691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2026 | 2024.07.04 19:25:38.192739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2027 | 2024.07.04 19:25:38.192757 [ 3 ] {} <Debug> HTTP-Session: 35456c70-ac4c-45b2-b8a0-24a0c61b4f52 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2028 | 2024.07.04 19:25:38.192773 [ 3 ] {} <Debug> HTTP-Session: 35456c70-ac4c-45b2-b8a0-24a0c61b4f52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2029 | 2024.07.04 19:25:38.192787 [ 3 ] {} <Debug> HTTP-Session: 35456c70-ac4c-45b2-b8a0-24a0c61b4f52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2030 | 2024.07.04 19:25:38.192818 [ 3 ] {} <Trace> HTTP-Session: 35456c70-ac4c-45b2-b8a0-24a0c61b4f52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2031 | 2024.07.04 19:25:38.192988 [ 3 ] {a128b202-19b0-4689-a90e-50c84c4d9141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2032 | 2024.07.04 19:25:38.193034 [ 3 ] {a128b202-19b0-4689-a90e-50c84c4d9141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2033 | 2024.07.04 19:25:38.193180 [ 3 ] {a128b202-19b0-4689-a90e-50c84c4d9141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2034 | 2024.07.04 19:25:38.193652 [ 3 ] {a128b202-19b0-4689-a90e-50c84c4d9141} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2035 | 2024.07.04 19:25:38.193687 [ 3 ] {a128b202-19b0-4689-a90e-50c84c4d9141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2036 | 2024.07.04 19:25:38.194085 [ 3 ] {a128b202-19b0-4689-a90e-50c84c4d9141} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2037 | 2024.07.04 19:25:38.194422 [ 3 ] {a128b202-19b0-4689-a90e-50c84c4d9141} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2038 | 2024.07.04 19:25:38.194581 [ 3 ] {a128b202-19b0-4689-a90e-50c84c4d9141} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001671 sec., 95751.04727707959 rows/sec., 6.67 MiB/sec. | ||
2039 | 2024.07.04 19:25:38.194747 [ 3 ] {a128b202-19b0-4689-a90e-50c84c4d9141} <Debug> DynamicQueryHandler: Done processing query | ||
2040 | 2024.07.04 19:25:38.194770 [ 3 ] {a128b202-19b0-4689-a90e-50c84c4d9141} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2041 | 2024.07.04 19:25:38.194786 [ 3 ] {} <Debug> HTTP-Session: 35456c70-ac4c-45b2-b8a0-24a0c61b4f52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2042 | 2024.07.04 19:25:38.194955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 22305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2043 | 2024.07.04 19:25:38.195002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2044 | 2024.07.04 19:25:38.195022 [ 3 ] {} <Debug> HTTP-Session: f9828e49-0f05-4585-944c-ff1ca0d00628 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2045 | 2024.07.04 19:25:38.195038 [ 3 ] {} <Debug> HTTP-Session: f9828e49-0f05-4585-944c-ff1ca0d00628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2046 | 2024.07.04 19:25:38.195051 [ 3 ] {} <Debug> HTTP-Session: f9828e49-0f05-4585-944c-ff1ca0d00628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2047 | 2024.07.04 19:25:38.195081 [ 3 ] {} <Trace> HTTP-Session: f9828e49-0f05-4585-944c-ff1ca0d00628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2048 | 2024.07.04 19:25:38.195278 [ 3 ] {eaf57036-4c04-4b17-8745-026ac955ca6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2049 | 2024.07.04 19:25:38.195339 [ 3 ] {eaf57036-4c04-4b17-8745-026ac955ca6f} <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 | ||
2050 | 2024.07.04 19:25:38.195724 [ 3 ] {eaf57036-4c04-4b17-8745-026ac955ca6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2051 | 2024.07.04 19:25:38.196306 [ 3 ] {eaf57036-4c04-4b17-8745-026ac955ca6f} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2052 | 2024.07.04 19:25:38.196342 [ 3 ] {eaf57036-4c04-4b17-8745-026ac955ca6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2053 | 2024.07.04 19:25:38.196938 [ 3 ] {eaf57036-4c04-4b17-8745-026ac955ca6f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2054 | 2024.07.04 19:25:38.197333 [ 3 ] {eaf57036-4c04-4b17-8745-026ac955ca6f} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2055 | 2024.07.04 19:25:38.197532 [ 3 ] {eaf57036-4c04-4b17-8745-026ac955ca6f} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002367 sec., 5914.659907055344 rows/sec., 10.60 MiB/sec. | ||
2056 | 2024.07.04 19:25:38.197945 [ 3 ] {eaf57036-4c04-4b17-8745-026ac955ca6f} <Debug> DynamicQueryHandler: Done processing query | ||
2057 | 2024.07.04 19:25:38.197970 [ 3 ] {eaf57036-4c04-4b17-8745-026ac955ca6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2058 | 2024.07.04 19:25:38.197986 [ 3 ] {} <Debug> HTTP-Session: f9828e49-0f05-4585-944c-ff1ca0d00628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2059 | 2024.07.04 19:25:38.198126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2060 | 2024.07.04 19:25:38.198174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2061 | 2024.07.04 19:25:38.198194 [ 3 ] {} <Debug> HTTP-Session: 68eca2bb-a50f-4ee9-8bea-06fa79bd29d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2062 | 2024.07.04 19:25:38.198210 [ 3 ] {} <Debug> HTTP-Session: 68eca2bb-a50f-4ee9-8bea-06fa79bd29d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2063 | 2024.07.04 19:25:38.198224 [ 3 ] {} <Debug> HTTP-Session: 68eca2bb-a50f-4ee9-8bea-06fa79bd29d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2064 | 2024.07.04 19:25:38.198254 [ 3 ] {} <Trace> HTTP-Session: 68eca2bb-a50f-4ee9-8bea-06fa79bd29d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2065 | 2024.07.04 19:25:38.198370 [ 3 ] {da98ce0c-4dd6-4e72-b9e4-dbbe9e402fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2066 | 2024.07.04 19:25:38.198414 [ 3 ] {da98ce0c-4dd6-4e72-b9e4-dbbe9e402fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2067 | 2024.07.04 19:25:38.198544 [ 3 ] {da98ce0c-4dd6-4e72-b9e4-dbbe9e402fc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2068 | 2024.07.04 19:25:38.198850 [ 3 ] {da98ce0c-4dd6-4e72-b9e4-dbbe9e402fc6} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2069 | 2024.07.04 19:25:38.198886 [ 3 ] {da98ce0c-4dd6-4e72-b9e4-dbbe9e402fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2070 | 2024.07.04 19:25:38.199227 [ 3 ] {da98ce0c-4dd6-4e72-b9e4-dbbe9e402fc6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2071 | 2024.07.04 19:25:38.199554 [ 3 ] {da98ce0c-4dd6-4e72-b9e4-dbbe9e402fc6} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2072 | 2024.07.04 19:25:38.199712 [ 3 ] {da98ce0c-4dd6-4e72-b9e4-dbbe9e402fc6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
2073 | 2024.07.04 19:25:38.199862 [ 3 ] {da98ce0c-4dd6-4e72-b9e4-dbbe9e402fc6} <Debug> DynamicQueryHandler: Done processing query | ||
2074 | 2024.07.04 19:25:38.199885 [ 3 ] {da98ce0c-4dd6-4e72-b9e4-dbbe9e402fc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2075 | 2024.07.04 19:25:38.199900 [ 3 ] {} <Debug> HTTP-Session: 68eca2bb-a50f-4ee9-8bea-06fa79bd29d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2076 | 2024.07.04 19:25:43.181406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2077 | 2024.07.04 19:25:43.181553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2078 | 2024.07.04 19:25:43.181582 [ 3 ] {} <Debug> HTTP-Session: be306404-1dd3-4124-81d0-754adfb144ce Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2079 | 2024.07.04 19:25:43.181609 [ 3 ] {} <Debug> HTTP-Session: be306404-1dd3-4124-81d0-754adfb144ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2080 | 2024.07.04 19:25:43.181628 [ 3 ] {} <Debug> HTTP-Session: be306404-1dd3-4124-81d0-754adfb144ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2081 | 2024.07.04 19:25:43.181685 [ 3 ] {} <Trace> HTTP-Session: be306404-1dd3-4124-81d0-754adfb144ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2082 | 2024.07.04 19:25:43.181942 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2083 | 2024.07.04 19:25:43.182359 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2084 | 2024.07.04 19:25:43.182404 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2085 | 2024.07.04 19:25:43.182713 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2086 | 2024.07.04 19:25:43.182792 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2087 | 2024.07.04 19:25:43.182963 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2088 | 2024.07.04 19:25:43.183062 [ 257 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2089 | 2024.07.04 19:25:43.183134 [ 256 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2090 | 2024.07.04 19:25:43.183170 [ 253 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2091 | 2024.07.04 19:25:43.183339 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
2092 | 2024.07.04 19:25:43.183369 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2093 | 2024.07.04 19:25:43.183485 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2094 | 2024.07.04 19:25:43.183509 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
2095 | 2024.07.04 19:25:43.183552 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2096 | 2024.07.04 19:25:43.183595 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2097 | 2024.07.04 19:25:43.183635 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2098 | 2024.07.04 19:25:43.185590 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003768 sec., 6104.033970276008 rows/sec., 254.77 KiB/sec. | ||
2099 | 2024.07.04 19:25:43.185970 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Debug> DynamicQueryHandler: Done processing query | ||
2100 | 2024.07.04 19:25:43.185997 [ 3 ] {319f174a-2ef6-459a-9753-7b8dfa30457e} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2101 | 2024.07.04 19:25:43.186014 [ 3 ] {} <Debug> HTTP-Session: be306404-1dd3-4124-81d0-754adfb144ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2102 | 2024.07.04 19:25:43.186241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2103 | 2024.07.04 19:25:43.186290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2104 | 2024.07.04 19:25:43.186308 [ 3 ] {} <Debug> HTTP-Session: 2ec1eaf1-b777-4d5f-aafd-770fe221c84d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2105 | 2024.07.04 19:25:43.186325 [ 3 ] {} <Debug> HTTP-Session: 2ec1eaf1-b777-4d5f-aafd-770fe221c84d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2106 | 2024.07.04 19:25:43.186339 [ 3 ] {} <Debug> HTTP-Session: 2ec1eaf1-b777-4d5f-aafd-770fe221c84d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2107 | 2024.07.04 19:25:43.186373 [ 3 ] {} <Trace> HTTP-Session: 2ec1eaf1-b777-4d5f-aafd-770fe221c84d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2108 | 2024.07.04 19:25:43.186516 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2109 | 2024.07.04 19:25:43.186784 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2110 | 2024.07.04 19:25:43.186826 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2111 | 2024.07.04 19:25:43.187093 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2112 | 2024.07.04 19:25:43.187157 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2113 | 2024.07.04 19:25:43.187295 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2114 | 2024.07.04 19:25:43.187431 [ 260 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2115 | 2024.07.04 19:25:43.187441 [ 259 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2116 | 2024.07.04 19:25:43.187437 [ 261 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2117 | 2024.07.04 19:25:43.187593 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
2118 | 2024.07.04 19:25:43.187622 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2119 | 2024.07.04 19:25:43.187731 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2120 | 2024.07.04 19:25:43.187752 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
2121 | 2024.07.04 19:25:43.187791 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2122 | 2024.07.04 19:25:43.187831 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2123 | 2024.07.04 19:25:43.187868 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2124 | 2024.07.04 19:25:43.189469 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.00302 sec., 7615.894039735099 rows/sec., 317.87 KiB/sec. | ||
2125 | 2024.07.04 19:25:43.189808 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Debug> DynamicQueryHandler: Done processing query | ||
2126 | 2024.07.04 19:25:43.189832 [ 3 ] {723a099b-5bee-4326-a9e8-7934b9616c34} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2127 | 2024.07.04 19:25:43.189849 [ 3 ] {} <Debug> HTTP-Session: 2ec1eaf1-b777-4d5f-aafd-770fe221c84d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.07.04 19:25:43.190091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2129 | 2024.07.04 19:25:43.190136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2130 | 2024.07.04 19:25:43.190155 [ 3 ] {} <Debug> HTTP-Session: 6e6fd903-20a6-4509-8168-d01d4f611487 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2131 | 2024.07.04 19:25:43.190171 [ 3 ] {} <Debug> HTTP-Session: 6e6fd903-20a6-4509-8168-d01d4f611487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2132 | 2024.07.04 19:25:43.190185 [ 3 ] {} <Debug> HTTP-Session: 6e6fd903-20a6-4509-8168-d01d4f611487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2133 | 2024.07.04 19:25:43.190216 [ 3 ] {} <Trace> HTTP-Session: 6e6fd903-20a6-4509-8168-d01d4f611487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2134 | 2024.07.04 19:25:43.190356 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2135 | 2024.07.04 19:25:43.190624 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2136 | 2024.07.04 19:25:43.190665 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2137 | 2024.07.04 19:25:43.190942 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2138 | 2024.07.04 19:25:43.191005 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2139 | 2024.07.04 19:25:43.191139 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2140 | 2024.07.04 19:25:43.191231 [ 253 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2141 | 2024.07.04 19:25:43.191278 [ 252 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2142 | 2024.07.04 19:25:43.191276 [ 257 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2143 | 2024.07.04 19:25:43.191420 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
2144 | 2024.07.04 19:25:43.191444 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2145 | 2024.07.04 19:25:43.191542 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2146 | 2024.07.04 19:25:43.191562 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
2147 | 2024.07.04 19:25:43.191599 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2148 | 2024.07.04 19:25:43.191639 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2149 | 2024.07.04 19:25:43.191674 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2150 | 2024.07.04 19:25:43.193503 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003213 sec., 7158.418923124806 rows/sec., 298.77 KiB/sec. | ||
2151 | 2024.07.04 19:25:43.193830 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Debug> DynamicQueryHandler: Done processing query | ||
2152 | 2024.07.04 19:25:43.193854 [ 3 ] {57cc055d-aede-4e60-8f9d-a694464d7aab} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2153 | 2024.07.04 19:25:43.193872 [ 3 ] {} <Debug> HTTP-Session: 6e6fd903-20a6-4509-8168-d01d4f611487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2154 | 2024.07.04 19:25:43.194056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2155 | 2024.07.04 19:25:43.194102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2156 | 2024.07.04 19:25:43.194121 [ 3 ] {} <Debug> HTTP-Session: 9b674e40-f9fc-4a0f-80d8-a896b84413f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2157 | 2024.07.04 19:25:43.194137 [ 3 ] {} <Debug> HTTP-Session: 9b674e40-f9fc-4a0f-80d8-a896b84413f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2158 | 2024.07.04 19:25:43.194151 [ 3 ] {} <Debug> HTTP-Session: 9b674e40-f9fc-4a0f-80d8-a896b84413f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2159 | 2024.07.04 19:25:43.194182 [ 3 ] {} <Trace> HTTP-Session: 9b674e40-f9fc-4a0f-80d8-a896b84413f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2160 | 2024.07.04 19:25:43.194323 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2161 | 2024.07.04 19:25:43.194591 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2162 | 2024.07.04 19:25:43.194635 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2163 | 2024.07.04 19:25:43.194909 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2164 | 2024.07.04 19:25:43.194973 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2165 | 2024.07.04 19:25:43.195108 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2166 | 2024.07.04 19:25:43.195239 [ 261 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2167 | 2024.07.04 19:25:43.195243 [ 256 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2168 | 2024.07.04 19:25:43.195258 [ 259 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2169 | 2024.07.04 19:25:43.195394 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
2170 | 2024.07.04 19:25:43.195423 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2171 | 2024.07.04 19:25:43.195522 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2172 | 2024.07.04 19:25:43.195542 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
2173 | 2024.07.04 19:25:43.195580 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2174 | 2024.07.04 19:25:43.195618 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2175 | 2024.07.04 19:25:43.195655 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2176 | 2024.07.04 19:25:43.197315 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003058 sec., 7521.255722694572 rows/sec., 313.92 KiB/sec. | ||
2177 | 2024.07.04 19:25:43.197675 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Debug> DynamicQueryHandler: Done processing query | ||
2178 | 2024.07.04 19:25:43.197700 [ 3 ] {af7f14c1-bad1-46dc-9e42-fa63c0c5e2e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2179 | 2024.07.04 19:25:43.197716 [ 3 ] {} <Debug> HTTP-Session: 9b674e40-f9fc-4a0f-80d8-a896b84413f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2180 | 2024.07.04 19:25:43.197910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2181 | 2024.07.04 19:25:43.197955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2182 | 2024.07.04 19:25:43.197973 [ 3 ] {} <Debug> HTTP-Session: ce5519a2-3de5-402e-844a-ef237153f8ec Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2183 | 2024.07.04 19:25:43.197989 [ 3 ] {} <Debug> HTTP-Session: ce5519a2-3de5-402e-844a-ef237153f8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2184 | 2024.07.04 19:25:43.198003 [ 3 ] {} <Debug> HTTP-Session: ce5519a2-3de5-402e-844a-ef237153f8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2185 | 2024.07.04 19:25:43.198034 [ 3 ] {} <Trace> HTTP-Session: ce5519a2-3de5-402e-844a-ef237153f8ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2186 | 2024.07.04 19:25:43.198176 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2187 | 2024.07.04 19:25:43.198447 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2188 | 2024.07.04 19:25:43.198489 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2189 | 2024.07.04 19:25:43.198768 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2190 | 2024.07.04 19:25:43.198831 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2191 | 2024.07.04 19:25:43.198964 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2192 | 2024.07.04 19:25:43.199063 [ 256 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2193 | 2024.07.04 19:25:43.199092 [ 259 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2194 | 2024.07.04 19:25:43.199110 [ 253 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2195 | 2024.07.04 19:25:43.199219 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
2196 | 2024.07.04 19:25:43.199248 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2197 | 2024.07.04 19:25:43.199352 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2198 | 2024.07.04 19:25:43.199373 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
2199 | 2024.07.04 19:25:43.199411 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2200 | 2024.07.04 19:25:43.199451 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2201 | 2024.07.04 19:25:43.199486 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2202 | 2024.07.04 19:25:43.201125 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003017 sec., 7623.46702021876 rows/sec., 318.18 KiB/sec. | ||
2203 | 2024.07.04 19:25:43.201490 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Debug> DynamicQueryHandler: Done processing query | ||
2204 | 2024.07.04 19:25:43.201519 [ 3 ] {9779f46f-82d1-4899-987a-0d6d9551e2aa} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2205 | 2024.07.04 19:25:43.201539 [ 3 ] {} <Debug> HTTP-Session: ce5519a2-3de5-402e-844a-ef237153f8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2206 | 2024.07.04 19:25:43.201751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2207 | 2024.07.04 19:25:43.201806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2208 | 2024.07.04 19:25:43.201828 [ 3 ] {} <Debug> HTTP-Session: 6dae1724-d3d5-49f4-8a21-c69d0b093f41 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2209 | 2024.07.04 19:25:43.201848 [ 3 ] {} <Debug> HTTP-Session: 6dae1724-d3d5-49f4-8a21-c69d0b093f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2210 | 2024.07.04 19:25:43.201865 [ 3 ] {} <Debug> HTTP-Session: 6dae1724-d3d5-49f4-8a21-c69d0b093f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2211 | 2024.07.04 19:25:43.201909 [ 3 ] {} <Trace> HTTP-Session: 6dae1724-d3d5-49f4-8a21-c69d0b093f41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2212 | 2024.07.04 19:25:43.202081 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2213 | 2024.07.04 19:25:43.202385 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2214 | 2024.07.04 19:25:43.202429 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2215 | 2024.07.04 19:25:43.202750 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2216 | 2024.07.04 19:25:43.202825 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2217 | 2024.07.04 19:25:43.202983 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2218 | 2024.07.04 19:25:43.203118 [ 252 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2219 | 2024.07.04 19:25:43.203152 [ 253 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2220 | 2024.07.04 19:25:43.203165 [ 259 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2221 | 2024.07.04 19:25:43.203295 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
2222 | 2024.07.04 19:25:43.203324 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2223 | 2024.07.04 19:25:43.203427 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2224 | 2024.07.04 19:25:43.203449 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
2225 | 2024.07.04 19:25:43.203487 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2226 | 2024.07.04 19:25:43.203526 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2227 | 2024.07.04 19:25:43.203563 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2228 | 2024.07.04 19:25:43.205305 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003308 sec., 6952.841596130592 rows/sec., 290.19 KiB/sec. | ||
2229 | 2024.07.04 19:25:43.205678 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Debug> DynamicQueryHandler: Done processing query | ||
2230 | 2024.07.04 19:25:43.205707 [ 3 ] {a64158ab-61ae-4d2f-9ebb-d4e8059316b0} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2231 | 2024.07.04 19:25:43.205727 [ 3 ] {} <Debug> HTTP-Session: 6dae1724-d3d5-49f4-8a21-c69d0b093f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2232 | 2024.07.04 19:25:43.218929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2233 | 2024.07.04 19:25:43.218992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2234 | 2024.07.04 19:25:43.219016 [ 3 ] {} <Debug> HTTP-Session: 03fad2ad-5266-4a74-a1fd-4b2d8420b543 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2235 | 2024.07.04 19:25:43.219036 [ 3 ] {} <Debug> HTTP-Session: 03fad2ad-5266-4a74-a1fd-4b2d8420b543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2236 | 2024.07.04 19:25:43.219054 [ 3 ] {} <Debug> HTTP-Session: 03fad2ad-5266-4a74-a1fd-4b2d8420b543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.07.04 19:25:43.219092 [ 3 ] {} <Trace> HTTP-Session: 03fad2ad-5266-4a74-a1fd-4b2d8420b543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2238 | 2024.07.04 19:25:43.219233 [ 3 ] {5035b28d-f3de-4956-956f-da24077a8845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2239 | 2024.07.04 19:25:43.219289 [ 3 ] {5035b28d-f3de-4956-956f-da24077a8845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2240 | 2024.07.04 19:25:43.219464 [ 3 ] {5035b28d-f3de-4956-956f-da24077a8845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2241 | 2024.07.04 19:25:43.219805 [ 3 ] {5035b28d-f3de-4956-956f-da24077a8845} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2242 | 2024.07.04 19:25:43.219844 [ 3 ] {5035b28d-f3de-4956-956f-da24077a8845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2243 | 2024.07.04 19:25:43.220329 [ 3 ] {5035b28d-f3de-4956-956f-da24077a8845} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2244 | 2024.07.04 19:25:43.220641 [ 3 ] {5035b28d-f3de-4956-956f-da24077a8845} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2245 | 2024.07.04 19:25:43.220776 [ 3 ] {5035b28d-f3de-4956-956f-da24077a8845} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001597 sec., 3757.044458359424 rows/sec., 609.05 KiB/sec. | ||
2246 | 2024.07.04 19:25:43.221081 [ 3 ] {5035b28d-f3de-4956-956f-da24077a8845} <Debug> DynamicQueryHandler: Done processing query | ||
2247 | 2024.07.04 19:25:43.221107 [ 3 ] {5035b28d-f3de-4956-956f-da24077a8845} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2248 | 2024.07.04 19:25:43.221123 [ 3 ] {} <Debug> HTTP-Session: 03fad2ad-5266-4a74-a1fd-4b2d8420b543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2249 | 2024.07.04 19:25:43.221240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2250 | 2024.07.04 19:25:43.221288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2251 | 2024.07.04 19:25:43.221307 [ 3 ] {} <Debug> HTTP-Session: c0118323-2094-4919-b986-bc60d7dadeef Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2252 | 2024.07.04 19:25:43.221323 [ 3 ] {} <Debug> HTTP-Session: c0118323-2094-4919-b986-bc60d7dadeef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2253 | 2024.07.04 19:25:43.221337 [ 3 ] {} <Debug> HTTP-Session: c0118323-2094-4919-b986-bc60d7dadeef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2254 | 2024.07.04 19:25:43.221369 [ 3 ] {} <Trace> HTTP-Session: c0118323-2094-4919-b986-bc60d7dadeef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2255 | 2024.07.04 19:25:43.221493 [ 3 ] {1be6e3b7-2e97-4324-b212-c04bb3882494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2256 | 2024.07.04 19:25:43.221536 [ 3 ] {1be6e3b7-2e97-4324-b212-c04bb3882494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2257 | 2024.07.04 19:25:43.221673 [ 3 ] {1be6e3b7-2e97-4324-b212-c04bb3882494} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2258 | 2024.07.04 19:25:43.222020 [ 3 ] {1be6e3b7-2e97-4324-b212-c04bb3882494} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2259 | 2024.07.04 19:25:43.222055 [ 3 ] {1be6e3b7-2e97-4324-b212-c04bb3882494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2260 | 2024.07.04 19:25:43.222375 [ 3 ] {1be6e3b7-2e97-4324-b212-c04bb3882494} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2261 | 2024.07.04 19:25:43.222688 [ 3 ] {1be6e3b7-2e97-4324-b212-c04bb3882494} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2262 | 2024.07.04 19:25:43.222814 [ 3 ] {1be6e3b7-2e97-4324-b212-c04bb3882494} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001368 sec., 67251.46198830409 rows/sec., 5.10 MiB/sec. | ||
2263 | 2024.07.04 19:25:43.222969 [ 3 ] {1be6e3b7-2e97-4324-b212-c04bb3882494} <Debug> DynamicQueryHandler: Done processing query | ||
2264 | 2024.07.04 19:25:43.222994 [ 3 ] {1be6e3b7-2e97-4324-b212-c04bb3882494} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2265 | 2024.07.04 19:25:43.223010 [ 3 ] {} <Debug> HTTP-Session: c0118323-2094-4919-b986-bc60d7dadeef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2266 | 2024.07.04 19:25:43.223131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2267 | 2024.07.04 19:25:43.223180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2268 | 2024.07.04 19:25:43.223199 [ 3 ] {} <Debug> HTTP-Session: cc7cb4d4-2976-46b9-b20c-a83121dd7b21 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2269 | 2024.07.04 19:25:43.223215 [ 3 ] {} <Debug> HTTP-Session: cc7cb4d4-2976-46b9-b20c-a83121dd7b21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2270 | 2024.07.04 19:25:43.223229 [ 3 ] {} <Debug> HTTP-Session: cc7cb4d4-2976-46b9-b20c-a83121dd7b21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2271 | 2024.07.04 19:25:43.223260 [ 3 ] {} <Trace> HTTP-Session: cc7cb4d4-2976-46b9-b20c-a83121dd7b21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2272 | 2024.07.04 19:25:43.223401 [ 3 ] {87c7457a-fdb6-430d-a416-b56032730dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2273 | 2024.07.04 19:25:43.223443 [ 3 ] {87c7457a-fdb6-430d-a416-b56032730dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2274 | 2024.07.04 19:25:43.223563 [ 3 ] {87c7457a-fdb6-430d-a416-b56032730dce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2275 | 2024.07.04 19:25:43.223929 [ 3 ] {87c7457a-fdb6-430d-a416-b56032730dce} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2276 | 2024.07.04 19:25:43.223964 [ 3 ] {87c7457a-fdb6-430d-a416-b56032730dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2277 | 2024.07.04 19:25:43.224275 [ 3 ] {87c7457a-fdb6-430d-a416-b56032730dce} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2278 | 2024.07.04 19:25:43.224568 [ 3 ] {87c7457a-fdb6-430d-a416-b56032730dce} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2279 | 2024.07.04 19:25:43.224693 [ 3 ] {87c7457a-fdb6-430d-a416-b56032730dce} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001339 sec., 65720.68707991038 rows/sec., 5.12 MiB/sec. | ||
2280 | 2024.07.04 19:25:43.224847 [ 3 ] {87c7457a-fdb6-430d-a416-b56032730dce} <Debug> DynamicQueryHandler: Done processing query | ||
2281 | 2024.07.04 19:25:43.224872 [ 3 ] {87c7457a-fdb6-430d-a416-b56032730dce} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2282 | 2024.07.04 19:25:43.224888 [ 3 ] {} <Debug> HTTP-Session: cc7cb4d4-2976-46b9-b20c-a83121dd7b21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2283 | 2024.07.04 19:25:43.225090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 81450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2284 | 2024.07.04 19:25:43.225138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2285 | 2024.07.04 19:25:43.225157 [ 3 ] {} <Debug> HTTP-Session: 96963660-22e6-4738-ae70-2bf3f2ae0081 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2286 | 2024.07.04 19:25:43.225173 [ 3 ] {} <Debug> HTTP-Session: 96963660-22e6-4738-ae70-2bf3f2ae0081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2287 | 2024.07.04 19:25:43.225188 [ 3 ] {} <Debug> HTTP-Session: 96963660-22e6-4738-ae70-2bf3f2ae0081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2288 | 2024.07.04 19:25:43.225218 [ 3 ] {} <Trace> HTTP-Session: 96963660-22e6-4738-ae70-2bf3f2ae0081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2289 | 2024.07.04 19:25:43.225466 [ 3 ] {f63d690c-0746-4a03-ba9f-8eaf58832e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2290 | 2024.07.04 19:25:43.225511 [ 3 ] {f63d690c-0746-4a03-ba9f-8eaf58832e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2291 | 2024.07.04 19:25:43.225646 [ 3 ] {f63d690c-0746-4a03-ba9f-8eaf58832e91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2292 | 2024.07.04 19:25:43.226208 [ 3 ] {f63d690c-0746-4a03-ba9f-8eaf58832e91} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2293 | 2024.07.04 19:25:43.226244 [ 3 ] {f63d690c-0746-4a03-ba9f-8eaf58832e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2294 | 2024.07.04 19:25:43.226640 [ 3 ] {f63d690c-0746-4a03-ba9f-8eaf58832e91} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2295 | 2024.07.04 19:25:43.226970 [ 3 ] {f63d690c-0746-4a03-ba9f-8eaf58832e91} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2296 | 2024.07.04 19:25:43.227096 [ 3 ] {f63d690c-0746-4a03-ba9f-8eaf58832e91} <Debug> executeQuery: Read 424 rows, 30.49 KiB in 0.001787 sec., 237269.16620033578 rows/sec., 16.66 MiB/sec. | ||
2297 | 2024.07.04 19:25:43.227408 [ 3 ] {f63d690c-0746-4a03-ba9f-8eaf58832e91} <Debug> DynamicQueryHandler: Done processing query | ||
2298 | 2024.07.04 19:25:43.227433 [ 3 ] {f63d690c-0746-4a03-ba9f-8eaf58832e91} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
2299 | 2024.07.04 19:25:43.227450 [ 3 ] {} <Debug> HTTP-Session: 96963660-22e6-4738-ae70-2bf3f2ae0081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2300 | 2024.07.04 19:25:43.227581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2301 | 2024.07.04 19:25:43.227628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2302 | 2024.07.04 19:25:43.227647 [ 3 ] {} <Debug> HTTP-Session: 4222bdb6-5942-455c-b23e-f9a29abc0f9f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2303 | 2024.07.04 19:25:43.227663 [ 3 ] {} <Debug> HTTP-Session: 4222bdb6-5942-455c-b23e-f9a29abc0f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2304 | 2024.07.04 19:25:43.227678 [ 3 ] {} <Debug> HTTP-Session: 4222bdb6-5942-455c-b23e-f9a29abc0f9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2305 | 2024.07.04 19:25:43.227709 [ 3 ] {} <Trace> HTTP-Session: 4222bdb6-5942-455c-b23e-f9a29abc0f9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2306 | 2024.07.04 19:25:43.227837 [ 3 ] {d2a94fe9-415c-411a-b66d-3a99121a8b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2307 | 2024.07.04 19:25:43.227882 [ 3 ] {d2a94fe9-415c-411a-b66d-3a99121a8b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2308 | 2024.07.04 19:25:43.228022 [ 3 ] {d2a94fe9-415c-411a-b66d-3a99121a8b1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2309 | 2024.07.04 19:25:43.228311 [ 3 ] {d2a94fe9-415c-411a-b66d-3a99121a8b1d} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2310 | 2024.07.04 19:25:43.228346 [ 3 ] {d2a94fe9-415c-411a-b66d-3a99121a8b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2311 | 2024.07.04 19:25:43.228695 [ 3 ] {d2a94fe9-415c-411a-b66d-3a99121a8b1d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2312 | 2024.07.04 19:25:43.229029 [ 3 ] {d2a94fe9-415c-411a-b66d-3a99121a8b1d} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2313 | 2024.07.04 19:25:43.229150 [ 3 ] {d2a94fe9-415c-411a-b66d-3a99121a8b1d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
2314 | 2024.07.04 19:25:43.229417 [ 3 ] {d2a94fe9-415c-411a-b66d-3a99121a8b1d} <Debug> DynamicQueryHandler: Done processing query | ||
2315 | 2024.07.04 19:25:43.229442 [ 3 ] {d2a94fe9-415c-411a-b66d-3a99121a8b1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2316 | 2024.07.04 19:25:43.229458 [ 3 ] {} <Debug> HTTP-Session: 4222bdb6-5942-455c-b23e-f9a29abc0f9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2317 | 2024.07.04 19:25:46.783736 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2318 | 2024.07.04 19:25:46.783800 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2319 | 2024.07.04 19:25:48.185816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 2060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2320 | 2024.07.04 19:25:48.185919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2321 | 2024.07.04 19:25:48.185943 [ 3 ] {} <Debug> HTTP-Session: 9d738867-eb56-4099-ab49-5809abd899fe Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2322 | 2024.07.04 19:25:48.185967 [ 3 ] {} <Debug> HTTP-Session: 9d738867-eb56-4099-ab49-5809abd899fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2323 | 2024.07.04 19:25:48.185981 [ 3 ] {} <Debug> HTTP-Session: 9d738867-eb56-4099-ab49-5809abd899fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2324 | 2024.07.04 19:25:48.186031 [ 3 ] {} <Trace> HTTP-Session: 9d738867-eb56-4099-ab49-5809abd899fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2325 | 2024.07.04 19:25:48.186214 [ 3 ] {6f0d3ac3-fa6a-4ef1-b99c-cb4e14d9fd69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2326 | 2024.07.04 19:25:48.186277 [ 3 ] {6f0d3ac3-fa6a-4ef1-b99c-cb4e14d9fd69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2327 | 2024.07.04 19:25:48.186460 [ 3 ] {6f0d3ac3-fa6a-4ef1-b99c-cb4e14d9fd69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2328 | 2024.07.04 19:25:48.186895 [ 3 ] {6f0d3ac3-fa6a-4ef1-b99c-cb4e14d9fd69} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2329 | 2024.07.04 19:25:48.186934 [ 3 ] {6f0d3ac3-fa6a-4ef1-b99c-cb4e14d9fd69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2330 | 2024.07.04 19:25:48.187280 [ 3 ] {6f0d3ac3-fa6a-4ef1-b99c-cb4e14d9fd69} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2331 | 2024.07.04 19:25:48.187607 [ 3 ] {6f0d3ac3-fa6a-4ef1-b99c-cb4e14d9fd69} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2332 | 2024.07.04 19:25:48.187785 [ 3 ] {6f0d3ac3-fa6a-4ef1-b99c-cb4e14d9fd69} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001619 sec., 8647.313156269302 rows/sec., 700.91 KiB/sec. | ||
2333 | 2024.07.04 19:25:48.188212 [ 3 ] {6f0d3ac3-fa6a-4ef1-b99c-cb4e14d9fd69} <Debug> DynamicQueryHandler: Done processing query | ||
2334 | 2024.07.04 19:25:48.188238 [ 3 ] {6f0d3ac3-fa6a-4ef1-b99c-cb4e14d9fd69} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2335 | 2024.07.04 19:25:48.188254 [ 3 ] {} <Debug> HTTP-Session: 9d738867-eb56-4099-ab49-5809abd899fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2336 | 2024.07.04 19:25:48.188391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 14097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2337 | 2024.07.04 19:25:48.188440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2338 | 2024.07.04 19:25:48.188459 [ 3 ] {} <Debug> HTTP-Session: ee982ac0-ed43-4d1d-bb97-691dc3a40a80 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2339 | 2024.07.04 19:25:48.188476 [ 3 ] {} <Debug> HTTP-Session: ee982ac0-ed43-4d1d-bb97-691dc3a40a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2340 | 2024.07.04 19:25:48.188490 [ 3 ] {} <Debug> HTTP-Session: ee982ac0-ed43-4d1d-bb97-691dc3a40a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2341 | 2024.07.04 19:25:48.188522 [ 3 ] {} <Trace> HTTP-Session: ee982ac0-ed43-4d1d-bb97-691dc3a40a80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2342 | 2024.07.04 19:25:48.188644 [ 3 ] {21b414c2-eb43-4eb1-bae2-7334c93cd5ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2343 | 2024.07.04 19:25:48.188685 [ 3 ] {21b414c2-eb43-4eb1-bae2-7334c93cd5ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2344 | 2024.07.04 19:25:48.188822 [ 3 ] {21b414c2-eb43-4eb1-bae2-7334c93cd5ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2345 | 2024.07.04 19:25:48.189203 [ 3 ] {21b414c2-eb43-4eb1-bae2-7334c93cd5ec} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2346 | 2024.07.04 19:25:48.189239 [ 3 ] {21b414c2-eb43-4eb1-bae2-7334c93cd5ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2347 | 2024.07.04 19:25:48.189543 [ 3 ] {21b414c2-eb43-4eb1-bae2-7334c93cd5ec} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2348 | 2024.07.04 19:25:48.189833 [ 3 ] {21b414c2-eb43-4eb1-bae2-7334c93cd5ec} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2349 | 2024.07.04 19:25:48.189984 [ 3 ] {21b414c2-eb43-4eb1-bae2-7334c93cd5ec} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001376 sec., 71220.93023255814 rows/sec., 5.77 MiB/sec. | ||
2350 | 2024.07.04 19:25:48.190243 [ 3 ] {21b414c2-eb43-4eb1-bae2-7334c93cd5ec} <Debug> DynamicQueryHandler: Done processing query | ||
2351 | 2024.07.04 19:25:48.190267 [ 3 ] {21b414c2-eb43-4eb1-bae2-7334c93cd5ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2352 | 2024.07.04 19:25:48.190283 [ 3 ] {} <Debug> HTTP-Session: ee982ac0-ed43-4d1d-bb97-691dc3a40a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2353 | 2024.07.04 19:25:48.190392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 13249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2354 | 2024.07.04 19:25:48.190437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2355 | 2024.07.04 19:25:48.190456 [ 3 ] {} <Debug> HTTP-Session: 563c0571-1fa7-41e8-a8b4-b13c8dfdce0f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2356 | 2024.07.04 19:25:48.190472 [ 3 ] {} <Debug> HTTP-Session: 563c0571-1fa7-41e8-a8b4-b13c8dfdce0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2357 | 2024.07.04 19:25:48.190485 [ 3 ] {} <Debug> HTTP-Session: 563c0571-1fa7-41e8-a8b4-b13c8dfdce0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2358 | 2024.07.04 19:25:48.190516 [ 3 ] {} <Trace> HTTP-Session: 563c0571-1fa7-41e8-a8b4-b13c8dfdce0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2359 | 2024.07.04 19:25:48.190635 [ 3 ] {89d5e3d7-7cfc-4543-b50c-3dd35c47a3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2360 | 2024.07.04 19:25:48.190678 [ 3 ] {89d5e3d7-7cfc-4543-b50c-3dd35c47a3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2361 | 2024.07.04 19:25:48.190819 [ 3 ] {89d5e3d7-7cfc-4543-b50c-3dd35c47a3ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2362 | 2024.07.04 19:25:48.191153 [ 3 ] {89d5e3d7-7cfc-4543-b50c-3dd35c47a3ca} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2363 | 2024.07.04 19:25:48.191188 [ 3 ] {89d5e3d7-7cfc-4543-b50c-3dd35c47a3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2364 | 2024.07.04 19:25:48.191482 [ 3 ] {89d5e3d7-7cfc-4543-b50c-3dd35c47a3ca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2365 | 2024.07.04 19:25:48.191783 [ 3 ] {89d5e3d7-7cfc-4543-b50c-3dd35c47a3ca} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2366 | 2024.07.04 19:25:48.191940 [ 3 ] {89d5e3d7-7cfc-4543-b50c-3dd35c47a3ca} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.00134 sec., 58208.95522388059 rows/sec., 4.54 MiB/sec. | ||
2367 | 2024.07.04 19:25:48.192102 [ 3 ] {89d5e3d7-7cfc-4543-b50c-3dd35c47a3ca} <Debug> DynamicQueryHandler: Done processing query | ||
2368 | 2024.07.04 19:25:48.192126 [ 3 ] {89d5e3d7-7cfc-4543-b50c-3dd35c47a3ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2369 | 2024.07.04 19:25:48.192142 [ 3 ] {} <Debug> HTTP-Session: 563c0571-1fa7-41e8-a8b4-b13c8dfdce0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2370 | 2024.07.04 19:25:48.192271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2371 | 2024.07.04 19:25:48.192320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2372 | 2024.07.04 19:25:48.192338 [ 3 ] {} <Debug> HTTP-Session: c2233d12-77b3-4c16-b1aa-a09b42c721ff Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2373 | 2024.07.04 19:25:48.192354 [ 3 ] {} <Debug> HTTP-Session: c2233d12-77b3-4c16-b1aa-a09b42c721ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2374 | 2024.07.04 19:25:48.192368 [ 3 ] {} <Debug> HTTP-Session: c2233d12-77b3-4c16-b1aa-a09b42c721ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2375 | 2024.07.04 19:25:48.192399 [ 3 ] {} <Trace> HTTP-Session: c2233d12-77b3-4c16-b1aa-a09b42c721ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2376 | 2024.07.04 19:25:48.192537 [ 3 ] {26797271-d2b4-4d46-b84c-0d3582d4f613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2377 | 2024.07.04 19:25:48.192581 [ 3 ] {26797271-d2b4-4d46-b84c-0d3582d4f613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2378 | 2024.07.04 19:25:48.192723 [ 3 ] {26797271-d2b4-4d46-b84c-0d3582d4f613} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2379 | 2024.07.04 19:25:48.193114 [ 3 ] {26797271-d2b4-4d46-b84c-0d3582d4f613} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2380 | 2024.07.04 19:25:48.193150 [ 3 ] {26797271-d2b4-4d46-b84c-0d3582d4f613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2381 | 2024.07.04 19:25:48.193530 [ 3 ] {26797271-d2b4-4d46-b84c-0d3582d4f613} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2382 | 2024.07.04 19:25:48.193852 [ 3 ] {26797271-d2b4-4d46-b84c-0d3582d4f613} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2383 | 2024.07.04 19:25:48.194014 [ 3 ] {26797271-d2b4-4d46-b84c-0d3582d4f613} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec. | ||
2384 | 2024.07.04 19:25:48.194546 [ 3 ] {26797271-d2b4-4d46-b84c-0d3582d4f613} <Debug> DynamicQueryHandler: Done processing query | ||
2385 | 2024.07.04 19:25:48.194604 [ 3 ] {26797271-d2b4-4d46-b84c-0d3582d4f613} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2386 | 2024.07.04 19:25:48.194623 [ 3 ] {} <Debug> HTTP-Session: c2233d12-77b3-4c16-b1aa-a09b42c721ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2387 | 2024.07.04 19:25:48.194753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 22305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2388 | 2024.07.04 19:25:48.194801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2389 | 2024.07.04 19:25:48.194819 [ 3 ] {} <Debug> HTTP-Session: 042b620b-668b-4147-8625-0d485bde7b22 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2390 | 2024.07.04 19:25:48.194835 [ 3 ] {} <Debug> HTTP-Session: 042b620b-668b-4147-8625-0d485bde7b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2391 | 2024.07.04 19:25:48.194849 [ 3 ] {} <Debug> HTTP-Session: 042b620b-668b-4147-8625-0d485bde7b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2392 | 2024.07.04 19:25:48.194878 [ 3 ] {} <Trace> HTTP-Session: 042b620b-668b-4147-8625-0d485bde7b22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2393 | 2024.07.04 19:25:48.195081 [ 3 ] {60cf4ce6-993e-4248-86c2-50f0fb201760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2394 | 2024.07.04 19:25:48.195147 [ 3 ] {60cf4ce6-993e-4248-86c2-50f0fb201760} <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 | ||
2395 | 2024.07.04 19:25:48.195546 [ 3 ] {60cf4ce6-993e-4248-86c2-50f0fb201760} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2396 | 2024.07.04 19:25:48.196152 [ 3 ] {60cf4ce6-993e-4248-86c2-50f0fb201760} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2397 | 2024.07.04 19:25:48.196186 [ 3 ] {60cf4ce6-993e-4248-86c2-50f0fb201760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2398 | 2024.07.04 19:25:48.196744 [ 3 ] {60cf4ce6-993e-4248-86c2-50f0fb201760} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2399 | 2024.07.04 19:25:48.197141 [ 3 ] {60cf4ce6-993e-4248-86c2-50f0fb201760} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2400 | 2024.07.04 19:25:48.197365 [ 3 ] {60cf4ce6-993e-4248-86c2-50f0fb201760} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002384 sec., 5872.48322147651 rows/sec., 10.52 MiB/sec. | ||
2401 | 2024.07.04 19:25:48.197881 [ 3 ] {60cf4ce6-993e-4248-86c2-50f0fb201760} <Debug> DynamicQueryHandler: Done processing query | ||
2402 | 2024.07.04 19:25:48.197906 [ 3 ] {60cf4ce6-993e-4248-86c2-50f0fb201760} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2403 | 2024.07.04 19:25:48.197921 [ 3 ] {} <Debug> HTTP-Session: 042b620b-668b-4147-8625-0d485bde7b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2404 | 2024.07.04 19:25:48.198036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2405 | 2024.07.04 19:25:48.198083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2406 | 2024.07.04 19:25:48.198101 [ 3 ] {} <Debug> HTTP-Session: a2a8d3d9-b315-4f15-92a5-6058730396c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2407 | 2024.07.04 19:25:48.198117 [ 3 ] {} <Debug> HTTP-Session: a2a8d3d9-b315-4f15-92a5-6058730396c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2408 | 2024.07.04 19:25:48.198131 [ 3 ] {} <Debug> HTTP-Session: a2a8d3d9-b315-4f15-92a5-6058730396c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2409 | 2024.07.04 19:25:48.198161 [ 3 ] {} <Trace> HTTP-Session: a2a8d3d9-b315-4f15-92a5-6058730396c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2410 | 2024.07.04 19:25:48.198287 [ 3 ] {1d0a454f-ed58-43d9-b986-fc40a7f38f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2411 | 2024.07.04 19:25:48.198330 [ 3 ] {1d0a454f-ed58-43d9-b986-fc40a7f38f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2412 | 2024.07.04 19:25:48.198457 [ 3 ] {1d0a454f-ed58-43d9-b986-fc40a7f38f19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2413 | 2024.07.04 19:25:48.198759 [ 3 ] {1d0a454f-ed58-43d9-b986-fc40a7f38f19} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2414 | 2024.07.04 19:25:48.198795 [ 3 ] {1d0a454f-ed58-43d9-b986-fc40a7f38f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2415 | 2024.07.04 19:25:48.199151 [ 3 ] {1d0a454f-ed58-43d9-b986-fc40a7f38f19} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2416 | 2024.07.04 19:25:48.199463 [ 3 ] {1d0a454f-ed58-43d9-b986-fc40a7f38f19} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2417 | 2024.07.04 19:25:48.199628 [ 3 ] {1d0a454f-ed58-43d9-b986-fc40a7f38f19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
2418 | 2024.07.04 19:25:48.199794 [ 3 ] {1d0a454f-ed58-43d9-b986-fc40a7f38f19} <Debug> DynamicQueryHandler: Done processing query | ||
2419 | 2024.07.04 19:25:48.199817 [ 3 ] {1d0a454f-ed58-43d9-b986-fc40a7f38f19} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2420 | 2024.07.04 19:25:48.199833 [ 3 ] {} <Debug> HTTP-Session: a2a8d3d9-b315-4f15-92a5-6058730396c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2421 | 2024.07.04 19:25:53.186321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2422 | 2024.07.04 19:25:53.186452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2423 | 2024.07.04 19:25:53.186481 [ 3 ] {} <Debug> HTTP-Session: 1610b12d-7251-4a77-8068-e3a3fa0ad8e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2424 | 2024.07.04 19:25:53.186508 [ 3 ] {} <Debug> HTTP-Session: 1610b12d-7251-4a77-8068-e3a3fa0ad8e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2425 | 2024.07.04 19:25:53.186526 [ 3 ] {} <Debug> HTTP-Session: 1610b12d-7251-4a77-8068-e3a3fa0ad8e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2426 | 2024.07.04 19:25:53.186582 [ 3 ] {} <Trace> HTTP-Session: 1610b12d-7251-4a77-8068-e3a3fa0ad8e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2427 | 2024.07.04 19:25:53.186800 [ 3 ] {b09dd082-6e27-4d73-9a14-2dc59983b5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2428 | 2024.07.04 19:25:53.186870 [ 3 ] {b09dd082-6e27-4d73-9a14-2dc59983b5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2429 | 2024.07.04 19:25:53.187078 [ 3 ] {b09dd082-6e27-4d73-9a14-2dc59983b5e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2430 | 2024.07.04 19:25:53.187571 [ 3 ] {b09dd082-6e27-4d73-9a14-2dc59983b5e3} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2431 | 2024.07.04 19:25:53.187611 [ 3 ] {b09dd082-6e27-4d73-9a14-2dc59983b5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2432 | 2024.07.04 19:25:53.187969 [ 3 ] {b09dd082-6e27-4d73-9a14-2dc59983b5e3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2433 | 2024.07.04 19:25:53.188295 [ 3 ] {b09dd082-6e27-4d73-9a14-2dc59983b5e3} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2434 | 2024.07.04 19:25:53.188482 [ 3 ] {b09dd082-6e27-4d73-9a14-2dc59983b5e3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001747 sec., 32054.951345163136 rows/sec., 2.45 MiB/sec. | ||
2435 | 2024.07.04 19:25:53.188497 [ 75 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2436 | 2024.07.04 19:25:53.188620 [ 75 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2437 | 2024.07.04 19:25:53.188650 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2438 | 2024.07.04 19:25:53.188741 [ 3 ] {b09dd082-6e27-4d73-9a14-2dc59983b5e3} <Debug> DynamicQueryHandler: Done processing query | ||
2439 | 2024.07.04 19:25:53.188811 [ 3 ] {b09dd082-6e27-4d73-9a14-2dc59983b5e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2440 | 2024.07.04 19:25:53.188844 [ 3 ] {} <Debug> HTTP-Session: 1610b12d-7251-4a77-8068-e3a3fa0ad8e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2441 | 2024.07.04 19:25:53.188845 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
2442 | 2024.07.04 19:25:53.189037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2443 | 2024.07.04 19:25:53.189101 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2444 | 2024.07.04 19:25:53.189130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2445 | 2024.07.04 19:25:53.189149 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 99 rows starting from the beginning of the part | ||
2446 | 2024.07.04 19:25:53.189160 [ 3 ] {} <Debug> HTTP-Session: eb8ddb26-f711-4a56-a037-0a5070d0327c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2447 | 2024.07.04 19:25:53.189202 [ 3 ] {} <Debug> HTTP-Session: eb8ddb26-f711-4a56-a037-0a5070d0327c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2448 | 2024.07.04 19:25:53.189255 [ 3 ] {} <Debug> HTTP-Session: eb8ddb26-f711-4a56-a037-0a5070d0327c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2449 | 2024.07.04 19:25:53.189376 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
2450 | 2024.07.04 19:25:53.189450 [ 3 ] {} <Trace> HTTP-Session: eb8ddb26-f711-4a56-a037-0a5070d0327c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2451 | 2024.07.04 19:25:53.189644 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 98 rows starting from the beginning of the part | ||
2452 | 2024.07.04 19:25:53.189933 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 92 rows starting from the beginning of the part | ||
2453 | 2024.07.04 19:25:53.190024 [ 3 ] {edf1ac61-e3ea-4b22-bc41-526a1492ed56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2454 | 2024.07.04 19:25:53.190231 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 98 rows starting from the beginning of the part | ||
2455 | 2024.07.04 19:25:53.190269 [ 3 ] {edf1ac61-e3ea-4b22-bc41-526a1492ed56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2456 | 2024.07.04 19:25:53.190521 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2457 | 2024.07.04 19:25:53.191193 [ 3 ] {edf1ac61-e3ea-4b22-bc41-526a1492ed56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2458 | 2024.07.04 19:25:53.192202 [ 3 ] {edf1ac61-e3ea-4b22-bc41-526a1492ed56} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2459 | 2024.07.04 19:25:53.192266 [ 3 ] {edf1ac61-e3ea-4b22-bc41-526a1492ed56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2460 | 2024.07.04 19:25:53.193070 [ 3 ] {edf1ac61-e3ea-4b22-bc41-526a1492ed56} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2461 | 2024.07.04 19:25:53.193215 [ 192 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 4 columns (4 merged, 0 gathered) in 0.004493464 sec., 111050.18311040213 rows/sec., 8.78 MiB/sec. | ||
2462 | 2024.07.04 19:25:53.193406 [ 192 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2463 | 2024.07.04 19:25:53.193509 [ 3 ] {edf1ac61-e3ea-4b22-bc41-526a1492ed56} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2464 | 2024.07.04 19:25:53.193811 [ 75 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2465 | 2024.07.04 19:25:53.193845 [ 3 ] {edf1ac61-e3ea-4b22-bc41-526a1492ed56} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004119 sec., 15537.75188152464 rows/sec., 1.21 MiB/sec. | ||
2466 | 2024.07.04 19:25:53.193916 [ 75 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2467 | 2024.07.04 19:25:53.194084 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2468 | 2024.07.04 19:25:53.194356 [ 192 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2469 | 2024.07.04 19:25:53.194385 [ 3 ] {edf1ac61-e3ea-4b22-bc41-526a1492ed56} <Debug> DynamicQueryHandler: Done processing query | ||
2470 | 2024.07.04 19:25:53.194483 [ 3 ] {edf1ac61-e3ea-4b22-bc41-526a1492ed56} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2471 | 2024.07.04 19:25:53.194584 [ 3 ] {} <Debug> HTTP-Session: eb8ddb26-f711-4a56-a037-0a5070d0327c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2472 | 2024.07.04 19:25:53.194701 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
2473 | 2024.07.04 19:25:53.194715 [ 192 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_11_2} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2474 | 2024.07.04 19:25:53.194921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2475 | 2024.07.04 19:25:53.194989 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2476 | 2024.07.04 19:25:53.195097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2477 | 2024.07.04 19:25:53.195161 [ 3 ] {} <Debug> HTTP-Session: 62be982e-5657-42cb-adc2-edc07069409a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2478 | 2024.07.04 19:25:53.195173 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2479 | 2024.07.04 19:25:53.195191 [ 3 ] {} <Debug> HTTP-Session: 62be982e-5657-42cb-adc2-edc07069409a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2480 | 2024.07.04 19:25:53.195232 [ 3 ] {} <Debug> HTTP-Session: 62be982e-5657-42cb-adc2-edc07069409a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2481 | 2024.07.04 19:25:53.195239 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 87 rows starting from the beginning of the part | ||
2482 | 2024.07.04 19:25:53.195279 [ 3 ] {} <Trace> HTTP-Session: 62be982e-5657-42cb-adc2-edc07069409a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2483 | 2024.07.04 19:25:53.195454 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
2484 | 2024.07.04 19:25:53.195774 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 78 rows starting from the beginning of the part | ||
2485 | 2024.07.04 19:25:53.195865 [ 3 ] {5fad7920-1c8f-4898-a137-b00a2e91fa1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2486 | 2024.07.04 19:25:53.196001 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 88 rows starting from the beginning of the part | ||
2487 | 2024.07.04 19:25:53.196189 [ 3 ] {5fad7920-1c8f-4898-a137-b00a2e91fa1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2488 | 2024.07.04 19:25:53.196295 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 78 rows starting from the beginning of the part | ||
2489 | 2024.07.04 19:25:53.196631 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
2490 | 2024.07.04 19:25:53.197360 [ 3 ] {5fad7920-1c8f-4898-a137-b00a2e91fa1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2491 | 2024.07.04 19:25:53.198412 [ 3 ] {5fad7920-1c8f-4898-a137-b00a2e91fa1c} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2492 | 2024.07.04 19:25:53.198484 [ 3 ] {5fad7920-1c8f-4898-a137-b00a2e91fa1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2493 | 2024.07.04 19:25:53.199506 [ 192 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 459 rows, containing 4 columns (4 merged, 0 gathered) in 0.005191214 sec., 88418.62423702817 rows/sec., 6.90 MiB/sec. | ||
2494 | 2024.07.04 19:25:53.199578 [ 3 ] {5fad7920-1c8f-4898-a137-b00a2e91fa1c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2495 | 2024.07.04 19:25:53.199913 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2496 | 2024.07.04 19:25:53.200172 [ 3 ] {5fad7920-1c8f-4898-a137-b00a2e91fa1c} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2497 | 2024.07.04 19:25:53.200477 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2498 | 2024.07.04 19:25:53.200622 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2499 | 2024.07.04 19:25:53.200689 [ 3 ] {5fad7920-1c8f-4898-a137-b00a2e91fa1c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005103 sec., 31354.105428179504 rows/sec., 2.18 MiB/sec. | ||
2500 | 2024.07.04 19:25:53.200717 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2501 | 2024.07.04 19:25:53.201346 [ 192 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
2502 | 2024.07.04 19:25:53.201385 [ 3 ] {5fad7920-1c8f-4898-a137-b00a2e91fa1c} <Debug> DynamicQueryHandler: Done processing query | ||
2503 | 2024.07.04 19:25:53.201446 [ 3 ] {5fad7920-1c8f-4898-a137-b00a2e91fa1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2504 | 2024.07.04 19:25:53.201489 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2505 | 2024.07.04 19:25:53.201516 [ 3 ] {} <Debug> HTTP-Session: 62be982e-5657-42cb-adc2-edc07069409a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2506 | 2024.07.04 19:25:53.201781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2507 | 2024.07.04 19:25:53.201825 [ 192 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2508 | 2024.07.04 19:25:53.201847 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_11_2} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2509 | 2024.07.04 19:25:53.201885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2510 | 2024.07.04 19:25:53.201906 [ 192 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 284 rows starting from the beginning of the part | ||
2511 | 2024.07.04 19:25:53.201973 [ 3 ] {} <Debug> HTTP-Session: eef508e7-5239-4f14-856b-14f88d673f0c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2512 | 2024.07.04 19:25:53.202050 [ 3 ] {} <Debug> HTTP-Session: eef508e7-5239-4f14-856b-14f88d673f0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2513 | 2024.07.04 19:25:53.202126 [ 3 ] {} <Debug> HTTP-Session: eef508e7-5239-4f14-856b-14f88d673f0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2514 | 2024.07.04 19:25:53.202128 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2515 | 2024.07.04 19:25:53.202300 [ 3 ] {} <Trace> HTTP-Session: eef508e7-5239-4f14-856b-14f88d673f0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2516 | 2024.07.04 19:25:53.202400 [ 192 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
2517 | 2024.07.04 19:25:53.202646 [ 192 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
2518 | 2024.07.04 19:25:53.202653 [ 3 ] {a23c6b43-49e0-4f5b-88b2-1d43c6ef5d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2519 | 2024.07.04 19:25:53.202824 [ 3 ] {a23c6b43-49e0-4f5b-88b2-1d43c6ef5d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2520 | 2024.07.04 19:25:53.203010 [ 192 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 424 rows starting from the beginning of the part | ||
2521 | 2024.07.04 19:25:53.203385 [ 192 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
2522 | 2024.07.04 19:25:53.203703 [ 192 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
2523 | 2024.07.04 19:25:53.204167 [ 3 ] {a23c6b43-49e0-4f5b-88b2-1d43c6ef5d73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2524 | 2024.07.04 19:25:53.204706 [ 3 ] {a23c6b43-49e0-4f5b-88b2-1d43c6ef5d73} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2525 | 2024.07.04 19:25:53.204747 [ 3 ] {a23c6b43-49e0-4f5b-88b2-1d43c6ef5d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2526 | 2024.07.04 19:25:53.205278 [ 3 ] {a23c6b43-49e0-4f5b-88b2-1d43c6ef5d73} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2527 | 2024.07.04 19:25:53.205903 [ 3 ] {a23c6b43-49e0-4f5b-88b2-1d43c6ef5d73} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2528 | 2024.07.04 19:25:53.205953 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1348 rows, containing 5 columns (5 merged, 0 gathered) in 0.004854299 sec., 277692.0004309582 rows/sec., 19.43 MiB/sec. | ||
2529 | 2024.07.04 19:25:53.206101 [ 3 ] {a23c6b43-49e0-4f5b-88b2-1d43c6ef5d73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003607 sec., 16634.322151372333 rows/sec., 1.12 MiB/sec. | ||
2530 | 2024.07.04 19:25:53.206108 [ 72 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2531 | 2024.07.04 19:25:53.206215 [ 72 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2532 | 2024.07.04 19:25:53.206300 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2533 | 2024.07.04 19:25:53.206370 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2534 | 2024.07.04 19:25:53.206660 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
2535 | 2024.07.04 19:25:53.206689 [ 3 ] {a23c6b43-49e0-4f5b-88b2-1d43c6ef5d73} <Debug> DynamicQueryHandler: Done processing query | ||
2536 | 2024.07.04 19:25:53.206761 [ 3 ] {a23c6b43-49e0-4f5b-88b2-1d43c6ef5d73} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2537 | 2024.07.04 19:25:53.206816 [ 3 ] {} <Debug> HTTP-Session: eef508e7-5239-4f14-856b-14f88d673f0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2538 | 2024.07.04 19:25:53.207252 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2539 | 2024.07.04 19:25:53.207344 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 140 rows starting from the beginning of the part | ||
2540 | 2024.07.04 19:25:53.207577 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
2541 | 2024.07.04 19:25:53.207821 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2542 | 2024.07.04 19:25:53.207873 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
2543 | 2024.07.04 19:25:53.208139 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2544 | 2024.07.04 19:25:53.208150 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
2545 | 2024.07.04 19:25:53.208432 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
2546 | 2024.07.04 19:25:53.208478 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
2547 | 2024.07.04 19:25:53.208596 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
2548 | 2024.07.04 19:25:53.209561 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 4 columns (4 merged, 0 gathered) in 0.003138794 sec., 140181.2288413958 rows/sec., 9.38 MiB/sec. | ||
2549 | 2024.07.04 19:25:53.209749 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2550 | 2024.07.04 19:25:53.210207 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2551 | 2024.07.04 19:25:53.210309 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_11_2} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2552 | 2024.07.04 19:25:53.210394 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2553 | 2024.07.04 19:25:58.185992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 2060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2554 | 2024.07.04 19:25:58.186114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2555 | 2024.07.04 19:25:58.186139 [ 3 ] {} <Debug> HTTP-Session: 5d6a65bf-688c-461f-b2fc-ae7058ab2248 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2556 | 2024.07.04 19:25:58.186164 [ 3 ] {} <Debug> HTTP-Session: 5d6a65bf-688c-461f-b2fc-ae7058ab2248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2557 | 2024.07.04 19:25:58.186179 [ 3 ] {} <Debug> HTTP-Session: 5d6a65bf-688c-461f-b2fc-ae7058ab2248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2558 | 2024.07.04 19:25:58.186230 [ 3 ] {} <Trace> HTTP-Session: 5d6a65bf-688c-461f-b2fc-ae7058ab2248 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2559 | 2024.07.04 19:25:58.186409 [ 3 ] {9d887f5d-aba2-4b0d-bb96-0d150e8fc2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2560 | 2024.07.04 19:25:58.186476 [ 3 ] {9d887f5d-aba2-4b0d-bb96-0d150e8fc2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2561 | 2024.07.04 19:25:58.186665 [ 3 ] {9d887f5d-aba2-4b0d-bb96-0d150e8fc2a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2562 | 2024.07.04 19:25:58.187099 [ 3 ] {9d887f5d-aba2-4b0d-bb96-0d150e8fc2a1} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2563 | 2024.07.04 19:25:58.187138 [ 3 ] {9d887f5d-aba2-4b0d-bb96-0d150e8fc2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2564 | 2024.07.04 19:25:58.187508 [ 3 ] {9d887f5d-aba2-4b0d-bb96-0d150e8fc2a1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2565 | 2024.07.04 19:25:58.187857 [ 3 ] {9d887f5d-aba2-4b0d-bb96-0d150e8fc2a1} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2566 | 2024.07.04 19:25:58.187996 [ 3 ] {9d887f5d-aba2-4b0d-bb96-0d150e8fc2a1} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001644 sec., 8515.81508515815 rows/sec., 690.25 KiB/sec. | ||
2567 | 2024.07.04 19:25:58.188193 [ 3 ] {9d887f5d-aba2-4b0d-bb96-0d150e8fc2a1} <Debug> DynamicQueryHandler: Done processing query | ||
2568 | 2024.07.04 19:25:58.188220 [ 3 ] {9d887f5d-aba2-4b0d-bb96-0d150e8fc2a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2569 | 2024.07.04 19:25:58.188237 [ 3 ] {} <Debug> HTTP-Session: 5d6a65bf-688c-461f-b2fc-ae7058ab2248 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2570 | 2024.07.04 19:25:58.188375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 14097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2571 | 2024.07.04 19:25:58.188427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2572 | 2024.07.04 19:25:58.188447 [ 3 ] {} <Debug> HTTP-Session: c9605ab9-6bb6-4002-9348-7daa82bda891 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2573 | 2024.07.04 19:25:58.188464 [ 3 ] {} <Debug> HTTP-Session: c9605ab9-6bb6-4002-9348-7daa82bda891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2574 | 2024.07.04 19:25:58.188478 [ 3 ] {} <Debug> HTTP-Session: c9605ab9-6bb6-4002-9348-7daa82bda891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2575 | 2024.07.04 19:25:58.188511 [ 3 ] {} <Trace> HTTP-Session: c9605ab9-6bb6-4002-9348-7daa82bda891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2576 | 2024.07.04 19:25:58.188637 [ 3 ] {bcf652d4-f36f-4762-a6a0-9c4c2c20c30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2577 | 2024.07.04 19:25:58.188681 [ 3 ] {bcf652d4-f36f-4762-a6a0-9c4c2c20c30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2578 | 2024.07.04 19:25:58.188807 [ 3 ] {bcf652d4-f36f-4762-a6a0-9c4c2c20c30f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2579 | 2024.07.04 19:25:58.189205 [ 3 ] {bcf652d4-f36f-4762-a6a0-9c4c2c20c30f} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2580 | 2024.07.04 19:25:58.189241 [ 3 ] {bcf652d4-f36f-4762-a6a0-9c4c2c20c30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2581 | 2024.07.04 19:25:58.189557 [ 3 ] {bcf652d4-f36f-4762-a6a0-9c4c2c20c30f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2582 | 2024.07.04 19:25:58.189861 [ 3 ] {bcf652d4-f36f-4762-a6a0-9c4c2c20c30f} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2583 | 2024.07.04 19:25:58.189991 [ 3 ] {bcf652d4-f36f-4762-a6a0-9c4c2c20c30f} <Debug> executeQuery: Read 98 rows, 8.13 KiB in 0.001403 sec., 69850.32074126872 rows/sec., 5.66 MiB/sec. | ||
2584 | 2024.07.04 19:25:58.190152 [ 3 ] {bcf652d4-f36f-4762-a6a0-9c4c2c20c30f} <Debug> DynamicQueryHandler: Done processing query | ||
2585 | 2024.07.04 19:25:58.190177 [ 3 ] {bcf652d4-f36f-4762-a6a0-9c4c2c20c30f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2586 | 2024.07.04 19:25:58.190193 [ 3 ] {} <Debug> HTTP-Session: c9605ab9-6bb6-4002-9348-7daa82bda891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2587 | 2024.07.04 19:25:58.190312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 13249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2588 | 2024.07.04 19:25:58.190359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2589 | 2024.07.04 19:25:58.190377 [ 3 ] {} <Debug> HTTP-Session: eadaceda-a235-47bb-8379-374dd27863ca Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2590 | 2024.07.04 19:25:58.190394 [ 3 ] {} <Debug> HTTP-Session: eadaceda-a235-47bb-8379-374dd27863ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2591 | 2024.07.04 19:25:58.190408 [ 3 ] {} <Debug> HTTP-Session: eadaceda-a235-47bb-8379-374dd27863ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2592 | 2024.07.04 19:25:58.190439 [ 3 ] {} <Trace> HTTP-Session: eadaceda-a235-47bb-8379-374dd27863ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2593 | 2024.07.04 19:25:58.190560 [ 3 ] {d89bb635-458e-4b9c-8b79-6f30af1fa998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2594 | 2024.07.04 19:25:58.190602 [ 3 ] {d89bb635-458e-4b9c-8b79-6f30af1fa998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2595 | 2024.07.04 19:25:58.190725 [ 3 ] {d89bb635-458e-4b9c-8b79-6f30af1fa998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2596 | 2024.07.04 19:25:58.191074 [ 3 ] {d89bb635-458e-4b9c-8b79-6f30af1fa998} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2597 | 2024.07.04 19:25:58.191111 [ 3 ] {d89bb635-458e-4b9c-8b79-6f30af1fa998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2598 | 2024.07.04 19:25:58.191415 [ 3 ] {d89bb635-458e-4b9c-8b79-6f30af1fa998} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2599 | 2024.07.04 19:25:58.191716 [ 3 ] {d89bb635-458e-4b9c-8b79-6f30af1fa998} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2600 | 2024.07.04 19:25:58.191837 [ 3 ] {d89bb635-458e-4b9c-8b79-6f30af1fa998} <Debug> executeQuery: Read 78 rows, 6.24 KiB in 0.001322 sec., 59001.512859304086 rows/sec., 4.61 MiB/sec. | ||
2601 | 2024.07.04 19:25:58.192132 [ 3 ] {d89bb635-458e-4b9c-8b79-6f30af1fa998} <Debug> DynamicQueryHandler: Done processing query | ||
2602 | 2024.07.04 19:25:58.192158 [ 3 ] {d89bb635-458e-4b9c-8b79-6f30af1fa998} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2603 | 2024.07.04 19:25:58.192174 [ 3 ] {} <Debug> HTTP-Session: eadaceda-a235-47bb-8379-374dd27863ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2604 | 2024.07.04 19:25:58.192323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2605 | 2024.07.04 19:25:58.192373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2606 | 2024.07.04 19:25:58.192393 [ 3 ] {} <Debug> HTTP-Session: b3f74662-9e6e-4732-a2d0-8baf28ab60a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2607 | 2024.07.04 19:25:58.192409 [ 3 ] {} <Debug> HTTP-Session: b3f74662-9e6e-4732-a2d0-8baf28ab60a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2608 | 2024.07.04 19:25:58.192423 [ 3 ] {} <Debug> HTTP-Session: b3f74662-9e6e-4732-a2d0-8baf28ab60a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2609 | 2024.07.04 19:25:58.192453 [ 3 ] {} <Trace> HTTP-Session: b3f74662-9e6e-4732-a2d0-8baf28ab60a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2610 | 2024.07.04 19:25:58.192599 [ 3 ] {81db5ce0-bcd8-4092-847b-ebf17ca44180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2611 | 2024.07.04 19:25:58.192646 [ 3 ] {81db5ce0-bcd8-4092-847b-ebf17ca44180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2612 | 2024.07.04 19:25:58.192804 [ 3 ] {81db5ce0-bcd8-4092-847b-ebf17ca44180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2613 | 2024.07.04 19:25:58.193198 [ 3 ] {81db5ce0-bcd8-4092-847b-ebf17ca44180} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2614 | 2024.07.04 19:25:58.193235 [ 3 ] {81db5ce0-bcd8-4092-847b-ebf17ca44180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2615 | 2024.07.04 19:25:58.193614 [ 3 ] {81db5ce0-bcd8-4092-847b-ebf17ca44180} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2616 | 2024.07.04 19:25:58.193961 [ 3 ] {81db5ce0-bcd8-4092-847b-ebf17ca44180} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2617 | 2024.07.04 19:25:58.194087 [ 3 ] {81db5ce0-bcd8-4092-847b-ebf17ca44180} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
2618 | 2024.07.04 19:25:58.194393 [ 3 ] {81db5ce0-bcd8-4092-847b-ebf17ca44180} <Debug> DynamicQueryHandler: Done processing query | ||
2619 | 2024.07.04 19:25:58.194418 [ 3 ] {81db5ce0-bcd8-4092-847b-ebf17ca44180} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2620 | 2024.07.04 19:25:58.194435 [ 3 ] {} <Debug> HTTP-Session: b3f74662-9e6e-4732-a2d0-8baf28ab60a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2621 | 2024.07.04 19:25:58.194562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 22305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2622 | 2024.07.04 19:25:58.194611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2623 | 2024.07.04 19:25:58.194630 [ 3 ] {} <Debug> HTTP-Session: bb64022b-31e3-4015-862f-23056b9697aa Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2624 | 2024.07.04 19:25:58.194647 [ 3 ] {} <Debug> HTTP-Session: bb64022b-31e3-4015-862f-23056b9697aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2625 | 2024.07.04 19:25:58.194662 [ 3 ] {} <Debug> HTTP-Session: bb64022b-31e3-4015-862f-23056b9697aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2626 | 2024.07.04 19:25:58.194691 [ 3 ] {} <Trace> HTTP-Session: bb64022b-31e3-4015-862f-23056b9697aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2627 | 2024.07.04 19:25:58.194879 [ 3 ] {9b7356b4-3d5c-432d-b6a5-103ffc22a277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2628 | 2024.07.04 19:25:58.194949 [ 3 ] {9b7356b4-3d5c-432d-b6a5-103ffc22a277} <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 | ||
2629 | 2024.07.04 19:25:58.195352 [ 3 ] {9b7356b4-3d5c-432d-b6a5-103ffc22a277} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2630 | 2024.07.04 19:25:58.195950 [ 3 ] {9b7356b4-3d5c-432d-b6a5-103ffc22a277} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2631 | 2024.07.04 19:25:58.195986 [ 3 ] {9b7356b4-3d5c-432d-b6a5-103ffc22a277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2632 | 2024.07.04 19:25:58.196551 [ 3 ] {9b7356b4-3d5c-432d-b6a5-103ffc22a277} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2633 | 2024.07.04 19:25:58.196959 [ 3 ] {9b7356b4-3d5c-432d-b6a5-103ffc22a277} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2634 | 2024.07.04 19:25:58.197100 [ 3 ] {9b7356b4-3d5c-432d-b6a5-103ffc22a277} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002331 sec., 6006.006006006006 rows/sec., 10.76 MiB/sec. | ||
2635 | 2024.07.04 19:25:58.197307 [ 3 ] {9b7356b4-3d5c-432d-b6a5-103ffc22a277} <Debug> DynamicQueryHandler: Done processing query | ||
2636 | 2024.07.04 19:25:58.197332 [ 3 ] {9b7356b4-3d5c-432d-b6a5-103ffc22a277} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2637 | 2024.07.04 19:25:58.197348 [ 3 ] {} <Debug> HTTP-Session: bb64022b-31e3-4015-862f-23056b9697aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2638 | 2024.07.04 19:25:58.197463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2639 | 2024.07.04 19:25:58.197511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2640 | 2024.07.04 19:25:58.197530 [ 3 ] {} <Debug> HTTP-Session: 167f1281-2021-41e9-af8f-fef04bc27a3b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2641 | 2024.07.04 19:25:58.197546 [ 3 ] {} <Debug> HTTP-Session: 167f1281-2021-41e9-af8f-fef04bc27a3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2642 | 2024.07.04 19:25:58.197561 [ 3 ] {} <Debug> HTTP-Session: 167f1281-2021-41e9-af8f-fef04bc27a3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2643 | 2024.07.04 19:25:58.197592 [ 3 ] {} <Trace> HTTP-Session: 167f1281-2021-41e9-af8f-fef04bc27a3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2644 | 2024.07.04 19:25:58.197704 [ 3 ] {623f3096-29f6-45a2-9fc7-325746d9887a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2645 | 2024.07.04 19:25:58.197748 [ 3 ] {623f3096-29f6-45a2-9fc7-325746d9887a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2646 | 2024.07.04 19:25:58.197871 [ 3 ] {623f3096-29f6-45a2-9fc7-325746d9887a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2647 | 2024.07.04 19:25:58.198193 [ 3 ] {623f3096-29f6-45a2-9fc7-325746d9887a} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2648 | 2024.07.04 19:25:58.198228 [ 3 ] {623f3096-29f6-45a2-9fc7-325746d9887a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2649 | 2024.07.04 19:25:58.198581 [ 3 ] {623f3096-29f6-45a2-9fc7-325746d9887a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2650 | 2024.07.04 19:25:58.198895 [ 3 ] {623f3096-29f6-45a2-9fc7-325746d9887a} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2651 | 2024.07.04 19:25:58.199017 [ 3 ] {623f3096-29f6-45a2-9fc7-325746d9887a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. | ||
2652 | 2024.07.04 19:25:58.199175 [ 3 ] {623f3096-29f6-45a2-9fc7-325746d9887a} <Debug> DynamicQueryHandler: Done processing query | ||
2653 | 2024.07.04 19:25:58.199200 [ 3 ] {623f3096-29f6-45a2-9fc7-325746d9887a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2654 | 2024.07.04 19:25:58.199216 [ 3 ] {} <Debug> HTTP-Session: 167f1281-2021-41e9-af8f-fef04bc27a3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2655 | 2024.07.04 19:26:01.783862 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2656 | 2024.07.04 19:26:01.783969 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2657 | 2024.07.04 19:26:03.181393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2658 | 2024.07.04 19:26:03.181510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2659 | 2024.07.04 19:26:03.181539 [ 3 ] {} <Debug> HTTP-Session: 681f8055-99b0-4bd6-9d4b-348679b6bc18 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2660 | 2024.07.04 19:26:03.181566 [ 3 ] {} <Debug> HTTP-Session: 681f8055-99b0-4bd6-9d4b-348679b6bc18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2661 | 2024.07.04 19:26:03.181584 [ 3 ] {} <Debug> HTTP-Session: 681f8055-99b0-4bd6-9d4b-348679b6bc18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2662 | 2024.07.04 19:26:03.181640 [ 3 ] {} <Trace> HTTP-Session: 681f8055-99b0-4bd6-9d4b-348679b6bc18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2663 | 2024.07.04 19:26:03.181888 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2664 | 2024.07.04 19:26:03.182269 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2665 | 2024.07.04 19:26:03.182318 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2666 | 2024.07.04 19:26:03.182658 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2667 | 2024.07.04 19:26:03.182737 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2668 | 2024.07.04 19:26:03.182912 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2669 | 2024.07.04 19:26:03.183084 [ 257 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2670 | 2024.07.04 19:26:03.183144 [ 260 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2671 | 2024.07.04 19:26:03.183215 [ 261 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2672 | 2024.07.04 19:26:03.183229 [ 253 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2673 | 2024.07.04 19:26:03.183447 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (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 | ||
2674 | 2024.07.04 19:26:03.183479 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2675 | 2024.07.04 19:26:03.183613 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2676 | 2024.07.04 19:26:03.183637 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2677 | 2024.07.04 19:26:03.183677 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2678 | 2024.07.04 19:26:03.183722 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2679 | 2024.07.04 19:26:03.183761 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2680 | 2024.07.04 19:26:03.183799 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2681 | 2024.07.04 19:26:03.186278 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Debug> executeQuery: Read 29 rows, 1.20 KiB in 0.004497 sec., 6448.743606849011 rows/sec., 266.89 KiB/sec. | ||
2682 | 2024.07.04 19:26:03.186676 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Debug> DynamicQueryHandler: Done processing query | ||
2683 | 2024.07.04 19:26:03.186704 [ 3 ] {149dcf11-098f-4f32-8984-adba6c0bcc5e} <Debug> MemoryTracker: Peak memory usage (for query): 3.13 MiB. | ||
2684 | 2024.07.04 19:26:03.186721 [ 3 ] {} <Debug> HTTP-Session: 681f8055-99b0-4bd6-9d4b-348679b6bc18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2685 | 2024.07.04 19:26:03.190477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2686 | 2024.07.04 19:26:03.190538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2687 | 2024.07.04 19:26:03.190561 [ 3 ] {} <Debug> HTTP-Session: 8b37f099-cc55-4238-8f50-634f5fbdbeab Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2688 | 2024.07.04 19:26:03.190583 [ 3 ] {} <Debug> HTTP-Session: 8b37f099-cc55-4238-8f50-634f5fbdbeab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2689 | 2024.07.04 19:26:03.190600 [ 3 ] {} <Debug> HTTP-Session: 8b37f099-cc55-4238-8f50-634f5fbdbeab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2690 | 2024.07.04 19:26:03.190643 [ 3 ] {} <Trace> HTTP-Session: 8b37f099-cc55-4238-8f50-634f5fbdbeab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2691 | 2024.07.04 19:26:03.190779 [ 3 ] {b5521f8a-cdc0-4647-9557-cc791a113347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2692 | 2024.07.04 19:26:03.190834 [ 3 ] {b5521f8a-cdc0-4647-9557-cc791a113347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2693 | 2024.07.04 19:26:03.191037 [ 3 ] {b5521f8a-cdc0-4647-9557-cc791a113347} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2694 | 2024.07.04 19:26:03.191418 [ 3 ] {b5521f8a-cdc0-4647-9557-cc791a113347} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2695 | 2024.07.04 19:26:03.191459 [ 3 ] {b5521f8a-cdc0-4647-9557-cc791a113347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2696 | 2024.07.04 19:26:03.191993 [ 3 ] {b5521f8a-cdc0-4647-9557-cc791a113347} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2697 | 2024.07.04 19:26:03.192316 [ 3 ] {b5521f8a-cdc0-4647-9557-cc791a113347} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2698 | 2024.07.04 19:26:03.192454 [ 3 ] {b5521f8a-cdc0-4647-9557-cc791a113347} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001721 sec., 581.0575246949447 rows/sec., 131.65 KiB/sec. | ||
2699 | 2024.07.04 19:26:03.192620 [ 3 ] {b5521f8a-cdc0-4647-9557-cc791a113347} <Debug> DynamicQueryHandler: Done processing query | ||
2700 | 2024.07.04 19:26:03.192645 [ 3 ] {b5521f8a-cdc0-4647-9557-cc791a113347} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2701 | 2024.07.04 19:26:03.192661 [ 3 ] {} <Debug> HTTP-Session: 8b37f099-cc55-4238-8f50-634f5fbdbeab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2702 | 2024.07.04 19:26:03.192771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2703 | 2024.07.04 19:26:03.192818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2704 | 2024.07.04 19:26:03.192836 [ 3 ] {} <Debug> HTTP-Session: f723b6d0-9366-4e09-9f94-02d2d697f068 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2705 | 2024.07.04 19:26:03.192852 [ 3 ] {} <Debug> HTTP-Session: f723b6d0-9366-4e09-9f94-02d2d697f068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2706 | 2024.07.04 19:26:03.192865 [ 3 ] {} <Debug> HTTP-Session: f723b6d0-9366-4e09-9f94-02d2d697f068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2707 | 2024.07.04 19:26:03.192897 [ 3 ] {} <Trace> HTTP-Session: f723b6d0-9366-4e09-9f94-02d2d697f068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2708 | 2024.07.04 19:26:03.192989 [ 3 ] {464f429c-0a09-4d3b-80cd-84ea91a346f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2709 | 2024.07.04 19:26:03.193030 [ 3 ] {464f429c-0a09-4d3b-80cd-84ea91a346f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2710 | 2024.07.04 19:26:03.193184 [ 3 ] {464f429c-0a09-4d3b-80cd-84ea91a346f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2711 | 2024.07.04 19:26:03.193477 [ 3 ] {464f429c-0a09-4d3b-80cd-84ea91a346f3} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2712 | 2024.07.04 19:26:03.193512 [ 3 ] {464f429c-0a09-4d3b-80cd-84ea91a346f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2713 | 2024.07.04 19:26:03.193849 [ 3 ] {464f429c-0a09-4d3b-80cd-84ea91a346f3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2714 | 2024.07.04 19:26:03.194148 [ 3 ] {464f429c-0a09-4d3b-80cd-84ea91a346f3} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2715 | 2024.07.04 19:26:03.194262 [ 3 ] {464f429c-0a09-4d3b-80cd-84ea91a346f3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001297 sec., 1542.0200462606015 rows/sec., 125.74 KiB/sec. | ||
2716 | 2024.07.04 19:26:03.194526 [ 3 ] {464f429c-0a09-4d3b-80cd-84ea91a346f3} <Debug> DynamicQueryHandler: Done processing query | ||
2717 | 2024.07.04 19:26:03.194550 [ 3 ] {464f429c-0a09-4d3b-80cd-84ea91a346f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2718 | 2024.07.04 19:26:03.194566 [ 3 ] {} <Debug> HTTP-Session: f723b6d0-9366-4e09-9f94-02d2d697f068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2719 | 2024.07.04 19:26:03.194667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2720 | 2024.07.04 19:26:03.194713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2721 | 2024.07.04 19:26:03.194732 [ 3 ] {} <Debug> HTTP-Session: ae0d1542-6f8b-4774-8f93-d350d1c1256b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2722 | 2024.07.04 19:26:03.194747 [ 3 ] {} <Debug> HTTP-Session: ae0d1542-6f8b-4774-8f93-d350d1c1256b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2723 | 2024.07.04 19:26:03.194760 [ 3 ] {} <Debug> HTTP-Session: ae0d1542-6f8b-4774-8f93-d350d1c1256b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2724 | 2024.07.04 19:26:03.194791 [ 3 ] {} <Trace> HTTP-Session: ae0d1542-6f8b-4774-8f93-d350d1c1256b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2725 | 2024.07.04 19:26:03.194904 [ 3 ] {0d8ca579-0849-4c1c-b609-4b374733c692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2726 | 2024.07.04 19:26:03.194946 [ 3 ] {0d8ca579-0849-4c1c-b609-4b374733c692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2727 | 2024.07.04 19:26:03.195081 [ 3 ] {0d8ca579-0849-4c1c-b609-4b374733c692} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2728 | 2024.07.04 19:26:03.195396 [ 3 ] {0d8ca579-0849-4c1c-b609-4b374733c692} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2729 | 2024.07.04 19:26:03.195432 [ 3 ] {0d8ca579-0849-4c1c-b609-4b374733c692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2730 | 2024.07.04 19:26:03.195741 [ 3 ] {0d8ca579-0849-4c1c-b609-4b374733c692} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2731 | 2024.07.04 19:26:03.196045 [ 3 ] {0d8ca579-0849-4c1c-b609-4b374733c692} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2732 | 2024.07.04 19:26:03.196172 [ 3 ] {0d8ca579-0849-4c1c-b609-4b374733c692} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001306 sec., 43644.71669218989 rows/sec., 3.33 MiB/sec. | ||
2733 | 2024.07.04 19:26:03.196459 [ 3 ] {0d8ca579-0849-4c1c-b609-4b374733c692} <Debug> DynamicQueryHandler: Done processing query | ||
2734 | 2024.07.04 19:26:03.196484 [ 3 ] {0d8ca579-0849-4c1c-b609-4b374733c692} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2735 | 2024.07.04 19:26:03.196500 [ 3 ] {} <Debug> HTTP-Session: ae0d1542-6f8b-4774-8f93-d350d1c1256b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2736 | 2024.07.04 19:26:03.196599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2737 | 2024.07.04 19:26:03.196647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2738 | 2024.07.04 19:26:03.196665 [ 3 ] {} <Debug> HTTP-Session: 1e1c8138-bade-4d0c-8ba8-0ab4f5ccb503 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2739 | 2024.07.04 19:26:03.196682 [ 3 ] {} <Debug> HTTP-Session: 1e1c8138-bade-4d0c-8ba8-0ab4f5ccb503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2740 | 2024.07.04 19:26:03.196695 [ 3 ] {} <Debug> HTTP-Session: 1e1c8138-bade-4d0c-8ba8-0ab4f5ccb503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2741 | 2024.07.04 19:26:03.196725 [ 3 ] {} <Trace> HTTP-Session: 1e1c8138-bade-4d0c-8ba8-0ab4f5ccb503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2742 | 2024.07.04 19:26:03.196819 [ 3 ] {856dc7a3-4884-45b0-8ee8-1c944b073910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2743 | 2024.07.04 19:26:03.196860 [ 3 ] {856dc7a3-4884-45b0-8ee8-1c944b073910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2744 | 2024.07.04 19:26:03.196998 [ 3 ] {856dc7a3-4884-45b0-8ee8-1c944b073910} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2745 | 2024.07.04 19:26:03.197289 [ 3 ] {856dc7a3-4884-45b0-8ee8-1c944b073910} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2746 | 2024.07.04 19:26:03.197325 [ 3 ] {856dc7a3-4884-45b0-8ee8-1c944b073910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2747 | 2024.07.04 19:26:03.197619 [ 3 ] {856dc7a3-4884-45b0-8ee8-1c944b073910} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2748 | 2024.07.04 19:26:03.197912 [ 3 ] {856dc7a3-4884-45b0-8ee8-1c944b073910} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2749 | 2024.07.04 19:26:03.198026 [ 3 ] {856dc7a3-4884-45b0-8ee8-1c944b073910} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001232 sec., 1623.3766233766235 rows/sec., 113.35 KiB/sec. | ||
2750 | 2024.07.04 19:26:03.198276 [ 3 ] {856dc7a3-4884-45b0-8ee8-1c944b073910} <Debug> DynamicQueryHandler: Done processing query | ||
2751 | 2024.07.04 19:26:03.198299 [ 3 ] {856dc7a3-4884-45b0-8ee8-1c944b073910} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2752 | 2024.07.04 19:26:03.198315 [ 3 ] {} <Debug> HTTP-Session: 1e1c8138-bade-4d0c-8ba8-0ab4f5ccb503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2753 | 2024.07.04 19:26:03.198416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 11219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2754 | 2024.07.04 19:26:03.198463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2755 | 2024.07.04 19:26:03.198482 [ 3 ] {} <Debug> HTTP-Session: db4e286a-ec5d-4d0b-8a71-e22c2d7db460 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2756 | 2024.07.04 19:26:03.198498 [ 3 ] {} <Debug> HTTP-Session: db4e286a-ec5d-4d0b-8a71-e22c2d7db460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2757 | 2024.07.04 19:26:03.198511 [ 3 ] {} <Debug> HTTP-Session: db4e286a-ec5d-4d0b-8a71-e22c2d7db460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2758 | 2024.07.04 19:26:03.198542 [ 3 ] {} <Trace> HTTP-Session: db4e286a-ec5d-4d0b-8a71-e22c2d7db460 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2759 | 2024.07.04 19:26:03.198654 [ 3 ] {2765e460-7c4b-4e54-9e8b-f0f62804bf89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2760 | 2024.07.04 19:26:03.198695 [ 3 ] {2765e460-7c4b-4e54-9e8b-f0f62804bf89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2761 | 2024.07.04 19:26:03.198836 [ 3 ] {2765e460-7c4b-4e54-9e8b-f0f62804bf89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2762 | 2024.07.04 19:26:03.199152 [ 3 ] {2765e460-7c4b-4e54-9e8b-f0f62804bf89} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2763 | 2024.07.04 19:26:03.199187 [ 3 ] {2765e460-7c4b-4e54-9e8b-f0f62804bf89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2764 | 2024.07.04 19:26:03.199487 [ 3 ] {2765e460-7c4b-4e54-9e8b-f0f62804bf89} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2765 | 2024.07.04 19:26:03.199784 [ 3 ] {2765e460-7c4b-4e54-9e8b-f0f62804bf89} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2766 | 2024.07.04 19:26:03.199905 [ 3 ] {2765e460-7c4b-4e54-9e8b-f0f62804bf89} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001291 sec., 51123.160340821065 rows/sec., 3.99 MiB/sec. | ||
2767 | 2024.07.04 19:26:03.200059 [ 3 ] {2765e460-7c4b-4e54-9e8b-f0f62804bf89} <Debug> DynamicQueryHandler: Done processing query | ||
2768 | 2024.07.04 19:26:03.200083 [ 3 ] {2765e460-7c4b-4e54-9e8b-f0f62804bf89} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2769 | 2024.07.04 19:26:03.200098 [ 3 ] {} <Debug> HTTP-Session: db4e286a-ec5d-4d0b-8a71-e22c2d7db460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2770 | 2024.07.04 19:26:03.200243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2771 | 2024.07.04 19:26:03.200291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2772 | 2024.07.04 19:26:03.200309 [ 3 ] {} <Debug> HTTP-Session: 89442671-c46e-4762-8489-5eb2c81db243 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2773 | 2024.07.04 19:26:03.200326 [ 3 ] {} <Debug> HTTP-Session: 89442671-c46e-4762-8489-5eb2c81db243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2774 | 2024.07.04 19:26:03.200339 [ 3 ] {} <Debug> HTTP-Session: 89442671-c46e-4762-8489-5eb2c81db243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2775 | 2024.07.04 19:26:03.200368 [ 3 ] {} <Trace> HTTP-Session: 89442671-c46e-4762-8489-5eb2c81db243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2776 | 2024.07.04 19:26:03.200511 [ 3 ] {961c29a2-7763-482e-8fa8-92cd4a931721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2777 | 2024.07.04 19:26:03.200555 [ 3 ] {961c29a2-7763-482e-8fa8-92cd4a931721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2778 | 2024.07.04 19:26:03.200690 [ 3 ] {961c29a2-7763-482e-8fa8-92cd4a931721} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2779 | 2024.07.04 19:26:03.201058 [ 3 ] {961c29a2-7763-482e-8fa8-92cd4a931721} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2780 | 2024.07.04 19:26:03.201093 [ 3 ] {961c29a2-7763-482e-8fa8-92cd4a931721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2781 | 2024.07.04 19:26:03.201502 [ 3 ] {961c29a2-7763-482e-8fa8-92cd4a931721} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2782 | 2024.07.04 19:26:03.201835 [ 3 ] {961c29a2-7763-482e-8fa8-92cd4a931721} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2783 | 2024.07.04 19:26:03.201964 [ 3 ] {961c29a2-7763-482e-8fa8-92cd4a931721} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001522 sec., 105781.86596583444 rows/sec., 7.37 MiB/sec. | ||
2784 | 2024.07.04 19:26:03.202124 [ 3 ] {961c29a2-7763-482e-8fa8-92cd4a931721} <Debug> DynamicQueryHandler: Done processing query | ||
2785 | 2024.07.04 19:26:03.202147 [ 3 ] {961c29a2-7763-482e-8fa8-92cd4a931721} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2786 | 2024.07.04 19:26:03.202163 [ 3 ] {} <Debug> HTTP-Session: 89442671-c46e-4762-8489-5eb2c81db243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2787 | 2024.07.04 19:26:03.202273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2788 | 2024.07.04 19:26:03.202319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2789 | 2024.07.04 19:26:03.202338 [ 3 ] {} <Debug> HTTP-Session: c7f18115-8a77-47cb-9c34-c31e171a171e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2790 | 2024.07.04 19:26:03.202353 [ 3 ] {} <Debug> HTTP-Session: c7f18115-8a77-47cb-9c34-c31e171a171e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2791 | 2024.07.04 19:26:03.202367 [ 3 ] {} <Debug> HTTP-Session: c7f18115-8a77-47cb-9c34-c31e171a171e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2792 | 2024.07.04 19:26:03.202396 [ 3 ] {} <Trace> HTTP-Session: c7f18115-8a77-47cb-9c34-c31e171a171e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2793 | 2024.07.04 19:26:03.202516 [ 3 ] {5c09baf7-0a9b-46c5-8823-fac67c5d69db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2794 | 2024.07.04 19:26:03.202558 [ 3 ] {5c09baf7-0a9b-46c5-8823-fac67c5d69db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2795 | 2024.07.04 19:26:03.202680 [ 3 ] {5c09baf7-0a9b-46c5-8823-fac67c5d69db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2796 | 2024.07.04 19:26:03.202959 [ 3 ] {5c09baf7-0a9b-46c5-8823-fac67c5d69db} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2797 | 2024.07.04 19:26:03.202994 [ 3 ] {5c09baf7-0a9b-46c5-8823-fac67c5d69db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
2798 | 2024.07.04 19:26:03.203344 [ 3 ] {5c09baf7-0a9b-46c5-8823-fac67c5d69db} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2799 | 2024.07.04 19:26:03.203662 [ 3 ] {5c09baf7-0a9b-46c5-8823-fac67c5d69db} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2800 | 2024.07.04 19:26:03.203791 [ 3 ] {5c09baf7-0a9b-46c5-8823-fac67c5d69db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
2801 | 2024.07.04 19:26:03.204100 [ 3 ] {5c09baf7-0a9b-46c5-8823-fac67c5d69db} <Debug> DynamicQueryHandler: Done processing query | ||
2802 | 2024.07.04 19:26:03.204125 [ 3 ] {5c09baf7-0a9b-46c5-8823-fac67c5d69db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2803 | 2024.07.04 19:26:03.204141 [ 3 ] {} <Debug> HTTP-Session: c7f18115-8a77-47cb-9c34-c31e171a171e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2804 | 2024.07.04 19:26:08.187702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2805 | 2024.07.04 19:26:08.187825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2806 | 2024.07.04 19:26:08.187849 [ 3 ] {} <Debug> HTTP-Session: c641d468-4ad4-4259-8b51-f6b8892cab72 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2807 | 2024.07.04 19:26:08.187872 [ 3 ] {} <Debug> HTTP-Session: c641d468-4ad4-4259-8b51-f6b8892cab72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2808 | 2024.07.04 19:26:08.187889 [ 3 ] {} <Debug> HTTP-Session: c641d468-4ad4-4259-8b51-f6b8892cab72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2809 | 2024.07.04 19:26:08.187947 [ 3 ] {} <Trace> HTTP-Session: c641d468-4ad4-4259-8b51-f6b8892cab72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2810 | 2024.07.04 19:26:08.188155 [ 3 ] {951b1eb7-f59f-42c1-a4ac-e771c9be3cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2811 | 2024.07.04 19:26:08.188226 [ 3 ] {951b1eb7-f59f-42c1-a4ac-e771c9be3cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2812 | 2024.07.04 19:26:08.188442 [ 3 ] {951b1eb7-f59f-42c1-a4ac-e771c9be3cf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2813 | 2024.07.04 19:26:08.188889 [ 3 ] {951b1eb7-f59f-42c1-a4ac-e771c9be3cf5} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2814 | 2024.07.04 19:26:08.188930 [ 3 ] {951b1eb7-f59f-42c1-a4ac-e771c9be3cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2815 | 2024.07.04 19:26:08.189282 [ 3 ] {951b1eb7-f59f-42c1-a4ac-e771c9be3cf5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2816 | 2024.07.04 19:26:08.189633 [ 3 ] {951b1eb7-f59f-42c1-a4ac-e771c9be3cf5} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2817 | 2024.07.04 19:26:08.189776 [ 3 ] {951b1eb7-f59f-42c1-a4ac-e771c9be3cf5} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001693 sec., 17720.023626698166 rows/sec., 1.40 MiB/sec. | ||
2818 | 2024.07.04 19:26:08.189965 [ 3 ] {951b1eb7-f59f-42c1-a4ac-e771c9be3cf5} <Debug> DynamicQueryHandler: Done processing query | ||
2819 | 2024.07.04 19:26:08.189992 [ 3 ] {951b1eb7-f59f-42c1-a4ac-e771c9be3cf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2820 | 2024.07.04 19:26:08.190008 [ 3 ] {} <Debug> HTTP-Session: c641d468-4ad4-4259-8b51-f6b8892cab72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2821 | 2024.07.04 19:26:08.190158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2822 | 2024.07.04 19:26:08.190207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2823 | 2024.07.04 19:26:08.190226 [ 3 ] {} <Debug> HTTP-Session: 51da59d8-4dd2-4f97-ac6e-97af3fe41da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2824 | 2024.07.04 19:26:08.190242 [ 3 ] {} <Debug> HTTP-Session: 51da59d8-4dd2-4f97-ac6e-97af3fe41da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2825 | 2024.07.04 19:26:08.190257 [ 3 ] {} <Debug> HTTP-Session: 51da59d8-4dd2-4f97-ac6e-97af3fe41da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2826 | 2024.07.04 19:26:08.190288 [ 3 ] {} <Trace> HTTP-Session: 51da59d8-4dd2-4f97-ac6e-97af3fe41da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2827 | 2024.07.04 19:26:08.190422 [ 3 ] {2fc9dd88-b1d5-446f-8e3d-17d9e5856d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2828 | 2024.07.04 19:26:08.190464 [ 3 ] {2fc9dd88-b1d5-446f-8e3d-17d9e5856d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2829 | 2024.07.04 19:26:08.190587 [ 3 ] {2fc9dd88-b1d5-446f-8e3d-17d9e5856d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2830 | 2024.07.04 19:26:08.190978 [ 3 ] {2fc9dd88-b1d5-446f-8e3d-17d9e5856d47} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2831 | 2024.07.04 19:26:08.191012 [ 3 ] {2fc9dd88-b1d5-446f-8e3d-17d9e5856d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2832 | 2024.07.04 19:26:08.191371 [ 3 ] {2fc9dd88-b1d5-446f-8e3d-17d9e5856d47} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2833 | 2024.07.04 19:26:08.191677 [ 3 ] {2fc9dd88-b1d5-446f-8e3d-17d9e5856d47} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2834 | 2024.07.04 19:26:08.191803 [ 3 ] {2fc9dd88-b1d5-446f-8e3d-17d9e5856d47} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001439 sec., 101459.3467685893 rows/sec., 8.50 MiB/sec. | ||
2835 | 2024.07.04 19:26:08.192102 [ 3 ] {2fc9dd88-b1d5-446f-8e3d-17d9e5856d47} <Debug> DynamicQueryHandler: Done processing query | ||
2836 | 2024.07.04 19:26:08.192127 [ 3 ] {2fc9dd88-b1d5-446f-8e3d-17d9e5856d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2837 | 2024.07.04 19:26:08.192143 [ 3 ] {} <Debug> HTTP-Session: 51da59d8-4dd2-4f97-ac6e-97af3fe41da8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2838 | 2024.07.04 19:26:08.192270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 17843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2839 | 2024.07.04 19:26:08.192318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2840 | 2024.07.04 19:26:08.192338 [ 3 ] {} <Debug> HTTP-Session: 476d197b-571d-4411-9c7c-e7c19f882a41 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2841 | 2024.07.04 19:26:08.192354 [ 3 ] {} <Debug> HTTP-Session: 476d197b-571d-4411-9c7c-e7c19f882a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2842 | 2024.07.04 19:26:08.192368 [ 3 ] {} <Debug> HTTP-Session: 476d197b-571d-4411-9c7c-e7c19f882a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2843 | 2024.07.04 19:26:08.192398 [ 3 ] {} <Trace> HTTP-Session: 476d197b-571d-4411-9c7c-e7c19f882a41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2844 | 2024.07.04 19:26:08.192547 [ 3 ] {6f650c7d-7ec7-44fe-bdda-cdc22fcb9b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2845 | 2024.07.04 19:26:08.192591 [ 3 ] {6f650c7d-7ec7-44fe-bdda-cdc22fcb9b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2846 | 2024.07.04 19:26:08.192733 [ 3 ] {6f650c7d-7ec7-44fe-bdda-cdc22fcb9b48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2847 | 2024.07.04 19:26:08.193153 [ 3 ] {6f650c7d-7ec7-44fe-bdda-cdc22fcb9b48} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2848 | 2024.07.04 19:26:08.193188 [ 3 ] {6f650c7d-7ec7-44fe-bdda-cdc22fcb9b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2849 | 2024.07.04 19:26:08.193522 [ 3 ] {6f650c7d-7ec7-44fe-bdda-cdc22fcb9b48} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2850 | 2024.07.04 19:26:08.193829 [ 3 ] {6f650c7d-7ec7-44fe-bdda-cdc22fcb9b48} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2851 | 2024.07.04 19:26:08.193957 [ 3 ] {6f650c7d-7ec7-44fe-bdda-cdc22fcb9b48} <Debug> executeQuery: Read 105 rows, 8.42 KiB in 0.00148 sec., 70945.94594594595 rows/sec., 5.56 MiB/sec. | ||
2852 | 2024.07.04 19:26:08.194117 [ 3 ] {6f650c7d-7ec7-44fe-bdda-cdc22fcb9b48} <Debug> DynamicQueryHandler: Done processing query | ||
2853 | 2024.07.04 19:26:08.194141 [ 3 ] {6f650c7d-7ec7-44fe-bdda-cdc22fcb9b48} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2854 | 2024.07.04 19:26:08.194156 [ 3 ] {} <Debug> HTTP-Session: 476d197b-571d-4411-9c7c-e7c19f882a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2855 | 2024.07.04 19:26:08.194296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2856 | 2024.07.04 19:26:08.194344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2857 | 2024.07.04 19:26:08.194362 [ 3 ] {} <Debug> HTTP-Session: fead5580-7461-4e82-915e-f333223dc0eb Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2858 | 2024.07.04 19:26:08.194379 [ 3 ] {} <Debug> HTTP-Session: fead5580-7461-4e82-915e-f333223dc0eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2859 | 2024.07.04 19:26:08.194393 [ 3 ] {} <Debug> HTTP-Session: fead5580-7461-4e82-915e-f333223dc0eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2860 | 2024.07.04 19:26:08.194424 [ 3 ] {} <Trace> HTTP-Session: fead5580-7461-4e82-915e-f333223dc0eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2861 | 2024.07.04 19:26:08.194625 [ 3 ] {432852ff-4ff7-4b1a-8a3c-e8aa9065db88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2862 | 2024.07.04 19:26:08.194671 [ 3 ] {432852ff-4ff7-4b1a-8a3c-e8aa9065db88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2863 | 2024.07.04 19:26:08.194811 [ 3 ] {432852ff-4ff7-4b1a-8a3c-e8aa9065db88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2864 | 2024.07.04 19:26:08.195253 [ 3 ] {432852ff-4ff7-4b1a-8a3c-e8aa9065db88} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2865 | 2024.07.04 19:26:08.195287 [ 3 ] {432852ff-4ff7-4b1a-8a3c-e8aa9065db88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2866 | 2024.07.04 19:26:08.195686 [ 3 ] {432852ff-4ff7-4b1a-8a3c-e8aa9065db88} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2867 | 2024.07.04 19:26:08.196027 [ 3 ] {432852ff-4ff7-4b1a-8a3c-e8aa9065db88} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2868 | 2024.07.04 19:26:08.196153 [ 3 ] {432852ff-4ff7-4b1a-8a3c-e8aa9065db88} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. | ||
2869 | 2024.07.04 19:26:08.196315 [ 3 ] {432852ff-4ff7-4b1a-8a3c-e8aa9065db88} <Debug> DynamicQueryHandler: Done processing query | ||
2870 | 2024.07.04 19:26:08.196338 [ 3 ] {432852ff-4ff7-4b1a-8a3c-e8aa9065db88} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2871 | 2024.07.04 19:26:08.196353 [ 3 ] {} <Debug> HTTP-Session: fead5580-7461-4e82-915e-f333223dc0eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2872 | 2024.07.04 19:26:08.196542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 47964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2873 | 2024.07.04 19:26:08.196590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2874 | 2024.07.04 19:26:08.196609 [ 3 ] {} <Debug> HTTP-Session: fec85db9-fc72-41ed-b024-5a2ec715e393 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2875 | 2024.07.04 19:26:08.196625 [ 3 ] {} <Debug> HTTP-Session: fec85db9-fc72-41ed-b024-5a2ec715e393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2876 | 2024.07.04 19:26:08.196639 [ 3 ] {} <Debug> HTTP-Session: fec85db9-fc72-41ed-b024-5a2ec715e393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2877 | 2024.07.04 19:26:08.196669 [ 3 ] {} <Trace> HTTP-Session: fec85db9-fc72-41ed-b024-5a2ec715e393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2878 | 2024.07.04 19:26:08.197434 [ 3 ] {5f1f236f-1f20-4c0e-ba36-24b6f78a2adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2879 | 2024.07.04 19:26:08.197498 [ 3 ] {5f1f236f-1f20-4c0e-ba36-24b6f78a2adb} <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 | ||
2880 | 2024.07.04 19:26:08.197882 [ 3 ] {5f1f236f-1f20-4c0e-ba36-24b6f78a2adb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2881 | 2024.07.04 19:26:08.198644 [ 3 ] {5f1f236f-1f20-4c0e-ba36-24b6f78a2adb} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2882 | 2024.07.04 19:26:08.198679 [ 3 ] {5f1f236f-1f20-4c0e-ba36-24b6f78a2adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2883 | 2024.07.04 19:26:08.199286 [ 3 ] {5f1f236f-1f20-4c0e-ba36-24b6f78a2adb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2884 | 2024.07.04 19:26:08.199685 [ 3 ] {5f1f236f-1f20-4c0e-ba36-24b6f78a2adb} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2885 | 2024.07.04 19:26:08.199826 [ 3 ] {5f1f236f-1f20-4c0e-ba36-24b6f78a2adb} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003073 sec., 9762.447120078099 rows/sec., 17.49 MiB/sec. | ||
2886 | 2024.07.04 19:26:08.200039 [ 3 ] {5f1f236f-1f20-4c0e-ba36-24b6f78a2adb} <Debug> DynamicQueryHandler: Done processing query | ||
2887 | 2024.07.04 19:26:08.200063 [ 3 ] {5f1f236f-1f20-4c0e-ba36-24b6f78a2adb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2888 | 2024.07.04 19:26:08.200079 [ 3 ] {} <Debug> HTTP-Session: fec85db9-fc72-41ed-b024-5a2ec715e393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2889 | 2024.07.04 19:26:08.200183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 1943, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2890 | 2024.07.04 19:26:08.200231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2891 | 2024.07.04 19:26:08.200250 [ 3 ] {} <Debug> HTTP-Session: ab3d55e2-30f6-48e4-a916-e8d9123c0fb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2892 | 2024.07.04 19:26:08.200267 [ 3 ] {} <Debug> HTTP-Session: ab3d55e2-30f6-48e4-a916-e8d9123c0fb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2893 | 2024.07.04 19:26:08.200280 [ 3 ] {} <Debug> HTTP-Session: ab3d55e2-30f6-48e4-a916-e8d9123c0fb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2894 | 2024.07.04 19:26:08.200311 [ 3 ] {} <Trace> HTTP-Session: ab3d55e2-30f6-48e4-a916-e8d9123c0fb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2895 | 2024.07.04 19:26:08.200406 [ 3 ] {5622066d-0b0b-4ca5-bb37-59fc5f65a178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2896 | 2024.07.04 19:26:08.200449 [ 3 ] {5622066d-0b0b-4ca5-bb37-59fc5f65a178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2897 | 2024.07.04 19:26:08.200572 [ 3 ] {5622066d-0b0b-4ca5-bb37-59fc5f65a178} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2898 | 2024.07.04 19:26:08.200843 [ 3 ] {5622066d-0b0b-4ca5-bb37-59fc5f65a178} <Trace> oximeter.measurements_i64 (e69076e9-cec4-470d-a40d-b5bee0adf2d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2899 | 2024.07.04 19:26:08.200877 [ 3 ] {5622066d-0b0b-4ca5-bb37-59fc5f65a178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2900 | 2024.07.04 19:26:08.201218 [ 3 ] {5622066d-0b0b-4ca5-bb37-59fc5f65a178} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2901 | 2024.07.04 19:26:08.201534 [ 3 ] {5622066d-0b0b-4ca5-bb37-59fc5f65a178} <Trace> oximeter.measurements_i64 (e69076e9-cec4-470d-a40d-b5bee0adf2d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2902 | 2024.07.04 19:26:08.201666 [ 3 ] {5622066d-0b0b-4ca5-bb37-59fc5f65a178} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001281 sec., 9367.681498829039 rows/sec., 683.82 KiB/sec. | ||
2903 | 2024.07.04 19:26:08.201942 [ 3 ] {5622066d-0b0b-4ca5-bb37-59fc5f65a178} <Debug> DynamicQueryHandler: Done processing query | ||
2904 | 2024.07.04 19:26:08.201968 [ 3 ] {5622066d-0b0b-4ca5-bb37-59fc5f65a178} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2905 | 2024.07.04 19:26:08.201984 [ 3 ] {} <Debug> HTTP-Session: ab3d55e2-30f6-48e4-a916-e8d9123c0fb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2906 | 2024.07.04 19:26:08.202104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2907 | 2024.07.04 19:26:08.202151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2908 | 2024.07.04 19:26:08.202170 [ 3 ] {} <Debug> HTTP-Session: 76360fbe-16c9-4f62-ad9d-b9c16d95242c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2909 | 2024.07.04 19:26:08.202187 [ 3 ] {} <Debug> HTTP-Session: 76360fbe-16c9-4f62-ad9d-b9c16d95242c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2910 | 2024.07.04 19:26:08.202200 [ 3 ] {} <Debug> HTTP-Session: 76360fbe-16c9-4f62-ad9d-b9c16d95242c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2911 | 2024.07.04 19:26:08.202231 [ 3 ] {} <Trace> HTTP-Session: 76360fbe-16c9-4f62-ad9d-b9c16d95242c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2912 | 2024.07.04 19:26:08.202344 [ 3 ] {d0414f02-1859-4fa7-ac15-47dd4a5e92ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2913 | 2024.07.04 19:26:08.202388 [ 3 ] {d0414f02-1859-4fa7-ac15-47dd4a5e92ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2914 | 2024.07.04 19:26:08.202533 [ 3 ] {d0414f02-1859-4fa7-ac15-47dd4a5e92ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2915 | 2024.07.04 19:26:08.202836 [ 3 ] {d0414f02-1859-4fa7-ac15-47dd4a5e92ee} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2916 | 2024.07.04 19:26:08.202870 [ 3 ] {d0414f02-1859-4fa7-ac15-47dd4a5e92ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2917 | 2024.07.04 19:26:08.203210 [ 3 ] {d0414f02-1859-4fa7-ac15-47dd4a5e92ee} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2918 | 2024.07.04 19:26:08.203536 [ 3 ] {d0414f02-1859-4fa7-ac15-47dd4a5e92ee} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2919 | 2024.07.04 19:26:08.203660 [ 3 ] {d0414f02-1859-4fa7-ac15-47dd4a5e92ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
2920 | 2024.07.04 19:26:08.203819 [ 3 ] {d0414f02-1859-4fa7-ac15-47dd4a5e92ee} <Debug> DynamicQueryHandler: Done processing query | ||
2921 | 2024.07.04 19:26:08.203843 [ 3 ] {d0414f02-1859-4fa7-ac15-47dd4a5e92ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2922 | 2024.07.04 19:26:08.203858 [ 3 ] {} <Debug> HTTP-Session: 76360fbe-16c9-4f62-ad9d-b9c16d95242c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2923 | 2024.07.04 19:26:13.186919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2924 | 2024.07.04 19:26:13.187054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2925 | 2024.07.04 19:26:13.187083 [ 3 ] {} <Debug> HTTP-Session: 9b0fa12f-f987-43e4-bf78-1545c5c47cc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2926 | 2024.07.04 19:26:13.187110 [ 3 ] {} <Debug> HTTP-Session: 9b0fa12f-f987-43e4-bf78-1545c5c47cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2927 | 2024.07.04 19:26:13.187128 [ 3 ] {} <Debug> HTTP-Session: 9b0fa12f-f987-43e4-bf78-1545c5c47cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2928 | 2024.07.04 19:26:13.187184 [ 3 ] {} <Trace> HTTP-Session: 9b0fa12f-f987-43e4-bf78-1545c5c47cc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2929 | 2024.07.04 19:26:13.187376 [ 3 ] {a85b81a4-6f74-4cb4-ada3-8f569c6c84bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2930 | 2024.07.04 19:26:13.187448 [ 3 ] {a85b81a4-6f74-4cb4-ada3-8f569c6c84bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2931 | 2024.07.04 19:26:13.187659 [ 3 ] {a85b81a4-6f74-4cb4-ada3-8f569c6c84bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2932 | 2024.07.04 19:26:13.188115 [ 3 ] {a85b81a4-6f74-4cb4-ada3-8f569c6c84bd} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2933 | 2024.07.04 19:26:13.188153 [ 3 ] {a85b81a4-6f74-4cb4-ada3-8f569c6c84bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2934 | 2024.07.04 19:26:13.188495 [ 3 ] {a85b81a4-6f74-4cb4-ada3-8f569c6c84bd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2935 | 2024.07.04 19:26:13.188824 [ 3 ] {a85b81a4-6f74-4cb4-ada3-8f569c6c84bd} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2936 | 2024.07.04 19:26:13.188962 [ 3 ] {a85b81a4-6f74-4cb4-ada3-8f569c6c84bd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001646 sec., 2430.1336573511544 rows/sec., 198.16 KiB/sec. | ||
2937 | 2024.07.04 19:26:13.189235 [ 3 ] {a85b81a4-6f74-4cb4-ada3-8f569c6c84bd} <Debug> DynamicQueryHandler: Done processing query | ||
2938 | 2024.07.04 19:26:13.189262 [ 3 ] {a85b81a4-6f74-4cb4-ada3-8f569c6c84bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2939 | 2024.07.04 19:26:13.189279 [ 3 ] {} <Debug> HTTP-Session: 9b0fa12f-f987-43e4-bf78-1545c5c47cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2940 | 2024.07.04 19:26:13.189412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 13007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2941 | 2024.07.04 19:26:13.189460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2942 | 2024.07.04 19:26:13.189480 [ 3 ] {} <Debug> HTTP-Session: f83b8ed6-c44e-4baf-ae8d-1c7681578d21 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2943 | 2024.07.04 19:26:13.189497 [ 3 ] {} <Debug> HTTP-Session: f83b8ed6-c44e-4baf-ae8d-1c7681578d21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2944 | 2024.07.04 19:26:13.189510 [ 3 ] {} <Debug> HTTP-Session: f83b8ed6-c44e-4baf-ae8d-1c7681578d21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2945 | 2024.07.04 19:26:13.189542 [ 3 ] {} <Trace> HTTP-Session: f83b8ed6-c44e-4baf-ae8d-1c7681578d21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2946 | 2024.07.04 19:26:13.189658 [ 3 ] {3ea0d30b-eeda-44e9-b7d1-04f8f1b8b3b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2947 | 2024.07.04 19:26:13.189700 [ 3 ] {3ea0d30b-eeda-44e9-b7d1-04f8f1b8b3b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2948 | 2024.07.04 19:26:13.189842 [ 3 ] {3ea0d30b-eeda-44e9-b7d1-04f8f1b8b3b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2949 | 2024.07.04 19:26:13.190254 [ 3 ] {3ea0d30b-eeda-44e9-b7d1-04f8f1b8b3b7} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2950 | 2024.07.04 19:26:13.190291 [ 3 ] {3ea0d30b-eeda-44e9-b7d1-04f8f1b8b3b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2951 | 2024.07.04 19:26:13.190598 [ 3 ] {3ea0d30b-eeda-44e9-b7d1-04f8f1b8b3b7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2952 | 2024.07.04 19:26:13.190896 [ 3 ] {3ea0d30b-eeda-44e9-b7d1-04f8f1b8b3b7} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2953 | 2024.07.04 19:26:13.191020 [ 3 ] {3ea0d30b-eeda-44e9-b7d1-04f8f1b8b3b7} <Debug> executeQuery: Read 94 rows, 7.29 KiB in 0.001408 sec., 66761.36363636363 rows/sec., 5.06 MiB/sec. | ||
2954 | 2024.07.04 19:26:13.191178 [ 3 ] {3ea0d30b-eeda-44e9-b7d1-04f8f1b8b3b7} <Debug> DynamicQueryHandler: Done processing query | ||
2955 | 2024.07.04 19:26:13.191201 [ 3 ] {3ea0d30b-eeda-44e9-b7d1-04f8f1b8b3b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2956 | 2024.07.04 19:26:13.191217 [ 3 ] {} <Debug> HTTP-Session: f83b8ed6-c44e-4baf-ae8d-1c7681578d21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2957 | 2024.07.04 19:26:13.191318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2958 | 2024.07.04 19:26:13.191366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2959 | 2024.07.04 19:26:13.191385 [ 3 ] {} <Debug> HTTP-Session: 70c69eaf-c752-4606-b413-3165a92970ce Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2960 | 2024.07.04 19:26:13.191402 [ 3 ] {} <Debug> HTTP-Session: 70c69eaf-c752-4606-b413-3165a92970ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2961 | 2024.07.04 19:26:13.191416 [ 3 ] {} <Debug> HTTP-Session: 70c69eaf-c752-4606-b413-3165a92970ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2962 | 2024.07.04 19:26:13.191447 [ 3 ] {} <Trace> HTTP-Session: 70c69eaf-c752-4606-b413-3165a92970ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2963 | 2024.07.04 19:26:13.191537 [ 3 ] {362f911f-ab7c-4793-bd25-e8156cbaf703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2964 | 2024.07.04 19:26:13.191577 [ 3 ] {362f911f-ab7c-4793-bd25-e8156cbaf703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2965 | 2024.07.04 19:26:13.191700 [ 3 ] {362f911f-ab7c-4793-bd25-e8156cbaf703} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2966 | 2024.07.04 19:26:13.194092 [ 3 ] {362f911f-ab7c-4793-bd25-e8156cbaf703} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2967 | 2024.07.04 19:26:13.194159 [ 3 ] {362f911f-ab7c-4793-bd25-e8156cbaf703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2968 | 2024.07.04 19:26:13.194724 [ 3 ] {362f911f-ab7c-4793-bd25-e8156cbaf703} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2969 | 2024.07.04 19:26:13.195186 [ 3 ] {362f911f-ab7c-4793-bd25-e8156cbaf703} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2970 | 2024.07.04 19:26:13.195307 [ 3 ] {362f911f-ab7c-4793-bd25-e8156cbaf703} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003793 sec., 1054.5742156604272 rows/sec., 73.63 KiB/sec. | ||
2971 | 2024.07.04 19:26:13.195492 [ 3 ] {362f911f-ab7c-4793-bd25-e8156cbaf703} <Debug> DynamicQueryHandler: Done processing query | ||
2972 | 2024.07.04 19:26:13.195516 [ 3 ] {362f911f-ab7c-4793-bd25-e8156cbaf703} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2973 | 2024.07.04 19:26:13.195531 [ 3 ] {} <Debug> HTTP-Session: 70c69eaf-c752-4606-b413-3165a92970ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2974 | 2024.07.04 19:26:13.195668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2975 | 2024.07.04 19:26:13.195717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2976 | 2024.07.04 19:26:13.195735 [ 3 ] {} <Debug> HTTP-Session: 55e01660-e113-4bb8-ae7a-c940cd6f6481 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2977 | 2024.07.04 19:26:13.195752 [ 3 ] {} <Debug> HTTP-Session: 55e01660-e113-4bb8-ae7a-c940cd6f6481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2978 | 2024.07.04 19:26:13.195766 [ 3 ] {} <Debug> HTTP-Session: 55e01660-e113-4bb8-ae7a-c940cd6f6481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2979 | 2024.07.04 19:26:13.195796 [ 3 ] {} <Trace> HTTP-Session: 55e01660-e113-4bb8-ae7a-c940cd6f6481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2980 | 2024.07.04 19:26:13.195916 [ 3 ] {af9cf5fe-9ce1-4711-8060-8242c5f4d8c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2981 | 2024.07.04 19:26:13.195956 [ 3 ] {af9cf5fe-9ce1-4711-8060-8242c5f4d8c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2982 | 2024.07.04 19:26:13.196079 [ 3 ] {af9cf5fe-9ce1-4711-8060-8242c5f4d8c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2983 | 2024.07.04 19:26:13.196481 [ 3 ] {af9cf5fe-9ce1-4711-8060-8242c5f4d8c8} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2984 | 2024.07.04 19:26:13.196517 [ 3 ] {af9cf5fe-9ce1-4711-8060-8242c5f4d8c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
2985 | 2024.07.04 19:26:13.196818 [ 3 ] {af9cf5fe-9ce1-4711-8060-8242c5f4d8c8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2986 | 2024.07.04 19:26:13.197115 [ 3 ] {af9cf5fe-9ce1-4711-8060-8242c5f4d8c8} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2987 | 2024.07.04 19:26:13.197242 [ 3 ] {af9cf5fe-9ce1-4711-8060-8242c5f4d8c8} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001374 sec., 66957.78748180495 rows/sec., 5.22 MiB/sec. | ||
2988 | 2024.07.04 19:26:13.197396 [ 3 ] {af9cf5fe-9ce1-4711-8060-8242c5f4d8c8} <Debug> DynamicQueryHandler: Done processing query | ||
2989 | 2024.07.04 19:26:13.197420 [ 3 ] {af9cf5fe-9ce1-4711-8060-8242c5f4d8c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2990 | 2024.07.04 19:26:13.197436 [ 3 ] {} <Debug> HTTP-Session: 55e01660-e113-4bb8-ae7a-c940cd6f6481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2991 | 2024.07.04 19:26:13.197605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 37948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2992 | 2024.07.04 19:26:13.197652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2993 | 2024.07.04 19:26:13.197671 [ 3 ] {} <Debug> HTTP-Session: 0d51e882-de1a-47a4-925e-f8880b22f36e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
2994 | 2024.07.04 19:26:13.197687 [ 3 ] {} <Debug> HTTP-Session: 0d51e882-de1a-47a4-925e-f8880b22f36e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2995 | 2024.07.04 19:26:13.197701 [ 3 ] {} <Debug> HTTP-Session: 0d51e882-de1a-47a4-925e-f8880b22f36e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2996 | 2024.07.04 19:26:13.197731 [ 3 ] {} <Trace> HTTP-Session: 0d51e882-de1a-47a4-925e-f8880b22f36e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2997 | 2024.07.04 19:26:13.197897 [ 3 ] {4f021f55-e7ed-4bc2-ba18-6dae9e099e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2998 | 2024.07.04 19:26:13.197944 [ 3 ] {4f021f55-e7ed-4bc2-ba18-6dae9e099e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2999 | 2024.07.04 19:26:13.198084 [ 3 ] {4f021f55-e7ed-4bc2-ba18-6dae9e099e7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3000 | 2024.07.04 19:26:13.198532 [ 3 ] {4f021f55-e7ed-4bc2-ba18-6dae9e099e7d} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3001 | 2024.07.04 19:26:13.198566 [ 3 ] {4f021f55-e7ed-4bc2-ba18-6dae9e099e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3002 | 2024.07.04 19:26:13.198952 [ 3 ] {4f021f55-e7ed-4bc2-ba18-6dae9e099e7d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3003 | 2024.07.04 19:26:13.199277 [ 3 ] {4f021f55-e7ed-4bc2-ba18-6dae9e099e7d} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3004 | 2024.07.04 19:26:13.199406 [ 3 ] {4f021f55-e7ed-4bc2-ba18-6dae9e099e7d} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001594 sec., 124215.80928481807 rows/sec., 8.67 MiB/sec. | ||
3005 | 2024.07.04 19:26:13.199568 [ 3 ] {4f021f55-e7ed-4bc2-ba18-6dae9e099e7d} <Debug> DynamicQueryHandler: Done processing query | ||
3006 | 2024.07.04 19:26:13.199592 [ 3 ] {4f021f55-e7ed-4bc2-ba18-6dae9e099e7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3007 | 2024.07.04 19:26:13.199608 [ 3 ] {} <Debug> HTTP-Session: 0d51e882-de1a-47a4-925e-f8880b22f36e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3008 | 2024.07.04 19:26:13.199718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3009 | 2024.07.04 19:26:13.199766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3010 | 2024.07.04 19:26:13.199785 [ 3 ] {} <Debug> HTTP-Session: 657d306d-f1e3-4f04-a3cf-0144b4192eed Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3011 | 2024.07.04 19:26:13.199801 [ 3 ] {} <Debug> HTTP-Session: 657d306d-f1e3-4f04-a3cf-0144b4192eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3012 | 2024.07.04 19:26:13.199815 [ 3 ] {} <Debug> HTTP-Session: 657d306d-f1e3-4f04-a3cf-0144b4192eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3013 | 2024.07.04 19:26:13.199845 [ 3 ] {} <Trace> HTTP-Session: 657d306d-f1e3-4f04-a3cf-0144b4192eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3014 | 2024.07.04 19:26:13.199980 [ 3 ] {417a4f60-b395-4802-bab8-e2c0607eccdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3015 | 2024.07.04 19:26:13.200023 [ 3 ] {417a4f60-b395-4802-bab8-e2c0607eccdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3016 | 2024.07.04 19:26:13.200145 [ 3 ] {417a4f60-b395-4802-bab8-e2c0607eccdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3017 | 2024.07.04 19:26:13.200487 [ 3 ] {417a4f60-b395-4802-bab8-e2c0607eccdc} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3018 | 2024.07.04 19:26:13.200522 [ 3 ] {417a4f60-b395-4802-bab8-e2c0607eccdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3019 | 2024.07.04 19:26:13.200872 [ 3 ] {417a4f60-b395-4802-bab8-e2c0607eccdc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3020 | 2024.07.04 19:26:13.201181 [ 3 ] {417a4f60-b395-4802-bab8-e2c0607eccdc} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3021 | 2024.07.04 19:26:13.201297 [ 3 ] {417a4f60-b395-4802-bab8-e2c0607eccdc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
3022 | 2024.07.04 19:26:13.201510 [ 3 ] {417a4f60-b395-4802-bab8-e2c0607eccdc} <Debug> DynamicQueryHandler: Done processing query | ||
3023 | 2024.07.04 19:26:13.201535 [ 3 ] {417a4f60-b395-4802-bab8-e2c0607eccdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3024 | 2024.07.04 19:26:13.201550 [ 3 ] {} <Debug> HTTP-Session: 657d306d-f1e3-4f04-a3cf-0144b4192eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3025 | 2024.07.04 19:26:15.740920 [ 45 ] {} <Debug> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3026 | 2024.07.04 19:26:15.741030 [ 45 ] {} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3027 | 2024.07.04 19:26:15.741071 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3028 | 2024.07.04 19:26:15.741376 [ 194 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
3029 | 2024.07.04 19:26:15.741945 [ 194 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3030 | 2024.07.04 19:26:15.742020 [ 194 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
3031 | 2024.07.04 19:26:15.742242 [ 194 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
3032 | 2024.07.04 19:26:15.742478 [ 194 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 5 rows starting from the beginning of the part | ||
3033 | 2024.07.04 19:26:15.742595 [ 194 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3034 | 2024.07.04 19:26:15.742700 [ 194 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3035 | 2024.07.04 19:26:15.744865 [ 196 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 6 columns (6 merged, 0 gathered) in 0.003674763 sec., 8163.791787388737 rows/sec., 1.13 MiB/sec. | ||
3036 | 2024.07.04 19:26:15.745175 [ 196 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3037 | 2024.07.04 19:26:15.745746 [ 196 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3038 | 2024.07.04 19:26:15.745832 [ 196 ] {67b086b2-ffdd-4184-8e9c-642cbbb235b3::all_1_5_1} <Trace> oximeter.timeseries_schema (67b086b2-ffdd-4184-8e9c-642cbbb235b3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3039 | 2024.07.04 19:26:15.745945 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
3040 | 2024.07.04 19:26:16.784017 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3041 | 2024.07.04 19:26:16.784073 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3042 | 2024.07.04 19:26:18.186842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3043 | 2024.07.04 19:26:18.186967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3044 | 2024.07.04 19:26:18.186996 [ 3 ] {} <Debug> HTTP-Session: 477579da-556a-49d1-b6ac-7a5eab6f2328 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3045 | 2024.07.04 19:26:18.187025 [ 3 ] {} <Debug> HTTP-Session: 477579da-556a-49d1-b6ac-7a5eab6f2328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3046 | 2024.07.04 19:26:18.187044 [ 3 ] {} <Debug> HTTP-Session: 477579da-556a-49d1-b6ac-7a5eab6f2328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3047 | 2024.07.04 19:26:18.187101 [ 3 ] {} <Trace> HTTP-Session: 477579da-556a-49d1-b6ac-7a5eab6f2328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3048 | 2024.07.04 19:26:18.187290 [ 3 ] {e2c89c36-9cba-4b4e-9dda-f529a4f436f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3049 | 2024.07.04 19:26:18.187353 [ 3 ] {e2c89c36-9cba-4b4e-9dda-f529a4f436f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3050 | 2024.07.04 19:26:18.187538 [ 3 ] {e2c89c36-9cba-4b4e-9dda-f529a4f436f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3051 | 2024.07.04 19:26:18.187972 [ 3 ] {e2c89c36-9cba-4b4e-9dda-f529a4f436f1} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3052 | 2024.07.04 19:26:18.188012 [ 3 ] {e2c89c36-9cba-4b4e-9dda-f529a4f436f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3053 | 2024.07.04 19:26:18.188372 [ 3 ] {e2c89c36-9cba-4b4e-9dda-f529a4f436f1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3054 | 2024.07.04 19:26:18.188694 [ 3 ] {e2c89c36-9cba-4b4e-9dda-f529a4f436f1} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3055 | 2024.07.04 19:26:18.188837 [ 3 ] {e2c89c36-9cba-4b4e-9dda-f529a4f436f1} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001605 sec., 18691.588785046726 rows/sec., 1.48 MiB/sec. | ||
3056 | 2024.07.04 19:26:18.188871 [ 42 ] {} <Debug> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3057 | 2024.07.04 19:26:18.188984 [ 42 ] {} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3058 | 2024.07.04 19:26:18.189025 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3059 | 2024.07.04 19:26:18.189162 [ 3 ] {e2c89c36-9cba-4b4e-9dda-f529a4f436f1} <Debug> DynamicQueryHandler: Done processing query | ||
3060 | 2024.07.04 19:26:18.189247 [ 3 ] {e2c89c36-9cba-4b4e-9dda-f529a4f436f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3061 | 2024.07.04 19:26:18.189265 [ 194 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::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 | ||
3062 | 2024.07.04 19:26:18.189331 [ 3 ] {} <Debug> HTTP-Session: 477579da-556a-49d1-b6ac-7a5eab6f2328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3063 | 2024.07.04 19:26:18.189577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3064 | 2024.07.04 19:26:18.189637 [ 194 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3065 | 2024.07.04 19:26:18.189670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3066 | 2024.07.04 19:26:18.189697 [ 194 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::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 | ||
3067 | 2024.07.04 19:26:18.189718 [ 3 ] {} <Debug> HTTP-Session: fb13a2b4-7719-4fa5-aaf4-ae1967d985b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3068 | 2024.07.04 19:26:18.189758 [ 3 ] {} <Debug> HTTP-Session: fb13a2b4-7719-4fa5-aaf4-ae1967d985b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3069 | 2024.07.04 19:26:18.189801 [ 3 ] {} <Debug> HTTP-Session: fb13a2b4-7719-4fa5-aaf4-ae1967d985b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3070 | 2024.07.04 19:26:18.189933 [ 194 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
3071 | 2024.07.04 19:26:18.189970 [ 3 ] {} <Trace> HTTP-Session: fb13a2b4-7719-4fa5-aaf4-ae1967d985b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3072 | 2024.07.04 19:26:18.190229 [ 194 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
3073 | 2024.07.04 19:26:18.190445 [ 194 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
3074 | 2024.07.04 19:26:18.190702 [ 194 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::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 | ||
3075 | 2024.07.04 19:26:18.190729 [ 3 ] {8200a506-aed7-4261-867c-5a771f26c80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3076 | 2024.07.04 19:26:18.190944 [ 194 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::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 | ||
3077 | 2024.07.04 19:26:18.190944 [ 3 ] {8200a506-aed7-4261-867c-5a771f26c80c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3078 | 2024.07.04 19:26:18.191703 [ 3 ] {8200a506-aed7-4261-867c-5a771f26c80c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3079 | 2024.07.04 19:26:18.192467 [ 3 ] {8200a506-aed7-4261-867c-5a771f26c80c} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3080 | 2024.07.04 19:26:18.192537 [ 3 ] {8200a506-aed7-4261-867c-5a771f26c80c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3081 | 2024.07.04 19:26:18.193404 [ 3 ] {8200a506-aed7-4261-867c-5a771f26c80c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3082 | 2024.07.04 19:26:18.193695 [ 191 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.004577685 sec., 25340.31939724992 rows/sec., 2.01 MiB/sec. | ||
3083 | 2024.07.04 19:26:18.193974 [ 191 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3084 | 2024.07.04 19:26:18.194122 [ 3 ] {8200a506-aed7-4261-867c-5a771f26c80c} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3085 | 2024.07.04 19:26:18.194484 [ 3 ] {8200a506-aed7-4261-867c-5a771f26c80c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004116 sec., 485.9086491739553 rows/sec., 39.62 KiB/sec. | ||
3086 | 2024.07.04 19:26:18.194889 [ 3 ] {8200a506-aed7-4261-867c-5a771f26c80c} <Debug> DynamicQueryHandler: Done processing query | ||
3087 | 2024.07.04 19:26:18.194922 [ 3 ] {8200a506-aed7-4261-867c-5a771f26c80c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3088 | 2024.07.04 19:26:18.194964 [ 3 ] {} <Debug> HTTP-Session: fb13a2b4-7719-4fa5-aaf4-ae1967d985b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3089 | 2024.07.04 19:26:18.195000 [ 191 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_6_1} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3090 | 2024.07.04 19:26:18.195098 [ 191 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_6_1} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3091 | 2024.07.04 19:26:18.195140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3092 | 2024.07.04 19:26:18.195237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3093 | 2024.07.04 19:26:18.195249 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3094 | 2024.07.04 19:26:18.195273 [ 3 ] {} <Debug> HTTP-Session: 5c1cfb8f-2265-45be-9896-0190fa9ad0d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3095 | 2024.07.04 19:26:18.195306 [ 3 ] {} <Debug> HTTP-Session: 5c1cfb8f-2265-45be-9896-0190fa9ad0d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3096 | 2024.07.04 19:26:18.195320 [ 3 ] {} <Debug> HTTP-Session: 5c1cfb8f-2265-45be-9896-0190fa9ad0d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3097 | 2024.07.04 19:26:18.195353 [ 3 ] {} <Trace> HTTP-Session: 5c1cfb8f-2265-45be-9896-0190fa9ad0d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3098 | 2024.07.04 19:26:18.195502 [ 3 ] {0ba55265-c98b-4ef4-a182-de35e618724c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3099 | 2024.07.04 19:26:18.195544 [ 3 ] {0ba55265-c98b-4ef4-a182-de35e618724c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3100 | 2024.07.04 19:26:18.195690 [ 3 ] {0ba55265-c98b-4ef4-a182-de35e618724c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3101 | 2024.07.04 19:26:18.196104 [ 3 ] {0ba55265-c98b-4ef4-a182-de35e618724c} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3102 | 2024.07.04 19:26:18.196140 [ 3 ] {0ba55265-c98b-4ef4-a182-de35e618724c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3103 | 2024.07.04 19:26:18.196460 [ 3 ] {0ba55265-c98b-4ef4-a182-de35e618724c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3104 | 2024.07.04 19:26:18.196771 [ 3 ] {0ba55265-c98b-4ef4-a182-de35e618724c} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3105 | 2024.07.04 19:26:18.196927 [ 42 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3106 | 2024.07.04 19:26:18.196938 [ 3 ] {0ba55265-c98b-4ef4-a182-de35e618724c} <Debug> executeQuery: Read 147 rows, 12.59 KiB in 0.001492 sec., 98525.4691689008 rows/sec., 8.24 MiB/sec. | ||
3107 | 2024.07.04 19:26:18.196974 [ 42 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3108 | 2024.07.04 19:26:18.197039 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3109 | 2024.07.04 19:26:18.197246 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
3110 | 2024.07.04 19:26:18.197260 [ 3 ] {0ba55265-c98b-4ef4-a182-de35e618724c} <Debug> DynamicQueryHandler: Done processing query | ||
3111 | 2024.07.04 19:26:18.197323 [ 3 ] {0ba55265-c98b-4ef4-a182-de35e618724c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3112 | 2024.07.04 19:26:18.197354 [ 3 ] {} <Debug> HTTP-Session: 5c1cfb8f-2265-45be-9896-0190fa9ad0d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3113 | 2024.07.04 19:26:18.197463 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3114 | 2024.07.04 19:26:18.197495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3115 | 2024.07.04 19:26:18.197523 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 135 rows starting from the beginning of the part | ||
3116 | 2024.07.04 19:26:18.197565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3117 | 2024.07.04 19:26:18.197612 [ 3 ] {} <Debug> HTTP-Session: 4cfee9dc-eb0f-4dff-8816-1f4f4c6c855b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3118 | 2024.07.04 19:26:18.197688 [ 3 ] {} <Debug> HTTP-Session: 4cfee9dc-eb0f-4dff-8816-1f4f4c6c855b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3119 | 2024.07.04 19:26:18.197779 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 98 rows starting from the beginning of the part | ||
3120 | 2024.07.04 19:26:18.197783 [ 3 ] {} <Debug> HTTP-Session: 4cfee9dc-eb0f-4dff-8816-1f4f4c6c855b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3121 | 2024.07.04 19:26:18.197951 [ 3 ] {} <Trace> HTTP-Session: 4cfee9dc-eb0f-4dff-8816-1f4f4c6c855b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3122 | 2024.07.04 19:26:18.198062 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 57 rows starting from the beginning of the part | ||
3123 | 2024.07.04 19:26:18.198291 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 146 rows starting from the beginning of the part | ||
3124 | 2024.07.04 19:26:18.198501 [ 3 ] {f4914b5c-8229-4a53-a380-0846f42bd5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3125 | 2024.07.04 19:26:18.198562 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 94 rows starting from the beginning of the part | ||
3126 | 2024.07.04 19:26:18.198691 [ 3 ] {f4914b5c-8229-4a53-a380-0846f42bd5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3127 | 2024.07.04 19:26:18.198856 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 147 rows starting from the beginning of the part | ||
3128 | 2024.07.04 19:26:18.199669 [ 3 ] {f4914b5c-8229-4a53-a380-0846f42bd5d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3129 | 2024.07.04 19:26:18.200375 [ 3 ] {f4914b5c-8229-4a53-a380-0846f42bd5d4} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3130 | 2024.07.04 19:26:18.200454 [ 3 ] {f4914b5c-8229-4a53-a380-0846f42bd5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3131 | 2024.07.04 19:26:18.201349 [ 3 ] {f4914b5c-8229-4a53-a380-0846f42bd5d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3132 | 2024.07.04 19:26:18.202110 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 677 rows, containing 4 columns (4 merged, 0 gathered) in 0.00495194 sec., 136714.0958896917 rows/sec., 11.04 MiB/sec. | ||
3133 | 2024.07.04 19:26:18.202129 [ 3 ] {f4914b5c-8229-4a53-a380-0846f42bd5d4} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3134 | 2024.07.04 19:26:18.202376 [ 194 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3135 | 2024.07.04 19:26:18.202396 [ 3 ] {f4914b5c-8229-4a53-a380-0846f42bd5d4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004132 sec., 484.027105517909 rows/sec., 33.80 KiB/sec. | ||
3136 | 2024.07.04 19:26:18.202761 [ 3 ] {f4914b5c-8229-4a53-a380-0846f42bd5d4} <Debug> DynamicQueryHandler: Done processing query | ||
3137 | 2024.07.04 19:26:18.202818 [ 3 ] {f4914b5c-8229-4a53-a380-0846f42bd5d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3138 | 2024.07.04 19:26:18.202875 [ 3 ] {} <Debug> HTTP-Session: 4cfee9dc-eb0f-4dff-8816-1f4f4c6c855b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3139 | 2024.07.04 19:26:18.203062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3140 | 2024.07.04 19:26:18.203143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3141 | 2024.07.04 19:26:18.203154 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3142 | 2024.07.04 19:26:18.203170 [ 3 ] {} <Debug> HTTP-Session: c6cd72af-8a01-4365-945d-94ed50cc364a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3143 | 2024.07.04 19:26:18.203225 [ 3 ] {} <Debug> HTTP-Session: c6cd72af-8a01-4365-945d-94ed50cc364a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3144 | 2024.07.04 19:26:18.203262 [ 3 ] {} <Debug> HTTP-Session: c6cd72af-8a01-4365-945d-94ed50cc364a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3145 | 2024.07.04 19:26:18.203326 [ 3 ] {} <Trace> HTTP-Session: c6cd72af-8a01-4365-945d-94ed50cc364a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3146 | 2024.07.04 19:26:18.203355 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_16_3} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3147 | 2024.07.04 19:26:18.203502 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3148 | 2024.07.04 19:26:18.203555 [ 3 ] {89e25aea-f022-428c-ac43-d32d2e24319f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3149 | 2024.07.04 19:26:18.203603 [ 3 ] {89e25aea-f022-428c-ac43-d32d2e24319f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3150 | 2024.07.04 19:26:18.203749 [ 3 ] {89e25aea-f022-428c-ac43-d32d2e24319f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3151 | 2024.07.04 19:26:18.204132 [ 3 ] {89e25aea-f022-428c-ac43-d32d2e24319f} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3152 | 2024.07.04 19:26:18.204168 [ 3 ] {89e25aea-f022-428c-ac43-d32d2e24319f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3153 | 2024.07.04 19:26:18.204489 [ 3 ] {89e25aea-f022-428c-ac43-d32d2e24319f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3154 | 2024.07.04 19:26:18.204811 [ 3 ] {89e25aea-f022-428c-ac43-d32d2e24319f} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3155 | 2024.07.04 19:26:18.204965 [ 3 ] {89e25aea-f022-428c-ac43-d32d2e24319f} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001507 sec., 63702.7206370272 rows/sec., 4.98 MiB/sec. | ||
3156 | 2024.07.04 19:26:18.204973 [ 42 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3157 | 2024.07.04 19:26:18.205056 [ 42 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3158 | 2024.07.04 19:26:18.205110 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3159 | 2024.07.04 19:26:18.205276 [ 3 ] {89e25aea-f022-428c-ac43-d32d2e24319f} <Debug> DynamicQueryHandler: Done processing query | ||
3160 | 2024.07.04 19:26:18.205363 [ 3 ] {89e25aea-f022-428c-ac43-d32d2e24319f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3161 | 2024.07.04 19:26:18.205443 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
3162 | 2024.07.04 19:26:18.205435 [ 3 ] {} <Debug> HTTP-Session: c6cd72af-8a01-4365-945d-94ed50cc364a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3163 | 2024.07.04 19:26:18.205648 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3164 | 2024.07.04 19:26:18.205684 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 111 rows starting from the beginning of the part | ||
3165 | 2024.07.04 19:26:18.205805 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 78 rows starting from the beginning of the part | ||
3166 | 2024.07.04 19:26:18.205843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3167 | 2024.07.04 19:26:18.206092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3168 | 2024.07.04 19:26:18.206140 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 66 rows starting from the beginning of the part | ||
3169 | 2024.07.04 19:26:18.206188 [ 3 ] {} <Debug> HTTP-Session: 1985a58b-28f4-4ad1-9c10-d5d11815f62a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3170 | 2024.07.04 19:26:18.206260 [ 3 ] {} <Debug> HTTP-Session: 1985a58b-28f4-4ad1-9c10-d5d11815f62a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3171 | 2024.07.04 19:26:18.206374 [ 3 ] {} <Debug> HTTP-Session: 1985a58b-28f4-4ad1-9c10-d5d11815f62a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3172 | 2024.07.04 19:26:18.206410 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 105 rows starting from the beginning of the part | ||
3173 | 2024.07.04 19:26:18.206502 [ 3 ] {} <Trace> HTTP-Session: 1985a58b-28f4-4ad1-9c10-d5d11815f62a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3174 | 2024.07.04 19:26:18.206690 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 92 rows starting from the beginning of the part | ||
3175 | 2024.07.04 19:26:18.206928 [ 194 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 96 rows starting from the beginning of the part | ||
3176 | 2024.07.04 19:26:18.207236 [ 3 ] {097d3eaa-ea0c-4caf-9093-10766c5be0d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3177 | 2024.07.04 19:26:18.207404 [ 3 ] {097d3eaa-ea0c-4caf-9093-10766c5be0d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3178 | 2024.07.04 19:26:18.207952 [ 3 ] {097d3eaa-ea0c-4caf-9093-10766c5be0d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3179 | 2024.07.04 19:26:18.209075 [ 3 ] {097d3eaa-ea0c-4caf-9093-10766c5be0d9} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3180 | 2024.07.04 19:26:18.209143 [ 3 ] {097d3eaa-ea0c-4caf-9093-10766c5be0d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3181 | 2024.07.04 19:26:18.209682 [ 199 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 548 rows, containing 4 columns (4 merged, 0 gathered) in 0.004463204 sec., 122781.7505092754 rows/sec., 9.59 MiB/sec. | ||
3182 | 2024.07.04 19:26:18.209947 [ 199 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3183 | 2024.07.04 19:26:18.210042 [ 3 ] {097d3eaa-ea0c-4caf-9093-10766c5be0d9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3184 | 2024.07.04 19:26:18.210956 [ 199 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3185 | 2024.07.04 19:26:18.211065 [ 3 ] {097d3eaa-ea0c-4caf-9093-10766c5be0d9} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3186 | 2024.07.04 19:26:18.211207 [ 199 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_16_3} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3187 | 2024.07.04 19:26:18.211422 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3188 | 2024.07.04 19:26:18.211472 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3189 | 2024.07.04 19:26:18.211525 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3190 | 2024.07.04 19:26:18.211541 [ 3 ] {097d3eaa-ea0c-4caf-9093-10766c5be0d9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004653 sec., 34601.3324736729 rows/sec., 2.41 MiB/sec. | ||
3191 | 2024.07.04 19:26:18.211582 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3192 | 2024.07.04 19:26:18.211941 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
3193 | 2024.07.04 19:26:18.212188 [ 3 ] {097d3eaa-ea0c-4caf-9093-10766c5be0d9} <Debug> DynamicQueryHandler: Done processing query | ||
3194 | 2024.07.04 19:26:18.212251 [ 3 ] {097d3eaa-ea0c-4caf-9093-10766c5be0d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3195 | 2024.07.04 19:26:18.212306 [ 3 ] {} <Debug> HTTP-Session: 1985a58b-28f4-4ad1-9c10-d5d11815f62a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3196 | 2024.07.04 19:26:18.212370 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3197 | 2024.07.04 19:26:18.212420 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1348 rows starting from the beginning of the part | ||
3198 | 2024.07.04 19:26:18.212502 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
3199 | 2024.07.04 19:26:18.212752 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
3200 | 2024.07.04 19:26:18.212760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 47989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3201 | 2024.07.04 19:26:18.212947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3202 | 2024.07.04 19:26:18.213041 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
3203 | 2024.07.04 19:26:18.213053 [ 3 ] {} <Debug> HTTP-Session: b0d8402e-e72b-4f61-afc9-7ff4ba36d68c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3204 | 2024.07.04 19:26:18.213132 [ 3 ] {} <Debug> HTTP-Session: b0d8402e-e72b-4f61-afc9-7ff4ba36d68c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3205 | 2024.07.04 19:26:18.213222 [ 3 ] {} <Debug> HTTP-Session: b0d8402e-e72b-4f61-afc9-7ff4ba36d68c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3206 | 2024.07.04 19:26:18.213334 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 198 rows starting from the beginning of the part | ||
3207 | 2024.07.04 19:26:18.213357 [ 3 ] {} <Trace> HTTP-Session: b0d8402e-e72b-4f61-afc9-7ff4ba36d68c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3208 | 2024.07.04 19:26:18.213542 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part | ||
3209 | 2024.07.04 19:26:18.213979 [ 3 ] {dc783015-1128-46b8-81e4-0918f4979fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3210 | 2024.07.04 19:26:18.214128 [ 3 ] {dc783015-1128-46b8-81e4-0918f4979fc4} <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 | ||
3211 | 2024.07.04 19:26:18.216164 [ 3 ] {dc783015-1128-46b8-81e4-0918f4979fc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3212 | 2024.07.04 19:26:18.217440 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2188 rows, containing 5 columns (5 merged, 0 gathered) in 0.005720271 sec., 382499.360607216 rows/sec., 26.72 MiB/sec. | ||
3213 | 2024.07.04 19:26:18.217661 [ 3 ] {dc783015-1128-46b8-81e4-0918f4979fc4} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3214 | 2024.07.04 19:26:18.217715 [ 3 ] {dc783015-1128-46b8-81e4-0918f4979fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3215 | 2024.07.04 19:26:18.217817 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3216 | 2024.07.04 19:26:18.219016 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3217 | 2024.07.04 19:26:18.219222 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3218 | 2024.07.04 19:26:18.219401 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
3219 | 2024.07.04 19:26:18.219439 [ 3 ] {dc783015-1128-46b8-81e4-0918f4979fc4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3220 | 2024.07.04 19:26:18.219891 [ 3 ] {dc783015-1128-46b8-81e4-0918f4979fc4} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3221 | 2024.07.04 19:26:18.220066 [ 42 ] {} <Debug> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3222 | 2024.07.04 19:26:18.220106 [ 3 ] {dc783015-1128-46b8-81e4-0918f4979fc4} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006485 sec., 4626.060138781804 rows/sec., 8.29 MiB/sec. | ||
3223 | 2024.07.04 19:26:18.220123 [ 42 ] {} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3224 | 2024.07.04 19:26:18.220194 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3225 | 2024.07.04 19:26:18.220517 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
3226 | 2024.07.04 19:26:18.220719 [ 3 ] {dc783015-1128-46b8-81e4-0918f4979fc4} <Debug> DynamicQueryHandler: Done processing query | ||
3227 | 2024.07.04 19:26:18.220807 [ 3 ] {dc783015-1128-46b8-81e4-0918f4979fc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3228 | 2024.07.04 19:26:18.220857 [ 3 ] {} <Debug> HTTP-Session: b0d8402e-e72b-4f61-afc9-7ff4ba36d68c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3229 | 2024.07.04 19:26:18.221070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3230 | 2024.07.04 19:26:18.221101 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3231 | 2024.07.04 19:26:18.221183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3232 | 2024.07.04 19:26:18.221244 [ 3 ] {} <Debug> HTTP-Session: cb0f6b9c-6687-44ee-b797-52b5b0a34ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3233 | 2024.07.04 19:26:18.221264 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
3234 | 2024.07.04 19:26:18.221274 [ 3 ] {} <Debug> HTTP-Session: cb0f6b9c-6687-44ee-b797-52b5b0a34ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3235 | 2024.07.04 19:26:18.221314 [ 3 ] {} <Debug> HTTP-Session: cb0f6b9c-6687-44ee-b797-52b5b0a34ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3236 | 2024.07.04 19:26:18.221400 [ 3 ] {} <Trace> HTTP-Session: cb0f6b9c-6687-44ee-b797-52b5b0a34ffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3237 | 2024.07.04 19:26:18.221805 [ 3 ] {bd281440-4760-43da-ad19-0356a96ea58b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3238 | 2024.07.04 19:26:18.221876 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
3239 | 2024.07.04 19:26:18.221903 [ 3 ] {bd281440-4760-43da-ad19-0356a96ea58b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3240 | 2024.07.04 19:26:18.222696 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
3241 | 2024.07.04 19:26:18.222765 [ 3 ] {bd281440-4760-43da-ad19-0356a96ea58b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3242 | 2024.07.04 19:26:18.223270 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
3243 | 2024.07.04 19:26:18.223997 [ 3 ] {bd281440-4760-43da-ad19-0356a96ea58b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3244 | 2024.07.04 19:26:18.224018 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
3245 | 2024.07.04 19:26:18.224066 [ 3 ] {bd281440-4760-43da-ad19-0356a96ea58b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3246 | 2024.07.04 19:26:18.224564 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
3247 | 2024.07.04 19:26:18.225521 [ 3 ] {bd281440-4760-43da-ad19-0356a96ea58b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3248 | 2024.07.04 19:26:18.226380 [ 3 ] {bd281440-4760-43da-ad19-0356a96ea58b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3249 | 2024.07.04 19:26:18.226623 [ 42 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3250 | 2024.07.04 19:26:18.226723 [ 42 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3251 | 2024.07.04 19:26:18.226739 [ 3 ] {bd281440-4760-43da-ad19-0356a96ea58b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005068 sec., 11838.989739542227 rows/sec., 817.01 KiB/sec. | ||
3252 | 2024.07.04 19:26:18.226777 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3253 | 2024.07.04 19:26:18.227182 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3254 | 2024.07.04 19:26:18.227718 [ 3 ] {bd281440-4760-43da-ad19-0356a96ea58b} <Debug> DynamicQueryHandler: Done processing query | ||
3255 | 2024.07.04 19:26:18.227759 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3256 | 2024.07.04 19:26:18.227800 [ 3 ] {bd281440-4760-43da-ad19-0356a96ea58b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3257 | 2024.07.04 19:26:18.227844 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 440 rows starting from the beginning of the part | ||
3258 | 2024.07.04 19:26:18.227912 [ 3 ] {} <Debug> HTTP-Session: cb0f6b9c-6687-44ee-b797-52b5b0a34ffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3259 | 2024.07.04 19:26:18.228226 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
3260 | 2024.07.04 19:26:18.228598 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3261 | 2024.07.04 19:26:18.228954 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3262 | 2024.07.04 19:26:18.229229 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3263 | 2024.07.04 19:26:18.229494 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3264 | 2024.07.04 19:26:18.232954 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 4 columns (4 merged, 0 gathered) in 0.006015135 sec., 123023.00779616751 rows/sec., 8.26 MiB/sec. | ||
3265 | 2024.07.04 19:26:18.233339 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3266 | 2024.07.04 19:26:18.234184 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 19 columns (19 merged, 0 gathered) in 0.013856378 sec., 8371.596098201131 rows/sec., 15.00 MiB/sec. | ||
3267 | 2024.07.04 19:26:18.234413 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_16_3} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3268 | 2024.07.04 19:26:18.234599 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_16_3} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3269 | 2024.07.04 19:26:18.234669 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3270 | 2024.07.04 19:26:18.234749 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
3271 | 2024.07.04 19:26:18.235320 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3272 | 2024.07.04 19:26:18.235400 [ 194 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3273 | 2024.07.04 19:26:18.235510 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
3274 | 2024.07.04 19:26:23.185450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3275 | 2024.07.04 19:26:23.185586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3276 | 2024.07.04 19:26:23.185616 [ 3 ] {} <Debug> HTTP-Session: 25987561-a9e4-4104-b0c6-dcd5de3da080 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3277 | 2024.07.04 19:26:23.185644 [ 3 ] {} <Debug> HTTP-Session: 25987561-a9e4-4104-b0c6-dcd5de3da080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3278 | 2024.07.04 19:26:23.185661 [ 3 ] {} <Debug> HTTP-Session: 25987561-a9e4-4104-b0c6-dcd5de3da080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3279 | 2024.07.04 19:26:23.185721 [ 3 ] {} <Trace> HTTP-Session: 25987561-a9e4-4104-b0c6-dcd5de3da080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3280 | 2024.07.04 19:26:23.185933 [ 3 ] {7ab4011a-81c8-4e12-b547-ac8d990a5039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3281 | 2024.07.04 19:26:23.186005 [ 3 ] {7ab4011a-81c8-4e12-b547-ac8d990a5039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3282 | 2024.07.04 19:26:23.186220 [ 3 ] {7ab4011a-81c8-4e12-b547-ac8d990a5039} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3283 | 2024.07.04 19:26:23.186661 [ 3 ] {7ab4011a-81c8-4e12-b547-ac8d990a5039} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3284 | 2024.07.04 19:26:23.186702 [ 3 ] {7ab4011a-81c8-4e12-b547-ac8d990a5039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3285 | 2024.07.04 19:26:23.187086 [ 3 ] {7ab4011a-81c8-4e12-b547-ac8d990a5039} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3286 | 2024.07.04 19:26:23.187430 [ 3 ] {7ab4011a-81c8-4e12-b547-ac8d990a5039} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3287 | 2024.07.04 19:26:23.187573 [ 3 ] {7ab4011a-81c8-4e12-b547-ac8d990a5039} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001715 sec., 32653.061224489797 rows/sec., 2.49 MiB/sec. | ||
3288 | 2024.07.04 19:26:23.187920 [ 3 ] {7ab4011a-81c8-4e12-b547-ac8d990a5039} <Debug> DynamicQueryHandler: Done processing query | ||
3289 | 2024.07.04 19:26:23.187947 [ 3 ] {7ab4011a-81c8-4e12-b547-ac8d990a5039} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3290 | 2024.07.04 19:26:23.187965 [ 3 ] {} <Debug> HTTP-Session: 25987561-a9e4-4104-b0c6-dcd5de3da080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3291 | 2024.07.04 19:26:23.188093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3292 | 2024.07.04 19:26:23.188146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3293 | 2024.07.04 19:26:23.188166 [ 3 ] {} <Debug> HTTP-Session: 34af4ff9-3ec8-42dc-9f9b-42029c219445 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3294 | 2024.07.04 19:26:23.188183 [ 3 ] {} <Debug> HTTP-Session: 34af4ff9-3ec8-42dc-9f9b-42029c219445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3295 | 2024.07.04 19:26:23.188197 [ 3 ] {} <Debug> HTTP-Session: 34af4ff9-3ec8-42dc-9f9b-42029c219445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3296 | 2024.07.04 19:26:23.188233 [ 3 ] {} <Trace> HTTP-Session: 34af4ff9-3ec8-42dc-9f9b-42029c219445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3297 | 2024.07.04 19:26:23.188362 [ 3 ] {f7bd8373-1678-4b62-a976-8a1568220829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3298 | 2024.07.04 19:26:23.188408 [ 3 ] {f7bd8373-1678-4b62-a976-8a1568220829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3299 | 2024.07.04 19:26:23.188560 [ 3 ] {f7bd8373-1678-4b62-a976-8a1568220829} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3300 | 2024.07.04 19:26:23.188915 [ 3 ] {f7bd8373-1678-4b62-a976-8a1568220829} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3301 | 2024.07.04 19:26:23.188951 [ 3 ] {f7bd8373-1678-4b62-a976-8a1568220829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3302 | 2024.07.04 19:26:23.189264 [ 3 ] {f7bd8373-1678-4b62-a976-8a1568220829} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3303 | 2024.07.04 19:26:23.189580 [ 3 ] {f7bd8373-1678-4b62-a976-8a1568220829} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3304 | 2024.07.04 19:26:23.189709 [ 3 ] {f7bd8373-1678-4b62-a976-8a1568220829} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001396 sec., 45845.27220630372 rows/sec., 3.58 MiB/sec. | ||
3305 | 2024.07.04 19:26:23.189871 [ 3 ] {f7bd8373-1678-4b62-a976-8a1568220829} <Debug> DynamicQueryHandler: Done processing query | ||
3306 | 2024.07.04 19:26:23.189896 [ 3 ] {f7bd8373-1678-4b62-a976-8a1568220829} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3307 | 2024.07.04 19:26:23.189914 [ 3 ] {} <Debug> HTTP-Session: 34af4ff9-3ec8-42dc-9f9b-42029c219445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3308 | 2024.07.04 19:26:23.190054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3309 | 2024.07.04 19:26:23.190102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3310 | 2024.07.04 19:26:23.190121 [ 3 ] {} <Debug> HTTP-Session: 2d73d09a-382f-42ff-bb15-83764499af5b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3311 | 2024.07.04 19:26:23.190138 [ 3 ] {} <Debug> HTTP-Session: 2d73d09a-382f-42ff-bb15-83764499af5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3312 | 2024.07.04 19:26:23.190152 [ 3 ] {} <Debug> HTTP-Session: 2d73d09a-382f-42ff-bb15-83764499af5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3313 | 2024.07.04 19:26:23.190184 [ 3 ] {} <Trace> HTTP-Session: 2d73d09a-382f-42ff-bb15-83764499af5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3314 | 2024.07.04 19:26:23.190326 [ 3 ] {4577ce68-6f67-4749-b15f-f8906d053e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3315 | 2024.07.04 19:26:23.190372 [ 3 ] {4577ce68-6f67-4749-b15f-f8906d053e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3316 | 2024.07.04 19:26:23.190515 [ 3 ] {4577ce68-6f67-4749-b15f-f8906d053e7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3317 | 2024.07.04 19:26:23.190895 [ 3 ] {4577ce68-6f67-4749-b15f-f8906d053e7e} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3318 | 2024.07.04 19:26:23.190931 [ 3 ] {4577ce68-6f67-4749-b15f-f8906d053e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3319 | 2024.07.04 19:26:23.191334 [ 3 ] {4577ce68-6f67-4749-b15f-f8906d053e7e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3320 | 2024.07.04 19:26:23.191682 [ 3 ] {4577ce68-6f67-4749-b15f-f8906d053e7e} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3321 | 2024.07.04 19:26:23.191820 [ 3 ] {4577ce68-6f67-4749-b15f-f8906d053e7e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
3322 | 2024.07.04 19:26:23.192006 [ 3 ] {4577ce68-6f67-4749-b15f-f8906d053e7e} <Debug> DynamicQueryHandler: Done processing query | ||
3323 | 2024.07.04 19:26:23.192030 [ 3 ] {4577ce68-6f67-4749-b15f-f8906d053e7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3324 | 2024.07.04 19:26:23.192046 [ 3 ] {} <Debug> HTTP-Session: 2d73d09a-382f-42ff-bb15-83764499af5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3325 | 2024.07.04 19:26:23.192170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3326 | 2024.07.04 19:26:23.192217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3327 | 2024.07.04 19:26:23.192235 [ 3 ] {} <Debug> HTTP-Session: 79192a3e-748c-4982-ba3e-baea5d01fa90 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3328 | 2024.07.04 19:26:23.192252 [ 3 ] {} <Debug> HTTP-Session: 79192a3e-748c-4982-ba3e-baea5d01fa90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3329 | 2024.07.04 19:26:23.192266 [ 3 ] {} <Debug> HTTP-Session: 79192a3e-748c-4982-ba3e-baea5d01fa90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3330 | 2024.07.04 19:26:23.192297 [ 3 ] {} <Trace> HTTP-Session: 79192a3e-748c-4982-ba3e-baea5d01fa90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3331 | 2024.07.04 19:26:23.192420 [ 3 ] {528fe317-d51c-4790-8037-12fe0e227f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3332 | 2024.07.04 19:26:23.192465 [ 3 ] {528fe317-d51c-4790-8037-12fe0e227f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3333 | 2024.07.04 19:26:23.192596 [ 3 ] {528fe317-d51c-4790-8037-12fe0e227f32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3334 | 2024.07.04 19:26:23.192912 [ 3 ] {528fe317-d51c-4790-8037-12fe0e227f32} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3335 | 2024.07.04 19:26:23.192952 [ 3 ] {528fe317-d51c-4790-8037-12fe0e227f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3336 | 2024.07.04 19:26:23.193309 [ 3 ] {528fe317-d51c-4790-8037-12fe0e227f32} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3337 | 2024.07.04 19:26:23.193844 [ 3 ] {528fe317-d51c-4790-8037-12fe0e227f32} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3338 | 2024.07.04 19:26:23.194012 [ 3 ] {528fe317-d51c-4790-8037-12fe0e227f32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00164 sec., 36585.365853658535 rows/sec., 2.47 MiB/sec. | ||
3339 | 2024.07.04 19:26:23.194175 [ 3 ] {528fe317-d51c-4790-8037-12fe0e227f32} <Debug> DynamicQueryHandler: Done processing query | ||
3340 | 2024.07.04 19:26:23.194200 [ 3 ] {528fe317-d51c-4790-8037-12fe0e227f32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3341 | 2024.07.04 19:26:23.194217 [ 3 ] {} <Debug> HTTP-Session: 79192a3e-748c-4982-ba3e-baea5d01fa90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3342 | 2024.07.04 19:26:28.187500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3343 | 2024.07.04 19:26:28.187637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3344 | 2024.07.04 19:26:28.187667 [ 3 ] {} <Debug> HTTP-Session: b23419f5-28ed-4ea4-963d-d0094a28bc6b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3345 | 2024.07.04 19:26:28.187695 [ 3 ] {} <Debug> HTTP-Session: b23419f5-28ed-4ea4-963d-d0094a28bc6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3346 | 2024.07.04 19:26:28.187713 [ 3 ] {} <Debug> HTTP-Session: b23419f5-28ed-4ea4-963d-d0094a28bc6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3347 | 2024.07.04 19:26:28.187770 [ 3 ] {} <Trace> HTTP-Session: b23419f5-28ed-4ea4-963d-d0094a28bc6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3348 | 2024.07.04 19:26:28.187980 [ 3 ] {581d400a-498b-469c-8e95-974fb978e7c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3349 | 2024.07.04 19:26:28.188056 [ 3 ] {581d400a-498b-469c-8e95-974fb978e7c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3350 | 2024.07.04 19:26:28.188274 [ 3 ] {581d400a-498b-469c-8e95-974fb978e7c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3351 | 2024.07.04 19:26:28.188707 [ 3 ] {581d400a-498b-469c-8e95-974fb978e7c6} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3352 | 2024.07.04 19:26:28.188749 [ 3 ] {581d400a-498b-469c-8e95-974fb978e7c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3353 | 2024.07.04 19:26:28.189106 [ 3 ] {581d400a-498b-469c-8e95-974fb978e7c6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3354 | 2024.07.04 19:26:28.189435 [ 3 ] {581d400a-498b-469c-8e95-974fb978e7c6} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3355 | 2024.07.04 19:26:28.189583 [ 3 ] {581d400a-498b-469c-8e95-974fb978e7c6} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001669 sec., 17974.835230677054 rows/sec., 1.42 MiB/sec. | ||
3356 | 2024.07.04 19:26:28.189773 [ 3 ] {581d400a-498b-469c-8e95-974fb978e7c6} <Debug> DynamicQueryHandler: Done processing query | ||
3357 | 2024.07.04 19:26:28.189799 [ 3 ] {581d400a-498b-469c-8e95-974fb978e7c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3358 | 2024.07.04 19:26:28.189816 [ 3 ] {} <Debug> HTTP-Session: b23419f5-28ed-4ea4-963d-d0094a28bc6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3359 | 2024.07.04 19:26:28.189925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3360 | 2024.07.04 19:26:28.189972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3361 | 2024.07.04 19:26:28.189991 [ 3 ] {} <Debug> HTTP-Session: ea301e8c-dccd-405f-a677-09d988acdda3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3362 | 2024.07.04 19:26:28.190007 [ 3 ] {} <Debug> HTTP-Session: ea301e8c-dccd-405f-a677-09d988acdda3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3363 | 2024.07.04 19:26:28.190021 [ 3 ] {} <Debug> HTTP-Session: ea301e8c-dccd-405f-a677-09d988acdda3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3364 | 2024.07.04 19:26:28.190051 [ 3 ] {} <Trace> HTTP-Session: ea301e8c-dccd-405f-a677-09d988acdda3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3365 | 2024.07.04 19:26:28.190145 [ 3 ] {5bd14e49-097e-480c-95b1-2301943fae37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3366 | 2024.07.04 19:26:28.190187 [ 3 ] {5bd14e49-097e-480c-95b1-2301943fae37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3367 | 2024.07.04 19:26:28.190316 [ 3 ] {5bd14e49-097e-480c-95b1-2301943fae37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3368 | 2024.07.04 19:26:28.190610 [ 3 ] {5bd14e49-097e-480c-95b1-2301943fae37} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3369 | 2024.07.04 19:26:28.190648 [ 3 ] {5bd14e49-097e-480c-95b1-2301943fae37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3370 | 2024.07.04 19:26:28.190943 [ 3 ] {5bd14e49-097e-480c-95b1-2301943fae37} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3371 | 2024.07.04 19:26:28.191248 [ 3 ] {5bd14e49-097e-480c-95b1-2301943fae37} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3372 | 2024.07.04 19:26:28.191402 [ 3 ] {5bd14e49-097e-480c-95b1-2301943fae37} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001273 sec., 1571.0919088766693 rows/sec., 128.11 KiB/sec. | ||
3373 | 2024.07.04 19:26:28.191566 [ 3 ] {5bd14e49-097e-480c-95b1-2301943fae37} <Debug> DynamicQueryHandler: Done processing query | ||
3374 | 2024.07.04 19:26:28.191590 [ 3 ] {5bd14e49-097e-480c-95b1-2301943fae37} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3375 | 2024.07.04 19:26:28.191606 [ 3 ] {} <Debug> HTTP-Session: ea301e8c-dccd-405f-a677-09d988acdda3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3376 | 2024.07.04 19:26:28.191786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3377 | 2024.07.04 19:26:28.191834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3378 | 2024.07.04 19:26:28.191853 [ 3 ] {} <Debug> HTTP-Session: 7a356160-dd5b-4149-86d7-bd9fcb8f16f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3379 | 2024.07.04 19:26:28.191869 [ 3 ] {} <Debug> HTTP-Session: 7a356160-dd5b-4149-86d7-bd9fcb8f16f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3380 | 2024.07.04 19:26:28.191883 [ 3 ] {} <Debug> HTTP-Session: 7a356160-dd5b-4149-86d7-bd9fcb8f16f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3381 | 2024.07.04 19:26:28.191914 [ 3 ] {} <Trace> HTTP-Session: 7a356160-dd5b-4149-86d7-bd9fcb8f16f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3382 | 2024.07.04 19:26:28.192053 [ 3 ] {d0cfa50b-1ee1-4e05-b98e-b9e0e6b7288c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3383 | 2024.07.04 19:26:28.192093 [ 3 ] {d0cfa50b-1ee1-4e05-b98e-b9e0e6b7288c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3384 | 2024.07.04 19:26:28.192219 [ 3 ] {d0cfa50b-1ee1-4e05-b98e-b9e0e6b7288c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3385 | 2024.07.04 19:26:28.192615 [ 3 ] {d0cfa50b-1ee1-4e05-b98e-b9e0e6b7288c} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3386 | 2024.07.04 19:26:28.192652 [ 3 ] {d0cfa50b-1ee1-4e05-b98e-b9e0e6b7288c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3387 | 2024.07.04 19:26:28.192969 [ 3 ] {d0cfa50b-1ee1-4e05-b98e-b9e0e6b7288c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3388 | 2024.07.04 19:26:28.193282 [ 3 ] {d0cfa50b-1ee1-4e05-b98e-b9e0e6b7288c} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3389 | 2024.07.04 19:26:28.193446 [ 3 ] {d0cfa50b-1ee1-4e05-b98e-b9e0e6b7288c} <Debug> executeQuery: Read 147 rows, 12.59 KiB in 0.001448 sec., 101519.33701657459 rows/sec., 8.49 MiB/sec. | ||
3390 | 2024.07.04 19:26:28.193616 [ 3 ] {d0cfa50b-1ee1-4e05-b98e-b9e0e6b7288c} <Debug> DynamicQueryHandler: Done processing query | ||
3391 | 2024.07.04 19:26:28.193640 [ 3 ] {d0cfa50b-1ee1-4e05-b98e-b9e0e6b7288c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3392 | 2024.07.04 19:26:28.193656 [ 3 ] {} <Debug> HTTP-Session: 7a356160-dd5b-4149-86d7-bd9fcb8f16f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3393 | 2024.07.04 19:26:28.193772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3394 | 2024.07.04 19:26:28.193820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3395 | 2024.07.04 19:26:28.193839 [ 3 ] {} <Debug> HTTP-Session: b49a536d-7779-4820-b282-f40ae2f854c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3396 | 2024.07.04 19:26:28.193855 [ 3 ] {} <Debug> HTTP-Session: b49a536d-7779-4820-b282-f40ae2f854c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3397 | 2024.07.04 19:26:28.193869 [ 3 ] {} <Debug> HTTP-Session: b49a536d-7779-4820-b282-f40ae2f854c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3398 | 2024.07.04 19:26:28.193900 [ 3 ] {} <Trace> HTTP-Session: b49a536d-7779-4820-b282-f40ae2f854c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3399 | 2024.07.04 19:26:28.193994 [ 3 ] {2cc64fa0-9f23-4eb6-ae7f-94bec2bd4e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3400 | 2024.07.04 19:26:28.194036 [ 3 ] {2cc64fa0-9f23-4eb6-ae7f-94bec2bd4e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3401 | 2024.07.04 19:26:28.194163 [ 3 ] {2cc64fa0-9f23-4eb6-ae7f-94bec2bd4e9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3402 | 2024.07.04 19:26:28.194426 [ 3 ] {2cc64fa0-9f23-4eb6-ae7f-94bec2bd4e9e} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3403 | 2024.07.04 19:26:28.194463 [ 3 ] {2cc64fa0-9f23-4eb6-ae7f-94bec2bd4e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3404 | 2024.07.04 19:26:28.194757 [ 3 ] {2cc64fa0-9f23-4eb6-ae7f-94bec2bd4e9e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3405 | 2024.07.04 19:26:28.195063 [ 3 ] {2cc64fa0-9f23-4eb6-ae7f-94bec2bd4e9e} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3406 | 2024.07.04 19:26:28.195216 [ 3 ] {2cc64fa0-9f23-4eb6-ae7f-94bec2bd4e9e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001239 sec., 1614.2050040355125 rows/sec., 112.71 KiB/sec. | ||
3407 | 2024.07.04 19:26:28.195376 [ 3 ] {2cc64fa0-9f23-4eb6-ae7f-94bec2bd4e9e} <Debug> DynamicQueryHandler: Done processing query | ||
3408 | 2024.07.04 19:26:28.195401 [ 3 ] {2cc64fa0-9f23-4eb6-ae7f-94bec2bd4e9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3409 | 2024.07.04 19:26:28.195417 [ 3 ] {} <Debug> HTTP-Session: b49a536d-7779-4820-b282-f40ae2f854c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3410 | 2024.07.04 19:26:28.195533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3411 | 2024.07.04 19:26:28.195581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3412 | 2024.07.04 19:26:28.195602 [ 3 ] {} <Debug> HTTP-Session: 7c0885ba-6af2-44f9-8707-61fee12223d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3413 | 2024.07.04 19:26:28.195619 [ 3 ] {} <Debug> HTTP-Session: 7c0885ba-6af2-44f9-8707-61fee12223d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3414 | 2024.07.04 19:26:28.195633 [ 3 ] {} <Debug> HTTP-Session: 7c0885ba-6af2-44f9-8707-61fee12223d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3415 | 2024.07.04 19:26:28.195664 [ 3 ] {} <Trace> HTTP-Session: 7c0885ba-6af2-44f9-8707-61fee12223d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3416 | 2024.07.04 19:26:28.195794 [ 3 ] {a744bb5c-6bdf-47d0-9e94-e75ca7abd1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3417 | 2024.07.04 19:26:28.195836 [ 3 ] {a744bb5c-6bdf-47d0-9e94-e75ca7abd1b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3418 | 2024.07.04 19:26:28.195997 [ 3 ] {a744bb5c-6bdf-47d0-9e94-e75ca7abd1b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3419 | 2024.07.04 19:26:28.196393 [ 3 ] {a744bb5c-6bdf-47d0-9e94-e75ca7abd1b7} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3420 | 2024.07.04 19:26:28.196431 [ 3 ] {a744bb5c-6bdf-47d0-9e94-e75ca7abd1b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3421 | 2024.07.04 19:26:28.196748 [ 3 ] {a744bb5c-6bdf-47d0-9e94-e75ca7abd1b7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3422 | 2024.07.04 19:26:28.197057 [ 3 ] {a744bb5c-6bdf-47d0-9e94-e75ca7abd1b7} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3423 | 2024.07.04 19:26:28.197183 [ 3 ] {a744bb5c-6bdf-47d0-9e94-e75ca7abd1b7} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001446 sec., 66390.04149377593 rows/sec., 5.19 MiB/sec. | ||
3424 | 2024.07.04 19:26:28.197430 [ 3 ] {a744bb5c-6bdf-47d0-9e94-e75ca7abd1b7} <Debug> DynamicQueryHandler: Done processing query | ||
3425 | 2024.07.04 19:26:28.197473 [ 3 ] {a744bb5c-6bdf-47d0-9e94-e75ca7abd1b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3426 | 2024.07.04 19:26:28.197495 [ 3 ] {} <Debug> HTTP-Session: 7c0885ba-6af2-44f9-8707-61fee12223d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3427 | 2024.07.04 19:26:28.197626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3428 | 2024.07.04 19:26:28.197676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3429 | 2024.07.04 19:26:28.197696 [ 3 ] {} <Debug> HTTP-Session: f8f5c668-243f-41c4-9fda-03aec191198b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3430 | 2024.07.04 19:26:28.197712 [ 3 ] {} <Debug> HTTP-Session: f8f5c668-243f-41c4-9fda-03aec191198b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3431 | 2024.07.04 19:26:28.197726 [ 3 ] {} <Debug> HTTP-Session: f8f5c668-243f-41c4-9fda-03aec191198b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3432 | 2024.07.04 19:26:28.197757 [ 3 ] {} <Trace> HTTP-Session: f8f5c668-243f-41c4-9fda-03aec191198b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3433 | 2024.07.04 19:26:28.197909 [ 3 ] {97a6ca1e-aa1b-4047-b185-578350a3cf69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3434 | 2024.07.04 19:26:28.197963 [ 3 ] {97a6ca1e-aa1b-4047-b185-578350a3cf69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3435 | 2024.07.04 19:26:28.198123 [ 3 ] {97a6ca1e-aa1b-4047-b185-578350a3cf69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3436 | 2024.07.04 19:26:28.198493 [ 3 ] {97a6ca1e-aa1b-4047-b185-578350a3cf69} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3437 | 2024.07.04 19:26:28.198528 [ 3 ] {97a6ca1e-aa1b-4047-b185-578350a3cf69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3438 | 2024.07.04 19:26:28.198924 [ 3 ] {97a6ca1e-aa1b-4047-b185-578350a3cf69} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3439 | 2024.07.04 19:26:28.199256 [ 3 ] {97a6ca1e-aa1b-4047-b185-578350a3cf69} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3440 | 2024.07.04 19:26:28.199389 [ 3 ] {97a6ca1e-aa1b-4047-b185-578350a3cf69} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001552 sec., 103737.11340206186 rows/sec., 7.22 MiB/sec. | ||
3441 | 2024.07.04 19:26:28.199602 [ 3 ] {97a6ca1e-aa1b-4047-b185-578350a3cf69} <Debug> DynamicQueryHandler: Done processing query | ||
3442 | 2024.07.04 19:26:28.199635 [ 3 ] {97a6ca1e-aa1b-4047-b185-578350a3cf69} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3443 | 2024.07.04 19:26:28.199651 [ 3 ] {} <Debug> HTTP-Session: f8f5c668-243f-41c4-9fda-03aec191198b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.07.04 19:26:28.199807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3445 | 2024.07.04 19:26:28.199859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3446 | 2024.07.04 19:26:28.199879 [ 3 ] {} <Debug> HTTP-Session: d1dc1bbc-8234-472e-9d0b-875a18cd3262 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3447 | 2024.07.04 19:26:28.199895 [ 3 ] {} <Debug> HTTP-Session: d1dc1bbc-8234-472e-9d0b-875a18cd3262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3448 | 2024.07.04 19:26:28.199908 [ 3 ] {} <Debug> HTTP-Session: d1dc1bbc-8234-472e-9d0b-875a18cd3262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3449 | 2024.07.04 19:26:28.199940 [ 3 ] {} <Trace> HTTP-Session: d1dc1bbc-8234-472e-9d0b-875a18cd3262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3450 | 2024.07.04 19:26:28.200245 [ 3 ] {b3faf92d-3df8-470f-b718-b06ea751b4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3451 | 2024.07.04 19:26:28.200307 [ 3 ] {b3faf92d-3df8-470f-b718-b06ea751b4e2} <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 | ||
3452 | 2024.07.04 19:26:28.200697 [ 3 ] {b3faf92d-3df8-470f-b718-b06ea751b4e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3453 | 2024.07.04 19:26:28.201352 [ 3 ] {b3faf92d-3df8-470f-b718-b06ea751b4e2} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3454 | 2024.07.04 19:26:28.201386 [ 3 ] {b3faf92d-3df8-470f-b718-b06ea751b4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3455 | 2024.07.04 19:26:28.202001 [ 3 ] {b3faf92d-3df8-470f-b718-b06ea751b4e2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3456 | 2024.07.04 19:26:28.202393 [ 3 ] {b3faf92d-3df8-470f-b718-b06ea751b4e2} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3457 | 2024.07.04 19:26:28.202531 [ 3 ] {b3faf92d-3df8-470f-b718-b06ea751b4e2} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002511 sec., 11947.431302270012 rows/sec., 21.41 MiB/sec. | ||
3458 | 2024.07.04 19:26:28.202740 [ 3 ] {b3faf92d-3df8-470f-b718-b06ea751b4e2} <Debug> DynamicQueryHandler: Done processing query | ||
3459 | 2024.07.04 19:26:28.202764 [ 3 ] {b3faf92d-3df8-470f-b718-b06ea751b4e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3460 | 2024.07.04 19:26:28.202779 [ 3 ] {} <Debug> HTTP-Session: d1dc1bbc-8234-472e-9d0b-875a18cd3262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.07.04 19:26:28.202894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3462 | 2024.07.04 19:26:28.202942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3463 | 2024.07.04 19:26:28.202961 [ 3 ] {} <Debug> HTTP-Session: 670d502a-9fb1-4b61-97fc-7c1f184a4a57 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3464 | 2024.07.04 19:26:28.202978 [ 3 ] {} <Debug> HTTP-Session: 670d502a-9fb1-4b61-97fc-7c1f184a4a57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3465 | 2024.07.04 19:26:28.202991 [ 3 ] {} <Debug> HTTP-Session: 670d502a-9fb1-4b61-97fc-7c1f184a4a57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3466 | 2024.07.04 19:26:28.203022 [ 3 ] {} <Trace> HTTP-Session: 670d502a-9fb1-4b61-97fc-7c1f184a4a57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3467 | 2024.07.04 19:26:28.203135 [ 3 ] {6f817e1a-3d05-4e8b-ba14-70911024ac80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3468 | 2024.07.04 19:26:28.203178 [ 3 ] {6f817e1a-3d05-4e8b-ba14-70911024ac80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3469 | 2024.07.04 19:26:28.203304 [ 3 ] {6f817e1a-3d05-4e8b-ba14-70911024ac80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3470 | 2024.07.04 19:26:28.203587 [ 3 ] {6f817e1a-3d05-4e8b-ba14-70911024ac80} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3471 | 2024.07.04 19:26:28.203622 [ 3 ] {6f817e1a-3d05-4e8b-ba14-70911024ac80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3472 | 2024.07.04 19:26:28.203965 [ 3 ] {6f817e1a-3d05-4e8b-ba14-70911024ac80} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3473 | 2024.07.04 19:26:28.204283 [ 3 ] {6f817e1a-3d05-4e8b-ba14-70911024ac80} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3474 | 2024.07.04 19:26:28.204415 [ 3 ] {6f817e1a-3d05-4e8b-ba14-70911024ac80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
3475 | 2024.07.04 19:26:28.204720 [ 3 ] {6f817e1a-3d05-4e8b-ba14-70911024ac80} <Debug> DynamicQueryHandler: Done processing query | ||
3476 | 2024.07.04 19:26:28.204746 [ 3 ] {6f817e1a-3d05-4e8b-ba14-70911024ac80} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3477 | 2024.07.04 19:26:28.204761 [ 3 ] {} <Debug> HTTP-Session: 670d502a-9fb1-4b61-97fc-7c1f184a4a57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.07.04 19:26:31.784123 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3479 | 2024.07.04 19:26:31.784210 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3480 | 2024.07.04 19:26:33.185604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3481 | 2024.07.04 19:26:33.185718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3482 | 2024.07.04 19:26:33.185743 [ 3 ] {} <Debug> HTTP-Session: 5c559bda-c00c-4580-8a49-deff7a737274 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3483 | 2024.07.04 19:26:33.185768 [ 3 ] {} <Debug> HTTP-Session: 5c559bda-c00c-4580-8a49-deff7a737274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3484 | 2024.07.04 19:26:33.185782 [ 3 ] {} <Debug> HTTP-Session: 5c559bda-c00c-4580-8a49-deff7a737274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3485 | 2024.07.04 19:26:33.185831 [ 3 ] {} <Trace> HTTP-Session: 5c559bda-c00c-4580-8a49-deff7a737274 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3486 | 2024.07.04 19:26:33.186027 [ 3 ] {c62e9c0a-7c63-4f79-a5da-e5bb96e252d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3487 | 2024.07.04 19:26:33.186095 [ 3 ] {c62e9c0a-7c63-4f79-a5da-e5bb96e252d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3488 | 2024.07.04 19:26:33.186287 [ 3 ] {c62e9c0a-7c63-4f79-a5da-e5bb96e252d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3489 | 2024.07.04 19:26:33.186723 [ 3 ] {c62e9c0a-7c63-4f79-a5da-e5bb96e252d9} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3490 | 2024.07.04 19:26:33.186765 [ 3 ] {c62e9c0a-7c63-4f79-a5da-e5bb96e252d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3491 | 2024.07.04 19:26:33.187130 [ 3 ] {c62e9c0a-7c63-4f79-a5da-e5bb96e252d9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3492 | 2024.07.04 19:26:33.187464 [ 3 ] {c62e9c0a-7c63-4f79-a5da-e5bb96e252d9} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3493 | 2024.07.04 19:26:33.187640 [ 3 ] {c62e9c0a-7c63-4f79-a5da-e5bb96e252d9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001673 sec., 33472.803347280336 rows/sec., 2.56 MiB/sec. | ||
3494 | 2024.07.04 19:26:33.187840 [ 3 ] {c62e9c0a-7c63-4f79-a5da-e5bb96e252d9} <Debug> DynamicQueryHandler: Done processing query | ||
3495 | 2024.07.04 19:26:33.187865 [ 3 ] {c62e9c0a-7c63-4f79-a5da-e5bb96e252d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3496 | 2024.07.04 19:26:33.187882 [ 3 ] {} <Debug> HTTP-Session: 5c559bda-c00c-4580-8a49-deff7a737274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3497 | 2024.07.04 19:26:33.188017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3498 | 2024.07.04 19:26:33.188067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3499 | 2024.07.04 19:26:33.188086 [ 3 ] {} <Debug> HTTP-Session: 304fcbae-2644-4c1a-be2a-ba34b68854da Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3500 | 2024.07.04 19:26:33.188103 [ 3 ] {} <Debug> HTTP-Session: 304fcbae-2644-4c1a-be2a-ba34b68854da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3501 | 2024.07.04 19:26:33.188117 [ 3 ] {} <Debug> HTTP-Session: 304fcbae-2644-4c1a-be2a-ba34b68854da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3502 | 2024.07.04 19:26:33.188148 [ 3 ] {} <Trace> HTTP-Session: 304fcbae-2644-4c1a-be2a-ba34b68854da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3503 | 2024.07.04 19:26:33.188263 [ 3 ] {70a8dcf8-5f57-44d4-b55e-1687fee1767b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3504 | 2024.07.04 19:26:33.188304 [ 3 ] {70a8dcf8-5f57-44d4-b55e-1687fee1767b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3505 | 2024.07.04 19:26:33.188433 [ 3 ] {70a8dcf8-5f57-44d4-b55e-1687fee1767b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3506 | 2024.07.04 19:26:33.188754 [ 3 ] {70a8dcf8-5f57-44d4-b55e-1687fee1767b} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3507 | 2024.07.04 19:26:33.188789 [ 3 ] {70a8dcf8-5f57-44d4-b55e-1687fee1767b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3508 | 2024.07.04 19:26:33.189094 [ 3 ] {70a8dcf8-5f57-44d4-b55e-1687fee1767b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3509 | 2024.07.04 19:26:33.189389 [ 3 ] {70a8dcf8-5f57-44d4-b55e-1687fee1767b} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3510 | 2024.07.04 19:26:33.189543 [ 3 ] {70a8dcf8-5f57-44d4-b55e-1687fee1767b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001316 sec., 48632.2188449848 rows/sec., 3.80 MiB/sec. | ||
3511 | 2024.07.04 19:26:33.189703 [ 3 ] {70a8dcf8-5f57-44d4-b55e-1687fee1767b} <Debug> DynamicQueryHandler: Done processing query | ||
3512 | 2024.07.04 19:26:33.189728 [ 3 ] {70a8dcf8-5f57-44d4-b55e-1687fee1767b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3513 | 2024.07.04 19:26:33.189744 [ 3 ] {} <Debug> HTTP-Session: 304fcbae-2644-4c1a-be2a-ba34b68854da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3514 | 2024.07.04 19:26:33.189895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3515 | 2024.07.04 19:26:33.189944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3516 | 2024.07.04 19:26:33.189963 [ 3 ] {} <Debug> HTTP-Session: 76324415-2d63-4790-b219-cdd56f5d2dda Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3517 | 2024.07.04 19:26:33.189978 [ 3 ] {} <Debug> HTTP-Session: 76324415-2d63-4790-b219-cdd56f5d2dda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3518 | 2024.07.04 19:26:33.189993 [ 3 ] {} <Debug> HTTP-Session: 76324415-2d63-4790-b219-cdd56f5d2dda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3519 | 2024.07.04 19:26:33.190024 [ 3 ] {} <Trace> HTTP-Session: 76324415-2d63-4790-b219-cdd56f5d2dda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3520 | 2024.07.04 19:26:33.190167 [ 3 ] {6b90c195-6402-480c-8b78-4291a4b6578f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3521 | 2024.07.04 19:26:33.190212 [ 3 ] {6b90c195-6402-480c-8b78-4291a4b6578f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3522 | 2024.07.04 19:26:33.190358 [ 3 ] {6b90c195-6402-480c-8b78-4291a4b6578f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3523 | 2024.07.04 19:26:33.190784 [ 3 ] {6b90c195-6402-480c-8b78-4291a4b6578f} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3524 | 2024.07.04 19:26:33.190818 [ 3 ] {6b90c195-6402-480c-8b78-4291a4b6578f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3525 | 2024.07.04 19:26:33.191208 [ 3 ] {6b90c195-6402-480c-8b78-4291a4b6578f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3526 | 2024.07.04 19:26:33.191554 [ 3 ] {6b90c195-6402-480c-8b78-4291a4b6578f} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3527 | 2024.07.04 19:26:33.191702 [ 3 ] {6b90c195-6402-480c-8b78-4291a4b6578f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec. | ||
3528 | 2024.07.04 19:26:33.191996 [ 3 ] {6b90c195-6402-480c-8b78-4291a4b6578f} <Debug> DynamicQueryHandler: Done processing query | ||
3529 | 2024.07.04 19:26:33.192020 [ 3 ] {6b90c195-6402-480c-8b78-4291a4b6578f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3530 | 2024.07.04 19:26:33.192037 [ 3 ] {} <Debug> HTTP-Session: 76324415-2d63-4790-b219-cdd56f5d2dda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3531 | 2024.07.04 19:26:33.192144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3532 | 2024.07.04 19:26:33.192193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3533 | 2024.07.04 19:26:33.192212 [ 3 ] {} <Debug> HTTP-Session: 0e8e3fdd-78e2-4720-933b-3f02b7500a40 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3534 | 2024.07.04 19:26:33.192228 [ 3 ] {} <Debug> HTTP-Session: 0e8e3fdd-78e2-4720-933b-3f02b7500a40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3535 | 2024.07.04 19:26:33.192242 [ 3 ] {} <Debug> HTTP-Session: 0e8e3fdd-78e2-4720-933b-3f02b7500a40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3536 | 2024.07.04 19:26:33.192273 [ 3 ] {} <Trace> HTTP-Session: 0e8e3fdd-78e2-4720-933b-3f02b7500a40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3537 | 2024.07.04 19:26:33.192402 [ 3 ] {2bc6c59e-94bc-4f02-91f4-affda1ff3c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3538 | 2024.07.04 19:26:33.192447 [ 3 ] {2bc6c59e-94bc-4f02-91f4-affda1ff3c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3539 | 2024.07.04 19:26:33.192596 [ 3 ] {2bc6c59e-94bc-4f02-91f4-affda1ff3c81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3540 | 2024.07.04 19:26:33.192902 [ 3 ] {2bc6c59e-94bc-4f02-91f4-affda1ff3c81} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3541 | 2024.07.04 19:26:33.192937 [ 3 ] {2bc6c59e-94bc-4f02-91f4-affda1ff3c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3542 | 2024.07.04 19:26:33.193290 [ 3 ] {2bc6c59e-94bc-4f02-91f4-affda1ff3c81} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3543 | 2024.07.04 19:26:33.193605 [ 3 ] {2bc6c59e-94bc-4f02-91f4-affda1ff3c81} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3544 | 2024.07.04 19:26:33.193759 [ 3 ] {2bc6c59e-94bc-4f02-91f4-affda1ff3c81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
3545 | 2024.07.04 19:26:33.193920 [ 3 ] {2bc6c59e-94bc-4f02-91f4-affda1ff3c81} <Debug> DynamicQueryHandler: Done processing query | ||
3546 | 2024.07.04 19:26:33.193944 [ 3 ] {2bc6c59e-94bc-4f02-91f4-affda1ff3c81} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3547 | 2024.07.04 19:26:33.193959 [ 3 ] {} <Debug> HTTP-Session: 0e8e3fdd-78e2-4720-933b-3f02b7500a40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3548 | 2024.07.04 19:26:38.186749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3549 | 2024.07.04 19:26:38.186888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3550 | 2024.07.04 19:26:38.186919 [ 3 ] {} <Debug> HTTP-Session: 8e1db039-caf1-4f2e-b5c1-7c6d6a9fb37f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3551 | 2024.07.04 19:26:38.186946 [ 3 ] {} <Debug> HTTP-Session: 8e1db039-caf1-4f2e-b5c1-7c6d6a9fb37f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3552 | 2024.07.04 19:26:38.186963 [ 3 ] {} <Debug> HTTP-Session: 8e1db039-caf1-4f2e-b5c1-7c6d6a9fb37f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3553 | 2024.07.04 19:26:38.187020 [ 3 ] {} <Trace> HTTP-Session: 8e1db039-caf1-4f2e-b5c1-7c6d6a9fb37f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3554 | 2024.07.04 19:26:38.187226 [ 3 ] {be72abc4-6a19-4a5f-9fec-1a31f433e4e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3555 | 2024.07.04 19:26:38.187298 [ 3 ] {be72abc4-6a19-4a5f-9fec-1a31f433e4e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3556 | 2024.07.04 19:26:38.187516 [ 3 ] {be72abc4-6a19-4a5f-9fec-1a31f433e4e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3557 | 2024.07.04 19:26:38.187973 [ 3 ] {be72abc4-6a19-4a5f-9fec-1a31f433e4e1} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3558 | 2024.07.04 19:26:38.188013 [ 3 ] {be72abc4-6a19-4a5f-9fec-1a31f433e4e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3559 | 2024.07.04 19:26:38.188379 [ 3 ] {be72abc4-6a19-4a5f-9fec-1a31f433e4e1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3560 | 2024.07.04 19:26:38.188720 [ 3 ] {be72abc4-6a19-4a5f-9fec-1a31f433e4e1} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3561 | 2024.07.04 19:26:38.188866 [ 3 ] {be72abc4-6a19-4a5f-9fec-1a31f433e4e1} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001709 sec., 17554.125219426565 rows/sec., 1.39 MiB/sec. | ||
3562 | 2024.07.04 19:26:38.189070 [ 3 ] {be72abc4-6a19-4a5f-9fec-1a31f433e4e1} <Debug> DynamicQueryHandler: Done processing query | ||
3563 | 2024.07.04 19:26:38.189097 [ 3 ] {be72abc4-6a19-4a5f-9fec-1a31f433e4e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3564 | 2024.07.04 19:26:38.189113 [ 3 ] {} <Debug> HTTP-Session: 8e1db039-caf1-4f2e-b5c1-7c6d6a9fb37f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3565 | 2024.07.04 19:26:38.189251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3566 | 2024.07.04 19:26:38.189307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3567 | 2024.07.04 19:26:38.189327 [ 3 ] {} <Debug> HTTP-Session: d7612bc5-242d-4f91-b025-362e85bbb66f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3568 | 2024.07.04 19:26:38.189346 [ 3 ] {} <Debug> HTTP-Session: d7612bc5-242d-4f91-b025-362e85bbb66f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3569 | 2024.07.04 19:26:38.189359 [ 3 ] {} <Debug> HTTP-Session: d7612bc5-242d-4f91-b025-362e85bbb66f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3570 | 2024.07.04 19:26:38.189394 [ 3 ] {} <Trace> HTTP-Session: d7612bc5-242d-4f91-b025-362e85bbb66f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3571 | 2024.07.04 19:26:38.189538 [ 3 ] {9180f054-159d-4e5c-9366-45a07d0c028d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3572 | 2024.07.04 19:26:38.189584 [ 3 ] {9180f054-159d-4e5c-9366-45a07d0c028d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3573 | 2024.07.04 19:26:38.189715 [ 3 ] {9180f054-159d-4e5c-9366-45a07d0c028d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3574 | 2024.07.04 19:26:38.190153 [ 3 ] {9180f054-159d-4e5c-9366-45a07d0c028d} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3575 | 2024.07.04 19:26:38.190189 [ 3 ] {9180f054-159d-4e5c-9366-45a07d0c028d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3576 | 2024.07.04 19:26:38.190510 [ 3 ] {9180f054-159d-4e5c-9366-45a07d0c028d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3577 | 2024.07.04 19:26:38.190823 [ 3 ] {9180f054-159d-4e5c-9366-45a07d0c028d} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3578 | 2024.07.04 19:26:38.190949 [ 3 ] {9180f054-159d-4e5c-9366-45a07d0c028d} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001476 sec., 98915.98915989159 rows/sec., 8.28 MiB/sec. | ||
3579 | 2024.07.04 19:26:38.191111 [ 3 ] {9180f054-159d-4e5c-9366-45a07d0c028d} <Debug> DynamicQueryHandler: Done processing query | ||
3580 | 2024.07.04 19:26:38.191136 [ 3 ] {9180f054-159d-4e5c-9366-45a07d0c028d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3581 | 2024.07.04 19:26:38.191153 [ 3 ] {} <Debug> HTTP-Session: d7612bc5-242d-4f91-b025-362e85bbb66f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3582 | 2024.07.04 19:26:38.191266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3583 | 2024.07.04 19:26:38.191317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3584 | 2024.07.04 19:26:38.191336 [ 3 ] {} <Debug> HTTP-Session: 930a1051-fe40-4d9b-86d7-c6d78f61f1d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3585 | 2024.07.04 19:26:38.191353 [ 3 ] {} <Debug> HTTP-Session: 930a1051-fe40-4d9b-86d7-c6d78f61f1d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3586 | 2024.07.04 19:26:38.191367 [ 3 ] {} <Debug> HTTP-Session: 930a1051-fe40-4d9b-86d7-c6d78f61f1d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3587 | 2024.07.04 19:26:38.191399 [ 3 ] {} <Trace> HTTP-Session: 930a1051-fe40-4d9b-86d7-c6d78f61f1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3588 | 2024.07.04 19:26:38.191525 [ 3 ] {b01b329a-92b7-4065-996f-2cb0518e8bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3589 | 2024.07.04 19:26:38.191568 [ 3 ] {b01b329a-92b7-4065-996f-2cb0518e8bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3590 | 2024.07.04 19:26:38.191695 [ 3 ] {b01b329a-92b7-4065-996f-2cb0518e8bdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3591 | 2024.07.04 19:26:38.192046 [ 3 ] {b01b329a-92b7-4065-996f-2cb0518e8bdd} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3592 | 2024.07.04 19:26:38.192082 [ 3 ] {b01b329a-92b7-4065-996f-2cb0518e8bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3593 | 2024.07.04 19:26:38.192387 [ 3 ] {b01b329a-92b7-4065-996f-2cb0518e8bdd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3594 | 2024.07.04 19:26:38.192686 [ 3 ] {b01b329a-92b7-4065-996f-2cb0518e8bdd} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3595 | 2024.07.04 19:26:38.192811 [ 3 ] {b01b329a-92b7-4065-996f-2cb0518e8bdd} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001339 sec., 70201.643017177 rows/sec., 5.48 MiB/sec. | ||
3596 | 2024.07.04 19:26:38.193053 [ 3 ] {b01b329a-92b7-4065-996f-2cb0518e8bdd} <Debug> DynamicQueryHandler: Done processing query | ||
3597 | 2024.07.04 19:26:38.193087 [ 3 ] {b01b329a-92b7-4065-996f-2cb0518e8bdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3598 | 2024.07.04 19:26:38.193103 [ 3 ] {} <Debug> HTTP-Session: 930a1051-fe40-4d9b-86d7-c6d78f61f1d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3599 | 2024.07.04 19:26:38.193233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3600 | 2024.07.04 19:26:38.193281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3601 | 2024.07.04 19:26:38.193299 [ 3 ] {} <Debug> HTTP-Session: a1583f8e-aad7-4956-b939-73b65c642960 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3602 | 2024.07.04 19:26:38.193316 [ 3 ] {} <Debug> HTTP-Session: a1583f8e-aad7-4956-b939-73b65c642960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3603 | 2024.07.04 19:26:38.193330 [ 3 ] {} <Debug> HTTP-Session: a1583f8e-aad7-4956-b939-73b65c642960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.07.04 19:26:38.193361 [ 3 ] {} <Trace> HTTP-Session: a1583f8e-aad7-4956-b939-73b65c642960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3605 | 2024.07.04 19:26:38.193511 [ 3 ] {de0f68d8-1fc8-4265-a8c9-d700a3a11075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3606 | 2024.07.04 19:26:38.193556 [ 3 ] {de0f68d8-1fc8-4265-a8c9-d700a3a11075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3607 | 2024.07.04 19:26:38.193718 [ 3 ] {de0f68d8-1fc8-4265-a8c9-d700a3a11075} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3608 | 2024.07.04 19:26:38.194115 [ 3 ] {de0f68d8-1fc8-4265-a8c9-d700a3a11075} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3609 | 2024.07.04 19:26:38.194151 [ 3 ] {de0f68d8-1fc8-4265-a8c9-d700a3a11075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3610 | 2024.07.04 19:26:38.194538 [ 3 ] {de0f68d8-1fc8-4265-a8c9-d700a3a11075} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3611 | 2024.07.04 19:26:38.194868 [ 3 ] {de0f68d8-1fc8-4265-a8c9-d700a3a11075} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3612 | 2024.07.04 19:26:38.194992 [ 3 ] {de0f68d8-1fc8-4265-a8c9-d700a3a11075} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
3613 | 2024.07.04 19:26:38.195202 [ 3 ] {de0f68d8-1fc8-4265-a8c9-d700a3a11075} <Debug> DynamicQueryHandler: Done processing query | ||
3614 | 2024.07.04 19:26:38.195234 [ 3 ] {de0f68d8-1fc8-4265-a8c9-d700a3a11075} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3615 | 2024.07.04 19:26:38.195249 [ 3 ] {} <Debug> HTTP-Session: a1583f8e-aad7-4956-b939-73b65c642960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3616 | 2024.07.04 19:26:38.195400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3617 | 2024.07.04 19:26:38.195449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3618 | 2024.07.04 19:26:38.195467 [ 3 ] {} <Debug> HTTP-Session: 47bc7761-5192-47cb-95ff-444d05d7625b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3619 | 2024.07.04 19:26:38.195483 [ 3 ] {} <Debug> HTTP-Session: 47bc7761-5192-47cb-95ff-444d05d7625b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3620 | 2024.07.04 19:26:38.195497 [ 3 ] {} <Debug> HTTP-Session: 47bc7761-5192-47cb-95ff-444d05d7625b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3621 | 2024.07.04 19:26:38.195527 [ 3 ] {} <Trace> HTTP-Session: 47bc7761-5192-47cb-95ff-444d05d7625b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3622 | 2024.07.04 19:26:38.195831 [ 3 ] {386509bd-eb8d-4970-a2b0-1a06efab0e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3623 | 2024.07.04 19:26:38.195893 [ 3 ] {386509bd-eb8d-4970-a2b0-1a06efab0e21} <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 | ||
3624 | 2024.07.04 19:26:38.196295 [ 3 ] {386509bd-eb8d-4970-a2b0-1a06efab0e21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3625 | 2024.07.04 19:26:38.197034 [ 3 ] {386509bd-eb8d-4970-a2b0-1a06efab0e21} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3626 | 2024.07.04 19:26:38.197069 [ 3 ] {386509bd-eb8d-4970-a2b0-1a06efab0e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3627 | 2024.07.04 19:26:38.197698 [ 3 ] {386509bd-eb8d-4970-a2b0-1a06efab0e21} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3628 | 2024.07.04 19:26:38.198102 [ 3 ] {386509bd-eb8d-4970-a2b0-1a06efab0e21} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3629 | 2024.07.04 19:26:38.198241 [ 3 ] {386509bd-eb8d-4970-a2b0-1a06efab0e21} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002631 sec., 11402.508551881414 rows/sec., 20.43 MiB/sec. | ||
3630 | 2024.07.04 19:26:38.198449 [ 3 ] {386509bd-eb8d-4970-a2b0-1a06efab0e21} <Debug> DynamicQueryHandler: Done processing query | ||
3631 | 2024.07.04 19:26:38.198473 [ 3 ] {386509bd-eb8d-4970-a2b0-1a06efab0e21} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3632 | 2024.07.04 19:26:38.198488 [ 3 ] {} <Debug> HTTP-Session: 47bc7761-5192-47cb-95ff-444d05d7625b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3633 | 2024.07.04 19:26:38.198597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3634 | 2024.07.04 19:26:38.198644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3635 | 2024.07.04 19:26:38.198663 [ 3 ] {} <Debug> HTTP-Session: 77f48f02-deb9-4274-91b7-cf3c61390a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3636 | 2024.07.04 19:26:38.198680 [ 3 ] {} <Debug> HTTP-Session: 77f48f02-deb9-4274-91b7-cf3c61390a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3637 | 2024.07.04 19:26:38.198694 [ 3 ] {} <Debug> HTTP-Session: 77f48f02-deb9-4274-91b7-cf3c61390a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3638 | 2024.07.04 19:26:38.198725 [ 3 ] {} <Trace> HTTP-Session: 77f48f02-deb9-4274-91b7-cf3c61390a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3639 | 2024.07.04 19:26:38.198837 [ 3 ] {e8139e0f-a95e-45f6-a5da-aff64ffc7aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3640 | 2024.07.04 19:26:38.198879 [ 3 ] {e8139e0f-a95e-45f6-a5da-aff64ffc7aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3641 | 2024.07.04 19:26:38.199007 [ 3 ] {e8139e0f-a95e-45f6-a5da-aff64ffc7aff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3642 | 2024.07.04 19:26:38.199295 [ 3 ] {e8139e0f-a95e-45f6-a5da-aff64ffc7aff} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3643 | 2024.07.04 19:26:38.199328 [ 3 ] {e8139e0f-a95e-45f6-a5da-aff64ffc7aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3644 | 2024.07.04 19:26:38.199654 [ 3 ] {e8139e0f-a95e-45f6-a5da-aff64ffc7aff} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3645 | 2024.07.04 19:26:38.199946 [ 3 ] {e8139e0f-a95e-45f6-a5da-aff64ffc7aff} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3646 | 2024.07.04 19:26:38.200065 [ 3 ] {e8139e0f-a95e-45f6-a5da-aff64ffc7aff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. | ||
3647 | 2024.07.04 19:26:38.200350 [ 3 ] {e8139e0f-a95e-45f6-a5da-aff64ffc7aff} <Debug> DynamicQueryHandler: Done processing query | ||
3648 | 2024.07.04 19:26:38.200374 [ 3 ] {e8139e0f-a95e-45f6-a5da-aff64ffc7aff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3649 | 2024.07.04 19:26:38.200390 [ 3 ] {} <Debug> HTTP-Session: 77f48f02-deb9-4274-91b7-cf3c61390a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3650 | 2024.07.04 19:26:43.187036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3651 | 2024.07.04 19:26:43.187181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3652 | 2024.07.04 19:26:43.187210 [ 3 ] {} <Debug> HTTP-Session: 43101865-94c6-4bc3-bc3f-d08258b4dd1f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3653 | 2024.07.04 19:26:43.187239 [ 3 ] {} <Debug> HTTP-Session: 43101865-94c6-4bc3-bc3f-d08258b4dd1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3654 | 2024.07.04 19:26:43.187258 [ 3 ] {} <Debug> HTTP-Session: 43101865-94c6-4bc3-bc3f-d08258b4dd1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3655 | 2024.07.04 19:26:43.187320 [ 3 ] {} <Trace> HTTP-Session: 43101865-94c6-4bc3-bc3f-d08258b4dd1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3656 | 2024.07.04 19:26:43.187551 [ 3 ] {926e1056-1326-4fce-b63f-6cff409b6ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3657 | 2024.07.04 19:26:43.187623 [ 3 ] {926e1056-1326-4fce-b63f-6cff409b6ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3658 | 2024.07.04 19:26:43.187837 [ 3 ] {926e1056-1326-4fce-b63f-6cff409b6ee4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3659 | 2024.07.04 19:26:43.188305 [ 3 ] {926e1056-1326-4fce-b63f-6cff409b6ee4} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3660 | 2024.07.04 19:26:43.188344 [ 3 ] {926e1056-1326-4fce-b63f-6cff409b6ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3661 | 2024.07.04 19:26:43.188713 [ 3 ] {926e1056-1326-4fce-b63f-6cff409b6ee4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3662 | 2024.07.04 19:26:43.189036 [ 3 ] {926e1056-1326-4fce-b63f-6cff409b6ee4} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3663 | 2024.07.04 19:26:43.189218 [ 3 ] {926e1056-1326-4fce-b63f-6cff409b6ee4} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001742 sec., 52812.858783008036 rows/sec., 4.00 MiB/sec. | ||
3664 | 2024.07.04 19:26:43.189222 [ 113 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3665 | 2024.07.04 19:26:43.189318 [ 113 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3666 | 2024.07.04 19:26:43.189377 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3667 | 2024.07.04 19:26:43.189544 [ 3 ] {926e1056-1326-4fce-b63f-6cff409b6ee4} <Debug> DynamicQueryHandler: Done processing query | ||
3668 | 2024.07.04 19:26:43.189630 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
3669 | 2024.07.04 19:26:43.189627 [ 3 ] {926e1056-1326-4fce-b63f-6cff409b6ee4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3670 | 2024.07.04 19:26:43.189742 [ 3 ] {} <Debug> HTTP-Session: 43101865-94c6-4bc3-bc3f-d08258b4dd1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3671 | 2024.07.04 19:26:43.189921 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3672 | 2024.07.04 19:26:43.189970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3673 | 2024.07.04 19:26:43.189983 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 187 rows starting from the beginning of the part | ||
3674 | 2024.07.04 19:26:43.190059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3675 | 2024.07.04 19:26:43.190173 [ 3 ] {} <Debug> HTTP-Session: 70751e49-d8f2-413b-a827-747936c4616f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3676 | 2024.07.04 19:26:43.190189 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
3677 | 2024.07.04 19:26:43.190260 [ 3 ] {} <Debug> HTTP-Session: 70751e49-d8f2-413b-a827-747936c4616f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3678 | 2024.07.04 19:26:43.190348 [ 3 ] {} <Debug> HTTP-Session: 70751e49-d8f2-413b-a827-747936c4616f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3679 | 2024.07.04 19:26:43.190526 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 147 rows starting from the beginning of the part | ||
3680 | 2024.07.04 19:26:43.190562 [ 3 ] {} <Trace> HTTP-Session: 70751e49-d8f2-413b-a827-747936c4616f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3681 | 2024.07.04 19:26:43.190783 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
3682 | 2024.07.04 19:26:43.191021 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 146 rows starting from the beginning of the part | ||
3683 | 2024.07.04 19:26:43.191298 [ 3 ] {92aefc36-0b30-4e1e-a5d6-2a7c00bf2552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3684 | 2024.07.04 19:26:43.191310 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 92 rows starting from the beginning of the part | ||
3685 | 2024.07.04 19:26:43.191456 [ 3 ] {92aefc36-0b30-4e1e-a5d6-2a7c00bf2552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3686 | 2024.07.04 19:26:43.192081 [ 3 ] {92aefc36-0b30-4e1e-a5d6-2a7c00bf2552} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3687 | 2024.07.04 19:26:43.192951 [ 3 ] {92aefc36-0b30-4e1e-a5d6-2a7c00bf2552} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3688 | 2024.07.04 19:26:43.193016 [ 3 ] {92aefc36-0b30-4e1e-a5d6-2a7c00bf2552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3689 | 2024.07.04 19:26:43.193775 [ 3 ] {92aefc36-0b30-4e1e-a5d6-2a7c00bf2552} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3690 | 2024.07.04 19:26:43.194332 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 4 columns (4 merged, 0 gathered) in 0.004870149 sec., 140447.448322423 rows/sec., 11.37 MiB/sec. | ||
3691 | 2024.07.04 19:26:43.194555 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3692 | 2024.07.04 19:26:43.194629 [ 3 ] {92aefc36-0b30-4e1e-a5d6-2a7c00bf2552} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3693 | 2024.07.04 19:26:43.194892 [ 113 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3694 | 2024.07.04 19:26:43.195011 [ 113 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3695 | 2024.07.04 19:26:43.195033 [ 3 ] {92aefc36-0b30-4e1e-a5d6-2a7c00bf2552} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.003971 sec., 22160.6648199446 rows/sec., 1.72 MiB/sec. | ||
3696 | 2024.07.04 19:26:43.195096 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3697 | 2024.07.04 19:26:43.195637 [ 200 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
3698 | 2024.07.04 19:26:43.195713 [ 3 ] {92aefc36-0b30-4e1e-a5d6-2a7c00bf2552} <Debug> DynamicQueryHandler: Done processing query | ||
3699 | 2024.07.04 19:26:43.195782 [ 3 ] {92aefc36-0b30-4e1e-a5d6-2a7c00bf2552} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3700 | 2024.07.04 19:26:43.195841 [ 3 ] {} <Debug> HTTP-Session: 70751e49-d8f2-413b-a827-747936c4616f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3701 | 2024.07.04 19:26:43.196000 [ 200 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3702 | 2024.07.04 19:26:43.196049 [ 200 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 144 rows starting from the beginning of the part | ||
3703 | 2024.07.04 19:26:43.196097 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3704 | 2024.07.04 19:26:43.196119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 37588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3705 | 2024.07.04 19:26:43.196372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3706 | 2024.07.04 19:26:43.196487 [ 200 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
3707 | 2024.07.04 19:26:43.196522 [ 3 ] {} <Debug> HTTP-Session: 2562589d-966e-497e-87d3-2dbb22a5b02d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3708 | 2024.07.04 19:26:43.196530 [ 201 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_21_4} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3709 | 2024.07.04 19:26:43.196622 [ 3 ] {} <Debug> HTTP-Session: 2562589d-966e-497e-87d3-2dbb22a5b02d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3710 | 2024.07.04 19:26:43.196694 [ 3 ] {} <Debug> HTTP-Session: 2562589d-966e-497e-87d3-2dbb22a5b02d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3711 | 2024.07.04 19:26:43.196889 [ 200 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 96 rows starting from the beginning of the part | ||
3712 | 2024.07.04 19:26:43.196929 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
3713 | 2024.07.04 19:26:43.196916 [ 3 ] {} <Trace> HTTP-Session: 2562589d-966e-497e-87d3-2dbb22a5b02d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3714 | 2024.07.04 19:26:43.197245 [ 200 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
3715 | 2024.07.04 19:26:43.197498 [ 3 ] {12a20297-856e-4e49-a542-d9f1634033c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3716 | 2024.07.04 19:26:43.197500 [ 200 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 94 rows starting from the beginning of the part | ||
3717 | 2024.07.04 19:26:43.197647 [ 3 ] {12a20297-856e-4e49-a542-d9f1634033c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3718 | 2024.07.04 19:26:43.197767 [ 200 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 88 rows starting from the beginning of the part | ||
3719 | 2024.07.04 19:26:43.198461 [ 3 ] {12a20297-856e-4e49-a542-d9f1634033c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3720 | 2024.07.04 19:26:43.199125 [ 3 ] {12a20297-856e-4e49-a542-d9f1634033c7} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3721 | 2024.07.04 19:26:43.199173 [ 3 ] {12a20297-856e-4e49-a542-d9f1634033c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3722 | 2024.07.04 19:26:43.199645 [ 200 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 4 columns (4 merged, 0 gathered) in 0.004375842 sec., 125690.09575757079 rows/sec., 9.81 MiB/sec. | ||
3723 | 2024.07.04 19:26:43.199753 [ 3 ] {12a20297-856e-4e49-a542-d9f1634033c7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3724 | 2024.07.04 19:26:43.199931 [ 186 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3725 | 2024.07.04 19:26:43.200597 [ 3 ] {12a20297-856e-4e49-a542-d9f1634033c7} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3726 | 2024.07.04 19:26:43.200855 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3727 | 2024.07.04 19:26:43.200950 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3728 | 2024.07.04 19:26:43.200950 [ 3 ] {12a20297-856e-4e49-a542-d9f1634033c7} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.003681 sec., 53246.400434664494 rows/sec., 3.72 MiB/sec. | ||
3729 | 2024.07.04 19:26:43.201000 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3730 | 2024.07.04 19:26:43.201072 [ 186 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3731 | 2024.07.04 19:26:43.201442 [ 186 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_21_4} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3732 | 2024.07.04 19:26:43.201495 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
3733 | 2024.07.04 19:26:43.201772 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3734 | 2024.07.04 19:26:43.202196 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3735 | 2024.07.04 19:26:43.202248 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2188 rows starting from the beginning of the part | ||
3736 | 2024.07.04 19:26:43.202342 [ 3 ] {12a20297-856e-4e49-a542-d9f1634033c7} <Debug> DynamicQueryHandler: Done processing query | ||
3737 | 2024.07.04 19:26:43.202421 [ 3 ] {12a20297-856e-4e49-a542-d9f1634033c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3738 | 2024.07.04 19:26:43.202469 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
3739 | 2024.07.04 19:26:43.202509 [ 3 ] {} <Debug> HTTP-Session: 2562589d-966e-497e-87d3-2dbb22a5b02d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3740 | 2024.07.04 19:26:43.202741 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
3741 | 2024.07.04 19:26:43.202783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3742 | 2024.07.04 19:26:43.203001 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
3743 | 2024.07.04 19:26:43.202986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3744 | 2024.07.04 19:26:43.203070 [ 3 ] {} <Debug> HTTP-Session: c8f9ba6c-5e0f-463b-a55b-9fbe843be17d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3745 | 2024.07.04 19:26:43.203162 [ 3 ] {} <Debug> HTTP-Session: c8f9ba6c-5e0f-463b-a55b-9fbe843be17d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3746 | 2024.07.04 19:26:43.203234 [ 3 ] {} <Debug> HTTP-Session: c8f9ba6c-5e0f-463b-a55b-9fbe843be17d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3747 | 2024.07.04 19:26:43.203264 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
3748 | 2024.07.04 19:26:43.203349 [ 3 ] {} <Trace> HTTP-Session: c8f9ba6c-5e0f-463b-a55b-9fbe843be17d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3749 | 2024.07.04 19:26:43.203499 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 196 rows starting from the beginning of the part | ||
3750 | 2024.07.04 19:26:43.203915 [ 3 ] {f0577359-d4c2-4bb0-ba08-e71aa200de31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3751 | 2024.07.04 19:26:43.204041 [ 3 ] {f0577359-d4c2-4bb0-ba08-e71aa200de31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3752 | 2024.07.04 19:26:43.204476 [ 3 ] {f0577359-d4c2-4bb0-ba08-e71aa200de31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3753 | 2024.07.04 19:26:43.205059 [ 3 ] {f0577359-d4c2-4bb0-ba08-e71aa200de31} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3754 | 2024.07.04 19:26:43.205119 [ 3 ] {f0577359-d4c2-4bb0-ba08-e71aa200de31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3755 | 2024.07.04 19:26:43.206325 [ 3 ] {f0577359-d4c2-4bb0-ba08-e71aa200de31} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3756 | 2024.07.04 19:26:43.206940 [ 3 ] {f0577359-d4c2-4bb0-ba08-e71aa200de31} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3757 | 2024.07.04 19:26:43.207197 [ 113 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3758 | 2024.07.04 19:26:43.207341 [ 113 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3759 | 2024.07.04 19:26:43.207388 [ 3 ] {f0577359-d4c2-4bb0-ba08-e71aa200de31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003703 sec., 16203.078584931136 rows/sec., 1.09 MiB/sec. | ||
3760 | 2024.07.04 19:26:43.207447 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3761 | 2024.07.04 19:26:43.207727 [ 186 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3025 rows, containing 5 columns (5 merged, 0 gathered) in 0.006553874 sec., 461559.07177953067 rows/sec., 32.22 MiB/sec. | ||
3762 | 2024.07.04 19:26:43.207825 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3763 | 2024.07.04 19:26:43.208002 [ 3 ] {f0577359-d4c2-4bb0-ba08-e71aa200de31} <Debug> DynamicQueryHandler: Done processing query | ||
3764 | 2024.07.04 19:26:43.208088 [ 3 ] {f0577359-d4c2-4bb0-ba08-e71aa200de31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3765 | 2024.07.04 19:26:43.208113 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3766 | 2024.07.04 19:26:43.208155 [ 3 ] {} <Debug> HTTP-Session: c8f9ba6c-5e0f-463b-a55b-9fbe843be17d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3767 | 2024.07.04 19:26:43.208196 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 740 rows starting from the beginning of the part | ||
3768 | 2024.07.04 19:26:43.208268 [ 187 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3769 | 2024.07.04 19:26:43.208353 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3770 | 2024.07.04 19:26:43.208687 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3771 | 2024.07.04 19:26:43.208953 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3772 | 2024.07.04 19:26:43.209381 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3773 | 2024.07.04 19:26:43.209665 [ 201 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
3774 | 2024.07.04 19:26:43.210139 [ 187 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3775 | 2024.07.04 19:26:43.210283 [ 187 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3776 | 2024.07.04 19:26:43.210462 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
3777 | 2024.07.04 19:26:43.211281 [ 189 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1040 rows, containing 4 columns (4 merged, 0 gathered) in 0.003693052 sec., 281609.89880456595 rows/sec., 18.92 MiB/sec. | ||
3778 | 2024.07.04 19:26:43.211444 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3779 | 2024.07.04 19:26:43.211812 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_21_4} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3780 | 2024.07.04 19:26:43.211889 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_21_4} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3781 | 2024.07.04 19:26:43.211966 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
3782 | 2024.07.04 19:26:46.784272 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3783 | 2024.07.04 19:26:46.784343 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3784 | 2024.07.04 19:26:48.001515 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001092706 sec. | ||
3785 | 2024.07.04 19:26:48.187185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3786 | 2024.07.04 19:26:48.187297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3787 | 2024.07.04 19:26:48.187325 [ 3 ] {} <Debug> HTTP-Session: f9a830fe-c43d-4efb-8f20-346b8545fc91 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3788 | 2024.07.04 19:26:48.187353 [ 3 ] {} <Debug> HTTP-Session: f9a830fe-c43d-4efb-8f20-346b8545fc91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3789 | 2024.07.04 19:26:48.187371 [ 3 ] {} <Debug> HTTP-Session: f9a830fe-c43d-4efb-8f20-346b8545fc91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3790 | 2024.07.04 19:26:48.187428 [ 3 ] {} <Trace> HTTP-Session: f9a830fe-c43d-4efb-8f20-346b8545fc91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3791 | 2024.07.04 19:26:48.187636 [ 3 ] {07c57530-65b2-4db3-b426-d89a81ad5749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3792 | 2024.07.04 19:26:48.187708 [ 3 ] {07c57530-65b2-4db3-b426-d89a81ad5749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3793 | 2024.07.04 19:26:48.187917 [ 3 ] {07c57530-65b2-4db3-b426-d89a81ad5749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3794 | 2024.07.04 19:26:48.188380 [ 3 ] {07c57530-65b2-4db3-b426-d89a81ad5749} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3795 | 2024.07.04 19:26:48.188420 [ 3 ] {07c57530-65b2-4db3-b426-d89a81ad5749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3796 | 2024.07.04 19:26:48.188787 [ 3 ] {07c57530-65b2-4db3-b426-d89a81ad5749} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3797 | 2024.07.04 19:26:48.189121 [ 3 ] {07c57530-65b2-4db3-b426-d89a81ad5749} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3798 | 2024.07.04 19:26:48.189283 [ 3 ] {07c57530-65b2-4db3-b426-d89a81ad5749} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00171 sec., 17543.85964912281 rows/sec., 1.39 MiB/sec. | ||
3799 | 2024.07.04 19:26:48.189843 [ 3 ] {07c57530-65b2-4db3-b426-d89a81ad5749} <Debug> DynamicQueryHandler: Done processing query | ||
3800 | 2024.07.04 19:26:48.189870 [ 3 ] {07c57530-65b2-4db3-b426-d89a81ad5749} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3801 | 2024.07.04 19:26:48.189887 [ 3 ] {} <Debug> HTTP-Session: f9a830fe-c43d-4efb-8f20-346b8545fc91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3802 | 2024.07.04 19:26:48.190028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3803 | 2024.07.04 19:26:48.190077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3804 | 2024.07.04 19:26:48.190097 [ 3 ] {} <Debug> HTTP-Session: 06c9c998-192c-4201-8248-b744a5a88d1a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3805 | 2024.07.04 19:26:48.190114 [ 3 ] {} <Debug> HTTP-Session: 06c9c998-192c-4201-8248-b744a5a88d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3806 | 2024.07.04 19:26:48.190128 [ 3 ] {} <Debug> HTTP-Session: 06c9c998-192c-4201-8248-b744a5a88d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.07.04 19:26:48.190160 [ 3 ] {} <Trace> HTTP-Session: 06c9c998-192c-4201-8248-b744a5a88d1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3808 | 2024.07.04 19:26:48.190304 [ 3 ] {7112f65b-e0c6-413d-82ea-b3e52cb4f290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3809 | 2024.07.04 19:26:48.190347 [ 3 ] {7112f65b-e0c6-413d-82ea-b3e52cb4f290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3810 | 2024.07.04 19:26:48.190499 [ 3 ] {7112f65b-e0c6-413d-82ea-b3e52cb4f290} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3811 | 2024.07.04 19:26:48.190888 [ 3 ] {7112f65b-e0c6-413d-82ea-b3e52cb4f290} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3812 | 2024.07.04 19:26:48.190924 [ 3 ] {7112f65b-e0c6-413d-82ea-b3e52cb4f290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3813 | 2024.07.04 19:26:48.191242 [ 3 ] {7112f65b-e0c6-413d-82ea-b3e52cb4f290} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3814 | 2024.07.04 19:26:48.191549 [ 3 ] {7112f65b-e0c6-413d-82ea-b3e52cb4f290} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3815 | 2024.07.04 19:26:48.191667 [ 3 ] {7112f65b-e0c6-413d-82ea-b3e52cb4f290} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001426 sec., 102384.2917251052 rows/sec., 8.57 MiB/sec. | ||
3816 | 2024.07.04 19:26:48.192056 [ 3 ] {7112f65b-e0c6-413d-82ea-b3e52cb4f290} <Debug> DynamicQueryHandler: Done processing query | ||
3817 | 2024.07.04 19:26:48.192127 [ 3 ] {7112f65b-e0c6-413d-82ea-b3e52cb4f290} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3818 | 2024.07.04 19:26:48.192228 [ 3 ] {} <Debug> HTTP-Session: 06c9c998-192c-4201-8248-b744a5a88d1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3819 | 2024.07.04 19:26:48.192423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3820 | 2024.07.04 19:26:48.192476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3821 | 2024.07.04 19:26:48.192494 [ 3 ] {} <Debug> HTTP-Session: e31b4063-4601-4440-b266-52eb0c733ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3822 | 2024.07.04 19:26:48.192511 [ 3 ] {} <Debug> HTTP-Session: e31b4063-4601-4440-b266-52eb0c733ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3823 | 2024.07.04 19:26:48.192525 [ 3 ] {} <Debug> HTTP-Session: e31b4063-4601-4440-b266-52eb0c733ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3824 | 2024.07.04 19:26:48.192556 [ 3 ] {} <Trace> HTTP-Session: e31b4063-4601-4440-b266-52eb0c733ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3825 | 2024.07.04 19:26:48.192683 [ 3 ] {4add8333-15f8-4a26-b57b-837a8aaa9608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3826 | 2024.07.04 19:26:48.192725 [ 3 ] {4add8333-15f8-4a26-b57b-837a8aaa9608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3827 | 2024.07.04 19:26:48.192862 [ 3 ] {4add8333-15f8-4a26-b57b-837a8aaa9608} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3828 | 2024.07.04 19:26:48.193204 [ 3 ] {4add8333-15f8-4a26-b57b-837a8aaa9608} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3829 | 2024.07.04 19:26:48.193239 [ 3 ] {4add8333-15f8-4a26-b57b-837a8aaa9608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3830 | 2024.07.04 19:26:48.193547 [ 3 ] {4add8333-15f8-4a26-b57b-837a8aaa9608} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3831 | 2024.07.04 19:26:48.193851 [ 3 ] {4add8333-15f8-4a26-b57b-837a8aaa9608} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3832 | 2024.07.04 19:26:48.193974 [ 3 ] {4add8333-15f8-4a26-b57b-837a8aaa9608} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001341 sec., 70096.94258016406 rows/sec., 5.47 MiB/sec. | ||
3833 | 2024.07.04 19:26:48.194186 [ 3 ] {4add8333-15f8-4a26-b57b-837a8aaa9608} <Debug> DynamicQueryHandler: Done processing query | ||
3834 | 2024.07.04 19:26:48.194210 [ 3 ] {4add8333-15f8-4a26-b57b-837a8aaa9608} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3835 | 2024.07.04 19:26:48.194225 [ 3 ] {} <Debug> HTTP-Session: e31b4063-4601-4440-b266-52eb0c733ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3836 | 2024.07.04 19:26:48.194360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3837 | 2024.07.04 19:26:48.194408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3838 | 2024.07.04 19:26:48.194426 [ 3 ] {} <Debug> HTTP-Session: f87bfa59-6c66-441d-8521-b63661bd32e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3839 | 2024.07.04 19:26:48.194443 [ 3 ] {} <Debug> HTTP-Session: f87bfa59-6c66-441d-8521-b63661bd32e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3840 | 2024.07.04 19:26:48.194457 [ 3 ] {} <Debug> HTTP-Session: f87bfa59-6c66-441d-8521-b63661bd32e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3841 | 2024.07.04 19:26:48.194488 [ 3 ] {} <Trace> HTTP-Session: f87bfa59-6c66-441d-8521-b63661bd32e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3842 | 2024.07.04 19:26:48.194630 [ 3 ] {7ecb05a6-9743-4a00-9155-4183b8939e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3843 | 2024.07.04 19:26:48.194675 [ 3 ] {7ecb05a6-9743-4a00-9155-4183b8939e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3844 | 2024.07.04 19:26:48.194814 [ 3 ] {7ecb05a6-9743-4a00-9155-4183b8939e59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3845 | 2024.07.04 19:26:48.195185 [ 3 ] {7ecb05a6-9743-4a00-9155-4183b8939e59} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3846 | 2024.07.04 19:26:48.195220 [ 3 ] {7ecb05a6-9743-4a00-9155-4183b8939e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3847 | 2024.07.04 19:26:48.195600 [ 3 ] {7ecb05a6-9743-4a00-9155-4183b8939e59} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3848 | 2024.07.04 19:26:48.195932 [ 3 ] {7ecb05a6-9743-4a00-9155-4183b8939e59} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3849 | 2024.07.04 19:26:48.196052 [ 3 ] {7ecb05a6-9743-4a00-9155-4183b8939e59} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00149 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec. | ||
3850 | 2024.07.04 19:26:48.196552 [ 3 ] {7ecb05a6-9743-4a00-9155-4183b8939e59} <Debug> DynamicQueryHandler: Done processing query | ||
3851 | 2024.07.04 19:26:48.196643 [ 3 ] {7ecb05a6-9743-4a00-9155-4183b8939e59} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3852 | 2024.07.04 19:26:48.196738 [ 3 ] {} <Debug> HTTP-Session: f87bfa59-6c66-441d-8521-b63661bd32e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3853 | 2024.07.04 19:26:48.196921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3854 | 2024.07.04 19:26:48.196970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3855 | 2024.07.04 19:26:48.196988 [ 3 ] {} <Debug> HTTP-Session: a17ce20a-9fea-46c7-9c11-bbe4210b3e79 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3856 | 2024.07.04 19:26:48.197005 [ 3 ] {} <Debug> HTTP-Session: a17ce20a-9fea-46c7-9c11-bbe4210b3e79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3857 | 2024.07.04 19:26:48.197019 [ 3 ] {} <Debug> HTTP-Session: a17ce20a-9fea-46c7-9c11-bbe4210b3e79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3858 | 2024.07.04 19:26:48.197049 [ 3 ] {} <Trace> HTTP-Session: a17ce20a-9fea-46c7-9c11-bbe4210b3e79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3859 | 2024.07.04 19:26:48.197353 [ 3 ] {6a64c03e-70ec-4c36-897b-aa47cd3f3880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3860 | 2024.07.04 19:26:48.197418 [ 3 ] {6a64c03e-70ec-4c36-897b-aa47cd3f3880} <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 | ||
3861 | 2024.07.04 19:26:48.197827 [ 3 ] {6a64c03e-70ec-4c36-897b-aa47cd3f3880} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3862 | 2024.07.04 19:26:48.198561 [ 3 ] {6a64c03e-70ec-4c36-897b-aa47cd3f3880} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3863 | 2024.07.04 19:26:48.198595 [ 3 ] {6a64c03e-70ec-4c36-897b-aa47cd3f3880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3864 | 2024.07.04 19:26:48.199217 [ 3 ] {6a64c03e-70ec-4c36-897b-aa47cd3f3880} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3865 | 2024.07.04 19:26:48.199627 [ 3 ] {6a64c03e-70ec-4c36-897b-aa47cd3f3880} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3866 | 2024.07.04 19:26:48.199778 [ 3 ] {6a64c03e-70ec-4c36-897b-aa47cd3f3880} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002635 sec., 11385.199240986716 rows/sec., 20.40 MiB/sec. | ||
3867 | 2024.07.04 19:26:48.200302 [ 3 ] {6a64c03e-70ec-4c36-897b-aa47cd3f3880} <Debug> DynamicQueryHandler: Done processing query | ||
3868 | 2024.07.04 19:26:48.200326 [ 3 ] {6a64c03e-70ec-4c36-897b-aa47cd3f3880} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3869 | 2024.07.04 19:26:48.200341 [ 3 ] {} <Debug> HTTP-Session: a17ce20a-9fea-46c7-9c11-bbe4210b3e79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3870 | 2024.07.04 19:26:48.200456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3871 | 2024.07.04 19:26:48.200503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3872 | 2024.07.04 19:26:48.200522 [ 3 ] {} <Debug> HTTP-Session: 11b303ac-9e08-432c-9912-09a264b72cf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3873 | 2024.07.04 19:26:48.200538 [ 3 ] {} <Debug> HTTP-Session: 11b303ac-9e08-432c-9912-09a264b72cf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3874 | 2024.07.04 19:26:48.200552 [ 3 ] {} <Debug> HTTP-Session: 11b303ac-9e08-432c-9912-09a264b72cf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3875 | 2024.07.04 19:26:48.200582 [ 3 ] {} <Trace> HTTP-Session: 11b303ac-9e08-432c-9912-09a264b72cf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3876 | 2024.07.04 19:26:48.200696 [ 3 ] {3d21a8ec-18c9-4dc7-ba37-f13473db531e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3877 | 2024.07.04 19:26:48.200738 [ 3 ] {3d21a8ec-18c9-4dc7-ba37-f13473db531e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3878 | 2024.07.04 19:26:48.200863 [ 3 ] {3d21a8ec-18c9-4dc7-ba37-f13473db531e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3879 | 2024.07.04 19:26:48.201163 [ 3 ] {3d21a8ec-18c9-4dc7-ba37-f13473db531e} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3880 | 2024.07.04 19:26:48.201198 [ 3 ] {3d21a8ec-18c9-4dc7-ba37-f13473db531e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3881 | 2024.07.04 19:26:48.201558 [ 3 ] {3d21a8ec-18c9-4dc7-ba37-f13473db531e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3882 | 2024.07.04 19:26:48.201871 [ 3 ] {3d21a8ec-18c9-4dc7-ba37-f13473db531e} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3883 | 2024.07.04 19:26:48.201991 [ 3 ] {3d21a8ec-18c9-4dc7-ba37-f13473db531e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. | ||
3884 | 2024.07.04 19:26:48.202147 [ 3 ] {3d21a8ec-18c9-4dc7-ba37-f13473db531e} <Debug> DynamicQueryHandler: Done processing query | ||
3885 | 2024.07.04 19:26:48.202170 [ 3 ] {3d21a8ec-18c9-4dc7-ba37-f13473db531e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3886 | 2024.07.04 19:26:48.202186 [ 3 ] {} <Debug> HTTP-Session: 11b303ac-9e08-432c-9912-09a264b72cf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3887 | 2024.07.04 19:26:53.185850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3888 | 2024.07.04 19:26:53.185992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3889 | 2024.07.04 19:26:53.186021 [ 3 ] {} <Debug> HTTP-Session: d7568395-e27e-4a03-bacc-cf37dfb444ec Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3890 | 2024.07.04 19:26:53.186050 [ 3 ] {} <Debug> HTTP-Session: d7568395-e27e-4a03-bacc-cf37dfb444ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3891 | 2024.07.04 19:26:53.186068 [ 3 ] {} <Debug> HTTP-Session: d7568395-e27e-4a03-bacc-cf37dfb444ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3892 | 2024.07.04 19:26:53.186125 [ 3 ] {} <Trace> HTTP-Session: d7568395-e27e-4a03-bacc-cf37dfb444ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3893 | 2024.07.04 19:26:53.186342 [ 3 ] {8337c02e-c596-411f-83d9-aaca367b6384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3894 | 2024.07.04 19:26:53.186418 [ 3 ] {8337c02e-c596-411f-83d9-aaca367b6384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3895 | 2024.07.04 19:26:53.186644 [ 3 ] {8337c02e-c596-411f-83d9-aaca367b6384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3896 | 2024.07.04 19:26:53.187206 [ 3 ] {8337c02e-c596-411f-83d9-aaca367b6384} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3897 | 2024.07.04 19:26:53.187248 [ 3 ] {8337c02e-c596-411f-83d9-aaca367b6384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3898 | 2024.07.04 19:26:53.187609 [ 3 ] {8337c02e-c596-411f-83d9-aaca367b6384} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3899 | 2024.07.04 19:26:53.187941 [ 3 ] {8337c02e-c596-411f-83d9-aaca367b6384} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3900 | 2024.07.04 19:26:53.188109 [ 3 ] {8337c02e-c596-411f-83d9-aaca367b6384} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001833 sec., 30551.00927441353 rows/sec., 2.33 MiB/sec. | ||
3901 | 2024.07.04 19:26:53.188305 [ 3 ] {8337c02e-c596-411f-83d9-aaca367b6384} <Debug> DynamicQueryHandler: Done processing query | ||
3902 | 2024.07.04 19:26:53.188331 [ 3 ] {8337c02e-c596-411f-83d9-aaca367b6384} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3903 | 2024.07.04 19:26:53.188347 [ 3 ] {} <Debug> HTTP-Session: d7568395-e27e-4a03-bacc-cf37dfb444ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3904 | 2024.07.04 19:26:53.188482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3905 | 2024.07.04 19:26:53.188530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3906 | 2024.07.04 19:26:53.188548 [ 3 ] {} <Debug> HTTP-Session: f6814e13-81e8-47fd-b2e2-f6ee75b73024 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3907 | 2024.07.04 19:26:53.188565 [ 3 ] {} <Debug> HTTP-Session: f6814e13-81e8-47fd-b2e2-f6ee75b73024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3908 | 2024.07.04 19:26:53.188583 [ 3 ] {} <Debug> HTTP-Session: f6814e13-81e8-47fd-b2e2-f6ee75b73024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3909 | 2024.07.04 19:26:53.188612 [ 3 ] {} <Trace> HTTP-Session: f6814e13-81e8-47fd-b2e2-f6ee75b73024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3910 | 2024.07.04 19:26:53.188721 [ 3 ] {5f6385fe-2a51-4f84-89a3-57ad98f16b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3911 | 2024.07.04 19:26:53.188760 [ 3 ] {5f6385fe-2a51-4f84-89a3-57ad98f16b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3912 | 2024.07.04 19:26:53.188881 [ 3 ] {5f6385fe-2a51-4f84-89a3-57ad98f16b37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3913 | 2024.07.04 19:26:53.189237 [ 3 ] {5f6385fe-2a51-4f84-89a3-57ad98f16b37} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3914 | 2024.07.04 19:26:53.189270 [ 3 ] {5f6385fe-2a51-4f84-89a3-57ad98f16b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3915 | 2024.07.04 19:26:53.189624 [ 3 ] {5f6385fe-2a51-4f84-89a3-57ad98f16b37} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3916 | 2024.07.04 19:26:53.189928 [ 3 ] {5f6385fe-2a51-4f84-89a3-57ad98f16b37} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3917 | 2024.07.04 19:26:53.190083 [ 3 ] {5f6385fe-2a51-4f84-89a3-57ad98f16b37} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001387 sec., 46142.75414563807 rows/sec., 3.60 MiB/sec. | ||
3918 | 2024.07.04 19:26:53.190284 [ 3 ] {5f6385fe-2a51-4f84-89a3-57ad98f16b37} <Debug> DynamicQueryHandler: Done processing query | ||
3919 | 2024.07.04 19:26:53.190307 [ 3 ] {5f6385fe-2a51-4f84-89a3-57ad98f16b37} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3920 | 2024.07.04 19:26:53.190323 [ 3 ] {} <Debug> HTTP-Session: f6814e13-81e8-47fd-b2e2-f6ee75b73024 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3921 | 2024.07.04 19:26:53.190455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3922 | 2024.07.04 19:26:53.190503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3923 | 2024.07.04 19:26:53.190522 [ 3 ] {} <Debug> HTTP-Session: 926cad79-f90e-410d-8421-1ffe54102bf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3924 | 2024.07.04 19:26:53.190538 [ 3 ] {} <Debug> HTTP-Session: 926cad79-f90e-410d-8421-1ffe54102bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3925 | 2024.07.04 19:26:53.190551 [ 3 ] {} <Debug> HTTP-Session: 926cad79-f90e-410d-8421-1ffe54102bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3926 | 2024.07.04 19:26:53.190582 [ 3 ] {} <Trace> HTTP-Session: 926cad79-f90e-410d-8421-1ffe54102bf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3927 | 2024.07.04 19:26:53.190724 [ 3 ] {4632c882-3f5c-4ee7-b39d-16739f3959d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3928 | 2024.07.04 19:26:53.190769 [ 3 ] {4632c882-3f5c-4ee7-b39d-16739f3959d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3929 | 2024.07.04 19:26:53.190914 [ 3 ] {4632c882-3f5c-4ee7-b39d-16739f3959d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3930 | 2024.07.04 19:26:53.191302 [ 3 ] {4632c882-3f5c-4ee7-b39d-16739f3959d9} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3931 | 2024.07.04 19:26:53.191337 [ 3 ] {4632c882-3f5c-4ee7-b39d-16739f3959d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3932 | 2024.07.04 19:26:53.191754 [ 3 ] {4632c882-3f5c-4ee7-b39d-16739f3959d9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3933 | 2024.07.04 19:26:53.192085 [ 3 ] {4632c882-3f5c-4ee7-b39d-16739f3959d9} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3934 | 2024.07.04 19:26:53.192235 [ 3 ] {4632c882-3f5c-4ee7-b39d-16739f3959d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
3935 | 2024.07.04 19:26:53.192398 [ 3 ] {4632c882-3f5c-4ee7-b39d-16739f3959d9} <Debug> DynamicQueryHandler: Done processing query | ||
3936 | 2024.07.04 19:26:53.192422 [ 3 ] {4632c882-3f5c-4ee7-b39d-16739f3959d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3937 | 2024.07.04 19:26:53.192437 [ 3 ] {} <Debug> HTTP-Session: 926cad79-f90e-410d-8421-1ffe54102bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3938 | 2024.07.04 19:26:53.192546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3939 | 2024.07.04 19:26:53.192594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3940 | 2024.07.04 19:26:53.192612 [ 3 ] {} <Debug> HTTP-Session: 722ea5bf-867e-4ac5-8151-c1baf2f874cf Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3941 | 2024.07.04 19:26:53.192628 [ 3 ] {} <Debug> HTTP-Session: 722ea5bf-867e-4ac5-8151-c1baf2f874cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3942 | 2024.07.04 19:26:53.192666 [ 3 ] {} <Debug> HTTP-Session: 722ea5bf-867e-4ac5-8151-c1baf2f874cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3943 | 2024.07.04 19:26:53.192697 [ 3 ] {} <Trace> HTTP-Session: 722ea5bf-867e-4ac5-8151-c1baf2f874cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3944 | 2024.07.04 19:26:53.192820 [ 3 ] {bb461cb3-1539-48b4-83c7-289c840a0d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3945 | 2024.07.04 19:26:53.192863 [ 3 ] {bb461cb3-1539-48b4-83c7-289c840a0d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3946 | 2024.07.04 19:26:53.192988 [ 3 ] {bb461cb3-1539-48b4-83c7-289c840a0d93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3947 | 2024.07.04 19:26:53.193302 [ 3 ] {bb461cb3-1539-48b4-83c7-289c840a0d93} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3948 | 2024.07.04 19:26:53.193337 [ 3 ] {bb461cb3-1539-48b4-83c7-289c840a0d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3949 | 2024.07.04 19:26:53.193681 [ 3 ] {bb461cb3-1539-48b4-83c7-289c840a0d93} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3950 | 2024.07.04 19:26:53.193996 [ 3 ] {bb461cb3-1539-48b4-83c7-289c840a0d93} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3951 | 2024.07.04 19:26:53.194152 [ 3 ] {bb461cb3-1539-48b4-83c7-289c840a0d93} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
3952 | 2024.07.04 19:26:53.194471 [ 3 ] {bb461cb3-1539-48b4-83c7-289c840a0d93} <Debug> DynamicQueryHandler: Done processing query | ||
3953 | 2024.07.04 19:26:53.194499 [ 3 ] {bb461cb3-1539-48b4-83c7-289c840a0d93} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3954 | 2024.07.04 19:26:53.194515 [ 3 ] {} <Debug> HTTP-Session: 722ea5bf-867e-4ac5-8151-c1baf2f874cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3955 | 2024.07.04 19:26:58.187194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3956 | 2024.07.04 19:26:58.187335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3957 | 2024.07.04 19:26:58.187365 [ 3 ] {} <Debug> HTTP-Session: 4280db87-1a61-4121-9032-8f3081ef9915 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3958 | 2024.07.04 19:26:58.187393 [ 3 ] {} <Debug> HTTP-Session: 4280db87-1a61-4121-9032-8f3081ef9915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3959 | 2024.07.04 19:26:58.187410 [ 3 ] {} <Debug> HTTP-Session: 4280db87-1a61-4121-9032-8f3081ef9915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3960 | 2024.07.04 19:26:58.187468 [ 3 ] {} <Trace> HTTP-Session: 4280db87-1a61-4121-9032-8f3081ef9915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3961 | 2024.07.04 19:26:58.187679 [ 3 ] {6e15842a-fb6e-4d5f-ab77-2d34641213a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3962 | 2024.07.04 19:26:58.187758 [ 3 ] {6e15842a-fb6e-4d5f-ab77-2d34641213a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3963 | 2024.07.04 19:26:58.187971 [ 3 ] {6e15842a-fb6e-4d5f-ab77-2d34641213a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3964 | 2024.07.04 19:26:58.188435 [ 3 ] {6e15842a-fb6e-4d5f-ab77-2d34641213a2} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3965 | 2024.07.04 19:26:58.188480 [ 3 ] {6e15842a-fb6e-4d5f-ab77-2d34641213a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3966 | 2024.07.04 19:26:58.188851 [ 3 ] {6e15842a-fb6e-4d5f-ab77-2d34641213a2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3967 | 2024.07.04 19:26:58.189197 [ 3 ] {6e15842a-fb6e-4d5f-ab77-2d34641213a2} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3968 | 2024.07.04 19:26:58.189343 [ 3 ] {6e15842a-fb6e-4d5f-ab77-2d34641213a2} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00173 sec., 17341.040462427747 rows/sec., 1.37 MiB/sec. | ||
3969 | 2024.07.04 19:26:58.189343 [ 40 ] {} <Debug> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
3970 | 2024.07.04 19:26:58.189421 [ 40 ] {} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3971 | 2024.07.04 19:26:58.189456 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3972 | 2024.07.04 19:26:58.189596 [ 3 ] {6e15842a-fb6e-4d5f-ab77-2d34641213a2} <Debug> DynamicQueryHandler: Done processing query | ||
3973 | 2024.07.04 19:26:58.189640 [ 3 ] {6e15842a-fb6e-4d5f-ab77-2d34641213a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3974 | 2024.07.04 19:26:58.189670 [ 3 ] {} <Debug> HTTP-Session: 4280db87-1a61-4121-9032-8f3081ef9915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3975 | 2024.07.04 19:26:58.189688 [ 190 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::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 | ||
3976 | 2024.07.04 19:26:58.189817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3977 | 2024.07.04 19:26:58.189915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3978 | 2024.07.04 19:26:58.189965 [ 3 ] {} <Debug> HTTP-Session: 041a33ee-46f6-4158-b025-b517da68490a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
3979 | 2024.07.04 19:26:58.190015 [ 3 ] {} <Debug> HTTP-Session: 041a33ee-46f6-4158-b025-b517da68490a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3980 | 2024.07.04 19:26:58.190027 [ 190 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3981 | 2024.07.04 19:26:58.190043 [ 3 ] {} <Debug> HTTP-Session: 041a33ee-46f6-4158-b025-b517da68490a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3982 | 2024.07.04 19:26:58.190094 [ 190 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 30 rows starting from the beginning of the part | ||
3983 | 2024.07.04 19:26:58.190123 [ 3 ] {} <Trace> HTTP-Session: 041a33ee-46f6-4158-b025-b517da68490a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3984 | 2024.07.04 19:26:58.190259 [ 190 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
3985 | 2024.07.04 19:26:58.190546 [ 190 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
3986 | 2024.07.04 19:26:58.190590 [ 3 ] {4c066c1b-e93b-4eb1-9313-13a670c5d6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3987 | 2024.07.04 19:26:58.190907 [ 3 ] {4c066c1b-e93b-4eb1-9313-13a670c5d6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3988 | 2024.07.04 19:26:58.190945 [ 190 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
3989 | 2024.07.04 19:26:58.191230 [ 190 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
3990 | 2024.07.04 19:26:58.191875 [ 3 ] {4c066c1b-e93b-4eb1-9313-13a670c5d6df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3991 | 2024.07.04 19:26:58.192574 [ 3 ] {4c066c1b-e93b-4eb1-9313-13a670c5d6df} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3992 | 2024.07.04 19:26:58.192637 [ 3 ] {4c066c1b-e93b-4eb1-9313-13a670c5d6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
3993 | 2024.07.04 19:26:58.193577 [ 3 ] {4c066c1b-e93b-4eb1-9313-13a670c5d6df} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3994 | 2024.07.04 19:26:58.193751 [ 187 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.00419871 sec., 35725.25847224505 rows/sec., 2.83 MiB/sec. | ||
3995 | 2024.07.04 19:26:58.194059 [ 187 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3996 | 2024.07.04 19:26:58.194223 [ 3 ] {4c066c1b-e93b-4eb1-9313-13a670c5d6df} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3997 | 2024.07.04 19:26:58.194610 [ 3 ] {4c066c1b-e93b-4eb1-9313-13a670c5d6df} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0043 sec., 930.2325581395348 rows/sec., 75.85 KiB/sec. | ||
3998 | 2024.07.04 19:26:58.194957 [ 3 ] {4c066c1b-e93b-4eb1-9313-13a670c5d6df} <Debug> DynamicQueryHandler: Done processing query | ||
3999 | 2024.07.04 19:26:58.194965 [ 187 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_10_2} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4000 | 2024.07.04 19:26:58.194999 [ 3 ] {4c066c1b-e93b-4eb1-9313-13a670c5d6df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4001 | 2024.07.04 19:26:58.195054 [ 3 ] {} <Debug> HTTP-Session: 041a33ee-46f6-4158-b025-b517da68490a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4002 | 2024.07.04 19:26:58.195140 [ 187 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_10_2} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
4003 | 2024.07.04 19:26:58.195257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4004 | 2024.07.04 19:26:58.195277 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4005 | 2024.07.04 19:26:58.195331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4006 | 2024.07.04 19:26:58.195356 [ 3 ] {} <Debug> HTTP-Session: ce1e563b-3e05-4183-b973-d02c26b5dd7f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4007 | 2024.07.04 19:26:58.195372 [ 3 ] {} <Debug> HTTP-Session: ce1e563b-3e05-4183-b973-d02c26b5dd7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4008 | 2024.07.04 19:26:58.195386 [ 3 ] {} <Debug> HTTP-Session: ce1e563b-3e05-4183-b973-d02c26b5dd7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4009 | 2024.07.04 19:26:58.195417 [ 3 ] {} <Trace> HTTP-Session: ce1e563b-3e05-4183-b973-d02c26b5dd7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4010 | 2024.07.04 19:26:58.195564 [ 3 ] {0f59372f-d2d5-4436-a7ff-78e74ab2edac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4011 | 2024.07.04 19:26:58.195608 [ 3 ] {0f59372f-d2d5-4436-a7ff-78e74ab2edac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4012 | 2024.07.04 19:26:58.195757 [ 3 ] {0f59372f-d2d5-4436-a7ff-78e74ab2edac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4013 | 2024.07.04 19:26:58.196180 [ 3 ] {0f59372f-d2d5-4436-a7ff-78e74ab2edac} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4014 | 2024.07.04 19:26:58.196216 [ 3 ] {0f59372f-d2d5-4436-a7ff-78e74ab2edac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4015 | 2024.07.04 19:26:58.196557 [ 3 ] {0f59372f-d2d5-4436-a7ff-78e74ab2edac} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4016 | 2024.07.04 19:26:58.196865 [ 3 ] {0f59372f-d2d5-4436-a7ff-78e74ab2edac} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4017 | 2024.07.04 19:26:58.196992 [ 3 ] {0f59372f-d2d5-4436-a7ff-78e74ab2edac} <Debug> executeQuery: Read 148 rows, 12.67 KiB in 0.00149 sec., 99328.85906040268 rows/sec., 8.30 MiB/sec. | ||
4018 | 2024.07.04 19:26:58.197277 [ 3 ] {0f59372f-d2d5-4436-a7ff-78e74ab2edac} <Debug> DynamicQueryHandler: Done processing query | ||
4019 | 2024.07.04 19:26:58.197310 [ 3 ] {0f59372f-d2d5-4436-a7ff-78e74ab2edac} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4020 | 2024.07.04 19:26:58.197326 [ 3 ] {} <Debug> HTTP-Session: ce1e563b-3e05-4183-b973-d02c26b5dd7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4021 | 2024.07.04 19:26:58.197426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4022 | 2024.07.04 19:26:58.197474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4023 | 2024.07.04 19:26:58.197494 [ 3 ] {} <Debug> HTTP-Session: d8856f1d-1212-4f1c-8299-ec2a410414f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4024 | 2024.07.04 19:26:58.197509 [ 3 ] {} <Debug> HTTP-Session: d8856f1d-1212-4f1c-8299-ec2a410414f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4025 | 2024.07.04 19:26:58.197524 [ 3 ] {} <Debug> HTTP-Session: d8856f1d-1212-4f1c-8299-ec2a410414f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4026 | 2024.07.04 19:26:58.197554 [ 3 ] {} <Trace> HTTP-Session: d8856f1d-1212-4f1c-8299-ec2a410414f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4027 | 2024.07.04 19:26:58.197650 [ 3 ] {4eb0eef1-6b83-4fe0-a1a2-c598ea4bb420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4028 | 2024.07.04 19:26:58.197693 [ 3 ] {4eb0eef1-6b83-4fe0-a1a2-c598ea4bb420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4029 | 2024.07.04 19:26:58.197842 [ 3 ] {4eb0eef1-6b83-4fe0-a1a2-c598ea4bb420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4030 | 2024.07.04 19:26:58.198134 [ 3 ] {4eb0eef1-6b83-4fe0-a1a2-c598ea4bb420} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4031 | 2024.07.04 19:26:58.198170 [ 3 ] {4eb0eef1-6b83-4fe0-a1a2-c598ea4bb420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4032 | 2024.07.04 19:26:58.198461 [ 3 ] {4eb0eef1-6b83-4fe0-a1a2-c598ea4bb420} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4033 | 2024.07.04 19:26:58.198779 [ 3 ] {4eb0eef1-6b83-4fe0-a1a2-c598ea4bb420} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4034 | 2024.07.04 19:26:58.198913 [ 3 ] {4eb0eef1-6b83-4fe0-a1a2-c598ea4bb420} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001288 sec., 3105.590062111801 rows/sec., 216.85 KiB/sec. | ||
4035 | 2024.07.04 19:26:58.199178 [ 3 ] {4eb0eef1-6b83-4fe0-a1a2-c598ea4bb420} <Debug> DynamicQueryHandler: Done processing query | ||
4036 | 2024.07.04 19:26:58.199202 [ 3 ] {4eb0eef1-6b83-4fe0-a1a2-c598ea4bb420} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4037 | 2024.07.04 19:26:58.199218 [ 3 ] {} <Debug> HTTP-Session: d8856f1d-1212-4f1c-8299-ec2a410414f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4038 | 2024.07.04 19:26:58.199333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4039 | 2024.07.04 19:26:58.199381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4040 | 2024.07.04 19:26:58.199400 [ 3 ] {} <Debug> HTTP-Session: 01e6a054-5636-4be5-a0b5-f0060e4c9a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4041 | 2024.07.04 19:26:58.199416 [ 3 ] {} <Debug> HTTP-Session: 01e6a054-5636-4be5-a0b5-f0060e4c9a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4042 | 2024.07.04 19:26:58.199431 [ 3 ] {} <Debug> HTTP-Session: 01e6a054-5636-4be5-a0b5-f0060e4c9a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4043 | 2024.07.04 19:26:58.199462 [ 3 ] {} <Trace> HTTP-Session: 01e6a054-5636-4be5-a0b5-f0060e4c9a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4044 | 2024.07.04 19:26:58.199581 [ 3 ] {53daabec-dc1b-4d39-a979-4484ba6a5980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4045 | 2024.07.04 19:26:58.199624 [ 3 ] {53daabec-dc1b-4d39-a979-4484ba6a5980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4046 | 2024.07.04 19:26:58.199769 [ 3 ] {53daabec-dc1b-4d39-a979-4484ba6a5980} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4047 | 2024.07.04 19:26:58.200123 [ 3 ] {53daabec-dc1b-4d39-a979-4484ba6a5980} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4048 | 2024.07.04 19:26:58.200158 [ 3 ] {53daabec-dc1b-4d39-a979-4484ba6a5980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4049 | 2024.07.04 19:26:58.200483 [ 3 ] {53daabec-dc1b-4d39-a979-4484ba6a5980} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4050 | 2024.07.04 19:26:58.200788 [ 3 ] {53daabec-dc1b-4d39-a979-4484ba6a5980} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4051 | 2024.07.04 19:26:58.200909 [ 3 ] {53daabec-dc1b-4d39-a979-4484ba6a5980} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001371 sec., 71480.67104303428 rows/sec., 5.59 MiB/sec. | ||
4052 | 2024.07.04 19:26:58.201190 [ 3 ] {53daabec-dc1b-4d39-a979-4484ba6a5980} <Debug> DynamicQueryHandler: Done processing query | ||
4053 | 2024.07.04 19:26:58.201223 [ 3 ] {53daabec-dc1b-4d39-a979-4484ba6a5980} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4054 | 2024.07.04 19:26:58.201239 [ 3 ] {} <Debug> HTTP-Session: 01e6a054-5636-4be5-a0b5-f0060e4c9a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4055 | 2024.07.04 19:26:58.201411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 31006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4056 | 2024.07.04 19:26:58.201459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4057 | 2024.07.04 19:26:58.201477 [ 3 ] {} <Debug> HTTP-Session: 5833e456-33c6-45f4-a782-7bc58e62915b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4058 | 2024.07.04 19:26:58.201494 [ 3 ] {} <Debug> HTTP-Session: 5833e456-33c6-45f4-a782-7bc58e62915b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4059 | 2024.07.04 19:26:58.201507 [ 3 ] {} <Debug> HTTP-Session: 5833e456-33c6-45f4-a782-7bc58e62915b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4060 | 2024.07.04 19:26:58.201538 [ 3 ] {} <Trace> HTTP-Session: 5833e456-33c6-45f4-a782-7bc58e62915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4061 | 2024.07.04 19:26:58.201682 [ 3 ] {24362f66-2496-4a33-817e-aabf7c50496d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4062 | 2024.07.04 19:26:58.201729 [ 3 ] {24362f66-2496-4a33-817e-aabf7c50496d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4063 | 2024.07.04 19:26:58.201890 [ 3 ] {24362f66-2496-4a33-817e-aabf7c50496d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4064 | 2024.07.04 19:26:58.202292 [ 3 ] {24362f66-2496-4a33-817e-aabf7c50496d} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4065 | 2024.07.04 19:26:58.202327 [ 3 ] {24362f66-2496-4a33-817e-aabf7c50496d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4066 | 2024.07.04 19:26:58.202716 [ 3 ] {24362f66-2496-4a33-817e-aabf7c50496d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4067 | 2024.07.04 19:26:58.203047 [ 3 ] {24362f66-2496-4a33-817e-aabf7c50496d} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4068 | 2024.07.04 19:26:58.203169 [ 3 ] {24362f66-2496-4a33-817e-aabf7c50496d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001552 sec., 104381.44329896907 rows/sec., 7.27 MiB/sec. | ||
4069 | 2024.07.04 19:26:58.203330 [ 3 ] {24362f66-2496-4a33-817e-aabf7c50496d} <Debug> DynamicQueryHandler: Done processing query | ||
4070 | 2024.07.04 19:26:58.203354 [ 3 ] {24362f66-2496-4a33-817e-aabf7c50496d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4071 | 2024.07.04 19:26:58.203369 [ 3 ] {} <Debug> HTTP-Session: 5833e456-33c6-45f4-a782-7bc58e62915b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4072 | 2024.07.04 19:26:58.203524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4073 | 2024.07.04 19:26:58.203572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4074 | 2024.07.04 19:26:58.203590 [ 3 ] {} <Debug> HTTP-Session: f9637f4e-b261-412e-86c1-f1876dbac6f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4075 | 2024.07.04 19:26:58.203607 [ 3 ] {} <Debug> HTTP-Session: f9637f4e-b261-412e-86c1-f1876dbac6f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4076 | 2024.07.04 19:26:58.203621 [ 3 ] {} <Debug> HTTP-Session: f9637f4e-b261-412e-86c1-f1876dbac6f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4077 | 2024.07.04 19:26:58.203651 [ 3 ] {} <Trace> HTTP-Session: f9637f4e-b261-412e-86c1-f1876dbac6f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4078 | 2024.07.04 19:26:58.203954 [ 3 ] {5d02e5d8-d152-4c0d-acef-01c33996e9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4079 | 2024.07.04 19:26:58.204017 [ 3 ] {5d02e5d8-d152-4c0d-acef-01c33996e9b7} <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 | ||
4080 | 2024.07.04 19:26:58.204415 [ 3 ] {5d02e5d8-d152-4c0d-acef-01c33996e9b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4081 | 2024.07.04 19:26:58.205153 [ 3 ] {5d02e5d8-d152-4c0d-acef-01c33996e9b7} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4082 | 2024.07.04 19:26:58.205189 [ 3 ] {5d02e5d8-d152-4c0d-acef-01c33996e9b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4083 | 2024.07.04 19:26:58.205781 [ 3 ] {5d02e5d8-d152-4c0d-acef-01c33996e9b7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4084 | 2024.07.04 19:26:58.206187 [ 3 ] {5d02e5d8-d152-4c0d-acef-01c33996e9b7} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4085 | 2024.07.04 19:26:58.206344 [ 3 ] {5d02e5d8-d152-4c0d-acef-01c33996e9b7} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002594 sec., 11565.150346954511 rows/sec., 20.72 MiB/sec. | ||
4086 | 2024.07.04 19:26:58.206849 [ 3 ] {5d02e5d8-d152-4c0d-acef-01c33996e9b7} <Debug> DynamicQueryHandler: Done processing query | ||
4087 | 2024.07.04 19:26:58.206874 [ 3 ] {5d02e5d8-d152-4c0d-acef-01c33996e9b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4088 | 2024.07.04 19:26:58.206889 [ 3 ] {} <Debug> HTTP-Session: f9637f4e-b261-412e-86c1-f1876dbac6f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4089 | 2024.07.04 19:26:58.206997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4090 | 2024.07.04 19:26:58.207045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4091 | 2024.07.04 19:26:58.207064 [ 3 ] {} <Debug> HTTP-Session: 747ddf97-45e1-48e0-b82f-c02670d07da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4092 | 2024.07.04 19:26:58.207081 [ 3 ] {} <Debug> HTTP-Session: 747ddf97-45e1-48e0-b82f-c02670d07da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4093 | 2024.07.04 19:26:58.207095 [ 3 ] {} <Debug> HTTP-Session: 747ddf97-45e1-48e0-b82f-c02670d07da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4094 | 2024.07.04 19:26:58.207126 [ 3 ] {} <Trace> HTTP-Session: 747ddf97-45e1-48e0-b82f-c02670d07da2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4095 | 2024.07.04 19:26:58.207240 [ 3 ] {30dba3d6-d6c6-4dab-8384-797e46ac2a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4096 | 2024.07.04 19:26:58.207283 [ 3 ] {30dba3d6-d6c6-4dab-8384-797e46ac2a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4097 | 2024.07.04 19:26:58.207427 [ 3 ] {30dba3d6-d6c6-4dab-8384-797e46ac2a25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4098 | 2024.07.04 19:26:58.207721 [ 3 ] {30dba3d6-d6c6-4dab-8384-797e46ac2a25} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4099 | 2024.07.04 19:26:58.207757 [ 3 ] {30dba3d6-d6c6-4dab-8384-797e46ac2a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4100 | 2024.07.04 19:26:58.208106 [ 3 ] {30dba3d6-d6c6-4dab-8384-797e46ac2a25} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4101 | 2024.07.04 19:26:58.208421 [ 3 ] {30dba3d6-d6c6-4dab-8384-797e46ac2a25} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4102 | 2024.07.04 19:26:58.208544 [ 3 ] {30dba3d6-d6c6-4dab-8384-797e46ac2a25} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
4103 | 2024.07.04 19:26:58.208860 [ 3 ] {30dba3d6-d6c6-4dab-8384-797e46ac2a25} <Debug> DynamicQueryHandler: Done processing query | ||
4104 | 2024.07.04 19:26:58.208883 [ 3 ] {30dba3d6-d6c6-4dab-8384-797e46ac2a25} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4105 | 2024.07.04 19:26:58.208898 [ 3 ] {} <Debug> HTTP-Session: 747ddf97-45e1-48e0-b82f-c02670d07da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4106 | 2024.07.04 19:27:01.784386 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4107 | 2024.07.04 19:27:01.784460 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4108 | 2024.07.04 19:27:03.185612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4109 | 2024.07.04 19:27:03.185735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4110 | 2024.07.04 19:27:03.185768 [ 3 ] {} <Debug> HTTP-Session: 97b6cde7-0c48-469b-9dee-26b42b4cbc46 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4111 | 2024.07.04 19:27:03.185797 [ 3 ] {} <Debug> HTTP-Session: 97b6cde7-0c48-469b-9dee-26b42b4cbc46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4112 | 2024.07.04 19:27:03.185815 [ 3 ] {} <Debug> HTTP-Session: 97b6cde7-0c48-469b-9dee-26b42b4cbc46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4113 | 2024.07.04 19:27:03.185874 [ 3 ] {} <Trace> HTTP-Session: 97b6cde7-0c48-469b-9dee-26b42b4cbc46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4114 | 2024.07.04 19:27:03.186077 [ 3 ] {e8d35af1-ae43-470a-98c7-a9dd327932a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4115 | 2024.07.04 19:27:03.186152 [ 3 ] {e8d35af1-ae43-470a-98c7-a9dd327932a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4116 | 2024.07.04 19:27:03.186351 [ 3 ] {e8d35af1-ae43-470a-98c7-a9dd327932a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4117 | 2024.07.04 19:27:03.186846 [ 3 ] {e8d35af1-ae43-470a-98c7-a9dd327932a3} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4118 | 2024.07.04 19:27:03.186892 [ 3 ] {e8d35af1-ae43-470a-98c7-a9dd327932a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4119 | 2024.07.04 19:27:03.187248 [ 3 ] {e8d35af1-ae43-470a-98c7-a9dd327932a3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4120 | 2024.07.04 19:27:03.187573 [ 3 ] {e8d35af1-ae43-470a-98c7-a9dd327932a3} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4121 | 2024.07.04 19:27:03.187755 [ 3 ] {e8d35af1-ae43-470a-98c7-a9dd327932a3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001726 sec., 1158.7485515643104 rows/sec., 94.49 KiB/sec. | ||
4122 | 2024.07.04 19:27:03.187757 [ 11 ] {} <Debug> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4123 | 2024.07.04 19:27:03.187866 [ 11 ] {} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4124 | 2024.07.04 19:27:03.187918 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4125 | 2024.07.04 19:27:03.188056 [ 3 ] {e8d35af1-ae43-470a-98c7-a9dd327932a3} <Debug> DynamicQueryHandler: Done processing query | ||
4126 | 2024.07.04 19:27:03.188099 [ 3 ] {e8d35af1-ae43-470a-98c7-a9dd327932a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4127 | 2024.07.04 19:27:03.188100 [ 189 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::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 | ||
4128 | 2024.07.04 19:27:03.188122 [ 3 ] {} <Debug> HTTP-Session: 97b6cde7-0c48-469b-9dee-26b42b4cbc46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4129 | 2024.07.04 19:27:03.188355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4130 | 2024.07.04 19:27:03.188356 [ 189 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4131 | 2024.07.04 19:27:03.188429 [ 189 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4132 | 2024.07.04 19:27:03.188448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4133 | 2024.07.04 19:27:03.188476 [ 3 ] {} <Debug> HTTP-Session: 8832a625-9b28-4507-bc5d-d173083a1350 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4134 | 2024.07.04 19:27:03.188508 [ 3 ] {} <Debug> HTTP-Session: 8832a625-9b28-4507-bc5d-d173083a1350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4135 | 2024.07.04 19:27:03.188539 [ 3 ] {} <Debug> HTTP-Session: 8832a625-9b28-4507-bc5d-d173083a1350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4136 | 2024.07.04 19:27:03.188694 [ 189 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::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 | ||
4137 | 2024.07.04 19:27:03.188703 [ 3 ] {} <Trace> HTTP-Session: 8832a625-9b28-4507-bc5d-d173083a1350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4138 | 2024.07.04 19:27:03.188939 [ 189 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4139 | 2024.07.04 19:27:03.189292 [ 189 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::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 | ||
4140 | 2024.07.04 19:27:03.189319 [ 3 ] {039996b7-6f63-453e-b188-76343f6159da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4141 | 2024.07.04 19:27:03.189519 [ 189 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::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 | ||
4142 | 2024.07.04 19:27:03.189526 [ 3 ] {039996b7-6f63-453e-b188-76343f6159da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4143 | 2024.07.04 19:27:03.189881 [ 189 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::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 | ||
4144 | 2024.07.04 19:27:03.190624 [ 3 ] {039996b7-6f63-453e-b188-76343f6159da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4145 | 2024.07.04 19:27:03.191441 [ 3 ] {039996b7-6f63-453e-b188-76343f6159da} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4146 | 2024.07.04 19:27:03.191511 [ 3 ] {039996b7-6f63-453e-b188-76343f6159da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4147 | 2024.07.04 19:27:03.192405 [ 3 ] {039996b7-6f63-453e-b188-76343f6159da} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4148 | 2024.07.04 19:27:03.192710 [ 197 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.004692537 sec., 3409.669438941025 rows/sec., 278.03 KiB/sec. | ||
4149 | 2024.07.04 19:27:03.192989 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4150 | 2024.07.04 19:27:03.193108 [ 3 ] {039996b7-6f63-453e-b188-76343f6159da} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4151 | 2024.07.04 19:27:03.193477 [ 3 ] {039996b7-6f63-453e-b188-76343f6159da} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.004471 sec., 12748.825766047863 rows/sec., 995.57 KiB/sec. | ||
4152 | 2024.07.04 19:27:03.193926 [ 3 ] {039996b7-6f63-453e-b188-76343f6159da} <Debug> DynamicQueryHandler: Done processing query | ||
4153 | 2024.07.04 19:27:03.193960 [ 3 ] {039996b7-6f63-453e-b188-76343f6159da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4154 | 2024.07.04 19:27:03.193987 [ 3 ] {} <Debug> HTTP-Session: 8832a625-9b28-4507-bc5d-d173083a1350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4155 | 2024.07.04 19:27:03.194076 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_6_1} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4156 | 2024.07.04 19:27:03.194139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4157 | 2024.07.04 19:27:03.194215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4158 | 2024.07.04 19:27:03.194232 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_6_1} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4159 | 2024.07.04 19:27:03.194245 [ 3 ] {} <Debug> HTTP-Session: 979a19f0-b230-4e91-8498-cf911ad045cc Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4160 | 2024.07.04 19:27:03.194276 [ 3 ] {} <Debug> HTTP-Session: 979a19f0-b230-4e91-8498-cf911ad045cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.07.04 19:27:03.194311 [ 3 ] {} <Debug> HTTP-Session: 979a19f0-b230-4e91-8498-cf911ad045cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4162 | 2024.07.04 19:27:03.194383 [ 3 ] {} <Trace> HTTP-Session: 979a19f0-b230-4e91-8498-cf911ad045cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4163 | 2024.07.04 19:27:03.194394 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4164 | 2024.07.04 19:27:03.194504 [ 3 ] {d19d4865-ecf7-48de-8db0-e9ddae972dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4165 | 2024.07.04 19:27:03.194552 [ 3 ] {d19d4865-ecf7-48de-8db0-e9ddae972dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4166 | 2024.07.04 19:27:03.194702 [ 3 ] {d19d4865-ecf7-48de-8db0-e9ddae972dcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4167 | 2024.07.04 19:27:03.195011 [ 3 ] {d19d4865-ecf7-48de-8db0-e9ddae972dcc} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4168 | 2024.07.04 19:27:03.195047 [ 3 ] {d19d4865-ecf7-48de-8db0-e9ddae972dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4169 | 2024.07.04 19:27:03.195342 [ 3 ] {d19d4865-ecf7-48de-8db0-e9ddae972dcc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4170 | 2024.07.04 19:27:03.195647 [ 3 ] {d19d4865-ecf7-48de-8db0-e9ddae972dcc} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4171 | 2024.07.04 19:27:03.195796 [ 11 ] {} <Debug> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4172 | 2024.07.04 19:27:03.195807 [ 3 ] {d19d4865-ecf7-48de-8db0-e9ddae972dcc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001315 sec., 1520.912547528517 rows/sec., 106.20 KiB/sec. | ||
4173 | 2024.07.04 19:27:03.195841 [ 11 ] {} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4174 | 2024.07.04 19:27:03.195901 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4175 | 2024.07.04 19:27:03.196160 [ 3 ] {d19d4865-ecf7-48de-8db0-e9ddae972dcc} <Debug> DynamicQueryHandler: Done processing query | ||
4176 | 2024.07.04 19:27:03.196264 [ 3 ] {d19d4865-ecf7-48de-8db0-e9ddae972dcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4177 | 2024.07.04 19:27:03.196336 [ 3 ] {} <Debug> HTTP-Session: 979a19f0-b230-4e91-8498-cf911ad045cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4178 | 2024.07.04 19:27:03.196359 [ 197 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::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 | ||
4179 | 2024.07.04 19:27:03.196511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 11219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4180 | 2024.07.04 19:27:03.196628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4181 | 2024.07.04 19:27:03.196644 [ 197 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4182 | 2024.07.04 19:27:03.196662 [ 3 ] {} <Debug> HTTP-Session: 82a38c69-fa34-4c86-bda5-135009fd3d8a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4183 | 2024.07.04 19:27:03.196711 [ 3 ] {} <Debug> HTTP-Session: 82a38c69-fa34-4c86-bda5-135009fd3d8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4184 | 2024.07.04 19:27:03.196714 [ 197 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4185 | 2024.07.04 19:27:03.196734 [ 3 ] {} <Debug> HTTP-Session: 82a38c69-fa34-4c86-bda5-135009fd3d8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4186 | 2024.07.04 19:27:03.196821 [ 3 ] {} <Trace> HTTP-Session: 82a38c69-fa34-4c86-bda5-135009fd3d8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4187 | 2024.07.04 19:27:03.196979 [ 197 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::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 | ||
4188 | 2024.07.04 19:27:03.197217 [ 197 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4189 | 2024.07.04 19:27:03.197273 [ 3 ] {76e2c17b-f88e-4e84-82db-ffbf94b4538c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4190 | 2024.07.04 19:27:03.197556 [ 3 ] {76e2c17b-f88e-4e84-82db-ffbf94b4538c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4191 | 2024.07.04 19:27:03.197564 [ 197 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::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 | ||
4192 | 2024.07.04 19:27:03.197893 [ 197 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::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 | ||
4193 | 2024.07.04 19:27:03.198150 [ 197 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::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 | ||
4194 | 2024.07.04 19:27:03.198811 [ 3 ] {76e2c17b-f88e-4e84-82db-ffbf94b4538c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4195 | 2024.07.04 19:27:03.199623 [ 3 ] {76e2c17b-f88e-4e84-82db-ffbf94b4538c} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4196 | 2024.07.04 19:27:03.199689 [ 3 ] {76e2c17b-f88e-4e84-82db-ffbf94b4538c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4197 | 2024.07.04 19:27:03.200532 [ 3 ] {76e2c17b-f88e-4e84-82db-ffbf94b4538c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4198 | 2024.07.04 19:27:03.200857 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.004858819 sec., 3292.981277960755 rows/sec., 229.93 KiB/sec. | ||
4199 | 2024.07.04 19:27:03.201072 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4200 | 2024.07.04 19:27:03.201273 [ 3 ] {76e2c17b-f88e-4e84-82db-ffbf94b4538c} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4201 | 2024.07.04 19:27:03.201706 [ 3 ] {76e2c17b-f88e-4e84-82db-ffbf94b4538c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004635 sec., 14239.482200647248 rows/sec., 1.11 MiB/sec. | ||
4202 | 2024.07.04 19:27:03.202002 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_6_1} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4203 | 2024.07.04 19:27:03.202047 [ 3 ] {76e2c17b-f88e-4e84-82db-ffbf94b4538c} <Debug> DynamicQueryHandler: Done processing query | ||
4204 | 2024.07.04 19:27:03.202100 [ 3 ] {76e2c17b-f88e-4e84-82db-ffbf94b4538c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4205 | 2024.07.04 19:27:03.202121 [ 3 ] {} <Debug> HTTP-Session: 82a38c69-fa34-4c86-bda5-135009fd3d8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4206 | 2024.07.04 19:27:03.202142 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_6_1} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4207 | 2024.07.04 19:27:03.202248 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4208 | 2024.07.04 19:27:03.202300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4209 | 2024.07.04 19:27:03.202356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4210 | 2024.07.04 19:27:03.202375 [ 3 ] {} <Debug> HTTP-Session: 4b7f515e-c61a-45b9-820d-f36659ec5e8c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4211 | 2024.07.04 19:27:03.202393 [ 3 ] {} <Debug> HTTP-Session: 4b7f515e-c61a-45b9-820d-f36659ec5e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4212 | 2024.07.04 19:27:03.202407 [ 3 ] {} <Debug> HTTP-Session: 4b7f515e-c61a-45b9-820d-f36659ec5e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4213 | 2024.07.04 19:27:03.202438 [ 3 ] {} <Trace> HTTP-Session: 4b7f515e-c61a-45b9-820d-f36659ec5e8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4214 | 2024.07.04 19:27:03.202606 [ 3 ] {9251752f-ee3f-4bc7-9381-7eeed312e8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4215 | 2024.07.04 19:27:03.202654 [ 3 ] {9251752f-ee3f-4bc7-9381-7eeed312e8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4216 | 2024.07.04 19:27:03.202828 [ 3 ] {9251752f-ee3f-4bc7-9381-7eeed312e8d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4217 | 2024.07.04 19:27:03.203213 [ 3 ] {9251752f-ee3f-4bc7-9381-7eeed312e8d9} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4218 | 2024.07.04 19:27:03.203248 [ 3 ] {9251752f-ee3f-4bc7-9381-7eeed312e8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4219 | 2024.07.04 19:27:03.203651 [ 3 ] {9251752f-ee3f-4bc7-9381-7eeed312e8d9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4220 | 2024.07.04 19:27:03.203990 [ 3 ] {9251752f-ee3f-4bc7-9381-7eeed312e8d9} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4221 | 2024.07.04 19:27:03.204165 [ 3 ] {9251752f-ee3f-4bc7-9381-7eeed312e8d9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001634 sec., 98531.211750306 rows/sec., 6.86 MiB/sec. | ||
4222 | 2024.07.04 19:27:03.204320 [ 3 ] {9251752f-ee3f-4bc7-9381-7eeed312e8d9} <Debug> DynamicQueryHandler: Done processing query | ||
4223 | 2024.07.04 19:27:03.204344 [ 3 ] {9251752f-ee3f-4bc7-9381-7eeed312e8d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4224 | 2024.07.04 19:27:03.204361 [ 3 ] {} <Debug> HTTP-Session: 4b7f515e-c61a-45b9-820d-f36659ec5e8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4225 | 2024.07.04 19:27:03.204470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4226 | 2024.07.04 19:27:03.204517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4227 | 2024.07.04 19:27:03.204536 [ 3 ] {} <Debug> HTTP-Session: c61ff09c-a9b6-4173-bb28-8f68a30e4b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4228 | 2024.07.04 19:27:03.204552 [ 3 ] {} <Debug> HTTP-Session: c61ff09c-a9b6-4173-bb28-8f68a30e4b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4229 | 2024.07.04 19:27:03.204566 [ 3 ] {} <Debug> HTTP-Session: c61ff09c-a9b6-4173-bb28-8f68a30e4b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4230 | 2024.07.04 19:27:03.204596 [ 3 ] {} <Trace> HTTP-Session: c61ff09c-a9b6-4173-bb28-8f68a30e4b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4231 | 2024.07.04 19:27:03.204717 [ 3 ] {dfe409d1-4c4b-4b97-ac46-adfe289a1b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4232 | 2024.07.04 19:27:03.204759 [ 3 ] {dfe409d1-4c4b-4b97-ac46-adfe289a1b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4233 | 2024.07.04 19:27:03.204887 [ 3 ] {dfe409d1-4c4b-4b97-ac46-adfe289a1b65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4234 | 2024.07.04 19:27:03.205185 [ 3 ] {dfe409d1-4c4b-4b97-ac46-adfe289a1b65} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4235 | 2024.07.04 19:27:03.205220 [ 3 ] {dfe409d1-4c4b-4b97-ac46-adfe289a1b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4236 | 2024.07.04 19:27:03.205575 [ 3 ] {dfe409d1-4c4b-4b97-ac46-adfe289a1b65} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4237 | 2024.07.04 19:27:03.205896 [ 3 ] {dfe409d1-4c4b-4b97-ac46-adfe289a1b65} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4238 | 2024.07.04 19:27:03.206058 [ 3 ] {dfe409d1-4c4b-4b97-ac46-adfe289a1b65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
4239 | 2024.07.04 19:27:03.206221 [ 3 ] {dfe409d1-4c4b-4b97-ac46-adfe289a1b65} <Debug> DynamicQueryHandler: Done processing query | ||
4240 | 2024.07.04 19:27:03.206245 [ 3 ] {dfe409d1-4c4b-4b97-ac46-adfe289a1b65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4241 | 2024.07.04 19:27:03.206261 [ 3 ] {} <Debug> HTTP-Session: c61ff09c-a9b6-4173-bb28-8f68a30e4b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4242 | 2024.07.04 19:27:08.188864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4243 | 2024.07.04 19:27:08.189013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4244 | 2024.07.04 19:27:08.189042 [ 3 ] {} <Debug> HTTP-Session: 99fea729-36c1-454f-ab4e-2b040f201785 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4245 | 2024.07.04 19:27:08.189070 [ 3 ] {} <Debug> HTTP-Session: 99fea729-36c1-454f-ab4e-2b040f201785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4246 | 2024.07.04 19:27:08.189088 [ 3 ] {} <Debug> HTTP-Session: 99fea729-36c1-454f-ab4e-2b040f201785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4247 | 2024.07.04 19:27:08.189144 [ 3 ] {} <Trace> HTTP-Session: 99fea729-36c1-454f-ab4e-2b040f201785 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4248 | 2024.07.04 19:27:08.189348 [ 3 ] {082a484a-74b1-4bd0-b413-7ac30c3a228b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4249 | 2024.07.04 19:27:08.189417 [ 3 ] {082a484a-74b1-4bd0-b413-7ac30c3a228b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4250 | 2024.07.04 19:27:08.189609 [ 3 ] {082a484a-74b1-4bd0-b413-7ac30c3a228b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4251 | 2024.07.04 19:27:08.190071 [ 3 ] {082a484a-74b1-4bd0-b413-7ac30c3a228b} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4252 | 2024.07.04 19:27:08.190112 [ 3 ] {082a484a-74b1-4bd0-b413-7ac30c3a228b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4253 | 2024.07.04 19:27:08.190474 [ 3 ] {082a484a-74b1-4bd0-b413-7ac30c3a228b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4254 | 2024.07.04 19:27:08.190811 [ 3 ] {082a484a-74b1-4bd0-b413-7ac30c3a228b} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4255 | 2024.07.04 19:27:08.190969 [ 3 ] {082a484a-74b1-4bd0-b413-7ac30c3a228b} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001683 sec., 17825.311942959 rows/sec., 1.41 MiB/sec. | ||
4256 | 2024.07.04 19:27:08.191267 [ 3 ] {082a484a-74b1-4bd0-b413-7ac30c3a228b} <Debug> DynamicQueryHandler: Done processing query | ||
4257 | 2024.07.04 19:27:08.191311 [ 3 ] {082a484a-74b1-4bd0-b413-7ac30c3a228b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4258 | 2024.07.04 19:27:08.191338 [ 3 ] {} <Debug> HTTP-Session: 99fea729-36c1-454f-ab4e-2b040f201785 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4259 | 2024.07.04 19:27:08.191477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4260 | 2024.07.04 19:27:08.191523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4261 | 2024.07.04 19:27:08.191542 [ 3 ] {} <Debug> HTTP-Session: 84889c3c-1d87-47cb-9417-79f8699e7e29 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4262 | 2024.07.04 19:27:08.191559 [ 3 ] {} <Debug> HTTP-Session: 84889c3c-1d87-47cb-9417-79f8699e7e29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4263 | 2024.07.04 19:27:08.191573 [ 3 ] {} <Debug> HTTP-Session: 84889c3c-1d87-47cb-9417-79f8699e7e29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4264 | 2024.07.04 19:27:08.191603 [ 3 ] {} <Trace> HTTP-Session: 84889c3c-1d87-47cb-9417-79f8699e7e29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4265 | 2024.07.04 19:27:08.191751 [ 3 ] {7e1622ec-caac-4304-9096-991ea21b171f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4266 | 2024.07.04 19:27:08.191795 [ 3 ] {7e1622ec-caac-4304-9096-991ea21b171f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4267 | 2024.07.04 19:27:08.191936 [ 3 ] {7e1622ec-caac-4304-9096-991ea21b171f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4268 | 2024.07.04 19:27:08.192344 [ 3 ] {7e1622ec-caac-4304-9096-991ea21b171f} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4269 | 2024.07.04 19:27:08.192380 [ 3 ] {7e1622ec-caac-4304-9096-991ea21b171f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4270 | 2024.07.04 19:27:08.192686 [ 3 ] {7e1622ec-caac-4304-9096-991ea21b171f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4271 | 2024.07.04 19:27:08.192992 [ 3 ] {7e1622ec-caac-4304-9096-991ea21b171f} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4272 | 2024.07.04 19:27:08.193143 [ 27 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4273 | 2024.07.04 19:27:08.193147 [ 3 ] {7e1622ec-caac-4304-9096-991ea21b171f} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.00145 sec., 100689.6551724138 rows/sec., 8.43 MiB/sec. | ||
4274 | 2024.07.04 19:27:08.193239 [ 27 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4275 | 2024.07.04 19:27:08.193339 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4276 | 2024.07.04 19:27:08.193488 [ 3 ] {7e1622ec-caac-4304-9096-991ea21b171f} <Debug> DynamicQueryHandler: Done processing query | ||
4277 | 2024.07.04 19:27:08.193592 [ 3 ] {7e1622ec-caac-4304-9096-991ea21b171f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4278 | 2024.07.04 19:27:08.193669 [ 3 ] {} <Debug> HTTP-Session: 84889c3c-1d87-47cb-9417-79f8699e7e29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4279 | 2024.07.04 19:27:08.193761 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
4280 | 2024.07.04 19:27:08.193912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4281 | 2024.07.04 19:27:08.194011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4282 | 2024.07.04 19:27:08.194065 [ 3 ] {} <Debug> HTTP-Session: 1a40c9c9-5e7d-4227-9124-421c62e1b6e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4283 | 2024.07.04 19:27:08.194108 [ 3 ] {} <Debug> HTTP-Session: 1a40c9c9-5e7d-4227-9124-421c62e1b6e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4284 | 2024.07.04 19:27:08.194140 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4285 | 2024.07.04 19:27:08.194146 [ 3 ] {} <Debug> HTTP-Session: 1a40c9c9-5e7d-4227-9124-421c62e1b6e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4286 | 2024.07.04 19:27:08.194218 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 188 rows starting from the beginning of the part | ||
4287 | 2024.07.04 19:27:08.194232 [ 3 ] {} <Trace> HTTP-Session: 1a40c9c9-5e7d-4227-9124-421c62e1b6e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4288 | 2024.07.04 19:27:08.194399 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 146 rows starting from the beginning of the part | ||
4289 | 2024.07.04 19:27:08.194768 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
4290 | 2024.07.04 19:27:08.194805 [ 3 ] {3c090b6e-0f12-496b-a4c8-545c12e12b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4291 | 2024.07.04 19:27:08.195013 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 148 rows starting from the beginning of the part | ||
4292 | 2024.07.04 19:27:08.195025 [ 3 ] {3c090b6e-0f12-496b-a4c8-545c12e12b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4293 | 2024.07.04 19:27:08.195358 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 57 rows starting from the beginning of the part | ||
4294 | 2024.07.04 19:27:08.195721 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 146 rows starting from the beginning of the part | ||
4295 | 2024.07.04 19:27:08.196353 [ 3 ] {3c090b6e-0f12-496b-a4c8-545c12e12b81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4296 | 2024.07.04 19:27:08.197169 [ 3 ] {3c090b6e-0f12-496b-a4c8-545c12e12b81} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4297 | 2024.07.04 19:27:08.197234 [ 3 ] {3c090b6e-0f12-496b-a4c8-545c12e12b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4298 | 2024.07.04 19:27:08.198089 [ 3 ] {3c090b6e-0f12-496b-a4c8-545c12e12b81} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4299 | 2024.07.04 19:27:08.198776 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 4 columns (4 merged, 0 gathered) in 0.005297025 sec., 139889.84382743144 rows/sec., 11.48 MiB/sec. | ||
4300 | 2024.07.04 19:27:08.198795 [ 3 ] {3c090b6e-0f12-496b-a4c8-545c12e12b81} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4301 | 2024.07.04 19:27:08.198990 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4302 | 2024.07.04 19:27:08.199039 [ 27 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4303 | 2024.07.04 19:27:08.199149 [ 27 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4304 | 2024.07.04 19:27:08.199135 [ 3 ] {3c090b6e-0f12-496b-a4c8-545c12e12b81} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.004685 sec., 20064.034151547494 rows/sec., 1.57 MiB/sec. | ||
4305 | 2024.07.04 19:27:08.199221 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4306 | 2024.07.04 19:27:08.199822 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
4307 | 2024.07.04 19:27:08.200474 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4308 | 2024.07.04 19:27:08.200533 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 146 rows starting from the beginning of the part | ||
4309 | 2024.07.04 19:27:08.200642 [ 3 ] {3c090b6e-0f12-496b-a4c8-545c12e12b81} <Debug> DynamicQueryHandler: Done processing query | ||
4310 | 2024.07.04 19:27:08.200756 [ 3 ] {3c090b6e-0f12-496b-a4c8-545c12e12b81} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4311 | 2024.07.04 19:27:08.200929 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4312 | 2024.07.04 19:27:08.200988 [ 3 ] {} <Debug> HTTP-Session: 1a40c9c9-5e7d-4227-9124-421c62e1b6e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4313 | 2024.07.04 19:27:08.201025 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 94 rows starting from the beginning of the part | ||
4314 | 2024.07.04 19:27:08.201263 [ 197 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_26_5} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4315 | 2024.07.04 19:27:08.201469 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
4316 | 2024.07.04 19:27:08.201579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4317 | 2024.07.04 19:27:08.201599 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
4318 | 2024.07.04 19:27:08.201811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4319 | 2024.07.04 19:27:08.201823 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 98 rows starting from the beginning of the part | ||
4320 | 2024.07.04 19:27:08.201904 [ 3 ] {} <Debug> HTTP-Session: 4c9dd69d-9c99-4e63-962e-3234b653c092 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4321 | 2024.07.04 19:27:08.201966 [ 3 ] {} <Debug> HTTP-Session: 4c9dd69d-9c99-4e63-962e-3234b653c092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4322 | 2024.07.04 19:27:08.202060 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part | ||
4323 | 2024.07.04 19:27:08.202078 [ 3 ] {} <Debug> HTTP-Session: 4c9dd69d-9c99-4e63-962e-3234b653c092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4324 | 2024.07.04 19:27:08.202262 [ 3 ] {} <Trace> HTTP-Session: 4c9dd69d-9c99-4e63-962e-3234b653c092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4325 | 2024.07.04 19:27:08.202335 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 94 rows starting from the beginning of the part | ||
4326 | 2024.07.04 19:27:08.202787 [ 3 ] {9794f82e-01b1-4bc6-a655-dd5a85aadd5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4327 | 2024.07.04 19:27:08.202859 [ 3 ] {9794f82e-01b1-4bc6-a655-dd5a85aadd5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4328 | 2024.07.04 19:27:08.203438 [ 3 ] {9794f82e-01b1-4bc6-a655-dd5a85aadd5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4329 | 2024.07.04 19:27:08.204470 [ 3 ] {9794f82e-01b1-4bc6-a655-dd5a85aadd5e} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4330 | 2024.07.04 19:27:08.204538 [ 3 ] {9794f82e-01b1-4bc6-a655-dd5a85aadd5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4331 | 2024.07.04 19:27:08.205065 [ 197 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 4 columns (4 merged, 0 gathered) in 0.005688641 sec., 98793.36734379968 rows/sec., 7.72 MiB/sec. | ||
4332 | 2024.07.04 19:27:08.205261 [ 192 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4333 | 2024.07.04 19:27:08.205304 [ 3 ] {9794f82e-01b1-4bc6-a655-dd5a85aadd5e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4334 | 2024.07.04 19:27:08.205902 [ 192 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4335 | 2024.07.04 19:27:08.205925 [ 3 ] {9794f82e-01b1-4bc6-a655-dd5a85aadd5e} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4336 | 2024.07.04 19:27:08.206004 [ 192 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_26_5} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4337 | 2024.07.04 19:27:08.206130 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4338 | 2024.07.04 19:27:08.206221 [ 3 ] {9794f82e-01b1-4bc6-a655-dd5a85aadd5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003648 sec., 43859.649122807015 rows/sec., 3.05 MiB/sec. | ||
4339 | 2024.07.04 19:27:08.206236 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
4340 | 2024.07.04 19:27:08.206240 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4341 | 2024.07.04 19:27:08.206354 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4342 | 2024.07.04 19:27:08.206729 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
4343 | 2024.07.04 19:27:08.206755 [ 3 ] {9794f82e-01b1-4bc6-a655-dd5a85aadd5e} <Debug> DynamicQueryHandler: Done processing query | ||
4344 | 2024.07.04 19:27:08.206841 [ 3 ] {9794f82e-01b1-4bc6-a655-dd5a85aadd5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4345 | 2024.07.04 19:27:08.206906 [ 3 ] {} <Debug> HTTP-Session: 4c9dd69d-9c99-4e63-962e-3234b653c092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4346 | 2024.07.04 19:27:08.207217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4347 | 2024.07.04 19:27:08.207271 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4348 | 2024.07.04 19:27:08.207306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4349 | 2024.07.04 19:27:08.207336 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3025 rows starting from the beginning of the part | ||
4350 | 2024.07.04 19:27:08.207345 [ 3 ] {} <Debug> HTTP-Session: b91d97aa-c273-433b-ad1b-f076357d83a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4351 | 2024.07.04 19:27:08.207389 [ 3 ] {} <Debug> HTTP-Session: b91d97aa-c273-433b-ad1b-f076357d83a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4352 | 2024.07.04 19:27:08.207437 [ 3 ] {} <Debug> HTTP-Session: b91d97aa-c273-433b-ad1b-f076357d83a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4353 | 2024.07.04 19:27:08.207559 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
4354 | 2024.07.04 19:27:08.207616 [ 3 ] {} <Trace> HTTP-Session: b91d97aa-c273-433b-ad1b-f076357d83a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4355 | 2024.07.04 19:27:08.207803 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
4356 | 2024.07.04 19:27:08.208007 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 162 rows starting from the beginning of the part | ||
4357 | 2024.07.04 19:27:08.208103 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
4358 | 2024.07.04 19:27:08.208208 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
4359 | 2024.07.04 19:27:08.208478 [ 3 ] {b8585ca1-ac00-4b10-8b68-e5608ab1a3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4360 | 2024.07.04 19:27:08.208646 [ 3 ] {b8585ca1-ac00-4b10-8b68-e5608ab1a3bf} <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 | ||
4361 | 2024.07.04 19:27:08.210473 [ 3 ] {b8585ca1-ac00-4b10-8b68-e5608ab1a3bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4362 | 2024.07.04 19:27:08.212133 [ 3 ] {b8585ca1-ac00-4b10-8b68-e5608ab1a3bf} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4363 | 2024.07.04 19:27:08.212157 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3828 rows, containing 5 columns (5 merged, 0 gathered) in 0.005701601 sec., 671390.3691261455 rows/sec., 46.85 MiB/sec. | ||
4364 | 2024.07.04 19:27:08.212193 [ 3 ] {b8585ca1-ac00-4b10-8b68-e5608ab1a3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4365 | 2024.07.04 19:27:08.212513 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4366 | 2024.07.04 19:27:08.213695 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4367 | 2024.07.04 19:27:08.213828 [ 3 ] {b8585ca1-ac00-4b10-8b68-e5608ab1a3bf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4368 | 2024.07.04 19:27:08.213844 [ 195 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4369 | 2024.07.04 19:27:08.213993 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
4370 | 2024.07.04 19:27:08.214377 [ 3 ] {b8585ca1-ac00-4b10-8b68-e5608ab1a3bf} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4371 | 2024.07.04 19:27:08.214586 [ 3 ] {b8585ca1-ac00-4b10-8b68-e5608ab1a3bf} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006681 sec., 4490.34575662326 rows/sec., 8.05 MiB/sec. | ||
4372 | 2024.07.04 19:27:08.214590 [ 18 ] {} <Debug> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4373 | 2024.07.04 19:27:08.214715 [ 18 ] {} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4374 | 2024.07.04 19:27:08.214793 [ 18 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4375 | 2024.07.04 19:27:08.215092 [ 197 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
4376 | 2024.07.04 19:27:08.215139 [ 3 ] {b8585ca1-ac00-4b10-8b68-e5608ab1a3bf} <Debug> DynamicQueryHandler: Done processing query | ||
4377 | 2024.07.04 19:27:08.215188 [ 3 ] {b8585ca1-ac00-4b10-8b68-e5608ab1a3bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4378 | 2024.07.04 19:27:08.215241 [ 3 ] {} <Debug> HTTP-Session: b91d97aa-c273-433b-ad1b-f076357d83a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4379 | 2024.07.04 19:27:08.215425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4380 | 2024.07.04 19:27:08.215540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4381 | 2024.07.04 19:27:08.215592 [ 3 ] {} <Debug> HTTP-Session: 527c863c-e39f-4446-aed0-8c1fb391a872 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4382 | 2024.07.04 19:27:08.215635 [ 3 ] {} <Debug> HTTP-Session: 527c863c-e39f-4446-aed0-8c1fb391a872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4383 | 2024.07.04 19:27:08.215683 [ 3 ] {} <Debug> HTTP-Session: 527c863c-e39f-4446-aed0-8c1fb391a872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4384 | 2024.07.04 19:27:08.215777 [ 3 ] {} <Trace> HTTP-Session: 527c863c-e39f-4446-aed0-8c1fb391a872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4385 | 2024.07.04 19:27:08.215859 [ 197 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4386 | 2024.07.04 19:27:08.216014 [ 197 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 116 rows starting from the beginning of the part | ||
4387 | 2024.07.04 19:27:08.216070 [ 3 ] {2dadeedd-06bf-4815-819c-8e8f9f1cd2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4388 | 2024.07.04 19:27:08.216188 [ 3 ] {2dadeedd-06bf-4815-819c-8e8f9f1cd2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4389 | 2024.07.04 19:27:08.216716 [ 197 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
4390 | 2024.07.04 19:27:08.217093 [ 3 ] {2dadeedd-06bf-4815-819c-8e8f9f1cd2af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4391 | 2024.07.04 19:27:08.217520 [ 197 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
4392 | 2024.07.04 19:27:08.218092 [ 197 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
4393 | 2024.07.04 19:27:08.218526 [ 3 ] {2dadeedd-06bf-4815-819c-8e8f9f1cd2af} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4394 | 2024.07.04 19:27:08.218663 [ 3 ] {2dadeedd-06bf-4815-819c-8e8f9f1cd2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4395 | 2024.07.04 19:27:08.218749 [ 197 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
4396 | 2024.07.04 19:27:08.219389 [ 197 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
4397 | 2024.07.04 19:27:08.220101 [ 3 ] {2dadeedd-06bf-4815-819c-8e8f9f1cd2af} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4398 | 2024.07.04 19:27:08.220979 [ 3 ] {2dadeedd-06bf-4815-819c-8e8f9f1cd2af} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4399 | 2024.07.04 19:27:08.221279 [ 18 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4400 | 2024.07.04 19:27:08.221360 [ 18 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4401 | 2024.07.04 19:27:08.221354 [ 3 ] {2dadeedd-06bf-4815-819c-8e8f9f1cd2af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005374 sec., 11164.867882396724 rows/sec., 770.49 KiB/sec. | ||
4402 | 2024.07.04 19:27:08.221413 [ 18 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4403 | 2024.07.04 19:27:08.221843 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4404 | 2024.07.04 19:27:08.222059 [ 3 ] {2dadeedd-06bf-4815-819c-8e8f9f1cd2af} <Debug> DynamicQueryHandler: Done processing query | ||
4405 | 2024.07.04 19:27:08.222190 [ 3 ] {2dadeedd-06bf-4815-819c-8e8f9f1cd2af} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4406 | 2024.07.04 19:27:08.222294 [ 3 ] {} <Debug> HTTP-Session: 527c863c-e39f-4446-aed0-8c1fb391a872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4407 | 2024.07.04 19:27:08.222488 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4408 | 2024.07.04 19:27:08.222583 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1040 rows starting from the beginning of the part | ||
4409 | 2024.07.04 19:27:08.222867 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4410 | 2024.07.04 19:27:08.223146 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4411 | 2024.07.04 19:27:08.223444 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4412 | 2024.07.04 19:27:08.223728 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4413 | 2024.07.04 19:27:08.224071 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4414 | 2024.07.04 19:27:08.227482 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1340 rows, containing 4 columns (4 merged, 0 gathered) in 0.005947415 sec., 225307.96993315584 rows/sec., 15.15 MiB/sec. | ||
4415 | 2024.07.04 19:27:08.227765 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4416 | 2024.07.04 19:27:08.228779 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_26_5} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4417 | 2024.07.04 19:27:08.228882 [ 195 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_26_5} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4418 | 2024.07.04 19:27:08.229008 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
4419 | 2024.07.04 19:27:08.232003 [ 191 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 19 columns (19 merged, 0 gathered) in 0.017082653 sec., 15571.351826908853 rows/sec., 27.90 MiB/sec. | ||
4420 | 2024.07.04 19:27:08.232577 [ 199 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4421 | 2024.07.04 19:27:08.233256 [ 199 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4422 | 2024.07.04 19:27:08.233340 [ 199 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4423 | 2024.07.04 19:27:08.233476 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. | ||
4424 | 2024.07.04 19:27:09.000153 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.73 MiB, peak 190.48 MiB, free memory in arenas 0.00 B, will set to 183.69 MiB (RSS), difference: 1.96 MiB | ||
4425 | 2024.07.04 19:27:13.187444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4426 | 2024.07.04 19:27:13.187577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4427 | 2024.07.04 19:27:13.187607 [ 3 ] {} <Debug> HTTP-Session: 4fc4fd04-eb25-4a06-a360-85a50af447ab Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4428 | 2024.07.04 19:27:13.187634 [ 3 ] {} <Debug> HTTP-Session: 4fc4fd04-eb25-4a06-a360-85a50af447ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4429 | 2024.07.04 19:27:13.187653 [ 3 ] {} <Debug> HTTP-Session: 4fc4fd04-eb25-4a06-a360-85a50af447ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4430 | 2024.07.04 19:27:13.187706 [ 3 ] {} <Trace> HTTP-Session: 4fc4fd04-eb25-4a06-a360-85a50af447ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4431 | 2024.07.04 19:27:13.187898 [ 3 ] {8af31bc3-861e-4f7b-a716-4c0e2d21c99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4432 | 2024.07.04 19:27:13.187970 [ 3 ] {8af31bc3-861e-4f7b-a716-4c0e2d21c99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4433 | 2024.07.04 19:27:13.188181 [ 3 ] {8af31bc3-861e-4f7b-a716-4c0e2d21c99b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4434 | 2024.07.04 19:27:13.188622 [ 3 ] {8af31bc3-861e-4f7b-a716-4c0e2d21c99b} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4435 | 2024.07.04 19:27:13.188663 [ 3 ] {8af31bc3-861e-4f7b-a716-4c0e2d21c99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4436 | 2024.07.04 19:27:13.189023 [ 3 ] {8af31bc3-861e-4f7b-a716-4c0e2d21c99b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4437 | 2024.07.04 19:27:13.189367 [ 3 ] {8af31bc3-861e-4f7b-a716-4c0e2d21c99b} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4438 | 2024.07.04 19:27:13.189539 [ 3 ] {8af31bc3-861e-4f7b-a716-4c0e2d21c99b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00169 sec., 2366.8639053254437 rows/sec., 193.00 KiB/sec. | ||
4439 | 2024.07.04 19:27:13.189847 [ 3 ] {8af31bc3-861e-4f7b-a716-4c0e2d21c99b} <Debug> DynamicQueryHandler: Done processing query | ||
4440 | 2024.07.04 19:27:13.189874 [ 3 ] {8af31bc3-861e-4f7b-a716-4c0e2d21c99b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4441 | 2024.07.04 19:27:13.189891 [ 3 ] {} <Debug> HTTP-Session: 4fc4fd04-eb25-4a06-a360-85a50af447ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4442 | 2024.07.04 19:27:13.190057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 13007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4443 | 2024.07.04 19:27:13.190113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4444 | 2024.07.04 19:27:13.190133 [ 3 ] {} <Debug> HTTP-Session: f8e36f3d-8402-4252-a4cd-d427f510e769 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4445 | 2024.07.04 19:27:13.190151 [ 3 ] {} <Debug> HTTP-Session: f8e36f3d-8402-4252-a4cd-d427f510e769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4446 | 2024.07.04 19:27:13.190165 [ 3 ] {} <Debug> HTTP-Session: f8e36f3d-8402-4252-a4cd-d427f510e769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4447 | 2024.07.04 19:27:13.190200 [ 3 ] {} <Trace> HTTP-Session: f8e36f3d-8402-4252-a4cd-d427f510e769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4448 | 2024.07.04 19:27:13.190329 [ 3 ] {163b3992-4b0a-4a11-8102-d7de19c06eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4449 | 2024.07.04 19:27:13.190373 [ 3 ] {163b3992-4b0a-4a11-8102-d7de19c06eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4450 | 2024.07.04 19:27:13.190522 [ 3 ] {163b3992-4b0a-4a11-8102-d7de19c06eac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4451 | 2024.07.04 19:27:13.190894 [ 3 ] {163b3992-4b0a-4a11-8102-d7de19c06eac} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4452 | 2024.07.04 19:27:13.190931 [ 3 ] {163b3992-4b0a-4a11-8102-d7de19c06eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4453 | 2024.07.04 19:27:13.191242 [ 3 ] {163b3992-4b0a-4a11-8102-d7de19c06eac} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4454 | 2024.07.04 19:27:13.191543 [ 3 ] {163b3992-4b0a-4a11-8102-d7de19c06eac} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4455 | 2024.07.04 19:27:13.191691 [ 3 ] {163b3992-4b0a-4a11-8102-d7de19c06eac} <Debug> executeQuery: Read 94 rows, 7.29 KiB in 0.001407 sec., 66808.8130774698 rows/sec., 5.06 MiB/sec. | ||
4456 | 2024.07.04 19:27:13.191859 [ 3 ] {163b3992-4b0a-4a11-8102-d7de19c06eac} <Debug> DynamicQueryHandler: Done processing query | ||
4457 | 2024.07.04 19:27:13.191883 [ 3 ] {163b3992-4b0a-4a11-8102-d7de19c06eac} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4458 | 2024.07.04 19:27:13.191899 [ 3 ] {} <Debug> HTTP-Session: f8e36f3d-8402-4252-a4cd-d427f510e769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4459 | 2024.07.04 19:27:13.192014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4460 | 2024.07.04 19:27:13.192061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4461 | 2024.07.04 19:27:13.192081 [ 3 ] {} <Debug> HTTP-Session: 82ed37e7-13da-42c0-8f65-d0bf4ef53db4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4462 | 2024.07.04 19:27:13.192098 [ 3 ] {} <Debug> HTTP-Session: 82ed37e7-13da-42c0-8f65-d0bf4ef53db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4463 | 2024.07.04 19:27:13.192112 [ 3 ] {} <Debug> HTTP-Session: 82ed37e7-13da-42c0-8f65-d0bf4ef53db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4464 | 2024.07.04 19:27:13.192141 [ 3 ] {} <Trace> HTTP-Session: 82ed37e7-13da-42c0-8f65-d0bf4ef53db4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4465 | 2024.07.04 19:27:13.192234 [ 3 ] {8ef47a7d-c6ce-4369-a245-b14f86e295c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4466 | 2024.07.04 19:27:13.192275 [ 3 ] {8ef47a7d-c6ce-4369-a245-b14f86e295c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4467 | 2024.07.04 19:27:13.192400 [ 3 ] {8ef47a7d-c6ce-4369-a245-b14f86e295c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4468 | 2024.07.04 19:27:13.192677 [ 3 ] {8ef47a7d-c6ce-4369-a245-b14f86e295c3} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4469 | 2024.07.04 19:27:13.192714 [ 3 ] {8ef47a7d-c6ce-4369-a245-b14f86e295c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4470 | 2024.07.04 19:27:13.193007 [ 3 ] {8ef47a7d-c6ce-4369-a245-b14f86e295c3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4471 | 2024.07.04 19:27:13.193308 [ 3 ] {8ef47a7d-c6ce-4369-a245-b14f86e295c3} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4472 | 2024.07.04 19:27:13.193459 [ 3 ] {8ef47a7d-c6ce-4369-a245-b14f86e295c3} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001237 sec., 3233.6297493936945 rows/sec., 225.79 KiB/sec. | ||
4473 | 2024.07.04 19:27:13.193650 [ 3 ] {8ef47a7d-c6ce-4369-a245-b14f86e295c3} <Debug> DynamicQueryHandler: Done processing query | ||
4474 | 2024.07.04 19:27:13.193674 [ 3 ] {8ef47a7d-c6ce-4369-a245-b14f86e295c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4475 | 2024.07.04 19:27:13.193690 [ 3 ] {} <Debug> HTTP-Session: 82ed37e7-13da-42c0-8f65-d0bf4ef53db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4476 | 2024.07.04 19:27:13.193831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4477 | 2024.07.04 19:27:13.193878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4478 | 2024.07.04 19:27:13.193897 [ 3 ] {} <Debug> HTTP-Session: 95412cfa-7447-4b78-8cf1-bf561ac1c0b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4479 | 2024.07.04 19:27:13.193913 [ 3 ] {} <Debug> HTTP-Session: 95412cfa-7447-4b78-8cf1-bf561ac1c0b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4480 | 2024.07.04 19:27:13.193927 [ 3 ] {} <Debug> HTTP-Session: 95412cfa-7447-4b78-8cf1-bf561ac1c0b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4481 | 2024.07.04 19:27:13.193957 [ 3 ] {} <Trace> HTTP-Session: 95412cfa-7447-4b78-8cf1-bf561ac1c0b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4482 | 2024.07.04 19:27:13.194078 [ 3 ] {755e2350-9106-4b66-91ea-1044e2f64a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4483 | 2024.07.04 19:27:13.194120 [ 3 ] {755e2350-9106-4b66-91ea-1044e2f64a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4484 | 2024.07.04 19:27:13.194244 [ 3 ] {755e2350-9106-4b66-91ea-1044e2f64a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4485 | 2024.07.04 19:27:13.194597 [ 3 ] {755e2350-9106-4b66-91ea-1044e2f64a74} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4486 | 2024.07.04 19:27:13.194634 [ 3 ] {755e2350-9106-4b66-91ea-1044e2f64a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4487 | 2024.07.04 19:27:13.194948 [ 3 ] {755e2350-9106-4b66-91ea-1044e2f64a74} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4488 | 2024.07.04 19:27:13.195254 [ 3 ] {755e2350-9106-4b66-91ea-1044e2f64a74} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4489 | 2024.07.04 19:27:13.195407 [ 3 ] {755e2350-9106-4b66-91ea-1044e2f64a74} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001369 sec., 67202.33747260775 rows/sec., 5.24 MiB/sec. | ||
4490 | 2024.07.04 19:27:13.195572 [ 3 ] {755e2350-9106-4b66-91ea-1044e2f64a74} <Debug> DynamicQueryHandler: Done processing query | ||
4491 | 2024.07.04 19:27:13.195596 [ 3 ] {755e2350-9106-4b66-91ea-1044e2f64a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4492 | 2024.07.04 19:27:13.195612 [ 3 ] {} <Debug> HTTP-Session: 95412cfa-7447-4b78-8cf1-bf561ac1c0b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4493 | 2024.07.04 19:27:13.195763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 37978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4494 | 2024.07.04 19:27:13.195811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4495 | 2024.07.04 19:27:13.195830 [ 3 ] {} <Debug> HTTP-Session: 6f6986f5-8345-4ef7-bf69-51bac9209018 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4496 | 2024.07.04 19:27:13.195846 [ 3 ] {} <Debug> HTTP-Session: 6f6986f5-8345-4ef7-bf69-51bac9209018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4497 | 2024.07.04 19:27:13.195860 [ 3 ] {} <Debug> HTTP-Session: 6f6986f5-8345-4ef7-bf69-51bac9209018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4498 | 2024.07.04 19:27:13.195890 [ 3 ] {} <Trace> HTTP-Session: 6f6986f5-8345-4ef7-bf69-51bac9209018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4499 | 2024.07.04 19:27:13.196079 [ 3 ] {a2cbee9a-22ff-4f2e-a819-48621ce33c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4500 | 2024.07.04 19:27:13.196124 [ 3 ] {a2cbee9a-22ff-4f2e-a819-48621ce33c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4501 | 2024.07.04 19:27:13.196272 [ 3 ] {a2cbee9a-22ff-4f2e-a819-48621ce33c4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4502 | 2024.07.04 19:27:13.196671 [ 3 ] {a2cbee9a-22ff-4f2e-a819-48621ce33c4a} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4503 | 2024.07.04 19:27:13.196708 [ 3 ] {a2cbee9a-22ff-4f2e-a819-48621ce33c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4504 | 2024.07.04 19:27:13.197098 [ 3 ] {a2cbee9a-22ff-4f2e-a819-48621ce33c4a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4505 | 2024.07.04 19:27:13.197438 [ 3 ] {a2cbee9a-22ff-4f2e-a819-48621ce33c4a} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4506 | 2024.07.04 19:27:13.197594 [ 3 ] {a2cbee9a-22ff-4f2e-a819-48621ce33c4a} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001622 sec., 122071.51664611591 rows/sec., 8.52 MiB/sec. | ||
4507 | 2024.07.04 19:27:13.197768 [ 3 ] {a2cbee9a-22ff-4f2e-a819-48621ce33c4a} <Debug> DynamicQueryHandler: Done processing query | ||
4508 | 2024.07.04 19:27:13.197793 [ 3 ] {a2cbee9a-22ff-4f2e-a819-48621ce33c4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4509 | 2024.07.04 19:27:13.197809 [ 3 ] {} <Debug> HTTP-Session: 6f6986f5-8345-4ef7-bf69-51bac9209018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4510 | 2024.07.04 19:27:13.197920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4511 | 2024.07.04 19:27:13.197971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4512 | 2024.07.04 19:27:13.197995 [ 3 ] {} <Debug> HTTP-Session: 67459ef4-fcee-40b5-a76b-53bf20972f14 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4513 | 2024.07.04 19:27:13.198013 [ 3 ] {} <Debug> HTTP-Session: 67459ef4-fcee-40b5-a76b-53bf20972f14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4514 | 2024.07.04 19:27:13.198027 [ 3 ] {} <Debug> HTTP-Session: 67459ef4-fcee-40b5-a76b-53bf20972f14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4515 | 2024.07.04 19:27:13.198057 [ 3 ] {} <Trace> HTTP-Session: 67459ef4-fcee-40b5-a76b-53bf20972f14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4516 | 2024.07.04 19:27:13.198184 [ 3 ] {a645b2f6-16b4-4935-b56f-abd14a8cc9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4517 | 2024.07.04 19:27:13.198226 [ 3 ] {a645b2f6-16b4-4935-b56f-abd14a8cc9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4518 | 2024.07.04 19:27:13.198360 [ 3 ] {a645b2f6-16b4-4935-b56f-abd14a8cc9e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4519 | 2024.07.04 19:27:13.198671 [ 3 ] {a645b2f6-16b4-4935-b56f-abd14a8cc9e3} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4520 | 2024.07.04 19:27:13.198707 [ 3 ] {a645b2f6-16b4-4935-b56f-abd14a8cc9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
4521 | 2024.07.04 19:27:13.199063 [ 3 ] {a645b2f6-16b4-4935-b56f-abd14a8cc9e3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4522 | 2024.07.04 19:27:13.199394 [ 3 ] {a645b2f6-16b4-4935-b56f-abd14a8cc9e3} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4523 | 2024.07.04 19:27:13.199549 [ 3 ] {a645b2f6-16b4-4935-b56f-abd14a8cc9e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
4524 | 2024.07.04 19:27:13.199715 [ 3 ] {a645b2f6-16b4-4935-b56f-abd14a8cc9e3} <Debug> DynamicQueryHandler: Done processing query | ||
4525 | 2024.07.04 19:27:13.199739 [ 3 ] {a645b2f6-16b4-4935-b56f-abd14a8cc9e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4526 | 2024.07.04 19:27:13.199755 [ 3 ] {} <Debug> HTTP-Session: 67459ef4-fcee-40b5-a76b-53bf20972f14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4527 | 2024.07.04 19:27:16.784714 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4528 | 2024.07.04 19:27:16.784780 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4529 | 2024.07.04 19:27:18.187937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4530 | 2024.07.04 19:27:18.188051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4531 | 2024.07.04 19:27:18.188075 [ 3 ] {} <Debug> HTTP-Session: a7f69480-ffba-43d5-833e-5954736dbd38 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4532 | 2024.07.04 19:27:18.188099 [ 3 ] {} <Debug> HTTP-Session: a7f69480-ffba-43d5-833e-5954736dbd38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4533 | 2024.07.04 19:27:18.188113 [ 3 ] {} <Debug> HTTP-Session: a7f69480-ffba-43d5-833e-5954736dbd38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4534 | 2024.07.04 19:27:18.188161 [ 3 ] {} <Trace> HTTP-Session: a7f69480-ffba-43d5-833e-5954736dbd38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4535 | 2024.07.04 19:27:18.188349 [ 3 ] {03d2b602-50d2-49bc-9f55-9e9e4b32e876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4536 | 2024.07.04 19:27:18.188415 [ 3 ] {03d2b602-50d2-49bc-9f55-9e9e4b32e876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4537 | 2024.07.04 19:27:18.188605 [ 3 ] {03d2b602-50d2-49bc-9f55-9e9e4b32e876} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4538 | 2024.07.04 19:27:18.189053 [ 3 ] {03d2b602-50d2-49bc-9f55-9e9e4b32e876} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4539 | 2024.07.04 19:27:18.189093 [ 3 ] {03d2b602-50d2-49bc-9f55-9e9e4b32e876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4540 | 2024.07.04 19:27:18.189480 [ 3 ] {03d2b602-50d2-49bc-9f55-9e9e4b32e876} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4541 | 2024.07.04 19:27:18.189812 [ 3 ] {03d2b602-50d2-49bc-9f55-9e9e4b32e876} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4542 | 2024.07.04 19:27:18.189982 [ 3 ] {03d2b602-50d2-49bc-9f55-9e9e4b32e876} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00169 sec., 17751.479289940828 rows/sec., 1.41 MiB/sec. | ||
4543 | 2024.07.04 19:27:18.190181 [ 3 ] {03d2b602-50d2-49bc-9f55-9e9e4b32e876} <Debug> DynamicQueryHandler: Done processing query | ||
4544 | 2024.07.04 19:27:18.190206 [ 3 ] {03d2b602-50d2-49bc-9f55-9e9e4b32e876} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4545 | 2024.07.04 19:27:18.190223 [ 3 ] {} <Debug> HTTP-Session: a7f69480-ffba-43d5-833e-5954736dbd38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4546 | 2024.07.04 19:27:18.190341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4547 | 2024.07.04 19:27:18.190389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4548 | 2024.07.04 19:27:18.190408 [ 3 ] {} <Debug> HTTP-Session: a5fd0211-8df5-459d-bee4-14eb17a56de9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4549 | 2024.07.04 19:27:18.190424 [ 3 ] {} <Debug> HTTP-Session: a5fd0211-8df5-459d-bee4-14eb17a56de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4550 | 2024.07.04 19:27:18.190443 [ 3 ] {} <Debug> HTTP-Session: a5fd0211-8df5-459d-bee4-14eb17a56de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4551 | 2024.07.04 19:27:18.190474 [ 3 ] {} <Trace> HTTP-Session: a5fd0211-8df5-459d-bee4-14eb17a56de9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4552 | 2024.07.04 19:27:18.190567 [ 3 ] {5e860d2c-38be-4256-a141-9795ba3b05bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4553 | 2024.07.04 19:27:18.190613 [ 3 ] {5e860d2c-38be-4256-a141-9795ba3b05bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4554 | 2024.07.04 19:27:18.190743 [ 3 ] {5e860d2c-38be-4256-a141-9795ba3b05bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4555 | 2024.07.04 19:27:18.191063 [ 3 ] {5e860d2c-38be-4256-a141-9795ba3b05bc} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4556 | 2024.07.04 19:27:18.191100 [ 3 ] {5e860d2c-38be-4256-a141-9795ba3b05bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4557 | 2024.07.04 19:27:18.191400 [ 3 ] {5e860d2c-38be-4256-a141-9795ba3b05bc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4558 | 2024.07.04 19:27:18.191713 [ 3 ] {5e860d2c-38be-4256-a141-9795ba3b05bc} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4559 | 2024.07.04 19:27:18.191870 [ 3 ] {5e860d2c-38be-4256-a141-9795ba3b05bc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001319 sec., 1516.3002274450341 rows/sec., 123.64 KiB/sec. | ||
4560 | 2024.07.04 19:27:18.192034 [ 3 ] {5e860d2c-38be-4256-a141-9795ba3b05bc} <Debug> DynamicQueryHandler: Done processing query | ||
4561 | 2024.07.04 19:27:18.192057 [ 3 ] {5e860d2c-38be-4256-a141-9795ba3b05bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4562 | 2024.07.04 19:27:18.192073 [ 3 ] {} <Debug> HTTP-Session: a5fd0211-8df5-459d-bee4-14eb17a56de9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4563 | 2024.07.04 19:27:18.192194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4564 | 2024.07.04 19:27:18.192246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4565 | 2024.07.04 19:27:18.192265 [ 3 ] {} <Debug> HTTP-Session: d5961def-bff9-49fb-a360-872d1b253fee Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4566 | 2024.07.04 19:27:18.192282 [ 3 ] {} <Debug> HTTP-Session: d5961def-bff9-49fb-a360-872d1b253fee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4567 | 2024.07.04 19:27:18.192296 [ 3 ] {} <Debug> HTTP-Session: d5961def-bff9-49fb-a360-872d1b253fee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4568 | 2024.07.04 19:27:18.192325 [ 3 ] {} <Trace> HTTP-Session: d5961def-bff9-49fb-a360-872d1b253fee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4569 | 2024.07.04 19:27:18.192460 [ 3 ] {ff978a2a-13d6-45fe-b1cf-3a40531d028a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4570 | 2024.07.04 19:27:18.192502 [ 3 ] {ff978a2a-13d6-45fe-b1cf-3a40531d028a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4571 | 2024.07.04 19:27:18.192627 [ 3 ] {ff978a2a-13d6-45fe-b1cf-3a40531d028a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4572 | 2024.07.04 19:27:18.193028 [ 3 ] {ff978a2a-13d6-45fe-b1cf-3a40531d028a} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4573 | 2024.07.04 19:27:18.193070 [ 3 ] {ff978a2a-13d6-45fe-b1cf-3a40531d028a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4574 | 2024.07.04 19:27:18.193394 [ 3 ] {ff978a2a-13d6-45fe-b1cf-3a40531d028a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4575 | 2024.07.04 19:27:18.193695 [ 3 ] {ff978a2a-13d6-45fe-b1cf-3a40531d028a} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4576 | 2024.07.04 19:27:18.193850 [ 3 ] {ff978a2a-13d6-45fe-b1cf-3a40531d028a} <Debug> executeQuery: Read 147 rows, 12.59 KiB in 0.001448 sec., 101519.33701657459 rows/sec., 8.49 MiB/sec. | ||
4577 | 2024.07.04 19:27:18.194013 [ 3 ] {ff978a2a-13d6-45fe-b1cf-3a40531d028a} <Debug> DynamicQueryHandler: Done processing query | ||
4578 | 2024.07.04 19:27:18.194037 [ 3 ] {ff978a2a-13d6-45fe-b1cf-3a40531d028a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4579 | 2024.07.04 19:27:18.194053 [ 3 ] {} <Debug> HTTP-Session: d5961def-bff9-49fb-a360-872d1b253fee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4580 | 2024.07.04 19:27:18.194170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4581 | 2024.07.04 19:27:18.194219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4582 | 2024.07.04 19:27:18.194237 [ 3 ] {} <Debug> HTTP-Session: 7259ced8-1595-4179-af59-c5d968d70bdf Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4583 | 2024.07.04 19:27:18.194254 [ 3 ] {} <Debug> HTTP-Session: 7259ced8-1595-4179-af59-c5d968d70bdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4584 | 2024.07.04 19:27:18.194268 [ 3 ] {} <Debug> HTTP-Session: 7259ced8-1595-4179-af59-c5d968d70bdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4585 | 2024.07.04 19:27:18.194299 [ 3 ] {} <Trace> HTTP-Session: 7259ced8-1595-4179-af59-c5d968d70bdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4586 | 2024.07.04 19:27:18.194392 [ 3 ] {9e757a5a-46e3-4df1-8e25-db8945b431b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4587 | 2024.07.04 19:27:18.194434 [ 3 ] {9e757a5a-46e3-4df1-8e25-db8945b431b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4588 | 2024.07.04 19:27:18.194564 [ 3 ] {9e757a5a-46e3-4df1-8e25-db8945b431b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4589 | 2024.07.04 19:27:18.194835 [ 3 ] {9e757a5a-46e3-4df1-8e25-db8945b431b6} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4590 | 2024.07.04 19:27:18.194871 [ 3 ] {9e757a5a-46e3-4df1-8e25-db8945b431b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4591 | 2024.07.04 19:27:18.195159 [ 3 ] {9e757a5a-46e3-4df1-8e25-db8945b431b6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4592 | 2024.07.04 19:27:18.195455 [ 3 ] {9e757a5a-46e3-4df1-8e25-db8945b431b6} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4593 | 2024.07.04 19:27:18.195610 [ 3 ] {9e757a5a-46e3-4df1-8e25-db8945b431b6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001239 sec., 1614.2050040355125 rows/sec., 112.71 KiB/sec. | ||
4594 | 2024.07.04 19:27:18.195812 [ 3 ] {9e757a5a-46e3-4df1-8e25-db8945b431b6} <Debug> DynamicQueryHandler: Done processing query | ||
4595 | 2024.07.04 19:27:18.195836 [ 3 ] {9e757a5a-46e3-4df1-8e25-db8945b431b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4596 | 2024.07.04 19:27:18.195851 [ 3 ] {} <Debug> HTTP-Session: 7259ced8-1595-4179-af59-c5d968d70bdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4597 | 2024.07.04 19:27:18.195965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4598 | 2024.07.04 19:27:18.196012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4599 | 2024.07.04 19:27:18.196031 [ 3 ] {} <Debug> HTTP-Session: f39f54a4-9856-4547-9370-3246e4a94334 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4600 | 2024.07.04 19:27:18.196047 [ 3 ] {} <Debug> HTTP-Session: f39f54a4-9856-4547-9370-3246e4a94334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4601 | 2024.07.04 19:27:18.196060 [ 3 ] {} <Debug> HTTP-Session: f39f54a4-9856-4547-9370-3246e4a94334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4602 | 2024.07.04 19:27:18.196091 [ 3 ] {} <Trace> HTTP-Session: f39f54a4-9856-4547-9370-3246e4a94334 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4603 | 2024.07.04 19:27:18.196216 [ 3 ] {46d44c0c-0960-4896-a03f-46a154a91757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4604 | 2024.07.04 19:27:18.196258 [ 3 ] {46d44c0c-0960-4896-a03f-46a154a91757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4605 | 2024.07.04 19:27:18.196388 [ 3 ] {46d44c0c-0960-4896-a03f-46a154a91757} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4606 | 2024.07.04 19:27:18.196735 [ 3 ] {46d44c0c-0960-4896-a03f-46a154a91757} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4607 | 2024.07.04 19:27:18.196771 [ 3 ] {46d44c0c-0960-4896-a03f-46a154a91757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4608 | 2024.07.04 19:27:18.197076 [ 3 ] {46d44c0c-0960-4896-a03f-46a154a91757} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4609 | 2024.07.04 19:27:18.197381 [ 3 ] {46d44c0c-0960-4896-a03f-46a154a91757} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4610 | 2024.07.04 19:27:18.197534 [ 3 ] {46d44c0c-0960-4896-a03f-46a154a91757} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001362 sec., 70484.58149779736 rows/sec., 5.51 MiB/sec. | ||
4611 | 2024.07.04 19:27:18.197698 [ 3 ] {46d44c0c-0960-4896-a03f-46a154a91757} <Debug> DynamicQueryHandler: Done processing query | ||
4612 | 2024.07.04 19:27:18.197721 [ 3 ] {46d44c0c-0960-4896-a03f-46a154a91757} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4613 | 2024.07.04 19:27:18.197737 [ 3 ] {} <Debug> HTTP-Session: f39f54a4-9856-4547-9370-3246e4a94334 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4614 | 2024.07.04 19:27:18.197875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4615 | 2024.07.04 19:27:18.197923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4616 | 2024.07.04 19:27:18.197943 [ 3 ] {} <Debug> HTTP-Session: 9bc098ab-859d-4cff-a598-6c8ced5c00d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4617 | 2024.07.04 19:27:18.197959 [ 3 ] {} <Debug> HTTP-Session: 9bc098ab-859d-4cff-a598-6c8ced5c00d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4618 | 2024.07.04 19:27:18.197973 [ 3 ] {} <Debug> HTTP-Session: 9bc098ab-859d-4cff-a598-6c8ced5c00d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4619 | 2024.07.04 19:27:18.198004 [ 3 ] {} <Trace> HTTP-Session: 9bc098ab-859d-4cff-a598-6c8ced5c00d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4620 | 2024.07.04 19:27:18.198152 [ 3 ] {a5bf033d-7722-4490-add1-d933773cf0ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4621 | 2024.07.04 19:27:18.198196 [ 3 ] {a5bf033d-7722-4490-add1-d933773cf0ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4622 | 2024.07.04 19:27:18.198341 [ 3 ] {a5bf033d-7722-4490-add1-d933773cf0ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4623 | 2024.07.04 19:27:18.198741 [ 3 ] {a5bf033d-7722-4490-add1-d933773cf0ed} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4624 | 2024.07.04 19:27:18.198775 [ 3 ] {a5bf033d-7722-4490-add1-d933773cf0ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4625 | 2024.07.04 19:27:18.199153 [ 3 ] {a5bf033d-7722-4490-add1-d933773cf0ed} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4626 | 2024.07.04 19:27:18.199482 [ 3 ] {a5bf033d-7722-4490-add1-d933773cf0ed} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4627 | 2024.07.04 19:27:18.199636 [ 3 ] {a5bf033d-7722-4490-add1-d933773cf0ed} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001551 sec., 103803.99742101869 rows/sec., 7.23 MiB/sec. | ||
4628 | 2024.07.04 19:27:18.199799 [ 3 ] {a5bf033d-7722-4490-add1-d933773cf0ed} <Debug> DynamicQueryHandler: Done processing query | ||
4629 | 2024.07.04 19:27:18.199823 [ 3 ] {a5bf033d-7722-4490-add1-d933773cf0ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4630 | 2024.07.04 19:27:18.199839 [ 3 ] {} <Debug> HTTP-Session: 9bc098ab-859d-4cff-a598-6c8ced5c00d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4631 | 2024.07.04 19:27:18.199989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4632 | 2024.07.04 19:27:18.200035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4633 | 2024.07.04 19:27:18.200055 [ 3 ] {} <Debug> HTTP-Session: 084a1e0c-c70d-4cbe-a124-b03adbb4d04a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4634 | 2024.07.04 19:27:18.200071 [ 3 ] {} <Debug> HTTP-Session: 084a1e0c-c70d-4cbe-a124-b03adbb4d04a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4635 | 2024.07.04 19:27:18.200084 [ 3 ] {} <Debug> HTTP-Session: 084a1e0c-c70d-4cbe-a124-b03adbb4d04a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4636 | 2024.07.04 19:27:18.200114 [ 3 ] {} <Trace> HTTP-Session: 084a1e0c-c70d-4cbe-a124-b03adbb4d04a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4637 | 2024.07.04 19:27:18.200472 [ 3 ] {c7684484-4414-45e3-a048-726ee9a240cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4638 | 2024.07.04 19:27:18.200536 [ 3 ] {c7684484-4414-45e3-a048-726ee9a240cd} <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 | ||
4639 | 2024.07.04 19:27:18.200935 [ 3 ] {c7684484-4414-45e3-a048-726ee9a240cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4640 | 2024.07.04 19:27:18.201674 [ 3 ] {c7684484-4414-45e3-a048-726ee9a240cd} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4641 | 2024.07.04 19:27:18.201709 [ 3 ] {c7684484-4414-45e3-a048-726ee9a240cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4642 | 2024.07.04 19:27:18.202317 [ 3 ] {c7684484-4414-45e3-a048-726ee9a240cd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4643 | 2024.07.04 19:27:18.202711 [ 3 ] {c7684484-4414-45e3-a048-726ee9a240cd} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4644 | 2024.07.04 19:27:18.202952 [ 3 ] {c7684484-4414-45e3-a048-726ee9a240cd} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00275 sec., 10909.09090909091 rows/sec., 19.55 MiB/sec. | ||
4645 | 2024.07.04 19:27:18.203321 [ 3 ] {c7684484-4414-45e3-a048-726ee9a240cd} <Debug> DynamicQueryHandler: Done processing query | ||
4646 | 2024.07.04 19:27:18.203344 [ 3 ] {c7684484-4414-45e3-a048-726ee9a240cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4647 | 2024.07.04 19:27:18.203360 [ 3 ] {} <Debug> HTTP-Session: 084a1e0c-c70d-4cbe-a124-b03adbb4d04a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4648 | 2024.07.04 19:27:18.203473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4649 | 2024.07.04 19:27:18.203521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4650 | 2024.07.04 19:27:18.203540 [ 3 ] {} <Debug> HTTP-Session: 09cdfd26-8c4b-49f6-8dd8-7871453bd36d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4651 | 2024.07.04 19:27:18.203556 [ 3 ] {} <Debug> HTTP-Session: 09cdfd26-8c4b-49f6-8dd8-7871453bd36d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4652 | 2024.07.04 19:27:18.203569 [ 3 ] {} <Debug> HTTP-Session: 09cdfd26-8c4b-49f6-8dd8-7871453bd36d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4653 | 2024.07.04 19:27:18.203600 [ 3 ] {} <Trace> HTTP-Session: 09cdfd26-8c4b-49f6-8dd8-7871453bd36d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4654 | 2024.07.04 19:27:18.203714 [ 3 ] {a378a880-5695-4f37-b8fe-1525dfaa774a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4655 | 2024.07.04 19:27:18.203835 [ 3 ] {a378a880-5695-4f37-b8fe-1525dfaa774a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4656 | 2024.07.04 19:27:18.203965 [ 3 ] {a378a880-5695-4f37-b8fe-1525dfaa774a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4657 | 2024.07.04 19:27:18.204307 [ 3 ] {a378a880-5695-4f37-b8fe-1525dfaa774a} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4658 | 2024.07.04 19:27:18.204341 [ 3 ] {a378a880-5695-4f37-b8fe-1525dfaa774a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4659 | 2024.07.04 19:27:18.204706 [ 3 ] {a378a880-5695-4f37-b8fe-1525dfaa774a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4660 | 2024.07.04 19:27:18.205015 [ 3 ] {a378a880-5695-4f37-b8fe-1525dfaa774a} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4661 | 2024.07.04 19:27:18.205135 [ 3 ] {a378a880-5695-4f37-b8fe-1525dfaa774a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
4662 | 2024.07.04 19:27:18.205296 [ 3 ] {a378a880-5695-4f37-b8fe-1525dfaa774a} <Debug> DynamicQueryHandler: Done processing query | ||
4663 | 2024.07.04 19:27:18.205319 [ 3 ] {a378a880-5695-4f37-b8fe-1525dfaa774a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4664 | 2024.07.04 19:27:18.205334 [ 3 ] {} <Debug> HTTP-Session: 09cdfd26-8c4b-49f6-8dd8-7871453bd36d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4665 | 2024.07.04 19:27:23.185600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4666 | 2024.07.04 19:27:23.185743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4667 | 2024.07.04 19:27:23.185771 [ 3 ] {} <Debug> HTTP-Session: 24e0d324-3c6a-42ee-8bc6-20db5398f658 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4668 | 2024.07.04 19:27:23.185799 [ 3 ] {} <Debug> HTTP-Session: 24e0d324-3c6a-42ee-8bc6-20db5398f658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4669 | 2024.07.04 19:27:23.185817 [ 3 ] {} <Debug> HTTP-Session: 24e0d324-3c6a-42ee-8bc6-20db5398f658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4670 | 2024.07.04 19:27:23.185873 [ 3 ] {} <Trace> HTTP-Session: 24e0d324-3c6a-42ee-8bc6-20db5398f658 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4671 | 2024.07.04 19:27:23.186089 [ 3 ] {69a49934-2372-4707-8cbf-bbfd3d1b9b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4672 | 2024.07.04 19:27:23.186163 [ 3 ] {69a49934-2372-4707-8cbf-bbfd3d1b9b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4673 | 2024.07.04 19:27:23.186380 [ 3 ] {69a49934-2372-4707-8cbf-bbfd3d1b9b5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4674 | 2024.07.04 19:27:23.186860 [ 3 ] {69a49934-2372-4707-8cbf-bbfd3d1b9b5a} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4675 | 2024.07.04 19:27:23.186906 [ 3 ] {69a49934-2372-4707-8cbf-bbfd3d1b9b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4676 | 2024.07.04 19:27:23.187271 [ 3 ] {69a49934-2372-4707-8cbf-bbfd3d1b9b5a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4677 | 2024.07.04 19:27:23.187605 [ 3 ] {69a49934-2372-4707-8cbf-bbfd3d1b9b5a} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4678 | 2024.07.04 19:27:23.187782 [ 3 ] {69a49934-2372-4707-8cbf-bbfd3d1b9b5a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001762 sec., 31782.06583427923 rows/sec., 2.43 MiB/sec. | ||
4679 | 2024.07.04 19:27:23.188033 [ 3 ] {69a49934-2372-4707-8cbf-bbfd3d1b9b5a} <Debug> DynamicQueryHandler: Done processing query | ||
4680 | 2024.07.04 19:27:23.188059 [ 3 ] {69a49934-2372-4707-8cbf-bbfd3d1b9b5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4681 | 2024.07.04 19:27:23.188075 [ 3 ] {} <Debug> HTTP-Session: 24e0d324-3c6a-42ee-8bc6-20db5398f658 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4682 | 2024.07.04 19:27:23.188207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4683 | 2024.07.04 19:27:23.188265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4684 | 2024.07.04 19:27:23.188285 [ 3 ] {} <Debug> HTTP-Session: bf6e57b7-9bdf-426d-8ed4-26be34aee40a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4685 | 2024.07.04 19:27:23.188303 [ 3 ] {} <Debug> HTTP-Session: bf6e57b7-9bdf-426d-8ed4-26be34aee40a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4686 | 2024.07.04 19:27:23.188317 [ 3 ] {} <Debug> HTTP-Session: bf6e57b7-9bdf-426d-8ed4-26be34aee40a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4687 | 2024.07.04 19:27:23.188352 [ 3 ] {} <Trace> HTTP-Session: bf6e57b7-9bdf-426d-8ed4-26be34aee40a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4688 | 2024.07.04 19:27:23.188474 [ 3 ] {489521bd-9f55-4923-ab86-3482f9dea77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4689 | 2024.07.04 19:27:23.188518 [ 3 ] {489521bd-9f55-4923-ab86-3482f9dea77f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4690 | 2024.07.04 19:27:23.188647 [ 3 ] {489521bd-9f55-4923-ab86-3482f9dea77f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4691 | 2024.07.04 19:27:23.189021 [ 3 ] {489521bd-9f55-4923-ab86-3482f9dea77f} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4692 | 2024.07.04 19:27:23.189057 [ 3 ] {489521bd-9f55-4923-ab86-3482f9dea77f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4693 | 2024.07.04 19:27:23.189366 [ 3 ] {489521bd-9f55-4923-ab86-3482f9dea77f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4694 | 2024.07.04 19:27:23.189664 [ 3 ] {489521bd-9f55-4923-ab86-3482f9dea77f} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4695 | 2024.07.04 19:27:23.189818 [ 3 ] {489521bd-9f55-4923-ab86-3482f9dea77f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001383 sec., 46276.21113521331 rows/sec., 3.61 MiB/sec. | ||
4696 | 2024.07.04 19:27:23.189980 [ 3 ] {489521bd-9f55-4923-ab86-3482f9dea77f} <Debug> DynamicQueryHandler: Done processing query | ||
4697 | 2024.07.04 19:27:23.190004 [ 3 ] {489521bd-9f55-4923-ab86-3482f9dea77f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4698 | 2024.07.04 19:27:23.190019 [ 3 ] {} <Debug> HTTP-Session: bf6e57b7-9bdf-426d-8ed4-26be34aee40a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4699 | 2024.07.04 19:27:23.190201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4700 | 2024.07.04 19:27:23.190250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4701 | 2024.07.04 19:27:23.190268 [ 3 ] {} <Debug> HTTP-Session: b5ae7675-fd9c-4308-82f4-da047b0e79ec Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4702 | 2024.07.04 19:27:23.190285 [ 3 ] {} <Debug> HTTP-Session: b5ae7675-fd9c-4308-82f4-da047b0e79ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4703 | 2024.07.04 19:27:23.190299 [ 3 ] {} <Debug> HTTP-Session: b5ae7675-fd9c-4308-82f4-da047b0e79ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4704 | 2024.07.04 19:27:23.190330 [ 3 ] {} <Trace> HTTP-Session: b5ae7675-fd9c-4308-82f4-da047b0e79ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4705 | 2024.07.04 19:27:23.190470 [ 3 ] {f5dfe072-fd75-47bc-bb18-8f46e86242c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4706 | 2024.07.04 19:27:23.190515 [ 3 ] {f5dfe072-fd75-47bc-bb18-8f46e86242c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4707 | 2024.07.04 19:27:23.190662 [ 3 ] {f5dfe072-fd75-47bc-bb18-8f46e86242c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4708 | 2024.07.04 19:27:23.191045 [ 3 ] {f5dfe072-fd75-47bc-bb18-8f46e86242c5} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4709 | 2024.07.04 19:27:23.191082 [ 3 ] {f5dfe072-fd75-47bc-bb18-8f46e86242c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4710 | 2024.07.04 19:27:23.191478 [ 3 ] {f5dfe072-fd75-47bc-bb18-8f46e86242c5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4711 | 2024.07.04 19:27:23.191807 [ 3 ] {f5dfe072-fd75-47bc-bb18-8f46e86242c5} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4712 | 2024.07.04 19:27:23.191972 [ 3 ] {f5dfe072-fd75-47bc-bb18-8f46e86242c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
4713 | 2024.07.04 19:27:23.192137 [ 3 ] {f5dfe072-fd75-47bc-bb18-8f46e86242c5} <Debug> DynamicQueryHandler: Done processing query | ||
4714 | 2024.07.04 19:27:23.192160 [ 3 ] {f5dfe072-fd75-47bc-bb18-8f46e86242c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4715 | 2024.07.04 19:27:23.192176 [ 3 ] {} <Debug> HTTP-Session: b5ae7675-fd9c-4308-82f4-da047b0e79ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4716 | 2024.07.04 19:27:23.192293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4717 | 2024.07.04 19:27:23.192340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4718 | 2024.07.04 19:27:23.192358 [ 3 ] {} <Debug> HTTP-Session: ceb70c66-8fd7-441f-8071-86b966108219 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4719 | 2024.07.04 19:27:23.192374 [ 3 ] {} <Debug> HTTP-Session: ceb70c66-8fd7-441f-8071-86b966108219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4720 | 2024.07.04 19:27:23.192388 [ 3 ] {} <Debug> HTTP-Session: ceb70c66-8fd7-441f-8071-86b966108219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4721 | 2024.07.04 19:27:23.192419 [ 3 ] {} <Trace> HTTP-Session: ceb70c66-8fd7-441f-8071-86b966108219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4722 | 2024.07.04 19:27:23.192547 [ 3 ] {57ffadf9-22bf-49f0-8723-23154baa230b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4723 | 2024.07.04 19:27:23.192589 [ 3 ] {57ffadf9-22bf-49f0-8723-23154baa230b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4724 | 2024.07.04 19:27:23.192713 [ 3 ] {57ffadf9-22bf-49f0-8723-23154baa230b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4725 | 2024.07.04 19:27:23.193011 [ 3 ] {57ffadf9-22bf-49f0-8723-23154baa230b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4726 | 2024.07.04 19:27:23.193046 [ 3 ] {57ffadf9-22bf-49f0-8723-23154baa230b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4727 | 2024.07.04 19:27:23.193395 [ 3 ] {57ffadf9-22bf-49f0-8723-23154baa230b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4728 | 2024.07.04 19:27:23.193707 [ 3 ] {57ffadf9-22bf-49f0-8723-23154baa230b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4729 | 2024.07.04 19:27:23.193863 [ 3 ] {57ffadf9-22bf-49f0-8723-23154baa230b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
4730 | 2024.07.04 19:27:23.194187 [ 3 ] {57ffadf9-22bf-49f0-8723-23154baa230b} <Debug> DynamicQueryHandler: Done processing query | ||
4731 | 2024.07.04 19:27:23.194227 [ 3 ] {57ffadf9-22bf-49f0-8723-23154baa230b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4732 | 2024.07.04 19:27:23.194243 [ 3 ] {} <Debug> HTTP-Session: ceb70c66-8fd7-441f-8071-86b966108219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4733 | 2024.07.04 19:27:28.188382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4734 | 2024.07.04 19:27:28.188517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4735 | 2024.07.04 19:27:28.188546 [ 3 ] {} <Debug> HTTP-Session: d4d631ef-c941-41b5-a669-b0e0636476c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4736 | 2024.07.04 19:27:28.188574 [ 3 ] {} <Debug> HTTP-Session: d4d631ef-c941-41b5-a669-b0e0636476c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4737 | 2024.07.04 19:27:28.188593 [ 3 ] {} <Debug> HTTP-Session: d4d631ef-c941-41b5-a669-b0e0636476c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4738 | 2024.07.04 19:27:28.188650 [ 3 ] {} <Trace> HTTP-Session: d4d631ef-c941-41b5-a669-b0e0636476c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4739 | 2024.07.04 19:27:28.188849 [ 3 ] {50955709-15ab-44eb-af14-7dd1b33bef67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4740 | 2024.07.04 19:27:28.188918 [ 3 ] {50955709-15ab-44eb-af14-7dd1b33bef67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4741 | 2024.07.04 19:27:28.189109 [ 3 ] {50955709-15ab-44eb-af14-7dd1b33bef67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4742 | 2024.07.04 19:27:28.189616 [ 3 ] {50955709-15ab-44eb-af14-7dd1b33bef67} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4743 | 2024.07.04 19:27:28.189661 [ 3 ] {50955709-15ab-44eb-af14-7dd1b33bef67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4744 | 2024.07.04 19:27:28.190033 [ 3 ] {50955709-15ab-44eb-af14-7dd1b33bef67} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4745 | 2024.07.04 19:27:28.190371 [ 3 ] {50955709-15ab-44eb-af14-7dd1b33bef67} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4746 | 2024.07.04 19:27:28.190527 [ 3 ] {50955709-15ab-44eb-af14-7dd1b33bef67} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001737 sec., 17271.157167530226 rows/sec., 1.37 MiB/sec. | ||
4747 | 2024.07.04 19:27:28.190744 [ 3 ] {50955709-15ab-44eb-af14-7dd1b33bef67} <Debug> DynamicQueryHandler: Done processing query | ||
4748 | 2024.07.04 19:27:28.190772 [ 3 ] {50955709-15ab-44eb-af14-7dd1b33bef67} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4749 | 2024.07.04 19:27:28.190789 [ 3 ] {} <Debug> HTTP-Session: d4d631ef-c941-41b5-a669-b0e0636476c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4750 | 2024.07.04 19:27:28.190914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4751 | 2024.07.04 19:27:28.190968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4752 | 2024.07.04 19:27:28.190988 [ 3 ] {} <Debug> HTTP-Session: e69bec2b-0b78-4172-aee8-264c32717b7d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4753 | 2024.07.04 19:27:28.191006 [ 3 ] {} <Debug> HTTP-Session: e69bec2b-0b78-4172-aee8-264c32717b7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4754 | 2024.07.04 19:27:28.191020 [ 3 ] {} <Debug> HTTP-Session: e69bec2b-0b78-4172-aee8-264c32717b7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4755 | 2024.07.04 19:27:28.191056 [ 3 ] {} <Trace> HTTP-Session: e69bec2b-0b78-4172-aee8-264c32717b7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4756 | 2024.07.04 19:27:28.191157 [ 3 ] {616ddd9a-8e73-4558-bd19-836e9469b9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4757 | 2024.07.04 19:27:28.191202 [ 3 ] {616ddd9a-8e73-4558-bd19-836e9469b9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4758 | 2024.07.04 19:27:28.191330 [ 3 ] {616ddd9a-8e73-4558-bd19-836e9469b9a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4759 | 2024.07.04 19:27:28.191624 [ 3 ] {616ddd9a-8e73-4558-bd19-836e9469b9a1} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4760 | 2024.07.04 19:27:28.191662 [ 3 ] {616ddd9a-8e73-4558-bd19-836e9469b9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4761 | 2024.07.04 19:27:28.191955 [ 3 ] {616ddd9a-8e73-4558-bd19-836e9469b9a1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4762 | 2024.07.04 19:27:28.192267 [ 3 ] {616ddd9a-8e73-4558-bd19-836e9469b9a1} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4763 | 2024.07.04 19:27:28.192427 [ 3 ] {616ddd9a-8e73-4558-bd19-836e9469b9a1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 126.42 KiB/sec. | ||
4764 | 2024.07.04 19:27:28.192627 [ 3 ] {616ddd9a-8e73-4558-bd19-836e9469b9a1} <Debug> DynamicQueryHandler: Done processing query | ||
4765 | 2024.07.04 19:27:28.192651 [ 3 ] {616ddd9a-8e73-4558-bd19-836e9469b9a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4766 | 2024.07.04 19:27:28.192667 [ 3 ] {} <Debug> HTTP-Session: e69bec2b-0b78-4172-aee8-264c32717b7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4767 | 2024.07.04 19:27:28.192802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4768 | 2024.07.04 19:27:28.192854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4769 | 2024.07.04 19:27:28.192874 [ 3 ] {} <Debug> HTTP-Session: 96bdc0b9-6c8f-4bba-8ad3-0ba3396ab11b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4770 | 2024.07.04 19:27:28.192890 [ 3 ] {} <Debug> HTTP-Session: 96bdc0b9-6c8f-4bba-8ad3-0ba3396ab11b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4771 | 2024.07.04 19:27:28.192904 [ 3 ] {} <Debug> HTTP-Session: 96bdc0b9-6c8f-4bba-8ad3-0ba3396ab11b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4772 | 2024.07.04 19:27:28.192934 [ 3 ] {} <Trace> HTTP-Session: 96bdc0b9-6c8f-4bba-8ad3-0ba3396ab11b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4773 | 2024.07.04 19:27:28.193067 [ 3 ] {833682f8-aea3-40ea-9bf7-40640bb1e95e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4774 | 2024.07.04 19:27:28.193108 [ 3 ] {833682f8-aea3-40ea-9bf7-40640bb1e95e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4775 | 2024.07.04 19:27:28.193231 [ 3 ] {833682f8-aea3-40ea-9bf7-40640bb1e95e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4776 | 2024.07.04 19:27:28.193603 [ 3 ] {833682f8-aea3-40ea-9bf7-40640bb1e95e} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4777 | 2024.07.04 19:27:28.193639 [ 3 ] {833682f8-aea3-40ea-9bf7-40640bb1e95e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4778 | 2024.07.04 19:27:28.193971 [ 3 ] {833682f8-aea3-40ea-9bf7-40640bb1e95e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4779 | 2024.07.04 19:27:28.194268 [ 3 ] {833682f8-aea3-40ea-9bf7-40640bb1e95e} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4780 | 2024.07.04 19:27:28.194428 [ 3 ] {833682f8-aea3-40ea-9bf7-40640bb1e95e} <Debug> executeQuery: Read 147 rows, 12.59 KiB in 0.001409 sec., 104329.31156848828 rows/sec., 8.73 MiB/sec. | ||
4781 | 2024.07.04 19:27:28.194589 [ 3 ] {833682f8-aea3-40ea-9bf7-40640bb1e95e} <Debug> DynamicQueryHandler: Done processing query | ||
4782 | 2024.07.04 19:27:28.194613 [ 3 ] {833682f8-aea3-40ea-9bf7-40640bb1e95e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4783 | 2024.07.04 19:27:28.194629 [ 3 ] {} <Debug> HTTP-Session: 96bdc0b9-6c8f-4bba-8ad3-0ba3396ab11b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4784 | 2024.07.04 19:27:28.194724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4785 | 2024.07.04 19:27:28.194772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4786 | 2024.07.04 19:27:28.194790 [ 3 ] {} <Debug> HTTP-Session: 4e156ce2-e9a3-4b5e-8d15-c4a196b3ccbe Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4787 | 2024.07.04 19:27:28.194807 [ 3 ] {} <Debug> HTTP-Session: 4e156ce2-e9a3-4b5e-8d15-c4a196b3ccbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4788 | 2024.07.04 19:27:28.194820 [ 3 ] {} <Debug> HTTP-Session: 4e156ce2-e9a3-4b5e-8d15-c4a196b3ccbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4789 | 2024.07.04 19:27:28.194852 [ 3 ] {} <Trace> HTTP-Session: 4e156ce2-e9a3-4b5e-8d15-c4a196b3ccbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4790 | 2024.07.04 19:27:28.194943 [ 3 ] {14176d75-5aae-47f7-abd8-5454e7be1211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4791 | 2024.07.04 19:27:28.194984 [ 3 ] {14176d75-5aae-47f7-abd8-5454e7be1211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4792 | 2024.07.04 19:27:28.195107 [ 3 ] {14176d75-5aae-47f7-abd8-5454e7be1211} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4793 | 2024.07.04 19:27:28.195369 [ 3 ] {14176d75-5aae-47f7-abd8-5454e7be1211} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4794 | 2024.07.04 19:27:28.195406 [ 3 ] {14176d75-5aae-47f7-abd8-5454e7be1211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4795 | 2024.07.04 19:27:28.195694 [ 3 ] {14176d75-5aae-47f7-abd8-5454e7be1211} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4796 | 2024.07.04 19:27:28.195996 [ 3 ] {14176d75-5aae-47f7-abd8-5454e7be1211} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4797 | 2024.07.04 19:27:28.196148 [ 3 ] {14176d75-5aae-47f7-abd8-5454e7be1211} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001223 sec., 1635.322976287817 rows/sec., 114.19 KiB/sec. | ||
4798 | 2024.07.04 19:27:28.196417 [ 3 ] {14176d75-5aae-47f7-abd8-5454e7be1211} <Debug> DynamicQueryHandler: Done processing query | ||
4799 | 2024.07.04 19:27:28.196441 [ 3 ] {14176d75-5aae-47f7-abd8-5454e7be1211} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4800 | 2024.07.04 19:27:28.196458 [ 3 ] {} <Debug> HTTP-Session: 4e156ce2-e9a3-4b5e-8d15-c4a196b3ccbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4801 | 2024.07.04 19:27:28.196563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4802 | 2024.07.04 19:27:28.196610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4803 | 2024.07.04 19:27:28.196628 [ 3 ] {} <Debug> HTTP-Session: 59f1f002-8471-4a2d-a519-33fa0dd60341 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4804 | 2024.07.04 19:27:28.196645 [ 3 ] {} <Debug> HTTP-Session: 59f1f002-8471-4a2d-a519-33fa0dd60341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4805 | 2024.07.04 19:27:28.196658 [ 3 ] {} <Debug> HTTP-Session: 59f1f002-8471-4a2d-a519-33fa0dd60341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4806 | 2024.07.04 19:27:28.196689 [ 3 ] {} <Trace> HTTP-Session: 59f1f002-8471-4a2d-a519-33fa0dd60341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4807 | 2024.07.04 19:27:28.196821 [ 3 ] {4eded4fb-61ca-4d83-ab98-199f5ba3527e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4808 | 2024.07.04 19:27:28.196864 [ 3 ] {4eded4fb-61ca-4d83-ab98-199f5ba3527e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4809 | 2024.07.04 19:27:28.197007 [ 3 ] {4eded4fb-61ca-4d83-ab98-199f5ba3527e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4810 | 2024.07.04 19:27:28.197402 [ 3 ] {4eded4fb-61ca-4d83-ab98-199f5ba3527e} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4811 | 2024.07.04 19:27:28.197438 [ 3 ] {4eded4fb-61ca-4d83-ab98-199f5ba3527e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4812 | 2024.07.04 19:27:28.197746 [ 3 ] {4eded4fb-61ca-4d83-ab98-199f5ba3527e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4813 | 2024.07.04 19:27:28.198050 [ 3 ] {4eded4fb-61ca-4d83-ab98-199f5ba3527e} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4814 | 2024.07.04 19:27:28.198209 [ 3 ] {4eded4fb-61ca-4d83-ab98-199f5ba3527e} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001436 sec., 66852.36768802228 rows/sec., 5.22 MiB/sec. | ||
4815 | 2024.07.04 19:27:28.198369 [ 3 ] {4eded4fb-61ca-4d83-ab98-199f5ba3527e} <Debug> DynamicQueryHandler: Done processing query | ||
4816 | 2024.07.04 19:27:28.198392 [ 3 ] {4eded4fb-61ca-4d83-ab98-199f5ba3527e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4817 | 2024.07.04 19:27:28.198408 [ 3 ] {} <Debug> HTTP-Session: 59f1f002-8471-4a2d-a519-33fa0dd60341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4818 | 2024.07.04 19:27:28.198540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4819 | 2024.07.04 19:27:28.198587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4820 | 2024.07.04 19:27:28.198606 [ 3 ] {} <Debug> HTTP-Session: 5e397844-7042-4363-aaed-43d69653a969 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4821 | 2024.07.04 19:27:28.198622 [ 3 ] {} <Debug> HTTP-Session: 5e397844-7042-4363-aaed-43d69653a969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4822 | 2024.07.04 19:27:28.198636 [ 3 ] {} <Debug> HTTP-Session: 5e397844-7042-4363-aaed-43d69653a969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4823 | 2024.07.04 19:27:28.198666 [ 3 ] {} <Trace> HTTP-Session: 5e397844-7042-4363-aaed-43d69653a969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4824 | 2024.07.04 19:27:28.198837 [ 3 ] {ae51d999-c3b2-4011-a46f-2fda581a6331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4825 | 2024.07.04 19:27:28.198883 [ 3 ] {ae51d999-c3b2-4011-a46f-2fda581a6331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4826 | 2024.07.04 19:27:28.199029 [ 3 ] {ae51d999-c3b2-4011-a46f-2fda581a6331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4827 | 2024.07.04 19:27:28.199408 [ 3 ] {ae51d999-c3b2-4011-a46f-2fda581a6331} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4828 | 2024.07.04 19:27:28.199444 [ 3 ] {ae51d999-c3b2-4011-a46f-2fda581a6331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4829 | 2024.07.04 19:27:28.199825 [ 3 ] {ae51d999-c3b2-4011-a46f-2fda581a6331} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4830 | 2024.07.04 19:27:28.200157 [ 3 ] {ae51d999-c3b2-4011-a46f-2fda581a6331} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4831 | 2024.07.04 19:27:28.200317 [ 3 ] {ae51d999-c3b2-4011-a46f-2fda581a6331} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001566 sec., 102809.70625798212 rows/sec., 7.16 MiB/sec. | ||
4832 | 2024.07.04 19:27:28.200481 [ 3 ] {ae51d999-c3b2-4011-a46f-2fda581a6331} <Debug> DynamicQueryHandler: Done processing query | ||
4833 | 2024.07.04 19:27:28.200505 [ 3 ] {ae51d999-c3b2-4011-a46f-2fda581a6331} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4834 | 2024.07.04 19:27:28.200521 [ 3 ] {} <Debug> HTTP-Session: 5e397844-7042-4363-aaed-43d69653a969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4835 | 2024.07.04 19:27:28.200664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4836 | 2024.07.04 19:27:28.200710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4837 | 2024.07.04 19:27:28.200729 [ 3 ] {} <Debug> HTTP-Session: 38fd1303-81a6-4359-8aff-3a1f2dc0188f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4838 | 2024.07.04 19:27:28.200745 [ 3 ] {} <Debug> HTTP-Session: 38fd1303-81a6-4359-8aff-3a1f2dc0188f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4839 | 2024.07.04 19:27:28.200759 [ 3 ] {} <Debug> HTTP-Session: 38fd1303-81a6-4359-8aff-3a1f2dc0188f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4840 | 2024.07.04 19:27:28.200789 [ 3 ] {} <Trace> HTTP-Session: 38fd1303-81a6-4359-8aff-3a1f2dc0188f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4841 | 2024.07.04 19:27:28.201106 [ 3 ] {81fdd418-5a77-4b9b-9234-f7baedf8ee05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4842 | 2024.07.04 19:27:28.201169 [ 3 ] {81fdd418-5a77-4b9b-9234-f7baedf8ee05} <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 | ||
4843 | 2024.07.04 19:27:28.201573 [ 3 ] {81fdd418-5a77-4b9b-9234-f7baedf8ee05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4844 | 2024.07.04 19:27:28.202350 [ 3 ] {81fdd418-5a77-4b9b-9234-f7baedf8ee05} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4845 | 2024.07.04 19:27:28.202386 [ 3 ] {81fdd418-5a77-4b9b-9234-f7baedf8ee05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4846 | 2024.07.04 19:27:28.203004 [ 3 ] {81fdd418-5a77-4b9b-9234-f7baedf8ee05} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4847 | 2024.07.04 19:27:28.203402 [ 3 ] {81fdd418-5a77-4b9b-9234-f7baedf8ee05} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4848 | 2024.07.04 19:27:28.203600 [ 3 ] {81fdd418-5a77-4b9b-9234-f7baedf8ee05} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00272 sec., 11029.411764705881 rows/sec., 19.76 MiB/sec. | ||
4849 | 2024.07.04 19:27:28.203971 [ 3 ] {81fdd418-5a77-4b9b-9234-f7baedf8ee05} <Debug> DynamicQueryHandler: Done processing query | ||
4850 | 2024.07.04 19:27:28.203995 [ 3 ] {81fdd418-5a77-4b9b-9234-f7baedf8ee05} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4851 | 2024.07.04 19:27:28.204011 [ 3 ] {} <Debug> HTTP-Session: 38fd1303-81a6-4359-8aff-3a1f2dc0188f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4852 | 2024.07.04 19:27:28.204119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4853 | 2024.07.04 19:27:28.204165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4854 | 2024.07.04 19:27:28.204184 [ 3 ] {} <Debug> HTTP-Session: 36e95d74-8787-45fb-869d-513a15446d1b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4855 | 2024.07.04 19:27:28.204200 [ 3 ] {} <Debug> HTTP-Session: 36e95d74-8787-45fb-869d-513a15446d1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4856 | 2024.07.04 19:27:28.204214 [ 3 ] {} <Debug> HTTP-Session: 36e95d74-8787-45fb-869d-513a15446d1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4857 | 2024.07.04 19:27:28.204244 [ 3 ] {} <Trace> HTTP-Session: 36e95d74-8787-45fb-869d-513a15446d1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4858 | 2024.07.04 19:27:28.204360 [ 3 ] {63bc6b1e-a53e-4399-b90d-5744b5c1267d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4859 | 2024.07.04 19:27:28.204403 [ 3 ] {63bc6b1e-a53e-4399-b90d-5744b5c1267d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4860 | 2024.07.04 19:27:28.204528 [ 3 ] {63bc6b1e-a53e-4399-b90d-5744b5c1267d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4861 | 2024.07.04 19:27:28.204822 [ 3 ] {63bc6b1e-a53e-4399-b90d-5744b5c1267d} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4862 | 2024.07.04 19:27:28.204858 [ 3 ] {63bc6b1e-a53e-4399-b90d-5744b5c1267d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4863 | 2024.07.04 19:27:28.205208 [ 3 ] {63bc6b1e-a53e-4399-b90d-5744b5c1267d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4864 | 2024.07.04 19:27:28.205528 [ 3 ] {63bc6b1e-a53e-4399-b90d-5744b5c1267d} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4865 | 2024.07.04 19:27:28.205688 [ 3 ] {63bc6b1e-a53e-4399-b90d-5744b5c1267d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
4866 | 2024.07.04 19:27:28.206003 [ 3 ] {63bc6b1e-a53e-4399-b90d-5744b5c1267d} <Debug> DynamicQueryHandler: Done processing query | ||
4867 | 2024.07.04 19:27:28.206029 [ 3 ] {63bc6b1e-a53e-4399-b90d-5744b5c1267d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4868 | 2024.07.04 19:27:28.206046 [ 3 ] {} <Debug> HTTP-Session: 36e95d74-8787-45fb-869d-513a15446d1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4869 | 2024.07.04 19:27:31.784833 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4870 | 2024.07.04 19:27:31.784929 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4871 | 2024.07.04 19:27:33.185994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4872 | 2024.07.04 19:27:33.186119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4873 | 2024.07.04 19:27:33.186149 [ 3 ] {} <Debug> HTTP-Session: 49df48b6-1d37-4350-af84-c2520fbd71ab Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4874 | 2024.07.04 19:27:33.186177 [ 3 ] {} <Debug> HTTP-Session: 49df48b6-1d37-4350-af84-c2520fbd71ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4875 | 2024.07.04 19:27:33.186195 [ 3 ] {} <Debug> HTTP-Session: 49df48b6-1d37-4350-af84-c2520fbd71ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4876 | 2024.07.04 19:27:33.186251 [ 3 ] {} <Trace> HTTP-Session: 49df48b6-1d37-4350-af84-c2520fbd71ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4877 | 2024.07.04 19:27:33.186472 [ 3 ] {5d0cfae2-472e-4a14-8677-4e583c4391fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4878 | 2024.07.04 19:27:33.186549 [ 3 ] {5d0cfae2-472e-4a14-8677-4e583c4391fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4879 | 2024.07.04 19:27:33.186766 [ 3 ] {5d0cfae2-472e-4a14-8677-4e583c4391fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4880 | 2024.07.04 19:27:33.187267 [ 3 ] {5d0cfae2-472e-4a14-8677-4e583c4391fe} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4881 | 2024.07.04 19:27:33.187314 [ 3 ] {5d0cfae2-472e-4a14-8677-4e583c4391fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4882 | 2024.07.04 19:27:33.187680 [ 3 ] {5d0cfae2-472e-4a14-8677-4e583c4391fe} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4883 | 2024.07.04 19:27:33.188008 [ 3 ] {5d0cfae2-472e-4a14-8677-4e583c4391fe} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4884 | 2024.07.04 19:27:33.188157 [ 3 ] {5d0cfae2-472e-4a14-8677-4e583c4391fe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001762 sec., 31782.06583427923 rows/sec., 2.43 MiB/sec. | ||
4885 | 2024.07.04 19:27:33.188193 [ 125 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4886 | 2024.07.04 19:27:33.188306 [ 125 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4887 | 2024.07.04 19:27:33.188342 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4888 | 2024.07.04 19:27:33.188459 [ 3 ] {5d0cfae2-472e-4a14-8677-4e583c4391fe} <Debug> DynamicQueryHandler: Done processing query | ||
4889 | 2024.07.04 19:27:33.188518 [ 3 ] {5d0cfae2-472e-4a14-8677-4e583c4391fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4890 | 2024.07.04 19:27:33.188549 [ 3 ] {} <Debug> HTTP-Session: 49df48b6-1d37-4350-af84-c2520fbd71ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4891 | 2024.07.04 19:27:33.188550 [ 193 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
4892 | 2024.07.04 19:27:33.188754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4893 | 2024.07.04 19:27:33.188776 [ 193 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4894 | 2024.07.04 19:27:33.188826 [ 193 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 190 rows starting from the beginning of the part | ||
4895 | 2024.07.04 19:27:33.188848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4896 | 2024.07.04 19:27:33.188879 [ 3 ] {} <Debug> HTTP-Session: bc77c947-1d9a-4efd-83ab-8527b0f772da Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4897 | 2024.07.04 19:27:33.188906 [ 3 ] {} <Debug> HTTP-Session: bc77c947-1d9a-4efd-83ab-8527b0f772da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4898 | 2024.07.04 19:27:33.188953 [ 3 ] {} <Debug> HTTP-Session: bc77c947-1d9a-4efd-83ab-8527b0f772da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4899 | 2024.07.04 19:27:33.189058 [ 193 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 94 rows starting from the beginning of the part | ||
4900 | 2024.07.04 19:27:33.189107 [ 3 ] {} <Trace> HTTP-Session: bc77c947-1d9a-4efd-83ab-8527b0f772da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4901 | 2024.07.04 19:27:33.189346 [ 193 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 147 rows starting from the beginning of the part | ||
4902 | 2024.07.04 19:27:33.189620 [ 193 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
4903 | 2024.07.04 19:27:33.189804 [ 3 ] {f7786f55-e034-4405-a50b-bbcf998f7698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4904 | 2024.07.04 19:27:33.189849 [ 193 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 147 rows starting from the beginning of the part | ||
4905 | 2024.07.04 19:27:33.190011 [ 3 ] {f7786f55-e034-4405-a50b-bbcf998f7698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4906 | 2024.07.04 19:27:33.190088 [ 193 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
4907 | 2024.07.04 19:27:33.190782 [ 3 ] {f7786f55-e034-4405-a50b-bbcf998f7698} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4908 | 2024.07.04 19:27:33.191635 [ 3 ] {f7786f55-e034-4405-a50b-bbcf998f7698} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4909 | 2024.07.04 19:27:33.191707 [ 3 ] {f7786f55-e034-4405-a50b-bbcf998f7698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4910 | 2024.07.04 19:27:33.192539 [ 3 ] {f7786f55-e034-4405-a50b-bbcf998f7698} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4911 | 2024.07.04 19:27:33.193250 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 4 columns (4 merged, 0 gathered) in 0.004808879 sec., 143484.58341330691 rows/sec., 11.60 MiB/sec. | ||
4912 | 2024.07.04 19:27:33.193448 [ 3 ] {f7786f55-e034-4405-a50b-bbcf998f7698} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4913 | 2024.07.04 19:27:33.193575 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4914 | 2024.07.04 19:27:33.193693 [ 125 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4915 | 2024.07.04 19:27:33.193796 [ 125 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4916 | 2024.07.04 19:27:33.193880 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4917 | 2024.07.04 19:27:33.193898 [ 3 ] {f7786f55-e034-4405-a50b-bbcf998f7698} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004407 sec., 14522.350805536646 rows/sec., 1.13 MiB/sec. | ||
4918 | 2024.07.04 19:27:33.194359 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
4919 | 2024.07.04 19:27:33.194650 [ 3 ] {f7786f55-e034-4405-a50b-bbcf998f7698} <Debug> DynamicQueryHandler: Done processing query | ||
4920 | 2024.07.04 19:27:33.194750 [ 3 ] {f7786f55-e034-4405-a50b-bbcf998f7698} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4921 | 2024.07.04 19:27:33.194828 [ 3 ] {} <Debug> HTTP-Session: bc77c947-1d9a-4efd-83ab-8527b0f772da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4922 | 2024.07.04 19:27:33.194861 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4923 | 2024.07.04 19:27:33.194922 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 150 rows starting from the beginning of the part | ||
4924 | 2024.07.04 19:27:33.195046 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4925 | 2024.07.04 19:27:33.195161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4926 | 2024.07.04 19:27:33.195243 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 92 rows starting from the beginning of the part | ||
4927 | 2024.07.04 19:27:33.195434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4928 | 2024.07.04 19:27:33.195564 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_31_6} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4929 | 2024.07.04 19:27:33.195571 [ 3 ] {} <Debug> HTTP-Session: 46714d33-77c2-4c3c-8cf0-aec9f989e097 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4930 | 2024.07.04 19:27:33.195623 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 96 rows starting from the beginning of the part | ||
4931 | 2024.07.04 19:27:33.195683 [ 3 ] {} <Debug> HTTP-Session: 46714d33-77c2-4c3c-8cf0-aec9f989e097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4932 | 2024.07.04 19:27:33.195773 [ 3 ] {} <Debug> HTTP-Session: 46714d33-77c2-4c3c-8cf0-aec9f989e097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4933 | 2024.07.04 19:27:33.195947 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
4934 | 2024.07.04 19:27:33.196025 [ 3 ] {} <Trace> HTTP-Session: 46714d33-77c2-4c3c-8cf0-aec9f989e097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4935 | 2024.07.04 19:27:33.196130 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
4936 | 2024.07.04 19:27:33.196350 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 96 rows starting from the beginning of the part | ||
4937 | 2024.07.04 19:27:33.196547 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
4938 | 2024.07.04 19:27:33.196588 [ 3 ] {ad56fd37-b308-4bd6-a7eb-35dda291019c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4939 | 2024.07.04 19:27:33.196880 [ 3 ] {ad56fd37-b308-4bd6-a7eb-35dda291019c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4940 | 2024.07.04 19:27:33.197454 [ 3 ] {ad56fd37-b308-4bd6-a7eb-35dda291019c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4941 | 2024.07.04 19:27:33.198454 [ 3 ] {ad56fd37-b308-4bd6-a7eb-35dda291019c} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4942 | 2024.07.04 19:27:33.198518 [ 3 ] {ad56fd37-b308-4bd6-a7eb-35dda291019c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4943 | 2024.07.04 19:27:33.199343 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 4 columns (4 merged, 0 gathered) in 0.005340176 sec., 105239.97710936867 rows/sec., 8.22 MiB/sec. | ||
4944 | 2024.07.04 19:27:33.199544 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4945 | 2024.07.04 19:27:33.199554 [ 3 ] {ad56fd37-b308-4bd6-a7eb-35dda291019c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4946 | 2024.07.04 19:27:33.200933 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4947 | 2024.07.04 19:27:33.201098 [ 3 ] {ad56fd37-b308-4bd6-a7eb-35dda291019c} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4948 | 2024.07.04 19:27:33.201156 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_31_6} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4949 | 2024.07.04 19:27:33.201300 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4950 | 2024.07.04 19:27:33.201384 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4951 | 2024.07.04 19:27:33.201445 [ 3 ] {ad56fd37-b308-4bd6-a7eb-35dda291019c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005158 sec., 31019.775106630474 rows/sec., 2.16 MiB/sec. | ||
4952 | 2024.07.04 19:27:33.201457 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4953 | 2024.07.04 19:27:33.201532 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4954 | 2024.07.04 19:27:33.201787 [ 198 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
4955 | 2024.07.04 19:27:33.201821 [ 3 ] {ad56fd37-b308-4bd6-a7eb-35dda291019c} <Debug> DynamicQueryHandler: Done processing query | ||
4956 | 2024.07.04 19:27:33.201884 [ 3 ] {ad56fd37-b308-4bd6-a7eb-35dda291019c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4957 | 2024.07.04 19:27:33.201927 [ 3 ] {} <Debug> HTTP-Session: 46714d33-77c2-4c3c-8cf0-aec9f989e097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4958 | 2024.07.04 19:27:33.202058 [ 198 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4959 | 2024.07.04 19:27:33.202089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4960 | 2024.07.04 19:27:33.202133 [ 198 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3828 rows starting from the beginning of the part | ||
4961 | 2024.07.04 19:27:33.202174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4962 | 2024.07.04 19:27:33.202220 [ 3 ] {} <Debug> HTTP-Session: e9c499b7-e338-4b78-bb77-8b3abc14f3d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
4963 | 2024.07.04 19:27:33.202279 [ 3 ] {} <Debug> HTTP-Session: e9c499b7-e338-4b78-bb77-8b3abc14f3d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4964 | 2024.07.04 19:27:33.202372 [ 3 ] {} <Debug> HTTP-Session: e9c499b7-e338-4b78-bb77-8b3abc14f3d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4965 | 2024.07.04 19:27:33.202414 [ 198 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 198 rows starting from the beginning of the part | ||
4966 | 2024.07.04 19:27:33.202530 [ 3 ] {} <Trace> HTTP-Session: e9c499b7-e338-4b78-bb77-8b3abc14f3d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4967 | 2024.07.04 19:27:33.202703 [ 198 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 161 rows starting from the beginning of the part | ||
4968 | 2024.07.04 19:27:33.203038 [ 198 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
4969 | 2024.07.04 19:27:33.203163 [ 3 ] {2c385332-5f25-4d99-99e3-43a36ed29615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4970 | 2024.07.04 19:27:33.203284 [ 198 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
4971 | 2024.07.04 19:27:33.203460 [ 3 ] {2c385332-5f25-4d99-99e3-43a36ed29615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4972 | 2024.07.04 19:27:33.203563 [ 198 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
4973 | 2024.07.04 19:27:33.204414 [ 3 ] {2c385332-5f25-4d99-99e3-43a36ed29615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4974 | 2024.07.04 19:27:33.205010 [ 3 ] {2c385332-5f25-4d99-99e3-43a36ed29615} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4975 | 2024.07.04 19:27:33.205052 [ 3 ] {2c385332-5f25-4d99-99e3-43a36ed29615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4976 | 2024.07.04 19:27:33.206077 [ 3 ] {2c385332-5f25-4d99-99e3-43a36ed29615} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4977 | 2024.07.04 19:27:33.206739 [ 3 ] {2c385332-5f25-4d99-99e3-43a36ed29615} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4978 | 2024.07.04 19:27:33.207073 [ 125 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4979 | 2024.07.04 19:27:33.207095 [ 3 ] {2c385332-5f25-4d99-99e3-43a36ed29615} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004188 sec., 14326.647564469915 rows/sec., 988.69 KiB/sec. | ||
4980 | 2024.07.04 19:27:33.207136 [ 125 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4981 | 2024.07.04 19:27:33.207248 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
4982 | 2024.07.04 19:27:33.207675 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4983 | 2024.07.04 19:27:33.207777 [ 3 ] {2c385332-5f25-4d99-99e3-43a36ed29615} <Debug> DynamicQueryHandler: Done processing query | ||
4984 | 2024.07.04 19:27:33.207928 [ 3 ] {2c385332-5f25-4d99-99e3-43a36ed29615} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4985 | 2024.07.04 19:27:33.208058 [ 3 ] {} <Debug> HTTP-Session: e9c499b7-e338-4b78-bb77-8b3abc14f3d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4986 | 2024.07.04 19:27:33.208200 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4668 rows, containing 5 columns (5 merged, 0 gathered) in 0.006504022 sec., 717709.7494442669 rows/sec., 50.07 MiB/sec. | ||
4987 | 2024.07.04 19:27:33.208260 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4988 | 2024.07.04 19:27:33.208299 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1340 rows starting from the beginning of the part | ||
4989 | 2024.07.04 19:27:33.208373 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4990 | 2024.07.04 19:27:33.208463 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4991 | 2024.07.04 19:27:33.208759 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4992 | 2024.07.04 19:27:33.208842 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4993 | 2024.07.04 19:27:33.209194 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4994 | 2024.07.04 19:27:33.209470 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
4995 | 2024.07.04 19:27:33.210487 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4996 | 2024.07.04 19:27:33.210692 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4997 | 2024.07.04 19:27:33.210830 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
4998 | 2024.07.04 19:27:33.211581 [ 188 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1640 rows, containing 4 columns (4 merged, 0 gathered) in 0.004150859 sec., 395098.94217076513 rows/sec., 26.58 MiB/sec. | ||
4999 | 2024.07.04 19:27:33.211791 [ 198 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5000 | 2024.07.04 19:27:33.212200 [ 198 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_31_6} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5001 | 2024.07.04 19:27:33.212287 [ 198 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_31_6} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5002 | 2024.07.04 19:27:33.212387 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
5003 | 2024.07.04 19:27:38.187596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5004 | 2024.07.04 19:27:38.187731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5005 | 2024.07.04 19:27:38.187759 [ 3 ] {} <Debug> HTTP-Session: 7810301f-e759-4019-a497-9bab861b734b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5006 | 2024.07.04 19:27:38.187788 [ 3 ] {} <Debug> HTTP-Session: 7810301f-e759-4019-a497-9bab861b734b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5007 | 2024.07.04 19:27:38.187806 [ 3 ] {} <Debug> HTTP-Session: 7810301f-e759-4019-a497-9bab861b734b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5008 | 2024.07.04 19:27:38.187865 [ 3 ] {} <Trace> HTTP-Session: 7810301f-e759-4019-a497-9bab861b734b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5009 | 2024.07.04 19:27:38.188066 [ 3 ] {b7d3dd69-35bc-442a-8dab-460364a3a6ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5010 | 2024.07.04 19:27:38.188130 [ 3 ] {b7d3dd69-35bc-442a-8dab-460364a3a6ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5011 | 2024.07.04 19:27:38.188320 [ 3 ] {b7d3dd69-35bc-442a-8dab-460364a3a6ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5012 | 2024.07.04 19:27:38.188807 [ 3 ] {b7d3dd69-35bc-442a-8dab-460364a3a6ff} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5013 | 2024.07.04 19:27:38.188847 [ 3 ] {b7d3dd69-35bc-442a-8dab-460364a3a6ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5014 | 2024.07.04 19:27:38.189209 [ 3 ] {b7d3dd69-35bc-442a-8dab-460364a3a6ff} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5015 | 2024.07.04 19:27:38.189546 [ 3 ] {b7d3dd69-35bc-442a-8dab-460364a3a6ff} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5016 | 2024.07.04 19:27:38.189724 [ 3 ] {b7d3dd69-35bc-442a-8dab-460364a3a6ff} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001713 sec., 17513.134851138355 rows/sec., 1.39 MiB/sec. | ||
5017 | 2024.07.04 19:27:38.189733 [ 126 ] {} <Debug> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
5018 | 2024.07.04 19:27:38.189844 [ 126 ] {} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5019 | 2024.07.04 19:27:38.189902 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5020 | 2024.07.04 19:27:38.190028 [ 3 ] {b7d3dd69-35bc-442a-8dab-460364a3a6ff} <Debug> DynamicQueryHandler: Done processing query | ||
5021 | 2024.07.04 19:27:38.190105 [ 3 ] {b7d3dd69-35bc-442a-8dab-460364a3a6ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5022 | 2024.07.04 19:27:38.190161 [ 3 ] {} <Debug> HTTP-Session: 7810301f-e759-4019-a497-9bab861b734b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5023 | 2024.07.04 19:27:38.190162 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::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 | ||
5024 | 2024.07.04 19:27:38.190380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5025 | 2024.07.04 19:27:38.190544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5026 | 2024.07.04 19:27:38.190608 [ 3 ] {} <Debug> HTTP-Session: e40699a3-25d7-4058-a164-bfd157820660 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5027 | 2024.07.04 19:27:38.190617 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5028 | 2024.07.04 19:27:38.190629 [ 3 ] {} <Debug> HTTP-Session: e40699a3-25d7-4058-a164-bfd157820660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5029 | 2024.07.04 19:27:38.190651 [ 3 ] {} <Debug> HTTP-Session: e40699a3-25d7-4058-a164-bfd157820660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5030 | 2024.07.04 19:27:38.190655 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 30 rows starting from the beginning of the part | ||
5031 | 2024.07.04 19:27:38.190690 [ 3 ] {} <Trace> HTTP-Session: e40699a3-25d7-4058-a164-bfd157820660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5032 | 2024.07.04 19:27:38.190742 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
5033 | 2024.07.04 19:27:38.191070 [ 3 ] {6d40a25e-005a-4e6b-be46-c891d36f7ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5034 | 2024.07.04 19:27:38.191088 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
5035 | 2024.07.04 19:27:38.191234 [ 3 ] {6d40a25e-005a-4e6b-be46-c891d36f7ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5036 | 2024.07.04 19:27:38.191516 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
5037 | 2024.07.04 19:27:38.191715 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
5038 | 2024.07.04 19:27:38.192315 [ 3 ] {6d40a25e-005a-4e6b-be46-c891d36f7ff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5039 | 2024.07.04 19:27:38.192934 [ 3 ] {6d40a25e-005a-4e6b-be46-c891d36f7ff2} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5040 | 2024.07.04 19:27:38.192979 [ 3 ] {6d40a25e-005a-4e6b-be46-c891d36f7ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5041 | 2024.07.04 19:27:38.193293 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003319977 sec., 45181.03589271854 rows/sec., 3.58 MiB/sec. | ||
5042 | 2024.07.04 19:27:38.193529 [ 3 ] {6d40a25e-005a-4e6b-be46-c891d36f7ff2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5043 | 2024.07.04 19:27:38.193528 [ 198 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
5044 | 2024.07.04 19:27:38.194139 [ 3 ] {6d40a25e-005a-4e6b-be46-c891d36f7ff2} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5045 | 2024.07.04 19:27:38.194410 [ 198 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_14_3} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5046 | 2024.07.04 19:27:38.194419 [ 3 ] {6d40a25e-005a-4e6b-be46-c891d36f7ff2} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.003557 sec., 41045.8251335395 rows/sec., 3.44 MiB/sec. | ||
5047 | 2024.07.04 19:27:38.194641 [ 198 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_14_3} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
5048 | 2024.07.04 19:27:38.194787 [ 3 ] {6d40a25e-005a-4e6b-be46-c891d36f7ff2} <Debug> DynamicQueryHandler: Done processing query | ||
5049 | 2024.07.04 19:27:38.194799 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5050 | 2024.07.04 19:27:38.194825 [ 3 ] {6d40a25e-005a-4e6b-be46-c891d36f7ff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5051 | 2024.07.04 19:27:38.194858 [ 3 ] {} <Debug> HTTP-Session: e40699a3-25d7-4058-a164-bfd157820660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5052 | 2024.07.04 19:27:38.194985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5053 | 2024.07.04 19:27:38.195034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5054 | 2024.07.04 19:27:38.195052 [ 3 ] {} <Debug> HTTP-Session: 718031b1-4071-4483-80a2-57534da1584e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5055 | 2024.07.04 19:27:38.195068 [ 3 ] {} <Debug> HTTP-Session: 718031b1-4071-4483-80a2-57534da1584e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5056 | 2024.07.04 19:27:38.195082 [ 3 ] {} <Debug> HTTP-Session: 718031b1-4071-4483-80a2-57534da1584e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5057 | 2024.07.04 19:27:38.195114 [ 3 ] {} <Trace> HTTP-Session: 718031b1-4071-4483-80a2-57534da1584e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5058 | 2024.07.04 19:27:38.195247 [ 3 ] {ad962fcc-c32e-4562-9014-9665c0ee1cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5059 | 2024.07.04 19:27:38.195291 [ 3 ] {ad962fcc-c32e-4562-9014-9665c0ee1cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5060 | 2024.07.04 19:27:38.195435 [ 3 ] {ad962fcc-c32e-4562-9014-9665c0ee1cc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5061 | 2024.07.04 19:27:38.195800 [ 3 ] {ad962fcc-c32e-4562-9014-9665c0ee1cc2} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5062 | 2024.07.04 19:27:38.195836 [ 3 ] {ad962fcc-c32e-4562-9014-9665c0ee1cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5063 | 2024.07.04 19:27:38.196158 [ 3 ] {ad962fcc-c32e-4562-9014-9665c0ee1cc2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5064 | 2024.07.04 19:27:38.196470 [ 3 ] {ad962fcc-c32e-4562-9014-9665c0ee1cc2} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5065 | 2024.07.04 19:27:38.196626 [ 3 ] {ad962fcc-c32e-4562-9014-9665c0ee1cc2} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001431 sec., 65688.32983927324 rows/sec., 5.13 MiB/sec. | ||
5066 | 2024.07.04 19:27:38.196785 [ 3 ] {ad962fcc-c32e-4562-9014-9665c0ee1cc2} <Debug> DynamicQueryHandler: Done processing query | ||
5067 | 2024.07.04 19:27:38.196808 [ 3 ] {ad962fcc-c32e-4562-9014-9665c0ee1cc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5068 | 2024.07.04 19:27:38.196824 [ 3 ] {} <Debug> HTTP-Session: 718031b1-4071-4483-80a2-57534da1584e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5069 | 2024.07.04 19:27:38.196952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5070 | 2024.07.04 19:27:38.197001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5071 | 2024.07.04 19:27:38.197019 [ 3 ] {} <Debug> HTTP-Session: 96d5553d-5c04-414f-8e50-e2dac2eb88ac Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5072 | 2024.07.04 19:27:38.197036 [ 3 ] {} <Debug> HTTP-Session: 96d5553d-5c04-414f-8e50-e2dac2eb88ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5073 | 2024.07.04 19:27:38.197050 [ 3 ] {} <Debug> HTTP-Session: 96d5553d-5c04-414f-8e50-e2dac2eb88ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5074 | 2024.07.04 19:27:38.197081 [ 3 ] {} <Trace> HTTP-Session: 96d5553d-5c04-414f-8e50-e2dac2eb88ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5075 | 2024.07.04 19:27:38.197225 [ 3 ] {8e46b29d-dab2-4423-ab7d-3d4f8d5224d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5076 | 2024.07.04 19:27:38.197271 [ 3 ] {8e46b29d-dab2-4423-ab7d-3d4f8d5224d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5077 | 2024.07.04 19:27:38.197415 [ 3 ] {8e46b29d-dab2-4423-ab7d-3d4f8d5224d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5078 | 2024.07.04 19:27:38.197778 [ 3 ] {8e46b29d-dab2-4423-ab7d-3d4f8d5224d4} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5079 | 2024.07.04 19:27:38.197812 [ 3 ] {8e46b29d-dab2-4423-ab7d-3d4f8d5224d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5080 | 2024.07.04 19:27:38.198206 [ 3 ] {8e46b29d-dab2-4423-ab7d-3d4f8d5224d4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5081 | 2024.07.04 19:27:38.198544 [ 3 ] {8e46b29d-dab2-4423-ab7d-3d4f8d5224d4} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5082 | 2024.07.04 19:27:38.198707 [ 3 ] {8e46b29d-dab2-4423-ab7d-3d4f8d5224d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
5083 | 2024.07.04 19:27:38.198861 [ 3 ] {8e46b29d-dab2-4423-ab7d-3d4f8d5224d4} <Debug> DynamicQueryHandler: Done processing query | ||
5084 | 2024.07.04 19:27:38.198884 [ 3 ] {8e46b29d-dab2-4423-ab7d-3d4f8d5224d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5085 | 2024.07.04 19:27:38.198900 [ 3 ] {} <Debug> HTTP-Session: 96d5553d-5c04-414f-8e50-e2dac2eb88ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5086 | 2024.07.04 19:27:38.199045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5087 | 2024.07.04 19:27:38.199092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5088 | 2024.07.04 19:27:38.199111 [ 3 ] {} <Debug> HTTP-Session: 20a4b0ea-decf-4a49-92f3-1c09d7056d95 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5089 | 2024.07.04 19:27:38.199128 [ 3 ] {} <Debug> HTTP-Session: 20a4b0ea-decf-4a49-92f3-1c09d7056d95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5090 | 2024.07.04 19:27:38.199141 [ 3 ] {} <Debug> HTTP-Session: 20a4b0ea-decf-4a49-92f3-1c09d7056d95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5091 | 2024.07.04 19:27:38.199172 [ 3 ] {} <Trace> HTTP-Session: 20a4b0ea-decf-4a49-92f3-1c09d7056d95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5092 | 2024.07.04 19:27:38.199473 [ 3 ] {125a6cb5-a612-47a7-afd4-314af359706e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5093 | 2024.07.04 19:27:38.199536 [ 3 ] {125a6cb5-a612-47a7-afd4-314af359706e} <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 | ||
5094 | 2024.07.04 19:27:38.199935 [ 3 ] {125a6cb5-a612-47a7-afd4-314af359706e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5095 | 2024.07.04 19:27:38.200620 [ 3 ] {125a6cb5-a612-47a7-afd4-314af359706e} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5096 | 2024.07.04 19:27:38.200655 [ 3 ] {125a6cb5-a612-47a7-afd4-314af359706e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5097 | 2024.07.04 19:27:38.201259 [ 3 ] {125a6cb5-a612-47a7-afd4-314af359706e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5098 | 2024.07.04 19:27:38.201660 [ 3 ] {125a6cb5-a612-47a7-afd4-314af359706e} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5099 | 2024.07.04 19:27:38.201869 [ 3 ] {125a6cb5-a612-47a7-afd4-314af359706e} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002602 sec., 11529.592621060721 rows/sec., 20.66 MiB/sec. | ||
5100 | 2024.07.04 19:27:38.202387 [ 3 ] {125a6cb5-a612-47a7-afd4-314af359706e} <Debug> DynamicQueryHandler: Done processing query | ||
5101 | 2024.07.04 19:27:38.202411 [ 3 ] {125a6cb5-a612-47a7-afd4-314af359706e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5102 | 2024.07.04 19:27:38.202428 [ 3 ] {} <Debug> HTTP-Session: 20a4b0ea-decf-4a49-92f3-1c09d7056d95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5103 | 2024.07.04 19:27:38.202547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5104 | 2024.07.04 19:27:38.202597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5105 | 2024.07.04 19:27:38.202615 [ 3 ] {} <Debug> HTTP-Session: 58c4652b-4c09-4c84-a102-aed2d56f9ecd Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5106 | 2024.07.04 19:27:38.202632 [ 3 ] {} <Debug> HTTP-Session: 58c4652b-4c09-4c84-a102-aed2d56f9ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5107 | 2024.07.04 19:27:38.202646 [ 3 ] {} <Debug> HTTP-Session: 58c4652b-4c09-4c84-a102-aed2d56f9ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5108 | 2024.07.04 19:27:38.202677 [ 3 ] {} <Trace> HTTP-Session: 58c4652b-4c09-4c84-a102-aed2d56f9ecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5109 | 2024.07.04 19:27:38.202798 [ 3 ] {843e7434-2b07-457e-b019-4484f71079c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5110 | 2024.07.04 19:27:38.202842 [ 3 ] {843e7434-2b07-457e-b019-4484f71079c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5111 | 2024.07.04 19:27:38.202992 [ 3 ] {843e7434-2b07-457e-b019-4484f71079c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5112 | 2024.07.04 19:27:38.203293 [ 3 ] {843e7434-2b07-457e-b019-4484f71079c2} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5113 | 2024.07.04 19:27:38.203329 [ 3 ] {843e7434-2b07-457e-b019-4484f71079c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5114 | 2024.07.04 19:27:38.203689 [ 3 ] {843e7434-2b07-457e-b019-4484f71079c2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5115 | 2024.07.04 19:27:38.204016 [ 3 ] {843e7434-2b07-457e-b019-4484f71079c2} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5116 | 2024.07.04 19:27:38.204171 [ 3 ] {843e7434-2b07-457e-b019-4484f71079c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
5117 | 2024.07.04 19:27:38.204322 [ 3 ] {843e7434-2b07-457e-b019-4484f71079c2} <Debug> DynamicQueryHandler: Done processing query | ||
5118 | 2024.07.04 19:27:38.204346 [ 3 ] {843e7434-2b07-457e-b019-4484f71079c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5119 | 2024.07.04 19:27:38.204361 [ 3 ] {} <Debug> HTTP-Session: 58c4652b-4c09-4c84-a102-aed2d56f9ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5120 | 2024.07.04 19:27:43.187457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5121 | 2024.07.04 19:27:43.187599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5122 | 2024.07.04 19:27:43.187636 [ 3 ] {} <Debug> HTTP-Session: c138f737-cec1-46ff-8267-29655e844132 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5123 | 2024.07.04 19:27:43.187665 [ 3 ] {} <Debug> HTTP-Session: c138f737-cec1-46ff-8267-29655e844132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5124 | 2024.07.04 19:27:43.187683 [ 3 ] {} <Debug> HTTP-Session: c138f737-cec1-46ff-8267-29655e844132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5125 | 2024.07.04 19:27:43.187739 [ 3 ] {} <Trace> HTTP-Session: c138f737-cec1-46ff-8267-29655e844132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5126 | 2024.07.04 19:27:43.187975 [ 3 ] {74482a84-91bb-4b2f-a9bd-f80f6e7708ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5127 | 2024.07.04 19:27:43.188051 [ 3 ] {74482a84-91bb-4b2f-a9bd-f80f6e7708ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5128 | 2024.07.04 19:27:43.188251 [ 3 ] {74482a84-91bb-4b2f-a9bd-f80f6e7708ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5129 | 2024.07.04 19:27:43.188721 [ 3 ] {74482a84-91bb-4b2f-a9bd-f80f6e7708ed} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5130 | 2024.07.04 19:27:43.188763 [ 3 ] {74482a84-91bb-4b2f-a9bd-f80f6e7708ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5131 | 2024.07.04 19:27:43.189126 [ 3 ] {74482a84-91bb-4b2f-a9bd-f80f6e7708ed} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5132 | 2024.07.04 19:27:43.189454 [ 3 ] {74482a84-91bb-4b2f-a9bd-f80f6e7708ed} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5133 | 2024.07.04 19:27:43.189611 [ 3 ] {74482a84-91bb-4b2f-a9bd-f80f6e7708ed} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001717 sec., 53581.82877111241 rows/sec., 4.06 MiB/sec. | ||
5134 | 2024.07.04 19:27:43.189812 [ 3 ] {74482a84-91bb-4b2f-a9bd-f80f6e7708ed} <Debug> DynamicQueryHandler: Done processing query | ||
5135 | 2024.07.04 19:27:43.189838 [ 3 ] {74482a84-91bb-4b2f-a9bd-f80f6e7708ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5136 | 2024.07.04 19:27:43.189854 [ 3 ] {} <Debug> HTTP-Session: c138f737-cec1-46ff-8267-29655e844132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5137 | 2024.07.04 19:27:43.189985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5138 | 2024.07.04 19:27:43.190033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5139 | 2024.07.04 19:27:43.190052 [ 3 ] {} <Debug> HTTP-Session: e981c886-fdaf-40c9-826a-1477222fd70b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5140 | 2024.07.04 19:27:43.190069 [ 3 ] {} <Debug> HTTP-Session: e981c886-fdaf-40c9-826a-1477222fd70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5141 | 2024.07.04 19:27:43.190083 [ 3 ] {} <Debug> HTTP-Session: e981c886-fdaf-40c9-826a-1477222fd70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5142 | 2024.07.04 19:27:43.190114 [ 3 ] {} <Trace> HTTP-Session: e981c886-fdaf-40c9-826a-1477222fd70b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5143 | 2024.07.04 19:27:43.190230 [ 3 ] {343017d6-40c0-4a1d-a420-10f63204328e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5144 | 2024.07.04 19:27:43.190273 [ 3 ] {343017d6-40c0-4a1d-a420-10f63204328e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5145 | 2024.07.04 19:27:43.190397 [ 3 ] {343017d6-40c0-4a1d-a420-10f63204328e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5146 | 2024.07.04 19:27:43.190752 [ 3 ] {343017d6-40c0-4a1d-a420-10f63204328e} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5147 | 2024.07.04 19:27:43.190788 [ 3 ] {343017d6-40c0-4a1d-a420-10f63204328e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5148 | 2024.07.04 19:27:43.191095 [ 3 ] {343017d6-40c0-4a1d-a420-10f63204328e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5149 | 2024.07.04 19:27:43.191399 [ 3 ] {343017d6-40c0-4a1d-a420-10f63204328e} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5150 | 2024.07.04 19:27:43.191559 [ 3 ] {343017d6-40c0-4a1d-a420-10f63204328e} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001362 sec., 64610.86637298091 rows/sec., 5.03 MiB/sec. | ||
5151 | 2024.07.04 19:27:43.191818 [ 3 ] {343017d6-40c0-4a1d-a420-10f63204328e} <Debug> DynamicQueryHandler: Done processing query | ||
5152 | 2024.07.04 19:27:43.191874 [ 3 ] {343017d6-40c0-4a1d-a420-10f63204328e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5153 | 2024.07.04 19:27:43.191918 [ 3 ] {} <Debug> HTTP-Session: e981c886-fdaf-40c9-826a-1477222fd70b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5154 | 2024.07.04 19:27:43.192088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 35693, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5155 | 2024.07.04 19:27:43.192137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5156 | 2024.07.04 19:27:43.192156 [ 3 ] {} <Debug> HTTP-Session: a406c80d-f4b7-4a1a-ae57-3f7f24873fda Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5157 | 2024.07.04 19:27:43.192173 [ 3 ] {} <Debug> HTTP-Session: a406c80d-f4b7-4a1a-ae57-3f7f24873fda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5158 | 2024.07.04 19:27:43.192188 [ 3 ] {} <Debug> HTTP-Session: a406c80d-f4b7-4a1a-ae57-3f7f24873fda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5159 | 2024.07.04 19:27:43.192219 [ 3 ] {} <Trace> HTTP-Session: a406c80d-f4b7-4a1a-ae57-3f7f24873fda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5160 | 2024.07.04 19:27:43.192375 [ 3 ] {f1549b97-f890-4845-a151-1095d1210ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5161 | 2024.07.04 19:27:43.192423 [ 3 ] {f1549b97-f890-4845-a151-1095d1210ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5162 | 2024.07.04 19:27:43.192590 [ 3 ] {f1549b97-f890-4845-a151-1095d1210ab4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5163 | 2024.07.04 19:27:43.193031 [ 3 ] {f1549b97-f890-4845-a151-1095d1210ab4} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5164 | 2024.07.04 19:27:43.193067 [ 3 ] {f1549b97-f890-4845-a151-1095d1210ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5165 | 2024.07.04 19:27:43.193453 [ 3 ] {f1549b97-f890-4845-a151-1095d1210ab4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5166 | 2024.07.04 19:27:43.193785 [ 3 ] {f1549b97-f890-4845-a151-1095d1210ab4} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5167 | 2024.07.04 19:27:43.193944 [ 3 ] {f1549b97-f890-4845-a151-1095d1210ab4} <Debug> executeQuery: Read 186 rows, 13.30 KiB in 0.001633 sec., 113900.79608083284 rows/sec., 7.96 MiB/sec. | ||
5168 | 2024.07.04 19:27:43.194249 [ 3 ] {f1549b97-f890-4845-a151-1095d1210ab4} <Debug> DynamicQueryHandler: Done processing query | ||
5169 | 2024.07.04 19:27:43.194285 [ 3 ] {f1549b97-f890-4845-a151-1095d1210ab4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5170 | 2024.07.04 19:27:43.194302 [ 3 ] {} <Debug> HTTP-Session: a406c80d-f4b7-4a1a-ae57-3f7f24873fda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5171 | 2024.07.04 19:27:43.194418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 8505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5172 | 2024.07.04 19:27:43.194466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5173 | 2024.07.04 19:27:43.194484 [ 3 ] {} <Debug> HTTP-Session: 91eb4f29-dcc1-4456-83a6-8367311278d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5174 | 2024.07.04 19:27:43.194500 [ 3 ] {} <Debug> HTTP-Session: 91eb4f29-dcc1-4456-83a6-8367311278d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5175 | 2024.07.04 19:27:43.194514 [ 3 ] {} <Debug> HTTP-Session: 91eb4f29-dcc1-4456-83a6-8367311278d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5176 | 2024.07.04 19:27:43.194544 [ 3 ] {} <Trace> HTTP-Session: 91eb4f29-dcc1-4456-83a6-8367311278d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5177 | 2024.07.04 19:27:43.194657 [ 3 ] {40679ddd-b1dd-4ae8-bc5a-57e397e91734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5178 | 2024.07.04 19:27:43.194703 [ 3 ] {40679ddd-b1dd-4ae8-bc5a-57e397e91734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5179 | 2024.07.04 19:27:43.194845 [ 3 ] {40679ddd-b1dd-4ae8-bc5a-57e397e91734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5180 | 2024.07.04 19:27:43.195138 [ 3 ] {40679ddd-b1dd-4ae8-bc5a-57e397e91734} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5181 | 2024.07.04 19:27:43.195174 [ 3 ] {40679ddd-b1dd-4ae8-bc5a-57e397e91734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5182 | 2024.07.04 19:27:43.195526 [ 3 ] {40679ddd-b1dd-4ae8-bc5a-57e397e91734} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5183 | 2024.07.04 19:27:43.195842 [ 3 ] {40679ddd-b1dd-4ae8-bc5a-57e397e91734} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5184 | 2024.07.04 19:27:43.195991 [ 3 ] {40679ddd-b1dd-4ae8-bc5a-57e397e91734} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001368 sec., 40935.67251461988 rows/sec., 2.76 MiB/sec. | ||
5185 | 2024.07.04 19:27:43.196148 [ 3 ] {40679ddd-b1dd-4ae8-bc5a-57e397e91734} <Debug> DynamicQueryHandler: Done processing query | ||
5186 | 2024.07.04 19:27:43.196172 [ 3 ] {40679ddd-b1dd-4ae8-bc5a-57e397e91734} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5187 | 2024.07.04 19:27:43.196187 [ 3 ] {} <Debug> HTTP-Session: 91eb4f29-dcc1-4456-83a6-8367311278d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5188 | 2024.07.04 19:27:46.785187 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5189 | 2024.07.04 19:27:46.785293 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5190 | 2024.07.04 19:27:48.187342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5191 | 2024.07.04 19:27:48.187440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5192 | 2024.07.04 19:27:48.187464 [ 3 ] {} <Debug> HTTP-Session: 4a987e25-af31-41a7-b25c-ee4f24a5d1bb Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5193 | 2024.07.04 19:27:48.187487 [ 3 ] {} <Debug> HTTP-Session: 4a987e25-af31-41a7-b25c-ee4f24a5d1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5194 | 2024.07.04 19:27:48.187502 [ 3 ] {} <Debug> HTTP-Session: 4a987e25-af31-41a7-b25c-ee4f24a5d1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5195 | 2024.07.04 19:27:48.187549 [ 3 ] {} <Trace> HTTP-Session: 4a987e25-af31-41a7-b25c-ee4f24a5d1bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5196 | 2024.07.04 19:27:48.187726 [ 3 ] {446ba6c3-9d31-4e0e-89a3-e34fc5b67b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5197 | 2024.07.04 19:27:48.187790 [ 3 ] {446ba6c3-9d31-4e0e-89a3-e34fc5b67b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5198 | 2024.07.04 19:27:48.187974 [ 3 ] {446ba6c3-9d31-4e0e-89a3-e34fc5b67b77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5199 | 2024.07.04 19:27:48.188411 [ 3 ] {446ba6c3-9d31-4e0e-89a3-e34fc5b67b77} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5200 | 2024.07.04 19:27:48.188450 [ 3 ] {446ba6c3-9d31-4e0e-89a3-e34fc5b67b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5201 | 2024.07.04 19:27:48.188807 [ 3 ] {446ba6c3-9d31-4e0e-89a3-e34fc5b67b77} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5202 | 2024.07.04 19:27:48.189141 [ 3 ] {446ba6c3-9d31-4e0e-89a3-e34fc5b67b77} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5203 | 2024.07.04 19:27:48.189277 [ 3 ] {446ba6c3-9d31-4e0e-89a3-e34fc5b67b77} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001609 sec., 18645.121193287756 rows/sec., 1.48 MiB/sec. | ||
5204 | 2024.07.04 19:27:48.189523 [ 3 ] {446ba6c3-9d31-4e0e-89a3-e34fc5b67b77} <Debug> DynamicQueryHandler: Done processing query | ||
5205 | 2024.07.04 19:27:48.189548 [ 3 ] {446ba6c3-9d31-4e0e-89a3-e34fc5b67b77} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5206 | 2024.07.04 19:27:48.189565 [ 3 ] {} <Debug> HTTP-Session: 4a987e25-af31-41a7-b25c-ee4f24a5d1bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5207 | 2024.07.04 19:27:48.189704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5208 | 2024.07.04 19:27:48.189756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5209 | 2024.07.04 19:27:48.189775 [ 3 ] {} <Debug> HTTP-Session: 6204d766-b84c-4de0-a969-b236f7921060 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5210 | 2024.07.04 19:27:48.189793 [ 3 ] {} <Debug> HTTP-Session: 6204d766-b84c-4de0-a969-b236f7921060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5211 | 2024.07.04 19:27:48.189807 [ 3 ] {} <Debug> HTTP-Session: 6204d766-b84c-4de0-a969-b236f7921060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5212 | 2024.07.04 19:27:48.189843 [ 3 ] {} <Trace> HTTP-Session: 6204d766-b84c-4de0-a969-b236f7921060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5213 | 2024.07.04 19:27:48.189982 [ 3 ] {f0e5c18d-1dd8-40f3-b54c-539ae91a09fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5214 | 2024.07.04 19:27:48.190026 [ 3 ] {f0e5c18d-1dd8-40f3-b54c-539ae91a09fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5215 | 2024.07.04 19:27:48.190152 [ 3 ] {f0e5c18d-1dd8-40f3-b54c-539ae91a09fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5216 | 2024.07.04 19:27:48.190525 [ 3 ] {f0e5c18d-1dd8-40f3-b54c-539ae91a09fe} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5217 | 2024.07.04 19:27:48.190560 [ 3 ] {f0e5c18d-1dd8-40f3-b54c-539ae91a09fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5218 | 2024.07.04 19:27:48.190870 [ 3 ] {f0e5c18d-1dd8-40f3-b54c-539ae91a09fe} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5219 | 2024.07.04 19:27:48.191174 [ 3 ] {f0e5c18d-1dd8-40f3-b54c-539ae91a09fe} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5220 | 2024.07.04 19:27:48.191295 [ 3 ] {f0e5c18d-1dd8-40f3-b54c-539ae91a09fe} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001377 sec., 106027.59622367466 rows/sec., 8.88 MiB/sec. | ||
5221 | 2024.07.04 19:27:48.191438 [ 3 ] {f0e5c18d-1dd8-40f3-b54c-539ae91a09fe} <Debug> DynamicQueryHandler: Done processing query | ||
5222 | 2024.07.04 19:27:48.191462 [ 3 ] {f0e5c18d-1dd8-40f3-b54c-539ae91a09fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5223 | 2024.07.04 19:27:48.191477 [ 3 ] {} <Debug> HTTP-Session: 6204d766-b84c-4de0-a969-b236f7921060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5224 | 2024.07.04 19:27:48.191587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5225 | 2024.07.04 19:27:48.191633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5226 | 2024.07.04 19:27:48.191651 [ 3 ] {} <Debug> HTTP-Session: 2dd04b00-624b-4b05-94ff-1498866e5ddd Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5227 | 2024.07.04 19:27:48.191667 [ 3 ] {} <Debug> HTTP-Session: 2dd04b00-624b-4b05-94ff-1498866e5ddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5228 | 2024.07.04 19:27:48.191681 [ 3 ] {} <Debug> HTTP-Session: 2dd04b00-624b-4b05-94ff-1498866e5ddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5229 | 2024.07.04 19:27:48.191710 [ 3 ] {} <Trace> HTTP-Session: 2dd04b00-624b-4b05-94ff-1498866e5ddd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5230 | 2024.07.04 19:27:48.191834 [ 3 ] {78fc1ace-d3cb-484a-9437-ca701a9fe3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5231 | 2024.07.04 19:27:48.191875 [ 3 ] {78fc1ace-d3cb-484a-9437-ca701a9fe3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5232 | 2024.07.04 19:27:48.191994 [ 3 ] {78fc1ace-d3cb-484a-9437-ca701a9fe3f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5233 | 2024.07.04 19:27:48.192326 [ 3 ] {78fc1ace-d3cb-484a-9437-ca701a9fe3f1} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5234 | 2024.07.04 19:27:48.192362 [ 3 ] {78fc1ace-d3cb-484a-9437-ca701a9fe3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5235 | 2024.07.04 19:27:48.192666 [ 3 ] {78fc1ace-d3cb-484a-9437-ca701a9fe3f1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5236 | 2024.07.04 19:27:48.192965 [ 3 ] {78fc1ace-d3cb-484a-9437-ca701a9fe3f1} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5237 | 2024.07.04 19:27:48.193090 [ 3 ] {78fc1ace-d3cb-484a-9437-ca701a9fe3f1} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001309 sec., 71810.54239877769 rows/sec., 5.61 MiB/sec. | ||
5238 | 2024.07.04 19:27:48.193247 [ 3 ] {78fc1ace-d3cb-484a-9437-ca701a9fe3f1} <Debug> DynamicQueryHandler: Done processing query | ||
5239 | 2024.07.04 19:27:48.193270 [ 3 ] {78fc1ace-d3cb-484a-9437-ca701a9fe3f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5240 | 2024.07.04 19:27:48.193286 [ 3 ] {} <Debug> HTTP-Session: 2dd04b00-624b-4b05-94ff-1498866e5ddd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5241 | 2024.07.04 19:27:48.193435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5242 | 2024.07.04 19:27:48.193483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5243 | 2024.07.04 19:27:48.193502 [ 3 ] {} <Debug> HTTP-Session: 490a115d-5630-4a50-9c25-cd77518a4ad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5244 | 2024.07.04 19:27:48.193518 [ 3 ] {} <Debug> HTTP-Session: 490a115d-5630-4a50-9c25-cd77518a4ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5245 | 2024.07.04 19:27:48.193531 [ 3 ] {} <Debug> HTTP-Session: 490a115d-5630-4a50-9c25-cd77518a4ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5246 | 2024.07.04 19:27:48.193561 [ 3 ] {} <Trace> HTTP-Session: 490a115d-5630-4a50-9c25-cd77518a4ad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5247 | 2024.07.04 19:27:48.193698 [ 3 ] {8d293ae1-2c6e-4666-9814-2286a010590a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5248 | 2024.07.04 19:27:48.193742 [ 3 ] {8d293ae1-2c6e-4666-9814-2286a010590a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5249 | 2024.07.04 19:27:48.193885 [ 3 ] {8d293ae1-2c6e-4666-9814-2286a010590a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5250 | 2024.07.04 19:27:48.194248 [ 3 ] {8d293ae1-2c6e-4666-9814-2286a010590a} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5251 | 2024.07.04 19:27:48.194283 [ 3 ] {8d293ae1-2c6e-4666-9814-2286a010590a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5252 | 2024.07.04 19:27:48.194657 [ 3 ] {8d293ae1-2c6e-4666-9814-2286a010590a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5253 | 2024.07.04 19:27:48.194987 [ 3 ] {8d293ae1-2c6e-4666-9814-2286a010590a} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5254 | 2024.07.04 19:27:48.195118 [ 3 ] {8d293ae1-2c6e-4666-9814-2286a010590a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001485 sec., 107744.10774410775 rows/sec., 7.50 MiB/sec. | ||
5255 | 2024.07.04 19:27:48.195308 [ 3 ] {8d293ae1-2c6e-4666-9814-2286a010590a} <Debug> DynamicQueryHandler: Done processing query | ||
5256 | 2024.07.04 19:27:48.195332 [ 3 ] {8d293ae1-2c6e-4666-9814-2286a010590a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5257 | 2024.07.04 19:27:48.195347 [ 3 ] {} <Debug> HTTP-Session: 490a115d-5630-4a50-9c25-cd77518a4ad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5258 | 2024.07.04 19:27:48.195472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5259 | 2024.07.04 19:27:48.195517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5260 | 2024.07.04 19:27:48.195536 [ 3 ] {} <Debug> HTTP-Session: 736939cc-099b-4be3-909d-b6c01ac6c7a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5261 | 2024.07.04 19:27:48.195553 [ 3 ] {} <Debug> HTTP-Session: 736939cc-099b-4be3-909d-b6c01ac6c7a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5262 | 2024.07.04 19:27:48.195566 [ 3 ] {} <Debug> HTTP-Session: 736939cc-099b-4be3-909d-b6c01ac6c7a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5263 | 2024.07.04 19:27:48.195596 [ 3 ] {} <Trace> HTTP-Session: 736939cc-099b-4be3-909d-b6c01ac6c7a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5264 | 2024.07.04 19:27:48.195891 [ 3 ] {7697985e-1875-4051-bf51-ad1a6e48105b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5265 | 2024.07.04 19:27:48.195954 [ 3 ] {7697985e-1875-4051-bf51-ad1a6e48105b} <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 | ||
5266 | 2024.07.04 19:27:48.196345 [ 3 ] {7697985e-1875-4051-bf51-ad1a6e48105b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5267 | 2024.07.04 19:27:48.197031 [ 3 ] {7697985e-1875-4051-bf51-ad1a6e48105b} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5268 | 2024.07.04 19:27:48.197066 [ 3 ] {7697985e-1875-4051-bf51-ad1a6e48105b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5269 | 2024.07.04 19:27:48.197689 [ 3 ] {7697985e-1875-4051-bf51-ad1a6e48105b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5270 | 2024.07.04 19:27:48.198102 [ 3 ] {7697985e-1875-4051-bf51-ad1a6e48105b} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5271 | 2024.07.04 19:27:48.198297 [ 3 ] {7697985e-1875-4051-bf51-ad1a6e48105b} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002617 sec., 11463.50783339702 rows/sec., 20.54 MiB/sec. | ||
5272 | 2024.07.04 19:27:48.198629 [ 3 ] {7697985e-1875-4051-bf51-ad1a6e48105b} <Debug> DynamicQueryHandler: Done processing query | ||
5273 | 2024.07.04 19:27:48.198652 [ 3 ] {7697985e-1875-4051-bf51-ad1a6e48105b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5274 | 2024.07.04 19:27:48.198667 [ 3 ] {} <Debug> HTTP-Session: 736939cc-099b-4be3-909d-b6c01ac6c7a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5275 | 2024.07.04 19:27:48.198785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5276 | 2024.07.04 19:27:48.198832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5277 | 2024.07.04 19:27:48.198851 [ 3 ] {} <Debug> HTTP-Session: e6900373-92e1-4565-9304-e80ce463558a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5278 | 2024.07.04 19:27:48.198867 [ 3 ] {} <Debug> HTTP-Session: e6900373-92e1-4565-9304-e80ce463558a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5279 | 2024.07.04 19:27:48.198881 [ 3 ] {} <Debug> HTTP-Session: e6900373-92e1-4565-9304-e80ce463558a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5280 | 2024.07.04 19:27:48.198913 [ 3 ] {} <Trace> HTTP-Session: e6900373-92e1-4565-9304-e80ce463558a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5281 | 2024.07.04 19:27:48.199024 [ 3 ] {37e32c37-173a-451d-ad4f-b202ec3f2db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5282 | 2024.07.04 19:27:48.199066 [ 3 ] {37e32c37-173a-451d-ad4f-b202ec3f2db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5283 | 2024.07.04 19:27:48.199191 [ 3 ] {37e32c37-173a-451d-ad4f-b202ec3f2db5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5284 | 2024.07.04 19:27:48.199473 [ 3 ] {37e32c37-173a-451d-ad4f-b202ec3f2db5} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5285 | 2024.07.04 19:27:48.199507 [ 3 ] {37e32c37-173a-451d-ad4f-b202ec3f2db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5286 | 2024.07.04 19:27:48.199854 [ 3 ] {37e32c37-173a-451d-ad4f-b202ec3f2db5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5287 | 2024.07.04 19:27:48.200166 [ 3 ] {37e32c37-173a-451d-ad4f-b202ec3f2db5} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5288 | 2024.07.04 19:27:48.200331 [ 3 ] {37e32c37-173a-451d-ad4f-b202ec3f2db5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. | ||
5289 | 2024.07.04 19:27:48.200482 [ 3 ] {37e32c37-173a-451d-ad4f-b202ec3f2db5} <Debug> DynamicQueryHandler: Done processing query | ||
5290 | 2024.07.04 19:27:48.200505 [ 3 ] {37e32c37-173a-451d-ad4f-b202ec3f2db5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5291 | 2024.07.04 19:27:48.200520 [ 3 ] {} <Debug> HTTP-Session: e6900373-92e1-4565-9304-e80ce463558a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5292 | 2024.07.04 19:27:53.185832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5293 | 2024.07.04 19:27:53.185958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5294 | 2024.07.04 19:27:53.185983 [ 3 ] {} <Debug> HTTP-Session: cdbf0669-5fea-49e1-9bcc-d019786a3dbe Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5295 | 2024.07.04 19:27:53.186008 [ 3 ] {} <Debug> HTTP-Session: cdbf0669-5fea-49e1-9bcc-d019786a3dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5296 | 2024.07.04 19:27:53.186022 [ 3 ] {} <Debug> HTTP-Session: cdbf0669-5fea-49e1-9bcc-d019786a3dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5297 | 2024.07.04 19:27:53.186072 [ 3 ] {} <Trace> HTTP-Session: cdbf0669-5fea-49e1-9bcc-d019786a3dbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5298 | 2024.07.04 19:27:53.186263 [ 3 ] {f3d07a94-f9ad-44f1-817d-f6eb6aeb9877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5299 | 2024.07.04 19:27:53.186327 [ 3 ] {f3d07a94-f9ad-44f1-817d-f6eb6aeb9877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5300 | 2024.07.04 19:27:53.186513 [ 3 ] {f3d07a94-f9ad-44f1-817d-f6eb6aeb9877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5301 | 2024.07.04 19:27:53.186989 [ 3 ] {f3d07a94-f9ad-44f1-817d-f6eb6aeb9877} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5302 | 2024.07.04 19:27:53.187027 [ 3 ] {f3d07a94-f9ad-44f1-817d-f6eb6aeb9877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5303 | 2024.07.04 19:27:53.187396 [ 3 ] {f3d07a94-f9ad-44f1-817d-f6eb6aeb9877} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5304 | 2024.07.04 19:27:53.187736 [ 3 ] {f3d07a94-f9ad-44f1-817d-f6eb6aeb9877} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5305 | 2024.07.04 19:27:53.187881 [ 3 ] {f3d07a94-f9ad-44f1-817d-f6eb6aeb9877} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001683 sec., 33273.915626856804 rows/sec., 2.54 MiB/sec. | ||
5306 | 2024.07.04 19:27:53.188074 [ 3 ] {f3d07a94-f9ad-44f1-817d-f6eb6aeb9877} <Debug> DynamicQueryHandler: Done processing query | ||
5307 | 2024.07.04 19:27:53.188101 [ 3 ] {f3d07a94-f9ad-44f1-817d-f6eb6aeb9877} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5308 | 2024.07.04 19:27:53.188117 [ 3 ] {} <Debug> HTTP-Session: cdbf0669-5fea-49e1-9bcc-d019786a3dbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5309 | 2024.07.04 19:27:53.188240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5310 | 2024.07.04 19:27:53.188292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5311 | 2024.07.04 19:27:53.188312 [ 3 ] {} <Debug> HTTP-Session: 08a1a364-22a9-4fd5-9fd5-6d911035a79e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5312 | 2024.07.04 19:27:53.188329 [ 3 ] {} <Debug> HTTP-Session: 08a1a364-22a9-4fd5-9fd5-6d911035a79e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5313 | 2024.07.04 19:27:53.188343 [ 3 ] {} <Debug> HTTP-Session: 08a1a364-22a9-4fd5-9fd5-6d911035a79e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5314 | 2024.07.04 19:27:53.188379 [ 3 ] {} <Trace> HTTP-Session: 08a1a364-22a9-4fd5-9fd5-6d911035a79e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5315 | 2024.07.04 19:27:53.188496 [ 3 ] {badc4cf4-781c-457a-9d53-802abc3c437f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5316 | 2024.07.04 19:27:53.188538 [ 3 ] {badc4cf4-781c-457a-9d53-802abc3c437f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5317 | 2024.07.04 19:27:53.188661 [ 3 ] {badc4cf4-781c-457a-9d53-802abc3c437f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5318 | 2024.07.04 19:27:53.188984 [ 3 ] {badc4cf4-781c-457a-9d53-802abc3c437f} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5319 | 2024.07.04 19:27:53.189019 [ 3 ] {badc4cf4-781c-457a-9d53-802abc3c437f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5320 | 2024.07.04 19:27:53.189339 [ 3 ] {badc4cf4-781c-457a-9d53-802abc3c437f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5321 | 2024.07.04 19:27:53.189636 [ 3 ] {badc4cf4-781c-457a-9d53-802abc3c437f} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5322 | 2024.07.04 19:27:53.189760 [ 3 ] {badc4cf4-781c-457a-9d53-802abc3c437f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001306 sec., 49004.59418070444 rows/sec., 3.82 MiB/sec. | ||
5323 | 2024.07.04 19:27:53.189904 [ 3 ] {badc4cf4-781c-457a-9d53-802abc3c437f} <Debug> DynamicQueryHandler: Done processing query | ||
5324 | 2024.07.04 19:27:53.189928 [ 3 ] {badc4cf4-781c-457a-9d53-802abc3c437f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5325 | 2024.07.04 19:27:53.189943 [ 3 ] {} <Debug> HTTP-Session: 08a1a364-22a9-4fd5-9fd5-6d911035a79e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5326 | 2024.07.04 19:27:53.190069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5327 | 2024.07.04 19:27:53.190115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5328 | 2024.07.04 19:27:53.190133 [ 3 ] {} <Debug> HTTP-Session: 18e10c4b-1da4-4258-8a8d-5ec4f34a6f74 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5329 | 2024.07.04 19:27:53.190149 [ 3 ] {} <Debug> HTTP-Session: 18e10c4b-1da4-4258-8a8d-5ec4f34a6f74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5330 | 2024.07.04 19:27:53.190163 [ 3 ] {} <Debug> HTTP-Session: 18e10c4b-1da4-4258-8a8d-5ec4f34a6f74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5331 | 2024.07.04 19:27:53.190194 [ 3 ] {} <Trace> HTTP-Session: 18e10c4b-1da4-4258-8a8d-5ec4f34a6f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5332 | 2024.07.04 19:27:53.190340 [ 3 ] {828bf80b-3e0f-44d2-9aa7-270932cb4bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5333 | 2024.07.04 19:27:53.190387 [ 3 ] {828bf80b-3e0f-44d2-9aa7-270932cb4bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5334 | 2024.07.04 19:27:53.190524 [ 3 ] {828bf80b-3e0f-44d2-9aa7-270932cb4bea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5335 | 2024.07.04 19:27:53.190923 [ 3 ] {828bf80b-3e0f-44d2-9aa7-270932cb4bea} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5336 | 2024.07.04 19:27:53.190958 [ 3 ] {828bf80b-3e0f-44d2-9aa7-270932cb4bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5337 | 2024.07.04 19:27:53.191346 [ 3 ] {828bf80b-3e0f-44d2-9aa7-270932cb4bea} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5338 | 2024.07.04 19:27:53.191680 [ 3 ] {828bf80b-3e0f-44d2-9aa7-270932cb4bea} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5339 | 2024.07.04 19:27:53.191804 [ 3 ] {828bf80b-3e0f-44d2-9aa7-270932cb4bea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
5340 | 2024.07.04 19:27:53.191966 [ 3 ] {828bf80b-3e0f-44d2-9aa7-270932cb4bea} <Debug> DynamicQueryHandler: Done processing query | ||
5341 | 2024.07.04 19:27:53.191989 [ 3 ] {828bf80b-3e0f-44d2-9aa7-270932cb4bea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5342 | 2024.07.04 19:27:53.192005 [ 3 ] {} <Debug> HTTP-Session: 18e10c4b-1da4-4258-8a8d-5ec4f34a6f74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5343 | 2024.07.04 19:27:53.192114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5344 | 2024.07.04 19:27:53.192161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5345 | 2024.07.04 19:27:53.192179 [ 3 ] {} <Debug> HTTP-Session: 356cbf9b-a6b8-4b43-81fd-246e0c79588f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5346 | 2024.07.04 19:27:53.192196 [ 3 ] {} <Debug> HTTP-Session: 356cbf9b-a6b8-4b43-81fd-246e0c79588f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5347 | 2024.07.04 19:27:53.192209 [ 3 ] {} <Debug> HTTP-Session: 356cbf9b-a6b8-4b43-81fd-246e0c79588f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5348 | 2024.07.04 19:27:53.192239 [ 3 ] {} <Trace> HTTP-Session: 356cbf9b-a6b8-4b43-81fd-246e0c79588f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5349 | 2024.07.04 19:27:53.192356 [ 3 ] {7b7750e2-dbc5-4dd7-9eed-696702bc2b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5350 | 2024.07.04 19:27:53.192399 [ 3 ] {7b7750e2-dbc5-4dd7-9eed-696702bc2b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5351 | 2024.07.04 19:27:53.192521 [ 3 ] {7b7750e2-dbc5-4dd7-9eed-696702bc2b97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5352 | 2024.07.04 19:27:53.192803 [ 3 ] {7b7750e2-dbc5-4dd7-9eed-696702bc2b97} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5353 | 2024.07.04 19:27:53.192837 [ 3 ] {7b7750e2-dbc5-4dd7-9eed-696702bc2b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5354 | 2024.07.04 19:27:53.193181 [ 3 ] {7b7750e2-dbc5-4dd7-9eed-696702bc2b97} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5355 | 2024.07.04 19:27:53.193498 [ 3 ] {7b7750e2-dbc5-4dd7-9eed-696702bc2b97} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5356 | 2024.07.04 19:27:53.193621 [ 3 ] {7b7750e2-dbc5-4dd7-9eed-696702bc2b97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001311 sec., 45766.59038901601 rows/sec., 3.08 MiB/sec. | ||
5357 | 2024.07.04 19:27:53.193764 [ 3 ] {7b7750e2-dbc5-4dd7-9eed-696702bc2b97} <Debug> DynamicQueryHandler: Done processing query | ||
5358 | 2024.07.04 19:27:53.193786 [ 3 ] {7b7750e2-dbc5-4dd7-9eed-696702bc2b97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5359 | 2024.07.04 19:27:53.193802 [ 3 ] {} <Debug> HTTP-Session: 356cbf9b-a6b8-4b43-81fd-246e0c79588f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5360 | 2024.07.04 19:27:58.187547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5361 | 2024.07.04 19:27:58.187679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5362 | 2024.07.04 19:27:58.187736 [ 3 ] {} <Debug> HTTP-Session: edb45ceb-1fb5-4bac-a9bc-3d55002cabac Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5363 | 2024.07.04 19:27:58.187764 [ 3 ] {} <Debug> HTTP-Session: edb45ceb-1fb5-4bac-a9bc-3d55002cabac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5364 | 2024.07.04 19:27:58.187781 [ 3 ] {} <Debug> HTTP-Session: edb45ceb-1fb5-4bac-a9bc-3d55002cabac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5365 | 2024.07.04 19:27:58.187835 [ 3 ] {} <Trace> HTTP-Session: edb45ceb-1fb5-4bac-a9bc-3d55002cabac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5366 | 2024.07.04 19:27:58.188040 [ 3 ] {4ea6609d-eb69-4d09-a20b-551511cf554b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5367 | 2024.07.04 19:27:58.188107 [ 3 ] {4ea6609d-eb69-4d09-a20b-551511cf554b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5368 | 2024.07.04 19:27:58.188317 [ 3 ] {4ea6609d-eb69-4d09-a20b-551511cf554b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5369 | 2024.07.04 19:27:58.188761 [ 3 ] {4ea6609d-eb69-4d09-a20b-551511cf554b} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5370 | 2024.07.04 19:27:58.188799 [ 3 ] {4ea6609d-eb69-4d09-a20b-551511cf554b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5371 | 2024.07.04 19:27:58.189159 [ 3 ] {4ea6609d-eb69-4d09-a20b-551511cf554b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5372 | 2024.07.04 19:27:58.189506 [ 3 ] {4ea6609d-eb69-4d09-a20b-551511cf554b} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5373 | 2024.07.04 19:27:58.189644 [ 3 ] {4ea6609d-eb69-4d09-a20b-551511cf554b} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001672 sec., 17942.583732057414 rows/sec., 1.42 MiB/sec. | ||
5374 | 2024.07.04 19:27:58.189866 [ 3 ] {4ea6609d-eb69-4d09-a20b-551511cf554b} <Debug> DynamicQueryHandler: Done processing query | ||
5375 | 2024.07.04 19:27:58.189891 [ 3 ] {4ea6609d-eb69-4d09-a20b-551511cf554b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5376 | 2024.07.04 19:27:58.189907 [ 3 ] {} <Debug> HTTP-Session: edb45ceb-1fb5-4bac-a9bc-3d55002cabac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5377 | 2024.07.04 19:27:58.190028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5378 | 2024.07.04 19:27:58.190076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5379 | 2024.07.04 19:27:58.190095 [ 3 ] {} <Debug> HTTP-Session: 7a025543-ce94-4086-9a17-a376349b6d8d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5380 | 2024.07.04 19:27:58.190112 [ 3 ] {} <Debug> HTTP-Session: 7a025543-ce94-4086-9a17-a376349b6d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5381 | 2024.07.04 19:27:58.190125 [ 3 ] {} <Debug> HTTP-Session: 7a025543-ce94-4086-9a17-a376349b6d8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5382 | 2024.07.04 19:27:58.190156 [ 3 ] {} <Trace> HTTP-Session: 7a025543-ce94-4086-9a17-a376349b6d8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5383 | 2024.07.04 19:27:58.190250 [ 3 ] {9d02bb10-f351-4080-adc3-789d2ef5e4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5384 | 2024.07.04 19:27:58.190291 [ 3 ] {9d02bb10-f351-4080-adc3-789d2ef5e4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5385 | 2024.07.04 19:27:58.190414 [ 3 ] {9d02bb10-f351-4080-adc3-789d2ef5e4fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5386 | 2024.07.04 19:27:58.190698 [ 3 ] {9d02bb10-f351-4080-adc3-789d2ef5e4fc} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5387 | 2024.07.04 19:27:58.190732 [ 3 ] {9d02bb10-f351-4080-adc3-789d2ef5e4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5388 | 2024.07.04 19:27:58.191023 [ 3 ] {9d02bb10-f351-4080-adc3-789d2ef5e4fc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5389 | 2024.07.04 19:27:58.191314 [ 3 ] {9d02bb10-f351-4080-adc3-789d2ef5e4fc} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5390 | 2024.07.04 19:27:58.191436 [ 3 ] {9d02bb10-f351-4080-adc3-789d2ef5e4fc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001208 sec., 3311.258278145695 rows/sec., 270.01 KiB/sec. | ||
5391 | 2024.07.04 19:27:58.191801 [ 3 ] {9d02bb10-f351-4080-adc3-789d2ef5e4fc} <Debug> DynamicQueryHandler: Done processing query | ||
5392 | 2024.07.04 19:27:58.191880 [ 3 ] {9d02bb10-f351-4080-adc3-789d2ef5e4fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5393 | 2024.07.04 19:27:58.191957 [ 3 ] {} <Debug> HTTP-Session: 7a025543-ce94-4086-9a17-a376349b6d8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5394 | 2024.07.04 19:27:58.192124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5395 | 2024.07.04 19:27:58.192175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5396 | 2024.07.04 19:27:58.192193 [ 3 ] {} <Debug> HTTP-Session: b42b14c4-4cfa-422c-89d1-fc0758a10800 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5397 | 2024.07.04 19:27:58.192210 [ 3 ] {} <Debug> HTTP-Session: b42b14c4-4cfa-422c-89d1-fc0758a10800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5398 | 2024.07.04 19:27:58.192225 [ 3 ] {} <Debug> HTTP-Session: b42b14c4-4cfa-422c-89d1-fc0758a10800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5399 | 2024.07.04 19:27:58.192258 [ 3 ] {} <Trace> HTTP-Session: b42b14c4-4cfa-422c-89d1-fc0758a10800 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5400 | 2024.07.04 19:27:58.192397 [ 3 ] {406f21ea-50b2-4eb3-96ac-09040eed0a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5401 | 2024.07.04 19:27:58.192439 [ 3 ] {406f21ea-50b2-4eb3-96ac-09040eed0a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5402 | 2024.07.04 19:27:58.192589 [ 3 ] {406f21ea-50b2-4eb3-96ac-09040eed0a0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5403 | 2024.07.04 19:27:58.192983 [ 3 ] {406f21ea-50b2-4eb3-96ac-09040eed0a0c} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5404 | 2024.07.04 19:27:58.193019 [ 3 ] {406f21ea-50b2-4eb3-96ac-09040eed0a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5405 | 2024.07.04 19:27:58.193328 [ 3 ] {406f21ea-50b2-4eb3-96ac-09040eed0a0c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5406 | 2024.07.04 19:27:58.193635 [ 3 ] {406f21ea-50b2-4eb3-96ac-09040eed0a0c} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5407 | 2024.07.04 19:27:58.193790 [ 3 ] {406f21ea-50b2-4eb3-96ac-09040eed0a0c} <Debug> executeQuery: Read 148 rows, 12.67 KiB in 0.001447 sec., 102280.5805114029 rows/sec., 8.55 MiB/sec. | ||
5408 | 2024.07.04 19:27:58.193816 [ 134 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5409 | 2024.07.04 19:27:58.193947 [ 134 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5410 | 2024.07.04 19:27:58.194005 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5411 | 2024.07.04 19:27:58.194018 [ 3 ] {406f21ea-50b2-4eb3-96ac-09040eed0a0c} <Debug> DynamicQueryHandler: Done processing query | ||
5412 | 2024.07.04 19:27:58.194070 [ 3 ] {406f21ea-50b2-4eb3-96ac-09040eed0a0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5413 | 2024.07.04 19:27:58.194135 [ 3 ] {} <Debug> HTTP-Session: b42b14c4-4cfa-422c-89d1-fc0758a10800 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5414 | 2024.07.04 19:27:58.194206 [ 188 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
5415 | 2024.07.04 19:27:58.194275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5416 | 2024.07.04 19:27:58.194337 [ 188 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5417 | 2024.07.04 19:27:58.194342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5418 | 2024.07.04 19:27:58.194373 [ 3 ] {} <Debug> HTTP-Session: b22425b0-c0b7-4321-ad9f-844d2828fd1b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5419 | 2024.07.04 19:27:58.194371 [ 188 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 190 rows starting from the beginning of the part | ||
5420 | 2024.07.04 19:27:58.194390 [ 3 ] {} <Debug> HTTP-Session: b22425b0-c0b7-4321-ad9f-844d2828fd1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5421 | 2024.07.04 19:27:58.194409 [ 3 ] {} <Debug> HTTP-Session: b22425b0-c0b7-4321-ad9f-844d2828fd1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5422 | 2024.07.04 19:27:58.194452 [ 3 ] {} <Trace> HTTP-Session: b22425b0-c0b7-4321-ad9f-844d2828fd1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5423 | 2024.07.04 19:27:58.194490 [ 188 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 146 rows starting from the beginning of the part | ||
5424 | 2024.07.04 19:27:58.194828 [ 3 ] {6eb04f9b-0ee6-4bf6-b3cf-50c4526e2670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5425 | 2024.07.04 19:27:58.194894 [ 188 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 92 rows starting from the beginning of the part | ||
5426 | 2024.07.04 19:27:58.195015 [ 3 ] {6eb04f9b-0ee6-4bf6-b3cf-50c4526e2670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5427 | 2024.07.04 19:27:58.195251 [ 188 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 146 rows starting from the beginning of the part | ||
5428 | 2024.07.04 19:27:58.195605 [ 188 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
5429 | 2024.07.04 19:27:58.195969 [ 188 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 148 rows starting from the beginning of the part | ||
5430 | 2024.07.04 19:27:58.196425 [ 3 ] {6eb04f9b-0ee6-4bf6-b3cf-50c4526e2670} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5431 | 2024.07.04 19:27:58.196883 [ 3 ] {6eb04f9b-0ee6-4bf6-b3cf-50c4526e2670} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5432 | 2024.07.04 19:27:58.196922 [ 3 ] {6eb04f9b-0ee6-4bf6-b3cf-50c4526e2670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5433 | 2024.07.04 19:27:58.197395 [ 3 ] {6eb04f9b-0ee6-4bf6-b3cf-50c4526e2670} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5434 | 2024.07.04 19:27:58.197788 [ 200 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 4 columns (4 merged, 0 gathered) in 0.003657762 sec., 212698.36583134712 rows/sec., 17.39 MiB/sec. | ||
5435 | 2024.07.04 19:27:58.197808 [ 3 ] {6eb04f9b-0ee6-4bf6-b3cf-50c4526e2670} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5436 | 2024.07.04 19:27:58.197960 [ 200 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5437 | 2024.07.04 19:27:58.198036 [ 3 ] {6eb04f9b-0ee6-4bf6-b3cf-50c4526e2670} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003426 sec., 1167.5423234092236 rows/sec., 81.52 KiB/sec. | ||
5438 | 2024.07.04 19:27:58.198237 [ 3 ] {6eb04f9b-0ee6-4bf6-b3cf-50c4526e2670} <Debug> DynamicQueryHandler: Done processing query | ||
5439 | 2024.07.04 19:27:58.198271 [ 3 ] {6eb04f9b-0ee6-4bf6-b3cf-50c4526e2670} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5440 | 2024.07.04 19:27:58.198292 [ 3 ] {} <Debug> HTTP-Session: b22425b0-c0b7-4321-ad9f-844d2828fd1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5441 | 2024.07.04 19:27:58.198411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5442 | 2024.07.04 19:27:58.198433 [ 200 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5443 | 2024.07.04 19:27:58.198473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5444 | 2024.07.04 19:27:58.198498 [ 3 ] {} <Debug> HTTP-Session: 6a970b43-0dae-4616-b393-9de0b9a47879 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5445 | 2024.07.04 19:27:58.198517 [ 3 ] {} <Debug> HTTP-Session: 6a970b43-0dae-4616-b393-9de0b9a47879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5446 | 2024.07.04 19:27:58.198526 [ 200 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_36_7} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5447 | 2024.07.04 19:27:58.198536 [ 3 ] {} <Debug> HTTP-Session: 6a970b43-0dae-4616-b393-9de0b9a47879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5448 | 2024.07.04 19:27:58.198582 [ 3 ] {} <Trace> HTTP-Session: 6a970b43-0dae-4616-b393-9de0b9a47879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5449 | 2024.07.04 19:27:58.198606 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5450 | 2024.07.04 19:27:58.198709 [ 3 ] {02a215ee-a6b3-4b92-b99e-7f4ca07382e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5451 | 2024.07.04 19:27:58.198751 [ 3 ] {02a215ee-a6b3-4b92-b99e-7f4ca07382e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5452 | 2024.07.04 19:27:58.198874 [ 3 ] {02a215ee-a6b3-4b92-b99e-7f4ca07382e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5453 | 2024.07.04 19:27:58.199234 [ 3 ] {02a215ee-a6b3-4b92-b99e-7f4ca07382e6} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5454 | 2024.07.04 19:27:58.199269 [ 3 ] {02a215ee-a6b3-4b92-b99e-7f4ca07382e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5455 | 2024.07.04 19:27:58.199571 [ 3 ] {02a215ee-a6b3-4b92-b99e-7f4ca07382e6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5456 | 2024.07.04 19:27:58.199872 [ 3 ] {02a215ee-a6b3-4b92-b99e-7f4ca07382e6} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5457 | 2024.07.04 19:27:58.200030 [ 134 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5458 | 2024.07.04 19:27:58.200039 [ 3 ] {02a215ee-a6b3-4b92-b99e-7f4ca07382e6} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001362 sec., 71953.01027900148 rows/sec., 5.62 MiB/sec. | ||
5459 | 2024.07.04 19:27:58.200084 [ 134 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5460 | 2024.07.04 19:27:58.200147 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5461 | 2024.07.04 19:27:58.200293 [ 188 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
5462 | 2024.07.04 19:27:58.200312 [ 3 ] {02a215ee-a6b3-4b92-b99e-7f4ca07382e6} <Debug> DynamicQueryHandler: Done processing query | ||
5463 | 2024.07.04 19:27:58.200343 [ 3 ] {02a215ee-a6b3-4b92-b99e-7f4ca07382e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5464 | 2024.07.04 19:27:58.200362 [ 3 ] {} <Debug> HTTP-Session: 6a970b43-0dae-4616-b393-9de0b9a47879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5465 | 2024.07.04 19:27:58.200422 [ 188 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5466 | 2024.07.04 19:27:58.200448 [ 188 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 150 rows starting from the beginning of the part | ||
5467 | 2024.07.04 19:27:58.200526 [ 188 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 94 rows starting from the beginning of the part | ||
5468 | 2024.07.04 19:27:58.200592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 31008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5469 | 2024.07.04 19:27:58.200815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5470 | 2024.07.04 19:27:58.200934 [ 188 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 88 rows starting from the beginning of the part | ||
5471 | 2024.07.04 19:27:58.200942 [ 3 ] {} <Debug> HTTP-Session: c62939d2-ee99-4b71-8175-81c11e01d6ab Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5472 | 2024.07.04 19:27:58.201014 [ 3 ] {} <Debug> HTTP-Session: c62939d2-ee99-4b71-8175-81c11e01d6ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5473 | 2024.07.04 19:27:58.201097 [ 3 ] {} <Debug> HTTP-Session: c62939d2-ee99-4b71-8175-81c11e01d6ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5474 | 2024.07.04 19:27:58.201182 [ 188 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 94 rows starting from the beginning of the part | ||
5475 | 2024.07.04 19:27:58.201209 [ 3 ] {} <Trace> HTTP-Session: c62939d2-ee99-4b71-8175-81c11e01d6ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5476 | 2024.07.04 19:27:58.201483 [ 188 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
5477 | 2024.07.04 19:27:58.201664 [ 3 ] {72b2fcbb-c698-4f47-a4bc-13773344acfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5478 | 2024.07.04 19:27:58.201689 [ 188 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 98 rows starting from the beginning of the part | ||
5479 | 2024.07.04 19:27:58.201884 [ 3 ] {72b2fcbb-c698-4f47-a4bc-13773344acfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5480 | 2024.07.04 19:27:58.202357 [ 3 ] {72b2fcbb-c698-4f47-a4bc-13773344acfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5481 | 2024.07.04 19:27:58.202925 [ 3 ] {72b2fcbb-c698-4f47-a4bc-13773344acfd} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5482 | 2024.07.04 19:27:58.202971 [ 3 ] {72b2fcbb-c698-4f47-a4bc-13773344acfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5483 | 2024.07.04 19:27:58.203505 [ 201 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.003252317 sec., 180794.1845767187 rows/sec., 14.12 MiB/sec. | ||
5484 | 2024.07.04 19:27:58.203598 [ 3 ] {72b2fcbb-c698-4f47-a4bc-13773344acfd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5485 | 2024.07.04 19:27:58.203821 [ 186 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5486 | 2024.07.04 19:27:58.204427 [ 3 ] {72b2fcbb-c698-4f47-a4bc-13773344acfd} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5487 | 2024.07.04 19:27:58.204701 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5488 | 2024.07.04 19:27:58.204756 [ 3 ] {72b2fcbb-c698-4f47-a4bc-13773344acfd} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.003282 sec., 49360.14625228519 rows/sec., 3.44 MiB/sec. | ||
5489 | 2024.07.04 19:27:58.204773 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5490 | 2024.07.04 19:27:58.204841 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5491 | 2024.07.04 19:27:58.204918 [ 186 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5492 | 2024.07.04 19:27:58.205387 [ 186 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_36_7} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5493 | 2024.07.04 19:27:58.205521 [ 3 ] {72b2fcbb-c698-4f47-a4bc-13773344acfd} <Debug> DynamicQueryHandler: Done processing query | ||
5494 | 2024.07.04 19:27:58.205587 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
5495 | 2024.07.04 19:27:58.205746 [ 3 ] {72b2fcbb-c698-4f47-a4bc-13773344acfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5496 | 2024.07.04 19:27:58.205854 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5497 | 2024.07.04 19:27:58.205939 [ 3 ] {} <Debug> HTTP-Session: c62939d2-ee99-4b71-8175-81c11e01d6ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5498 | 2024.07.04 19:27:58.206266 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5499 | 2024.07.04 19:27:58.206280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5500 | 2024.07.04 19:27:58.206342 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4668 rows starting from the beginning of the part | ||
5501 | 2024.07.04 19:27:58.206374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5502 | 2024.07.04 19:27:58.206421 [ 3 ] {} <Debug> HTTP-Session: aeacf41c-bc28-4d70-8917-60bfed0d448c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5503 | 2024.07.04 19:27:58.206499 [ 3 ] {} <Debug> HTTP-Session: aeacf41c-bc28-4d70-8917-60bfed0d448c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5504 | 2024.07.04 19:27:58.206587 [ 3 ] {} <Debug> HTTP-Session: aeacf41c-bc28-4d70-8917-60bfed0d448c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5505 | 2024.07.04 19:27:58.206655 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
5506 | 2024.07.04 19:27:58.206710 [ 3 ] {} <Trace> HTTP-Session: aeacf41c-bc28-4d70-8917-60bfed0d448c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5507 | 2024.07.04 19:27:58.206877 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 186 rows starting from the beginning of the part | ||
5508 | 2024.07.04 19:27:58.207132 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
5509 | 2024.07.04 19:27:58.207245 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
5510 | 2024.07.04 19:27:58.207338 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 162 rows starting from the beginning of the part | ||
5511 | 2024.07.04 19:27:58.207607 [ 3 ] {433b27dc-6f2a-4018-92ed-89ecdff950c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5512 | 2024.07.04 19:27:58.207763 [ 3 ] {433b27dc-6f2a-4018-92ed-89ecdff950c8} <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 | ||
5513 | 2024.07.04 19:27:58.208845 [ 3 ] {433b27dc-6f2a-4018-92ed-89ecdff950c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5514 | 2024.07.04 19:27:58.209985 [ 3 ] {433b27dc-6f2a-4018-92ed-89ecdff950c8} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5515 | 2024.07.04 19:27:58.210023 [ 3 ] {433b27dc-6f2a-4018-92ed-89ecdff950c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5516 | 2024.07.04 19:27:58.211243 [ 3 ] {433b27dc-6f2a-4018-92ed-89ecdff950c8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5517 | 2024.07.04 19:27:58.211748 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5496 rows, containing 5 columns (5 merged, 0 gathered) in 0.006725696 sec., 817164.498663038 rows/sec., 57.00 MiB/sec. | ||
5518 | 2024.07.04 19:27:58.212150 [ 3 ] {433b27dc-6f2a-4018-92ed-89ecdff950c8} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5519 | 2024.07.04 19:27:58.212260 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5520 | 2024.07.04 19:27:58.212398 [ 134 ] {} <Debug> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5521 | 2024.07.04 19:27:58.212493 [ 134 ] {} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5522 | 2024.07.04 19:27:58.212560 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5523 | 2024.07.04 19:27:58.212677 [ 3 ] {433b27dc-6f2a-4018-92ed-89ecdff950c8} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.005662 sec., 5298.481102084069 rows/sec., 9.49 MiB/sec. | ||
5524 | 2024.07.04 19:27:58.213103 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
5525 | 2024.07.04 19:27:58.214016 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5526 | 2024.07.04 19:27:58.214303 [ 201 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5527 | 2024.07.04 19:27:58.214501 [ 3 ] {433b27dc-6f2a-4018-92ed-89ecdff950c8} <Debug> DynamicQueryHandler: Done processing query | ||
5528 | 2024.07.04 19:27:58.214538 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
5529 | 2024.07.04 19:27:58.214579 [ 3 ] {433b27dc-6f2a-4018-92ed-89ecdff950c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5530 | 2024.07.04 19:27:58.214654 [ 3 ] {} <Debug> HTTP-Session: aeacf41c-bc28-4d70-8917-60bfed0d448c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5531 | 2024.07.04 19:27:58.214748 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5532 | 2024.07.04 19:27:58.214850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5533 | 2024.07.04 19:27:58.214873 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 266 rows starting from the beginning of the part | ||
5534 | 2024.07.04 19:27:58.214922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5535 | 2024.07.04 19:27:58.214967 [ 3 ] {} <Debug> HTTP-Session: 16e0b562-00c7-4cc2-a1ae-70cc90753ab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5536 | 2024.07.04 19:27:58.215017 [ 3 ] {} <Debug> HTTP-Session: 16e0b562-00c7-4cc2-a1ae-70cc90753ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5537 | 2024.07.04 19:27:58.215055 [ 3 ] {} <Debug> HTTP-Session: 16e0b562-00c7-4cc2-a1ae-70cc90753ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5538 | 2024.07.04 19:27:58.215232 [ 3 ] {} <Trace> HTTP-Session: 16e0b562-00c7-4cc2-a1ae-70cc90753ab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5539 | 2024.07.04 19:27:58.215536 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
5540 | 2024.07.04 19:27:58.215605 [ 3 ] {12c1ca99-1b57-472c-99b5-68eee42031d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5541 | 2024.07.04 19:27:58.215737 [ 3 ] {12c1ca99-1b57-472c-99b5-68eee42031d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5542 | 2024.07.04 19:27:58.216250 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
5543 | 2024.07.04 19:27:58.216627 [ 3 ] {12c1ca99-1b57-472c-99b5-68eee42031d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5544 | 2024.07.04 19:27:58.217107 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
5545 | 2024.07.04 19:27:58.217760 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
5546 | 2024.07.04 19:27:58.217979 [ 3 ] {12c1ca99-1b57-472c-99b5-68eee42031d1} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5547 | 2024.07.04 19:27:58.218114 [ 3 ] {12c1ca99-1b57-472c-99b5-68eee42031d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5548 | 2024.07.04 19:27:58.218497 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
5549 | 2024.07.04 19:27:58.219480 [ 3 ] {12c1ca99-1b57-472c-99b5-68eee42031d1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5550 | 2024.07.04 19:27:58.220338 [ 3 ] {12c1ca99-1b57-472c-99b5-68eee42031d1} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5551 | 2024.07.04 19:27:58.220655 [ 134 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5552 | 2024.07.04 19:27:58.220730 [ 3 ] {12c1ca99-1b57-472c-99b5-68eee42031d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005211 sec., 11514.104778353481 rows/sec., 794.59 KiB/sec. | ||
5553 | 2024.07.04 19:27:58.220748 [ 134 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5554 | 2024.07.04 19:27:58.220818 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5555 | 2024.07.04 19:27:58.221077 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
5556 | 2024.07.04 19:27:58.221097 [ 3 ] {12c1ca99-1b57-472c-99b5-68eee42031d1} <Debug> DynamicQueryHandler: Done processing query | ||
5557 | 2024.07.04 19:27:58.221204 [ 3 ] {12c1ca99-1b57-472c-99b5-68eee42031d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5558 | 2024.07.04 19:27:58.221283 [ 3 ] {} <Debug> HTTP-Session: 16e0b562-00c7-4cc2-a1ae-70cc90753ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5559 | 2024.07.04 19:27:58.221663 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5560 | 2024.07.04 19:27:58.221749 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1640 rows starting from the beginning of the part | ||
5561 | 2024.07.04 19:27:58.222160 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
5562 | 2024.07.04 19:27:58.222521 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
5563 | 2024.07.04 19:27:58.222892 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
5564 | 2024.07.04 19:27:58.223230 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
5565 | 2024.07.04 19:27:58.223493 [ 187 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
5566 | 2024.07.04 19:27:58.227408 [ 190 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1936 rows, containing 4 columns (4 merged, 0 gathered) in 0.006455972 sec., 299877.38484615483 rows/sec., 20.18 MiB/sec. | ||
5567 | 2024.07.04 19:27:58.227996 [ 189 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5568 | 2024.07.04 19:27:58.229041 [ 189 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_36_7} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5569 | 2024.07.04 19:27:58.229217 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 416 rows, containing 19 columns (19 merged, 0 gathered) in 0.016498755 sec., 25214.023724820447 rows/sec., 45.18 MiB/sec. | ||
5570 | 2024.07.04 19:27:58.229238 [ 189 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_36_7} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5571 | 2024.07.04 19:27:58.229385 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
5572 | 2024.07.04 19:27:58.229910 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5573 | 2024.07.04 19:27:58.230465 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5574 | 2024.07.04 19:27:58.230539 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5575 | 2024.07.04 19:27:58.230649 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
5576 | 2024.07.04 19:27:59.000151 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.16 MiB, peak 194.76 MiB, free memory in arenas 0.00 B, will set to 187.48 MiB (RSS), difference: 2.32 MiB | ||
5577 | 2024.07.04 19:28:01.785559 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5578 | 2024.07.04 19:28:01.785667 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5579 | 2024.07.04 19:28:03.186075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5580 | 2024.07.04 19:28:03.186197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5581 | 2024.07.04 19:28:03.186221 [ 3 ] {} <Debug> HTTP-Session: 31b268a5-ef13-4592-a16b-d672314f6c33 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5582 | 2024.07.04 19:28:03.186246 [ 3 ] {} <Debug> HTTP-Session: 31b268a5-ef13-4592-a16b-d672314f6c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5583 | 2024.07.04 19:28:03.186261 [ 3 ] {} <Debug> HTTP-Session: 31b268a5-ef13-4592-a16b-d672314f6c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5584 | 2024.07.04 19:28:03.186315 [ 3 ] {} <Trace> HTTP-Session: 31b268a5-ef13-4592-a16b-d672314f6c33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5585 | 2024.07.04 19:28:03.186495 [ 3 ] {e4047147-8bc8-4ac8-9fbd-5412a49cde23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5586 | 2024.07.04 19:28:03.186563 [ 3 ] {e4047147-8bc8-4ac8-9fbd-5412a49cde23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5587 | 2024.07.04 19:28:03.186760 [ 3 ] {e4047147-8bc8-4ac8-9fbd-5412a49cde23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5588 | 2024.07.04 19:28:03.187171 [ 3 ] {e4047147-8bc8-4ac8-9fbd-5412a49cde23} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5589 | 2024.07.04 19:28:03.187212 [ 3 ] {e4047147-8bc8-4ac8-9fbd-5412a49cde23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5590 | 2024.07.04 19:28:03.187574 [ 3 ] {e4047147-8bc8-4ac8-9fbd-5412a49cde23} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5591 | 2024.07.04 19:28:03.187918 [ 3 ] {e4047147-8bc8-4ac8-9fbd-5412a49cde23} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5592 | 2024.07.04 19:28:03.188093 [ 3 ] {e4047147-8bc8-4ac8-9fbd-5412a49cde23} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001642 sec., 1218.026796589525 rows/sec., 99.32 KiB/sec. | ||
5593 | 2024.07.04 19:28:03.188100 [ 131 ] {} <Debug> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5594 | 2024.07.04 19:28:03.188206 [ 131 ] {} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5595 | 2024.07.04 19:28:03.188255 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5596 | 2024.07.04 19:28:03.188388 [ 3 ] {e4047147-8bc8-4ac8-9fbd-5412a49cde23} <Debug> DynamicQueryHandler: Done processing query | ||
5597 | 2024.07.04 19:28:03.188437 [ 3 ] {e4047147-8bc8-4ac8-9fbd-5412a49cde23} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5598 | 2024.07.04 19:28:03.188467 [ 3 ] {} <Debug> HTTP-Session: 31b268a5-ef13-4592-a16b-d672314f6c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5599 | 2024.07.04 19:28:03.188469 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::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 | ||
5600 | 2024.07.04 19:28:03.188626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5601 | 2024.07.04 19:28:03.188732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5602 | 2024.07.04 19:28:03.188791 [ 3 ] {} <Debug> HTTP-Session: 446f313a-dac0-466e-b103-181453d68bca Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5603 | 2024.07.04 19:28:03.188807 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5604 | 2024.07.04 19:28:03.188826 [ 3 ] {} <Debug> HTTP-Session: 446f313a-dac0-466e-b103-181453d68bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5605 | 2024.07.04 19:28:03.188865 [ 3 ] {} <Debug> HTTP-Session: 446f313a-dac0-466e-b103-181453d68bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5606 | 2024.07.04 19:28:03.188879 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part | ||
5607 | 2024.07.04 19:28:03.188935 [ 3 ] {} <Trace> HTTP-Session: 446f313a-dac0-466e-b103-181453d68bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5608 | 2024.07.04 19:28:03.189092 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
5609 | 2024.07.04 19:28:03.189387 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
5610 | 2024.07.04 19:28:03.189657 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5611 | 2024.07.04 19:28:03.189507 [ 3 ] {59075e8d-14fc-4178-acf4-bba82799af08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5612 | 2024.07.04 19:28:03.189841 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
5613 | 2024.07.04 19:28:03.190126 [ 190 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
5614 | 2024.07.04 19:28:03.190125 [ 3 ] {59075e8d-14fc-4178-acf4-bba82799af08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5615 | 2024.07.04 19:28:03.190849 [ 3 ] {59075e8d-14fc-4178-acf4-bba82799af08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5616 | 2024.07.04 19:28:03.191695 [ 3 ] {59075e8d-14fc-4178-acf4-bba82799af08} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5617 | 2024.07.04 19:28:03.191763 [ 3 ] {59075e8d-14fc-4178-acf4-bba82799af08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5618 | 2024.07.04 19:28:03.192626 [ 3 ] {59075e8d-14fc-4178-acf4-bba82799af08} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5619 | 2024.07.04 19:28:03.192755 [ 192 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004415112 sec., 6341.854974460444 rows/sec., 517.13 KiB/sec. | ||
5620 | 2024.07.04 19:28:03.192923 [ 192 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5621 | 2024.07.04 19:28:03.193099 [ 3 ] {59075e8d-14fc-4178-acf4-bba82799af08} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5622 | 2024.07.04 19:28:03.193365 [ 3 ] {59075e8d-14fc-4178-acf4-bba82799af08} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.004173 sec., 13659.23795830338 rows/sec., 1.04 MiB/sec. | ||
5623 | 2024.07.04 19:28:03.193518 [ 192 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5624 | 2024.07.04 19:28:03.193588 [ 3 ] {59075e8d-14fc-4178-acf4-bba82799af08} <Debug> DynamicQueryHandler: Done processing query | ||
5625 | 2024.07.04 19:28:03.193615 [ 192 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_11_2} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5626 | 2024.07.04 19:28:03.193616 [ 3 ] {59075e8d-14fc-4178-acf4-bba82799af08} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5627 | 2024.07.04 19:28:03.193644 [ 3 ] {} <Debug> HTTP-Session: 446f313a-dac0-466e-b103-181453d68bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5628 | 2024.07.04 19:28:03.193720 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5629 | 2024.07.04 19:28:03.193763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5630 | 2024.07.04 19:28:03.193811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5631 | 2024.07.04 19:28:03.193829 [ 3 ] {} <Debug> HTTP-Session: 611963c0-72be-4f84-8bf0-49e78cd3c000 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5632 | 2024.07.04 19:28:03.193847 [ 3 ] {} <Debug> HTTP-Session: 611963c0-72be-4f84-8bf0-49e78cd3c000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5633 | 2024.07.04 19:28:03.193861 [ 3 ] {} <Debug> HTTP-Session: 611963c0-72be-4f84-8bf0-49e78cd3c000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5634 | 2024.07.04 19:28:03.193892 [ 3 ] {} <Trace> HTTP-Session: 611963c0-72be-4f84-8bf0-49e78cd3c000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5635 | 2024.07.04 19:28:03.193986 [ 3 ] {1cd55e8c-b738-40af-a552-b3e34e0f8a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5636 | 2024.07.04 19:28:03.194028 [ 3 ] {1cd55e8c-b738-40af-a552-b3e34e0f8a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5637 | 2024.07.04 19:28:03.194159 [ 3 ] {1cd55e8c-b738-40af-a552-b3e34e0f8a29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5638 | 2024.07.04 19:28:03.194433 [ 3 ] {1cd55e8c-b738-40af-a552-b3e34e0f8a29} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5639 | 2024.07.04 19:28:03.194469 [ 3 ] {1cd55e8c-b738-40af-a552-b3e34e0f8a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5640 | 2024.07.04 19:28:03.194770 [ 3 ] {1cd55e8c-b738-40af-a552-b3e34e0f8a29} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5641 | 2024.07.04 19:28:03.195080 [ 3 ] {1cd55e8c-b738-40af-a552-b3e34e0f8a29} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5642 | 2024.07.04 19:28:03.195238 [ 131 ] {} <Debug> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5643 | 2024.07.04 19:28:03.195246 [ 3 ] {1cd55e8c-b738-40af-a552-b3e34e0f8a29} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001274 sec., 1569.8587127158555 rows/sec., 109.61 KiB/sec. | ||
5644 | 2024.07.04 19:28:03.195299 [ 131 ] {} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5645 | 2024.07.04 19:28:03.195370 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5646 | 2024.07.04 19:28:03.195573 [ 3 ] {1cd55e8c-b738-40af-a552-b3e34e0f8a29} <Debug> DynamicQueryHandler: Done processing query | ||
5647 | 2024.07.04 19:28:03.195576 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::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 | ||
5648 | 2024.07.04 19:28:03.195607 [ 3 ] {1cd55e8c-b738-40af-a552-b3e34e0f8a29} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5649 | 2024.07.04 19:28:03.195663 [ 3 ] {} <Debug> HTTP-Session: 611963c0-72be-4f84-8bf0-49e78cd3c000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5650 | 2024.07.04 19:28:03.195835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 11219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5651 | 2024.07.04 19:28:03.195854 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5652 | 2024.07.04 19:28:03.195921 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part | ||
5653 | 2024.07.04 19:28:03.195923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5654 | 2024.07.04 19:28:03.195983 [ 3 ] {} <Debug> HTTP-Session: d4390bd0-25ba-45ed-a096-4da134f5220f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5655 | 2024.07.04 19:28:03.196028 [ 3 ] {} <Debug> HTTP-Session: d4390bd0-25ba-45ed-a096-4da134f5220f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5656 | 2024.07.04 19:28:03.196140 [ 3 ] {} <Debug> HTTP-Session: d4390bd0-25ba-45ed-a096-4da134f5220f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5657 | 2024.07.04 19:28:03.196148 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
5658 | 2024.07.04 19:28:03.196290 [ 3 ] {} <Trace> HTTP-Session: d4390bd0-25ba-45ed-a096-4da134f5220f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5659 | 2024.07.04 19:28:03.196414 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
5660 | 2024.07.04 19:28:03.196712 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5661 | 2024.07.04 19:28:03.196959 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
5662 | 2024.07.04 19:28:03.197019 [ 3 ] {a77874f8-997e-4e27-9374-1e8d4f65bdf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5663 | 2024.07.04 19:28:03.197196 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
5664 | 2024.07.04 19:28:03.197413 [ 3 ] {a77874f8-997e-4e27-9374-1e8d4f65bdf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5665 | 2024.07.04 19:28:03.197946 [ 3 ] {a77874f8-997e-4e27-9374-1e8d4f65bdf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5666 | 2024.07.04 19:28:03.198842 [ 3 ] {a77874f8-997e-4e27-9374-1e8d4f65bdf2} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5667 | 2024.07.04 19:28:03.198914 [ 3 ] {a77874f8-997e-4e27-9374-1e8d4f65bdf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5668 | 2024.07.04 19:28:03.199897 [ 3 ] {a77874f8-997e-4e27-9374-1e8d4f65bdf2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5669 | 2024.07.04 19:28:03.199936 [ 192 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004461154 sec., 6276.402921755222 rows/sec., 438.24 KiB/sec. | ||
5670 | 2024.07.04 19:28:03.200138 [ 189 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5671 | 2024.07.04 19:28:03.200616 [ 3 ] {a77874f8-997e-4e27-9374-1e8d4f65bdf2} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5672 | 2024.07.04 19:28:03.200945 [ 3 ] {a77874f8-997e-4e27-9374-1e8d4f65bdf2} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004272 sec., 15449.438202247193 rows/sec., 1.21 MiB/sec. | ||
5673 | 2024.07.04 19:28:03.201136 [ 196 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5674 | 2024.07.04 19:28:03.201235 [ 3 ] {a77874f8-997e-4e27-9374-1e8d4f65bdf2} <Debug> DynamicQueryHandler: Done processing query | ||
5675 | 2024.07.04 19:28:03.201266 [ 3 ] {a77874f8-997e-4e27-9374-1e8d4f65bdf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5676 | 2024.07.04 19:28:03.201274 [ 196 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_11_2} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5677 | 2024.07.04 19:28:03.201288 [ 3 ] {} <Debug> HTTP-Session: d4390bd0-25ba-45ed-a096-4da134f5220f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5678 | 2024.07.04 19:28:03.201379 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5679 | 2024.07.04 19:28:03.201445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5680 | 2024.07.04 19:28:03.201497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5681 | 2024.07.04 19:28:03.201517 [ 3 ] {} <Debug> HTTP-Session: 19035a4f-80ce-45fe-a101-26f8f3780f05 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5682 | 2024.07.04 19:28:03.201534 [ 3 ] {} <Debug> HTTP-Session: 19035a4f-80ce-45fe-a101-26f8f3780f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5683 | 2024.07.04 19:28:03.201549 [ 3 ] {} <Debug> HTTP-Session: 19035a4f-80ce-45fe-a101-26f8f3780f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5684 | 2024.07.04 19:28:03.201580 [ 3 ] {} <Trace> HTTP-Session: 19035a4f-80ce-45fe-a101-26f8f3780f05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5685 | 2024.07.04 19:28:03.201730 [ 3 ] {9b32923c-798c-444b-b97e-7e83b8b5e096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5686 | 2024.07.04 19:28:03.201777 [ 3 ] {9b32923c-798c-444b-b97e-7e83b8b5e096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5687 | 2024.07.04 19:28:03.201938 [ 3 ] {9b32923c-798c-444b-b97e-7e83b8b5e096} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5688 | 2024.07.04 19:28:03.202360 [ 3 ] {9b32923c-798c-444b-b97e-7e83b8b5e096} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5689 | 2024.07.04 19:28:03.202397 [ 3 ] {9b32923c-798c-444b-b97e-7e83b8b5e096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5690 | 2024.07.04 19:28:03.202809 [ 3 ] {9b32923c-798c-444b-b97e-7e83b8b5e096} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5691 | 2024.07.04 19:28:03.203181 [ 3 ] {9b32923c-798c-444b-b97e-7e83b8b5e096} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5692 | 2024.07.04 19:28:03.203336 [ 3 ] {9b32923c-798c-444b-b97e-7e83b8b5e096} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001672 sec., 96291.86602870813 rows/sec., 6.71 MiB/sec. | ||
5693 | 2024.07.04 19:28:03.203508 [ 3 ] {9b32923c-798c-444b-b97e-7e83b8b5e096} <Debug> DynamicQueryHandler: Done processing query | ||
5694 | 2024.07.04 19:28:03.203532 [ 3 ] {9b32923c-798c-444b-b97e-7e83b8b5e096} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5695 | 2024.07.04 19:28:03.203548 [ 3 ] {} <Debug> HTTP-Session: 19035a4f-80ce-45fe-a101-26f8f3780f05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5696 | 2024.07.04 19:28:03.203674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5697 | 2024.07.04 19:28:03.203722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5698 | 2024.07.04 19:28:03.203741 [ 3 ] {} <Debug> HTTP-Session: 3a5d5415-16f9-4d5c-a9fb-4020f1199b3d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5699 | 2024.07.04 19:28:03.203756 [ 3 ] {} <Debug> HTTP-Session: 3a5d5415-16f9-4d5c-a9fb-4020f1199b3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5700 | 2024.07.04 19:28:03.203771 [ 3 ] {} <Debug> HTTP-Session: 3a5d5415-16f9-4d5c-a9fb-4020f1199b3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5701 | 2024.07.04 19:28:03.203801 [ 3 ] {} <Trace> HTTP-Session: 3a5d5415-16f9-4d5c-a9fb-4020f1199b3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5702 | 2024.07.04 19:28:03.203915 [ 3 ] {54401b82-4751-49f9-a9cf-d4d02ea52135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5703 | 2024.07.04 19:28:03.203958 [ 3 ] {54401b82-4751-49f9-a9cf-d4d02ea52135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5704 | 2024.07.04 19:28:03.204085 [ 3 ] {54401b82-4751-49f9-a9cf-d4d02ea52135} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5705 | 2024.07.04 19:28:03.204389 [ 3 ] {54401b82-4751-49f9-a9cf-d4d02ea52135} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5706 | 2024.07.04 19:28:03.204424 [ 3 ] {54401b82-4751-49f9-a9cf-d4d02ea52135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5707 | 2024.07.04 19:28:03.204774 [ 3 ] {54401b82-4751-49f9-a9cf-d4d02ea52135} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5708 | 2024.07.04 19:28:03.205092 [ 3 ] {54401b82-4751-49f9-a9cf-d4d02ea52135} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5709 | 2024.07.04 19:28:03.205252 [ 3 ] {54401b82-4751-49f9-a9cf-d4d02ea52135} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
5710 | 2024.07.04 19:28:03.205403 [ 3 ] {54401b82-4751-49f9-a9cf-d4d02ea52135} <Debug> DynamicQueryHandler: Done processing query | ||
5711 | 2024.07.04 19:28:03.205426 [ 3 ] {54401b82-4751-49f9-a9cf-d4d02ea52135} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5712 | 2024.07.04 19:28:03.205441 [ 3 ] {} <Debug> HTTP-Session: 3a5d5415-16f9-4d5c-a9fb-4020f1199b3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5713 | 2024.07.04 19:28:08.188028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5714 | 2024.07.04 19:28:08.188149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5715 | 2024.07.04 19:28:08.188173 [ 3 ] {} <Debug> HTTP-Session: efbd92b3-c6b5-4a86-87f4-71effd253c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5716 | 2024.07.04 19:28:08.188196 [ 3 ] {} <Debug> HTTP-Session: efbd92b3-c6b5-4a86-87f4-71effd253c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5717 | 2024.07.04 19:28:08.188211 [ 3 ] {} <Debug> HTTP-Session: efbd92b3-c6b5-4a86-87f4-71effd253c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5718 | 2024.07.04 19:28:08.188260 [ 3 ] {} <Trace> HTTP-Session: efbd92b3-c6b5-4a86-87f4-71effd253c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5719 | 2024.07.04 19:28:08.188444 [ 3 ] {9ad424fc-3f08-4d7a-904f-bc2d68a9434b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5720 | 2024.07.04 19:28:08.188506 [ 3 ] {9ad424fc-3f08-4d7a-904f-bc2d68a9434b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5721 | 2024.07.04 19:28:08.188689 [ 3 ] {9ad424fc-3f08-4d7a-904f-bc2d68a9434b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5722 | 2024.07.04 19:28:08.189135 [ 3 ] {9ad424fc-3f08-4d7a-904f-bc2d68a9434b} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5723 | 2024.07.04 19:28:08.189174 [ 3 ] {9ad424fc-3f08-4d7a-904f-bc2d68a9434b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5724 | 2024.07.04 19:28:08.189531 [ 3 ] {9ad424fc-3f08-4d7a-904f-bc2d68a9434b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5725 | 2024.07.04 19:28:08.189862 [ 3 ] {9ad424fc-3f08-4d7a-904f-bc2d68a9434b} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5726 | 2024.07.04 19:28:08.190030 [ 3 ] {9ad424fc-3f08-4d7a-904f-bc2d68a9434b} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001642 sec., 18270.401948842875 rows/sec., 1.45 MiB/sec. | ||
5727 | 2024.07.04 19:28:08.190227 [ 3 ] {9ad424fc-3f08-4d7a-904f-bc2d68a9434b} <Debug> DynamicQueryHandler: Done processing query | ||
5728 | 2024.07.04 19:28:08.190253 [ 3 ] {9ad424fc-3f08-4d7a-904f-bc2d68a9434b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5729 | 2024.07.04 19:28:08.190270 [ 3 ] {} <Debug> HTTP-Session: efbd92b3-c6b5-4a86-87f4-71effd253c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5730 | 2024.07.04 19:28:08.190401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5731 | 2024.07.04 19:28:08.190451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5732 | 2024.07.04 19:28:08.190470 [ 3 ] {} <Debug> HTTP-Session: 209c027b-09db-4608-82fe-78a49814f810 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5733 | 2024.07.04 19:28:08.190486 [ 3 ] {} <Debug> HTTP-Session: 209c027b-09db-4608-82fe-78a49814f810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5734 | 2024.07.04 19:28:08.190500 [ 3 ] {} <Debug> HTTP-Session: 209c027b-09db-4608-82fe-78a49814f810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5735 | 2024.07.04 19:28:08.190531 [ 3 ] {} <Trace> HTTP-Session: 209c027b-09db-4608-82fe-78a49814f810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5736 | 2024.07.04 19:28:08.190664 [ 3 ] {59311502-de9a-4812-89e8-f2131b7ab1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5737 | 2024.07.04 19:28:08.190707 [ 3 ] {59311502-de9a-4812-89e8-f2131b7ab1b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5738 | 2024.07.04 19:28:08.190831 [ 3 ] {59311502-de9a-4812-89e8-f2131b7ab1b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5739 | 2024.07.04 19:28:08.191285 [ 3 ] {59311502-de9a-4812-89e8-f2131b7ab1b6} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5740 | 2024.07.04 19:28:08.191330 [ 3 ] {59311502-de9a-4812-89e8-f2131b7ab1b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5741 | 2024.07.04 19:28:08.191662 [ 3 ] {59311502-de9a-4812-89e8-f2131b7ab1b6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5742 | 2024.07.04 19:28:08.191969 [ 3 ] {59311502-de9a-4812-89e8-f2131b7ab1b6} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5743 | 2024.07.04 19:28:08.192128 [ 3 ] {59311502-de9a-4812-89e8-f2131b7ab1b6} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001517 sec., 96242.5840474621 rows/sec., 8.06 MiB/sec. | ||
5744 | 2024.07.04 19:28:08.192389 [ 3 ] {59311502-de9a-4812-89e8-f2131b7ab1b6} <Debug> DynamicQueryHandler: Done processing query | ||
5745 | 2024.07.04 19:28:08.192436 [ 3 ] {59311502-de9a-4812-89e8-f2131b7ab1b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5746 | 2024.07.04 19:28:08.192482 [ 3 ] {} <Debug> HTTP-Session: 209c027b-09db-4608-82fe-78a49814f810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5747 | 2024.07.04 19:28:08.192608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5748 | 2024.07.04 19:28:08.192656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5749 | 2024.07.04 19:28:08.192675 [ 3 ] {} <Debug> HTTP-Session: f79a36e5-03f0-4143-a10a-4d0add0836ed Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5750 | 2024.07.04 19:28:08.192692 [ 3 ] {} <Debug> HTTP-Session: f79a36e5-03f0-4143-a10a-4d0add0836ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5751 | 2024.07.04 19:28:08.192705 [ 3 ] {} <Debug> HTTP-Session: f79a36e5-03f0-4143-a10a-4d0add0836ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5752 | 2024.07.04 19:28:08.192737 [ 3 ] {} <Trace> HTTP-Session: f79a36e5-03f0-4143-a10a-4d0add0836ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5753 | 2024.07.04 19:28:08.192856 [ 3 ] {6e880095-4a09-4d4b-b486-ec0c2094a73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5754 | 2024.07.04 19:28:08.192899 [ 3 ] {6e880095-4a09-4d4b-b486-ec0c2094a73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5755 | 2024.07.04 19:28:08.193044 [ 3 ] {6e880095-4a09-4d4b-b486-ec0c2094a73d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5756 | 2024.07.04 19:28:08.193396 [ 3 ] {6e880095-4a09-4d4b-b486-ec0c2094a73d} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5757 | 2024.07.04 19:28:08.193433 [ 3 ] {6e880095-4a09-4d4b-b486-ec0c2094a73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5758 | 2024.07.04 19:28:08.193736 [ 3 ] {6e880095-4a09-4d4b-b486-ec0c2094a73d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5759 | 2024.07.04 19:28:08.194038 [ 3 ] {6e880095-4a09-4d4b-b486-ec0c2094a73d} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5760 | 2024.07.04 19:28:08.194201 [ 3 ] {6e880095-4a09-4d4b-b486-ec0c2094a73d} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001383 sec., 67968.18510484454 rows/sec., 5.31 MiB/sec. | ||
5761 | 2024.07.04 19:28:08.194384 [ 3 ] {6e880095-4a09-4d4b-b486-ec0c2094a73d} <Debug> DynamicQueryHandler: Done processing query | ||
5762 | 2024.07.04 19:28:08.194409 [ 3 ] {6e880095-4a09-4d4b-b486-ec0c2094a73d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5763 | 2024.07.04 19:28:08.194424 [ 3 ] {} <Debug> HTTP-Session: f79a36e5-03f0-4143-a10a-4d0add0836ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5764 | 2024.07.04 19:28:08.194554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5765 | 2024.07.04 19:28:08.194601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5766 | 2024.07.04 19:28:08.194619 [ 3 ] {} <Debug> HTTP-Session: 807342d7-a8f5-4b0c-ad2f-39b42b09321d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5767 | 2024.07.04 19:28:08.194636 [ 3 ] {} <Debug> HTTP-Session: 807342d7-a8f5-4b0c-ad2f-39b42b09321d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5768 | 2024.07.04 19:28:08.194649 [ 3 ] {} <Debug> HTTP-Session: 807342d7-a8f5-4b0c-ad2f-39b42b09321d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5769 | 2024.07.04 19:28:08.194680 [ 3 ] {} <Trace> HTTP-Session: 807342d7-a8f5-4b0c-ad2f-39b42b09321d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5770 | 2024.07.04 19:28:08.194823 [ 3 ] {53258f4a-da90-4060-bd4f-e46112d1da1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5771 | 2024.07.04 19:28:08.194868 [ 3 ] {53258f4a-da90-4060-bd4f-e46112d1da1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5772 | 2024.07.04 19:28:08.195012 [ 3 ] {53258f4a-da90-4060-bd4f-e46112d1da1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5773 | 2024.07.04 19:28:08.195400 [ 3 ] {53258f4a-da90-4060-bd4f-e46112d1da1a} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5774 | 2024.07.04 19:28:08.195436 [ 3 ] {53258f4a-da90-4060-bd4f-e46112d1da1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5775 | 2024.07.04 19:28:08.195821 [ 3 ] {53258f4a-da90-4060-bd4f-e46112d1da1a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5776 | 2024.07.04 19:28:08.196152 [ 3 ] {53258f4a-da90-4060-bd4f-e46112d1da1a} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5777 | 2024.07.04 19:28:08.196313 [ 3 ] {53258f4a-da90-4060-bd4f-e46112d1da1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
5778 | 2024.07.04 19:28:08.196480 [ 3 ] {53258f4a-da90-4060-bd4f-e46112d1da1a} <Debug> DynamicQueryHandler: Done processing query | ||
5779 | 2024.07.04 19:28:08.196503 [ 3 ] {53258f4a-da90-4060-bd4f-e46112d1da1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5780 | 2024.07.04 19:28:08.196519 [ 3 ] {} <Debug> HTTP-Session: 807342d7-a8f5-4b0c-ad2f-39b42b09321d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5781 | 2024.07.04 19:28:08.196657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5782 | 2024.07.04 19:28:08.196704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5783 | 2024.07.04 19:28:08.196723 [ 3 ] {} <Debug> HTTP-Session: 134ee806-ff39-4e9c-b8cf-58d8a6557eee Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5784 | 2024.07.04 19:28:08.196740 [ 3 ] {} <Debug> HTTP-Session: 134ee806-ff39-4e9c-b8cf-58d8a6557eee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5785 | 2024.07.04 19:28:08.196753 [ 3 ] {} <Debug> HTTP-Session: 134ee806-ff39-4e9c-b8cf-58d8a6557eee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5786 | 2024.07.04 19:28:08.196783 [ 3 ] {} <Trace> HTTP-Session: 134ee806-ff39-4e9c-b8cf-58d8a6557eee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5787 | 2024.07.04 19:28:08.197127 [ 3 ] {b5550d56-fa7f-485f-af2e-d46796625623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5788 | 2024.07.04 19:28:08.197192 [ 3 ] {b5550d56-fa7f-485f-af2e-d46796625623} <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 | ||
5789 | 2024.07.04 19:28:08.197599 [ 3 ] {b5550d56-fa7f-485f-af2e-d46796625623} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5790 | 2024.07.04 19:28:08.198238 [ 3 ] {b5550d56-fa7f-485f-af2e-d46796625623} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5791 | 2024.07.04 19:28:08.198274 [ 3 ] {b5550d56-fa7f-485f-af2e-d46796625623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5792 | 2024.07.04 19:28:08.198872 [ 3 ] {b5550d56-fa7f-485f-af2e-d46796625623} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5793 | 2024.07.04 19:28:08.199270 [ 3 ] {b5550d56-fa7f-485f-af2e-d46796625623} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5794 | 2024.07.04 19:28:08.199452 [ 3 ] {b5550d56-fa7f-485f-af2e-d46796625623} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002589 sec., 11587.485515643104 rows/sec., 20.76 MiB/sec. | ||
5795 | 2024.07.04 19:28:08.199644 [ 3 ] {b5550d56-fa7f-485f-af2e-d46796625623} <Debug> DynamicQueryHandler: Done processing query | ||
5796 | 2024.07.04 19:28:08.199668 [ 3 ] {b5550d56-fa7f-485f-af2e-d46796625623} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5797 | 2024.07.04 19:28:08.199684 [ 3 ] {} <Debug> HTTP-Session: 134ee806-ff39-4e9c-b8cf-58d8a6557eee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5798 | 2024.07.04 19:28:08.199793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5799 | 2024.07.04 19:28:08.199839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5800 | 2024.07.04 19:28:08.199858 [ 3 ] {} <Debug> HTTP-Session: 32c995e5-d6cf-4d95-974e-144661c52330 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5801 | 2024.07.04 19:28:08.199874 [ 3 ] {} <Debug> HTTP-Session: 32c995e5-d6cf-4d95-974e-144661c52330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5802 | 2024.07.04 19:28:08.199887 [ 3 ] {} <Debug> HTTP-Session: 32c995e5-d6cf-4d95-974e-144661c52330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5803 | 2024.07.04 19:28:08.199918 [ 3 ] {} <Trace> HTTP-Session: 32c995e5-d6cf-4d95-974e-144661c52330 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5804 | 2024.07.04 19:28:08.200036 [ 3 ] {f4633e23-b940-43f9-a3a0-13d0f1914d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5805 | 2024.07.04 19:28:08.200079 [ 3 ] {f4633e23-b940-43f9-a3a0-13d0f1914d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5806 | 2024.07.04 19:28:08.200204 [ 3 ] {f4633e23-b940-43f9-a3a0-13d0f1914d19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5807 | 2024.07.04 19:28:08.200610 [ 3 ] {f4633e23-b940-43f9-a3a0-13d0f1914d19} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5808 | 2024.07.04 19:28:08.200646 [ 3 ] {f4633e23-b940-43f9-a3a0-13d0f1914d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5809 | 2024.07.04 19:28:08.200990 [ 3 ] {f4633e23-b940-43f9-a3a0-13d0f1914d19} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5810 | 2024.07.04 19:28:08.201305 [ 3 ] {f4633e23-b940-43f9-a3a0-13d0f1914d19} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5811 | 2024.07.04 19:28:08.201471 [ 3 ] {f4633e23-b940-43f9-a3a0-13d0f1914d19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. | ||
5812 | 2024.07.04 19:28:08.201796 [ 3 ] {f4633e23-b940-43f9-a3a0-13d0f1914d19} <Debug> DynamicQueryHandler: Done processing query | ||
5813 | 2024.07.04 19:28:08.201831 [ 3 ] {f4633e23-b940-43f9-a3a0-13d0f1914d19} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5814 | 2024.07.04 19:28:08.201847 [ 3 ] {} <Debug> HTTP-Session: 32c995e5-d6cf-4d95-974e-144661c52330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5815 | 2024.07.04 19:28:13.187350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5816 | 2024.07.04 19:28:13.187492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5817 | 2024.07.04 19:28:13.187522 [ 3 ] {} <Debug> HTTP-Session: 6c7c6248-9c2e-49af-ac6e-0299a9f4f807 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5818 | 2024.07.04 19:28:13.187551 [ 3 ] {} <Debug> HTTP-Session: 6c7c6248-9c2e-49af-ac6e-0299a9f4f807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5819 | 2024.07.04 19:28:13.187568 [ 3 ] {} <Debug> HTTP-Session: 6c7c6248-9c2e-49af-ac6e-0299a9f4f807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5820 | 2024.07.04 19:28:13.187625 [ 3 ] {} <Trace> HTTP-Session: 6c7c6248-9c2e-49af-ac6e-0299a9f4f807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5821 | 2024.07.04 19:28:13.187821 [ 3 ] {f6d91cdc-b507-4c59-af1c-36c4c8be4288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5822 | 2024.07.04 19:28:13.187897 [ 3 ] {f6d91cdc-b507-4c59-af1c-36c4c8be4288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5823 | 2024.07.04 19:28:13.188101 [ 3 ] {f6d91cdc-b507-4c59-af1c-36c4c8be4288} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5824 | 2024.07.04 19:28:13.188527 [ 3 ] {f6d91cdc-b507-4c59-af1c-36c4c8be4288} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5825 | 2024.07.04 19:28:13.188567 [ 3 ] {f6d91cdc-b507-4c59-af1c-36c4c8be4288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5826 | 2024.07.04 19:28:13.188923 [ 3 ] {f6d91cdc-b507-4c59-af1c-36c4c8be4288} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5827 | 2024.07.04 19:28:13.189265 [ 3 ] {f6d91cdc-b507-4c59-af1c-36c4c8be4288} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5828 | 2024.07.04 19:28:13.189404 [ 3 ] {f6d91cdc-b507-4c59-af1c-36c4c8be4288} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001643 sec., 2434.5709068776628 rows/sec., 198.52 KiB/sec. | ||
5829 | 2024.07.04 19:28:13.189689 [ 3 ] {f6d91cdc-b507-4c59-af1c-36c4c8be4288} <Debug> DynamicQueryHandler: Done processing query | ||
5830 | 2024.07.04 19:28:13.189715 [ 3 ] {f6d91cdc-b507-4c59-af1c-36c4c8be4288} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5831 | 2024.07.04 19:28:13.189732 [ 3 ] {} <Debug> HTTP-Session: 6c7c6248-9c2e-49af-ac6e-0299a9f4f807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5832 | 2024.07.04 19:28:13.189857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 13007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5833 | 2024.07.04 19:28:13.189907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5834 | 2024.07.04 19:28:13.189926 [ 3 ] {} <Debug> HTTP-Session: c3df1a96-586e-4424-8ced-48c4a4c43d82 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5835 | 2024.07.04 19:28:13.189943 [ 3 ] {} <Debug> HTTP-Session: c3df1a96-586e-4424-8ced-48c4a4c43d82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5836 | 2024.07.04 19:28:13.189956 [ 3 ] {} <Debug> HTTP-Session: c3df1a96-586e-4424-8ced-48c4a4c43d82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5837 | 2024.07.04 19:28:13.189995 [ 3 ] {} <Trace> HTTP-Session: c3df1a96-586e-4424-8ced-48c4a4c43d82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5838 | 2024.07.04 19:28:13.190116 [ 3 ] {43b40510-c657-4d59-b576-1794d1089662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5839 | 2024.07.04 19:28:13.190158 [ 3 ] {43b40510-c657-4d59-b576-1794d1089662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5840 | 2024.07.04 19:28:13.190300 [ 3 ] {43b40510-c657-4d59-b576-1794d1089662} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5841 | 2024.07.04 19:28:13.190667 [ 3 ] {43b40510-c657-4d59-b576-1794d1089662} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5842 | 2024.07.04 19:28:13.190701 [ 3 ] {43b40510-c657-4d59-b576-1794d1089662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5843 | 2024.07.04 19:28:13.191006 [ 3 ] {43b40510-c657-4d59-b576-1794d1089662} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5844 | 2024.07.04 19:28:13.191301 [ 3 ] {43b40510-c657-4d59-b576-1794d1089662} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5845 | 2024.07.04 19:28:13.191420 [ 3 ] {43b40510-c657-4d59-b576-1794d1089662} <Debug> executeQuery: Read 94 rows, 7.29 KiB in 0.001349 sec., 69681.24536693847 rows/sec., 5.28 MiB/sec. | ||
5846 | 2024.07.04 19:28:13.191671 [ 3 ] {43b40510-c657-4d59-b576-1794d1089662} <Debug> DynamicQueryHandler: Done processing query | ||
5847 | 2024.07.04 19:28:13.191717 [ 3 ] {43b40510-c657-4d59-b576-1794d1089662} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5848 | 2024.07.04 19:28:13.191755 [ 3 ] {} <Debug> HTTP-Session: c3df1a96-586e-4424-8ced-48c4a4c43d82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5849 | 2024.07.04 19:28:13.191860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5850 | 2024.07.04 19:28:13.191908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5851 | 2024.07.04 19:28:13.191927 [ 3 ] {} <Debug> HTTP-Session: c0bdcae8-1079-4bf4-8b76-aeb7d134267c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5852 | 2024.07.04 19:28:13.191943 [ 3 ] {} <Debug> HTTP-Session: c0bdcae8-1079-4bf4-8b76-aeb7d134267c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5853 | 2024.07.04 19:28:13.191957 [ 3 ] {} <Debug> HTTP-Session: c0bdcae8-1079-4bf4-8b76-aeb7d134267c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5854 | 2024.07.04 19:28:13.191989 [ 3 ] {} <Trace> HTTP-Session: c0bdcae8-1079-4bf4-8b76-aeb7d134267c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5855 | 2024.07.04 19:28:13.192083 [ 3 ] {c534411c-92b3-4600-aabc-3f4ba57f01b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5856 | 2024.07.04 19:28:13.192126 [ 3 ] {c534411c-92b3-4600-aabc-3f4ba57f01b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5857 | 2024.07.04 19:28:13.192267 [ 3 ] {c534411c-92b3-4600-aabc-3f4ba57f01b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5858 | 2024.07.04 19:28:13.192544 [ 3 ] {c534411c-92b3-4600-aabc-3f4ba57f01b1} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5859 | 2024.07.04 19:28:13.192580 [ 3 ] {c534411c-92b3-4600-aabc-3f4ba57f01b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5860 | 2024.07.04 19:28:13.192869 [ 3 ] {c534411c-92b3-4600-aabc-3f4ba57f01b1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5861 | 2024.07.04 19:28:13.193175 [ 3 ] {c534411c-92b3-4600-aabc-3f4ba57f01b1} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5862 | 2024.07.04 19:28:13.193296 [ 3 ] {c534411c-92b3-4600-aabc-3f4ba57f01b1} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001238 sec., 3231.0177705977385 rows/sec., 225.60 KiB/sec. | ||
5863 | 2024.07.04 19:28:13.193571 [ 3 ] {c534411c-92b3-4600-aabc-3f4ba57f01b1} <Debug> DynamicQueryHandler: Done processing query | ||
5864 | 2024.07.04 19:28:13.193595 [ 3 ] {c534411c-92b3-4600-aabc-3f4ba57f01b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5865 | 2024.07.04 19:28:13.193611 [ 3 ] {} <Debug> HTTP-Session: c0bdcae8-1079-4bf4-8b76-aeb7d134267c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5866 | 2024.07.04 19:28:13.193721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5867 | 2024.07.04 19:28:13.193768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5868 | 2024.07.04 19:28:13.193788 [ 3 ] {} <Debug> HTTP-Session: 3f917fcc-401f-4bf9-abda-c592253807fb Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5869 | 2024.07.04 19:28:13.193804 [ 3 ] {} <Debug> HTTP-Session: 3f917fcc-401f-4bf9-abda-c592253807fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5870 | 2024.07.04 19:28:13.193818 [ 3 ] {} <Debug> HTTP-Session: 3f917fcc-401f-4bf9-abda-c592253807fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5871 | 2024.07.04 19:28:13.193848 [ 3 ] {} <Trace> HTTP-Session: 3f917fcc-401f-4bf9-abda-c592253807fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5872 | 2024.07.04 19:28:13.193963 [ 3 ] {63f7c3e5-c9cd-4f4c-9f07-e5c6daa51af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5873 | 2024.07.04 19:28:13.194006 [ 3 ] {63f7c3e5-c9cd-4f4c-9f07-e5c6daa51af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5874 | 2024.07.04 19:28:13.194145 [ 3 ] {63f7c3e5-c9cd-4f4c-9f07-e5c6daa51af4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5875 | 2024.07.04 19:28:13.194487 [ 3 ] {63f7c3e5-c9cd-4f4c-9f07-e5c6daa51af4} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5876 | 2024.07.04 19:28:13.194522 [ 3 ] {63f7c3e5-c9cd-4f4c-9f07-e5c6daa51af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5877 | 2024.07.04 19:28:13.194830 [ 3 ] {63f7c3e5-c9cd-4f4c-9f07-e5c6daa51af4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5878 | 2024.07.04 19:28:13.195132 [ 3 ] {63f7c3e5-c9cd-4f4c-9f07-e5c6daa51af4} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5879 | 2024.07.04 19:28:13.195256 [ 3 ] {63f7c3e5-c9cd-4f4c-9f07-e5c6daa51af4} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001336 sec., 68862.2754491018 rows/sec., 5.37 MiB/sec. | ||
5880 | 2024.07.04 19:28:13.195412 [ 3 ] {63f7c3e5-c9cd-4f4c-9f07-e5c6daa51af4} <Debug> DynamicQueryHandler: Done processing query | ||
5881 | 2024.07.04 19:28:13.195436 [ 3 ] {63f7c3e5-c9cd-4f4c-9f07-e5c6daa51af4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5882 | 2024.07.04 19:28:13.195452 [ 3 ] {} <Debug> HTTP-Session: 3f917fcc-401f-4bf9-abda-c592253807fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5883 | 2024.07.04 19:28:13.195617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 37979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5884 | 2024.07.04 19:28:13.195665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5885 | 2024.07.04 19:28:13.195684 [ 3 ] {} <Debug> HTTP-Session: 21a94640-de90-41da-8ca0-c8ec994c6d4c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5886 | 2024.07.04 19:28:13.195700 [ 3 ] {} <Debug> HTTP-Session: 21a94640-de90-41da-8ca0-c8ec994c6d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5887 | 2024.07.04 19:28:13.195714 [ 3 ] {} <Debug> HTTP-Session: 21a94640-de90-41da-8ca0-c8ec994c6d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5888 | 2024.07.04 19:28:13.195745 [ 3 ] {} <Trace> HTTP-Session: 21a94640-de90-41da-8ca0-c8ec994c6d4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5889 | 2024.07.04 19:28:13.195910 [ 3 ] {ace38d3b-2b68-48fa-9900-99e15d80ae44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5890 | 2024.07.04 19:28:13.195957 [ 3 ] {ace38d3b-2b68-48fa-9900-99e15d80ae44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5891 | 2024.07.04 19:28:13.196099 [ 3 ] {ace38d3b-2b68-48fa-9900-99e15d80ae44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5892 | 2024.07.04 19:28:13.196499 [ 3 ] {ace38d3b-2b68-48fa-9900-99e15d80ae44} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5893 | 2024.07.04 19:28:13.196534 [ 3 ] {ace38d3b-2b68-48fa-9900-99e15d80ae44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5894 | 2024.07.04 19:28:13.196919 [ 3 ] {ace38d3b-2b68-48fa-9900-99e15d80ae44} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5895 | 2024.07.04 19:28:13.197250 [ 3 ] {ace38d3b-2b68-48fa-9900-99e15d80ae44} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5896 | 2024.07.04 19:28:13.197375 [ 3 ] {ace38d3b-2b68-48fa-9900-99e15d80ae44} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001547 sec., 127989.65740142211 rows/sec., 8.93 MiB/sec. | ||
5897 | 2024.07.04 19:28:13.197535 [ 3 ] {ace38d3b-2b68-48fa-9900-99e15d80ae44} <Debug> DynamicQueryHandler: Done processing query | ||
5898 | 2024.07.04 19:28:13.197560 [ 3 ] {ace38d3b-2b68-48fa-9900-99e15d80ae44} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5899 | 2024.07.04 19:28:13.197575 [ 3 ] {} <Debug> HTTP-Session: 21a94640-de90-41da-8ca0-c8ec994c6d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5900 | 2024.07.04 19:28:13.197695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5901 | 2024.07.04 19:28:13.197741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5902 | 2024.07.04 19:28:13.197761 [ 3 ] {} <Debug> HTTP-Session: 8813a022-b7e7-4528-8a4a-fa816a62324e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5903 | 2024.07.04 19:28:13.197777 [ 3 ] {} <Debug> HTTP-Session: 8813a022-b7e7-4528-8a4a-fa816a62324e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5904 | 2024.07.04 19:28:13.197792 [ 3 ] {} <Debug> HTTP-Session: 8813a022-b7e7-4528-8a4a-fa816a62324e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5905 | 2024.07.04 19:28:13.197822 [ 3 ] {} <Trace> HTTP-Session: 8813a022-b7e7-4528-8a4a-fa816a62324e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5906 | 2024.07.04 19:28:13.197946 [ 3 ] {9550b9d4-d78a-4f36-9654-6da246c3390b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5907 | 2024.07.04 19:28:13.197993 [ 3 ] {9550b9d4-d78a-4f36-9654-6da246c3390b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5908 | 2024.07.04 19:28:13.198116 [ 3 ] {9550b9d4-d78a-4f36-9654-6da246c3390b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5909 | 2024.07.04 19:28:13.198417 [ 3 ] {9550b9d4-d78a-4f36-9654-6da246c3390b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5910 | 2024.07.04 19:28:13.198451 [ 3 ] {9550b9d4-d78a-4f36-9654-6da246c3390b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5911 | 2024.07.04 19:28:13.198791 [ 3 ] {9550b9d4-d78a-4f36-9654-6da246c3390b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5912 | 2024.07.04 19:28:13.199101 [ 3 ] {9550b9d4-d78a-4f36-9654-6da246c3390b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5913 | 2024.07.04 19:28:13.199234 [ 3 ] {9550b9d4-d78a-4f36-9654-6da246c3390b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
5914 | 2024.07.04 19:28:13.199388 [ 3 ] {9550b9d4-d78a-4f36-9654-6da246c3390b} <Debug> DynamicQueryHandler: Done processing query | ||
5915 | 2024.07.04 19:28:13.199412 [ 3 ] {9550b9d4-d78a-4f36-9654-6da246c3390b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5916 | 2024.07.04 19:28:13.199428 [ 3 ] {} <Debug> HTTP-Session: 8813a022-b7e7-4528-8a4a-fa816a62324e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5917 | 2024.07.04 19:28:16.785723 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5918 | 2024.07.04 19:28:16.785795 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5919 | 2024.07.04 19:28:18.187643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5920 | 2024.07.04 19:28:18.187771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5921 | 2024.07.04 19:28:18.187800 [ 3 ] {} <Debug> HTTP-Session: c49a3607-17e5-4ebf-b238-7b454f5dc883 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5922 | 2024.07.04 19:28:18.187827 [ 3 ] {} <Debug> HTTP-Session: c49a3607-17e5-4ebf-b238-7b454f5dc883 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5923 | 2024.07.04 19:28:18.187845 [ 3 ] {} <Debug> HTTP-Session: c49a3607-17e5-4ebf-b238-7b454f5dc883 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.07.04 19:28:18.187901 [ 3 ] {} <Trace> HTTP-Session: c49a3607-17e5-4ebf-b238-7b454f5dc883 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5925 | 2024.07.04 19:28:18.188115 [ 3 ] {89c7e582-5f3a-4a7a-ac94-9c8f539a17fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5926 | 2024.07.04 19:28:18.188182 [ 3 ] {89c7e582-5f3a-4a7a-ac94-9c8f539a17fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5927 | 2024.07.04 19:28:18.188368 [ 3 ] {89c7e582-5f3a-4a7a-ac94-9c8f539a17fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5928 | 2024.07.04 19:28:18.188824 [ 3 ] {89c7e582-5f3a-4a7a-ac94-9c8f539a17fd} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5929 | 2024.07.04 19:28:18.188864 [ 3 ] {89c7e582-5f3a-4a7a-ac94-9c8f539a17fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5930 | 2024.07.04 19:28:18.189225 [ 3 ] {89c7e582-5f3a-4a7a-ac94-9c8f539a17fd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5931 | 2024.07.04 19:28:18.189563 [ 3 ] {89c7e582-5f3a-4a7a-ac94-9c8f539a17fd} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5932 | 2024.07.04 19:28:18.189734 [ 3 ] {89c7e582-5f3a-4a7a-ac94-9c8f539a17fd} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001683 sec., 17825.311942959 rows/sec., 1.41 MiB/sec. | ||
5933 | 2024.07.04 19:28:18.189765 [ 117 ] {} <Debug> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
5934 | 2024.07.04 19:28:18.189882 [ 117 ] {} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5935 | 2024.07.04 19:28:18.189918 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5936 | 2024.07.04 19:28:18.190014 [ 3 ] {89c7e582-5f3a-4a7a-ac94-9c8f539a17fd} <Debug> DynamicQueryHandler: Done processing query | ||
5937 | 2024.07.04 19:28:18.190069 [ 3 ] {89c7e582-5f3a-4a7a-ac94-9c8f539a17fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5938 | 2024.07.04 19:28:18.190100 [ 189 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::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 | ||
5939 | 2024.07.04 19:28:18.190109 [ 3 ] {} <Debug> HTTP-Session: c49a3607-17e5-4ebf-b238-7b454f5dc883 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5940 | 2024.07.04 19:28:18.190330 [ 189 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5941 | 2024.07.04 19:28:18.190330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5942 | 2024.07.04 19:28:18.190393 [ 189 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 30 rows starting from the beginning of the part | ||
5943 | 2024.07.04 19:28:18.190441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5944 | 2024.07.04 19:28:18.190501 [ 3 ] {} <Debug> HTTP-Session: 33962c2c-48f2-439f-b8f6-5b1d387e097c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5945 | 2024.07.04 19:28:18.190582 [ 189 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
5946 | 2024.07.04 19:28:18.190581 [ 3 ] {} <Debug> HTTP-Session: 33962c2c-48f2-439f-b8f6-5b1d387e097c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5947 | 2024.07.04 19:28:18.190657 [ 3 ] {} <Debug> HTTP-Session: 33962c2c-48f2-439f-b8f6-5b1d387e097c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5948 | 2024.07.04 19:28:18.190914 [ 189 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
5949 | 2024.07.04 19:28:18.190936 [ 3 ] {} <Trace> HTTP-Session: 33962c2c-48f2-439f-b8f6-5b1d387e097c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5950 | 2024.07.04 19:28:18.191167 [ 189 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
5951 | 2024.07.04 19:28:18.191432 [ 189 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
5952 | 2024.07.04 19:28:18.191432 [ 3 ] {43a6077c-8913-4684-84d7-2b19dbe69d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5953 | 2024.07.04 19:28:18.191663 [ 3 ] {43a6077c-8913-4684-84d7-2b19dbe69d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5954 | 2024.07.04 19:28:18.192197 [ 3 ] {43a6077c-8913-4684-84d7-2b19dbe69d93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5955 | 2024.07.04 19:28:18.193035 [ 3 ] {43a6077c-8913-4684-84d7-2b19dbe69d93} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5956 | 2024.07.04 19:28:18.193096 [ 3 ] {43a6077c-8913-4684-84d7-2b19dbe69d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5957 | 2024.07.04 19:28:18.193927 [ 3 ] {43a6077c-8913-4684-84d7-2b19dbe69d93} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5958 | 2024.07.04 19:28:18.193935 [ 189 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003935086 sec., 38118.607827122454 rows/sec., 3.02 MiB/sec. | ||
5959 | 2024.07.04 19:28:18.194148 [ 189 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
5960 | 2024.07.04 19:28:18.194701 [ 3 ] {43a6077c-8913-4684-84d7-2b19dbe69d93} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5961 | 2024.07.04 19:28:18.195024 [ 3 ] {43a6077c-8913-4684-84d7-2b19dbe69d93} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003833 sec., 521.7845030002609 rows/sec., 42.55 KiB/sec. | ||
5962 | 2024.07.04 19:28:18.195094 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_18_4} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5963 | 2024.07.04 19:28:18.195520 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_18_4} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
5964 | 2024.07.04 19:28:18.195578 [ 3 ] {43a6077c-8913-4684-84d7-2b19dbe69d93} <Debug> DynamicQueryHandler: Done processing query | ||
5965 | 2024.07.04 19:28:18.195626 [ 3 ] {43a6077c-8913-4684-84d7-2b19dbe69d93} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5966 | 2024.07.04 19:28:18.195651 [ 3 ] {} <Debug> HTTP-Session: 33962c2c-48f2-439f-b8f6-5b1d387e097c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5967 | 2024.07.04 19:28:18.195654 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5968 | 2024.07.04 19:28:18.195785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5969 | 2024.07.04 19:28:18.195835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5970 | 2024.07.04 19:28:18.195854 [ 3 ] {} <Debug> HTTP-Session: 38b7e616-1ec3-42bc-8787-f3896acd9526 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5971 | 2024.07.04 19:28:18.195871 [ 3 ] {} <Debug> HTTP-Session: 38b7e616-1ec3-42bc-8787-f3896acd9526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5972 | 2024.07.04 19:28:18.195886 [ 3 ] {} <Debug> HTTP-Session: 38b7e616-1ec3-42bc-8787-f3896acd9526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5973 | 2024.07.04 19:28:18.195918 [ 3 ] {} <Trace> HTTP-Session: 38b7e616-1ec3-42bc-8787-f3896acd9526 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5974 | 2024.07.04 19:28:18.196065 [ 3 ] {fb25e37f-ea9b-489d-805a-960a669963bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5975 | 2024.07.04 19:28:18.196107 [ 3 ] {fb25e37f-ea9b-489d-805a-960a669963bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5976 | 2024.07.04 19:28:18.196248 [ 3 ] {fb25e37f-ea9b-489d-805a-960a669963bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5977 | 2024.07.04 19:28:18.196685 [ 3 ] {fb25e37f-ea9b-489d-805a-960a669963bd} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5978 | 2024.07.04 19:28:18.196721 [ 3 ] {fb25e37f-ea9b-489d-805a-960a669963bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5979 | 2024.07.04 19:28:18.197048 [ 3 ] {fb25e37f-ea9b-489d-805a-960a669963bd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5980 | 2024.07.04 19:28:18.197365 [ 3 ] {fb25e37f-ea9b-489d-805a-960a669963bd} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5981 | 2024.07.04 19:28:18.197521 [ 3 ] {fb25e37f-ea9b-489d-805a-960a669963bd} <Debug> executeQuery: Read 147 rows, 12.59 KiB in 0.001515 sec., 97029.70297029703 rows/sec., 8.12 MiB/sec. | ||
5982 | 2024.07.04 19:28:18.197692 [ 3 ] {fb25e37f-ea9b-489d-805a-960a669963bd} <Debug> DynamicQueryHandler: Done processing query | ||
5983 | 2024.07.04 19:28:18.197716 [ 3 ] {fb25e37f-ea9b-489d-805a-960a669963bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5984 | 2024.07.04 19:28:18.197732 [ 3 ] {} <Debug> HTTP-Session: 38b7e616-1ec3-42bc-8787-f3896acd9526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5985 | 2024.07.04 19:28:18.197846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5986 | 2024.07.04 19:28:18.197894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5987 | 2024.07.04 19:28:18.197912 [ 3 ] {} <Debug> HTTP-Session: 007f9708-e427-4056-886e-cf173d2a9b6d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
5988 | 2024.07.04 19:28:18.197929 [ 3 ] {} <Debug> HTTP-Session: 007f9708-e427-4056-886e-cf173d2a9b6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5989 | 2024.07.04 19:28:18.197943 [ 3 ] {} <Debug> HTTP-Session: 007f9708-e427-4056-886e-cf173d2a9b6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5990 | 2024.07.04 19:28:18.197973 [ 3 ] {} <Trace> HTTP-Session: 007f9708-e427-4056-886e-cf173d2a9b6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5991 | 2024.07.04 19:28:18.198069 [ 3 ] {292a1f92-3c25-434e-8288-395a5782f102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5992 | 2024.07.04 19:28:18.198111 [ 3 ] {292a1f92-3c25-434e-8288-395a5782f102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5993 | 2024.07.04 19:28:18.198237 [ 3 ] {292a1f92-3c25-434e-8288-395a5782f102} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5994 | 2024.07.04 19:28:18.198513 [ 3 ] {292a1f92-3c25-434e-8288-395a5782f102} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5995 | 2024.07.04 19:28:18.198549 [ 3 ] {292a1f92-3c25-434e-8288-395a5782f102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
5996 | 2024.07.04 19:28:18.198839 [ 3 ] {292a1f92-3c25-434e-8288-395a5782f102} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5997 | 2024.07.04 19:28:18.199145 [ 3 ] {292a1f92-3c25-434e-8288-395a5782f102} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5998 | 2024.07.04 19:28:18.199297 [ 3 ] {292a1f92-3c25-434e-8288-395a5782f102} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001242 sec., 1610.3059581320451 rows/sec., 112.44 KiB/sec. | ||
5999 | 2024.07.04 19:28:18.199459 [ 3 ] {292a1f92-3c25-434e-8288-395a5782f102} <Debug> DynamicQueryHandler: Done processing query | ||
6000 | 2024.07.04 19:28:18.199482 [ 3 ] {292a1f92-3c25-434e-8288-395a5782f102} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6001 | 2024.07.04 19:28:18.199498 [ 3 ] {} <Debug> HTTP-Session: 007f9708-e427-4056-886e-cf173d2a9b6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6002 | 2024.07.04 19:28:18.199612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6003 | 2024.07.04 19:28:18.199659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6004 | 2024.07.04 19:28:18.199677 [ 3 ] {} <Debug> HTTP-Session: 3607451e-bd4d-40ac-9f34-389d983f73b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6005 | 2024.07.04 19:28:18.199694 [ 3 ] {} <Debug> HTTP-Session: 3607451e-bd4d-40ac-9f34-389d983f73b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6006 | 2024.07.04 19:28:18.199707 [ 3 ] {} <Debug> HTTP-Session: 3607451e-bd4d-40ac-9f34-389d983f73b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6007 | 2024.07.04 19:28:18.199738 [ 3 ] {} <Trace> HTTP-Session: 3607451e-bd4d-40ac-9f34-389d983f73b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6008 | 2024.07.04 19:28:18.199860 [ 3 ] {f3be1247-cadc-4ae4-bdd8-d7988a91ffd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6009 | 2024.07.04 19:28:18.199900 [ 3 ] {f3be1247-cadc-4ae4-bdd8-d7988a91ffd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6010 | 2024.07.04 19:28:18.200028 [ 3 ] {f3be1247-cadc-4ae4-bdd8-d7988a91ffd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6011 | 2024.07.04 19:28:18.200380 [ 3 ] {f3be1247-cadc-4ae4-bdd8-d7988a91ffd6} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6012 | 2024.07.04 19:28:18.200417 [ 3 ] {f3be1247-cadc-4ae4-bdd8-d7988a91ffd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6013 | 2024.07.04 19:28:18.200727 [ 3 ] {f3be1247-cadc-4ae4-bdd8-d7988a91ffd6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6014 | 2024.07.04 19:28:18.201028 [ 3 ] {f3be1247-cadc-4ae4-bdd8-d7988a91ffd6} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6015 | 2024.07.04 19:28:18.201183 [ 3 ] {f3be1247-cadc-4ae4-bdd8-d7988a91ffd6} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001365 sec., 70329.67032967033 rows/sec., 5.49 MiB/sec. | ||
6016 | 2024.07.04 19:28:18.201343 [ 3 ] {f3be1247-cadc-4ae4-bdd8-d7988a91ffd6} <Debug> DynamicQueryHandler: Done processing query | ||
6017 | 2024.07.04 19:28:18.201367 [ 3 ] {f3be1247-cadc-4ae4-bdd8-d7988a91ffd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6018 | 2024.07.04 19:28:18.201383 [ 3 ] {} <Debug> HTTP-Session: 3607451e-bd4d-40ac-9f34-389d983f73b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6019 | 2024.07.04 19:28:18.201529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6020 | 2024.07.04 19:28:18.201577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6021 | 2024.07.04 19:28:18.201596 [ 3 ] {} <Debug> HTTP-Session: 1b715ca0-cae9-4e17-8f98-9fc64094a5bf Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6022 | 2024.07.04 19:28:18.201612 [ 3 ] {} <Debug> HTTP-Session: 1b715ca0-cae9-4e17-8f98-9fc64094a5bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6023 | 2024.07.04 19:28:18.201626 [ 3 ] {} <Debug> HTTP-Session: 1b715ca0-cae9-4e17-8f98-9fc64094a5bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6024 | 2024.07.04 19:28:18.201657 [ 3 ] {} <Trace> HTTP-Session: 1b715ca0-cae9-4e17-8f98-9fc64094a5bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6025 | 2024.07.04 19:28:18.201796 [ 3 ] {ce3e9872-ebd8-4d87-abbc-bb1c5cc620c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6026 | 2024.07.04 19:28:18.201842 [ 3 ] {ce3e9872-ebd8-4d87-abbc-bb1c5cc620c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6027 | 2024.07.04 19:28:18.201987 [ 3 ] {ce3e9872-ebd8-4d87-abbc-bb1c5cc620c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6028 | 2024.07.04 19:28:18.202387 [ 3 ] {ce3e9872-ebd8-4d87-abbc-bb1c5cc620c8} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6029 | 2024.07.04 19:28:18.202422 [ 3 ] {ce3e9872-ebd8-4d87-abbc-bb1c5cc620c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6030 | 2024.07.04 19:28:18.202797 [ 3 ] {ce3e9872-ebd8-4d87-abbc-bb1c5cc620c8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6031 | 2024.07.04 19:28:18.203137 [ 3 ] {ce3e9872-ebd8-4d87-abbc-bb1c5cc620c8} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6032 | 2024.07.04 19:28:18.203303 [ 3 ] {ce3e9872-ebd8-4d87-abbc-bb1c5cc620c8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001565 sec., 102875.39936102237 rows/sec., 7.16 MiB/sec. | ||
6033 | 2024.07.04 19:28:18.203469 [ 3 ] {ce3e9872-ebd8-4d87-abbc-bb1c5cc620c8} <Debug> DynamicQueryHandler: Done processing query | ||
6034 | 2024.07.04 19:28:18.203492 [ 3 ] {ce3e9872-ebd8-4d87-abbc-bb1c5cc620c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6035 | 2024.07.04 19:28:18.203508 [ 3 ] {} <Debug> HTTP-Session: 1b715ca0-cae9-4e17-8f98-9fc64094a5bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6036 | 2024.07.04 19:28:18.203654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6037 | 2024.07.04 19:28:18.203701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6038 | 2024.07.04 19:28:18.203720 [ 3 ] {} <Debug> HTTP-Session: 2dff20b9-592d-4009-ac8c-82b5e4dd95fa Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6039 | 2024.07.04 19:28:18.203736 [ 3 ] {} <Debug> HTTP-Session: 2dff20b9-592d-4009-ac8c-82b5e4dd95fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6040 | 2024.07.04 19:28:18.203749 [ 3 ] {} <Debug> HTTP-Session: 2dff20b9-592d-4009-ac8c-82b5e4dd95fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6041 | 2024.07.04 19:28:18.203779 [ 3 ] {} <Trace> HTTP-Session: 2dff20b9-592d-4009-ac8c-82b5e4dd95fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6042 | 2024.07.04 19:28:18.204144 [ 3 ] {0329f956-b239-4ff1-9363-84123a014ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6043 | 2024.07.04 19:28:18.204208 [ 3 ] {0329f956-b239-4ff1-9363-84123a014ae4} <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 | ||
6044 | 2024.07.04 19:28:18.204620 [ 3 ] {0329f956-b239-4ff1-9363-84123a014ae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6045 | 2024.07.04 19:28:18.205378 [ 3 ] {0329f956-b239-4ff1-9363-84123a014ae4} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6046 | 2024.07.04 19:28:18.205412 [ 3 ] {0329f956-b239-4ff1-9363-84123a014ae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6047 | 2024.07.04 19:28:18.206036 [ 3 ] {0329f956-b239-4ff1-9363-84123a014ae4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6048 | 2024.07.04 19:28:18.206428 [ 3 ] {0329f956-b239-4ff1-9363-84123a014ae4} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6049 | 2024.07.04 19:28:18.206619 [ 3 ] {0329f956-b239-4ff1-9363-84123a014ae4} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002757 sec., 10881.39281828074 rows/sec., 19.50 MiB/sec. | ||
6050 | 2024.07.04 19:28:18.206832 [ 3 ] {0329f956-b239-4ff1-9363-84123a014ae4} <Debug> DynamicQueryHandler: Done processing query | ||
6051 | 2024.07.04 19:28:18.206856 [ 3 ] {0329f956-b239-4ff1-9363-84123a014ae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6052 | 2024.07.04 19:28:18.206872 [ 3 ] {} <Debug> HTTP-Session: 2dff20b9-592d-4009-ac8c-82b5e4dd95fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6053 | 2024.07.04 19:28:18.206975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6054 | 2024.07.04 19:28:18.207034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6055 | 2024.07.04 19:28:18.207052 [ 3 ] {} <Debug> HTTP-Session: 30a837e7-7d51-4ae2-b53a-dca048d94af3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6056 | 2024.07.04 19:28:18.207068 [ 3 ] {} <Debug> HTTP-Session: 30a837e7-7d51-4ae2-b53a-dca048d94af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6057 | 2024.07.04 19:28:18.207082 [ 3 ] {} <Debug> HTTP-Session: 30a837e7-7d51-4ae2-b53a-dca048d94af3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6058 | 2024.07.04 19:28:18.207113 [ 3 ] {} <Trace> HTTP-Session: 30a837e7-7d51-4ae2-b53a-dca048d94af3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6059 | 2024.07.04 19:28:18.207226 [ 3 ] {b6b7273e-372d-4002-9595-eb7d4328929b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6060 | 2024.07.04 19:28:18.207269 [ 3 ] {b6b7273e-372d-4002-9595-eb7d4328929b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6061 | 2024.07.04 19:28:18.207393 [ 3 ] {b6b7273e-372d-4002-9595-eb7d4328929b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6062 | 2024.07.04 19:28:18.207707 [ 3 ] {b6b7273e-372d-4002-9595-eb7d4328929b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6063 | 2024.07.04 19:28:18.207743 [ 3 ] {b6b7273e-372d-4002-9595-eb7d4328929b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6064 | 2024.07.04 19:28:18.208091 [ 3 ] {b6b7273e-372d-4002-9595-eb7d4328929b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6065 | 2024.07.04 19:28:18.208403 [ 3 ] {b6b7273e-372d-4002-9595-eb7d4328929b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6066 | 2024.07.04 19:28:18.208556 [ 3 ] {b6b7273e-372d-4002-9595-eb7d4328929b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
6067 | 2024.07.04 19:28:18.208741 [ 3 ] {b6b7273e-372d-4002-9595-eb7d4328929b} <Debug> DynamicQueryHandler: Done processing query | ||
6068 | 2024.07.04 19:28:18.208773 [ 3 ] {b6b7273e-372d-4002-9595-eb7d4328929b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6069 | 2024.07.04 19:28:18.208793 [ 3 ] {} <Debug> HTTP-Session: 30a837e7-7d51-4ae2-b53a-dca048d94af3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6070 | 2024.07.04 19:28:23.186756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6071 | 2024.07.04 19:28:23.186892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6072 | 2024.07.04 19:28:23.186922 [ 3 ] {} <Debug> HTTP-Session: 77b4bf81-b96b-489c-86d9-75095e8b629c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6073 | 2024.07.04 19:28:23.186951 [ 3 ] {} <Debug> HTTP-Session: 77b4bf81-b96b-489c-86d9-75095e8b629c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6074 | 2024.07.04 19:28:23.186998 [ 3 ] {} <Debug> HTTP-Session: 77b4bf81-b96b-489c-86d9-75095e8b629c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6075 | 2024.07.04 19:28:23.187062 [ 3 ] {} <Trace> HTTP-Session: 77b4bf81-b96b-489c-86d9-75095e8b629c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6076 | 2024.07.04 19:28:23.187278 [ 3 ] {0c158c7f-e880-4e21-b42b-a6f86f056b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6077 | 2024.07.04 19:28:23.187341 [ 3 ] {0c158c7f-e880-4e21-b42b-a6f86f056b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6078 | 2024.07.04 19:28:23.187527 [ 3 ] {0c158c7f-e880-4e21-b42b-a6f86f056b83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6079 | 2024.07.04 19:28:23.188085 [ 3 ] {0c158c7f-e880-4e21-b42b-a6f86f056b83} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6080 | 2024.07.04 19:28:23.188123 [ 3 ] {0c158c7f-e880-4e21-b42b-a6f86f056b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6081 | 2024.07.04 19:28:23.188479 [ 3 ] {0c158c7f-e880-4e21-b42b-a6f86f056b83} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6082 | 2024.07.04 19:28:23.188807 [ 3 ] {0c158c7f-e880-4e21-b42b-a6f86f056b83} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6083 | 2024.07.04 19:28:23.188947 [ 3 ] {0c158c7f-e880-4e21-b42b-a6f86f056b83} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001745 sec., 32091.690544412606 rows/sec., 2.45 MiB/sec. | ||
6084 | 2024.07.04 19:28:23.188958 [ 112 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6085 | 2024.07.04 19:28:23.189023 [ 112 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6086 | 2024.07.04 19:28:23.189060 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6087 | 2024.07.04 19:28:23.189209 [ 3 ] {0c158c7f-e880-4e21-b42b-a6f86f056b83} <Debug> DynamicQueryHandler: Done processing query | ||
6088 | 2024.07.04 19:28:23.189232 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
6089 | 2024.07.04 19:28:23.189247 [ 3 ] {0c158c7f-e880-4e21-b42b-a6f86f056b83} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6090 | 2024.07.04 19:28:23.189309 [ 3 ] {} <Debug> HTTP-Session: 77b4bf81-b96b-489c-86d9-75095e8b629c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6091 | 2024.07.04 19:28:23.189453 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6092 | 2024.07.04 19:28:23.189484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6093 | 2024.07.04 19:28:23.189521 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 190 rows starting from the beginning of the part | ||
6094 | 2024.07.04 19:28:23.189580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6095 | 2024.07.04 19:28:23.189649 [ 3 ] {} <Debug> HTTP-Session: 3e88b413-ee15-4d41-9172-1972299d359c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6096 | 2024.07.04 19:28:23.189707 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 57 rows starting from the beginning of the part | ||
6097 | 2024.07.04 19:28:23.189735 [ 3 ] {} <Debug> HTTP-Session: 3e88b413-ee15-4d41-9172-1972299d359c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6098 | 2024.07.04 19:28:23.189808 [ 3 ] {} <Debug> HTTP-Session: 3e88b413-ee15-4d41-9172-1972299d359c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6099 | 2024.07.04 19:28:23.190052 [ 3 ] {} <Trace> HTTP-Session: 3e88b413-ee15-4d41-9172-1972299d359c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6100 | 2024.07.04 19:28:23.190059 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 146 rows starting from the beginning of the part | ||
6101 | 2024.07.04 19:28:23.190268 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 94 rows starting from the beginning of the part | ||
6102 | 2024.07.04 19:28:23.190585 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 147 rows starting from the beginning of the part | ||
6103 | 2024.07.04 19:28:23.190676 [ 3 ] {c0a43e8c-e887-4ff5-b534-c1702455472a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6104 | 2024.07.04 19:28:23.190851 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
6105 | 2024.07.04 19:28:23.190897 [ 3 ] {c0a43e8c-e887-4ff5-b534-c1702455472a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6106 | 2024.07.04 19:28:23.191612 [ 3 ] {c0a43e8c-e887-4ff5-b534-c1702455472a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6107 | 2024.07.04 19:28:23.192558 [ 3 ] {c0a43e8c-e887-4ff5-b534-c1702455472a} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6108 | 2024.07.04 19:28:23.192638 [ 3 ] {c0a43e8c-e887-4ff5-b534-c1702455472a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6109 | 2024.07.04 19:28:23.193379 [ 3 ] {c0a43e8c-e887-4ff5-b534-c1702455472a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6110 | 2024.07.04 19:28:23.193980 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 4 columns (4 merged, 0 gathered) in 0.004818429 sec., 143200.20072932486 rows/sec., 11.58 MiB/sec. | ||
6111 | 2024.07.04 19:28:23.194200 [ 3 ] {c0a43e8c-e887-4ff5-b534-c1702455472a} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6112 | 2024.07.04 19:28:23.194205 [ 192 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6113 | 2024.07.04 19:28:23.194380 [ 112 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6114 | 2024.07.04 19:28:23.194399 [ 3 ] {c0a43e8c-e887-4ff5-b534-c1702455472a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004073 sec., 15713.233488828871 rows/sec., 1.23 MiB/sec. | ||
6115 | 2024.07.04 19:28:23.194420 [ 112 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6116 | 2024.07.04 19:28:23.194488 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6117 | 2024.07.04 19:28:23.195003 [ 3 ] {c0a43e8c-e887-4ff5-b534-c1702455472a} <Debug> DynamicQueryHandler: Done processing query | ||
6118 | 2024.07.04 19:28:23.195036 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
6119 | 2024.07.04 19:28:23.195054 [ 3 ] {c0a43e8c-e887-4ff5-b534-c1702455472a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6120 | 2024.07.04 19:28:23.195155 [ 3 ] {} <Debug> HTTP-Session: 3e88b413-ee15-4d41-9172-1972299d359c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6121 | 2024.07.04 19:28:23.195399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6122 | 2024.07.04 19:28:23.195507 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6123 | 2024.07.04 19:28:23.195534 [ 192 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_41_8} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6124 | 2024.07.04 19:28:23.195540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6125 | 2024.07.04 19:28:23.195632 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 150 rows starting from the beginning of the part | ||
6126 | 2024.07.04 19:28:23.195638 [ 3 ] {} <Debug> HTTP-Session: 5a693d9b-63a5-4fb2-aded-c6c820f25bca Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6127 | 2024.07.04 19:28:23.195727 [ 3 ] {} <Debug> HTTP-Session: 5a693d9b-63a5-4fb2-aded-c6c820f25bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6128 | 2024.07.04 19:28:23.195768 [ 192 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_41_8} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6129 | 2024.07.04 19:28:23.195798 [ 3 ] {} <Debug> HTTP-Session: 5a693d9b-63a5-4fb2-aded-c6c820f25bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6130 | 2024.07.04 19:28:23.195979 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 66 rows starting from the beginning of the part | ||
6131 | 2024.07.04 19:28:23.196073 [ 3 ] {} <Trace> HTTP-Session: 5a693d9b-63a5-4fb2-aded-c6c820f25bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6132 | 2024.07.04 19:28:23.196286 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
6133 | 2024.07.04 19:28:23.196492 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 94 rows starting from the beginning of the part | ||
6134 | 2024.07.04 19:28:23.196736 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 92 rows starting from the beginning of the part | ||
6135 | 2024.07.04 19:28:23.196777 [ 3 ] {148ed166-0b9d-4cfc-8e63-4fce20e031fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6136 | 2024.07.04 19:28:23.197007 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 96 rows starting from the beginning of the part | ||
6137 | 2024.07.04 19:28:23.197059 [ 3 ] {148ed166-0b9d-4cfc-8e63-4fce20e031fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6138 | 2024.07.04 19:28:23.197229 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
6139 | 2024.07.04 19:28:23.198038 [ 3 ] {148ed166-0b9d-4cfc-8e63-4fce20e031fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6140 | 2024.07.04 19:28:23.199017 [ 3 ] {148ed166-0b9d-4cfc-8e63-4fce20e031fb} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6141 | 2024.07.04 19:28:23.199084 [ 3 ] {148ed166-0b9d-4cfc-8e63-4fce20e031fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6142 | 2024.07.04 19:28:23.200109 [ 192 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 4 columns (4 merged, 0 gathered) in 0.005460887 sec., 102913.68416889051 rows/sec., 8.04 MiB/sec. | ||
6143 | 2024.07.04 19:28:23.200155 [ 3 ] {148ed166-0b9d-4cfc-8e63-4fce20e031fb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6144 | 2024.07.04 19:28:23.200268 [ 192 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6145 | 2024.07.04 19:28:23.200712 [ 3 ] {148ed166-0b9d-4cfc-8e63-4fce20e031fb} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6146 | 2024.07.04 19:28:23.200875 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6147 | 2024.07.04 19:28:23.200886 [ 3 ] {148ed166-0b9d-4cfc-8e63-4fce20e031fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004416 sec., 36231.884057971016 rows/sec., 2.52 MiB/sec. | ||
6148 | 2024.07.04 19:28:23.200918 [ 192 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6149 | 2024.07.04 19:28:23.200933 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6150 | 2024.07.04 19:28:23.201018 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6151 | 2024.07.04 19:28:23.201286 [ 192 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_41_8} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6152 | 2024.07.04 19:28:23.201553 [ 3 ] {148ed166-0b9d-4cfc-8e63-4fce20e031fb} <Debug> DynamicQueryHandler: Done processing query | ||
6153 | 2024.07.04 19:28:23.201647 [ 3 ] {148ed166-0b9d-4cfc-8e63-4fce20e031fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6154 | 2024.07.04 19:28:23.201642 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
6155 | 2024.07.04 19:28:23.201662 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
6156 | 2024.07.04 19:28:23.201696 [ 3 ] {} <Debug> HTTP-Session: 5a693d9b-63a5-4fb2-aded-c6c820f25bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6157 | 2024.07.04 19:28:23.202006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6158 | 2024.07.04 19:28:23.202195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6159 | 2024.07.04 19:28:23.202290 [ 3 ] {} <Debug> HTTP-Session: c6f4c4e7-f522-4879-9c99-91c93985efc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6160 | 2024.07.04 19:28:23.202379 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6161 | 2024.07.04 19:28:23.202424 [ 3 ] {} <Debug> HTTP-Session: c6f4c4e7-f522-4879-9c99-91c93985efc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6162 | 2024.07.04 19:28:23.202512 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5496 rows starting from the beginning of the part | ||
6163 | 2024.07.04 19:28:23.202531 [ 3 ] {} <Debug> HTTP-Session: c6f4c4e7-f522-4879-9c99-91c93985efc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6164 | 2024.07.04 19:28:23.202959 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
6165 | 2024.07.04 19:28:23.203002 [ 3 ] {} <Trace> HTTP-Session: c6f4c4e7-f522-4879-9c99-91c93985efc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6166 | 2024.07.04 19:28:23.203216 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
6167 | 2024.07.04 19:28:23.203489 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 198 rows starting from the beginning of the part | ||
6168 | 2024.07.04 19:28:23.203523 [ 3 ] {112bff8b-e0ef-4cc8-9ab8-7a532a562a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6169 | 2024.07.04 19:28:23.203776 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 161 rows starting from the beginning of the part | ||
6170 | 2024.07.04 19:28:23.203795 [ 3 ] {112bff8b-e0ef-4cc8-9ab8-7a532a562a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6171 | 2024.07.04 19:28:23.204075 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
6172 | 2024.07.04 19:28:23.204831 [ 3 ] {112bff8b-e0ef-4cc8-9ab8-7a532a562a64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6173 | 2024.07.04 19:28:23.205431 [ 3 ] {112bff8b-e0ef-4cc8-9ab8-7a532a562a64} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6174 | 2024.07.04 19:28:23.205469 [ 3 ] {112bff8b-e0ef-4cc8-9ab8-7a532a562a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6175 | 2024.07.04 19:28:23.206220 [ 3 ] {112bff8b-e0ef-4cc8-9ab8-7a532a562a64} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6176 | 2024.07.04 19:28:23.207082 [ 3 ] {112bff8b-e0ef-4cc8-9ab8-7a532a562a64} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6177 | 2024.07.04 19:28:23.207305 [ 112 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6178 | 2024.07.04 19:28:23.207312 [ 3 ] {112bff8b-e0ef-4cc8-9ab8-7a532a562a64} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004038 sec., 14858.84101040119 rows/sec., 1.00 MiB/sec. | ||
6179 | 2024.07.04 19:28:23.207339 [ 112 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6180 | 2024.07.04 19:28:23.207381 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6181 | 2024.07.04 19:28:23.207750 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6182 | 2024.07.04 19:28:23.207902 [ 3 ] {112bff8b-e0ef-4cc8-9ab8-7a532a562a64} <Debug> DynamicQueryHandler: Done processing query | ||
6183 | 2024.07.04 19:28:23.208105 [ 3 ] {112bff8b-e0ef-4cc8-9ab8-7a532a562a64} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6184 | 2024.07.04 19:28:23.208247 [ 3 ] {} <Debug> HTTP-Session: c6f4c4e7-f522-4879-9c99-91c93985efc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6185 | 2024.07.04 19:28:23.208474 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6186 | 2024.07.04 19:28:23.208551 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1936 rows starting from the beginning of the part | ||
6187 | 2024.07.04 19:28:23.208646 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6188 | 2024.07.04 19:28:23.208725 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6189 | 2024.07.04 19:28:23.209157 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6190 | 2024.07.04 19:28:23.209500 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6191 | 2024.07.04 19:28:23.209781 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6336 rows, containing 5 columns (5 merged, 0 gathered) in 0.008589082 sec., 737680.6974249402 rows/sec., 51.45 MiB/sec. | ||
6192 | 2024.07.04 19:28:23.209863 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6193 | 2024.07.04 19:28:23.210293 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6194 | 2024.07.04 19:28:23.211160 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6195 | 2024.07.04 19:28:23.211383 [ 193 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6196 | 2024.07.04 19:28:23.211560 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
6197 | 2024.07.04 19:28:23.212179 [ 191 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2236 rows, containing 4 columns (4 merged, 0 gathered) in 0.004590545 sec., 487088.13441541255 rows/sec., 32.78 MiB/sec. | ||
6198 | 2024.07.04 19:28:23.212401 [ 193 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6199 | 2024.07.04 19:28:23.212787 [ 193 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_41_8} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6200 | 2024.07.04 19:28:23.212866 [ 193 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_41_8} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6201 | 2024.07.04 19:28:23.212948 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
6202 | 2024.07.04 19:28:28.187686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6203 | 2024.07.04 19:28:28.187829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6204 | 2024.07.04 19:28:28.187859 [ 3 ] {} <Debug> HTTP-Session: abdad1d3-eb81-4f34-b00f-bf4ea4937ac5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6205 | 2024.07.04 19:28:28.187886 [ 3 ] {} <Debug> HTTP-Session: abdad1d3-eb81-4f34-b00f-bf4ea4937ac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6206 | 2024.07.04 19:28:28.187904 [ 3 ] {} <Debug> HTTP-Session: abdad1d3-eb81-4f34-b00f-bf4ea4937ac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6207 | 2024.07.04 19:28:28.187960 [ 3 ] {} <Trace> HTTP-Session: abdad1d3-eb81-4f34-b00f-bf4ea4937ac5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6208 | 2024.07.04 19:28:28.188175 [ 3 ] {0c3441e7-298a-4f02-97eb-0f36de429831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6209 | 2024.07.04 19:28:28.188248 [ 3 ] {0c3441e7-298a-4f02-97eb-0f36de429831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6210 | 2024.07.04 19:28:28.188458 [ 3 ] {0c3441e7-298a-4f02-97eb-0f36de429831} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6211 | 2024.07.04 19:28:28.188912 [ 3 ] {0c3441e7-298a-4f02-97eb-0f36de429831} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6212 | 2024.07.04 19:28:28.188957 [ 3 ] {0c3441e7-298a-4f02-97eb-0f36de429831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6213 | 2024.07.04 19:28:28.189326 [ 3 ] {0c3441e7-298a-4f02-97eb-0f36de429831} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6214 | 2024.07.04 19:28:28.189664 [ 3 ] {0c3441e7-298a-4f02-97eb-0f36de429831} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6215 | 2024.07.04 19:28:28.189831 [ 3 ] {0c3441e7-298a-4f02-97eb-0f36de429831} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001723 sec., 17411.491584445735 rows/sec., 1.38 MiB/sec. | ||
6216 | 2024.07.04 19:28:28.190033 [ 3 ] {0c3441e7-298a-4f02-97eb-0f36de429831} <Debug> DynamicQueryHandler: Done processing query | ||
6217 | 2024.07.04 19:28:28.190059 [ 3 ] {0c3441e7-298a-4f02-97eb-0f36de429831} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6218 | 2024.07.04 19:28:28.190075 [ 3 ] {} <Debug> HTTP-Session: abdad1d3-eb81-4f34-b00f-bf4ea4937ac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6219 | 2024.07.04 19:28:28.190204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6220 | 2024.07.04 19:28:28.190261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6221 | 2024.07.04 19:28:28.190281 [ 3 ] {} <Debug> HTTP-Session: 35485e37-39d2-423b-898e-bfafdca6ed9c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6222 | 2024.07.04 19:28:28.190298 [ 3 ] {} <Debug> HTTP-Session: 35485e37-39d2-423b-898e-bfafdca6ed9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6223 | 2024.07.04 19:28:28.190312 [ 3 ] {} <Debug> HTTP-Session: 35485e37-39d2-423b-898e-bfafdca6ed9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6224 | 2024.07.04 19:28:28.190349 [ 3 ] {} <Trace> HTTP-Session: 35485e37-39d2-423b-898e-bfafdca6ed9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6225 | 2024.07.04 19:28:28.190446 [ 3 ] {2945a3fe-ad94-467b-981e-cfe513211989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6226 | 2024.07.04 19:28:28.190489 [ 3 ] {2945a3fe-ad94-467b-981e-cfe513211989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6227 | 2024.07.04 19:28:28.190617 [ 3 ] {2945a3fe-ad94-467b-981e-cfe513211989} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6228 | 2024.07.04 19:28:28.190935 [ 3 ] {2945a3fe-ad94-467b-981e-cfe513211989} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6229 | 2024.07.04 19:28:28.190972 [ 3 ] {2945a3fe-ad94-467b-981e-cfe513211989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6230 | 2024.07.04 19:28:28.191268 [ 3 ] {2945a3fe-ad94-467b-981e-cfe513211989} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6231 | 2024.07.04 19:28:28.191573 [ 3 ] {2945a3fe-ad94-467b-981e-cfe513211989} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6232 | 2024.07.04 19:28:28.191727 [ 3 ] {2945a3fe-ad94-467b-981e-cfe513211989} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001301 sec., 1537.2790161414296 rows/sec., 125.35 KiB/sec. | ||
6233 | 2024.07.04 19:28:28.191889 [ 3 ] {2945a3fe-ad94-467b-981e-cfe513211989} <Debug> DynamicQueryHandler: Done processing query | ||
6234 | 2024.07.04 19:28:28.191913 [ 3 ] {2945a3fe-ad94-467b-981e-cfe513211989} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6235 | 2024.07.04 19:28:28.191928 [ 3 ] {} <Debug> HTTP-Session: 35485e37-39d2-423b-898e-bfafdca6ed9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6236 | 2024.07.04 19:28:28.192044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6237 | 2024.07.04 19:28:28.192091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6238 | 2024.07.04 19:28:28.192109 [ 3 ] {} <Debug> HTTP-Session: 50c14811-23ed-45b9-bd5d-5272ed32fcec Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6239 | 2024.07.04 19:28:28.192126 [ 3 ] {} <Debug> HTTP-Session: 50c14811-23ed-45b9-bd5d-5272ed32fcec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6240 | 2024.07.04 19:28:28.192141 [ 3 ] {} <Debug> HTTP-Session: 50c14811-23ed-45b9-bd5d-5272ed32fcec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6241 | 2024.07.04 19:28:28.192171 [ 3 ] {} <Trace> HTTP-Session: 50c14811-23ed-45b9-bd5d-5272ed32fcec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6242 | 2024.07.04 19:28:28.192306 [ 3 ] {50deb3a1-e6f9-49e7-b267-e129f1802e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6243 | 2024.07.04 19:28:28.192347 [ 3 ] {50deb3a1-e6f9-49e7-b267-e129f1802e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6244 | 2024.07.04 19:28:28.192471 [ 3 ] {50deb3a1-e6f9-49e7-b267-e129f1802e24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6245 | 2024.07.04 19:28:28.192852 [ 3 ] {50deb3a1-e6f9-49e7-b267-e129f1802e24} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6246 | 2024.07.04 19:28:28.192888 [ 3 ] {50deb3a1-e6f9-49e7-b267-e129f1802e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6247 | 2024.07.04 19:28:28.193203 [ 3 ] {50deb3a1-e6f9-49e7-b267-e129f1802e24} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6248 | 2024.07.04 19:28:28.193520 [ 3 ] {50deb3a1-e6f9-49e7-b267-e129f1802e24} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6249 | 2024.07.04 19:28:28.193669 [ 3 ] {50deb3a1-e6f9-49e7-b267-e129f1802e24} <Debug> executeQuery: Read 147 rows, 12.59 KiB in 0.00142 sec., 103521.12676056338 rows/sec., 8.66 MiB/sec. | ||
6250 | 2024.07.04 19:28:28.193828 [ 3 ] {50deb3a1-e6f9-49e7-b267-e129f1802e24} <Debug> DynamicQueryHandler: Done processing query | ||
6251 | 2024.07.04 19:28:28.193852 [ 3 ] {50deb3a1-e6f9-49e7-b267-e129f1802e24} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6252 | 2024.07.04 19:28:28.193867 [ 3 ] {} <Debug> HTTP-Session: 50c14811-23ed-45b9-bd5d-5272ed32fcec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6253 | 2024.07.04 19:28:28.193972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6254 | 2024.07.04 19:28:28.194019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6255 | 2024.07.04 19:28:28.194038 [ 3 ] {} <Debug> HTTP-Session: ed29122e-8f7b-41db-adee-54af88c6c149 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6256 | 2024.07.04 19:28:28.194053 [ 3 ] {} <Debug> HTTP-Session: ed29122e-8f7b-41db-adee-54af88c6c149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6257 | 2024.07.04 19:28:28.194067 [ 3 ] {} <Debug> HTTP-Session: ed29122e-8f7b-41db-adee-54af88c6c149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6258 | 2024.07.04 19:28:28.194097 [ 3 ] {} <Trace> HTTP-Session: ed29122e-8f7b-41db-adee-54af88c6c149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6259 | 2024.07.04 19:28:28.194186 [ 3 ] {bd32da73-e17a-48a9-a9e6-31b35f6511c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6260 | 2024.07.04 19:28:28.194228 [ 3 ] {bd32da73-e17a-48a9-a9e6-31b35f6511c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6261 | 2024.07.04 19:28:28.194353 [ 3 ] {bd32da73-e17a-48a9-a9e6-31b35f6511c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6262 | 2024.07.04 19:28:28.194625 [ 3 ] {bd32da73-e17a-48a9-a9e6-31b35f6511c8} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6263 | 2024.07.04 19:28:28.194660 [ 3 ] {bd32da73-e17a-48a9-a9e6-31b35f6511c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6264 | 2024.07.04 19:28:28.194946 [ 3 ] {bd32da73-e17a-48a9-a9e6-31b35f6511c8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6265 | 2024.07.04 19:28:28.195249 [ 3 ] {bd32da73-e17a-48a9-a9e6-31b35f6511c8} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6266 | 2024.07.04 19:28:28.195398 [ 3 ] {bd32da73-e17a-48a9-a9e6-31b35f6511c8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001234 sec., 1620.7455429497568 rows/sec., 113.17 KiB/sec. | ||
6267 | 2024.07.04 19:28:28.195558 [ 3 ] {bd32da73-e17a-48a9-a9e6-31b35f6511c8} <Debug> DynamicQueryHandler: Done processing query | ||
6268 | 2024.07.04 19:28:28.195581 [ 3 ] {bd32da73-e17a-48a9-a9e6-31b35f6511c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6269 | 2024.07.04 19:28:28.195601 [ 3 ] {} <Debug> HTTP-Session: ed29122e-8f7b-41db-adee-54af88c6c149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6270 | 2024.07.04 19:28:28.195714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6271 | 2024.07.04 19:28:28.195760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6272 | 2024.07.04 19:28:28.195779 [ 3 ] {} <Debug> HTTP-Session: 4c10e618-048a-4b73-b6c5-fae76814ea73 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6273 | 2024.07.04 19:28:28.195796 [ 3 ] {} <Debug> HTTP-Session: 4c10e618-048a-4b73-b6c5-fae76814ea73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6274 | 2024.07.04 19:28:28.195809 [ 3 ] {} <Debug> HTTP-Session: 4c10e618-048a-4b73-b6c5-fae76814ea73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6275 | 2024.07.04 19:28:28.195839 [ 3 ] {} <Trace> HTTP-Session: 4c10e618-048a-4b73-b6c5-fae76814ea73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6276 | 2024.07.04 19:28:28.195962 [ 3 ] {a4be8cf4-60fa-4fff-8a69-c60dd1eb8ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6277 | 2024.07.04 19:28:28.196003 [ 3 ] {a4be8cf4-60fa-4fff-8a69-c60dd1eb8ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6278 | 2024.07.04 19:28:28.196131 [ 3 ] {a4be8cf4-60fa-4fff-8a69-c60dd1eb8ce6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6279 | 2024.07.04 19:28:28.196475 [ 3 ] {a4be8cf4-60fa-4fff-8a69-c60dd1eb8ce6} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6280 | 2024.07.04 19:28:28.196511 [ 3 ] {a4be8cf4-60fa-4fff-8a69-c60dd1eb8ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6281 | 2024.07.04 19:28:28.196814 [ 3 ] {a4be8cf4-60fa-4fff-8a69-c60dd1eb8ce6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6282 | 2024.07.04 19:28:28.197114 [ 3 ] {a4be8cf4-60fa-4fff-8a69-c60dd1eb8ce6} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6283 | 2024.07.04 19:28:28.197265 [ 3 ] {a4be8cf4-60fa-4fff-8a69-c60dd1eb8ce6} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001347 sec., 71269.48775055679 rows/sec., 5.57 MiB/sec. | ||
6284 | 2024.07.04 19:28:28.197532 [ 3 ] {a4be8cf4-60fa-4fff-8a69-c60dd1eb8ce6} <Debug> DynamicQueryHandler: Done processing query | ||
6285 | 2024.07.04 19:28:28.197587 [ 3 ] {a4be8cf4-60fa-4fff-8a69-c60dd1eb8ce6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6286 | 2024.07.04 19:28:28.197640 [ 3 ] {} <Debug> HTTP-Session: 4c10e618-048a-4b73-b6c5-fae76814ea73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6287 | 2024.07.04 19:28:28.197828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6288 | 2024.07.04 19:28:28.197879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6289 | 2024.07.04 19:28:28.197898 [ 3 ] {} <Debug> HTTP-Session: a7a088b0-e103-439a-8c0f-6e1d14dba99b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6290 | 2024.07.04 19:28:28.197915 [ 3 ] {} <Debug> HTTP-Session: a7a088b0-e103-439a-8c0f-6e1d14dba99b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6291 | 2024.07.04 19:28:28.197929 [ 3 ] {} <Debug> HTTP-Session: a7a088b0-e103-439a-8c0f-6e1d14dba99b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6292 | 2024.07.04 19:28:28.197962 [ 3 ] {} <Trace> HTTP-Session: a7a088b0-e103-439a-8c0f-6e1d14dba99b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6293 | 2024.07.04 19:28:28.198114 [ 3 ] {1d100850-a045-4094-8898-e11c9833da24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6294 | 2024.07.04 19:28:28.198162 [ 3 ] {1d100850-a045-4094-8898-e11c9833da24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6295 | 2024.07.04 19:28:28.198326 [ 3 ] {1d100850-a045-4094-8898-e11c9833da24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6296 | 2024.07.04 19:28:28.198702 [ 3 ] {1d100850-a045-4094-8898-e11c9833da24} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6297 | 2024.07.04 19:28:28.198737 [ 3 ] {1d100850-a045-4094-8898-e11c9833da24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6298 | 2024.07.04 19:28:28.199116 [ 3 ] {1d100850-a045-4094-8898-e11c9833da24} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6299 | 2024.07.04 19:28:28.199458 [ 3 ] {1d100850-a045-4094-8898-e11c9833da24} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6300 | 2024.07.04 19:28:28.199611 [ 3 ] {1d100850-a045-4094-8898-e11c9833da24} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001558 sec., 103337.61232349166 rows/sec., 7.20 MiB/sec. | ||
6301 | 2024.07.04 19:28:28.199876 [ 3 ] {1d100850-a045-4094-8898-e11c9833da24} <Debug> DynamicQueryHandler: Done processing query | ||
6302 | 2024.07.04 19:28:28.199930 [ 3 ] {1d100850-a045-4094-8898-e11c9833da24} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6303 | 2024.07.04 19:28:28.199965 [ 3 ] {} <Debug> HTTP-Session: a7a088b0-e103-439a-8c0f-6e1d14dba99b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6304 | 2024.07.04 19:28:28.200114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6305 | 2024.07.04 19:28:28.200162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6306 | 2024.07.04 19:28:28.200181 [ 3 ] {} <Debug> HTTP-Session: 95bbbf6c-0bf8-49fd-a85a-df14203f6d63 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6307 | 2024.07.04 19:28:28.200197 [ 3 ] {} <Debug> HTTP-Session: 95bbbf6c-0bf8-49fd-a85a-df14203f6d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6308 | 2024.07.04 19:28:28.200210 [ 3 ] {} <Debug> HTTP-Session: 95bbbf6c-0bf8-49fd-a85a-df14203f6d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6309 | 2024.07.04 19:28:28.200241 [ 3 ] {} <Trace> HTTP-Session: 95bbbf6c-0bf8-49fd-a85a-df14203f6d63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6310 | 2024.07.04 19:28:28.200543 [ 3 ] {2044a8c4-7d6b-4873-8636-61642a424f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6311 | 2024.07.04 19:28:28.200609 [ 3 ] {2044a8c4-7d6b-4873-8636-61642a424f97} <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 | ||
6312 | 2024.07.04 19:28:28.201027 [ 3 ] {2044a8c4-7d6b-4873-8636-61642a424f97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6313 | 2024.07.04 19:28:28.201650 [ 3 ] {2044a8c4-7d6b-4873-8636-61642a424f97} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6314 | 2024.07.04 19:28:28.201685 [ 3 ] {2044a8c4-7d6b-4873-8636-61642a424f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6315 | 2024.07.04 19:28:28.202273 [ 3 ] {2044a8c4-7d6b-4873-8636-61642a424f97} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6316 | 2024.07.04 19:28:28.202666 [ 3 ] {2044a8c4-7d6b-4873-8636-61642a424f97} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6317 | 2024.07.04 19:28:28.202846 [ 3 ] {2044a8c4-7d6b-4873-8636-61642a424f97} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002512 sec., 11942.675159235669 rows/sec., 21.40 MiB/sec. | ||
6318 | 2024.07.04 19:28:28.203040 [ 3 ] {2044a8c4-7d6b-4873-8636-61642a424f97} <Debug> DynamicQueryHandler: Done processing query | ||
6319 | 2024.07.04 19:28:28.203065 [ 3 ] {2044a8c4-7d6b-4873-8636-61642a424f97} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6320 | 2024.07.04 19:28:28.203081 [ 3 ] {} <Debug> HTTP-Session: 95bbbf6c-0bf8-49fd-a85a-df14203f6d63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6321 | 2024.07.04 19:28:28.203190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6322 | 2024.07.04 19:28:28.203237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6323 | 2024.07.04 19:28:28.203255 [ 3 ] {} <Debug> HTTP-Session: 7925c656-92e9-4fe0-9369-92c94b53f687 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6324 | 2024.07.04 19:28:28.203272 [ 3 ] {} <Debug> HTTP-Session: 7925c656-92e9-4fe0-9369-92c94b53f687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6325 | 2024.07.04 19:28:28.203285 [ 3 ] {} <Debug> HTTP-Session: 7925c656-92e9-4fe0-9369-92c94b53f687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6326 | 2024.07.04 19:28:28.203316 [ 3 ] {} <Trace> HTTP-Session: 7925c656-92e9-4fe0-9369-92c94b53f687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6327 | 2024.07.04 19:28:28.203424 [ 3 ] {b4500a62-f9a5-434c-8328-30fcebebc3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6328 | 2024.07.04 19:28:28.203468 [ 3 ] {b4500a62-f9a5-434c-8328-30fcebebc3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6329 | 2024.07.04 19:28:28.203592 [ 3 ] {b4500a62-f9a5-434c-8328-30fcebebc3bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6330 | 2024.07.04 19:28:28.203879 [ 3 ] {b4500a62-f9a5-434c-8328-30fcebebc3bd} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6331 | 2024.07.04 19:28:28.203915 [ 3 ] {b4500a62-f9a5-434c-8328-30fcebebc3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6332 | 2024.07.04 19:28:28.204261 [ 3 ] {b4500a62-f9a5-434c-8328-30fcebebc3bd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6333 | 2024.07.04 19:28:28.204576 [ 3 ] {b4500a62-f9a5-434c-8328-30fcebebc3bd} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6334 | 2024.07.04 19:28:28.204726 [ 3 ] {b4500a62-f9a5-434c-8328-30fcebebc3bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. | ||
6335 | 2024.07.04 19:28:28.204885 [ 3 ] {b4500a62-f9a5-434c-8328-30fcebebc3bd} <Debug> DynamicQueryHandler: Done processing query | ||
6336 | 2024.07.04 19:28:28.204909 [ 3 ] {b4500a62-f9a5-434c-8328-30fcebebc3bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6337 | 2024.07.04 19:28:28.204924 [ 3 ] {} <Debug> HTTP-Session: 7925c656-92e9-4fe0-9369-92c94b53f687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6338 | 2024.07.04 19:28:31.786040 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6339 | 2024.07.04 19:28:31.786104 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6340 | 2024.07.04 19:28:33.186285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6341 | 2024.07.04 19:28:33.186417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6342 | 2024.07.04 19:28:33.186446 [ 3 ] {} <Debug> HTTP-Session: 052446a0-d214-47e8-9923-00855a0ca0f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6343 | 2024.07.04 19:28:33.186475 [ 3 ] {} <Debug> HTTP-Session: 052446a0-d214-47e8-9923-00855a0ca0f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6344 | 2024.07.04 19:28:33.186492 [ 3 ] {} <Debug> HTTP-Session: 052446a0-d214-47e8-9923-00855a0ca0f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6345 | 2024.07.04 19:28:33.186549 [ 3 ] {} <Trace> HTTP-Session: 052446a0-d214-47e8-9923-00855a0ca0f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6346 | 2024.07.04 19:28:33.186770 [ 3 ] {a9d81cac-45d9-44a7-90eb-bec079ae10df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6347 | 2024.07.04 19:28:33.186845 [ 3 ] {a9d81cac-45d9-44a7-90eb-bec079ae10df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6348 | 2024.07.04 19:28:33.187065 [ 3 ] {a9d81cac-45d9-44a7-90eb-bec079ae10df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6349 | 2024.07.04 19:28:33.187536 [ 3 ] {a9d81cac-45d9-44a7-90eb-bec079ae10df} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6350 | 2024.07.04 19:28:33.187583 [ 3 ] {a9d81cac-45d9-44a7-90eb-bec079ae10df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6351 | 2024.07.04 19:28:33.187956 [ 3 ] {a9d81cac-45d9-44a7-90eb-bec079ae10df} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6352 | 2024.07.04 19:28:33.188282 [ 3 ] {a9d81cac-45d9-44a7-90eb-bec079ae10df} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6353 | 2024.07.04 19:28:33.188439 [ 3 ] {a9d81cac-45d9-44a7-90eb-bec079ae10df} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001744 sec., 32110.091743119265 rows/sec., 2.45 MiB/sec. | ||
6354 | 2024.07.04 19:28:33.188625 [ 3 ] {a9d81cac-45d9-44a7-90eb-bec079ae10df} <Debug> DynamicQueryHandler: Done processing query | ||
6355 | 2024.07.04 19:28:33.188650 [ 3 ] {a9d81cac-45d9-44a7-90eb-bec079ae10df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6356 | 2024.07.04 19:28:33.188666 [ 3 ] {} <Debug> HTTP-Session: 052446a0-d214-47e8-9923-00855a0ca0f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6357 | 2024.07.04 19:28:33.188794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6358 | 2024.07.04 19:28:33.188841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6359 | 2024.07.04 19:28:33.188860 [ 3 ] {} <Debug> HTTP-Session: 0e4eba82-791d-41c5-a8ec-66a7eaae3d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6360 | 2024.07.04 19:28:33.188876 [ 3 ] {} <Debug> HTTP-Session: 0e4eba82-791d-41c5-a8ec-66a7eaae3d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6361 | 2024.07.04 19:28:33.188890 [ 3 ] {} <Debug> HTTP-Session: 0e4eba82-791d-41c5-a8ec-66a7eaae3d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6362 | 2024.07.04 19:28:33.188921 [ 3 ] {} <Trace> HTTP-Session: 0e4eba82-791d-41c5-a8ec-66a7eaae3d08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6363 | 2024.07.04 19:28:33.189031 [ 3 ] {1a670720-132e-4919-b6e3-722c526d12b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6364 | 2024.07.04 19:28:33.189072 [ 3 ] {1a670720-132e-4919-b6e3-722c526d12b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6365 | 2024.07.04 19:28:33.189196 [ 3 ] {1a670720-132e-4919-b6e3-722c526d12b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6366 | 2024.07.04 19:28:33.189540 [ 3 ] {1a670720-132e-4919-b6e3-722c526d12b5} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6367 | 2024.07.04 19:28:33.189576 [ 3 ] {1a670720-132e-4919-b6e3-722c526d12b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6368 | 2024.07.04 19:28:33.189877 [ 3 ] {1a670720-132e-4919-b6e3-722c526d12b5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6369 | 2024.07.04 19:28:33.190181 [ 3 ] {1a670720-132e-4919-b6e3-722c526d12b5} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6370 | 2024.07.04 19:28:33.190338 [ 3 ] {1a670720-132e-4919-b6e3-722c526d12b5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001344 sec., 47619.04761904762 rows/sec., 3.72 MiB/sec. | ||
6371 | 2024.07.04 19:28:33.190618 [ 3 ] {1a670720-132e-4919-b6e3-722c526d12b5} <Debug> DynamicQueryHandler: Done processing query | ||
6372 | 2024.07.04 19:28:33.190673 [ 3 ] {1a670720-132e-4919-b6e3-722c526d12b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6373 | 2024.07.04 19:28:33.190721 [ 3 ] {} <Debug> HTTP-Session: 0e4eba82-791d-41c5-a8ec-66a7eaae3d08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6374 | 2024.07.04 19:28:33.190893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6375 | 2024.07.04 19:28:33.190943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6376 | 2024.07.04 19:28:33.190963 [ 3 ] {} <Debug> HTTP-Session: b0618e99-4b2a-493a-a0ae-aad584aceeac Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6377 | 2024.07.04 19:28:33.190979 [ 3 ] {} <Debug> HTTP-Session: b0618e99-4b2a-493a-a0ae-aad584aceeac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6378 | 2024.07.04 19:28:33.190992 [ 3 ] {} <Debug> HTTP-Session: b0618e99-4b2a-493a-a0ae-aad584aceeac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6379 | 2024.07.04 19:28:33.191025 [ 3 ] {} <Trace> HTTP-Session: b0618e99-4b2a-493a-a0ae-aad584aceeac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6380 | 2024.07.04 19:28:33.191173 [ 3 ] {ab181e2a-8736-4adb-888b-9facf761fad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6381 | 2024.07.04 19:28:33.191219 [ 3 ] {ab181e2a-8736-4adb-888b-9facf761fad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6382 | 2024.07.04 19:28:33.191383 [ 3 ] {ab181e2a-8736-4adb-888b-9facf761fad2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6383 | 2024.07.04 19:28:33.191741 [ 3 ] {ab181e2a-8736-4adb-888b-9facf761fad2} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6384 | 2024.07.04 19:28:33.191776 [ 3 ] {ab181e2a-8736-4adb-888b-9facf761fad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6385 | 2024.07.04 19:28:33.192157 [ 3 ] {ab181e2a-8736-4adb-888b-9facf761fad2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6386 | 2024.07.04 19:28:33.192489 [ 3 ] {ab181e2a-8736-4adb-888b-9facf761fad2} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6387 | 2024.07.04 19:28:33.192651 [ 3 ] {ab181e2a-8736-4adb-888b-9facf761fad2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. | ||
6388 | 2024.07.04 19:28:33.192803 [ 3 ] {ab181e2a-8736-4adb-888b-9facf761fad2} <Debug> DynamicQueryHandler: Done processing query | ||
6389 | 2024.07.04 19:28:33.192826 [ 3 ] {ab181e2a-8736-4adb-888b-9facf761fad2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6390 | 2024.07.04 19:28:33.192841 [ 3 ] {} <Debug> HTTP-Session: b0618e99-4b2a-493a-a0ae-aad584aceeac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6391 | 2024.07.04 19:28:33.192952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6392 | 2024.07.04 19:28:33.192998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6393 | 2024.07.04 19:28:33.193016 [ 3 ] {} <Debug> HTTP-Session: 1775db1c-f1e6-4aa8-8984-22e94a72c757 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6394 | 2024.07.04 19:28:33.193034 [ 3 ] {} <Debug> HTTP-Session: 1775db1c-f1e6-4aa8-8984-22e94a72c757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6395 | 2024.07.04 19:28:33.193047 [ 3 ] {} <Debug> HTTP-Session: 1775db1c-f1e6-4aa8-8984-22e94a72c757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6396 | 2024.07.04 19:28:33.193078 [ 3 ] {} <Trace> HTTP-Session: 1775db1c-f1e6-4aa8-8984-22e94a72c757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6397 | 2024.07.04 19:28:33.193191 [ 3 ] {28f2bbd3-13cf-4796-bf1d-e35bc07c2580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6398 | 2024.07.04 19:28:33.193233 [ 3 ] {28f2bbd3-13cf-4796-bf1d-e35bc07c2580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6399 | 2024.07.04 19:28:33.193356 [ 3 ] {28f2bbd3-13cf-4796-bf1d-e35bc07c2580} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6400 | 2024.07.04 19:28:33.193648 [ 3 ] {28f2bbd3-13cf-4796-bf1d-e35bc07c2580} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6401 | 2024.07.04 19:28:33.193685 [ 3 ] {28f2bbd3-13cf-4796-bf1d-e35bc07c2580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6402 | 2024.07.04 19:28:33.194031 [ 3 ] {28f2bbd3-13cf-4796-bf1d-e35bc07c2580} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6403 | 2024.07.04 19:28:33.194343 [ 3 ] {28f2bbd3-13cf-4796-bf1d-e35bc07c2580} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6404 | 2024.07.04 19:28:33.194490 [ 3 ] {28f2bbd3-13cf-4796-bf1d-e35bc07c2580} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00133 sec., 45112.781954887214 rows/sec., 3.04 MiB/sec. | ||
6405 | 2024.07.04 19:28:33.194647 [ 3 ] {28f2bbd3-13cf-4796-bf1d-e35bc07c2580} <Debug> DynamicQueryHandler: Done processing query | ||
6406 | 2024.07.04 19:28:33.194670 [ 3 ] {28f2bbd3-13cf-4796-bf1d-e35bc07c2580} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6407 | 2024.07.04 19:28:33.194686 [ 3 ] {} <Debug> HTTP-Session: 1775db1c-f1e6-4aa8-8984-22e94a72c757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6408 | 2024.07.04 19:28:38.187869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6409 | 2024.07.04 19:28:38.188004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6410 | 2024.07.04 19:28:38.188033 [ 3 ] {} <Debug> HTTP-Session: d94b7fcd-7dfc-4487-ae63-dfe331b43aed Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6411 | 2024.07.04 19:28:38.188059 [ 3 ] {} <Debug> HTTP-Session: d94b7fcd-7dfc-4487-ae63-dfe331b43aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6412 | 2024.07.04 19:28:38.188075 [ 3 ] {} <Debug> HTTP-Session: d94b7fcd-7dfc-4487-ae63-dfe331b43aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6413 | 2024.07.04 19:28:38.188123 [ 3 ] {} <Trace> HTTP-Session: d94b7fcd-7dfc-4487-ae63-dfe331b43aed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6414 | 2024.07.04 19:28:38.188308 [ 3 ] {ede608e7-fda7-4d36-98b1-6c775a9d405b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6415 | 2024.07.04 19:28:38.188374 [ 3 ] {ede608e7-fda7-4d36-98b1-6c775a9d405b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6416 | 2024.07.04 19:28:38.188569 [ 3 ] {ede608e7-fda7-4d36-98b1-6c775a9d405b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6417 | 2024.07.04 19:28:38.188993 [ 3 ] {ede608e7-fda7-4d36-98b1-6c775a9d405b} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6418 | 2024.07.04 19:28:38.189034 [ 3 ] {ede608e7-fda7-4d36-98b1-6c775a9d405b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6419 | 2024.07.04 19:28:38.189398 [ 3 ] {ede608e7-fda7-4d36-98b1-6c775a9d405b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6420 | 2024.07.04 19:28:38.189726 [ 3 ] {ede608e7-fda7-4d36-98b1-6c775a9d405b} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6421 | 2024.07.04 19:28:38.189900 [ 3 ] {ede608e7-fda7-4d36-98b1-6c775a9d405b} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001647 sec., 18214.936247723133 rows/sec., 1.44 MiB/sec. | ||
6422 | 2024.07.04 19:28:38.190093 [ 3 ] {ede608e7-fda7-4d36-98b1-6c775a9d405b} <Debug> DynamicQueryHandler: Done processing query | ||
6423 | 2024.07.04 19:28:38.190126 [ 3 ] {ede608e7-fda7-4d36-98b1-6c775a9d405b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6424 | 2024.07.04 19:28:38.190143 [ 3 ] {} <Debug> HTTP-Session: d94b7fcd-7dfc-4487-ae63-dfe331b43aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6425 | 2024.07.04 19:28:38.190274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6426 | 2024.07.04 19:28:38.190326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6427 | 2024.07.04 19:28:38.190346 [ 3 ] {} <Debug> HTTP-Session: 71b1ceec-85d4-4efa-97b4-78a3a47f8869 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6428 | 2024.07.04 19:28:38.190363 [ 3 ] {} <Debug> HTTP-Session: 71b1ceec-85d4-4efa-97b4-78a3a47f8869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6429 | 2024.07.04 19:28:38.190377 [ 3 ] {} <Debug> HTTP-Session: 71b1ceec-85d4-4efa-97b4-78a3a47f8869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6430 | 2024.07.04 19:28:38.190409 [ 3 ] {} <Trace> HTTP-Session: 71b1ceec-85d4-4efa-97b4-78a3a47f8869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6431 | 2024.07.04 19:28:38.190554 [ 3 ] {08898afb-874a-43a4-b569-2f89216f5e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6432 | 2024.07.04 19:28:38.190599 [ 3 ] {08898afb-874a-43a4-b569-2f89216f5e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6433 | 2024.07.04 19:28:38.190724 [ 3 ] {08898afb-874a-43a4-b569-2f89216f5e0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6434 | 2024.07.04 19:28:38.191136 [ 3 ] {08898afb-874a-43a4-b569-2f89216f5e0c} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6435 | 2024.07.04 19:28:38.191174 [ 3 ] {08898afb-874a-43a4-b569-2f89216f5e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6436 | 2024.07.04 19:28:38.191494 [ 3 ] {08898afb-874a-43a4-b569-2f89216f5e0c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6437 | 2024.07.04 19:28:38.191808 [ 3 ] {08898afb-874a-43a4-b569-2f89216f5e0c} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6438 | 2024.07.04 19:28:38.191959 [ 3 ] {08898afb-874a-43a4-b569-2f89216f5e0c} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001458 sec., 100137.17421124828 rows/sec., 8.39 MiB/sec. | ||
6439 | 2024.07.04 19:28:38.192236 [ 3 ] {08898afb-874a-43a4-b569-2f89216f5e0c} <Debug> DynamicQueryHandler: Done processing query | ||
6440 | 2024.07.04 19:28:38.192283 [ 3 ] {08898afb-874a-43a4-b569-2f89216f5e0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6441 | 2024.07.04 19:28:38.192305 [ 3 ] {} <Debug> HTTP-Session: 71b1ceec-85d4-4efa-97b4-78a3a47f8869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6442 | 2024.07.04 19:28:38.192432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6443 | 2024.07.04 19:28:38.192482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6444 | 2024.07.04 19:28:38.192501 [ 3 ] {} <Debug> HTTP-Session: afe6b677-587a-46c3-88ac-130399836636 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6445 | 2024.07.04 19:28:38.192517 [ 3 ] {} <Debug> HTTP-Session: afe6b677-587a-46c3-88ac-130399836636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6446 | 2024.07.04 19:28:38.192532 [ 3 ] {} <Debug> HTTP-Session: afe6b677-587a-46c3-88ac-130399836636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6447 | 2024.07.04 19:28:38.192562 [ 3 ] {} <Trace> HTTP-Session: afe6b677-587a-46c3-88ac-130399836636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6448 | 2024.07.04 19:28:38.192695 [ 3 ] {0251f2c2-a698-4469-a035-2b61bd29d405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6449 | 2024.07.04 19:28:38.192738 [ 3 ] {0251f2c2-a698-4469-a035-2b61bd29d405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6450 | 2024.07.04 19:28:38.192882 [ 3 ] {0251f2c2-a698-4469-a035-2b61bd29d405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6451 | 2024.07.04 19:28:38.193267 [ 3 ] {0251f2c2-a698-4469-a035-2b61bd29d405} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6452 | 2024.07.04 19:28:38.193304 [ 3 ] {0251f2c2-a698-4469-a035-2b61bd29d405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6453 | 2024.07.04 19:28:38.193623 [ 3 ] {0251f2c2-a698-4469-a035-2b61bd29d405} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6454 | 2024.07.04 19:28:38.193926 [ 3 ] {0251f2c2-a698-4469-a035-2b61bd29d405} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6455 | 2024.07.04 19:28:38.194078 [ 3 ] {0251f2c2-a698-4469-a035-2b61bd29d405} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001431 sec., 65688.32983927324 rows/sec., 5.13 MiB/sec. | ||
6456 | 2024.07.04 19:28:38.194243 [ 3 ] {0251f2c2-a698-4469-a035-2b61bd29d405} <Debug> DynamicQueryHandler: Done processing query | ||
6457 | 2024.07.04 19:28:38.194268 [ 3 ] {0251f2c2-a698-4469-a035-2b61bd29d405} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6458 | 2024.07.04 19:28:38.194284 [ 3 ] {} <Debug> HTTP-Session: afe6b677-587a-46c3-88ac-130399836636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6459 | 2024.07.04 19:28:38.194414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6460 | 2024.07.04 19:28:38.194461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6461 | 2024.07.04 19:28:38.194480 [ 3 ] {} <Debug> HTTP-Session: 52a03b51-4069-4af1-b430-d1d3141a4d49 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6462 | 2024.07.04 19:28:38.194496 [ 3 ] {} <Debug> HTTP-Session: 52a03b51-4069-4af1-b430-d1d3141a4d49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6463 | 2024.07.04 19:28:38.194510 [ 3 ] {} <Debug> HTTP-Session: 52a03b51-4069-4af1-b430-d1d3141a4d49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6464 | 2024.07.04 19:28:38.194541 [ 3 ] {} <Trace> HTTP-Session: 52a03b51-4069-4af1-b430-d1d3141a4d49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6465 | 2024.07.04 19:28:38.194694 [ 3 ] {cb0c87ff-72dd-474b-ab81-e693a9d8d551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6466 | 2024.07.04 19:28:38.194740 [ 3 ] {cb0c87ff-72dd-474b-ab81-e693a9d8d551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6467 | 2024.07.04 19:28:38.194886 [ 3 ] {cb0c87ff-72dd-474b-ab81-e693a9d8d551} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6468 | 2024.07.04 19:28:38.195287 [ 3 ] {cb0c87ff-72dd-474b-ab81-e693a9d8d551} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6469 | 2024.07.04 19:28:38.195323 [ 3 ] {cb0c87ff-72dd-474b-ab81-e693a9d8d551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6470 | 2024.07.04 19:28:38.195705 [ 3 ] {cb0c87ff-72dd-474b-ab81-e693a9d8d551} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6471 | 2024.07.04 19:28:38.196034 [ 3 ] {cb0c87ff-72dd-474b-ab81-e693a9d8d551} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6472 | 2024.07.04 19:28:38.196190 [ 3 ] {cb0c87ff-72dd-474b-ab81-e693a9d8d551} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
6473 | 2024.07.04 19:28:38.196357 [ 3 ] {cb0c87ff-72dd-474b-ab81-e693a9d8d551} <Debug> DynamicQueryHandler: Done processing query | ||
6474 | 2024.07.04 19:28:38.196380 [ 3 ] {cb0c87ff-72dd-474b-ab81-e693a9d8d551} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6475 | 2024.07.04 19:28:38.196396 [ 3 ] {} <Debug> HTTP-Session: 52a03b51-4069-4af1-b430-d1d3141a4d49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6476 | 2024.07.04 19:28:38.196539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6477 | 2024.07.04 19:28:38.196588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6478 | 2024.07.04 19:28:38.196608 [ 3 ] {} <Debug> HTTP-Session: 3a873704-48c6-4d30-a771-d6a22b838f0e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6479 | 2024.07.04 19:28:38.196625 [ 3 ] {} <Debug> HTTP-Session: 3a873704-48c6-4d30-a771-d6a22b838f0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6480 | 2024.07.04 19:28:38.196638 [ 3 ] {} <Debug> HTTP-Session: 3a873704-48c6-4d30-a771-d6a22b838f0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6481 | 2024.07.04 19:28:38.196668 [ 3 ] {} <Trace> HTTP-Session: 3a873704-48c6-4d30-a771-d6a22b838f0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6482 | 2024.07.04 19:28:38.196976 [ 3 ] {0c14bef3-40b6-4a6b-ab40-bc7c14b37539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6483 | 2024.07.04 19:28:38.197040 [ 3 ] {0c14bef3-40b6-4a6b-ab40-bc7c14b37539} <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 | ||
6484 | 2024.07.04 19:28:38.197444 [ 3 ] {0c14bef3-40b6-4a6b-ab40-bc7c14b37539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6485 | 2024.07.04 19:28:38.198154 [ 3 ] {0c14bef3-40b6-4a6b-ab40-bc7c14b37539} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6486 | 2024.07.04 19:28:38.198191 [ 3 ] {0c14bef3-40b6-4a6b-ab40-bc7c14b37539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6487 | 2024.07.04 19:28:38.198800 [ 3 ] {0c14bef3-40b6-4a6b-ab40-bc7c14b37539} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6488 | 2024.07.04 19:28:38.199199 [ 3 ] {0c14bef3-40b6-4a6b-ab40-bc7c14b37539} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6489 | 2024.07.04 19:28:38.199403 [ 3 ] {0c14bef3-40b6-4a6b-ab40-bc7c14b37539} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002649 sec., 11325.028312570781 rows/sec., 20.29 MiB/sec. | ||
6490 | 2024.07.04 19:28:38.199899 [ 3 ] {0c14bef3-40b6-4a6b-ab40-bc7c14b37539} <Debug> DynamicQueryHandler: Done processing query | ||
6491 | 2024.07.04 19:28:38.199924 [ 3 ] {0c14bef3-40b6-4a6b-ab40-bc7c14b37539} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6492 | 2024.07.04 19:28:38.199940 [ 3 ] {} <Debug> HTTP-Session: 3a873704-48c6-4d30-a771-d6a22b838f0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6493 | 2024.07.04 19:28:38.200045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6494 | 2024.07.04 19:28:38.200095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6495 | 2024.07.04 19:28:38.200114 [ 3 ] {} <Debug> HTTP-Session: cb643cc6-5532-4a7c-b101-905ac1bcc081 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6496 | 2024.07.04 19:28:38.200130 [ 3 ] {} <Debug> HTTP-Session: cb643cc6-5532-4a7c-b101-905ac1bcc081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6497 | 2024.07.04 19:28:38.200144 [ 3 ] {} <Debug> HTTP-Session: cb643cc6-5532-4a7c-b101-905ac1bcc081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6498 | 2024.07.04 19:28:38.200175 [ 3 ] {} <Trace> HTTP-Session: cb643cc6-5532-4a7c-b101-905ac1bcc081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6499 | 2024.07.04 19:28:38.200304 [ 3 ] {73cd7dd2-1bb2-4e43-9045-18f3e52cf095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6500 | 2024.07.04 19:28:38.200349 [ 3 ] {73cd7dd2-1bb2-4e43-9045-18f3e52cf095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6501 | 2024.07.04 19:28:38.200494 [ 3 ] {73cd7dd2-1bb2-4e43-9045-18f3e52cf095} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6502 | 2024.07.04 19:28:38.200804 [ 3 ] {73cd7dd2-1bb2-4e43-9045-18f3e52cf095} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6503 | 2024.07.04 19:28:38.200842 [ 3 ] {73cd7dd2-1bb2-4e43-9045-18f3e52cf095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6504 | 2024.07.04 19:28:38.201210 [ 3 ] {73cd7dd2-1bb2-4e43-9045-18f3e52cf095} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6505 | 2024.07.04 19:28:38.201528 [ 3 ] {73cd7dd2-1bb2-4e43-9045-18f3e52cf095} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6506 | 2024.07.04 19:28:38.201683 [ 3 ] {73cd7dd2-1bb2-4e43-9045-18f3e52cf095} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
6507 | 2024.07.04 19:28:38.201845 [ 3 ] {73cd7dd2-1bb2-4e43-9045-18f3e52cf095} <Debug> DynamicQueryHandler: Done processing query | ||
6508 | 2024.07.04 19:28:38.201870 [ 3 ] {73cd7dd2-1bb2-4e43-9045-18f3e52cf095} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6509 | 2024.07.04 19:28:38.201886 [ 3 ] {} <Debug> HTTP-Session: cb643cc6-5532-4a7c-b101-905ac1bcc081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6510 | 2024.07.04 19:28:43.187906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6511 | 2024.07.04 19:28:43.188035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6512 | 2024.07.04 19:28:43.188061 [ 3 ] {} <Debug> HTTP-Session: f9e63238-59fc-4bd5-bf5a-416b3b4f073a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6513 | 2024.07.04 19:28:43.188086 [ 3 ] {} <Debug> HTTP-Session: f9e63238-59fc-4bd5-bf5a-416b3b4f073a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6514 | 2024.07.04 19:28:43.188101 [ 3 ] {} <Debug> HTTP-Session: f9e63238-59fc-4bd5-bf5a-416b3b4f073a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6515 | 2024.07.04 19:28:43.188151 [ 3 ] {} <Trace> HTTP-Session: f9e63238-59fc-4bd5-bf5a-416b3b4f073a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6516 | 2024.07.04 19:28:43.188354 [ 3 ] {610059ed-7b85-4b7f-b7b6-3b587e1c6ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6517 | 2024.07.04 19:28:43.188421 [ 3 ] {610059ed-7b85-4b7f-b7b6-3b587e1c6ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6518 | 2024.07.04 19:28:43.188609 [ 3 ] {610059ed-7b85-4b7f-b7b6-3b587e1c6ba1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6519 | 2024.07.04 19:28:43.189122 [ 3 ] {610059ed-7b85-4b7f-b7b6-3b587e1c6ba1} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6520 | 2024.07.04 19:28:43.189165 [ 3 ] {610059ed-7b85-4b7f-b7b6-3b587e1c6ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6521 | 2024.07.04 19:28:43.189534 [ 3 ] {610059ed-7b85-4b7f-b7b6-3b587e1c6ba1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6522 | 2024.07.04 19:28:43.189863 [ 3 ] {610059ed-7b85-4b7f-b7b6-3b587e1c6ba1} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6523 | 2024.07.04 19:28:43.190030 [ 3 ] {610059ed-7b85-4b7f-b7b6-3b587e1c6ba1} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001743 sec., 52782.55880665519 rows/sec., 4.00 MiB/sec. | ||
6524 | 2024.07.04 19:28:43.190233 [ 3 ] {610059ed-7b85-4b7f-b7b6-3b587e1c6ba1} <Debug> DynamicQueryHandler: Done processing query | ||
6525 | 2024.07.04 19:28:43.190259 [ 3 ] {610059ed-7b85-4b7f-b7b6-3b587e1c6ba1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6526 | 2024.07.04 19:28:43.190276 [ 3 ] {} <Debug> HTTP-Session: f9e63238-59fc-4bd5-bf5a-416b3b4f073a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6527 | 2024.07.04 19:28:43.190409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6528 | 2024.07.04 19:28:43.190460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6529 | 2024.07.04 19:28:43.190479 [ 3 ] {} <Debug> HTTP-Session: 50f4ab23-4d37-459a-b34a-7fbf43226240 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6530 | 2024.07.04 19:28:43.190497 [ 3 ] {} <Debug> HTTP-Session: 50f4ab23-4d37-459a-b34a-7fbf43226240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6531 | 2024.07.04 19:28:43.190510 [ 3 ] {} <Debug> HTTP-Session: 50f4ab23-4d37-459a-b34a-7fbf43226240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6532 | 2024.07.04 19:28:43.190542 [ 3 ] {} <Trace> HTTP-Session: 50f4ab23-4d37-459a-b34a-7fbf43226240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6533 | 2024.07.04 19:28:43.190662 [ 3 ] {f05f5713-ef85-4a8d-91e0-c6fd2a0cccff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6534 | 2024.07.04 19:28:43.190703 [ 3 ] {f05f5713-ef85-4a8d-91e0-c6fd2a0cccff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6535 | 2024.07.04 19:28:43.190827 [ 3 ] {f05f5713-ef85-4a8d-91e0-c6fd2a0cccff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6536 | 2024.07.04 19:28:43.191241 [ 3 ] {f05f5713-ef85-4a8d-91e0-c6fd2a0cccff} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6537 | 2024.07.04 19:28:43.191278 [ 3 ] {f05f5713-ef85-4a8d-91e0-c6fd2a0cccff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6538 | 2024.07.04 19:28:43.191585 [ 3 ] {f05f5713-ef85-4a8d-91e0-c6fd2a0cccff} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6539 | 2024.07.04 19:28:43.191877 [ 3 ] {f05f5713-ef85-4a8d-91e0-c6fd2a0cccff} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6540 | 2024.07.04 19:28:43.192043 [ 3 ] {f05f5713-ef85-4a8d-91e0-c6fd2a0cccff} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001414 sec., 62234.79490806224 rows/sec., 4.84 MiB/sec. | ||
6541 | 2024.07.04 19:28:43.192205 [ 3 ] {f05f5713-ef85-4a8d-91e0-c6fd2a0cccff} <Debug> DynamicQueryHandler: Done processing query | ||
6542 | 2024.07.04 19:28:43.192229 [ 3 ] {f05f5713-ef85-4a8d-91e0-c6fd2a0cccff} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6543 | 2024.07.04 19:28:43.192245 [ 3 ] {} <Debug> HTTP-Session: 50f4ab23-4d37-459a-b34a-7fbf43226240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6544 | 2024.07.04 19:28:43.192392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 37599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6545 | 2024.07.04 19:28:43.192439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6546 | 2024.07.04 19:28:43.192458 [ 3 ] {} <Debug> HTTP-Session: a0ecc5fe-7054-4e78-9b3f-4ca681bdb68a Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6547 | 2024.07.04 19:28:43.192474 [ 3 ] {} <Debug> HTTP-Session: a0ecc5fe-7054-4e78-9b3f-4ca681bdb68a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6548 | 2024.07.04 19:28:43.192488 [ 3 ] {} <Debug> HTTP-Session: a0ecc5fe-7054-4e78-9b3f-4ca681bdb68a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6549 | 2024.07.04 19:28:43.192518 [ 3 ] {} <Trace> HTTP-Session: a0ecc5fe-7054-4e78-9b3f-4ca681bdb68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6550 | 2024.07.04 19:28:43.192688 [ 3 ] {bc7216a9-ee70-4e1b-90c2-b7328373a3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6551 | 2024.07.04 19:28:43.192734 [ 3 ] {bc7216a9-ee70-4e1b-90c2-b7328373a3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6552 | 2024.07.04 19:28:43.192881 [ 3 ] {bc7216a9-ee70-4e1b-90c2-b7328373a3f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6553 | 2024.07.04 19:28:43.193307 [ 3 ] {bc7216a9-ee70-4e1b-90c2-b7328373a3f2} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6554 | 2024.07.04 19:28:43.193344 [ 3 ] {bc7216a9-ee70-4e1b-90c2-b7328373a3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6555 | 2024.07.04 19:28:43.193725 [ 3 ] {bc7216a9-ee70-4e1b-90c2-b7328373a3f2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6556 | 2024.07.04 19:28:43.194057 [ 3 ] {bc7216a9-ee70-4e1b-90c2-b7328373a3f2} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6557 | 2024.07.04 19:28:43.194212 [ 3 ] {bc7216a9-ee70-4e1b-90c2-b7328373a3f2} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.00161 sec., 121739.13043478261 rows/sec., 8.50 MiB/sec. | ||
6558 | 2024.07.04 19:28:43.194377 [ 3 ] {bc7216a9-ee70-4e1b-90c2-b7328373a3f2} <Debug> DynamicQueryHandler: Done processing query | ||
6559 | 2024.07.04 19:28:43.194400 [ 3 ] {bc7216a9-ee70-4e1b-90c2-b7328373a3f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6560 | 2024.07.04 19:28:43.194417 [ 3 ] {} <Debug> HTTP-Session: a0ecc5fe-7054-4e78-9b3f-4ca681bdb68a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6561 | 2024.07.04 19:28:43.194533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6562 | 2024.07.04 19:28:43.194580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6563 | 2024.07.04 19:28:43.194599 [ 3 ] {} <Debug> HTTP-Session: 7a85b002-5db2-4fd4-a3f6-ccced1294429 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6564 | 2024.07.04 19:28:43.194615 [ 3 ] {} <Debug> HTTP-Session: 7a85b002-5db2-4fd4-a3f6-ccced1294429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6565 | 2024.07.04 19:28:43.194629 [ 3 ] {} <Debug> HTTP-Session: 7a85b002-5db2-4fd4-a3f6-ccced1294429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6566 | 2024.07.04 19:28:43.194659 [ 3 ] {} <Trace> HTTP-Session: 7a85b002-5db2-4fd4-a3f6-ccced1294429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6567 | 2024.07.04 19:28:43.194787 [ 3 ] {f3a48670-4fdc-4a55-877f-c12cc619e4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6568 | 2024.07.04 19:28:43.194830 [ 3 ] {f3a48670-4fdc-4a55-877f-c12cc619e4dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6569 | 2024.07.04 19:28:43.194954 [ 3 ] {f3a48670-4fdc-4a55-877f-c12cc619e4dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6570 | 2024.07.04 19:28:43.195302 [ 3 ] {f3a48670-4fdc-4a55-877f-c12cc619e4dc} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6571 | 2024.07.04 19:28:43.195339 [ 3 ] {f3a48670-4fdc-4a55-877f-c12cc619e4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
6572 | 2024.07.04 19:28:43.195688 [ 3 ] {f3a48670-4fdc-4a55-877f-c12cc619e4dc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6573 | 2024.07.04 19:28:43.195998 [ 3 ] {f3a48670-4fdc-4a55-877f-c12cc619e4dc} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6574 | 2024.07.04 19:28:43.196169 [ 3 ] {f3a48670-4fdc-4a55-877f-c12cc619e4dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. | ||
6575 | 2024.07.04 19:28:43.196330 [ 3 ] {f3a48670-4fdc-4a55-877f-c12cc619e4dc} <Debug> DynamicQueryHandler: Done processing query | ||
6576 | 2024.07.04 19:28:43.196354 [ 3 ] {f3a48670-4fdc-4a55-877f-c12cc619e4dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6577 | 2024.07.04 19:28:43.196370 [ 3 ] {} <Debug> HTTP-Session: 7a85b002-5db2-4fd4-a3f6-ccced1294429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6578 | 2024.07.04 19:28:46.786163 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6579 | 2024.07.04 19:28:46.786265 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6580 | 2024.07.04 19:28:48.001363 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000949293 sec. | ||
6581 | 2024.07.04 19:28:48.188457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6582 | 2024.07.04 19:28:48.188561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6583 | 2024.07.04 19:28:48.188586 [ 3 ] {} <Debug> HTTP-Session: f1485dcd-cd59-430b-b39f-846ef5a695da Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6584 | 2024.07.04 19:28:48.188609 [ 3 ] {} <Debug> HTTP-Session: f1485dcd-cd59-430b-b39f-846ef5a695da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6585 | 2024.07.04 19:28:48.188624 [ 3 ] {} <Debug> HTTP-Session: f1485dcd-cd59-430b-b39f-846ef5a695da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6586 | 2024.07.04 19:28:48.188674 [ 3 ] {} <Trace> HTTP-Session: f1485dcd-cd59-430b-b39f-846ef5a695da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6587 | 2024.07.04 19:28:48.188857 [ 3 ] {ccac57bb-ae75-4a65-93bf-b6ef1d364d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6588 | 2024.07.04 19:28:48.188921 [ 3 ] {ccac57bb-ae75-4a65-93bf-b6ef1d364d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6589 | 2024.07.04 19:28:48.189105 [ 3 ] {ccac57bb-ae75-4a65-93bf-b6ef1d364d75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6590 | 2024.07.04 19:28:48.189546 [ 3 ] {ccac57bb-ae75-4a65-93bf-b6ef1d364d75} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6591 | 2024.07.04 19:28:48.189586 [ 3 ] {ccac57bb-ae75-4a65-93bf-b6ef1d364d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6592 | 2024.07.04 19:28:48.189945 [ 3 ] {ccac57bb-ae75-4a65-93bf-b6ef1d364d75} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6593 | 2024.07.04 19:28:48.190265 [ 3 ] {ccac57bb-ae75-4a65-93bf-b6ef1d364d75} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6594 | 2024.07.04 19:28:48.190423 [ 3 ] {ccac57bb-ae75-4a65-93bf-b6ef1d364d75} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001626 sec., 18450.18450184502 rows/sec., 1.46 MiB/sec. | ||
6595 | 2024.07.04 19:28:48.190699 [ 3 ] {ccac57bb-ae75-4a65-93bf-b6ef1d364d75} <Debug> DynamicQueryHandler: Done processing query | ||
6596 | 2024.07.04 19:28:48.190726 [ 3 ] {ccac57bb-ae75-4a65-93bf-b6ef1d364d75} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6597 | 2024.07.04 19:28:48.190742 [ 3 ] {} <Debug> HTTP-Session: f1485dcd-cd59-430b-b39f-846ef5a695da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6598 | 2024.07.04 19:28:48.190889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6599 | 2024.07.04 19:28:48.190939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6600 | 2024.07.04 19:28:48.190960 [ 3 ] {} <Debug> HTTP-Session: bab6bcee-21d9-4fdd-b6f9-c3b970f1fd4c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6601 | 2024.07.04 19:28:48.190978 [ 3 ] {} <Debug> HTTP-Session: bab6bcee-21d9-4fdd-b6f9-c3b970f1fd4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6602 | 2024.07.04 19:28:48.190992 [ 3 ] {} <Debug> HTTP-Session: bab6bcee-21d9-4fdd-b6f9-c3b970f1fd4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6603 | 2024.07.04 19:28:48.191023 [ 3 ] {} <Trace> HTTP-Session: bab6bcee-21d9-4fdd-b6f9-c3b970f1fd4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6604 | 2024.07.04 19:28:48.191160 [ 3 ] {32b3adf6-2056-4aea-a3e7-e2b0e37369d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6605 | 2024.07.04 19:28:48.191206 [ 3 ] {32b3adf6-2056-4aea-a3e7-e2b0e37369d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6606 | 2024.07.04 19:28:48.191346 [ 3 ] {32b3adf6-2056-4aea-a3e7-e2b0e37369d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6607 | 2024.07.04 19:28:48.191773 [ 3 ] {32b3adf6-2056-4aea-a3e7-e2b0e37369d5} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6608 | 2024.07.04 19:28:48.191810 [ 3 ] {32b3adf6-2056-4aea-a3e7-e2b0e37369d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6609 | 2024.07.04 19:28:48.192123 [ 3 ] {32b3adf6-2056-4aea-a3e7-e2b0e37369d5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6610 | 2024.07.04 19:28:48.192450 [ 3 ] {32b3adf6-2056-4aea-a3e7-e2b0e37369d5} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6611 | 2024.07.04 19:28:48.192602 [ 3 ] {32b3adf6-2056-4aea-a3e7-e2b0e37369d5} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001499 sec., 97398.26551034024 rows/sec., 8.16 MiB/sec. | ||
6612 | 2024.07.04 19:28:48.192613 [ 95 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6613 | 2024.07.04 19:28:48.192721 [ 95 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6614 | 2024.07.04 19:28:48.192763 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6615 | 2024.07.04 19:28:48.192862 [ 3 ] {32b3adf6-2056-4aea-a3e7-e2b0e37369d5} <Debug> DynamicQueryHandler: Done processing query | ||
6616 | 2024.07.04 19:28:48.192917 [ 3 ] {32b3adf6-2056-4aea-a3e7-e2b0e37369d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6617 | 2024.07.04 19:28:48.192950 [ 3 ] {} <Debug> HTTP-Session: bab6bcee-21d9-4fdd-b6f9-c3b970f1fd4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6618 | 2024.07.04 19:28:48.192959 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
6619 | 2024.07.04 19:28:48.193118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6620 | 2024.07.04 19:28:48.193187 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6621 | 2024.07.04 19:28:48.193210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6622 | 2024.07.04 19:28:48.193243 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 190 rows starting from the beginning of the part | ||
6623 | 2024.07.04 19:28:48.193255 [ 3 ] {} <Debug> HTTP-Session: 3b108ef2-0434-42d9-9135-c9ace9d28e60 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6624 | 2024.07.04 19:28:48.193300 [ 3 ] {} <Debug> HTTP-Session: 3b108ef2-0434-42d9-9135-c9ace9d28e60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6625 | 2024.07.04 19:28:48.193349 [ 3 ] {} <Debug> HTTP-Session: 3b108ef2-0434-42d9-9135-c9ace9d28e60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6626 | 2024.07.04 19:28:48.193469 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 147 rows starting from the beginning of the part | ||
6627 | 2024.07.04 19:28:48.193537 [ 3 ] {} <Trace> HTTP-Session: 3b108ef2-0434-42d9-9135-c9ace9d28e60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6628 | 2024.07.04 19:28:48.193706 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
6629 | 2024.07.04 19:28:48.193962 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 146 rows starting from the beginning of the part | ||
6630 | 2024.07.04 19:28:48.194150 [ 3 ] {cd2ce937-a438-4fbd-8f64-15e7550371dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6631 | 2024.07.04 19:28:48.194178 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 92 rows starting from the beginning of the part | ||
6632 | 2024.07.04 19:28:48.194296 [ 3 ] {cd2ce937-a438-4fbd-8f64-15e7550371dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6633 | 2024.07.04 19:28:48.194418 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 146 rows starting from the beginning of the part | ||
6634 | 2024.07.04 19:28:48.195181 [ 3 ] {cd2ce937-a438-4fbd-8f64-15e7550371dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6635 | 2024.07.04 19:28:48.196047 [ 3 ] {cd2ce937-a438-4fbd-8f64-15e7550371dd} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6636 | 2024.07.04 19:28:48.196116 [ 3 ] {cd2ce937-a438-4fbd-8f64-15e7550371dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6637 | 2024.07.04 19:28:48.196876 [ 3 ] {cd2ce937-a438-4fbd-8f64-15e7550371dd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6638 | 2024.07.04 19:28:48.197473 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 777 rows, containing 4 columns (4 merged, 0 gathered) in 0.004638166 sec., 167523.11150571154 rows/sec., 13.70 MiB/sec. | ||
6639 | 2024.07.04 19:28:48.197671 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6640 | 2024.07.04 19:28:48.197732 [ 3 ] {cd2ce937-a438-4fbd-8f64-15e7550371dd} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6641 | 2024.07.04 19:28:48.197957 [ 95 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6642 | 2024.07.04 19:28:48.198075 [ 95 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6643 | 2024.07.04 19:28:48.198103 [ 3 ] {cd2ce937-a438-4fbd-8f64-15e7550371dd} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.004278 sec., 21972.884525479196 rows/sec., 1.72 MiB/sec. | ||
6644 | 2024.07.04 19:28:48.198142 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6645 | 2024.07.04 19:28:48.198664 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
6646 | 2024.07.04 19:28:48.198803 [ 3 ] {cd2ce937-a438-4fbd-8f64-15e7550371dd} <Debug> DynamicQueryHandler: Done processing query | ||
6647 | 2024.07.04 19:28:48.198886 [ 3 ] {cd2ce937-a438-4fbd-8f64-15e7550371dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6648 | 2024.07.04 19:28:48.198970 [ 3 ] {} <Debug> HTTP-Session: 3b108ef2-0434-42d9-9135-c9ace9d28e60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6649 | 2024.07.04 19:28:48.199032 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6650 | 2024.07.04 19:28:48.199080 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6651 | 2024.07.04 19:28:48.199093 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 150 rows starting from the beginning of the part | ||
6652 | 2024.07.04 19:28:48.199319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6653 | 2024.07.04 19:28:48.199377 [ 199 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_46_9} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6654 | 2024.07.04 19:28:48.199421 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 96 rows starting from the beginning of the part | ||
6655 | 2024.07.04 19:28:48.199573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6656 | 2024.07.04 19:28:48.199751 [ 3 ] {} <Debug> HTTP-Session: 3a553604-f85d-482c-80d4-6fca99e0a42c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6657 | 2024.07.04 19:28:48.199850 [ 3 ] {} <Debug> HTTP-Session: 3a553604-f85d-482c-80d4-6fca99e0a42c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6658 | 2024.07.04 19:28:48.199878 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
6659 | 2024.07.04 19:28:48.199948 [ 3 ] {} <Debug> HTTP-Session: 3a553604-f85d-482c-80d4-6fca99e0a42c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6660 | 2024.07.04 19:28:48.200001 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
6661 | 2024.07.04 19:28:48.200087 [ 3 ] {} <Trace> HTTP-Session: 3a553604-f85d-482c-80d4-6fca99e0a42c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6662 | 2024.07.04 19:28:48.200221 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 94 rows starting from the beginning of the part | ||
6663 | 2024.07.04 19:28:48.200431 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 88 rows starting from the beginning of the part | ||
6664 | 2024.07.04 19:28:48.200618 [ 3 ] {050ae563-b366-4d9c-aca0-bad8b12a470b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6665 | 2024.07.04 19:28:48.200840 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 94 rows starting from the beginning of the part | ||
6666 | 2024.07.04 19:28:48.200892 [ 3 ] {050ae563-b366-4d9c-aca0-bad8b12a470b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6667 | 2024.07.04 19:28:48.202456 [ 3 ] {050ae563-b366-4d9c-aca0-bad8b12a470b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6668 | 2024.07.04 19:28:48.203461 [ 3 ] {050ae563-b366-4d9c-aca0-bad8b12a470b} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6669 | 2024.07.04 19:28:48.203531 [ 3 ] {050ae563-b366-4d9c-aca0-bad8b12a470b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6670 | 2024.07.04 19:28:48.204369 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.006060147 sec., 96697.32433883204 rows/sec., 7.55 MiB/sec. | ||
6671 | 2024.07.04 19:28:48.204567 [ 3 ] {050ae563-b366-4d9c-aca0-bad8b12a470b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6672 | 2024.07.04 19:28:48.204575 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6673 | 2024.07.04 19:28:48.205575 [ 3 ] {050ae563-b366-4d9c-aca0-bad8b12a470b} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6674 | 2024.07.04 19:28:48.205593 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6675 | 2024.07.04 19:28:48.205765 [ 191 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_46_9} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6676 | 2024.07.04 19:28:48.205836 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6677 | 2024.07.04 19:28:48.205926 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6678 | 2024.07.04 19:28:48.205938 [ 3 ] {050ae563-b366-4d9c-aca0-bad8b12a470b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005565 sec., 28751.123090745736 rows/sec., 2.00 MiB/sec. | ||
6679 | 2024.07.04 19:28:48.205997 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6680 | 2024.07.04 19:28:48.206004 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
6681 | 2024.07.04 19:28:48.206278 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
6682 | 2024.07.04 19:28:48.206390 [ 3 ] {050ae563-b366-4d9c-aca0-bad8b12a470b} <Debug> DynamicQueryHandler: Done processing query | ||
6683 | 2024.07.04 19:28:48.206449 [ 3 ] {050ae563-b366-4d9c-aca0-bad8b12a470b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6684 | 2024.07.04 19:28:48.206492 [ 3 ] {} <Debug> HTTP-Session: 3a553604-f85d-482c-80d4-6fca99e0a42c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6685 | 2024.07.04 19:28:48.206549 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6686 | 2024.07.04 19:28:48.206588 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6336 rows starting from the beginning of the part | ||
6687 | 2024.07.04 19:28:48.206703 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 161 rows starting from the beginning of the part | ||
6688 | 2024.07.04 19:28:48.206780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6689 | 2024.07.04 19:28:48.206943 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
6690 | 2024.07.04 19:28:48.206979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6691 | 2024.07.04 19:28:48.207102 [ 3 ] {} <Debug> HTTP-Session: b301e455-bc12-45f5-b761-2ac0973abfc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6692 | 2024.07.04 19:28:48.207206 [ 3 ] {} <Debug> HTTP-Session: b301e455-bc12-45f5-b761-2ac0973abfc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6693 | 2024.07.04 19:28:48.207255 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
6694 | 2024.07.04 19:28:48.207270 [ 3 ] {} <Debug> HTTP-Session: b301e455-bc12-45f5-b761-2ac0973abfc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6695 | 2024.07.04 19:28:48.207411 [ 3 ] {} <Trace> HTTP-Session: b301e455-bc12-45f5-b761-2ac0973abfc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6696 | 2024.07.04 19:28:48.207520 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 196 rows starting from the beginning of the part | ||
6697 | 2024.07.04 19:28:48.207748 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
6698 | 2024.07.04 19:28:48.208151 [ 3 ] {c5b7051c-42c6-4deb-88e9-a49e84e4d2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6699 | 2024.07.04 19:28:48.208366 [ 3 ] {c5b7051c-42c6-4deb-88e9-a49e84e4d2be} <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 | ||
6700 | 2024.07.04 19:28:48.209542 [ 3 ] {c5b7051c-42c6-4deb-88e9-a49e84e4d2be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6701 | 2024.07.04 19:28:48.211034 [ 3 ] {c5b7051c-42c6-4deb-88e9-a49e84e4d2be} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6702 | 2024.07.04 19:28:48.211072 [ 3 ] {c5b7051c-42c6-4deb-88e9-a49e84e4d2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6703 | 2024.07.04 19:28:48.212043 [ 3 ] {c5b7051c-42c6-4deb-88e9-a49e84e4d2be} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6704 | 2024.07.04 19:28:48.212255 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7173 rows, containing 5 columns (5 merged, 0 gathered) in 0.006104447 sec., 1175045.0122672864 rows/sec., 81.94 MiB/sec. | ||
6705 | 2024.07.04 19:28:48.212776 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6706 | 2024.07.04 19:28:48.212794 [ 3 ] {c5b7051c-42c6-4deb-88e9-a49e84e4d2be} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6707 | 2024.07.04 19:28:48.213075 [ 93 ] {} <Debug> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6708 | 2024.07.04 19:28:48.213202 [ 93 ] {} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6709 | 2024.07.04 19:28:48.213298 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6710 | 2024.07.04 19:28:48.213334 [ 3 ] {c5b7051c-42c6-4deb-88e9-a49e84e4d2be} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00555 sec., 5405.405405405405 rows/sec., 9.69 MiB/sec. | ||
6711 | 2024.07.04 19:28:48.213836 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
6712 | 2024.07.04 19:28:48.214806 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6713 | 2024.07.04 19:28:48.215259 [ 199 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6714 | 2024.07.04 19:28:48.215560 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
6715 | 2024.07.04 19:28:48.215639 [ 3 ] {c5b7051c-42c6-4deb-88e9-a49e84e4d2be} <Debug> DynamicQueryHandler: Done processing query | ||
6716 | 2024.07.04 19:28:48.215706 [ 3 ] {c5b7051c-42c6-4deb-88e9-a49e84e4d2be} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6717 | 2024.07.04 19:28:48.215756 [ 3 ] {} <Debug> HTTP-Session: b301e455-bc12-45f5-b761-2ac0973abfc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6718 | 2024.07.04 19:28:48.215778 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6719 | 2024.07.04 19:28:48.215863 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 416 rows starting from the beginning of the part | ||
6720 | 2024.07.04 19:28:48.215917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6721 | 2024.07.04 19:28:48.216084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6722 | 2024.07.04 19:28:48.216264 [ 3 ] {} <Debug> HTTP-Session: c614acaf-037f-4312-a698-9cdb077c965f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6723 | 2024.07.04 19:28:48.216379 [ 3 ] {} <Debug> HTTP-Session: c614acaf-037f-4312-a698-9cdb077c965f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6724 | 2024.07.04 19:28:48.216473 [ 3 ] {} <Debug> HTTP-Session: c614acaf-037f-4312-a698-9cdb077c965f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6725 | 2024.07.04 19:28:48.216487 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
6726 | 2024.07.04 19:28:48.216552 [ 3 ] {} <Trace> HTTP-Session: c614acaf-037f-4312-a698-9cdb077c965f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6727 | 2024.07.04 19:28:48.217070 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
6728 | 2024.07.04 19:28:48.217079 [ 3 ] {7aa9132e-1aba-453f-9848-3ea2eb56cd26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6729 | 2024.07.04 19:28:48.217226 [ 3 ] {7aa9132e-1aba-453f-9848-3ea2eb56cd26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6730 | 2024.07.04 19:28:48.217612 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
6731 | 2024.07.04 19:28:48.218406 [ 3 ] {7aa9132e-1aba-453f-9848-3ea2eb56cd26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6732 | 2024.07.04 19:28:48.218429 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
6733 | 2024.07.04 19:28:48.219130 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
6734 | 2024.07.04 19:28:48.219505 [ 3 ] {7aa9132e-1aba-453f-9848-3ea2eb56cd26} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6735 | 2024.07.04 19:28:48.219702 [ 3 ] {7aa9132e-1aba-453f-9848-3ea2eb56cd26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6736 | 2024.07.04 19:28:48.220699 [ 3 ] {7aa9132e-1aba-453f-9848-3ea2eb56cd26} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6737 | 2024.07.04 19:28:48.221461 [ 3 ] {7aa9132e-1aba-453f-9848-3ea2eb56cd26} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6738 | 2024.07.04 19:28:48.221643 [ 93 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6739 | 2024.07.04 19:28:48.221646 [ 3 ] {7aa9132e-1aba-453f-9848-3ea2eb56cd26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004839 sec., 12399.25604463732 rows/sec., 855.68 KiB/sec. | ||
6740 | 2024.07.04 19:28:48.221696 [ 93 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6741 | 2024.07.04 19:28:48.221772 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6742 | 2024.07.04 19:28:48.222339 [ 3 ] {7aa9132e-1aba-453f-9848-3ea2eb56cd26} <Debug> DynamicQueryHandler: Done processing query | ||
6743 | 2024.07.04 19:28:48.222457 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6744 | 2024.07.04 19:28:48.222455 [ 3 ] {7aa9132e-1aba-453f-9848-3ea2eb56cd26} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6745 | 2024.07.04 19:28:48.222781 [ 3 ] {} <Debug> HTTP-Session: c614acaf-037f-4312-a698-9cdb077c965f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6746 | 2024.07.04 19:28:48.223566 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6747 | 2024.07.04 19:28:48.223644 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2236 rows starting from the beginning of the part | ||
6748 | 2024.07.04 19:28:48.223999 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6749 | 2024.07.04 19:28:48.224438 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6750 | 2024.07.04 19:28:48.224784 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6751 | 2024.07.04 19:28:48.225096 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6752 | 2024.07.04 19:28:48.225493 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
6753 | 2024.07.04 19:28:48.229184 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2536 rows, containing 4 columns (4 merged, 0 gathered) in 0.007232993 sec., 350615.57504618075 rows/sec., 23.60 MiB/sec. | ||
6754 | 2024.07.04 19:28:48.229507 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6755 | 2024.07.04 19:28:48.229965 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_46_9} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6756 | 2024.07.04 19:28:48.230043 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_46_9} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6757 | 2024.07.04 19:28:48.230128 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
6758 | 2024.07.04 19:28:48.239345 [ 199 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 19 columns (19 merged, 0 gathered) in 0.025876369 sec., 21873.23886129464 rows/sec., 39.20 MiB/sec. | ||
6759 | 2024.07.04 19:28:48.239913 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6760 | 2024.07.04 19:28:48.240502 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6761 | 2024.07.04 19:28:48.240586 [ 198 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6762 | 2024.07.04 19:28:48.240707 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. | ||
6763 | 2024.07.04 19:28:49.000179 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.08 MiB, peak 198.80 MiB, free memory in arenas 0.00 B, will set to 190.68 MiB (RSS), difference: 1.61 MiB | ||
6764 | 2024.07.04 19:28:53.186983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6765 | 2024.07.04 19:28:53.187119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6766 | 2024.07.04 19:28:53.187148 [ 3 ] {} <Debug> HTTP-Session: e40b558c-c8b2-4d6a-9dc9-2898b917d8ba Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6767 | 2024.07.04 19:28:53.187178 [ 3 ] {} <Debug> HTTP-Session: e40b558c-c8b2-4d6a-9dc9-2898b917d8ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6768 | 2024.07.04 19:28:53.187196 [ 3 ] {} <Debug> HTTP-Session: e40b558c-c8b2-4d6a-9dc9-2898b917d8ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6769 | 2024.07.04 19:28:53.187251 [ 3 ] {} <Trace> HTTP-Session: e40b558c-c8b2-4d6a-9dc9-2898b917d8ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6770 | 2024.07.04 19:28:53.187468 [ 3 ] {e0c37ff2-5f32-444c-aba8-9bfa0c151956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6771 | 2024.07.04 19:28:53.187539 [ 3 ] {e0c37ff2-5f32-444c-aba8-9bfa0c151956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6772 | 2024.07.04 19:28:53.187749 [ 3 ] {e0c37ff2-5f32-444c-aba8-9bfa0c151956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6773 | 2024.07.04 19:28:53.188240 [ 3 ] {e0c37ff2-5f32-444c-aba8-9bfa0c151956} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6774 | 2024.07.04 19:28:53.188284 [ 3 ] {e0c37ff2-5f32-444c-aba8-9bfa0c151956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6775 | 2024.07.04 19:28:53.188658 [ 3 ] {e0c37ff2-5f32-444c-aba8-9bfa0c151956} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6776 | 2024.07.04 19:28:53.189012 [ 3 ] {e0c37ff2-5f32-444c-aba8-9bfa0c151956} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6777 | 2024.07.04 19:28:53.189174 [ 3 ] {e0c37ff2-5f32-444c-aba8-9bfa0c151956} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001774 sec., 31567.08004509583 rows/sec., 2.41 MiB/sec. | ||
6778 | 2024.07.04 19:28:53.189409 [ 3 ] {e0c37ff2-5f32-444c-aba8-9bfa0c151956} <Debug> DynamicQueryHandler: Done processing query | ||
6779 | 2024.07.04 19:28:53.189442 [ 3 ] {e0c37ff2-5f32-444c-aba8-9bfa0c151956} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6780 | 2024.07.04 19:28:53.189463 [ 3 ] {} <Debug> HTTP-Session: e40b558c-c8b2-4d6a-9dc9-2898b917d8ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6781 | 2024.07.04 19:28:53.189602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6782 | 2024.07.04 19:28:53.189658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6783 | 2024.07.04 19:28:53.189705 [ 3 ] {} <Debug> HTTP-Session: 0b24de24-d680-4979-a509-3763a6ae0ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6784 | 2024.07.04 19:28:53.189723 [ 3 ] {} <Debug> HTTP-Session: 0b24de24-d680-4979-a509-3763a6ae0ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6785 | 2024.07.04 19:28:53.189737 [ 3 ] {} <Debug> HTTP-Session: 0b24de24-d680-4979-a509-3763a6ae0ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6786 | 2024.07.04 19:28:53.189773 [ 3 ] {} <Trace> HTTP-Session: 0b24de24-d680-4979-a509-3763a6ae0ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6787 | 2024.07.04 19:28:53.189898 [ 3 ] {a0660596-7f62-4da7-891e-86337f443789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6788 | 2024.07.04 19:28:53.189942 [ 3 ] {a0660596-7f62-4da7-891e-86337f443789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6789 | 2024.07.04 19:28:53.190069 [ 3 ] {a0660596-7f62-4da7-891e-86337f443789} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6790 | 2024.07.04 19:28:53.190418 [ 3 ] {a0660596-7f62-4da7-891e-86337f443789} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6791 | 2024.07.04 19:28:53.190455 [ 3 ] {a0660596-7f62-4da7-891e-86337f443789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6792 | 2024.07.04 19:28:53.190766 [ 3 ] {a0660596-7f62-4da7-891e-86337f443789} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6793 | 2024.07.04 19:28:53.191073 [ 3 ] {a0660596-7f62-4da7-891e-86337f443789} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6794 | 2024.07.04 19:28:53.191257 [ 3 ] {a0660596-7f62-4da7-891e-86337f443789} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. | ||
6795 | 2024.07.04 19:28:53.191426 [ 3 ] {a0660596-7f62-4da7-891e-86337f443789} <Debug> DynamicQueryHandler: Done processing query | ||
6796 | 2024.07.04 19:28:53.191449 [ 3 ] {a0660596-7f62-4da7-891e-86337f443789} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6797 | 2024.07.04 19:28:53.191465 [ 3 ] {} <Debug> HTTP-Session: 0b24de24-d680-4979-a509-3763a6ae0ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6798 | 2024.07.04 19:28:53.191618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6799 | 2024.07.04 19:28:53.191667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6800 | 2024.07.04 19:28:53.191686 [ 3 ] {} <Debug> HTTP-Session: 4ec18164-0d03-4ff7-9ec9-a517a7a1de85 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6801 | 2024.07.04 19:28:53.191702 [ 3 ] {} <Debug> HTTP-Session: 4ec18164-0d03-4ff7-9ec9-a517a7a1de85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6802 | 2024.07.04 19:28:53.191717 [ 3 ] {} <Debug> HTTP-Session: 4ec18164-0d03-4ff7-9ec9-a517a7a1de85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6803 | 2024.07.04 19:28:53.191747 [ 3 ] {} <Trace> HTTP-Session: 4ec18164-0d03-4ff7-9ec9-a517a7a1de85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6804 | 2024.07.04 19:28:53.191895 [ 3 ] {3686a7f4-8040-4407-9887-08c60c497479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6805 | 2024.07.04 19:28:53.191941 [ 3 ] {3686a7f4-8040-4407-9887-08c60c497479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6806 | 2024.07.04 19:28:53.192086 [ 3 ] {3686a7f4-8040-4407-9887-08c60c497479} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6807 | 2024.07.04 19:28:53.192544 [ 3 ] {3686a7f4-8040-4407-9887-08c60c497479} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6808 | 2024.07.04 19:28:53.192582 [ 3 ] {3686a7f4-8040-4407-9887-08c60c497479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6809 | 2024.07.04 19:28:53.192979 [ 3 ] {3686a7f4-8040-4407-9887-08c60c497479} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6810 | 2024.07.04 19:28:53.193319 [ 3 ] {3686a7f4-8040-4407-9887-08c60c497479} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6811 | 2024.07.04 19:28:53.193469 [ 3 ] {3686a7f4-8040-4407-9887-08c60c497479} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
6812 | 2024.07.04 19:28:53.193636 [ 3 ] {3686a7f4-8040-4407-9887-08c60c497479} <Debug> DynamicQueryHandler: Done processing query | ||
6813 | 2024.07.04 19:28:53.193660 [ 3 ] {3686a7f4-8040-4407-9887-08c60c497479} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6814 | 2024.07.04 19:28:53.193676 [ 3 ] {} <Debug> HTTP-Session: 4ec18164-0d03-4ff7-9ec9-a517a7a1de85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6815 | 2024.07.04 19:28:53.193787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6816 | 2024.07.04 19:28:53.193836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6817 | 2024.07.04 19:28:53.193854 [ 3 ] {} <Debug> HTTP-Session: 99cf2a7e-69df-477d-9441-d3c23fd034d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6818 | 2024.07.04 19:28:53.193871 [ 3 ] {} <Debug> HTTP-Session: 99cf2a7e-69df-477d-9441-d3c23fd034d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6819 | 2024.07.04 19:28:53.193884 [ 3 ] {} <Debug> HTTP-Session: 99cf2a7e-69df-477d-9441-d3c23fd034d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6820 | 2024.07.04 19:28:53.193914 [ 3 ] {} <Trace> HTTP-Session: 99cf2a7e-69df-477d-9441-d3c23fd034d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6821 | 2024.07.04 19:28:53.194046 [ 3 ] {9c75626d-c304-448a-b794-e239a47eb527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6822 | 2024.07.04 19:28:53.194090 [ 3 ] {9c75626d-c304-448a-b794-e239a47eb527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6823 | 2024.07.04 19:28:53.194215 [ 3 ] {9c75626d-c304-448a-b794-e239a47eb527} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6824 | 2024.07.04 19:28:53.194526 [ 3 ] {9c75626d-c304-448a-b794-e239a47eb527} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6825 | 2024.07.04 19:28:53.194562 [ 3 ] {9c75626d-c304-448a-b794-e239a47eb527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6826 | 2024.07.04 19:28:53.194922 [ 3 ] {9c75626d-c304-448a-b794-e239a47eb527} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6827 | 2024.07.04 19:28:53.195250 [ 3 ] {9c75626d-c304-448a-b794-e239a47eb527} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6828 | 2024.07.04 19:28:53.195397 [ 3 ] {9c75626d-c304-448a-b794-e239a47eb527} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
6829 | 2024.07.04 19:28:53.195560 [ 3 ] {9c75626d-c304-448a-b794-e239a47eb527} <Debug> DynamicQueryHandler: Done processing query | ||
6830 | 2024.07.04 19:28:53.195584 [ 3 ] {9c75626d-c304-448a-b794-e239a47eb527} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6831 | 2024.07.04 19:28:53.195600 [ 3 ] {} <Debug> HTTP-Session: 99cf2a7e-69df-477d-9441-d3c23fd034d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6832 | 2024.07.04 19:28:58.188125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6833 | 2024.07.04 19:28:58.188268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6834 | 2024.07.04 19:28:58.188297 [ 3 ] {} <Debug> HTTP-Session: 1dc88678-1e2d-417b-b9f4-5013c6103ea4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6835 | 2024.07.04 19:28:58.188336 [ 3 ] {} <Debug> HTTP-Session: 1dc88678-1e2d-417b-b9f4-5013c6103ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6836 | 2024.07.04 19:28:58.188359 [ 3 ] {} <Debug> HTTP-Session: 1dc88678-1e2d-417b-b9f4-5013c6103ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6837 | 2024.07.04 19:28:58.188421 [ 3 ] {} <Trace> HTTP-Session: 1dc88678-1e2d-417b-b9f4-5013c6103ea4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6838 | 2024.07.04 19:28:58.188635 [ 3 ] {a1ac1b06-33a2-4e1b-af1f-3114a304b388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6839 | 2024.07.04 19:28:58.188710 [ 3 ] {a1ac1b06-33a2-4e1b-af1f-3114a304b388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6840 | 2024.07.04 19:28:58.188930 [ 3 ] {a1ac1b06-33a2-4e1b-af1f-3114a304b388} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6841 | 2024.07.04 19:28:58.189409 [ 3 ] {a1ac1b06-33a2-4e1b-af1f-3114a304b388} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6842 | 2024.07.04 19:28:58.189452 [ 3 ] {a1ac1b06-33a2-4e1b-af1f-3114a304b388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6843 | 2024.07.04 19:28:58.189827 [ 3 ] {a1ac1b06-33a2-4e1b-af1f-3114a304b388} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6844 | 2024.07.04 19:28:58.190175 [ 3 ] {a1ac1b06-33a2-4e1b-af1f-3114a304b388} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6845 | 2024.07.04 19:28:58.190356 [ 3 ] {a1ac1b06-33a2-4e1b-af1f-3114a304b388} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00178 sec., 16853.932584269663 rows/sec., 1.33 MiB/sec. | ||
6846 | 2024.07.04 19:28:58.190357 [ 89 ] {} <Debug> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
6847 | 2024.07.04 19:28:58.190465 [ 89 ] {} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6848 | 2024.07.04 19:28:58.190521 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6849 | 2024.07.04 19:28:58.190641 [ 3 ] {a1ac1b06-33a2-4e1b-af1f-3114a304b388} <Debug> DynamicQueryHandler: Done processing query | ||
6850 | 2024.07.04 19:28:58.190653 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::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 | ||
6851 | 2024.07.04 19:28:58.190685 [ 3 ] {a1ac1b06-33a2-4e1b-af1f-3114a304b388} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6852 | 2024.07.04 19:28:58.190719 [ 3 ] {} <Debug> HTTP-Session: 1dc88678-1e2d-417b-b9f4-5013c6103ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6853 | 2024.07.04 19:28:58.190814 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6854 | 2024.07.04 19:28:58.190855 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 30 rows starting from the beginning of the part | ||
6855 | 2024.07.04 19:28:58.190863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6856 | 2024.07.04 19:28:58.190944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6857 | 2024.07.04 19:28:58.191003 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
6858 | 2024.07.04 19:28:58.191019 [ 3 ] {} <Debug> HTTP-Session: 7cbcd276-1ead-4b50-8a54-268707a9c581 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6859 | 2024.07.04 19:28:58.191087 [ 3 ] {} <Debug> HTTP-Session: 7cbcd276-1ead-4b50-8a54-268707a9c581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6860 | 2024.07.04 19:28:58.191144 [ 3 ] {} <Debug> HTTP-Session: 7cbcd276-1ead-4b50-8a54-268707a9c581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6861 | 2024.07.04 19:28:58.191323 [ 3 ] {} <Trace> HTTP-Session: 7cbcd276-1ead-4b50-8a54-268707a9c581 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6862 | 2024.07.04 19:28:58.191393 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
6863 | 2024.07.04 19:28:58.191672 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
6864 | 2024.07.04 19:28:58.191679 [ 3 ] {ad35012d-da9f-4494-8b84-73e8d725ee74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6865 | 2024.07.04 19:28:58.191836 [ 3 ] {ad35012d-da9f-4494-8b84-73e8d725ee74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6866 | 2024.07.04 19:28:58.191949 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
6867 | 2024.07.04 19:28:58.192649 [ 3 ] {ad35012d-da9f-4494-8b84-73e8d725ee74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6868 | 2024.07.04 19:28:58.193169 [ 3 ] {ad35012d-da9f-4494-8b84-73e8d725ee74} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6869 | 2024.07.04 19:28:58.193218 [ 3 ] {ad35012d-da9f-4494-8b84-73e8d725ee74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6870 | 2024.07.04 19:28:58.193668 [ 200 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003071924 sec., 48829.33301735329 rows/sec., 3.87 MiB/sec. | ||
6871 | 2024.07.04 19:28:58.193705 [ 3 ] {ad35012d-da9f-4494-8b84-73e8d725ee74} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6872 | 2024.07.04 19:28:58.193890 [ 187 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
6873 | 2024.07.04 19:28:58.194408 [ 3 ] {ad35012d-da9f-4494-8b84-73e8d725ee74} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6874 | 2024.07.04 19:28:58.194774 [ 3 ] {ad35012d-da9f-4494-8b84-73e8d725ee74} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003165 sec., 1263.8230647709322 rows/sec., 103.06 KiB/sec. | ||
6875 | 2024.07.04 19:28:58.195084 [ 187 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_22_5} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6876 | 2024.07.04 19:28:58.195363 [ 187 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_22_5} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
6877 | 2024.07.04 19:28:58.195400 [ 3 ] {ad35012d-da9f-4494-8b84-73e8d725ee74} <Debug> DynamicQueryHandler: Done processing query | ||
6878 | 2024.07.04 19:28:58.195460 [ 3 ] {ad35012d-da9f-4494-8b84-73e8d725ee74} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6879 | 2024.07.04 19:28:58.195507 [ 3 ] {} <Debug> HTTP-Session: 7cbcd276-1ead-4b50-8a54-268707a9c581 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6880 | 2024.07.04 19:28:58.195529 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6881 | 2024.07.04 19:28:58.195652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6882 | 2024.07.04 19:28:58.195711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6883 | 2024.07.04 19:28:58.195730 [ 3 ] {} <Debug> HTTP-Session: e12b0f88-6d4b-4c0f-ba82-ea2ff43ea7f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6884 | 2024.07.04 19:28:58.195747 [ 3 ] {} <Debug> HTTP-Session: e12b0f88-6d4b-4c0f-ba82-ea2ff43ea7f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6885 | 2024.07.04 19:28:58.195762 [ 3 ] {} <Debug> HTTP-Session: e12b0f88-6d4b-4c0f-ba82-ea2ff43ea7f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6886 | 2024.07.04 19:28:58.195794 [ 3 ] {} <Trace> HTTP-Session: e12b0f88-6d4b-4c0f-ba82-ea2ff43ea7f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6887 | 2024.07.04 19:28:58.195943 [ 3 ] {d5a7e728-28fc-4220-b844-cdb08b6c58f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6888 | 2024.07.04 19:28:58.195987 [ 3 ] {d5a7e728-28fc-4220-b844-cdb08b6c58f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6889 | 2024.07.04 19:28:58.196135 [ 3 ] {d5a7e728-28fc-4220-b844-cdb08b6c58f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6890 | 2024.07.04 19:28:58.196557 [ 3 ] {d5a7e728-28fc-4220-b844-cdb08b6c58f8} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6891 | 2024.07.04 19:28:58.196594 [ 3 ] {d5a7e728-28fc-4220-b844-cdb08b6c58f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6892 | 2024.07.04 19:28:58.196924 [ 3 ] {d5a7e728-28fc-4220-b844-cdb08b6c58f8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6893 | 2024.07.04 19:28:58.197263 [ 3 ] {d5a7e728-28fc-4220-b844-cdb08b6c58f8} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6894 | 2024.07.04 19:28:58.197423 [ 3 ] {d5a7e728-28fc-4220-b844-cdb08b6c58f8} <Debug> executeQuery: Read 148 rows, 12.67 KiB in 0.001539 sec., 96166.34178037687 rows/sec., 8.04 MiB/sec. | ||
6895 | 2024.07.04 19:28:58.197589 [ 3 ] {d5a7e728-28fc-4220-b844-cdb08b6c58f8} <Debug> DynamicQueryHandler: Done processing query | ||
6896 | 2024.07.04 19:28:58.197613 [ 3 ] {d5a7e728-28fc-4220-b844-cdb08b6c58f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6897 | 2024.07.04 19:28:58.197629 [ 3 ] {} <Debug> HTTP-Session: e12b0f88-6d4b-4c0f-ba82-ea2ff43ea7f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6898 | 2024.07.04 19:28:58.197746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6899 | 2024.07.04 19:28:58.197794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6900 | 2024.07.04 19:28:58.197815 [ 3 ] {} <Debug> HTTP-Session: 249e3a90-6d84-43f5-b6a0-9091e6f98bd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6901 | 2024.07.04 19:28:58.197832 [ 3 ] {} <Debug> HTTP-Session: 249e3a90-6d84-43f5-b6a0-9091e6f98bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6902 | 2024.07.04 19:28:58.197846 [ 3 ] {} <Debug> HTTP-Session: 249e3a90-6d84-43f5-b6a0-9091e6f98bd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6903 | 2024.07.04 19:28:58.197877 [ 3 ] {} <Trace> HTTP-Session: 249e3a90-6d84-43f5-b6a0-9091e6f98bd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6904 | 2024.07.04 19:28:58.197970 [ 3 ] {3b396d6c-5a49-4fc3-aefd-91b8da2868e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6905 | 2024.07.04 19:28:58.198014 [ 3 ] {3b396d6c-5a49-4fc3-aefd-91b8da2868e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6906 | 2024.07.04 19:28:58.198143 [ 3 ] {3b396d6c-5a49-4fc3-aefd-91b8da2868e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6907 | 2024.07.04 19:28:58.198419 [ 3 ] {3b396d6c-5a49-4fc3-aefd-91b8da2868e8} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6908 | 2024.07.04 19:28:58.198457 [ 3 ] {3b396d6c-5a49-4fc3-aefd-91b8da2868e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6909 | 2024.07.04 19:28:58.198757 [ 3 ] {3b396d6c-5a49-4fc3-aefd-91b8da2868e8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6910 | 2024.07.04 19:28:58.199070 [ 3 ] {3b396d6c-5a49-4fc3-aefd-91b8da2868e8} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6911 | 2024.07.04 19:28:58.199238 [ 3 ] {3b396d6c-5a49-4fc3-aefd-91b8da2868e8} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001285 sec., 3112.8404669260703 rows/sec., 217.35 KiB/sec. | ||
6912 | 2024.07.04 19:28:58.199563 [ 3 ] {3b396d6c-5a49-4fc3-aefd-91b8da2868e8} <Debug> DynamicQueryHandler: Done processing query | ||
6913 | 2024.07.04 19:28:58.199588 [ 3 ] {3b396d6c-5a49-4fc3-aefd-91b8da2868e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6914 | 2024.07.04 19:28:58.199604 [ 3 ] {} <Debug> HTTP-Session: 249e3a90-6d84-43f5-b6a0-9091e6f98bd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6915 | 2024.07.04 19:28:58.199714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6916 | 2024.07.04 19:28:58.199762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6917 | 2024.07.04 19:28:58.199781 [ 3 ] {} <Debug> HTTP-Session: b33281ab-cdfc-4fbd-a7a8-03bca2d17510 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6918 | 2024.07.04 19:28:58.199798 [ 3 ] {} <Debug> HTTP-Session: b33281ab-cdfc-4fbd-a7a8-03bca2d17510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6919 | 2024.07.04 19:28:58.199812 [ 3 ] {} <Debug> HTTP-Session: b33281ab-cdfc-4fbd-a7a8-03bca2d17510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6920 | 2024.07.04 19:28:58.199843 [ 3 ] {} <Trace> HTTP-Session: b33281ab-cdfc-4fbd-a7a8-03bca2d17510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6921 | 2024.07.04 19:28:58.199963 [ 3 ] {89d12aa1-174a-4f9f-b74a-f05e7376f63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6922 | 2024.07.04 19:28:58.200006 [ 3 ] {89d12aa1-174a-4f9f-b74a-f05e7376f63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6923 | 2024.07.04 19:28:58.200148 [ 3 ] {89d12aa1-174a-4f9f-b74a-f05e7376f63d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6924 | 2024.07.04 19:28:58.200527 [ 3 ] {89d12aa1-174a-4f9f-b74a-f05e7376f63d} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6925 | 2024.07.04 19:28:58.200565 [ 3 ] {89d12aa1-174a-4f9f-b74a-f05e7376f63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6926 | 2024.07.04 19:28:58.200881 [ 3 ] {89d12aa1-174a-4f9f-b74a-f05e7376f63d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6927 | 2024.07.04 19:28:58.201188 [ 3 ] {89d12aa1-174a-4f9f-b74a-f05e7376f63d} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6928 | 2024.07.04 19:28:58.201345 [ 3 ] {89d12aa1-174a-4f9f-b74a-f05e7376f63d} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001417 sec., 69160.19760056457 rows/sec., 5.41 MiB/sec. | ||
6929 | 2024.07.04 19:28:58.201507 [ 3 ] {89d12aa1-174a-4f9f-b74a-f05e7376f63d} <Debug> DynamicQueryHandler: Done processing query | ||
6930 | 2024.07.04 19:28:58.201531 [ 3 ] {89d12aa1-174a-4f9f-b74a-f05e7376f63d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6931 | 2024.07.04 19:28:58.201547 [ 3 ] {} <Debug> HTTP-Session: b33281ab-cdfc-4fbd-a7a8-03bca2d17510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6932 | 2024.07.04 19:28:58.201691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 31008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6933 | 2024.07.04 19:28:58.201740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6934 | 2024.07.04 19:28:58.201759 [ 3 ] {} <Debug> HTTP-Session: 7b622ac4-1d7d-4e7f-bb94-f9ac84cbce22 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6935 | 2024.07.04 19:28:58.201776 [ 3 ] {} <Debug> HTTP-Session: 7b622ac4-1d7d-4e7f-bb94-f9ac84cbce22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6936 | 2024.07.04 19:28:58.201790 [ 3 ] {} <Debug> HTTP-Session: 7b622ac4-1d7d-4e7f-bb94-f9ac84cbce22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6937 | 2024.07.04 19:28:58.201821 [ 3 ] {} <Trace> HTTP-Session: 7b622ac4-1d7d-4e7f-bb94-f9ac84cbce22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6938 | 2024.07.04 19:28:58.201963 [ 3 ] {95cab17c-a37c-46f6-ba95-58ee6844ad7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6939 | 2024.07.04 19:28:58.202007 [ 3 ] {95cab17c-a37c-46f6-ba95-58ee6844ad7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6940 | 2024.07.04 19:28:58.202155 [ 3 ] {95cab17c-a37c-46f6-ba95-58ee6844ad7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6941 | 2024.07.04 19:28:58.202566 [ 3 ] {95cab17c-a37c-46f6-ba95-58ee6844ad7c} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6942 | 2024.07.04 19:28:58.202604 [ 3 ] {95cab17c-a37c-46f6-ba95-58ee6844ad7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6943 | 2024.07.04 19:28:58.203008 [ 3 ] {95cab17c-a37c-46f6-ba95-58ee6844ad7c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6944 | 2024.07.04 19:28:58.203348 [ 3 ] {95cab17c-a37c-46f6-ba95-58ee6844ad7c} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6945 | 2024.07.04 19:28:58.203477 [ 3 ] {95cab17c-a37c-46f6-ba95-58ee6844ad7c} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001578 sec., 102661.59695817491 rows/sec., 7.15 MiB/sec. | ||
6946 | 2024.07.04 19:28:58.203640 [ 3 ] {95cab17c-a37c-46f6-ba95-58ee6844ad7c} <Debug> DynamicQueryHandler: Done processing query | ||
6947 | 2024.07.04 19:28:58.203665 [ 3 ] {95cab17c-a37c-46f6-ba95-58ee6844ad7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6948 | 2024.07.04 19:28:58.203681 [ 3 ] {} <Debug> HTTP-Session: 7b622ac4-1d7d-4e7f-bb94-f9ac84cbce22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6949 | 2024.07.04 19:28:58.203817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6950 | 2024.07.04 19:28:58.203866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6951 | 2024.07.04 19:28:58.203885 [ 3 ] {} <Debug> HTTP-Session: 8f19b1ce-c5fd-458f-903b-674e5a010810 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6952 | 2024.07.04 19:28:58.203901 [ 3 ] {} <Debug> HTTP-Session: 8f19b1ce-c5fd-458f-903b-674e5a010810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6953 | 2024.07.04 19:28:58.203915 [ 3 ] {} <Debug> HTTP-Session: 8f19b1ce-c5fd-458f-903b-674e5a010810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6954 | 2024.07.04 19:28:58.203946 [ 3 ] {} <Trace> HTTP-Session: 8f19b1ce-c5fd-458f-903b-674e5a010810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6955 | 2024.07.04 19:28:58.204247 [ 3 ] {165fe462-f950-40fb-837a-2f04f019c6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6956 | 2024.07.04 19:28:58.204310 [ 3 ] {165fe462-f950-40fb-837a-2f04f019c6d8} <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 | ||
6957 | 2024.07.04 19:28:58.204708 [ 3 ] {165fe462-f950-40fb-837a-2f04f019c6d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6958 | 2024.07.04 19:28:58.205347 [ 3 ] {165fe462-f950-40fb-837a-2f04f019c6d8} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6959 | 2024.07.04 19:28:58.205383 [ 3 ] {165fe462-f950-40fb-837a-2f04f019c6d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6960 | 2024.07.04 19:28:58.205990 [ 3 ] {165fe462-f950-40fb-837a-2f04f019c6d8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6961 | 2024.07.04 19:28:58.206400 [ 3 ] {165fe462-f950-40fb-837a-2f04f019c6d8} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6962 | 2024.07.04 19:28:58.206540 [ 3 ] {165fe462-f950-40fb-837a-2f04f019c6d8} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002503 sec., 11985.617259288852 rows/sec., 21.48 MiB/sec. | ||
6963 | 2024.07.04 19:28:58.206731 [ 3 ] {165fe462-f950-40fb-837a-2f04f019c6d8} <Debug> DynamicQueryHandler: Done processing query | ||
6964 | 2024.07.04 19:28:58.206755 [ 3 ] {165fe462-f950-40fb-837a-2f04f019c6d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6965 | 2024.07.04 19:28:58.206771 [ 3 ] {} <Debug> HTTP-Session: 8f19b1ce-c5fd-458f-903b-674e5a010810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6966 | 2024.07.04 19:28:58.206874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6967 | 2024.07.04 19:28:58.206922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6968 | 2024.07.04 19:28:58.206941 [ 3 ] {} <Debug> HTTP-Session: 331cc4ba-63bb-47c4-a960-96c59c6bb190 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6969 | 2024.07.04 19:28:58.206957 [ 3 ] {} <Debug> HTTP-Session: 331cc4ba-63bb-47c4-a960-96c59c6bb190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6970 | 2024.07.04 19:28:58.206971 [ 3 ] {} <Debug> HTTP-Session: 331cc4ba-63bb-47c4-a960-96c59c6bb190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6971 | 2024.07.04 19:28:58.207002 [ 3 ] {} <Trace> HTTP-Session: 331cc4ba-63bb-47c4-a960-96c59c6bb190 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6972 | 2024.07.04 19:28:58.207112 [ 3 ] {acab9bca-b0ed-40b9-b806-3f91694de45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6973 | 2024.07.04 19:28:58.207177 [ 3 ] {acab9bca-b0ed-40b9-b806-3f91694de45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6974 | 2024.07.04 19:28:58.207321 [ 3 ] {acab9bca-b0ed-40b9-b806-3f91694de45b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6975 | 2024.07.04 19:28:58.207620 [ 3 ] {acab9bca-b0ed-40b9-b806-3f91694de45b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6976 | 2024.07.04 19:28:58.207656 [ 3 ] {acab9bca-b0ed-40b9-b806-3f91694de45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6977 | 2024.07.04 19:28:58.208028 [ 3 ] {acab9bca-b0ed-40b9-b806-3f91694de45b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6978 | 2024.07.04 19:28:58.208345 [ 3 ] {acab9bca-b0ed-40b9-b806-3f91694de45b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6979 | 2024.07.04 19:28:58.208469 [ 3 ] {acab9bca-b0ed-40b9-b806-3f91694de45b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
6980 | 2024.07.04 19:28:58.208726 [ 3 ] {acab9bca-b0ed-40b9-b806-3f91694de45b} <Debug> DynamicQueryHandler: Done processing query | ||
6981 | 2024.07.04 19:28:58.208774 [ 3 ] {acab9bca-b0ed-40b9-b806-3f91694de45b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6982 | 2024.07.04 19:28:58.208803 [ 3 ] {} <Debug> HTTP-Session: 331cc4ba-63bb-47c4-a960-96c59c6bb190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6983 | 2024.07.04 19:29:01.786322 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6984 | 2024.07.04 19:29:01.786385 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6985 | 2024.07.04 19:29:03.187077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6986 | 2024.07.04 19:29:03.187204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6987 | 2024.07.04 19:29:03.187234 [ 3 ] {} <Debug> HTTP-Session: a7d2b618-4143-4754-9790-e8802e86380d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
6988 | 2024.07.04 19:29:03.187263 [ 3 ] {} <Debug> HTTP-Session: a7d2b618-4143-4754-9790-e8802e86380d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6989 | 2024.07.04 19:29:03.187281 [ 3 ] {} <Debug> HTTP-Session: a7d2b618-4143-4754-9790-e8802e86380d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6990 | 2024.07.04 19:29:03.187336 [ 3 ] {} <Trace> HTTP-Session: a7d2b618-4143-4754-9790-e8802e86380d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6991 | 2024.07.04 19:29:03.187517 [ 3 ] {594a190d-905f-4361-8626-03c517d0c19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6992 | 2024.07.04 19:29:03.187582 [ 3 ] {594a190d-905f-4361-8626-03c517d0c19b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6993 | 2024.07.04 19:29:03.187768 [ 3 ] {594a190d-905f-4361-8626-03c517d0c19b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6994 | 2024.07.04 19:29:03.188157 [ 3 ] {594a190d-905f-4361-8626-03c517d0c19b} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6995 | 2024.07.04 19:29:03.188203 [ 3 ] {594a190d-905f-4361-8626-03c517d0c19b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
6996 | 2024.07.04 19:29:03.188919 [ 3 ] {594a190d-905f-4361-8626-03c517d0c19b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6997 | 2024.07.04 19:29:03.189258 [ 3 ] {594a190d-905f-4361-8626-03c517d0c19b} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6998 | 2024.07.04 19:29:03.189388 [ 84 ] {} <Debug> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6999 | 2024.07.04 19:29:03.189396 [ 3 ] {594a190d-905f-4361-8626-03c517d0c19b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001931 sec., 1035.732780942517 rows/sec., 84.46 KiB/sec. | ||
7000 | 2024.07.04 19:29:03.189430 [ 84 ] {} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7001 | 2024.07.04 19:29:03.189464 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7002 | 2024.07.04 19:29:03.189659 [ 3 ] {594a190d-905f-4361-8626-03c517d0c19b} <Debug> DynamicQueryHandler: Done processing query | ||
7003 | 2024.07.04 19:29:03.189661 [ 201 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::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 | ||
7004 | 2024.07.04 19:29:03.189690 [ 3 ] {594a190d-905f-4361-8626-03c517d0c19b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7005 | 2024.07.04 19:29:03.189752 [ 3 ] {} <Debug> HTTP-Session: a7d2b618-4143-4754-9790-e8802e86380d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7006 | 2024.07.04 19:29:03.189929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7007 | 2024.07.04 19:29:03.189959 [ 201 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7008 | 2024.07.04 19:29:03.190024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7009 | 2024.07.04 19:29:03.190028 [ 201 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 14 rows starting from the beginning of the part | ||
7010 | 2024.07.04 19:29:03.190061 [ 3 ] {} <Debug> HTTP-Session: 051444ce-d46a-4f99-97fe-16bf199f9bc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7011 | 2024.07.04 19:29:03.190099 [ 3 ] {} <Debug> HTTP-Session: 051444ce-d46a-4f99-97fe-16bf199f9bc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7012 | 2024.07.04 19:29:03.190134 [ 3 ] {} <Debug> HTTP-Session: 051444ce-d46a-4f99-97fe-16bf199f9bc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7013 | 2024.07.04 19:29:03.190269 [ 3 ] {} <Trace> HTTP-Session: 051444ce-d46a-4f99-97fe-16bf199f9bc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7014 | 2024.07.04 19:29:03.190311 [ 201 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
7015 | 2024.07.04 19:29:03.190657 [ 201 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
7016 | 2024.07.04 19:29:03.190674 [ 3 ] {fc50fa7d-755c-462a-a273-631ee5c6a88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7017 | 2024.07.04 19:29:03.190819 [ 3 ] {fc50fa7d-755c-462a-a273-631ee5c6a88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7018 | 2024.07.04 19:29:03.190923 [ 201 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7019 | 2024.07.04 19:29:03.191256 [ 201 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
7020 | 2024.07.04 19:29:03.191656 [ 201 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
7021 | 2024.07.04 19:29:03.192315 [ 3 ] {fc50fa7d-755c-462a-a273-631ee5c6a88c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7022 | 2024.07.04 19:29:03.193046 [ 3 ] {fc50fa7d-755c-462a-a273-631ee5c6a88c} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7023 | 2024.07.04 19:29:03.193107 [ 3 ] {fc50fa7d-755c-462a-a273-631ee5c6a88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7024 | 2024.07.04 19:29:03.193946 [ 3 ] {fc50fa7d-755c-462a-a273-631ee5c6a88c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7025 | 2024.07.04 19:29:03.194361 [ 187 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004798688 sec., 5834.928213711748 rows/sec., 475.80 KiB/sec. | ||
7026 | 2024.07.04 19:29:03.194616 [ 187 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7027 | 2024.07.04 19:29:03.194654 [ 3 ] {fc50fa7d-755c-462a-a273-631ee5c6a88c} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7028 | 2024.07.04 19:29:03.194956 [ 3 ] {fc50fa7d-755c-462a-a273-631ee5c6a88c} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.004468 sec., 12757.385854968667 rows/sec., 996.23 KiB/sec. | ||
7029 | 2024.07.04 19:29:03.195459 [ 3 ] {fc50fa7d-755c-462a-a273-631ee5c6a88c} <Debug> DynamicQueryHandler: Done processing query | ||
7030 | 2024.07.04 19:29:03.195495 [ 3 ] {fc50fa7d-755c-462a-a273-631ee5c6a88c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7031 | 2024.07.04 19:29:03.195525 [ 3 ] {} <Debug> HTTP-Session: 051444ce-d46a-4f99-97fe-16bf199f9bc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7032 | 2024.07.04 19:29:03.195598 [ 187 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7033 | 2024.07.04 19:29:03.195681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7034 | 2024.07.04 19:29:03.195781 [ 187 ] {7abfa32f-640d-404c-b7ea-62e2fdea1c47::all_1_16_3} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7035 | 2024.07.04 19:29:03.195791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7036 | 2024.07.04 19:29:03.195829 [ 3 ] {} <Debug> HTTP-Session: 4c32224c-dff8-4ff1-95e1-f39bb52f0a26 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7037 | 2024.07.04 19:29:03.195869 [ 3 ] {} <Debug> HTTP-Session: 4c32224c-dff8-4ff1-95e1-f39bb52f0a26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7038 | 2024.07.04 19:29:03.195917 [ 3 ] {} <Debug> HTTP-Session: 4c32224c-dff8-4ff1-95e1-f39bb52f0a26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7039 | 2024.07.04 19:29:03.195947 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7040 | 2024.07.04 19:29:03.195975 [ 3 ] {} <Trace> HTTP-Session: 4c32224c-dff8-4ff1-95e1-f39bb52f0a26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7041 | 2024.07.04 19:29:03.196089 [ 3 ] {7b706f96-047f-4c36-b1ca-16ef208eb0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7042 | 2024.07.04 19:29:03.196132 [ 3 ] {7b706f96-047f-4c36-b1ca-16ef208eb0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7043 | 2024.07.04 19:29:03.196278 [ 3 ] {7b706f96-047f-4c36-b1ca-16ef208eb0b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7044 | 2024.07.04 19:29:03.196558 [ 3 ] {7b706f96-047f-4c36-b1ca-16ef208eb0b7} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7045 | 2024.07.04 19:29:03.196595 [ 3 ] {7b706f96-047f-4c36-b1ca-16ef208eb0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7046 | 2024.07.04 19:29:03.196900 [ 3 ] {7b706f96-047f-4c36-b1ca-16ef208eb0b7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7047 | 2024.07.04 19:29:03.197217 [ 3 ] {7b706f96-047f-4c36-b1ca-16ef208eb0b7} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7048 | 2024.07.04 19:29:03.197343 [ 84 ] {} <Debug> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7049 | 2024.07.04 19:29:03.197344 [ 3 ] {7b706f96-047f-4c36-b1ca-16ef208eb0b7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001279 sec., 1563.721657544957 rows/sec., 109.19 KiB/sec. | ||
7050 | 2024.07.04 19:29:03.197385 [ 84 ] {} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7051 | 2024.07.04 19:29:03.197418 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7052 | 2024.07.04 19:29:03.197584 [ 3 ] {7b706f96-047f-4c36-b1ca-16ef208eb0b7} <Debug> DynamicQueryHandler: Done processing query | ||
7053 | 2024.07.04 19:29:03.197651 [ 3 ] {7b706f96-047f-4c36-b1ca-16ef208eb0b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7054 | 2024.07.04 19:29:03.197695 [ 3 ] {} <Debug> HTTP-Session: 4c32224c-dff8-4ff1-95e1-f39bb52f0a26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7055 | 2024.07.04 19:29:03.197748 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::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 | ||
7056 | 2024.07.04 19:29:03.197877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 11219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7057 | 2024.07.04 19:29:03.197997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7058 | 2024.07.04 19:29:03.198049 [ 3 ] {} <Debug> HTTP-Session: 2f5551fd-1184-482e-8902-9e9c538b4ab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7059 | 2024.07.04 19:29:03.198096 [ 3 ] {} <Debug> HTTP-Session: 2f5551fd-1184-482e-8902-9e9c538b4ab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7060 | 2024.07.04 19:29:03.198142 [ 3 ] {} <Debug> HTTP-Session: 2f5551fd-1184-482e-8902-9e9c538b4ab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7061 | 2024.07.04 19:29:03.198228 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7062 | 2024.07.04 19:29:03.198238 [ 3 ] {} <Trace> HTTP-Session: 2f5551fd-1184-482e-8902-9e9c538b4ab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7063 | 2024.07.04 19:29:03.198324 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 14 rows starting from the beginning of the part | ||
7064 | 2024.07.04 19:29:03.198604 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
7065 | 2024.07.04 19:29:03.198604 [ 3 ] {6081d036-642b-4016-9373-bc4128697732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7066 | 2024.07.04 19:29:03.198874 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
7067 | 2024.07.04 19:29:03.198864 [ 3 ] {6081d036-642b-4016-9373-bc4128697732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7068 | 2024.07.04 19:29:03.199168 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7069 | 2024.07.04 19:29:03.199482 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
7070 | 2024.07.04 19:29:03.199772 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
7071 | 2024.07.04 19:29:03.200414 [ 3 ] {6081d036-642b-4016-9373-bc4128697732} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7072 | 2024.07.04 19:29:03.201234 [ 3 ] {6081d036-642b-4016-9373-bc4128697732} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7073 | 2024.07.04 19:29:03.201302 [ 3 ] {6081d036-642b-4016-9373-bc4128697732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7074 | 2024.07.04 19:29:03.202242 [ 3 ] {6081d036-642b-4016-9373-bc4128697732} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7075 | 2024.07.04 19:29:03.202831 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.005304486 sec., 5278.551022662705 rows/sec., 368.57 KiB/sec. | ||
7076 | 2024.07.04 19:29:03.203034 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7077 | 2024.07.04 19:29:03.203187 [ 3 ] {6081d036-642b-4016-9373-bc4128697732} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7078 | 2024.07.04 19:29:03.203564 [ 3 ] {6081d036-642b-4016-9373-bc4128697732} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005164 sec., 12780.790085205266 rows/sec., 1022.14 KiB/sec. | ||
7079 | 2024.07.04 19:29:03.203894 [ 3 ] {6081d036-642b-4016-9373-bc4128697732} <Debug> DynamicQueryHandler: Done processing query | ||
7080 | 2024.07.04 19:29:03.203918 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7081 | 2024.07.04 19:29:03.203930 [ 3 ] {6081d036-642b-4016-9373-bc4128697732} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7082 | 2024.07.04 19:29:03.203983 [ 3 ] {} <Debug> HTTP-Session: 2f5551fd-1184-482e-8902-9e9c538b4ab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7083 | 2024.07.04 19:29:03.204070 [ 186 ] {1f0663e8-7d24-4d40-addf-53a6d72cb62a::all_1_16_3} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7084 | 2024.07.04 19:29:03.204162 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7085 | 2024.07.04 19:29:03.204219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7086 | 2024.07.04 19:29:03.204276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7087 | 2024.07.04 19:29:03.204296 [ 3 ] {} <Debug> HTTP-Session: 7aa94cee-e9b8-4956-903c-bc4be262c211 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7088 | 2024.07.04 19:29:03.204313 [ 3 ] {} <Debug> HTTP-Session: 7aa94cee-e9b8-4956-903c-bc4be262c211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7089 | 2024.07.04 19:29:03.204328 [ 3 ] {} <Debug> HTTP-Session: 7aa94cee-e9b8-4956-903c-bc4be262c211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7090 | 2024.07.04 19:29:03.204361 [ 3 ] {} <Trace> HTTP-Session: 7aa94cee-e9b8-4956-903c-bc4be262c211 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7091 | 2024.07.04 19:29:03.204524 [ 3 ] {a1069ee7-64dc-4dbf-86ec-5e327eccbf0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7092 | 2024.07.04 19:29:03.204574 [ 3 ] {a1069ee7-64dc-4dbf-86ec-5e327eccbf0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7093 | 2024.07.04 19:29:03.204740 [ 3 ] {a1069ee7-64dc-4dbf-86ec-5e327eccbf0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7094 | 2024.07.04 19:29:03.205125 [ 3 ] {a1069ee7-64dc-4dbf-86ec-5e327eccbf0d} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7095 | 2024.07.04 19:29:03.205161 [ 3 ] {a1069ee7-64dc-4dbf-86ec-5e327eccbf0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7096 | 2024.07.04 19:29:03.205561 [ 3 ] {a1069ee7-64dc-4dbf-86ec-5e327eccbf0d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7097 | 2024.07.04 19:29:03.205908 [ 3 ] {a1069ee7-64dc-4dbf-86ec-5e327eccbf0d} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7098 | 2024.07.04 19:29:03.206041 [ 3 ] {a1069ee7-64dc-4dbf-86ec-5e327eccbf0d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001596 sec., 100877.19298245614 rows/sec., 7.03 MiB/sec. | ||
7099 | 2024.07.04 19:29:03.206327 [ 3 ] {a1069ee7-64dc-4dbf-86ec-5e327eccbf0d} <Debug> DynamicQueryHandler: Done processing query | ||
7100 | 2024.07.04 19:29:03.206380 [ 3 ] {a1069ee7-64dc-4dbf-86ec-5e327eccbf0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7101 | 2024.07.04 19:29:03.206435 [ 3 ] {} <Debug> HTTP-Session: 7aa94cee-e9b8-4956-903c-bc4be262c211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7102 | 2024.07.04 19:29:03.206600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7103 | 2024.07.04 19:29:03.206651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7104 | 2024.07.04 19:29:03.206670 [ 3 ] {} <Debug> HTTP-Session: 85178e65-0a59-4229-b29a-040a7ccb2c35 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7105 | 2024.07.04 19:29:03.206687 [ 3 ] {} <Debug> HTTP-Session: 85178e65-0a59-4229-b29a-040a7ccb2c35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7106 | 2024.07.04 19:29:03.206701 [ 3 ] {} <Debug> HTTP-Session: 85178e65-0a59-4229-b29a-040a7ccb2c35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7107 | 2024.07.04 19:29:03.206731 [ 3 ] {} <Trace> HTTP-Session: 85178e65-0a59-4229-b29a-040a7ccb2c35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7108 | 2024.07.04 19:29:03.206850 [ 3 ] {79df1c2d-2c3d-4bd0-9802-4e694d742989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7109 | 2024.07.04 19:29:03.206896 [ 3 ] {79df1c2d-2c3d-4bd0-9802-4e694d742989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7110 | 2024.07.04 19:29:03.207042 [ 3 ] {79df1c2d-2c3d-4bd0-9802-4e694d742989} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7111 | 2024.07.04 19:29:03.207364 [ 3 ] {79df1c2d-2c3d-4bd0-9802-4e694d742989} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7112 | 2024.07.04 19:29:03.207401 [ 3 ] {79df1c2d-2c3d-4bd0-9802-4e694d742989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7113 | 2024.07.04 19:29:03.207762 [ 3 ] {79df1c2d-2c3d-4bd0-9802-4e694d742989} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7114 | 2024.07.04 19:29:03.208080 [ 3 ] {79df1c2d-2c3d-4bd0-9802-4e694d742989} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7115 | 2024.07.04 19:29:03.208231 [ 3 ] {79df1c2d-2c3d-4bd0-9802-4e694d742989} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
7116 | 2024.07.04 19:29:03.208391 [ 3 ] {79df1c2d-2c3d-4bd0-9802-4e694d742989} <Debug> DynamicQueryHandler: Done processing query | ||
7117 | 2024.07.04 19:29:03.208415 [ 3 ] {79df1c2d-2c3d-4bd0-9802-4e694d742989} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7118 | 2024.07.04 19:29:03.208431 [ 3 ] {} <Debug> HTTP-Session: 85178e65-0a59-4229-b29a-040a7ccb2c35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7119 | 2024.07.04 19:29:08.187825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7120 | 2024.07.04 19:29:08.187953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7121 | 2024.07.04 19:29:08.187979 [ 3 ] {} <Debug> HTTP-Session: 187381de-24f7-4d97-8d6e-70740f6ac7a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7122 | 2024.07.04 19:29:08.188004 [ 3 ] {} <Debug> HTTP-Session: 187381de-24f7-4d97-8d6e-70740f6ac7a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7123 | 2024.07.04 19:29:08.188020 [ 3 ] {} <Debug> HTTP-Session: 187381de-24f7-4d97-8d6e-70740f6ac7a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7124 | 2024.07.04 19:29:08.188069 [ 3 ] {} <Trace> HTTP-Session: 187381de-24f7-4d97-8d6e-70740f6ac7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7125 | 2024.07.04 19:29:08.188256 [ 3 ] {d5710b61-cb83-43a6-90c6-51d841c8c9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7126 | 2024.07.04 19:29:08.188323 [ 3 ] {d5710b61-cb83-43a6-90c6-51d841c8c9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7127 | 2024.07.04 19:29:08.188512 [ 3 ] {d5710b61-cb83-43a6-90c6-51d841c8c9e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7128 | 2024.07.04 19:29:08.188966 [ 3 ] {d5710b61-cb83-43a6-90c6-51d841c8c9e3} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7129 | 2024.07.04 19:29:08.189010 [ 3 ] {d5710b61-cb83-43a6-90c6-51d841c8c9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7130 | 2024.07.04 19:29:08.189382 [ 3 ] {d5710b61-cb83-43a6-90c6-51d841c8c9e3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
7131 | 2024.07.04 19:29:08.189726 [ 3 ] {d5710b61-cb83-43a6-90c6-51d841c8c9e3} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7132 | 2024.07.04 19:29:08.189883 [ 3 ] {d5710b61-cb83-43a6-90c6-51d841c8c9e3} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001684 sec., 17814.726840855106 rows/sec., 1.41 MiB/sec. | ||
7133 | 2024.07.04 19:29:08.190095 [ 3 ] {d5710b61-cb83-43a6-90c6-51d841c8c9e3} <Debug> DynamicQueryHandler: Done processing query | ||
7134 | 2024.07.04 19:29:08.190121 [ 3 ] {d5710b61-cb83-43a6-90c6-51d841c8c9e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7135 | 2024.07.04 19:29:08.190139 [ 3 ] {} <Debug> HTTP-Session: 187381de-24f7-4d97-8d6e-70740f6ac7a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7136 | 2024.07.04 19:29:08.190295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7137 | 2024.07.04 19:29:08.190352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7138 | 2024.07.04 19:29:08.190372 [ 3 ] {} <Debug> HTTP-Session: e1be5165-92ba-4d74-83ef-f68c9196dd0b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7139 | 2024.07.04 19:29:08.190391 [ 3 ] {} <Debug> HTTP-Session: e1be5165-92ba-4d74-83ef-f68c9196dd0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7140 | 2024.07.04 19:29:08.190405 [ 3 ] {} <Debug> HTTP-Session: e1be5165-92ba-4d74-83ef-f68c9196dd0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7141 | 2024.07.04 19:29:08.190440 [ 3 ] {} <Trace> HTTP-Session: e1be5165-92ba-4d74-83ef-f68c9196dd0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7142 | 2024.07.04 19:29:08.190584 [ 3 ] {e0ac97a2-0156-41e9-b4df-3e53a303d97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7143 | 2024.07.04 19:29:08.190628 [ 3 ] {e0ac97a2-0156-41e9-b4df-3e53a303d97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7144 | 2024.07.04 19:29:08.190754 [ 3 ] {e0ac97a2-0156-41e9-b4df-3e53a303d97b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7145 | 2024.07.04 19:29:08.191152 [ 3 ] {e0ac97a2-0156-41e9-b4df-3e53a303d97b} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7146 | 2024.07.04 19:29:08.191194 [ 3 ] {e0ac97a2-0156-41e9-b4df-3e53a303d97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7147 | 2024.07.04 19:29:08.191515 [ 3 ] {e0ac97a2-0156-41e9-b4df-3e53a303d97b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7148 | 2024.07.04 19:29:08.191818 [ 3 ] {e0ac97a2-0156-41e9-b4df-3e53a303d97b} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7149 | 2024.07.04 19:29:08.191977 [ 3 ] {e0ac97a2-0156-41e9-b4df-3e53a303d97b} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001451 sec., 100620.26188835286 rows/sec., 8.43 MiB/sec. | ||
7150 | 2024.07.04 19:29:08.192153 [ 3 ] {e0ac97a2-0156-41e9-b4df-3e53a303d97b} <Debug> DynamicQueryHandler: Done processing query | ||
7151 | 2024.07.04 19:29:08.192178 [ 3 ] {e0ac97a2-0156-41e9-b4df-3e53a303d97b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7152 | 2024.07.04 19:29:08.192195 [ 3 ] {} <Debug> HTTP-Session: e1be5165-92ba-4d74-83ef-f68c9196dd0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7153 | 2024.07.04 19:29:08.192317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7154 | 2024.07.04 19:29:08.192366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7155 | 2024.07.04 19:29:08.192386 [ 3 ] {} <Debug> HTTP-Session: 5fab7bc1-e57b-4350-a0bb-9a6afc61075d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7156 | 2024.07.04 19:29:08.192403 [ 3 ] {} <Debug> HTTP-Session: 5fab7bc1-e57b-4350-a0bb-9a6afc61075d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7157 | 2024.07.04 19:29:08.192417 [ 3 ] {} <Debug> HTTP-Session: 5fab7bc1-e57b-4350-a0bb-9a6afc61075d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7158 | 2024.07.04 19:29:08.192446 [ 3 ] {} <Trace> HTTP-Session: 5fab7bc1-e57b-4350-a0bb-9a6afc61075d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7159 | 2024.07.04 19:29:08.192574 [ 3 ] {ae79547d-a6f3-4db2-bfb1-a15e32f54ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7160 | 2024.07.04 19:29:08.192618 [ 3 ] {ae79547d-a6f3-4db2-bfb1-a15e32f54ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7161 | 2024.07.04 19:29:08.192741 [ 3 ] {ae79547d-a6f3-4db2-bfb1-a15e32f54ee4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7162 | 2024.07.04 19:29:08.193080 [ 3 ] {ae79547d-a6f3-4db2-bfb1-a15e32f54ee4} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7163 | 2024.07.04 19:29:08.193116 [ 3 ] {ae79547d-a6f3-4db2-bfb1-a15e32f54ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7164 | 2024.07.04 19:29:08.193436 [ 3 ] {ae79547d-a6f3-4db2-bfb1-a15e32f54ee4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7165 | 2024.07.04 19:29:08.193744 [ 3 ] {ae79547d-a6f3-4db2-bfb1-a15e32f54ee4} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7166 | 2024.07.04 19:29:08.193901 [ 3 ] {ae79547d-a6f3-4db2-bfb1-a15e32f54ee4} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001376 sec., 68313.95348837209 rows/sec., 5.34 MiB/sec. | ||
7167 | 2024.07.04 19:29:08.194075 [ 3 ] {ae79547d-a6f3-4db2-bfb1-a15e32f54ee4} <Debug> DynamicQueryHandler: Done processing query | ||
7168 | 2024.07.04 19:29:08.194099 [ 3 ] {ae79547d-a6f3-4db2-bfb1-a15e32f54ee4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7169 | 2024.07.04 19:29:08.194116 [ 3 ] {} <Debug> HTTP-Session: 5fab7bc1-e57b-4350-a0bb-9a6afc61075d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7170 | 2024.07.04 19:29:08.194248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7171 | 2024.07.04 19:29:08.194297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7172 | 2024.07.04 19:29:08.194317 [ 3 ] {} <Debug> HTTP-Session: 1f46d022-af8d-4634-a67d-d8d024b7adc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7173 | 2024.07.04 19:29:08.194334 [ 3 ] {} <Debug> HTTP-Session: 1f46d022-af8d-4634-a67d-d8d024b7adc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7174 | 2024.07.04 19:29:08.194348 [ 3 ] {} <Debug> HTTP-Session: 1f46d022-af8d-4634-a67d-d8d024b7adc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7175 | 2024.07.04 19:29:08.194379 [ 3 ] {} <Trace> HTTP-Session: 1f46d022-af8d-4634-a67d-d8d024b7adc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7176 | 2024.07.04 19:29:08.194526 [ 3 ] {98bd96f7-1456-459d-8bb0-56ae27e27e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7177 | 2024.07.04 19:29:08.194572 [ 3 ] {98bd96f7-1456-459d-8bb0-56ae27e27e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7178 | 2024.07.04 19:29:08.194716 [ 3 ] {98bd96f7-1456-459d-8bb0-56ae27e27e4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7179 | 2024.07.04 19:29:08.195101 [ 3 ] {98bd96f7-1456-459d-8bb0-56ae27e27e4b} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7180 | 2024.07.04 19:29:08.195138 [ 3 ] {98bd96f7-1456-459d-8bb0-56ae27e27e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7181 | 2024.07.04 19:29:08.195506 [ 3 ] {98bd96f7-1456-459d-8bb0-56ae27e27e4b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7182 | 2024.07.04 19:29:08.195833 [ 3 ] {98bd96f7-1456-459d-8bb0-56ae27e27e4b} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7183 | 2024.07.04 19:29:08.195990 [ 3 ] {98bd96f7-1456-459d-8bb0-56ae27e27e4b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
7184 | 2024.07.04 19:29:08.196339 [ 3 ] {98bd96f7-1456-459d-8bb0-56ae27e27e4b} <Debug> DynamicQueryHandler: Done processing query | ||
7185 | 2024.07.04 19:29:08.196404 [ 3 ] {98bd96f7-1456-459d-8bb0-56ae27e27e4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7186 | 2024.07.04 19:29:08.196468 [ 3 ] {} <Debug> HTTP-Session: 1f46d022-af8d-4634-a67d-d8d024b7adc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7187 | 2024.07.04 19:29:08.196668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7188 | 2024.07.04 19:29:08.196722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7189 | 2024.07.04 19:29:08.196741 [ 3 ] {} <Debug> HTTP-Session: d6887dce-8ab5-4c8c-b63c-d6f422d25129 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7190 | 2024.07.04 19:29:08.196757 [ 3 ] {} <Debug> HTTP-Session: d6887dce-8ab5-4c8c-b63c-d6f422d25129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7191 | 2024.07.04 19:29:08.196771 [ 3 ] {} <Debug> HTTP-Session: d6887dce-8ab5-4c8c-b63c-d6f422d25129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7192 | 2024.07.04 19:29:08.196804 [ 3 ] {} <Trace> HTTP-Session: d6887dce-8ab5-4c8c-b63c-d6f422d25129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7193 | 2024.07.04 19:29:08.197110 [ 3 ] {8f463f91-1cdf-47f5-b754-d6579e7bcf25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7194 | 2024.07.04 19:29:08.197183 [ 3 ] {8f463f91-1cdf-47f5-b754-d6579e7bcf25} <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 | ||
7195 | 2024.07.04 19:29:08.197620 [ 3 ] {8f463f91-1cdf-47f5-b754-d6579e7bcf25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7196 | 2024.07.04 19:29:08.198344 [ 3 ] {8f463f91-1cdf-47f5-b754-d6579e7bcf25} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7197 | 2024.07.04 19:29:08.198381 [ 3 ] {8f463f91-1cdf-47f5-b754-d6579e7bcf25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7198 | 2024.07.04 19:29:08.199010 [ 3 ] {8f463f91-1cdf-47f5-b754-d6579e7bcf25} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
7199 | 2024.07.04 19:29:08.199420 [ 3 ] {8f463f91-1cdf-47f5-b754-d6579e7bcf25} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7200 | 2024.07.04 19:29:08.199581 [ 3 ] {8f463f91-1cdf-47f5-b754-d6579e7bcf25} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002683 sec., 11181.513231457324 rows/sec., 20.04 MiB/sec. | ||
7201 | 2024.07.04 19:29:08.199840 [ 3 ] {8f463f91-1cdf-47f5-b754-d6579e7bcf25} <Debug> DynamicQueryHandler: Done processing query | ||
7202 | 2024.07.04 19:29:08.199865 [ 3 ] {8f463f91-1cdf-47f5-b754-d6579e7bcf25} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7203 | 2024.07.04 19:29:08.199882 [ 3 ] {} <Debug> HTTP-Session: d6887dce-8ab5-4c8c-b63c-d6f422d25129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7204 | 2024.07.04 19:29:08.199995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7205 | 2024.07.04 19:29:08.200044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7206 | 2024.07.04 19:29:08.200064 [ 3 ] {} <Debug> HTTP-Session: a98e9c64-ab41-4a0a-809d-0f632b4e5f4b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7207 | 2024.07.04 19:29:08.200081 [ 3 ] {} <Debug> HTTP-Session: a98e9c64-ab41-4a0a-809d-0f632b4e5f4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7208 | 2024.07.04 19:29:08.200094 [ 3 ] {} <Debug> HTTP-Session: a98e9c64-ab41-4a0a-809d-0f632b4e5f4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7209 | 2024.07.04 19:29:08.200125 [ 3 ] {} <Trace> HTTP-Session: a98e9c64-ab41-4a0a-809d-0f632b4e5f4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7210 | 2024.07.04 19:29:08.200237 [ 3 ] {32840d63-7be9-4cf3-8ec5-1bf31f79cc35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7211 | 2024.07.04 19:29:08.200283 [ 3 ] {32840d63-7be9-4cf3-8ec5-1bf31f79cc35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7212 | 2024.07.04 19:29:08.200408 [ 3 ] {32840d63-7be9-4cf3-8ec5-1bf31f79cc35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7213 | 2024.07.04 19:29:08.200703 [ 3 ] {32840d63-7be9-4cf3-8ec5-1bf31f79cc35} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7214 | 2024.07.04 19:29:08.200740 [ 3 ] {32840d63-7be9-4cf3-8ec5-1bf31f79cc35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7215 | 2024.07.04 19:29:08.201097 [ 3 ] {32840d63-7be9-4cf3-8ec5-1bf31f79cc35} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7216 | 2024.07.04 19:29:08.201417 [ 3 ] {32840d63-7be9-4cf3-8ec5-1bf31f79cc35} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7217 | 2024.07.04 19:29:08.201579 [ 3 ] {32840d63-7be9-4cf3-8ec5-1bf31f79cc35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
7218 | 2024.07.04 19:29:08.201752 [ 3 ] {32840d63-7be9-4cf3-8ec5-1bf31f79cc35} <Debug> DynamicQueryHandler: Done processing query | ||
7219 | 2024.07.04 19:29:08.201775 [ 3 ] {32840d63-7be9-4cf3-8ec5-1bf31f79cc35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7220 | 2024.07.04 19:29:08.201791 [ 3 ] {} <Debug> HTTP-Session: a98e9c64-ab41-4a0a-809d-0f632b4e5f4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7221 | 2024.07.04 19:29:13.188717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7222 | 2024.07.04 19:29:13.188855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7223 | 2024.07.04 19:29:13.188886 [ 3 ] {} <Debug> HTTP-Session: 5548145f-c835-49c4-87e7-9e0ccddae336 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7224 | 2024.07.04 19:29:13.188914 [ 3 ] {} <Debug> HTTP-Session: 5548145f-c835-49c4-87e7-9e0ccddae336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7225 | 2024.07.04 19:29:13.188932 [ 3 ] {} <Debug> HTTP-Session: 5548145f-c835-49c4-87e7-9e0ccddae336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7226 | 2024.07.04 19:29:13.188987 [ 3 ] {} <Trace> HTTP-Session: 5548145f-c835-49c4-87e7-9e0ccddae336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7227 | 2024.07.04 19:29:13.189189 [ 3 ] {95e3ea94-72b9-48f4-ba99-cc2f1b9551ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7228 | 2024.07.04 19:29:13.189264 [ 3 ] {95e3ea94-72b9-48f4-ba99-cc2f1b9551ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7229 | 2024.07.04 19:29:13.189475 [ 3 ] {95e3ea94-72b9-48f4-ba99-cc2f1b9551ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7230 | 2024.07.04 19:29:13.189942 [ 3 ] {95e3ea94-72b9-48f4-ba99-cc2f1b9551ea} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7231 | 2024.07.04 19:29:13.189985 [ 3 ] {95e3ea94-72b9-48f4-ba99-cc2f1b9551ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7232 | 2024.07.04 19:29:13.190361 [ 3 ] {95e3ea94-72b9-48f4-ba99-cc2f1b9551ea} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7233 | 2024.07.04 19:29:13.190683 [ 3 ] {95e3ea94-72b9-48f4-ba99-cc2f1b9551ea} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7234 | 2024.07.04 19:29:13.190858 [ 3 ] {95e3ea94-72b9-48f4-ba99-cc2f1b9551ea} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00172 sec., 2325.5813953488373 rows/sec., 189.63 KiB/sec. | ||
7235 | 2024.07.04 19:29:13.191178 [ 3 ] {95e3ea94-72b9-48f4-ba99-cc2f1b9551ea} <Debug> DynamicQueryHandler: Done processing query | ||
7236 | 2024.07.04 19:29:13.191204 [ 3 ] {95e3ea94-72b9-48f4-ba99-cc2f1b9551ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7237 | 2024.07.04 19:29:13.191222 [ 3 ] {} <Debug> HTTP-Session: 5548145f-c835-49c4-87e7-9e0ccddae336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7238 | 2024.07.04 19:29:13.191358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 13007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7239 | 2024.07.04 19:29:13.191414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7240 | 2024.07.04 19:29:13.191434 [ 3 ] {} <Debug> HTTP-Session: f3d7fa0a-4313-40b5-a0e7-755ef772a29e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7241 | 2024.07.04 19:29:13.191452 [ 3 ] {} <Debug> HTTP-Session: f3d7fa0a-4313-40b5-a0e7-755ef772a29e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7242 | 2024.07.04 19:29:13.191467 [ 3 ] {} <Debug> HTTP-Session: f3d7fa0a-4313-40b5-a0e7-755ef772a29e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7243 | 2024.07.04 19:29:13.191503 [ 3 ] {} <Trace> HTTP-Session: f3d7fa0a-4313-40b5-a0e7-755ef772a29e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7244 | 2024.07.04 19:29:13.191636 [ 3 ] {66883376-0eb5-4b3f-85e1-6b547741b1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7245 | 2024.07.04 19:29:13.191682 [ 3 ] {66883376-0eb5-4b3f-85e1-6b547741b1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7246 | 2024.07.04 19:29:13.191827 [ 3 ] {66883376-0eb5-4b3f-85e1-6b547741b1b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7247 | 2024.07.04 19:29:13.192167 [ 3 ] {66883376-0eb5-4b3f-85e1-6b547741b1b1} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7248 | 2024.07.04 19:29:13.192205 [ 3 ] {66883376-0eb5-4b3f-85e1-6b547741b1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7249 | 2024.07.04 19:29:13.192517 [ 3 ] {66883376-0eb5-4b3f-85e1-6b547741b1b1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7250 | 2024.07.04 19:29:13.192824 [ 3 ] {66883376-0eb5-4b3f-85e1-6b547741b1b1} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7251 | 2024.07.04 19:29:13.192977 [ 3 ] {66883376-0eb5-4b3f-85e1-6b547741b1b1} <Debug> executeQuery: Read 94 rows, 7.29 KiB in 0.001387 sec., 67772.17015140591 rows/sec., 5.13 MiB/sec. | ||
7252 | 2024.07.04 19:29:13.193001 [ 74 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7253 | 2024.07.04 19:29:13.193129 [ 74 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7254 | 2024.07.04 19:29:13.193189 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7255 | 2024.07.04 19:29:13.193203 [ 3 ] {66883376-0eb5-4b3f-85e1-6b547741b1b1} <Debug> DynamicQueryHandler: Done processing query | ||
7256 | 2024.07.04 19:29:13.193258 [ 3 ] {66883376-0eb5-4b3f-85e1-6b547741b1b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7257 | 2024.07.04 19:29:13.193320 [ 3 ] {} <Debug> HTTP-Session: f3d7fa0a-4313-40b5-a0e7-755ef772a29e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7258 | 2024.07.04 19:29:13.193470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7259 | 2024.07.04 19:29:13.193502 [ 187 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
7260 | 2024.07.04 19:29:13.193540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7261 | 2024.07.04 19:29:13.193626 [ 3 ] {} <Debug> HTTP-Session: 1f189081-c9d4-404e-823b-2184e4fe496c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7262 | 2024.07.04 19:29:13.193659 [ 3 ] {} <Debug> HTTP-Session: 1f189081-c9d4-404e-823b-2184e4fe496c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7263 | 2024.07.04 19:29:13.193673 [ 3 ] {} <Debug> HTTP-Session: 1f189081-c9d4-404e-823b-2184e4fe496c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7264 | 2024.07.04 19:29:13.193757 [ 3 ] {} <Trace> HTTP-Session: 1f189081-c9d4-404e-823b-2184e4fe496c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7265 | 2024.07.04 19:29:13.193889 [ 187 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7266 | 2024.07.04 19:29:13.193962 [ 3 ] {cf99fc4f-e326-48a8-aeb6-c897a5fdeca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7267 | 2024.07.04 19:29:13.193965 [ 187 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 190 rows starting from the beginning of the part | ||
7268 | 2024.07.04 19:29:13.194048 [ 3 ] {cf99fc4f-e326-48a8-aeb6-c897a5fdeca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7269 | 2024.07.04 19:29:13.194260 [ 187 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part | ||
7270 | 2024.07.04 19:29:13.194578 [ 187 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 148 rows starting from the beginning of the part | ||
7271 | 2024.07.04 19:29:13.194947 [ 187 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 57 rows starting from the beginning of the part | ||
7272 | 2024.07.04 19:29:13.195256 [ 187 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 146 rows starting from the beginning of the part | ||
7273 | 2024.07.04 19:29:13.195471 [ 3 ] {cf99fc4f-e326-48a8-aeb6-c897a5fdeca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7274 | 2024.07.04 19:29:13.195528 [ 187 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 94 rows starting from the beginning of the part | ||
7275 | 2024.07.04 19:29:13.196511 [ 3 ] {cf99fc4f-e326-48a8-aeb6-c897a5fdeca8} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7276 | 2024.07.04 19:29:13.196571 [ 3 ] {cf99fc4f-e326-48a8-aeb6-c897a5fdeca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7277 | 2024.07.04 19:29:13.197395 [ 3 ] {cf99fc4f-e326-48a8-aeb6-c897a5fdeca8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7278 | 2024.07.04 19:29:13.198328 [ 3 ] {cf99fc4f-e326-48a8-aeb6-c897a5fdeca8} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7279 | 2024.07.04 19:29:13.198418 [ 190 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 691 rows, containing 4 columns (4 merged, 0 gathered) in 0.005073222 sec., 136205.35430935214 rows/sec., 11.01 MiB/sec. | ||
7280 | 2024.07.04 19:29:13.198577 [ 3 ] {cf99fc4f-e326-48a8-aeb6-c897a5fdeca8} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004665 sec., 857.449088960343 rows/sec., 59.87 KiB/sec. | ||
7281 | 2024.07.04 19:29:13.198724 [ 190 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7282 | 2024.07.04 19:29:13.198862 [ 3 ] {cf99fc4f-e326-48a8-aeb6-c897a5fdeca8} <Debug> DynamicQueryHandler: Done processing query | ||
7283 | 2024.07.04 19:29:13.198894 [ 3 ] {cf99fc4f-e326-48a8-aeb6-c897a5fdeca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7284 | 2024.07.04 19:29:13.198925 [ 3 ] {} <Debug> HTTP-Session: 1f189081-c9d4-404e-823b-2184e4fe496c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7285 | 2024.07.04 19:29:13.199100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7286 | 2024.07.04 19:29:13.199183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7287 | 2024.07.04 19:29:13.199218 [ 3 ] {} <Debug> HTTP-Session: b1efabf9-f59a-41c5-8ef2-f3856c4b1cca Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7288 | 2024.07.04 19:29:13.199250 [ 3 ] {} <Debug> HTTP-Session: b1efabf9-f59a-41c5-8ef2-f3856c4b1cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7289 | 2024.07.04 19:29:13.199270 [ 3 ] {} <Debug> HTTP-Session: b1efabf9-f59a-41c5-8ef2-f3856c4b1cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7290 | 2024.07.04 19:29:13.199326 [ 3 ] {} <Trace> HTTP-Session: b1efabf9-f59a-41c5-8ef2-f3856c4b1cca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7291 | 2024.07.04 19:29:13.199383 [ 190 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7292 | 2024.07.04 19:29:13.199555 [ 3 ] {afa18dc7-6436-40be-b6ca-566c64941a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7293 | 2024.07.04 19:29:13.199578 [ 190 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_51_10} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7294 | 2024.07.04 19:29:13.199620 [ 3 ] {afa18dc7-6436-40be-b6ca-566c64941a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7295 | 2024.07.04 19:29:13.199768 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
7296 | 2024.07.04 19:29:13.199911 [ 3 ] {afa18dc7-6436-40be-b6ca-566c64941a7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7297 | 2024.07.04 19:29:13.200274 [ 3 ] {afa18dc7-6436-40be-b6ca-566c64941a7d} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7298 | 2024.07.04 19:29:13.200313 [ 3 ] {afa18dc7-6436-40be-b6ca-566c64941a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7299 | 2024.07.04 19:29:13.200645 [ 3 ] {afa18dc7-6436-40be-b6ca-566c64941a7d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7300 | 2024.07.04 19:29:13.200953 [ 3 ] {afa18dc7-6436-40be-b6ca-566c64941a7d} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7301 | 2024.07.04 19:29:13.201103 [ 3 ] {afa18dc7-6436-40be-b6ca-566c64941a7d} <Debug> executeQuery: Read 92 rows, 7.34 KiB in 0.001649 sec., 55791.388720436626 rows/sec., 4.35 MiB/sec. | ||
7302 | 2024.07.04 19:29:13.201116 [ 74 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7303 | 2024.07.04 19:29:13.201192 [ 74 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7304 | 2024.07.04 19:29:13.201245 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7305 | 2024.07.04 19:29:13.201354 [ 3 ] {afa18dc7-6436-40be-b6ca-566c64941a7d} <Debug> DynamicQueryHandler: Done processing query | ||
7306 | 2024.07.04 19:29:13.201389 [ 3 ] {afa18dc7-6436-40be-b6ca-566c64941a7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7307 | 2024.07.04 19:29:13.201392 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
7308 | 2024.07.04 19:29:13.201407 [ 3 ] {} <Debug> HTTP-Session: b1efabf9-f59a-41c5-8ef2-f3856c4b1cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7309 | 2024.07.04 19:29:13.201521 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7310 | 2024.07.04 19:29:13.201551 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 150 rows starting from the beginning of the part | ||
7311 | 2024.07.04 19:29:13.201587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 37979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7312 | 2024.07.04 19:29:13.201642 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part | ||
7313 | 2024.07.04 19:29:13.201707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7314 | 2024.07.04 19:29:13.201787 [ 3 ] {} <Debug> HTTP-Session: d1eafff4-770a-4c9f-89e5-9858602e49f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7315 | 2024.07.04 19:29:13.201908 [ 3 ] {} <Debug> HTTP-Session: d1eafff4-770a-4c9f-89e5-9858602e49f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7316 | 2024.07.04 19:29:13.202014 [ 3 ] {} <Debug> HTTP-Session: d1eafff4-770a-4c9f-89e5-9858602e49f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7317 | 2024.07.04 19:29:13.202044 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 98 rows starting from the beginning of the part | ||
7318 | 2024.07.04 19:29:13.202129 [ 3 ] {} <Trace> HTTP-Session: d1eafff4-770a-4c9f-89e5-9858602e49f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7319 | 2024.07.04 19:29:13.202320 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 66 rows starting from the beginning of the part | ||
7320 | 2024.07.04 19:29:13.202573 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 94 rows starting from the beginning of the part | ||
7321 | 2024.07.04 19:29:13.202576 [ 3 ] {6aeee487-6320-422b-a781-a432e7d403c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7322 | 2024.07.04 19:29:13.202741 [ 3 ] {6aeee487-6320-422b-a781-a432e7d403c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7323 | 2024.07.04 19:29:13.202847 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 92 rows starting from the beginning of the part | ||
7324 | 2024.07.04 19:29:13.203520 [ 3 ] {6aeee487-6320-422b-a781-a432e7d403c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7325 | 2024.07.04 19:29:13.204211 [ 3 ] {6aeee487-6320-422b-a781-a432e7d403c0} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7326 | 2024.07.04 19:29:13.204261 [ 3 ] {6aeee487-6320-422b-a781-a432e7d403c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7327 | 2024.07.04 19:29:13.204764 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 4 columns (4 merged, 0 gathered) in 0.003430708 sec., 164397.5529249356 rows/sec., 12.84 MiB/sec. | ||
7328 | 2024.07.04 19:29:13.204884 [ 3 ] {6aeee487-6320-422b-a781-a432e7d403c0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7329 | 2024.07.04 19:29:13.204992 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7330 | 2024.07.04 19:29:13.205641 [ 3 ] {6aeee487-6320-422b-a781-a432e7d403c0} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7331 | 2024.07.04 19:29:13.205904 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7332 | 2024.07.04 19:29:13.205940 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7333 | 2024.07.04 19:29:13.205970 [ 3 ] {6aeee487-6320-422b-a781-a432e7d403c0} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.003594 sec., 55091.81969949917 rows/sec., 3.85 MiB/sec. | ||
7334 | 2024.07.04 19:29:13.205978 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7335 | 2024.07.04 19:29:13.206076 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7336 | 2024.07.04 19:29:13.206299 [ 187 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_51_10} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7337 | 2024.07.04 19:29:13.206533 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
7338 | 2024.07.04 19:29:13.206583 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7339 | 2024.07.04 19:29:13.206669 [ 3 ] {6aeee487-6320-422b-a781-a432e7d403c0} <Debug> DynamicQueryHandler: Done processing query | ||
7340 | 2024.07.04 19:29:13.206712 [ 3 ] {6aeee487-6320-422b-a781-a432e7d403c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7341 | 2024.07.04 19:29:13.206756 [ 3 ] {} <Debug> HTTP-Session: d1eafff4-770a-4c9f-89e5-9858602e49f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7342 | 2024.07.04 19:29:13.206857 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7343 | 2024.07.04 19:29:13.206921 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7173 rows starting from the beginning of the part | ||
7344 | 2024.07.04 19:29:13.206930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7345 | 2024.07.04 19:29:13.207057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7346 | 2024.07.04 19:29:13.207164 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
7347 | 2024.07.04 19:29:13.207184 [ 3 ] {} <Debug> HTTP-Session: d650b248-12c3-4e6a-9820-6ddb939e8301 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7348 | 2024.07.04 19:29:13.207266 [ 3 ] {} <Debug> HTTP-Session: d650b248-12c3-4e6a-9820-6ddb939e8301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7349 | 2024.07.04 19:29:13.207333 [ 3 ] {} <Debug> HTTP-Session: d650b248-12c3-4e6a-9820-6ddb939e8301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7350 | 2024.07.04 19:29:13.207479 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 162 rows starting from the beginning of the part | ||
7351 | 2024.07.04 19:29:13.207518 [ 3 ] {} <Trace> HTTP-Session: d650b248-12c3-4e6a-9820-6ddb939e8301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7352 | 2024.07.04 19:29:13.207728 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part | ||
7353 | 2024.07.04 19:29:13.208038 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
7354 | 2024.07.04 19:29:13.208059 [ 3 ] {5b77456d-25f8-4359-9a9e-af109d173e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7355 | 2024.07.04 19:29:13.208278 [ 3 ] {5b77456d-25f8-4359-9a9e-af109d173e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7356 | 2024.07.04 19:29:13.208322 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 198 rows starting from the beginning of the part | ||
7357 | 2024.07.04 19:29:13.209102 [ 3 ] {5b77456d-25f8-4359-9a9e-af109d173e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7358 | 2024.07.04 19:29:13.209673 [ 3 ] {5b77456d-25f8-4359-9a9e-af109d173e46} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7359 | 2024.07.04 19:29:13.209716 [ 3 ] {5b77456d-25f8-4359-9a9e-af109d173e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7360 | 2024.07.04 19:29:13.210419 [ 3 ] {5b77456d-25f8-4359-9a9e-af109d173e46} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7361 | 2024.07.04 19:29:13.211247 [ 3 ] {5b77456d-25f8-4359-9a9e-af109d173e46} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7362 | 2024.07.04 19:29:13.211424 [ 74 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7363 | 2024.07.04 19:29:13.211433 [ 3 ] {5b77456d-25f8-4359-9a9e-af109d173e46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003641 sec., 16478.98928865696 rows/sec., 1.11 MiB/sec. | ||
7364 | 2024.07.04 19:29:13.211471 [ 74 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7365 | 2024.07.04 19:29:13.211552 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7366 | 2024.07.04 19:29:13.211736 [ 196 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7367 | 2024.07.04 19:29:13.211776 [ 3 ] {5b77456d-25f8-4359-9a9e-af109d173e46} <Debug> DynamicQueryHandler: Done processing query | ||
7368 | 2024.07.04 19:29:13.211806 [ 3 ] {5b77456d-25f8-4359-9a9e-af109d173e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7369 | 2024.07.04 19:29:13.211835 [ 3 ] {} <Debug> HTTP-Session: d650b248-12c3-4e6a-9820-6ddb939e8301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7370 | 2024.07.04 19:29:13.212039 [ 196 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7371 | 2024.07.04 19:29:13.212089 [ 196 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2536 rows starting from the beginning of the part | ||
7372 | 2024.07.04 19:29:13.212207 [ 196 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7373 | 2024.07.04 19:29:13.212460 [ 196 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7374 | 2024.07.04 19:29:13.212630 [ 196 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7375 | 2024.07.04 19:29:13.213090 [ 196 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7376 | 2024.07.04 19:29:13.213237 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8014 rows, containing 5 columns (5 merged, 0 gathered) in 0.00699287 sec., 1146024.4506189877 rows/sec., 79.91 MiB/sec. | ||
7377 | 2024.07.04 19:29:13.213351 [ 196 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7378 | 2024.07.04 19:29:13.213787 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7379 | 2024.07.04 19:29:13.214624 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7380 | 2024.07.04 19:29:13.214870 [ 197 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7381 | 2024.07.04 19:29:13.215075 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
7382 | 2024.07.04 19:29:13.215675 [ 192 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2836 rows, containing 4 columns (4 merged, 0 gathered) in 0.004008777 sec., 707447.682921749 rows/sec., 47.62 MiB/sec. | ||
7383 | 2024.07.04 19:29:13.215925 [ 193 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7384 | 2024.07.04 19:29:13.216300 [ 193 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_51_10} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7385 | 2024.07.04 19:29:13.216384 [ 193 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_51_10} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7386 | 2024.07.04 19:29:13.216469 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
7387 | 2024.07.04 19:29:16.786420 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7388 | 2024.07.04 19:29:16.786490 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7389 | 2024.07.04 19:29:18.188023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7390 | 2024.07.04 19:29:18.188158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7391 | 2024.07.04 19:29:18.188187 [ 3 ] {} <Debug> HTTP-Session: 722f5fb3-fe5d-44c9-9204-33bef20482c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7392 | 2024.07.04 19:29:18.188216 [ 3 ] {} <Debug> HTTP-Session: 722f5fb3-fe5d-44c9-9204-33bef20482c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7393 | 2024.07.04 19:29:18.188235 [ 3 ] {} <Debug> HTTP-Session: 722f5fb3-fe5d-44c9-9204-33bef20482c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7394 | 2024.07.04 19:29:18.188293 [ 3 ] {} <Trace> HTTP-Session: 722f5fb3-fe5d-44c9-9204-33bef20482c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7395 | 2024.07.04 19:29:18.188510 [ 3 ] {54612960-54d0-4df5-a78d-3a76804ed40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7396 | 2024.07.04 19:29:18.188587 [ 3 ] {54612960-54d0-4df5-a78d-3a76804ed40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7397 | 2024.07.04 19:29:18.188805 [ 3 ] {54612960-54d0-4df5-a78d-3a76804ed40a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7398 | 2024.07.04 19:29:18.189274 [ 3 ] {54612960-54d0-4df5-a78d-3a76804ed40a} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7399 | 2024.07.04 19:29:18.189317 [ 3 ] {54612960-54d0-4df5-a78d-3a76804ed40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7400 | 2024.07.04 19:29:18.189688 [ 3 ] {54612960-54d0-4df5-a78d-3a76804ed40a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7401 | 2024.07.04 19:29:18.190031 [ 3 ] {54612960-54d0-4df5-a78d-3a76804ed40a} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7402 | 2024.07.04 19:29:18.190204 [ 3 ] {54612960-54d0-4df5-a78d-3a76804ed40a} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00176 sec., 17045.454545454544 rows/sec., 1.35 MiB/sec. | ||
7403 | 2024.07.04 19:29:18.190403 [ 3 ] {54612960-54d0-4df5-a78d-3a76804ed40a} <Debug> DynamicQueryHandler: Done processing query | ||
7404 | 2024.07.04 19:29:18.190429 [ 3 ] {54612960-54d0-4df5-a78d-3a76804ed40a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7405 | 2024.07.04 19:29:18.190446 [ 3 ] {} <Debug> HTTP-Session: 722f5fb3-fe5d-44c9-9204-33bef20482c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7406 | 2024.07.04 19:29:18.190561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7407 | 2024.07.04 19:29:18.190610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7408 | 2024.07.04 19:29:18.190629 [ 3 ] {} <Debug> HTTP-Session: d1b14df1-9f87-46d2-8c30-10965e6ca380 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7409 | 2024.07.04 19:29:18.190647 [ 3 ] {} <Debug> HTTP-Session: d1b14df1-9f87-46d2-8c30-10965e6ca380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7410 | 2024.07.04 19:29:18.190661 [ 3 ] {} <Debug> HTTP-Session: d1b14df1-9f87-46d2-8c30-10965e6ca380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7411 | 2024.07.04 19:29:18.190693 [ 3 ] {} <Trace> HTTP-Session: d1b14df1-9f87-46d2-8c30-10965e6ca380 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7412 | 2024.07.04 19:29:18.190787 [ 3 ] {4b4ebfb5-935d-4e0c-8316-6ceafb582f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7413 | 2024.07.04 19:29:18.190830 [ 3 ] {4b4ebfb5-935d-4e0c-8316-6ceafb582f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7414 | 2024.07.04 19:29:18.190958 [ 3 ] {4b4ebfb5-935d-4e0c-8316-6ceafb582f0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7415 | 2024.07.04 19:29:18.191268 [ 3 ] {4b4ebfb5-935d-4e0c-8316-6ceafb582f0c} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7416 | 2024.07.04 19:29:18.191305 [ 3 ] {4b4ebfb5-935d-4e0c-8316-6ceafb582f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7417 | 2024.07.04 19:29:18.191608 [ 3 ] {4b4ebfb5-935d-4e0c-8316-6ceafb582f0c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7418 | 2024.07.04 19:29:18.191916 [ 3 ] {4b4ebfb5-935d-4e0c-8316-6ceafb582f0c} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7419 | 2024.07.04 19:29:18.192080 [ 3 ] {4b4ebfb5-935d-4e0c-8316-6ceafb582f0c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 124.78 KiB/sec. | ||
7420 | 2024.07.04 19:29:18.192374 [ 3 ] {4b4ebfb5-935d-4e0c-8316-6ceafb582f0c} <Debug> DynamicQueryHandler: Done processing query | ||
7421 | 2024.07.04 19:29:18.192404 [ 3 ] {4b4ebfb5-935d-4e0c-8316-6ceafb582f0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7422 | 2024.07.04 19:29:18.192420 [ 3 ] {} <Debug> HTTP-Session: d1b14df1-9f87-46d2-8c30-10965e6ca380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7423 | 2024.07.04 19:29:18.192547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7424 | 2024.07.04 19:29:18.192596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7425 | 2024.07.04 19:29:18.192615 [ 3 ] {} <Debug> HTTP-Session: 7b26c450-fe8d-4db6-b248-5b112bb1ff92 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7426 | 2024.07.04 19:29:18.192633 [ 3 ] {} <Debug> HTTP-Session: 7b26c450-fe8d-4db6-b248-5b112bb1ff92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7427 | 2024.07.04 19:29:18.192647 [ 3 ] {} <Debug> HTTP-Session: 7b26c450-fe8d-4db6-b248-5b112bb1ff92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7428 | 2024.07.04 19:29:18.192678 [ 3 ] {} <Trace> HTTP-Session: 7b26c450-fe8d-4db6-b248-5b112bb1ff92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7429 | 2024.07.04 19:29:18.192816 [ 3 ] {0b1a1f22-e3d7-430f-b633-3f38f3e6cba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7430 | 2024.07.04 19:29:18.192859 [ 3 ] {0b1a1f22-e3d7-430f-b633-3f38f3e6cba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7431 | 2024.07.04 19:29:18.193002 [ 3 ] {0b1a1f22-e3d7-430f-b633-3f38f3e6cba1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7432 | 2024.07.04 19:29:18.193411 [ 3 ] {0b1a1f22-e3d7-430f-b633-3f38f3e6cba1} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7433 | 2024.07.04 19:29:18.193448 [ 3 ] {0b1a1f22-e3d7-430f-b633-3f38f3e6cba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7434 | 2024.07.04 19:29:18.193763 [ 3 ] {0b1a1f22-e3d7-430f-b633-3f38f3e6cba1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7435 | 2024.07.04 19:29:18.194083 [ 3 ] {0b1a1f22-e3d7-430f-b633-3f38f3e6cba1} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7436 | 2024.07.04 19:29:18.194238 [ 3 ] {0b1a1f22-e3d7-430f-b633-3f38f3e6cba1} <Debug> executeQuery: Read 147 rows, 12.59 KiB in 0.001478 sec., 99458.72801082545 rows/sec., 8.32 MiB/sec. | ||
7437 | 2024.07.04 19:29:18.194403 [ 3 ] {0b1a1f22-e3d7-430f-b633-3f38f3e6cba1} <Debug> DynamicQueryHandler: Done processing query | ||
7438 | 2024.07.04 19:29:18.194429 [ 3 ] {0b1a1f22-e3d7-430f-b633-3f38f3e6cba1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7439 | 2024.07.04 19:29:18.194445 [ 3 ] {} <Debug> HTTP-Session: 7b26c450-fe8d-4db6-b248-5b112bb1ff92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7440 | 2024.07.04 19:29:18.194546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7441 | 2024.07.04 19:29:18.194594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7442 | 2024.07.04 19:29:18.194613 [ 3 ] {} <Debug> HTTP-Session: eab031da-325f-4044-88f1-e152336c66f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7443 | 2024.07.04 19:29:18.194629 [ 3 ] {} <Debug> HTTP-Session: eab031da-325f-4044-88f1-e152336c66f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7444 | 2024.07.04 19:29:18.194643 [ 3 ] {} <Debug> HTTP-Session: eab031da-325f-4044-88f1-e152336c66f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7445 | 2024.07.04 19:29:18.194674 [ 3 ] {} <Trace> HTTP-Session: eab031da-325f-4044-88f1-e152336c66f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7446 | 2024.07.04 19:29:18.194767 [ 3 ] {33b4431f-28f6-4464-a011-b5514aabba61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7447 | 2024.07.04 19:29:18.194810 [ 3 ] {33b4431f-28f6-4464-a011-b5514aabba61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7448 | 2024.07.04 19:29:18.194938 [ 3 ] {33b4431f-28f6-4464-a011-b5514aabba61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7449 | 2024.07.04 19:29:18.195232 [ 3 ] {33b4431f-28f6-4464-a011-b5514aabba61} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7450 | 2024.07.04 19:29:18.195269 [ 3 ] {33b4431f-28f6-4464-a011-b5514aabba61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7451 | 2024.07.04 19:29:18.195567 [ 3 ] {33b4431f-28f6-4464-a011-b5514aabba61} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7452 | 2024.07.04 19:29:18.195872 [ 3 ] {33b4431f-28f6-4464-a011-b5514aabba61} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7453 | 2024.07.04 19:29:18.196032 [ 3 ] {33b4431f-28f6-4464-a011-b5514aabba61} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001279 sec., 1563.721657544957 rows/sec., 109.19 KiB/sec. | ||
7454 | 2024.07.04 19:29:18.196337 [ 3 ] {33b4431f-28f6-4464-a011-b5514aabba61} <Debug> DynamicQueryHandler: Done processing query | ||
7455 | 2024.07.04 19:29:18.196364 [ 3 ] {33b4431f-28f6-4464-a011-b5514aabba61} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7456 | 2024.07.04 19:29:18.196381 [ 3 ] {} <Debug> HTTP-Session: eab031da-325f-4044-88f1-e152336c66f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7457 | 2024.07.04 19:29:18.196494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7458 | 2024.07.04 19:29:18.196542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7459 | 2024.07.04 19:29:18.196561 [ 3 ] {} <Debug> HTTP-Session: b3781b4d-104c-43cf-a593-70043178153d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7460 | 2024.07.04 19:29:18.196578 [ 3 ] {} <Debug> HTTP-Session: b3781b4d-104c-43cf-a593-70043178153d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7461 | 2024.07.04 19:29:18.196593 [ 3 ] {} <Debug> HTTP-Session: b3781b4d-104c-43cf-a593-70043178153d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7462 | 2024.07.04 19:29:18.196624 [ 3 ] {} <Trace> HTTP-Session: b3781b4d-104c-43cf-a593-70043178153d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7463 | 2024.07.04 19:29:18.196754 [ 3 ] {4c25b3eb-0175-4c70-a4dd-433e160d49ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7464 | 2024.07.04 19:29:18.196797 [ 3 ] {4c25b3eb-0175-4c70-a4dd-433e160d49ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7465 | 2024.07.04 19:29:18.196940 [ 3 ] {4c25b3eb-0175-4c70-a4dd-433e160d49ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7466 | 2024.07.04 19:29:18.197327 [ 3 ] {4c25b3eb-0175-4c70-a4dd-433e160d49ae} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7467 | 2024.07.04 19:29:18.197364 [ 3 ] {4c25b3eb-0175-4c70-a4dd-433e160d49ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7468 | 2024.07.04 19:29:18.197678 [ 3 ] {4c25b3eb-0175-4c70-a4dd-433e160d49ae} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7469 | 2024.07.04 19:29:18.197976 [ 3 ] {4c25b3eb-0175-4c70-a4dd-433e160d49ae} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7470 | 2024.07.04 19:29:18.198123 [ 3 ] {4c25b3eb-0175-4c70-a4dd-433e160d49ae} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001411 sec., 68036.85329553508 rows/sec., 5.32 MiB/sec. | ||
7471 | 2024.07.04 19:29:18.198410 [ 3 ] {4c25b3eb-0175-4c70-a4dd-433e160d49ae} <Debug> DynamicQueryHandler: Done processing query | ||
7472 | 2024.07.04 19:29:18.198471 [ 3 ] {4c25b3eb-0175-4c70-a4dd-433e160d49ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7473 | 2024.07.04 19:29:18.198523 [ 3 ] {} <Debug> HTTP-Session: b3781b4d-104c-43cf-a593-70043178153d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7474 | 2024.07.04 19:29:18.198672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7475 | 2024.07.04 19:29:18.198723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7476 | 2024.07.04 19:29:18.198743 [ 3 ] {} <Debug> HTTP-Session: 08aa3927-d73c-4027-a6e1-d0609b0d0407 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7477 | 2024.07.04 19:29:18.198760 [ 3 ] {} <Debug> HTTP-Session: 08aa3927-d73c-4027-a6e1-d0609b0d0407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7478 | 2024.07.04 19:29:18.198774 [ 3 ] {} <Debug> HTTP-Session: 08aa3927-d73c-4027-a6e1-d0609b0d0407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7479 | 2024.07.04 19:29:18.198805 [ 3 ] {} <Trace> HTTP-Session: 08aa3927-d73c-4027-a6e1-d0609b0d0407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7480 | 2024.07.04 19:29:18.198951 [ 3 ] {17764754-8fec-480f-bd6c-d55b455265fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7481 | 2024.07.04 19:29:18.198999 [ 3 ] {17764754-8fec-480f-bd6c-d55b455265fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7482 | 2024.07.04 19:29:18.199157 [ 3 ] {17764754-8fec-480f-bd6c-d55b455265fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7483 | 2024.07.04 19:29:18.199559 [ 3 ] {17764754-8fec-480f-bd6c-d55b455265fc} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7484 | 2024.07.04 19:29:18.199596 [ 3 ] {17764754-8fec-480f-bd6c-d55b455265fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7485 | 2024.07.04 19:29:18.199984 [ 3 ] {17764754-8fec-480f-bd6c-d55b455265fc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7486 | 2024.07.04 19:29:18.200345 [ 3 ] {17764754-8fec-480f-bd6c-d55b455265fc} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7487 | 2024.07.04 19:29:18.200492 [ 3 ] {17764754-8fec-480f-bd6c-d55b455265fc} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001598 sec., 100750.93867334168 rows/sec., 7.02 MiB/sec. | ||
7488 | 2024.07.04 19:29:18.200664 [ 3 ] {17764754-8fec-480f-bd6c-d55b455265fc} <Debug> DynamicQueryHandler: Done processing query | ||
7489 | 2024.07.04 19:29:18.200687 [ 3 ] {17764754-8fec-480f-bd6c-d55b455265fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7490 | 2024.07.04 19:29:18.200702 [ 3 ] {} <Debug> HTTP-Session: 08aa3927-d73c-4027-a6e1-d0609b0d0407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7491 | 2024.07.04 19:29:18.200849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7492 | 2024.07.04 19:29:18.200897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7493 | 2024.07.04 19:29:18.200915 [ 3 ] {} <Debug> HTTP-Session: b6ee8a3a-8e86-4090-bb5f-96020508d6cb Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7494 | 2024.07.04 19:29:18.200932 [ 3 ] {} <Debug> HTTP-Session: b6ee8a3a-8e86-4090-bb5f-96020508d6cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7495 | 2024.07.04 19:29:18.200946 [ 3 ] {} <Debug> HTTP-Session: b6ee8a3a-8e86-4090-bb5f-96020508d6cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7496 | 2024.07.04 19:29:18.200976 [ 3 ] {} <Trace> HTTP-Session: b6ee8a3a-8e86-4090-bb5f-96020508d6cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7497 | 2024.07.04 19:29:18.201274 [ 3 ] {1b0b4e42-98de-4c92-a28a-d6f7bdab714f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7498 | 2024.07.04 19:29:18.201336 [ 3 ] {1b0b4e42-98de-4c92-a28a-d6f7bdab714f} <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 | ||
7499 | 2024.07.04 19:29:18.201764 [ 3 ] {1b0b4e42-98de-4c92-a28a-d6f7bdab714f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7500 | 2024.07.04 19:29:18.202481 [ 3 ] {1b0b4e42-98de-4c92-a28a-d6f7bdab714f} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7501 | 2024.07.04 19:29:18.202516 [ 3 ] {1b0b4e42-98de-4c92-a28a-d6f7bdab714f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7502 | 2024.07.04 19:29:18.203124 [ 3 ] {1b0b4e42-98de-4c92-a28a-d6f7bdab714f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7503 | 2024.07.04 19:29:18.203520 [ 3 ] {1b0b4e42-98de-4c92-a28a-d6f7bdab714f} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7504 | 2024.07.04 19:29:18.203711 [ 3 ] {1b0b4e42-98de-4c92-a28a-d6f7bdab714f} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002648 sec., 11329.305135951661 rows/sec., 20.30 MiB/sec. | ||
7505 | 2024.07.04 19:29:18.204067 [ 3 ] {1b0b4e42-98de-4c92-a28a-d6f7bdab714f} <Debug> DynamicQueryHandler: Done processing query | ||
7506 | 2024.07.04 19:29:18.204090 [ 3 ] {1b0b4e42-98de-4c92-a28a-d6f7bdab714f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7507 | 2024.07.04 19:29:18.204106 [ 3 ] {} <Debug> HTTP-Session: b6ee8a3a-8e86-4090-bb5f-96020508d6cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7508 | 2024.07.04 19:29:18.204239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7509 | 2024.07.04 19:29:18.204288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7510 | 2024.07.04 19:29:18.204307 [ 3 ] {} <Debug> HTTP-Session: 3dd1547e-6fce-4cbd-82b1-f1253b8abf2f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7511 | 2024.07.04 19:29:18.204324 [ 3 ] {} <Debug> HTTP-Session: 3dd1547e-6fce-4cbd-82b1-f1253b8abf2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7512 | 2024.07.04 19:29:18.204338 [ 3 ] {} <Debug> HTTP-Session: 3dd1547e-6fce-4cbd-82b1-f1253b8abf2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7513 | 2024.07.04 19:29:18.204368 [ 3 ] {} <Trace> HTTP-Session: 3dd1547e-6fce-4cbd-82b1-f1253b8abf2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7514 | 2024.07.04 19:29:18.204475 [ 3 ] {48f04614-1a3c-41c7-9ed8-a62de6fa2ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7515 | 2024.07.04 19:29:18.204518 [ 3 ] {48f04614-1a3c-41c7-9ed8-a62de6fa2ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7516 | 2024.07.04 19:29:18.204644 [ 3 ] {48f04614-1a3c-41c7-9ed8-a62de6fa2ffc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7517 | 2024.07.04 19:29:18.204971 [ 3 ] {48f04614-1a3c-41c7-9ed8-a62de6fa2ffc} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7518 | 2024.07.04 19:29:18.205010 [ 3 ] {48f04614-1a3c-41c7-9ed8-a62de6fa2ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7519 | 2024.07.04 19:29:18.205357 [ 3 ] {48f04614-1a3c-41c7-9ed8-a62de6fa2ffc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7520 | 2024.07.04 19:29:18.205673 [ 3 ] {48f04614-1a3c-41c7-9ed8-a62de6fa2ffc} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7521 | 2024.07.04 19:29:18.205816 [ 3 ] {48f04614-1a3c-41c7-9ed8-a62de6fa2ffc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
7522 | 2024.07.04 19:29:18.205976 [ 3 ] {48f04614-1a3c-41c7-9ed8-a62de6fa2ffc} <Debug> DynamicQueryHandler: Done processing query | ||
7523 | 2024.07.04 19:29:18.206000 [ 3 ] {48f04614-1a3c-41c7-9ed8-a62de6fa2ffc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7524 | 2024.07.04 19:29:18.206015 [ 3 ] {} <Debug> HTTP-Session: 3dd1547e-6fce-4cbd-82b1-f1253b8abf2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7525 | 2024.07.04 19:29:23.186658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7526 | 2024.07.04 19:29:23.186794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7527 | 2024.07.04 19:29:23.186823 [ 3 ] {} <Debug> HTTP-Session: dc65b1c5-2096-49cb-86ca-3305813dd979 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7528 | 2024.07.04 19:29:23.186851 [ 3 ] {} <Debug> HTTP-Session: dc65b1c5-2096-49cb-86ca-3305813dd979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7529 | 2024.07.04 19:29:23.186869 [ 3 ] {} <Debug> HTTP-Session: dc65b1c5-2096-49cb-86ca-3305813dd979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7530 | 2024.07.04 19:29:23.186926 [ 3 ] {} <Trace> HTTP-Session: dc65b1c5-2096-49cb-86ca-3305813dd979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7531 | 2024.07.04 19:29:23.187127 [ 3 ] {6d786ddc-3cc9-4d68-9b1a-64876427a420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7532 | 2024.07.04 19:29:23.187192 [ 3 ] {6d786ddc-3cc9-4d68-9b1a-64876427a420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7533 | 2024.07.04 19:29:23.187383 [ 3 ] {6d786ddc-3cc9-4d68-9b1a-64876427a420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7534 | 2024.07.04 19:29:23.187908 [ 3 ] {6d786ddc-3cc9-4d68-9b1a-64876427a420} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7535 | 2024.07.04 19:29:23.187948 [ 3 ] {6d786ddc-3cc9-4d68-9b1a-64876427a420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7536 | 2024.07.04 19:29:23.188324 [ 3 ] {6d786ddc-3cc9-4d68-9b1a-64876427a420} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7537 | 2024.07.04 19:29:23.188647 [ 3 ] {6d786ddc-3cc9-4d68-9b1a-64876427a420} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7538 | 2024.07.04 19:29:23.188815 [ 3 ] {6d786ddc-3cc9-4d68-9b1a-64876427a420} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001746 sec., 32073.31042382589 rows/sec., 2.45 MiB/sec. | ||
7539 | 2024.07.04 19:29:23.189007 [ 3 ] {6d786ddc-3cc9-4d68-9b1a-64876427a420} <Debug> DynamicQueryHandler: Done processing query | ||
7540 | 2024.07.04 19:29:23.189033 [ 3 ] {6d786ddc-3cc9-4d68-9b1a-64876427a420} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7541 | 2024.07.04 19:29:23.189049 [ 3 ] {} <Debug> HTTP-Session: dc65b1c5-2096-49cb-86ca-3305813dd979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7542 | 2024.07.04 19:29:23.189176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7543 | 2024.07.04 19:29:23.189225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7544 | 2024.07.04 19:29:23.189244 [ 3 ] {} <Debug> HTTP-Session: 09d2d6ae-3811-486a-9989-3fa07af38839 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7545 | 2024.07.04 19:29:23.189262 [ 3 ] {} <Debug> HTTP-Session: 09d2d6ae-3811-486a-9989-3fa07af38839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7546 | 2024.07.04 19:29:23.189277 [ 3 ] {} <Debug> HTTP-Session: 09d2d6ae-3811-486a-9989-3fa07af38839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7547 | 2024.07.04 19:29:23.189307 [ 3 ] {} <Trace> HTTP-Session: 09d2d6ae-3811-486a-9989-3fa07af38839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7548 | 2024.07.04 19:29:23.189421 [ 3 ] {ad1d84da-b015-4c8c-824c-bedced2c995e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7549 | 2024.07.04 19:29:23.189463 [ 3 ] {ad1d84da-b015-4c8c-824c-bedced2c995e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7550 | 2024.07.04 19:29:23.189590 [ 3 ] {ad1d84da-b015-4c8c-824c-bedced2c995e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7551 | 2024.07.04 19:29:23.189934 [ 3 ] {ad1d84da-b015-4c8c-824c-bedced2c995e} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7552 | 2024.07.04 19:29:23.189970 [ 3 ] {ad1d84da-b015-4c8c-824c-bedced2c995e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7553 | 2024.07.04 19:29:23.190278 [ 3 ] {ad1d84da-b015-4c8c-824c-bedced2c995e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7554 | 2024.07.04 19:29:23.190567 [ 3 ] {ad1d84da-b015-4c8c-824c-bedced2c995e} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7555 | 2024.07.04 19:29:23.190719 [ 3 ] {ad1d84da-b015-4c8c-824c-bedced2c995e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001328 sec., 48192.77108433735 rows/sec., 3.76 MiB/sec. | ||
7556 | 2024.07.04 19:29:23.190883 [ 3 ] {ad1d84da-b015-4c8c-824c-bedced2c995e} <Debug> DynamicQueryHandler: Done processing query | ||
7557 | 2024.07.04 19:29:23.190907 [ 3 ] {ad1d84da-b015-4c8c-824c-bedced2c995e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7558 | 2024.07.04 19:29:23.190922 [ 3 ] {} <Debug> HTTP-Session: 09d2d6ae-3811-486a-9989-3fa07af38839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7559 | 2024.07.04 19:29:23.191067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7560 | 2024.07.04 19:29:23.191113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7561 | 2024.07.04 19:29:23.191132 [ 3 ] {} <Debug> HTTP-Session: c80caa64-365d-4e70-849c-a9bd50b87835 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7562 | 2024.07.04 19:29:23.191149 [ 3 ] {} <Debug> HTTP-Session: c80caa64-365d-4e70-849c-a9bd50b87835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7563 | 2024.07.04 19:29:23.191163 [ 3 ] {} <Debug> HTTP-Session: c80caa64-365d-4e70-849c-a9bd50b87835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7564 | 2024.07.04 19:29:23.191193 [ 3 ] {} <Trace> HTTP-Session: c80caa64-365d-4e70-849c-a9bd50b87835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7565 | 2024.07.04 19:29:23.191336 [ 3 ] {4aebd259-335a-40b9-a789-4b765b48c953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7566 | 2024.07.04 19:29:23.191383 [ 3 ] {4aebd259-335a-40b9-a789-4b765b48c953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7567 | 2024.07.04 19:29:23.191528 [ 3 ] {4aebd259-335a-40b9-a789-4b765b48c953} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7568 | 2024.07.04 19:29:23.191902 [ 3 ] {4aebd259-335a-40b9-a789-4b765b48c953} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7569 | 2024.07.04 19:29:23.191938 [ 3 ] {4aebd259-335a-40b9-a789-4b765b48c953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7570 | 2024.07.04 19:29:23.192322 [ 3 ] {4aebd259-335a-40b9-a789-4b765b48c953} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7571 | 2024.07.04 19:29:23.192644 [ 3 ] {4aebd259-335a-40b9-a789-4b765b48c953} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7572 | 2024.07.04 19:29:23.192796 [ 3 ] {4aebd259-335a-40b9-a789-4b765b48c953} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec. | ||
7573 | 2024.07.04 19:29:23.193058 [ 3 ] {4aebd259-335a-40b9-a789-4b765b48c953} <Debug> DynamicQueryHandler: Done processing query | ||
7574 | 2024.07.04 19:29:23.193107 [ 3 ] {4aebd259-335a-40b9-a789-4b765b48c953} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7575 | 2024.07.04 19:29:23.193158 [ 3 ] {} <Debug> HTTP-Session: c80caa64-365d-4e70-849c-a9bd50b87835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7576 | 2024.07.04 19:29:23.193316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7577 | 2024.07.04 19:29:23.193368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7578 | 2024.07.04 19:29:23.193387 [ 3 ] {} <Debug> HTTP-Session: dd3a87ca-8767-4048-87b2-23c75433abaf Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7579 | 2024.07.04 19:29:23.193403 [ 3 ] {} <Debug> HTTP-Session: dd3a87ca-8767-4048-87b2-23c75433abaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7580 | 2024.07.04 19:29:23.193417 [ 3 ] {} <Debug> HTTP-Session: dd3a87ca-8767-4048-87b2-23c75433abaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7581 | 2024.07.04 19:29:23.193449 [ 3 ] {} <Trace> HTTP-Session: dd3a87ca-8767-4048-87b2-23c75433abaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7582 | 2024.07.04 19:29:23.193583 [ 3 ] {97fb13da-8065-4105-a6ae-bb8e1f5a32d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7583 | 2024.07.04 19:29:23.193628 [ 3 ] {97fb13da-8065-4105-a6ae-bb8e1f5a32d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7584 | 2024.07.04 19:29:23.193768 [ 3 ] {97fb13da-8065-4105-a6ae-bb8e1f5a32d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7585 | 2024.07.04 19:29:23.194062 [ 3 ] {97fb13da-8065-4105-a6ae-bb8e1f5a32d4} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7586 | 2024.07.04 19:29:23.194097 [ 3 ] {97fb13da-8065-4105-a6ae-bb8e1f5a32d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7587 | 2024.07.04 19:29:23.194458 [ 3 ] {97fb13da-8065-4105-a6ae-bb8e1f5a32d4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7588 | 2024.07.04 19:29:23.194771 [ 3 ] {97fb13da-8065-4105-a6ae-bb8e1f5a32d4} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7589 | 2024.07.04 19:29:23.194919 [ 3 ] {97fb13da-8065-4105-a6ae-bb8e1f5a32d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
7590 | 2024.07.04 19:29:23.195167 [ 3 ] {97fb13da-8065-4105-a6ae-bb8e1f5a32d4} <Debug> DynamicQueryHandler: Done processing query | ||
7591 | 2024.07.04 19:29:23.195223 [ 3 ] {97fb13da-8065-4105-a6ae-bb8e1f5a32d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7592 | 2024.07.04 19:29:23.195290 [ 3 ] {} <Debug> HTTP-Session: dd3a87ca-8767-4048-87b2-23c75433abaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7593 | 2024.07.04 19:29:28.188398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7594 | 2024.07.04 19:29:28.188532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7595 | 2024.07.04 19:29:28.188562 [ 3 ] {} <Debug> HTTP-Session: 0c6da84a-7b47-4b0a-a10d-82e3fc56376c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7596 | 2024.07.04 19:29:28.188589 [ 3 ] {} <Debug> HTTP-Session: 0c6da84a-7b47-4b0a-a10d-82e3fc56376c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7597 | 2024.07.04 19:29:28.188608 [ 3 ] {} <Debug> HTTP-Session: 0c6da84a-7b47-4b0a-a10d-82e3fc56376c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7598 | 2024.07.04 19:29:28.188664 [ 3 ] {} <Trace> HTTP-Session: 0c6da84a-7b47-4b0a-a10d-82e3fc56376c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7599 | 2024.07.04 19:29:28.188874 [ 3 ] {bf791882-67bb-4a83-a61e-17d989ea35c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7600 | 2024.07.04 19:29:28.188948 [ 3 ] {bf791882-67bb-4a83-a61e-17d989ea35c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7601 | 2024.07.04 19:29:28.189157 [ 3 ] {bf791882-67bb-4a83-a61e-17d989ea35c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7602 | 2024.07.04 19:29:28.189633 [ 3 ] {bf791882-67bb-4a83-a61e-17d989ea35c7} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7603 | 2024.07.04 19:29:28.189688 [ 3 ] {bf791882-67bb-4a83-a61e-17d989ea35c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7604 | 2024.07.04 19:29:28.190112 [ 3 ] {bf791882-67bb-4a83-a61e-17d989ea35c7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7605 | 2024.07.04 19:29:28.190447 [ 3 ] {bf791882-67bb-4a83-a61e-17d989ea35c7} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7606 | 2024.07.04 19:29:28.190587 [ 3 ] {bf791882-67bb-4a83-a61e-17d989ea35c7} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001784 sec., 16816.143497757846 rows/sec., 1.33 MiB/sec. | ||
7607 | 2024.07.04 19:29:28.190878 [ 3 ] {bf791882-67bb-4a83-a61e-17d989ea35c7} <Debug> DynamicQueryHandler: Done processing query | ||
7608 | 2024.07.04 19:29:28.190921 [ 3 ] {bf791882-67bb-4a83-a61e-17d989ea35c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7609 | 2024.07.04 19:29:28.190939 [ 3 ] {} <Debug> HTTP-Session: 0c6da84a-7b47-4b0a-a10d-82e3fc56376c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7610 | 2024.07.04 19:29:28.191062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7611 | 2024.07.04 19:29:28.191115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7612 | 2024.07.04 19:29:28.191135 [ 3 ] {} <Debug> HTTP-Session: 9fa24754-7850-424d-af25-017cee338fce Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7613 | 2024.07.04 19:29:28.191154 [ 3 ] {} <Debug> HTTP-Session: 9fa24754-7850-424d-af25-017cee338fce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7614 | 2024.07.04 19:29:28.191168 [ 3 ] {} <Debug> HTTP-Session: 9fa24754-7850-424d-af25-017cee338fce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7615 | 2024.07.04 19:29:28.191204 [ 3 ] {} <Trace> HTTP-Session: 9fa24754-7850-424d-af25-017cee338fce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7616 | 2024.07.04 19:29:28.191311 [ 3 ] {9fe58eec-910b-45b5-854f-c3f3c836f086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7617 | 2024.07.04 19:29:28.191360 [ 3 ] {9fe58eec-910b-45b5-854f-c3f3c836f086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7618 | 2024.07.04 19:29:28.191513 [ 3 ] {9fe58eec-910b-45b5-854f-c3f3c836f086} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7619 | 2024.07.04 19:29:28.191808 [ 3 ] {9fe58eec-910b-45b5-854f-c3f3c836f086} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7620 | 2024.07.04 19:29:28.191844 [ 3 ] {9fe58eec-910b-45b5-854f-c3f3c836f086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7621 | 2024.07.04 19:29:28.192142 [ 3 ] {9fe58eec-910b-45b5-854f-c3f3c836f086} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7622 | 2024.07.04 19:29:28.192448 [ 3 ] {9fe58eec-910b-45b5-854f-c3f3c836f086} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7623 | 2024.07.04 19:29:28.192569 [ 3 ] {9fe58eec-910b-45b5-854f-c3f3c836f086} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001287 sec., 1554.001554001554 rows/sec., 126.72 KiB/sec. | ||
7624 | 2024.07.04 19:29:28.192724 [ 3 ] {9fe58eec-910b-45b5-854f-c3f3c836f086} <Debug> DynamicQueryHandler: Done processing query | ||
7625 | 2024.07.04 19:29:28.192748 [ 3 ] {9fe58eec-910b-45b5-854f-c3f3c836f086} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7626 | 2024.07.04 19:29:28.192764 [ 3 ] {} <Debug> HTTP-Session: 9fa24754-7850-424d-af25-017cee338fce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7627 | 2024.07.04 19:29:28.192892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7628 | 2024.07.04 19:29:28.192941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7629 | 2024.07.04 19:29:28.192961 [ 3 ] {} <Debug> HTTP-Session: ead093ae-d594-4d30-ba31-03d095c1fa2b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7630 | 2024.07.04 19:29:28.192978 [ 3 ] {} <Debug> HTTP-Session: ead093ae-d594-4d30-ba31-03d095c1fa2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7631 | 2024.07.04 19:29:28.192992 [ 3 ] {} <Debug> HTTP-Session: ead093ae-d594-4d30-ba31-03d095c1fa2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7632 | 2024.07.04 19:29:28.193022 [ 3 ] {} <Trace> HTTP-Session: ead093ae-d594-4d30-ba31-03d095c1fa2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7633 | 2024.07.04 19:29:28.193160 [ 3 ] {78d92a6a-9f00-4246-ac1e-f4de5fd37789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7634 | 2024.07.04 19:29:28.193203 [ 3 ] {78d92a6a-9f00-4246-ac1e-f4de5fd37789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7635 | 2024.07.04 19:29:28.193326 [ 3 ] {78d92a6a-9f00-4246-ac1e-f4de5fd37789} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7636 | 2024.07.04 19:29:28.193698 [ 3 ] {78d92a6a-9f00-4246-ac1e-f4de5fd37789} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7637 | 2024.07.04 19:29:28.193734 [ 3 ] {78d92a6a-9f00-4246-ac1e-f4de5fd37789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7638 | 2024.07.04 19:29:28.194049 [ 3 ] {78d92a6a-9f00-4246-ac1e-f4de5fd37789} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7639 | 2024.07.04 19:29:28.194344 [ 3 ] {78d92a6a-9f00-4246-ac1e-f4de5fd37789} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7640 | 2024.07.04 19:29:28.194466 [ 3 ] {78d92a6a-9f00-4246-ac1e-f4de5fd37789} <Debug> executeQuery: Read 147 rows, 12.59 KiB in 0.001368 sec., 107456.14035087719 rows/sec., 8.99 MiB/sec. | ||
7641 | 2024.07.04 19:29:28.194612 [ 3 ] {78d92a6a-9f00-4246-ac1e-f4de5fd37789} <Debug> DynamicQueryHandler: Done processing query | ||
7642 | 2024.07.04 19:29:28.194636 [ 3 ] {78d92a6a-9f00-4246-ac1e-f4de5fd37789} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7643 | 2024.07.04 19:29:28.194652 [ 3 ] {} <Debug> HTTP-Session: ead093ae-d594-4d30-ba31-03d095c1fa2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7644 | 2024.07.04 19:29:28.194756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7645 | 2024.07.04 19:29:28.194803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7646 | 2024.07.04 19:29:28.194822 [ 3 ] {} <Debug> HTTP-Session: 71b9e0d1-922f-453c-8e75-bdb526586302 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7647 | 2024.07.04 19:29:28.194838 [ 3 ] {} <Debug> HTTP-Session: 71b9e0d1-922f-453c-8e75-bdb526586302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7648 | 2024.07.04 19:29:28.194852 [ 3 ] {} <Debug> HTTP-Session: 71b9e0d1-922f-453c-8e75-bdb526586302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7649 | 2024.07.04 19:29:28.194883 [ 3 ] {} <Trace> HTTP-Session: 71b9e0d1-922f-453c-8e75-bdb526586302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7650 | 2024.07.04 19:29:28.194977 [ 3 ] {46100c17-9d13-44c5-962e-45f1c3caa8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7651 | 2024.07.04 19:29:28.195019 [ 3 ] {46100c17-9d13-44c5-962e-45f1c3caa8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7652 | 2024.07.04 19:29:28.195141 [ 3 ] {46100c17-9d13-44c5-962e-45f1c3caa8ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7653 | 2024.07.04 19:29:28.195402 [ 3 ] {46100c17-9d13-44c5-962e-45f1c3caa8ad} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7654 | 2024.07.04 19:29:28.195438 [ 3 ] {46100c17-9d13-44c5-962e-45f1c3caa8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7655 | 2024.07.04 19:29:28.195730 [ 3 ] {46100c17-9d13-44c5-962e-45f1c3caa8ad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7656 | 2024.07.04 19:29:28.196032 [ 3 ] {46100c17-9d13-44c5-962e-45f1c3caa8ad} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7657 | 2024.07.04 19:29:28.196150 [ 3 ] {46100c17-9d13-44c5-962e-45f1c3caa8ad} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001196 sec., 1672.2408026755852 rows/sec., 116.76 KiB/sec. | ||
7658 | 2024.07.04 19:29:28.196312 [ 3 ] {46100c17-9d13-44c5-962e-45f1c3caa8ad} <Debug> DynamicQueryHandler: Done processing query | ||
7659 | 2024.07.04 19:29:28.196337 [ 3 ] {46100c17-9d13-44c5-962e-45f1c3caa8ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7660 | 2024.07.04 19:29:28.196352 [ 3 ] {} <Debug> HTTP-Session: 71b9e0d1-922f-453c-8e75-bdb526586302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7661 | 2024.07.04 19:29:28.196471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7662 | 2024.07.04 19:29:28.196519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7663 | 2024.07.04 19:29:28.196539 [ 3 ] {} <Debug> HTTP-Session: 754c4d14-91aa-41a5-8a72-f199f4ec9be3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7664 | 2024.07.04 19:29:28.196555 [ 3 ] {} <Debug> HTTP-Session: 754c4d14-91aa-41a5-8a72-f199f4ec9be3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7665 | 2024.07.04 19:29:28.196568 [ 3 ] {} <Debug> HTTP-Session: 754c4d14-91aa-41a5-8a72-f199f4ec9be3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7666 | 2024.07.04 19:29:28.196600 [ 3 ] {} <Trace> HTTP-Session: 754c4d14-91aa-41a5-8a72-f199f4ec9be3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7667 | 2024.07.04 19:29:28.196716 [ 3 ] {a7644369-8bbb-4064-ad1e-344e38d9f1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7668 | 2024.07.04 19:29:28.196758 [ 3 ] {a7644369-8bbb-4064-ad1e-344e38d9f1fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7669 | 2024.07.04 19:29:28.196880 [ 3 ] {a7644369-8bbb-4064-ad1e-344e38d9f1fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7670 | 2024.07.04 19:29:28.197196 [ 3 ] {a7644369-8bbb-4064-ad1e-344e38d9f1fc} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7671 | 2024.07.04 19:29:28.197232 [ 3 ] {a7644369-8bbb-4064-ad1e-344e38d9f1fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7672 | 2024.07.04 19:29:28.197545 [ 3 ] {a7644369-8bbb-4064-ad1e-344e38d9f1fc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7673 | 2024.07.04 19:29:28.197841 [ 3 ] {a7644369-8bbb-4064-ad1e-344e38d9f1fc} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7674 | 2024.07.04 19:29:28.197963 [ 3 ] {a7644369-8bbb-4064-ad1e-344e38d9f1fc} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001291 sec., 74360.96049573974 rows/sec., 5.81 MiB/sec. | ||
7675 | 2024.07.04 19:29:28.198110 [ 3 ] {a7644369-8bbb-4064-ad1e-344e38d9f1fc} <Debug> DynamicQueryHandler: Done processing query | ||
7676 | 2024.07.04 19:29:28.198134 [ 3 ] {a7644369-8bbb-4064-ad1e-344e38d9f1fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7677 | 2024.07.04 19:29:28.198149 [ 3 ] {} <Debug> HTTP-Session: 754c4d14-91aa-41a5-8a72-f199f4ec9be3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7678 | 2024.07.04 19:29:28.198292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7679 | 2024.07.04 19:29:28.198338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7680 | 2024.07.04 19:29:28.198358 [ 3 ] {} <Debug> HTTP-Session: ba09fce0-5df3-420c-a6f0-f34773a5715e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7681 | 2024.07.04 19:29:28.198374 [ 3 ] {} <Debug> HTTP-Session: ba09fce0-5df3-420c-a6f0-f34773a5715e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7682 | 2024.07.04 19:29:28.198388 [ 3 ] {} <Debug> HTTP-Session: ba09fce0-5df3-420c-a6f0-f34773a5715e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7683 | 2024.07.04 19:29:28.198419 [ 3 ] {} <Trace> HTTP-Session: ba09fce0-5df3-420c-a6f0-f34773a5715e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7684 | 2024.07.04 19:29:28.198560 [ 3 ] {102208be-85d0-45d4-a255-45aebd21d440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7685 | 2024.07.04 19:29:28.198605 [ 3 ] {102208be-85d0-45d4-a255-45aebd21d440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7686 | 2024.07.04 19:29:28.198744 [ 3 ] {102208be-85d0-45d4-a255-45aebd21d440} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7687 | 2024.07.04 19:29:28.199108 [ 3 ] {102208be-85d0-45d4-a255-45aebd21d440} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7688 | 2024.07.04 19:29:28.199143 [ 3 ] {102208be-85d0-45d4-a255-45aebd21d440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7689 | 2024.07.04 19:29:28.199525 [ 3 ] {102208be-85d0-45d4-a255-45aebd21d440} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7690 | 2024.07.04 19:29:28.199853 [ 3 ] {102208be-85d0-45d4-a255-45aebd21d440} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7691 | 2024.07.04 19:29:28.199977 [ 3 ] {102208be-85d0-45d4-a255-45aebd21d440} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001484 sec., 108490.56603773584 rows/sec., 7.56 MiB/sec. | ||
7692 | 2024.07.04 19:29:28.200174 [ 3 ] {102208be-85d0-45d4-a255-45aebd21d440} <Debug> DynamicQueryHandler: Done processing query | ||
7693 | 2024.07.04 19:29:28.200212 [ 3 ] {102208be-85d0-45d4-a255-45aebd21d440} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7694 | 2024.07.04 19:29:28.200238 [ 3 ] {} <Debug> HTTP-Session: ba09fce0-5df3-420c-a6f0-f34773a5715e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7695 | 2024.07.04 19:29:28.200385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7696 | 2024.07.04 19:29:28.200432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7697 | 2024.07.04 19:29:28.200451 [ 3 ] {} <Debug> HTTP-Session: 3f2ac252-5704-4f57-8177-f33a6ae69d2f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7698 | 2024.07.04 19:29:28.200467 [ 3 ] {} <Debug> HTTP-Session: 3f2ac252-5704-4f57-8177-f33a6ae69d2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7699 | 2024.07.04 19:29:28.200481 [ 3 ] {} <Debug> HTTP-Session: 3f2ac252-5704-4f57-8177-f33a6ae69d2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7700 | 2024.07.04 19:29:28.200513 [ 3 ] {} <Trace> HTTP-Session: 3f2ac252-5704-4f57-8177-f33a6ae69d2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7701 | 2024.07.04 19:29:28.200808 [ 3 ] {dbd795c7-e0aa-43b5-be6c-57090aa26fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7702 | 2024.07.04 19:29:28.200873 [ 3 ] {dbd795c7-e0aa-43b5-be6c-57090aa26fe6} <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 | ||
7703 | 2024.07.04 19:29:28.201259 [ 3 ] {dbd795c7-e0aa-43b5-be6c-57090aa26fe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7704 | 2024.07.04 19:29:28.201857 [ 3 ] {dbd795c7-e0aa-43b5-be6c-57090aa26fe6} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7705 | 2024.07.04 19:29:28.201892 [ 3 ] {dbd795c7-e0aa-43b5-be6c-57090aa26fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7706 | 2024.07.04 19:29:28.202478 [ 3 ] {dbd795c7-e0aa-43b5-be6c-57090aa26fe6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7707 | 2024.07.04 19:29:28.202874 [ 3 ] {dbd795c7-e0aa-43b5-be6c-57090aa26fe6} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7708 | 2024.07.04 19:29:28.203030 [ 3 ] {dbd795c7-e0aa-43b5-be6c-57090aa26fe6} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002434 sec., 12325.390304026294 rows/sec., 22.09 MiB/sec. | ||
7709 | 2024.07.04 19:29:28.203224 [ 3 ] {dbd795c7-e0aa-43b5-be6c-57090aa26fe6} <Debug> DynamicQueryHandler: Done processing query | ||
7710 | 2024.07.04 19:29:28.203248 [ 3 ] {dbd795c7-e0aa-43b5-be6c-57090aa26fe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7711 | 2024.07.04 19:29:28.203264 [ 3 ] {} <Debug> HTTP-Session: 3f2ac252-5704-4f57-8177-f33a6ae69d2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7712 | 2024.07.04 19:29:28.203382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7713 | 2024.07.04 19:29:28.203429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7714 | 2024.07.04 19:29:28.203448 [ 3 ] {} <Debug> HTTP-Session: bb105123-1c24-41d9-ace2-91372ed688f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7715 | 2024.07.04 19:29:28.203464 [ 3 ] {} <Debug> HTTP-Session: bb105123-1c24-41d9-ace2-91372ed688f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7716 | 2024.07.04 19:29:28.203478 [ 3 ] {} <Debug> HTTP-Session: bb105123-1c24-41d9-ace2-91372ed688f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7717 | 2024.07.04 19:29:28.203509 [ 3 ] {} <Trace> HTTP-Session: bb105123-1c24-41d9-ace2-91372ed688f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7718 | 2024.07.04 19:29:28.203619 [ 3 ] {848bdb13-ab56-4dfa-bb4e-410daa50fe66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7719 | 2024.07.04 19:29:28.203663 [ 3 ] {848bdb13-ab56-4dfa-bb4e-410daa50fe66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7720 | 2024.07.04 19:29:28.203787 [ 3 ] {848bdb13-ab56-4dfa-bb4e-410daa50fe66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7721 | 2024.07.04 19:29:28.204081 [ 3 ] {848bdb13-ab56-4dfa-bb4e-410daa50fe66} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7722 | 2024.07.04 19:29:28.204117 [ 3 ] {848bdb13-ab56-4dfa-bb4e-410daa50fe66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7723 | 2024.07.04 19:29:28.204472 [ 3 ] {848bdb13-ab56-4dfa-bb4e-410daa50fe66} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7724 | 2024.07.04 19:29:28.204787 [ 3 ] {848bdb13-ab56-4dfa-bb4e-410daa50fe66} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7725 | 2024.07.04 19:29:28.204912 [ 3 ] {848bdb13-ab56-4dfa-bb4e-410daa50fe66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00133 sec., 45112.781954887214 rows/sec., 3.04 MiB/sec. | ||
7726 | 2024.07.04 19:29:28.205074 [ 3 ] {848bdb13-ab56-4dfa-bb4e-410daa50fe66} <Debug> DynamicQueryHandler: Done processing query | ||
7727 | 2024.07.04 19:29:28.205102 [ 3 ] {848bdb13-ab56-4dfa-bb4e-410daa50fe66} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7728 | 2024.07.04 19:29:28.205119 [ 3 ] {} <Debug> HTTP-Session: bb105123-1c24-41d9-ace2-91372ed688f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7729 | 2024.07.04 19:29:31.786528 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7730 | 2024.07.04 19:29:31.786590 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7731 | 2024.07.04 19:29:33.186889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7732 | 2024.07.04 19:29:33.187008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7733 | 2024.07.04 19:29:33.187037 [ 3 ] {} <Debug> HTTP-Session: f821dad6-bc8f-40f7-bd0b-5f71cac7f831 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7734 | 2024.07.04 19:29:33.187065 [ 3 ] {} <Debug> HTTP-Session: f821dad6-bc8f-40f7-bd0b-5f71cac7f831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7735 | 2024.07.04 19:29:33.187083 [ 3 ] {} <Debug> HTTP-Session: f821dad6-bc8f-40f7-bd0b-5f71cac7f831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7736 | 2024.07.04 19:29:33.187139 [ 3 ] {} <Trace> HTTP-Session: f821dad6-bc8f-40f7-bd0b-5f71cac7f831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7737 | 2024.07.04 19:29:33.187344 [ 3 ] {06b1ab42-29d5-4fcf-83b6-4bb08740bfd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7738 | 2024.07.04 19:29:33.187407 [ 3 ] {06b1ab42-29d5-4fcf-83b6-4bb08740bfd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7739 | 2024.07.04 19:29:33.187590 [ 3 ] {06b1ab42-29d5-4fcf-83b6-4bb08740bfd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7740 | 2024.07.04 19:29:33.188112 [ 3 ] {06b1ab42-29d5-4fcf-83b6-4bb08740bfd2} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7741 | 2024.07.04 19:29:33.188152 [ 3 ] {06b1ab42-29d5-4fcf-83b6-4bb08740bfd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7742 | 2024.07.04 19:29:33.188518 [ 3 ] {06b1ab42-29d5-4fcf-83b6-4bb08740bfd2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7743 | 2024.07.04 19:29:33.188846 [ 3 ] {06b1ab42-29d5-4fcf-83b6-4bb08740bfd2} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7744 | 2024.07.04 19:29:33.188988 [ 3 ] {06b1ab42-29d5-4fcf-83b6-4bb08740bfd2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001711 sec., 32729.398012857975 rows/sec., 2.50 MiB/sec. | ||
7745 | 2024.07.04 19:29:33.189274 [ 3 ] {06b1ab42-29d5-4fcf-83b6-4bb08740bfd2} <Debug> DynamicQueryHandler: Done processing query | ||
7746 | 2024.07.04 19:29:33.189336 [ 3 ] {06b1ab42-29d5-4fcf-83b6-4bb08740bfd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7747 | 2024.07.04 19:29:33.189400 [ 3 ] {} <Debug> HTTP-Session: f821dad6-bc8f-40f7-bd0b-5f71cac7f831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7748 | 2024.07.04 19:29:33.189634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7749 | 2024.07.04 19:29:33.189708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7750 | 2024.07.04 19:29:33.189729 [ 3 ] {} <Debug> HTTP-Session: 2ad398b5-4380-4677-86b7-4f31632affd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7751 | 2024.07.04 19:29:33.189745 [ 3 ] {} <Debug> HTTP-Session: 2ad398b5-4380-4677-86b7-4f31632affd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7752 | 2024.07.04 19:29:33.189758 [ 3 ] {} <Debug> HTTP-Session: 2ad398b5-4380-4677-86b7-4f31632affd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7753 | 2024.07.04 19:29:33.189791 [ 3 ] {} <Trace> HTTP-Session: 2ad398b5-4380-4677-86b7-4f31632affd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7754 | 2024.07.04 19:29:33.189917 [ 3 ] {98b1ade3-ea93-4132-a537-e3c46286d789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7755 | 2024.07.04 19:29:33.189961 [ 3 ] {98b1ade3-ea93-4132-a537-e3c46286d789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7756 | 2024.07.04 19:29:33.190103 [ 3 ] {98b1ade3-ea93-4132-a537-e3c46286d789} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7757 | 2024.07.04 19:29:33.190427 [ 3 ] {98b1ade3-ea93-4132-a537-e3c46286d789} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7758 | 2024.07.04 19:29:33.190463 [ 3 ] {98b1ade3-ea93-4132-a537-e3c46286d789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7759 | 2024.07.04 19:29:33.190770 [ 3 ] {98b1ade3-ea93-4132-a537-e3c46286d789} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7760 | 2024.07.04 19:29:33.191071 [ 3 ] {98b1ade3-ea93-4132-a537-e3c46286d789} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7761 | 2024.07.04 19:29:33.191194 [ 3 ] {98b1ade3-ea93-4132-a537-e3c46286d789} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001324 sec., 48338.36858006042 rows/sec., 3.77 MiB/sec. | ||
7762 | 2024.07.04 19:29:33.191357 [ 3 ] {98b1ade3-ea93-4132-a537-e3c46286d789} <Debug> DynamicQueryHandler: Done processing query | ||
7763 | 2024.07.04 19:29:33.191381 [ 3 ] {98b1ade3-ea93-4132-a537-e3c46286d789} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7764 | 2024.07.04 19:29:33.191397 [ 3 ] {} <Debug> HTTP-Session: 2ad398b5-4380-4677-86b7-4f31632affd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7765 | 2024.07.04 19:29:33.191543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7766 | 2024.07.04 19:29:33.191591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7767 | 2024.07.04 19:29:33.191610 [ 3 ] {} <Debug> HTTP-Session: 6aca75d2-0af2-4f3a-82cb-76c2066ef8a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7768 | 2024.07.04 19:29:33.191626 [ 3 ] {} <Debug> HTTP-Session: 6aca75d2-0af2-4f3a-82cb-76c2066ef8a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7769 | 2024.07.04 19:29:33.191639 [ 3 ] {} <Debug> HTTP-Session: 6aca75d2-0af2-4f3a-82cb-76c2066ef8a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7770 | 2024.07.04 19:29:33.191670 [ 3 ] {} <Trace> HTTP-Session: 6aca75d2-0af2-4f3a-82cb-76c2066ef8a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7771 | 2024.07.04 19:29:33.191820 [ 3 ] {6aacad15-ac20-432e-b340-a379e5eb195e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7772 | 2024.07.04 19:29:33.191864 [ 3 ] {6aacad15-ac20-432e-b340-a379e5eb195e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7773 | 2024.07.04 19:29:33.192005 [ 3 ] {6aacad15-ac20-432e-b340-a379e5eb195e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7774 | 2024.07.04 19:29:33.192371 [ 3 ] {6aacad15-ac20-432e-b340-a379e5eb195e} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7775 | 2024.07.04 19:29:33.192405 [ 3 ] {6aacad15-ac20-432e-b340-a379e5eb195e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7776 | 2024.07.04 19:29:33.192794 [ 3 ] {6aacad15-ac20-432e-b340-a379e5eb195e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7777 | 2024.07.04 19:29:33.193122 [ 3 ] {6aacad15-ac20-432e-b340-a379e5eb195e} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7778 | 2024.07.04 19:29:33.193248 [ 3 ] {6aacad15-ac20-432e-b340-a379e5eb195e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001502 sec., 106524.63382157123 rows/sec., 7.42 MiB/sec. | ||
7779 | 2024.07.04 19:29:33.193412 [ 3 ] {6aacad15-ac20-432e-b340-a379e5eb195e} <Debug> DynamicQueryHandler: Done processing query | ||
7780 | 2024.07.04 19:29:33.193436 [ 3 ] {6aacad15-ac20-432e-b340-a379e5eb195e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7781 | 2024.07.04 19:29:33.193451 [ 3 ] {} <Debug> HTTP-Session: 6aca75d2-0af2-4f3a-82cb-76c2066ef8a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7782 | 2024.07.04 19:29:33.193605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7783 | 2024.07.04 19:29:33.193658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7784 | 2024.07.04 19:29:33.193678 [ 3 ] {} <Debug> HTTP-Session: 65497c4f-54ce-4123-aee0-184096d728b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7785 | 2024.07.04 19:29:33.193697 [ 3 ] {} <Debug> HTTP-Session: 65497c4f-54ce-4123-aee0-184096d728b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7786 | 2024.07.04 19:29:33.193712 [ 3 ] {} <Debug> HTTP-Session: 65497c4f-54ce-4123-aee0-184096d728b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7787 | 2024.07.04 19:29:33.193746 [ 3 ] {} <Trace> HTTP-Session: 65497c4f-54ce-4123-aee0-184096d728b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7788 | 2024.07.04 19:29:33.193879 [ 3 ] {09cd47e4-e548-4d4b-a15f-08328707437b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7789 | 2024.07.04 19:29:33.193927 [ 3 ] {09cd47e4-e548-4d4b-a15f-08328707437b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7790 | 2024.07.04 19:29:33.194063 [ 3 ] {09cd47e4-e548-4d4b-a15f-08328707437b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7791 | 2024.07.04 19:29:33.194375 [ 3 ] {09cd47e4-e548-4d4b-a15f-08328707437b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7792 | 2024.07.04 19:29:33.194411 [ 3 ] {09cd47e4-e548-4d4b-a15f-08328707437b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7793 | 2024.07.04 19:29:33.194763 [ 3 ] {09cd47e4-e548-4d4b-a15f-08328707437b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7794 | 2024.07.04 19:29:33.195067 [ 3 ] {09cd47e4-e548-4d4b-a15f-08328707437b} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7795 | 2024.07.04 19:29:33.195190 [ 3 ] {09cd47e4-e548-4d4b-a15f-08328707437b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
7796 | 2024.07.04 19:29:33.195352 [ 3 ] {09cd47e4-e548-4d4b-a15f-08328707437b} <Debug> DynamicQueryHandler: Done processing query | ||
7797 | 2024.07.04 19:29:33.195376 [ 3 ] {09cd47e4-e548-4d4b-a15f-08328707437b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7798 | 2024.07.04 19:29:33.195392 [ 3 ] {} <Debug> HTTP-Session: 65497c4f-54ce-4123-aee0-184096d728b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7799 | 2024.07.04 19:29:38.188459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7800 | 2024.07.04 19:29:38.188583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7801 | 2024.07.04 19:29:38.188607 [ 3 ] {} <Debug> HTTP-Session: 061c97eb-f6a3-45cb-a178-7bc6b80adc10 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7802 | 2024.07.04 19:29:38.188631 [ 3 ] {} <Debug> HTTP-Session: 061c97eb-f6a3-45cb-a178-7bc6b80adc10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7803 | 2024.07.04 19:29:38.188646 [ 3 ] {} <Debug> HTTP-Session: 061c97eb-f6a3-45cb-a178-7bc6b80adc10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7804 | 2024.07.04 19:29:38.188697 [ 3 ] {} <Trace> HTTP-Session: 061c97eb-f6a3-45cb-a178-7bc6b80adc10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7805 | 2024.07.04 19:29:38.188886 [ 3 ] {c4e54d52-756b-494e-bf6e-a8caed68b2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7806 | 2024.07.04 19:29:38.188951 [ 3 ] {c4e54d52-756b-494e-bf6e-a8caed68b2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7807 | 2024.07.04 19:29:38.189140 [ 3 ] {c4e54d52-756b-494e-bf6e-a8caed68b2ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7808 | 2024.07.04 19:29:38.189559 [ 3 ] {c4e54d52-756b-494e-bf6e-a8caed68b2ce} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7809 | 2024.07.04 19:29:38.189601 [ 3 ] {c4e54d52-756b-494e-bf6e-a8caed68b2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7810 | 2024.07.04 19:29:38.189961 [ 3 ] {c4e54d52-756b-494e-bf6e-a8caed68b2ce} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7811 | 2024.07.04 19:29:38.190305 [ 3 ] {c4e54d52-756b-494e-bf6e-a8caed68b2ce} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7812 | 2024.07.04 19:29:38.190464 [ 3 ] {c4e54d52-756b-494e-bf6e-a8caed68b2ce} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001638 sec., 18315.018315018315 rows/sec., 1.45 MiB/sec. | ||
7813 | 2024.07.04 19:29:38.190538 [ 51 ] {} <Debug> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
7814 | 2024.07.04 19:29:38.190674 [ 51 ] {} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7815 | 2024.07.04 19:29:38.190728 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7816 | 2024.07.04 19:29:38.190756 [ 3 ] {c4e54d52-756b-494e-bf6e-a8caed68b2ce} <Debug> DynamicQueryHandler: Done processing query | ||
7817 | 2024.07.04 19:29:38.190806 [ 3 ] {c4e54d52-756b-494e-bf6e-a8caed68b2ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7818 | 2024.07.04 19:29:38.190862 [ 3 ] {} <Debug> HTTP-Session: 061c97eb-f6a3-45cb-a178-7bc6b80adc10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7819 | 2024.07.04 19:29:38.190934 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::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 | ||
7820 | 2024.07.04 19:29:38.191049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7821 | 2024.07.04 19:29:38.191086 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7822 | 2024.07.04 19:29:38.191118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7823 | 2024.07.04 19:29:38.191128 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 30 rows starting from the beginning of the part | ||
7824 | 2024.07.04 19:29:38.191146 [ 3 ] {} <Debug> HTTP-Session: 990abf76-f34b-46c4-9d41-c123fccc00cc Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7825 | 2024.07.04 19:29:38.191168 [ 3 ] {} <Debug> HTTP-Session: 990abf76-f34b-46c4-9d41-c123fccc00cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7826 | 2024.07.04 19:29:38.191190 [ 3 ] {} <Debug> HTTP-Session: 990abf76-f34b-46c4-9d41-c123fccc00cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7827 | 2024.07.04 19:29:38.191248 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
7828 | 2024.07.04 19:29:38.191250 [ 3 ] {} <Trace> HTTP-Session: 990abf76-f34b-46c4-9d41-c123fccc00cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7829 | 2024.07.04 19:29:38.191640 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
7830 | 2024.07.04 19:29:38.191729 [ 3 ] {df875347-6997-4ae9-b95b-829b23af9e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7831 | 2024.07.04 19:29:38.191890 [ 3 ] {df875347-6997-4ae9-b95b-829b23af9e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7832 | 2024.07.04 19:29:38.192001 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
7833 | 2024.07.04 19:29:38.192363 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
7834 | 2024.07.04 19:29:38.192895 [ 3 ] {df875347-6997-4ae9-b95b-829b23af9e5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7835 | 2024.07.04 19:29:38.193465 [ 3 ] {df875347-6997-4ae9-b95b-829b23af9e5a} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7836 | 2024.07.04 19:29:38.193512 [ 3 ] {df875347-6997-4ae9-b95b-829b23af9e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7837 | 2024.07.04 19:29:38.193882 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003032943 sec., 49456.913631413445 rows/sec., 3.91 MiB/sec. | ||
7838 | 2024.07.04 19:29:38.193995 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
7839 | 2024.07.04 19:29:38.194007 [ 3 ] {df875347-6997-4ae9-b95b-829b23af9e5a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7840 | 2024.07.04 19:29:38.194561 [ 3 ] {df875347-6997-4ae9-b95b-829b23af9e5a} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7841 | 2024.07.04 19:29:38.194569 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_26_6} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7842 | 2024.07.04 19:29:38.194663 [ 196 ] {200ef619-12ef-4bb0-86ee-7ee371a7fd6c::all_1_26_6} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
7843 | 2024.07.04 19:29:38.194798 [ 3 ] {df875347-6997-4ae9-b95b-829b23af9e5a} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.003283 sec., 44471.51995126409 rows/sec., 3.72 MiB/sec. | ||
7844 | 2024.07.04 19:29:38.194796 [ 51 ] {} <Debug> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7845 | 2024.07.04 19:29:38.194834 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7846 | 2024.07.04 19:29:38.194960 [ 51 ] {} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7847 | 2024.07.04 19:29:38.195034 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7848 | 2024.07.04 19:29:38.195148 [ 3 ] {df875347-6997-4ae9-b95b-829b23af9e5a} <Debug> DynamicQueryHandler: Done processing query | ||
7849 | 2024.07.04 19:29:38.195170 [ 196 ] {32cb8e22-1867-40da-9901-9148a513b5e1::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 | ||
7850 | 2024.07.04 19:29:38.195181 [ 3 ] {df875347-6997-4ae9-b95b-829b23af9e5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7851 | 2024.07.04 19:29:38.195211 [ 3 ] {} <Debug> HTTP-Session: 990abf76-f34b-46c4-9d41-c123fccc00cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7852 | 2024.07.04 19:29:38.195286 [ 196 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7853 | 2024.07.04 19:29:38.195312 [ 196 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 190 rows starting from the beginning of the part | ||
7854 | 2024.07.04 19:29:38.195348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7855 | 2024.07.04 19:29:38.195495 [ 196 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 147 rows starting from the beginning of the part | ||
7856 | 2024.07.04 19:29:38.195496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7857 | 2024.07.04 19:29:38.195594 [ 3 ] {} <Debug> HTTP-Session: 27d5accd-e5c7-49a7-a33d-f7f8baa7c153 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7858 | 2024.07.04 19:29:38.195695 [ 3 ] {} <Debug> HTTP-Session: 27d5accd-e5c7-49a7-a33d-f7f8baa7c153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7859 | 2024.07.04 19:29:38.195763 [ 3 ] {} <Debug> HTTP-Session: 27d5accd-e5c7-49a7-a33d-f7f8baa7c153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7860 | 2024.07.04 19:29:38.195837 [ 196 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
7861 | 2024.07.04 19:29:38.195872 [ 3 ] {} <Trace> HTTP-Session: 27d5accd-e5c7-49a7-a33d-f7f8baa7c153 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7862 | 2024.07.04 19:29:38.196064 [ 196 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 147 rows starting from the beginning of the part | ||
7863 | 2024.07.04 19:29:38.196188 [ 3 ] {e29825df-7137-4d1c-a131-cd0fb24f4e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7864 | 2024.07.04 19:29:38.196360 [ 3 ] {e29825df-7137-4d1c-a131-cd0fb24f4e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7865 | 2024.07.04 19:29:38.196363 [ 196 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
7866 | 2024.07.04 19:29:38.196748 [ 196 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 146 rows starting from the beginning of the part | ||
7867 | 2024.07.04 19:29:38.197265 [ 3 ] {e29825df-7137-4d1c-a131-cd0fb24f4e4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7868 | 2024.07.04 19:29:38.197774 [ 3 ] {e29825df-7137-4d1c-a131-cd0fb24f4e4e} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7869 | 2024.07.04 19:29:38.197818 [ 3 ] {e29825df-7137-4d1c-a131-cd0fb24f4e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7870 | 2024.07.04 19:29:38.198293 [ 3 ] {e29825df-7137-4d1c-a131-cd0fb24f4e4e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7871 | 2024.07.04 19:29:38.198758 [ 195 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 4 columns (4 merged, 0 gathered) in 0.003642732 sec., 203693.27197279403 rows/sec., 16.72 MiB/sec. | ||
7872 | 2024.07.04 19:29:38.198971 [ 3 ] {e29825df-7137-4d1c-a131-cd0fb24f4e4e} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7873 | 2024.07.04 19:29:38.199060 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7874 | 2024.07.04 19:29:38.199222 [ 51 ] {} <Debug> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7875 | 2024.07.04 19:29:38.199333 [ 51 ] {} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7876 | 2024.07.04 19:29:38.199351 [ 3 ] {e29825df-7137-4d1c-a131-cd0fb24f4e4e} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.00326 sec., 28834.35582822086 rows/sec., 2.25 MiB/sec. | ||
7877 | 2024.07.04 19:29:38.199400 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7878 | 2024.07.04 19:29:38.199946 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::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 | ||
7879 | 2024.07.04 19:29:38.200008 [ 3 ] {e29825df-7137-4d1c-a131-cd0fb24f4e4e} <Debug> DynamicQueryHandler: Done processing query | ||
7880 | 2024.07.04 19:29:38.200100 [ 3 ] {e29825df-7137-4d1c-a131-cd0fb24f4e4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7881 | 2024.07.04 19:29:38.200184 [ 3 ] {} <Debug> HTTP-Session: 27d5accd-e5c7-49a7-a33d-f7f8baa7c153 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7882 | 2024.07.04 19:29:38.200407 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7883 | 2024.07.04 19:29:38.200418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7884 | 2024.07.04 19:29:38.200497 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 150 rows starting from the beginning of the part | ||
7885 | 2024.07.04 19:29:38.200554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7886 | 2024.07.04 19:29:38.200660 [ 3 ] {} <Debug> HTTP-Session: d724211c-be38-426a-983a-ef405beb4234 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7887 | 2024.07.04 19:29:38.200780 [ 3 ] {} <Debug> HTTP-Session: d724211c-be38-426a-983a-ef405beb4234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7888 | 2024.07.04 19:29:38.200838 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 96 rows starting from the beginning of the part | ||
7889 | 2024.07.04 19:29:38.200862 [ 3 ] {} <Debug> HTTP-Session: d724211c-be38-426a-983a-ef405beb4234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7890 | 2024.07.04 19:29:38.200933 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7891 | 2024.07.04 19:29:38.201103 [ 3 ] {} <Trace> HTTP-Session: d724211c-be38-426a-983a-ef405beb4234 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7892 | 2024.07.04 19:29:38.201297 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
7893 | 2024.07.04 19:29:38.201537 [ 189 ] {32cb8e22-1867-40da-9901-9148a513b5e1::all_1_56_11} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7894 | 2024.07.04 19:29:38.201764 [ 3 ] {dfd72b47-f3b8-44af-82d5-90355fe1354d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7895 | 2024.07.04 19:29:38.201826 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 96 rows starting from the beginning of the part | ||
7896 | 2024.07.04 19:29:38.201943 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
7897 | 2024.07.04 19:29:38.202029 [ 3 ] {dfd72b47-f3b8-44af-82d5-90355fe1354d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7898 | 2024.07.04 19:29:38.202186 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
7899 | 2024.07.04 19:29:38.202538 [ 196 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 94 rows starting from the beginning of the part | ||
7900 | 2024.07.04 19:29:38.203174 [ 3 ] {dfd72b47-f3b8-44af-82d5-90355fe1354d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7901 | 2024.07.04 19:29:38.203836 [ 3 ] {dfd72b47-f3b8-44af-82d5-90355fe1354d} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7902 | 2024.07.04 19:29:38.203882 [ 3 ] {dfd72b47-f3b8-44af-82d5-90355fe1354d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7903 | 2024.07.04 19:29:38.204487 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 4 columns (4 merged, 0 gathered) in 0.00492097 sec., 114611.55016185832 rows/sec., 8.95 MiB/sec. | ||
7904 | 2024.07.04 19:29:38.204573 [ 3 ] {dfd72b47-f3b8-44af-82d5-90355fe1354d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7905 | 2024.07.04 19:29:38.204720 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7906 | 2024.07.04 19:29:38.205419 [ 3 ] {dfd72b47-f3b8-44af-82d5-90355fe1354d} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7907 | 2024.07.04 19:29:38.205668 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7908 | 2024.07.04 19:29:38.205760 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7909 | 2024.07.04 19:29:38.205770 [ 3 ] {dfd72b47-f3b8-44af-82d5-90355fe1354d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00435 sec., 36781.6091954023 rows/sec., 2.56 MiB/sec. | ||
7910 | 2024.07.04 19:29:38.205784 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7911 | 2024.07.04 19:29:38.205807 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7912 | 2024.07.04 19:29:38.206359 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
7913 | 2024.07.04 19:29:38.206548 [ 195 ] {bd39fdba-d067-4332-bfb9-155f0b5d44e3::all_1_56_11} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7914 | 2024.07.04 19:29:38.207191 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7915 | 2024.07.04 19:29:38.207294 [ 3 ] {dfd72b47-f3b8-44af-82d5-90355fe1354d} <Debug> DynamicQueryHandler: Done processing query | ||
7916 | 2024.07.04 19:29:38.207339 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 8014 rows starting from the beginning of the part | ||
7917 | 2024.07.04 19:29:38.207332 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
7918 | 2024.07.04 19:29:38.207370 [ 3 ] {dfd72b47-f3b8-44af-82d5-90355fe1354d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7919 | 2024.07.04 19:29:38.207445 [ 3 ] {} <Debug> HTTP-Session: d724211c-be38-426a-983a-ef405beb4234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7920 | 2024.07.04 19:29:38.207669 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 161 rows starting from the beginning of the part | ||
7921 | 2024.07.04 19:29:38.207869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7922 | 2024.07.04 19:29:38.207915 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
7923 | 2024.07.04 19:29:38.208141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7924 | 2024.07.04 19:29:38.208187 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 161 rows starting from the beginning of the part | ||
7925 | 2024.07.04 19:29:38.208230 [ 3 ] {} <Debug> HTTP-Session: 42f25789-c36a-4390-9f6f-e37d6c264b59 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7926 | 2024.07.04 19:29:38.208318 [ 3 ] {} <Debug> HTTP-Session: 42f25789-c36a-4390-9f6f-e37d6c264b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7927 | 2024.07.04 19:29:38.208429 [ 3 ] {} <Debug> HTTP-Session: 42f25789-c36a-4390-9f6f-e37d6c264b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7928 | 2024.07.04 19:29:38.208527 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
7929 | 2024.07.04 19:29:38.208574 [ 3 ] {} <Trace> HTTP-Session: 42f25789-c36a-4390-9f6f-e37d6c264b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7930 | 2024.07.04 19:29:38.208771 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::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 | ||
7931 | 2024.07.04 19:29:38.209181 [ 3 ] {7a7017ac-c5de-4fdf-8342-d48a14e58398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7932 | 2024.07.04 19:29:38.209326 [ 3 ] {7a7017ac-c5de-4fdf-8342-d48a14e58398} <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 | ||
7933 | 2024.07.04 19:29:38.210370 [ 3 ] {7a7017ac-c5de-4fdf-8342-d48a14e58398} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7934 | 2024.07.04 19:29:38.212039 [ 3 ] {7a7017ac-c5de-4fdf-8342-d48a14e58398} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7935 | 2024.07.04 19:29:38.212077 [ 3 ] {7a7017ac-c5de-4fdf-8342-d48a14e58398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7936 | 2024.07.04 19:29:38.213078 [ 3 ] {7a7017ac-c5de-4fdf-8342-d48a14e58398} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7937 | 2024.07.04 19:29:38.213960 [ 3 ] {7a7017ac-c5de-4fdf-8342-d48a14e58398} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7938 | 2024.07.04 19:29:38.214217 [ 51 ] {} <Debug> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7939 | 2024.07.04 19:29:38.214228 [ 3 ] {7a7017ac-c5de-4fdf-8342-d48a14e58398} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.005344 sec., 5613.77245508982 rows/sec., 10.06 MiB/sec. | ||
7940 | 2024.07.04 19:29:38.214318 [ 51 ] {} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7941 | 2024.07.04 19:29:38.214453 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7942 | 2024.07.04 19:29:38.214811 [ 191 ] {342b177d-f438-4284-be14-77cf9854bdcd::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 | ||
7943 | 2024.07.04 19:29:38.215257 [ 3 ] {7a7017ac-c5de-4fdf-8342-d48a14e58398} <Debug> DynamicQueryHandler: Done processing query | ||
7944 | 2024.07.04 19:29:38.215382 [ 3 ] {7a7017ac-c5de-4fdf-8342-d48a14e58398} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7945 | 2024.07.04 19:29:38.215489 [ 3 ] {} <Debug> HTTP-Session: 42f25789-c36a-4390-9f6f-e37d6c264b59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7946 | 2024.07.04 19:29:38.215517 [ 194 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8816 rows, containing 5 columns (5 merged, 0 gathered) in 0.009548226 sec., 923312.8750827641 rows/sec., 64.37 MiB/sec. | ||
7947 | 2024.07.04 19:29:38.215806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7948 | 2024.07.04 19:29:38.215936 [ 188 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7949 | 2024.07.04 19:29:38.215956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7950 | 2024.07.04 19:29:38.216060 [ 3 ] {} <Debug> HTTP-Session: 646eeb5e-d5c8-4269-8aba-1b1a2cf578b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
7951 | 2024.07.04 19:29:38.216147 [ 3 ] {} <Debug> HTTP-Session: 646eeb5e-d5c8-4269-8aba-1b1a2cf578b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7952 | 2024.07.04 19:29:38.216227 [ 3 ] {} <Debug> HTTP-Session: 646eeb5e-d5c8-4269-8aba-1b1a2cf578b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7953 | 2024.07.04 19:29:38.216368 [ 3 ] {} <Trace> HTTP-Session: 646eeb5e-d5c8-4269-8aba-1b1a2cf578b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7954 | 2024.07.04 19:29:38.216794 [ 3 ] {c0bb510c-9866-4d7c-828c-a43cfa6a43da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7955 | 2024.07.04 19:29:38.216825 [ 191 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7956 | 2024.07.04 19:29:38.216952 [ 3 ] {c0bb510c-9866-4d7c-828c-a43cfa6a43da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7957 | 2024.07.04 19:29:38.217258 [ 191 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 566 rows starting from the beginning of the part | ||
7958 | 2024.07.04 19:29:38.218029 [ 188 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7959 | 2024.07.04 19:29:38.218449 [ 3 ] {c0bb510c-9866-4d7c-828c-a43cfa6a43da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7960 | 2024.07.04 19:29:38.218593 [ 188 ] {4f1e127e-d26c-427f-8073-b67785ca7d74::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7961 | 2024.07.04 19:29:38.218951 [ 191 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
7962 | 2024.07.04 19:29:38.218959 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
7963 | 2024.07.04 19:29:38.219777 [ 191 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
7964 | 2024.07.04 19:29:38.219896 [ 3 ] {c0bb510c-9866-4d7c-828c-a43cfa6a43da} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7965 | 2024.07.04 19:29:38.219977 [ 3 ] {c0bb510c-9866-4d7c-828c-a43cfa6a43da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7966 | 2024.07.04 19:29:38.220415 [ 191 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
7967 | 2024.07.04 19:29:38.221024 [ 191 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
7968 | 2024.07.04 19:29:38.221571 [ 191 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
7969 | 2024.07.04 19:29:38.221583 [ 3 ] {c0bb510c-9866-4d7c-828c-a43cfa6a43da} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7970 | 2024.07.04 19:29:38.222650 [ 3 ] {c0bb510c-9866-4d7c-828c-a43cfa6a43da} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7971 | 2024.07.04 19:29:38.222888 [ 48 ] {} <Debug> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7972 | 2024.07.04 19:29:38.222973 [ 3 ] {c0bb510c-9866-4d7c-828c-a43cfa6a43da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006356 sec., 9439.899307740718 rows/sec., 651.45 KiB/sec. | ||
7973 | 2024.07.04 19:29:38.222992 [ 48 ] {} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7974 | 2024.07.04 19:29:38.223097 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
7975 | 2024.07.04 19:29:38.223699 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7976 | 2024.07.04 19:29:38.224594 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7977 | 2024.07.04 19:29:38.224632 [ 3 ] {c0bb510c-9866-4d7c-828c-a43cfa6a43da} <Debug> DynamicQueryHandler: Done processing query | ||
7978 | 2024.07.04 19:29:38.224738 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2836 rows starting from the beginning of the part | ||
7979 | 2024.07.04 19:29:38.224810 [ 3 ] {c0bb510c-9866-4d7c-828c-a43cfa6a43da} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7980 | 2024.07.04 19:29:38.225214 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7981 | 2024.07.04 19:29:38.225021 [ 3 ] {} <Debug> HTTP-Session: 646eeb5e-d5c8-4269-8aba-1b1a2cf578b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7982 | 2024.07.04 19:29:38.225729 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7983 | 2024.07.04 19:29:38.225908 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7984 | 2024.07.04 19:29:38.226280 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7985 | 2024.07.04 19:29:38.226490 [ 199 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::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 | ||
7986 | 2024.07.04 19:29:38.228614 [ 188 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3136 rows, containing 4 columns (4 merged, 0 gathered) in 0.005354176 sec., 585711.0412507919 rows/sec., 39.43 MiB/sec. | ||
7987 | 2024.07.04 19:29:38.229114 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7988 | 2024.07.04 19:29:38.229848 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_56_11} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7989 | 2024.07.04 19:29:38.230009 [ 200 ] {78c2c389-1e44-4a09-81d6-372dbe9d80ac::all_1_56_11} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7990 | 2024.07.04 19:29:38.230094 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
7991 | 2024.07.04 19:29:38.230960 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 716 rows, containing 19 columns (19 merged, 0 gathered) in 0.016370324 sec., 43737.680451529246 rows/sec., 78.38 MiB/sec. | ||
7992 | 2024.07.04 19:29:38.231864 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7993 | 2024.07.04 19:29:38.232483 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7994 | 2024.07.04 19:29:38.232576 [ 186 ] {342b177d-f438-4284-be14-77cf9854bdcd::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7995 | 2024.07.04 19:29:38.232752 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.70 MiB. | ||
7996 | 2024.07.04 19:29:39.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.66 MiB, peak 201.45 MiB, free memory in arenas 0.00 B, will set to 194.14 MiB (RSS), difference: 2.48 MiB | ||
7997 | 2024.07.04 19:29:43.187902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7998 | 2024.07.04 19:29:43.188039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7999 | 2024.07.04 19:29:43.188069 [ 3 ] {} <Debug> HTTP-Session: b4131c8c-7724-49d6-ac6b-20d6a71d839f Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8000 | 2024.07.04 19:29:43.188097 [ 3 ] {} <Debug> HTTP-Session: b4131c8c-7724-49d6-ac6b-20d6a71d839f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8001 | 2024.07.04 19:29:43.188115 [ 3 ] {} <Debug> HTTP-Session: b4131c8c-7724-49d6-ac6b-20d6a71d839f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8002 | 2024.07.04 19:29:43.188169 [ 3 ] {} <Trace> HTTP-Session: b4131c8c-7724-49d6-ac6b-20d6a71d839f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8003 | 2024.07.04 19:29:43.188399 [ 3 ] {77b61ada-79a0-45be-891b-3934190c2d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8004 | 2024.07.04 19:29:43.188474 [ 3 ] {77b61ada-79a0-45be-891b-3934190c2d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8005 | 2024.07.04 19:29:43.188680 [ 3 ] {77b61ada-79a0-45be-891b-3934190c2d38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8006 | 2024.07.04 19:29:43.189165 [ 3 ] {77b61ada-79a0-45be-891b-3934190c2d38} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8007 | 2024.07.04 19:29:43.189206 [ 3 ] {77b61ada-79a0-45be-891b-3934190c2d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8008 | 2024.07.04 19:29:43.189580 [ 3 ] {77b61ada-79a0-45be-891b-3934190c2d38} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8009 | 2024.07.04 19:29:43.189914 [ 3 ] {77b61ada-79a0-45be-891b-3934190c2d38} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8010 | 2024.07.04 19:29:43.190082 [ 3 ] {77b61ada-79a0-45be-891b-3934190c2d38} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001766 sec., 52095.13023782559 rows/sec., 3.95 MiB/sec. | ||
8011 | 2024.07.04 19:29:43.190280 [ 3 ] {77b61ada-79a0-45be-891b-3934190c2d38} <Debug> DynamicQueryHandler: Done processing query | ||
8012 | 2024.07.04 19:29:43.190307 [ 3 ] {77b61ada-79a0-45be-891b-3934190c2d38} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8013 | 2024.07.04 19:29:43.190324 [ 3 ] {} <Debug> HTTP-Session: b4131c8c-7724-49d6-ac6b-20d6a71d839f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8014 | 2024.07.04 19:29:43.190454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8015 | 2024.07.04 19:29:43.190504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8016 | 2024.07.04 19:29:43.190524 [ 3 ] {} <Debug> HTTP-Session: 07b36cdf-f08d-460b-9d18-670fb60825ae Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8017 | 2024.07.04 19:29:43.190540 [ 3 ] {} <Debug> HTTP-Session: 07b36cdf-f08d-460b-9d18-670fb60825ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8018 | 2024.07.04 19:29:43.190554 [ 3 ] {} <Debug> HTTP-Session: 07b36cdf-f08d-460b-9d18-670fb60825ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8019 | 2024.07.04 19:29:43.190586 [ 3 ] {} <Trace> HTTP-Session: 07b36cdf-f08d-460b-9d18-670fb60825ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8020 | 2024.07.04 19:29:43.190711 [ 3 ] {69e5acd6-b8d4-4b3a-a920-01793989f771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8021 | 2024.07.04 19:29:43.190754 [ 3 ] {69e5acd6-b8d4-4b3a-a920-01793989f771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8022 | 2024.07.04 19:29:43.190882 [ 3 ] {69e5acd6-b8d4-4b3a-a920-01793989f771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8023 | 2024.07.04 19:29:43.191233 [ 3 ] {69e5acd6-b8d4-4b3a-a920-01793989f771} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8024 | 2024.07.04 19:29:43.191271 [ 3 ] {69e5acd6-b8d4-4b3a-a920-01793989f771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8025 | 2024.07.04 19:29:43.191598 [ 3 ] {69e5acd6-b8d4-4b3a-a920-01793989f771} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8026 | 2024.07.04 19:29:43.191900 [ 3 ] {69e5acd6-b8d4-4b3a-a920-01793989f771} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8027 | 2024.07.04 19:29:43.192055 [ 3 ] {69e5acd6-b8d4-4b3a-a920-01793989f771} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001387 sec., 63446.286950252346 rows/sec., 4.94 MiB/sec. | ||
8028 | 2024.07.04 19:29:43.192228 [ 3 ] {69e5acd6-b8d4-4b3a-a920-01793989f771} <Debug> DynamicQueryHandler: Done processing query | ||
8029 | 2024.07.04 19:29:43.192253 [ 3 ] {69e5acd6-b8d4-4b3a-a920-01793989f771} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8030 | 2024.07.04 19:29:43.192269 [ 3 ] {} <Debug> HTTP-Session: 07b36cdf-f08d-460b-9d18-670fb60825ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8031 | 2024.07.04 19:29:43.192399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 37599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8032 | 2024.07.04 19:29:43.192449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8033 | 2024.07.04 19:29:43.192469 [ 3 ] {} <Debug> HTTP-Session: 839e0286-5cf7-4e4e-866d-dc97c945999e Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8034 | 2024.07.04 19:29:43.192486 [ 3 ] {} <Debug> HTTP-Session: 839e0286-5cf7-4e4e-866d-dc97c945999e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8035 | 2024.07.04 19:29:43.192500 [ 3 ] {} <Debug> HTTP-Session: 839e0286-5cf7-4e4e-866d-dc97c945999e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8036 | 2024.07.04 19:29:43.192531 [ 3 ] {} <Trace> HTTP-Session: 839e0286-5cf7-4e4e-866d-dc97c945999e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8037 | 2024.07.04 19:29:43.192700 [ 3 ] {1e1dda9b-8a1d-4135-97ed-8f613ffa54e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8038 | 2024.07.04 19:29:43.192748 [ 3 ] {1e1dda9b-8a1d-4135-97ed-8f613ffa54e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8039 | 2024.07.04 19:29:43.192898 [ 3 ] {1e1dda9b-8a1d-4135-97ed-8f613ffa54e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8040 | 2024.07.04 19:29:43.193318 [ 3 ] {1e1dda9b-8a1d-4135-97ed-8f613ffa54e5} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8041 | 2024.07.04 19:29:43.193356 [ 3 ] {1e1dda9b-8a1d-4135-97ed-8f613ffa54e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8042 | 2024.07.04 19:29:43.193757 [ 3 ] {1e1dda9b-8a1d-4135-97ed-8f613ffa54e5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8043 | 2024.07.04 19:29:43.194089 [ 3 ] {1e1dda9b-8a1d-4135-97ed-8f613ffa54e5} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8044 | 2024.07.04 19:29:43.194238 [ 3 ] {1e1dda9b-8a1d-4135-97ed-8f613ffa54e5} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001618 sec., 121137.20642768849 rows/sec., 8.46 MiB/sec. | ||
8045 | 2024.07.04 19:29:43.194408 [ 3 ] {1e1dda9b-8a1d-4135-97ed-8f613ffa54e5} <Debug> DynamicQueryHandler: Done processing query | ||
8046 | 2024.07.04 19:29:43.194433 [ 3 ] {1e1dda9b-8a1d-4135-97ed-8f613ffa54e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8047 | 2024.07.04 19:29:43.194449 [ 3 ] {} <Debug> HTTP-Session: 839e0286-5cf7-4e4e-866d-dc97c945999e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8048 | 2024.07.04 19:29:43.194554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8049 | 2024.07.04 19:29:43.194602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8050 | 2024.07.04 19:29:43.194620 [ 3 ] {} <Debug> HTTP-Session: 6c5f1580-3897-48e0-b9d4-57972a746234 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8051 | 2024.07.04 19:29:43.194636 [ 3 ] {} <Debug> HTTP-Session: 6c5f1580-3897-48e0-b9d4-57972a746234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8052 | 2024.07.04 19:29:43.194650 [ 3 ] {} <Debug> HTTP-Session: 6c5f1580-3897-48e0-b9d4-57972a746234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8053 | 2024.07.04 19:29:43.194682 [ 3 ] {} <Trace> HTTP-Session: 6c5f1580-3897-48e0-b9d4-57972a746234 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8054 | 2024.07.04 19:29:43.194797 [ 3 ] {77ba0ac0-65ef-495f-86f3-8dbbebe3a49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8055 | 2024.07.04 19:29:43.194849 [ 3 ] {77ba0ac0-65ef-495f-86f3-8dbbebe3a49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8056 | 2024.07.04 19:29:43.194979 [ 3 ] {77ba0ac0-65ef-495f-86f3-8dbbebe3a49c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8057 | 2024.07.04 19:29:43.195271 [ 3 ] {77ba0ac0-65ef-495f-86f3-8dbbebe3a49c} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8058 | 2024.07.04 19:29:43.195308 [ 3 ] {77ba0ac0-65ef-495f-86f3-8dbbebe3a49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8059 | 2024.07.04 19:29:43.195668 [ 3 ] {77ba0ac0-65ef-495f-86f3-8dbbebe3a49c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8060 | 2024.07.04 19:29:43.195993 [ 3 ] {77ba0ac0-65ef-495f-86f3-8dbbebe3a49c} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8061 | 2024.07.04 19:29:43.196140 [ 3 ] {77ba0ac0-65ef-495f-86f3-8dbbebe3a49c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
8062 | 2024.07.04 19:29:43.196303 [ 3 ] {77ba0ac0-65ef-495f-86f3-8dbbebe3a49c} <Debug> DynamicQueryHandler: Done processing query | ||
8063 | 2024.07.04 19:29:43.196328 [ 3 ] {77ba0ac0-65ef-495f-86f3-8dbbebe3a49c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8064 | 2024.07.04 19:29:43.196345 [ 3 ] {} <Debug> HTTP-Session: 6c5f1580-3897-48e0-b9d4-57972a746234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8065 | 2024.07.04 19:29:46.786640 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8066 | 2024.07.04 19:29:46.786713 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8067 | 2024.07.04 19:29:48.188541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8068 | 2024.07.04 19:29:48.188670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8069 | 2024.07.04 19:29:48.188698 [ 3 ] {} <Debug> HTTP-Session: 9156243e-7f20-4fc2-a688-ebd09b83fc41 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8070 | 2024.07.04 19:29:48.188727 [ 3 ] {} <Debug> HTTP-Session: 9156243e-7f20-4fc2-a688-ebd09b83fc41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8071 | 2024.07.04 19:29:48.188742 [ 3 ] {} <Debug> HTTP-Session: 9156243e-7f20-4fc2-a688-ebd09b83fc41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8072 | 2024.07.04 19:29:48.188792 [ 3 ] {} <Trace> HTTP-Session: 9156243e-7f20-4fc2-a688-ebd09b83fc41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8073 | 2024.07.04 19:29:48.188985 [ 3 ] {061ab28d-2c04-43c4-8a21-8f6cf25f1c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8074 | 2024.07.04 19:29:48.189051 [ 3 ] {061ab28d-2c04-43c4-8a21-8f6cf25f1c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8075 | 2024.07.04 19:29:48.189241 [ 3 ] {061ab28d-2c04-43c4-8a21-8f6cf25f1c94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8076 | 2024.07.04 19:29:48.189658 [ 3 ] {061ab28d-2c04-43c4-8a21-8f6cf25f1c94} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8077 | 2024.07.04 19:29:48.189701 [ 3 ] {061ab28d-2c04-43c4-8a21-8f6cf25f1c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8078 | 2024.07.04 19:29:48.190072 [ 3 ] {061ab28d-2c04-43c4-8a21-8f6cf25f1c94} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
8079 | 2024.07.04 19:29:48.190408 [ 3 ] {061ab28d-2c04-43c4-8a21-8f6cf25f1c94} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8080 | 2024.07.04 19:29:48.190579 [ 3 ] {061ab28d-2c04-43c4-8a21-8f6cf25f1c94} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001648 sec., 18203.88349514563 rows/sec., 1.44 MiB/sec. | ||
8081 | 2024.07.04 19:29:48.190783 [ 3 ] {061ab28d-2c04-43c4-8a21-8f6cf25f1c94} <Debug> DynamicQueryHandler: Done processing query | ||
8082 | 2024.07.04 19:29:48.190809 [ 3 ] {061ab28d-2c04-43c4-8a21-8f6cf25f1c94} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8083 | 2024.07.04 19:29:48.190826 [ 3 ] {} <Debug> HTTP-Session: 9156243e-7f20-4fc2-a688-ebd09b83fc41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8084 | 2024.07.04 19:29:48.190991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8085 | 2024.07.04 19:29:48.191041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8086 | 2024.07.04 19:29:48.191061 [ 3 ] {} <Debug> HTTP-Session: 799f4deb-756e-4260-96a6-bcccae358578 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8087 | 2024.07.04 19:29:48.191077 [ 3 ] {} <Debug> HTTP-Session: 799f4deb-756e-4260-96a6-bcccae358578 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8088 | 2024.07.04 19:29:48.191091 [ 3 ] {} <Debug> HTTP-Session: 799f4deb-756e-4260-96a6-bcccae358578 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8089 | 2024.07.04 19:29:48.191124 [ 3 ] {} <Trace> HTTP-Session: 799f4deb-756e-4260-96a6-bcccae358578 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8090 | 2024.07.04 19:29:48.191260 [ 3 ] {23347d75-b8fc-4a6c-95a1-52fd161370a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8091 | 2024.07.04 19:29:48.191303 [ 3 ] {23347d75-b8fc-4a6c-95a1-52fd161370a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8092 | 2024.07.04 19:29:48.191429 [ 3 ] {23347d75-b8fc-4a6c-95a1-52fd161370a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8093 | 2024.07.04 19:29:48.191814 [ 3 ] {23347d75-b8fc-4a6c-95a1-52fd161370a3} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8094 | 2024.07.04 19:29:48.191851 [ 3 ] {23347d75-b8fc-4a6c-95a1-52fd161370a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8095 | 2024.07.04 19:29:48.192172 [ 3 ] {23347d75-b8fc-4a6c-95a1-52fd161370a3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8096 | 2024.07.04 19:29:48.192480 [ 3 ] {23347d75-b8fc-4a6c-95a1-52fd161370a3} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8097 | 2024.07.04 19:29:48.192638 [ 3 ] {23347d75-b8fc-4a6c-95a1-52fd161370a3} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001431 sec., 102026.55485674353 rows/sec., 8.54 MiB/sec. | ||
8098 | 2024.07.04 19:29:48.192802 [ 3 ] {23347d75-b8fc-4a6c-95a1-52fd161370a3} <Debug> DynamicQueryHandler: Done processing query | ||
8099 | 2024.07.04 19:29:48.192826 [ 3 ] {23347d75-b8fc-4a6c-95a1-52fd161370a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8100 | 2024.07.04 19:29:48.192842 [ 3 ] {} <Debug> HTTP-Session: 799f4deb-756e-4260-96a6-bcccae358578 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8101 | 2024.07.04 19:29:48.192975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8102 | 2024.07.04 19:29:48.193023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8103 | 2024.07.04 19:29:48.193043 [ 3 ] {} <Debug> HTTP-Session: 34a955af-8e8e-4a1f-98df-493c0f4e49b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8104 | 2024.07.04 19:29:48.193059 [ 3 ] {} <Debug> HTTP-Session: 34a955af-8e8e-4a1f-98df-493c0f4e49b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8105 | 2024.07.04 19:29:48.193073 [ 3 ] {} <Debug> HTTP-Session: 34a955af-8e8e-4a1f-98df-493c0f4e49b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8106 | 2024.07.04 19:29:48.193103 [ 3 ] {} <Trace> HTTP-Session: 34a955af-8e8e-4a1f-98df-493c0f4e49b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8107 | 2024.07.04 19:29:48.193232 [ 3 ] {da3b8e47-3f81-491d-9ca3-04446bad3548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8108 | 2024.07.04 19:29:48.193275 [ 3 ] {da3b8e47-3f81-491d-9ca3-04446bad3548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8109 | 2024.07.04 19:29:48.193403 [ 3 ] {da3b8e47-3f81-491d-9ca3-04446bad3548} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8110 | 2024.07.04 19:29:48.193894 [ 3 ] {da3b8e47-3f81-491d-9ca3-04446bad3548} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8111 | 2024.07.04 19:29:48.193932 [ 3 ] {da3b8e47-3f81-491d-9ca3-04446bad3548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8112 | 2024.07.04 19:29:48.194245 [ 3 ] {da3b8e47-3f81-491d-9ca3-04446bad3548} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8113 | 2024.07.04 19:29:48.194561 [ 3 ] {da3b8e47-3f81-491d-9ca3-04446bad3548} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8114 | 2024.07.04 19:29:48.194715 [ 3 ] {da3b8e47-3f81-491d-9ca3-04446bad3548} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001535 sec., 61237.785016286645 rows/sec., 4.78 MiB/sec. | ||
8115 | 2024.07.04 19:29:48.194882 [ 3 ] {da3b8e47-3f81-491d-9ca3-04446bad3548} <Debug> DynamicQueryHandler: Done processing query | ||
8116 | 2024.07.04 19:29:48.194906 [ 3 ] {da3b8e47-3f81-491d-9ca3-04446bad3548} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8117 | 2024.07.04 19:29:48.194923 [ 3 ] {} <Debug> HTTP-Session: 34a955af-8e8e-4a1f-98df-493c0f4e49b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8118 | 2024.07.04 19:29:48.195066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8119 | 2024.07.04 19:29:48.195115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8120 | 2024.07.04 19:29:48.195134 [ 3 ] {} <Debug> HTTP-Session: c0dee1ab-555a-4241-b119-bf1a1085f799 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8121 | 2024.07.04 19:29:48.195150 [ 3 ] {} <Debug> HTTP-Session: c0dee1ab-555a-4241-b119-bf1a1085f799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8122 | 2024.07.04 19:29:48.195164 [ 3 ] {} <Debug> HTTP-Session: c0dee1ab-555a-4241-b119-bf1a1085f799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8123 | 2024.07.04 19:29:48.195195 [ 3 ] {} <Trace> HTTP-Session: c0dee1ab-555a-4241-b119-bf1a1085f799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8124 | 2024.07.04 19:29:48.195336 [ 3 ] {1ba6e25f-f775-4912-a163-9493ee1b62a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8125 | 2024.07.04 19:29:48.195388 [ 3 ] {1ba6e25f-f775-4912-a163-9493ee1b62a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8126 | 2024.07.04 19:29:48.195537 [ 3 ] {1ba6e25f-f775-4912-a163-9493ee1b62a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8127 | 2024.07.04 19:29:48.195924 [ 3 ] {1ba6e25f-f775-4912-a163-9493ee1b62a1} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8128 | 2024.07.04 19:29:48.195962 [ 3 ] {1ba6e25f-f775-4912-a163-9493ee1b62a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8129 | 2024.07.04 19:29:48.196351 [ 3 ] {1ba6e25f-f775-4912-a163-9493ee1b62a1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8130 | 2024.07.04 19:29:48.196687 [ 3 ] {1ba6e25f-f775-4912-a163-9493ee1b62a1} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8131 | 2024.07.04 19:29:48.196847 [ 3 ] {1ba6e25f-f775-4912-a163-9493ee1b62a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
8132 | 2024.07.04 19:29:48.197125 [ 3 ] {1ba6e25f-f775-4912-a163-9493ee1b62a1} <Debug> DynamicQueryHandler: Done processing query | ||
8133 | 2024.07.04 19:29:48.197186 [ 3 ] {1ba6e25f-f775-4912-a163-9493ee1b62a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8134 | 2024.07.04 19:29:48.197255 [ 3 ] {} <Debug> HTTP-Session: c0dee1ab-555a-4241-b119-bf1a1085f799 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8135 | 2024.07.04 19:29:48.197521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8136 | 2024.07.04 19:29:48.197596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8137 | 2024.07.04 19:29:48.197616 [ 3 ] {} <Debug> HTTP-Session: ba1f2a8c-d6ff-41b8-ac8e-570c70d62716 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8138 | 2024.07.04 19:29:48.197631 [ 3 ] {} <Debug> HTTP-Session: ba1f2a8c-d6ff-41b8-ac8e-570c70d62716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8139 | 2024.07.04 19:29:48.197645 [ 3 ] {} <Debug> HTTP-Session: ba1f2a8c-d6ff-41b8-ac8e-570c70d62716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8140 | 2024.07.04 19:29:48.197678 [ 3 ] {} <Trace> HTTP-Session: ba1f2a8c-d6ff-41b8-ac8e-570c70d62716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8141 | 2024.07.04 19:29:48.197985 [ 3 ] {5f546a55-e7c0-42e1-882f-923048f40a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8142 | 2024.07.04 19:29:48.198057 [ 3 ] {5f546a55-e7c0-42e1-882f-923048f40a63} <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 | ||
8143 | 2024.07.04 19:29:48.198481 [ 3 ] {5f546a55-e7c0-42e1-882f-923048f40a63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8144 | 2024.07.04 19:29:48.199214 [ 3 ] {5f546a55-e7c0-42e1-882f-923048f40a63} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8145 | 2024.07.04 19:29:48.199250 [ 3 ] {5f546a55-e7c0-42e1-882f-923048f40a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8146 | 2024.07.04 19:29:48.199882 [ 3 ] {5f546a55-e7c0-42e1-882f-923048f40a63} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
8147 | 2024.07.04 19:29:48.200294 [ 3 ] {5f546a55-e7c0-42e1-882f-923048f40a63} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8148 | 2024.07.04 19:29:48.200493 [ 3 ] {5f546a55-e7c0-42e1-882f-923048f40a63} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002713 sec., 11057.869517139698 rows/sec., 19.82 MiB/sec. | ||
8149 | 2024.07.04 19:29:48.201060 [ 3 ] {5f546a55-e7c0-42e1-882f-923048f40a63} <Debug> DynamicQueryHandler: Done processing query | ||
8150 | 2024.07.04 19:29:48.201086 [ 3 ] {5f546a55-e7c0-42e1-882f-923048f40a63} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8151 | 2024.07.04 19:29:48.201102 [ 3 ] {} <Debug> HTTP-Session: ba1f2a8c-d6ff-41b8-ac8e-570c70d62716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8152 | 2024.07.04 19:29:48.201220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8153 | 2024.07.04 19:29:48.201270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8154 | 2024.07.04 19:29:48.201289 [ 3 ] {} <Debug> HTTP-Session: 459cc49a-b44b-446a-89ff-3d7a2852220d Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8155 | 2024.07.04 19:29:48.201305 [ 3 ] {} <Debug> HTTP-Session: 459cc49a-b44b-446a-89ff-3d7a2852220d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8156 | 2024.07.04 19:29:48.201319 [ 3 ] {} <Debug> HTTP-Session: 459cc49a-b44b-446a-89ff-3d7a2852220d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8157 | 2024.07.04 19:29:48.201350 [ 3 ] {} <Trace> HTTP-Session: 459cc49a-b44b-446a-89ff-3d7a2852220d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8158 | 2024.07.04 19:29:48.201464 [ 3 ] {006d6ba4-d8b9-4e97-a851-a0d67e90ea33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8159 | 2024.07.04 19:29:48.201510 [ 3 ] {006d6ba4-d8b9-4e97-a851-a0d67e90ea33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8160 | 2024.07.04 19:29:48.201663 [ 3 ] {006d6ba4-d8b9-4e97-a851-a0d67e90ea33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8161 | 2024.07.04 19:29:48.201965 [ 3 ] {006d6ba4-d8b9-4e97-a851-a0d67e90ea33} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8162 | 2024.07.04 19:29:48.202002 [ 3 ] {006d6ba4-d8b9-4e97-a851-a0d67e90ea33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8163 | 2024.07.04 19:29:48.202365 [ 3 ] {006d6ba4-d8b9-4e97-a851-a0d67e90ea33} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8164 | 2024.07.04 19:29:48.202696 [ 3 ] {006d6ba4-d8b9-4e97-a851-a0d67e90ea33} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8165 | 2024.07.04 19:29:48.202838 [ 3 ] {006d6ba4-d8b9-4e97-a851-a0d67e90ea33} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. | ||
8166 | 2024.07.04 19:29:48.203120 [ 3 ] {006d6ba4-d8b9-4e97-a851-a0d67e90ea33} <Debug> DynamicQueryHandler: Done processing query | ||
8167 | 2024.07.04 19:29:48.203183 [ 3 ] {006d6ba4-d8b9-4e97-a851-a0d67e90ea33} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8168 | 2024.07.04 19:29:48.203241 [ 3 ] {} <Debug> HTTP-Session: 459cc49a-b44b-446a-89ff-3d7a2852220d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8169 | 2024.07.04 19:29:53.186639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8170 | 2024.07.04 19:29:53.186772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8171 | 2024.07.04 19:29:53.186800 [ 3 ] {} <Debug> HTTP-Session: 73e10582-b34d-4ad6-bc6d-581109fc5fa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8172 | 2024.07.04 19:29:53.186828 [ 3 ] {} <Debug> HTTP-Session: 73e10582-b34d-4ad6-bc6d-581109fc5fa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8173 | 2024.07.04 19:29:53.186846 [ 3 ] {} <Debug> HTTP-Session: 73e10582-b34d-4ad6-bc6d-581109fc5fa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8174 | 2024.07.04 19:29:53.186902 [ 3 ] {} <Trace> HTTP-Session: 73e10582-b34d-4ad6-bc6d-581109fc5fa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8175 | 2024.07.04 19:29:53.187109 [ 3 ] {70a9fb1f-876a-4a4b-a803-1464aa93c5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8176 | 2024.07.04 19:29:53.187179 [ 3 ] {70a9fb1f-876a-4a4b-a803-1464aa93c5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8177 | 2024.07.04 19:29:53.187388 [ 3 ] {70a9fb1f-876a-4a4b-a803-1464aa93c5d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8178 | 2024.07.04 19:29:53.187881 [ 3 ] {70a9fb1f-876a-4a4b-a803-1464aa93c5d0} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8179 | 2024.07.04 19:29:53.187918 [ 3 ] {70a9fb1f-876a-4a4b-a803-1464aa93c5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8180 | 2024.07.04 19:29:53.188267 [ 3 ] {70a9fb1f-876a-4a4b-a803-1464aa93c5d0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8181 | 2024.07.04 19:29:53.188594 [ 3 ] {70a9fb1f-876a-4a4b-a803-1464aa93c5d0} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8182 | 2024.07.04 19:29:53.188732 [ 3 ] {70a9fb1f-876a-4a4b-a803-1464aa93c5d0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001696 sec., 33018.8679245283 rows/sec., 2.52 MiB/sec. | ||
8183 | 2024.07.04 19:29:53.188920 [ 3 ] {70a9fb1f-876a-4a4b-a803-1464aa93c5d0} <Debug> DynamicQueryHandler: Done processing query | ||
8184 | 2024.07.04 19:29:53.188945 [ 3 ] {70a9fb1f-876a-4a4b-a803-1464aa93c5d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8185 | 2024.07.04 19:29:53.188961 [ 3 ] {} <Debug> HTTP-Session: 73e10582-b34d-4ad6-bc6d-581109fc5fa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8186 | 2024.07.04 19:29:53.189088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8187 | 2024.07.04 19:29:53.189134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8188 | 2024.07.04 19:29:53.189154 [ 3 ] {} <Debug> HTTP-Session: 2b08641c-1bbe-4df7-8ec9-710c3e412297 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8189 | 2024.07.04 19:29:53.189170 [ 3 ] {} <Debug> HTTP-Session: 2b08641c-1bbe-4df7-8ec9-710c3e412297 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8190 | 2024.07.04 19:29:53.189184 [ 3 ] {} <Debug> HTTP-Session: 2b08641c-1bbe-4df7-8ec9-710c3e412297 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8191 | 2024.07.04 19:29:53.189215 [ 3 ] {} <Trace> HTTP-Session: 2b08641c-1bbe-4df7-8ec9-710c3e412297 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8192 | 2024.07.04 19:29:53.189331 [ 3 ] {b4cc5b71-238f-4da2-8581-d248e92bb849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8193 | 2024.07.04 19:29:53.189372 [ 3 ] {b4cc5b71-238f-4da2-8581-d248e92bb849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8194 | 2024.07.04 19:29:53.189496 [ 3 ] {b4cc5b71-238f-4da2-8581-d248e92bb849} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8195 | 2024.07.04 19:29:53.189844 [ 3 ] {b4cc5b71-238f-4da2-8581-d248e92bb849} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8196 | 2024.07.04 19:29:53.189880 [ 3 ] {b4cc5b71-238f-4da2-8581-d248e92bb849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8197 | 2024.07.04 19:29:53.190182 [ 3 ] {b4cc5b71-238f-4da2-8581-d248e92bb849} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8198 | 2024.07.04 19:29:53.190477 [ 3 ] {b4cc5b71-238f-4da2-8581-d248e92bb849} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8199 | 2024.07.04 19:29:53.190598 [ 3 ] {b4cc5b71-238f-4da2-8581-d248e92bb849} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001309 sec., 48892.284186401834 rows/sec., 3.82 MiB/sec. | ||
8200 | 2024.07.04 19:29:53.190753 [ 3 ] {b4cc5b71-238f-4da2-8581-d248e92bb849} <Debug> DynamicQueryHandler: Done processing query | ||
8201 | 2024.07.04 19:29:53.190776 [ 3 ] {b4cc5b71-238f-4da2-8581-d248e92bb849} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8202 | 2024.07.04 19:29:53.190791 [ 3 ] {} <Debug> HTTP-Session: 2b08641c-1bbe-4df7-8ec9-710c3e412297 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8203 | 2024.07.04 19:29:53.190943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8204 | 2024.07.04 19:29:53.190990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8205 | 2024.07.04 19:29:53.191009 [ 3 ] {} <Debug> HTTP-Session: 97d9dd94-7588-4ede-942e-1766d73ef2bc Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8206 | 2024.07.04 19:29:53.191025 [ 3 ] {} <Debug> HTTP-Session: 97d9dd94-7588-4ede-942e-1766d73ef2bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8207 | 2024.07.04 19:29:53.191038 [ 3 ] {} <Debug> HTTP-Session: 97d9dd94-7588-4ede-942e-1766d73ef2bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8208 | 2024.07.04 19:29:53.191069 [ 3 ] {} <Trace> HTTP-Session: 97d9dd94-7588-4ede-942e-1766d73ef2bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8209 | 2024.07.04 19:29:53.191209 [ 3 ] {e7743d3e-5fe3-4a8e-9d89-828077b90ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8210 | 2024.07.04 19:29:53.191253 [ 3 ] {e7743d3e-5fe3-4a8e-9d89-828077b90ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8211 | 2024.07.04 19:29:53.191391 [ 3 ] {e7743d3e-5fe3-4a8e-9d89-828077b90ffb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8212 | 2024.07.04 19:29:53.191792 [ 3 ] {e7743d3e-5fe3-4a8e-9d89-828077b90ffb} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8213 | 2024.07.04 19:29:53.191826 [ 3 ] {e7743d3e-5fe3-4a8e-9d89-828077b90ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8214 | 2024.07.04 19:29:53.192209 [ 3 ] {e7743d3e-5fe3-4a8e-9d89-828077b90ffb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8215 | 2024.07.04 19:29:53.192544 [ 3 ] {e7743d3e-5fe3-4a8e-9d89-828077b90ffb} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8216 | 2024.07.04 19:29:53.192665 [ 3 ] {e7743d3e-5fe3-4a8e-9d89-828077b90ffb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
8217 | 2024.07.04 19:29:53.192932 [ 3 ] {e7743d3e-5fe3-4a8e-9d89-828077b90ffb} <Debug> DynamicQueryHandler: Done processing query | ||
8218 | 2024.07.04 19:29:53.192989 [ 3 ] {e7743d3e-5fe3-4a8e-9d89-828077b90ffb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8219 | 2024.07.04 19:29:53.193041 [ 3 ] {} <Debug> HTTP-Session: 97d9dd94-7588-4ede-942e-1766d73ef2bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8220 | 2024.07.04 19:29:53.193194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8221 | 2024.07.04 19:29:53.193245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8222 | 2024.07.04 19:29:53.193288 [ 3 ] {} <Debug> HTTP-Session: 70b6130b-45f7-4e80-b82b-4547974dc6de Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8223 | 2024.07.04 19:29:53.193305 [ 3 ] {} <Debug> HTTP-Session: 70b6130b-45f7-4e80-b82b-4547974dc6de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8224 | 2024.07.04 19:29:53.193318 [ 3 ] {} <Debug> HTTP-Session: 70b6130b-45f7-4e80-b82b-4547974dc6de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8225 | 2024.07.04 19:29:53.193350 [ 3 ] {} <Trace> HTTP-Session: 70b6130b-45f7-4e80-b82b-4547974dc6de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8226 | 2024.07.04 19:29:53.193486 [ 3 ] {fad0bf30-5b8e-4b16-ae1c-61f195b970a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8227 | 2024.07.04 19:29:53.193532 [ 3 ] {fad0bf30-5b8e-4b16-ae1c-61f195b970a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8228 | 2024.07.04 19:29:53.193676 [ 3 ] {fad0bf30-5b8e-4b16-ae1c-61f195b970a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8229 | 2024.07.04 19:29:53.193967 [ 3 ] {fad0bf30-5b8e-4b16-ae1c-61f195b970a5} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8230 | 2024.07.04 19:29:53.194002 [ 3 ] {fad0bf30-5b8e-4b16-ae1c-61f195b970a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
8231 | 2024.07.04 19:29:53.194351 [ 3 ] {fad0bf30-5b8e-4b16-ae1c-61f195b970a5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8232 | 2024.07.04 19:29:53.194667 [ 3 ] {fad0bf30-5b8e-4b16-ae1c-61f195b970a5} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8233 | 2024.07.04 19:29:53.194788 [ 3 ] {fad0bf30-5b8e-4b16-ae1c-61f195b970a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
8234 | 2024.07.04 19:29:53.194944 [ 3 ] {fad0bf30-5b8e-4b16-ae1c-61f195b970a5} <Debug> DynamicQueryHandler: Done processing query | ||
8235 | 2024.07.04 19:29:53.194968 [ 3 ] {fad0bf30-5b8e-4b16-ae1c-61f195b970a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8236 | 2024.07.04 19:29:53.194983 [ 3 ] {} <Debug> HTTP-Session: 70b6130b-45f7-4e80-b82b-4547974dc6de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8237 | 2024.07.04 19:29:58.188386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 4354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8238 | 2024.07.04 19:29:58.188523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8239 | 2024.07.04 19:29:58.188548 [ 3 ] {} <Debug> HTTP-Session: ed141673-843a-49ff-a71e-ebdb8121f51b Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8240 | 2024.07.04 19:29:58.188573 [ 3 ] {} <Debug> HTTP-Session: ed141673-843a-49ff-a71e-ebdb8121f51b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8241 | 2024.07.04 19:29:58.188588 [ 3 ] {} <Debug> HTTP-Session: ed141673-843a-49ff-a71e-ebdb8121f51b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8242 | 2024.07.04 19:29:58.188638 [ 3 ] {} <Trace> HTTP-Session: ed141673-843a-49ff-a71e-ebdb8121f51b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8243 | 2024.07.04 19:29:58.188831 [ 3 ] {3c5096f2-0a19-431f-9a87-29967863a89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8244 | 2024.07.04 19:29:58.188898 [ 3 ] {3c5096f2-0a19-431f-9a87-29967863a89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8245 | 2024.07.04 19:29:58.189089 [ 3 ] {3c5096f2-0a19-431f-9a87-29967863a89f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8246 | 2024.07.04 19:29:58.189584 [ 3 ] {3c5096f2-0a19-431f-9a87-29967863a89f} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8247 | 2024.07.04 19:29:58.189626 [ 3 ] {3c5096f2-0a19-431f-9a87-29967863a89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
8248 | 2024.07.04 19:29:58.189981 [ 3 ] {3c5096f2-0a19-431f-9a87-29967863a89f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
8249 | 2024.07.04 19:29:58.190303 [ 3 ] {3c5096f2-0a19-431f-9a87-29967863a89f} <Trace> oximeter.fields_i64 (200ef619-12ef-4bb0-86ee-7ee371a7fd6c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8250 | 2024.07.04 19:29:58.190485 [ 3 ] {3c5096f2-0a19-431f-9a87-29967863a89f} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001705 sec., 17595.307917888564 rows/sec., 1.39 MiB/sec. | ||
8251 | 2024.07.04 19:29:58.190803 [ 3 ] {3c5096f2-0a19-431f-9a87-29967863a89f} <Debug> DynamicQueryHandler: Done processing query | ||
8252 | 2024.07.04 19:29:58.190832 [ 3 ] {3c5096f2-0a19-431f-9a87-29967863a89f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8253 | 2024.07.04 19:29:58.190850 [ 3 ] {} <Debug> HTTP-Session: ed141673-843a-49ff-a71e-ebdb8121f51b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8254 | 2024.07.04 19:29:58.190969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8255 | 2024.07.04 19:29:58.191018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8256 | 2024.07.04 19:29:58.191037 [ 3 ] {} <Debug> HTTP-Session: bfb7580d-7d12-4d57-b92e-d00e287cc605 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8257 | 2024.07.04 19:29:58.191053 [ 3 ] {} <Debug> HTTP-Session: bfb7580d-7d12-4d57-b92e-d00e287cc605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8258 | 2024.07.04 19:29:58.191067 [ 3 ] {} <Debug> HTTP-Session: bfb7580d-7d12-4d57-b92e-d00e287cc605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8259 | 2024.07.04 19:29:58.191100 [ 3 ] {} <Trace> HTTP-Session: bfb7580d-7d12-4d57-b92e-d00e287cc605 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8260 | 2024.07.04 19:29:58.191196 [ 3 ] {c4d337c7-2540-4984-a0f0-d98785444b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8261 | 2024.07.04 19:29:58.191239 [ 3 ] {c4d337c7-2540-4984-a0f0-d98785444b3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8262 | 2024.07.04 19:29:58.191385 [ 3 ] {c4d337c7-2540-4984-a0f0-d98785444b3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8263 | 2024.07.04 19:29:58.191695 [ 3 ] {c4d337c7-2540-4984-a0f0-d98785444b3a} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8264 | 2024.07.04 19:29:58.191731 [ 3 ] {c4d337c7-2540-4984-a0f0-d98785444b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
8265 | 2024.07.04 19:29:58.192021 [ 3 ] {c4d337c7-2540-4984-a0f0-d98785444b3a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8266 | 2024.07.04 19:29:58.192318 [ 3 ] {c4d337c7-2540-4984-a0f0-d98785444b3a} <Trace> oximeter.fields_ipaddr (7abfa32f-640d-404c-b7ea-62e2fdea1c47): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8267 | 2024.07.04 19:29:58.192480 [ 3 ] {c4d337c7-2540-4984-a0f0-d98785444b3a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001299 sec., 3079.2917628945343 rows/sec., 251.09 KiB/sec. | ||
8268 | 2024.07.04 19:29:58.192640 [ 3 ] {c4d337c7-2540-4984-a0f0-d98785444b3a} <Debug> DynamicQueryHandler: Done processing query | ||
8269 | 2024.07.04 19:29:58.192663 [ 3 ] {c4d337c7-2540-4984-a0f0-d98785444b3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8270 | 2024.07.04 19:29:58.192679 [ 3 ] {} <Debug> HTTP-Session: bfb7580d-7d12-4d57-b92e-d00e287cc605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8271 | 2024.07.04 19:29:58.192793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 21663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8272 | 2024.07.04 19:29:58.192840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8273 | 2024.07.04 19:29:58.192859 [ 3 ] {} <Debug> HTTP-Session: d2e7de01-e4e0-405b-89de-8ade51c1ffb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8274 | 2024.07.04 19:29:58.192876 [ 3 ] {} <Debug> HTTP-Session: d2e7de01-e4e0-405b-89de-8ade51c1ffb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8275 | 2024.07.04 19:29:58.192890 [ 3 ] {} <Debug> HTTP-Session: d2e7de01-e4e0-405b-89de-8ade51c1ffb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8276 | 2024.07.04 19:29:58.192920 [ 3 ] {} <Trace> HTTP-Session: d2e7de01-e4e0-405b-89de-8ade51c1ffb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8277 | 2024.07.04 19:29:58.193053 [ 3 ] {e67db0fb-7ad3-48fd-ad8e-667d2e443734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8278 | 2024.07.04 19:29:58.193094 [ 3 ] {e67db0fb-7ad3-48fd-ad8e-667d2e443734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8279 | 2024.07.04 19:29:58.193221 [ 3 ] {e67db0fb-7ad3-48fd-ad8e-667d2e443734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8280 | 2024.07.04 19:29:58.193599 [ 3 ] {e67db0fb-7ad3-48fd-ad8e-667d2e443734} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8281 | 2024.07.04 19:29:58.193634 [ 3 ] {e67db0fb-7ad3-48fd-ad8e-667d2e443734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
8282 | 2024.07.04 19:29:58.193949 [ 3 ] {e67db0fb-7ad3-48fd-ad8e-667d2e443734} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8283 | 2024.07.04 19:29:58.194240 [ 3 ] {e67db0fb-7ad3-48fd-ad8e-667d2e443734} <Trace> oximeter.fields_string (32cb8e22-1867-40da-9901-9148a513b5e1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8284 | 2024.07.04 19:29:58.194393 [ 3 ] {e67db0fb-7ad3-48fd-ad8e-667d2e443734} <Debug> executeQuery: Read 148 rows, 12.67 KiB in 0.001394 sec., 106169.29698708751 rows/sec., 8.87 MiB/sec. | ||
8285 | 2024.07.04 19:29:58.194553 [ 3 ] {e67db0fb-7ad3-48fd-ad8e-667d2e443734} <Debug> DynamicQueryHandler: Done processing query | ||
8286 | 2024.07.04 19:29:58.194576 [ 3 ] {e67db0fb-7ad3-48fd-ad8e-667d2e443734} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8287 | 2024.07.04 19:29:58.194591 [ 3 ] {} <Debug> HTTP-Session: d2e7de01-e4e0-405b-89de-8ade51c1ffb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8288 | 2024.07.04 19:29:58.194686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8289 | 2024.07.04 19:29:58.194734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8290 | 2024.07.04 19:29:58.194752 [ 3 ] {} <Debug> HTTP-Session: 6147335a-3fcb-42de-987c-d8e6855d485c Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8291 | 2024.07.04 19:29:58.194769 [ 3 ] {} <Debug> HTTP-Session: 6147335a-3fcb-42de-987c-d8e6855d485c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8292 | 2024.07.04 19:29:58.194783 [ 3 ] {} <Debug> HTTP-Session: 6147335a-3fcb-42de-987c-d8e6855d485c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8293 | 2024.07.04 19:29:58.194813 [ 3 ] {} <Trace> HTTP-Session: 6147335a-3fcb-42de-987c-d8e6855d485c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8294 | 2024.07.04 19:29:58.194907 [ 3 ] {8c0cdb08-2b50-4ab9-9d4d-c6a4cc4a677a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8295 | 2024.07.04 19:29:58.194948 [ 3 ] {8c0cdb08-2b50-4ab9-9d4d-c6a4cc4a677a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8296 | 2024.07.04 19:29:58.195074 [ 3 ] {8c0cdb08-2b50-4ab9-9d4d-c6a4cc4a677a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8297 | 2024.07.04 19:29:58.195347 [ 3 ] {8c0cdb08-2b50-4ab9-9d4d-c6a4cc4a677a} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8298 | 2024.07.04 19:29:58.195382 [ 3 ] {8c0cdb08-2b50-4ab9-9d4d-c6a4cc4a677a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
8299 | 2024.07.04 19:29:58.195670 [ 3 ] {8c0cdb08-2b50-4ab9-9d4d-c6a4cc4a677a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8300 | 2024.07.04 19:29:58.195960 [ 3 ] {8c0cdb08-2b50-4ab9-9d4d-c6a4cc4a677a} <Trace> oximeter.fields_u16 (1f0663e8-7d24-4d40-addf-53a6d72cb62a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8301 | 2024.07.04 19:29:58.196118 [ 3 ] {8c0cdb08-2b50-4ab9-9d4d-c6a4cc4a677a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001225 sec., 3265.3061224489797 rows/sec., 228.00 KiB/sec. | ||
8302 | 2024.07.04 19:29:58.196275 [ 3 ] {8c0cdb08-2b50-4ab9-9d4d-c6a4cc4a677a} <Debug> DynamicQueryHandler: Done processing query | ||
8303 | 2024.07.04 19:29:58.196298 [ 3 ] {8c0cdb08-2b50-4ab9-9d4d-c6a4cc4a677a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8304 | 2024.07.04 19:29:58.196314 [ 3 ] {} <Debug> HTTP-Session: 6147335a-3fcb-42de-987c-d8e6855d485c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8305 | 2024.07.04 19:29:58.196427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 16643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8306 | 2024.07.04 19:29:58.196475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8307 | 2024.07.04 19:29:58.196493 [ 3 ] {} <Debug> HTTP-Session: f47ca75c-3eef-42e0-a53d-8b7ef29515ba Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8308 | 2024.07.04 19:29:58.196509 [ 3 ] {} <Debug> HTTP-Session: f47ca75c-3eef-42e0-a53d-8b7ef29515ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8309 | 2024.07.04 19:29:58.196523 [ 3 ] {} <Debug> HTTP-Session: f47ca75c-3eef-42e0-a53d-8b7ef29515ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8310 | 2024.07.04 19:29:58.196553 [ 3 ] {} <Trace> HTTP-Session: f47ca75c-3eef-42e0-a53d-8b7ef29515ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8311 | 2024.07.04 19:29:58.196678 [ 3 ] {f8f628b4-75b5-4ff6-a11f-9657f6db427c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8312 | 2024.07.04 19:29:58.196719 [ 3 ] {f8f628b4-75b5-4ff6-a11f-9657f6db427c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8313 | 2024.07.04 19:29:58.196844 [ 3 ] {f8f628b4-75b5-4ff6-a11f-9657f6db427c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8314 | 2024.07.04 19:29:58.197185 [ 3 ] {f8f628b4-75b5-4ff6-a11f-9657f6db427c} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8315 | 2024.07.04 19:29:58.197221 [ 3 ] {f8f628b4-75b5-4ff6-a11f-9657f6db427c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
8316 | 2024.07.04 19:29:58.197524 [ 3 ] {f8f628b4-75b5-4ff6-a11f-9657f6db427c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8317 | 2024.07.04 19:29:58.197824 [ 3 ] {f8f628b4-75b5-4ff6-a11f-9657f6db427c} <Trace> oximeter.fields_uuid (bd39fdba-d067-4332-bfb9-155f0b5d44e3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8318 | 2024.07.04 19:29:58.197980 [ 3 ] {f8f628b4-75b5-4ff6-a11f-9657f6db427c} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001349 sec., 72646.404744255 rows/sec., 5.68 MiB/sec. | ||
8319 | 2024.07.04 19:29:58.198141 [ 3 ] {f8f628b4-75b5-4ff6-a11f-9657f6db427c} <Debug> DynamicQueryHandler: Done processing query | ||
8320 | 2024.07.04 19:29:58.198164 [ 3 ] {f8f628b4-75b5-4ff6-a11f-9657f6db427c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8321 | 2024.07.04 19:29:58.198179 [ 3 ] {} <Debug> HTTP-Session: f47ca75c-3eef-42e0-a53d-8b7ef29515ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8322 | 2024.07.04 19:29:58.198307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 31008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8323 | 2024.07.04 19:29:58.198355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8324 | 2024.07.04 19:29:58.198373 [ 3 ] {} <Debug> HTTP-Session: b9d84677-053b-4168-82a4-0b8530984dd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8325 | 2024.07.04 19:29:58.198389 [ 3 ] {} <Debug> HTTP-Session: b9d84677-053b-4168-82a4-0b8530984dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8326 | 2024.07.04 19:29:58.198403 [ 3 ] {} <Debug> HTTP-Session: b9d84677-053b-4168-82a4-0b8530984dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8327 | 2024.07.04 19:29:58.198433 [ 3 ] {} <Trace> HTTP-Session: b9d84677-053b-4168-82a4-0b8530984dd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8328 | 2024.07.04 19:29:58.198572 [ 3 ] {b190e385-c528-492e-a69e-99fa0a94efe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8329 | 2024.07.04 19:29:58.198617 [ 3 ] {b190e385-c528-492e-a69e-99fa0a94efe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8330 | 2024.07.04 19:29:58.198761 [ 3 ] {b190e385-c528-492e-a69e-99fa0a94efe8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8331 | 2024.07.04 19:29:58.199136 [ 3 ] {b190e385-c528-492e-a69e-99fa0a94efe8} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8332 | 2024.07.04 19:29:58.199171 [ 3 ] {b190e385-c528-492e-a69e-99fa0a94efe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
8333 | 2024.07.04 19:29:58.199558 [ 3 ] {b190e385-c528-492e-a69e-99fa0a94efe8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8334 | 2024.07.04 19:29:58.199882 [ 3 ] {b190e385-c528-492e-a69e-99fa0a94efe8} <Trace> oximeter.measurements_cumulativeu64 (4f1e127e-d26c-427f-8073-b67785ca7d74): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8335 | 2024.07.04 19:29:58.200043 [ 3 ] {b190e385-c528-492e-a69e-99fa0a94efe8} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001523 sec., 106369.00853578463 rows/sec., 7.41 MiB/sec. | ||
8336 | 2024.07.04 19:29:58.200311 [ 3 ] {b190e385-c528-492e-a69e-99fa0a94efe8} <Debug> DynamicQueryHandler: Done processing query | ||
8337 | 2024.07.04 19:29:58.200346 [ 3 ] {b190e385-c528-492e-a69e-99fa0a94efe8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8338 | 2024.07.04 19:29:58.200403 [ 3 ] {} <Debug> HTTP-Session: b9d84677-053b-4168-82a4-0b8530984dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8339 | 2024.07.04 19:29:58.200686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 48246, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8340 | 2024.07.04 19:29:58.200769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8341 | 2024.07.04 19:29:58.200798 [ 3 ] {} <Debug> HTTP-Session: 90cd1762-5f48-49a7-99cd-ad03d273a812 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8342 | 2024.07.04 19:29:58.200815 [ 3 ] {} <Debug> HTTP-Session: 90cd1762-5f48-49a7-99cd-ad03d273a812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8343 | 2024.07.04 19:29:58.200828 [ 3 ] {} <Debug> HTTP-Session: 90cd1762-5f48-49a7-99cd-ad03d273a812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8344 | 2024.07.04 19:29:58.200860 [ 3 ] {} <Trace> HTTP-Session: 90cd1762-5f48-49a7-99cd-ad03d273a812 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8345 | 2024.07.04 19:29:58.201157 [ 3 ] {adf7d262-ea45-4280-bc5c-785dbd5249ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8346 | 2024.07.04 19:29:58.201228 [ 3 ] {adf7d262-ea45-4280-bc5c-785dbd5249ff} <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 | ||
8347 | 2024.07.04 19:29:58.201659 [ 3 ] {adf7d262-ea45-4280-bc5c-785dbd5249ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8348 | 2024.07.04 19:29:58.202582 [ 3 ] {adf7d262-ea45-4280-bc5c-785dbd5249ff} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8349 | 2024.07.04 19:29:58.202619 [ 3 ] {adf7d262-ea45-4280-bc5c-785dbd5249ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
8350 | 2024.07.04 19:29:58.203233 [ 3 ] {adf7d262-ea45-4280-bc5c-785dbd5249ff} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
8351 | 2024.07.04 19:29:58.203634 [ 3 ] {adf7d262-ea45-4280-bc5c-785dbd5249ff} <Trace> oximeter.measurements_histogramf64 (342b177d-f438-4284-be14-77cf9854bdcd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8352 | 2024.07.04 19:29:58.203820 [ 3 ] {adf7d262-ea45-4280-bc5c-785dbd5249ff} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002877 sec., 10427.52867570386 rows/sec., 18.69 MiB/sec. | ||
8353 | 2024.07.04 19:29:58.204036 [ 3 ] {adf7d262-ea45-4280-bc5c-785dbd5249ff} <Debug> DynamicQueryHandler: Done processing query | ||
8354 | 2024.07.04 19:29:58.204059 [ 3 ] {adf7d262-ea45-4280-bc5c-785dbd5249ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8355 | 2024.07.04 19:29:58.204075 [ 3 ] {} <Debug> HTTP-Session: 90cd1762-5f48-49a7-99cd-ad03d273a812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8356 | 2024.07.04 19:29:58.204185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48433, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8357 | 2024.07.04 19:29:58.204231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8358 | 2024.07.04 19:29:58.204250 [ 3 ] {} <Debug> HTTP-Session: 6eee6fc9-54f0-4e12-9445-683b71745457 Authenticating user 'default' from [fd00:1122:3344:101::d]:48433 | ||
8359 | 2024.07.04 19:29:58.204267 [ 3 ] {} <Debug> HTTP-Session: 6eee6fc9-54f0-4e12-9445-683b71745457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8360 | 2024.07.04 19:29:58.204280 [ 3 ] {} <Debug> HTTP-Session: 6eee6fc9-54f0-4e12-9445-683b71745457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8361 | 2024.07.04 19:29:58.204311 [ 3 ] {} <Trace> HTTP-Session: 6eee6fc9-54f0-4e12-9445-683b71745457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8362 | 2024.07.04 19:29:58.204425 [ 3 ] {cbeee8b4-737e-41cc-9868-bd8eebdab2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48433) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8363 | 2024.07.04 19:29:58.204468 [ 3 ] {cbeee8b4-737e-41cc-9868-bd8eebdab2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8364 | 2024.07.04 19:29:58.204594 [ 3 ] {cbeee8b4-737e-41cc-9868-bd8eebdab2b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8365 | 2024.07.04 19:29:58.204890 [ 3 ] {cbeee8b4-737e-41cc-9868-bd8eebdab2b6} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8366 | 2024.07.04 19:29:58.204925 [ 3 ] {cbeee8b4-737e-41cc-9868-bd8eebdab2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
8367 | 2024.07.04 19:29:58.205272 [ 3 ] {cbeee8b4-737e-41cc-9868-bd8eebdab2b6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8368 | 2024.07.04 19:29:58.205595 [ 3 ] {cbeee8b4-737e-41cc-9868-bd8eebdab2b6} <Trace> oximeter.measurements_u64 (78c2c389-1e44-4a09-81d6-372dbe9d80ac): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8369 | 2024.07.04 19:29:58.205753 [ 3 ] {cbeee8b4-737e-41cc-9868-bd8eebdab2b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
8370 | 2024.07.04 19:29:58.205916 [ 3 ] {cbeee8b4-737e-41cc-9868-bd8eebdab2b6} <Debug> DynamicQueryHandler: Done processing query | ||
8371 | 2024.07.04 19:29:58.205939 [ 3 ] {cbeee8b4-737e-41cc-9868-bd8eebdab2b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8372 | 2024.07.04 19:29:58.205954 [ 3 ] {} <Debug> HTTP-Session: 6eee6fc9-54f0-4e12-9445-683b71745457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |